@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --red: #e30624;
  --red-dark: #bd001b;
  --black: #0b0b0c;
  --graphite: #151517;
  --steel: #252529;
  --cream: #f1eee8;
  --white: #fff;
  --muted: #a9a7a3;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(11,11,12,.16);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .8rem 1rem; color: white; background: var(--red); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { min-height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem,4vw,4rem); color: #c8c7c5; background: var(--black); font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }
.utility-bar p { margin: 0; }
.utility-bar > a { justify-self: end; }
.utility-bar strong { color: white; font-weight: 600; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: .55rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(227,6,36,.14); }

.site-header { position: relative; z-index: 60; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem,4vw,4rem); border-bottom: 1px solid #ddd9d2; background: var(--cream); }
.brand img { width: clamp(180px,17vw,255px); height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem,2.5vw,2.7rem); }
.primary-nav a { position: relative; padding: .8rem 0; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: .4rem; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-quote { justify-self: end; display: inline-flex; align-items: center; gap: 1rem; padding: .95rem 1.2rem; color: white; background: var(--red); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.nav-quote span { font-size: 1rem; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { min-height: calc(100svh - 130px); display: grid; grid-template-columns: 49% 51%; color: white; background: var(--black); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,7rem) clamp(2rem,5.7vw,6rem); overflow: hidden; }
.hero-copy::after { content: ""; position: absolute; width: 350px; height: 350px; right: -270px; bottom: 3rem; border: 60px solid rgba(227,6,36,.14); border-radius: 50%; }
.hero-code { display: flex; align-items: center; gap: .8rem; margin-bottom: clamp(3rem,7vh,6rem); color: #8f8e8c; font-size: .52rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.hero-code span { color: var(--red); }
.hero-code i { width: 70px; height: 1px; background: #3d3d40; }
.hero-code b { font-weight: 500; }
.kicker, .eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.hero h1, .product-intro h2, .project-teaser h2, .contact-strip h2, .quick-quote h2 { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -.04em; }
.hero h1 { font-size: clamp(4.7rem,8.2vw,9.1rem); line-height: .78; }
.hero h1 em, .product-intro h2 em, .project-teaser h2 em { color: var(--red); font-style: italic; }
.hero-lead { max-width: 40rem; margin: 2rem 0 0; color: #b9b8b5; font-size: clamp(.85rem,1.05vw,1rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 190px; min-height: 52px; padding: .8rem 1.2rem; border: 0; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.line-link { display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .4rem; border-bottom: 1px solid #4a4a4d; color: white; font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.line-link span { color: var(--red); font-size: .9rem; transition: transform .2s ease; }
.line-link:hover span { transform: translateX(4px); }
.hero-specs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: auto; padding-top: 2.3rem; }
.hero-specs div { padding-left: 1rem; border-left: 1px solid #353538; }
.hero-specs span { display: block; color: #6f6e70; font-size: .5rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-specs strong { display: block; margin-top: .4rem; font-family: var(--display); font-size: 1.35rem; font-weight: 600; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 650px; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.65,.25,1); }
.hero-visual:hover img { transform: scale(1.025); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(11,11,12,.26),transparent 35%),linear-gradient(0deg,rgba(11,11,12,.55),transparent 35%); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 8px; height: 28%; background: var(--red); }
.project-stamp { position: absolute; z-index: 3; right: 2rem; bottom: 2rem; min-width: 225px; padding: 1.2rem; color: white; background: rgba(11,11,12,.88); backdrop-filter: blur(8px); }
.project-stamp span, .project-stamp small { display: block; color: #969496; font-size: .5rem; text-transform: uppercase; letter-spacing: .16em; }
.project-stamp strong { display: block; margin: .35rem 0; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.coordinate { position: absolute; z-index: 3; display: flex; align-items: center; gap: .45rem; color: white; font-family: var(--display); font-size: .75rem; }
.coordinate i { display: block; width: 55px; height: 1px; background: white; }
.coordinate b { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid white; border-radius: 50%; font-size: .6rem; }
.coordinate-top { top: 16%; left: 38%; }
.coordinate-bottom { right: 17%; top: 52%; }

.surface-marquee { overflow: hidden; padding: 1.1rem 0; color: white; background: var(--red); }
.surface-marquee div { width: max-content; display: flex; align-items: center; gap: 1.6rem; padding-left: 2rem; animation: marquee 24s linear infinite; }
.surface-marquee span { font-family: var(--display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.surface-marquee i { font-style: normal; font-size: .65rem; opacity: .65; }
@keyframes marquee { to { transform: translateX(-25%); } }

.product-intro { display: grid; grid-template-columns: .12fr .7fr 1.25fr .75fr; gap: clamp(1.5rem,3vw,3.2rem); padding: clamp(5.5rem,9vw,9rem) clamp(1rem,5vw,5.5rem); background: var(--cream); }
.section-index { display: flex; flex-direction: column; align-items: center; gap: .8rem; color: var(--red); font-family: var(--display); }
.section-index i { width: 1px; height: 110px; background: var(--dark-line); }
.section-index b { font-size: .56rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .16em; }
.product-intro-copy { align-self: center; }
.product-intro h2 { font-size: clamp(3.8rem,6vw,6.8rem); line-height: .84; }
.product-intro-copy > p:not(.eyebrow) { margin: 1.7rem 0; color: #676568; font-size: .82rem; line-height: 1.8; }
.dark-link { color: var(--black); border-color: var(--dark-line); }
.feature-product { display: grid; grid-template-columns: 1fr .88fr; min-height: 560px; color: white; background: var(--black); }
.feature-product-image { position: relative; overflow: hidden; background: var(--red); }
.feature-product-image img { width: 100%; height: 100%; object-fit: cover; }
.vertical-label { position: absolute; left: .8rem; bottom: 1rem; color: white; font-size: .5rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; }
.feature-product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem,3vw,3rem); }
.product-tag { color: var(--red); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.feature-product h3 { margin: .6rem 0 1rem; font-family: var(--display); font-size: clamp(3rem,4.5vw,5rem); line-height: .8; text-transform: uppercase; }
.feature-product p { margin: 0; color: #99979a; font-size: .72rem; line-height: 1.7; }
.feature-product dl { margin: 1.5rem 0; }
.feature-product dl div { display: flex; justify-content: space-between; padding: .65rem 0; border-top: 1px solid #333336; }
.feature-product dt { color: #777578; font-size: .5rem; text-transform: uppercase; letter-spacing: .14em; }
.feature-product dd { margin: 0; font-family: var(--display); font-size: 1rem; text-transform: uppercase; }
.product-action { display: flex; justify-content: space-between; padding: .9rem 0; border: 0; border-top: 1px solid white; color: white; background: transparent; font-size: .56rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; cursor: pointer; }
.product-action span { color: var(--red); }
.mini-products { display: flex; flex-direction: column; }
.mini-products button { position: relative; flex: 1; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 1rem; padding: 1.2rem 0; border: 0; border-top: 1px solid var(--dark-line); color: var(--black); background: transparent; text-align: left; cursor: pointer; }
.mini-products button:last-child { border-bottom: 1px solid var(--dark-line); }
.mini-products span { grid-row: 1/3; color: var(--red); font-family: var(--display); }
.mini-products b { align-self: end; font-family: var(--display); font-size: 1.15rem; text-transform: uppercase; }
.mini-products small { align-self: start; color: #777578; font-size: .52rem; text-transform: uppercase; letter-spacing: .1em; }
.mini-products i { grid-column: 3; grid-row: 1/3; font-style: normal; }

.project-teaser { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; color: white; background: var(--steel); }
.project-teaser-image { overflow: hidden; }
.project-teaser-image img { width: 100%; height: 100%; object-fit: cover; }
.project-teaser-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,7rem); }
.eyebrow.light { color: #ff5368; }
.project-teaser h2 { font-size: clamp(4rem,6.2vw,7rem); line-height: .83; }
.project-teaser-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.8rem 0; color: #aaa8aa; font-size: .84rem; line-height: 1.8; }
.project-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.project-tags span { padding: .65rem .8rem; border: 1px solid #46464b; font-size: .5rem; text-transform: uppercase; letter-spacing: .12em; }
.button-light { color: var(--black); background: white; align-self: flex-start; }

.contact-strip { display: grid; grid-template-columns: 1.5fr repeat(3,.7fr); border-bottom: 1px solid #ddd9d2; background: var(--cream); }
.contact-strip > div { min-height: 225px; padding: 2.5rem clamp(1.2rem,3vw,3rem); border-right: 1px solid #d8d4cc; }
.contact-strip > div:first-child span, .branch-mini span { color: var(--red); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.contact-strip h2 { margin-top: .7rem; font-size: clamp(2.2rem,3vw,3.4rem); line-height: .9; }
.branch-mini { display: flex; flex-direction: column; justify-content: center; }
.branch-mini a { margin-top: .7rem; font-family: var(--display); font-size: 1.2rem; font-weight: 600; }

.quick-quote { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: clamp(4.5rem,7vw,7rem) clamp(1.2rem,6vw,6rem); color: white; background: var(--red); }
.quick-quote h2 { font-size: clamp(4rem,7vw,8rem); line-height: .78; }
.quick-quote .eyebrow { color: #ffb6c0; }

.site-footer { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 2rem; padding: 4rem clamp(1.2rem,5vw,5rem) 1.5rem; color: #99979a; background: var(--black); }
.footer-brand img { width: 230px; padding: .3rem; background: white; }
.footer-brand p { max-width: 22rem; color: #777578; font-size: .7rem; line-height: 1.6; }
.site-footer > div:not(.footer-bottom) > strong { display: block; margin-bottom: 1rem; color: white; font-size: .54rem; text-transform: uppercase; letter-spacing: .16em; }
.site-footer > div:not(.footer-bottom) > p, .site-footer > div:not(.footer-bottom) > a { display: block; margin: 0 0 .45rem; font-size: .7rem; line-height: 1.6; }
.site-footer a:hover { color: white; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid #27272a; font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom a { color: #e4e2df; }
.floating-quote { display: none; }

.catalog-section { padding: clamp(5.5rem,9vw,9rem) clamp(1rem,5vw,5.5rem); background: #dedad2; }
.catalog-head, .project-journey-head { display: grid; grid-template-columns: .42fr 1.15fr .9fr; gap: clamp(1.5rem,4vw,4.5rem); align-items: end; margin-bottom: 3.5rem; }
.horizontal-index { flex-direction: row; align-items: center; align-self: start; justify-content: flex-start; }
.horizontal-index i { width: 70px; height: 1px; }
.horizontal-index b { writing-mode: initial; }
.catalog-head h2, .project-journey-head h2, .guide-intro h2, .quote-intro h2, .faq-heading h2 { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: -.04em; }
.catalog-head h2, .project-journey-head h2 { font-size: clamp(3.8rem,6vw,6.8rem); line-height: .83; }
.catalog-head h2 em, .project-journey-head h2 em, .guide-intro h2 em, .quote-intro h2 em { color: var(--red); font-style: italic; }
.catalog-head > p, .project-journey-head > p { max-width: 30rem; margin: 0; color: #686568; font-size: .78rem; line-height: 1.8; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #bdb9b2; border: 1px solid #bdb9b2; }
.catalog-card { min-width: 0; background: var(--cream); }
.catalog-image { position: relative; height: 355px; overflow: hidden; background: #d6d1c8; }
.catalog-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -90px 80px -70px rgba(0,0,0,.5); }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.035); }
.catalog-image > span { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .45rem .6rem; color: white; background: rgba(11,11,12,.82); font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.catalog-copy { padding: 1.6rem; }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--dark-line); }
.catalog-meta span { color: #777478; font-size: .5rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.catalog-meta strong { color: var(--red); font-family: var(--display); font-size: 1.5rem; }
.catalog-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem,3vw,3.5rem); line-height: .9; text-transform: uppercase; }
.catalog-copy > p { min-height: 3.7em; margin: 1rem 0; color: #676468; font-size: .72rem; line-height: 1.7; }
.catalog-copy ul { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.catalog-copy li { padding: .4rem .55rem; border: 1px solid #c9c5be; color: #6d6a6e; font-size: .46rem; text-transform: uppercase; letter-spacing: .1em; }
.catalog-actions { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--black); }
.catalog-actions button { padding: 1rem .3rem; border: 0; color: var(--black); background: transparent; font-size: .51rem; font-weight: 700; text-align: left; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.catalog-actions button + button { color: var(--red); text-align: right; }
.catalog-actions button:hover { text-decoration: underline; text-underline-offset: 4px; }
.catalog-cta { display: flex; flex-direction: column; justify-content: flex-end; min-height: 600px; padding: 2rem; color: white; background: var(--black); }
.catalog-cta::before { content: "+"; align-self: flex-end; margin-bottom: auto; color: var(--red); font-family: var(--display); font-size: 7rem; font-weight: 300; line-height: .7; }
.catalog-cta > span { color: var(--red); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.catalog-cta h3 { max-width: 18rem; margin: .8rem 0; font-family: var(--display); font-size: 3.1rem; line-height: .88; text-transform: uppercase; }
.catalog-cta p { color: #99979a; font-size: .72rem; line-height: 1.7; }
.catalog-cta a { display: flex; justify-content: space-between; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #444449; font-size: .53rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.catalog-cta a b { color: var(--red); }

.guide-section { position: relative; padding: clamp(5.5rem,9vw,9rem) clamp(1rem,5vw,5.5rem); color: white; background: var(--black); overflow: hidden; }
.guide-section::before { content: "03"; position: absolute; right: -2vw; top: -8vw; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 38vw; font-weight: 800; line-height: 1; }
.guide-intro { position: relative; display: grid; grid-template-columns: .42fr 1.15fr .9fr; gap: clamp(1.5rem,4vw,4.5rem); align-items: end; margin-bottom: 3.5rem; }
.light-index { color: #ff4860; }
.light-index i { background: #3b3b3e; }
.guide-intro .eyebrow { grid-column: 2; margin-bottom: -1.2rem; }
.guide-intro h2 { grid-column: 2; font-size: clamp(4rem,6.5vw,7.2rem); line-height: .8; }
.guide-intro > p:last-child { grid-column: 3; margin: 0; color: #aaa8aa; font-size: .78rem; line-height: 1.8; }
.guide-tool { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; border: 1px solid #313135; }
.need-list { display: flex; flex-direction: column; background: #101012; }
.need-list button { flex: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.2rem; padding: 1.3rem 1.5rem; border: 0; border-bottom: 1px solid #303034; color: white; background: transparent; text-align: left; cursor: pointer; transition: background .2s ease; }
.need-list button:last-child { border-bottom: 0; }
.need-list button:hover, .need-list button.is-selected { background: var(--red); }
.need-list button span { color: #77757a; font-family: var(--display); font-size: .8rem; }
.need-list button.is-selected span, .need-list button:hover span { color: rgba(255,255,255,.7); }
.need-list button b { font-family: var(--display); font-size: clamp(1.3rem,2vw,2rem); font-weight: 600; text-transform: uppercase; }
.need-list button i { font-style: normal; }
.guide-result { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 3rem; color: var(--black); background: var(--cream); overflow: hidden; }
.result-label { position: absolute; top: 1.4rem; left: 1.4rem; color: var(--red); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.result-number { position: absolute; right: 1rem; top: -2.5rem; color: rgba(11,11,12,.06); font-family: var(--display); font-size: 12rem; font-weight: 800; line-height: 1; }
.guide-result > img { position: relative; width: 100%; max-height: 460px; object-fit: cover; mix-blend-mode: multiply; }
.result-copy { position: relative; padding: 1rem 0 1rem 2rem; }
.result-copy > p:first-child { margin: 0 0 .7rem; color: var(--red); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.result-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem,5vw,5.7rem); line-height: .78; text-transform: uppercase; }
.result-copy > span { display: block; margin-top: 1.2rem; font-family: var(--display); font-size: 1.45rem; font-weight: 700; }
.result-copy #guide-product-note { color: #666369; font-size: .7rem; line-height: 1.75; text-transform: none; letter-spacing: 0; font-weight: 400; }
.result-copy .button { margin-top: 1rem; cursor: pointer; }
.coverage-helper { position: relative; display: grid; grid-template-columns: 1.5fr 1fr .75fr .9fr; gap: 1.5rem; align-items: end; margin-top: 1px; padding: 2.1rem; color: var(--black); background: var(--cream); }
.coverage-helper > div:first-child > span, .coverage-helper label, .coverage-result span { color: #77757a; font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.coverage-helper h3 { margin: .5rem 0; font-family: var(--display); font-size: 2.5rem; line-height: .9; text-transform: uppercase; }
.coverage-helper p { max-width: 38rem; margin: 0; color: #77757a; font-size: .66rem; line-height: 1.65; }
.coverage-helper label { display: flex; flex-direction: column; gap: .6rem; }
.coverage-helper input { min-height: 55px; padding: .7rem 1rem; border: 1px solid #c4c0b9; border-radius: 0; background: white; font-family: var(--display); font-size: 1.4rem; }
.coverage-result { display: flex; flex-direction: column; }
.coverage-result strong { font-family: var(--display); font-size: 3.5rem; line-height: .9; }
.coverage-result small { color: #77757a; font-size: .5rem; }
.coverage-helper > button { min-height: 55px; display: flex; justify-content: space-between; align-items: center; padding: .8rem 1rem; border: 0; color: white; background: var(--red); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.coverage-helper > button:disabled { color: #88858a; background: #d0ccc5; cursor: not-allowed; }
.labour-offer { position: relative; display: grid; grid-template-columns: auto 1fr 1fr auto; gap: 2rem; align-items: center; margin-top: 1.5rem; padding: 2rem; border: 1px solid #3b3b3f; }
.offer-flag { padding: .55rem .7rem; color: var(--red); border: 1px solid var(--red); font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.labour-offer strong { font-family: var(--display); font-size: clamp(3rem,5vw,5.5rem); text-transform: uppercase; }
.labour-offer p { margin: 0; color: white; font-size: .74rem; line-height: 1.6; }
.labour-offer small { position: absolute; left: calc(2rem + 17%); bottom: 1rem; color: #77757a; font-size: .47rem; }
.labour-offer a { display: flex; gap: 1rem; align-items: center; padding-bottom: .4rem; border-bottom: 1px solid #48484d; font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.labour-offer a span { color: var(--red); }

.project-journey { padding: clamp(5.5rem,9vw,9rem) clamp(1rem,5vw,5.5rem); background: var(--cream); }
.epoxy-compare { display: grid; grid-template-columns: .55fr 1.45fr; min-height: 650px; margin-bottom: 1px; color: white; background: var(--steel); }
.compare-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem,4vw,4rem); }
.compare-copy > span { color: var(--red); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.compare-copy h3 { margin: 1rem 0; font-family: var(--display); font-size: clamp(3rem,4vw,4.8rem); line-height: .84; text-transform: uppercase; }
.compare-copy p { color: #aaa8aa; font-size: .7rem; line-height: 1.7; }
.compare-stage { --split: 52%; position: relative; min-height: 650px; overflow: hidden; }
.compare-stage > img, .compare-before, .compare-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { z-index: 2; overflow: hidden; clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.compare-line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--split); width: 2px; background: white; transform: translateX(-1px); pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 48px; height: 48px; color: var(--red); border-radius: 50%; background: white; transform: translate(-50%,-50%); }
.compare-stage input { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; z-index: 5; top: 1rem; padding: .55rem .7rem; color: white; background: rgba(11,11,12,.78); font-size: .48rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.label-before { left: 1rem; }.label-after { right: 1rem; }
.project-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 1px; background: #bdb9b2; }
.gallery-item { position: relative; height: 420px; padding: 0; border: 0; overflow: hidden; background: var(--black); cursor: zoom-in; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(11,11,12,.8),transparent 45%); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item > span { position: absolute; z-index: 2; left: 1.2rem; bottom: 1.2rem; color: white; font-family: var(--display); font-size: 1.6rem; text-align: left; text-transform: uppercase; }
.gallery-item > span b { display: block; margin-bottom: .3rem; color: #d8d6d3; font-family: var(--sans); font-size: .46rem; letter-spacing: .13em; }
.gallery-item > i { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 38px; height: 38px; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }

.payment-strip { display: grid; grid-template-columns: .9fr 1.3fr 1fr; gap: 2rem; align-items: center; padding: 1.6rem clamp(1rem,5vw,5.5rem); color: white; background: var(--red); }
.payment-strip > span { font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.payment-strip > div { display: flex; justify-content: center; gap: .5rem; }
.payment-strip b { padding: .65rem .9rem; color: var(--black); background: white; font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.payment-strip p { margin: 0; color: #ffd0d7; font-size: .58rem; line-height: 1.5; text-align: right; }

.quote-builder { display: grid; grid-template-columns: .8fr 1.2fr; padding: clamp(5.5rem,9vw,9rem) clamp(1rem,5vw,5.5rem); color: white; background: var(--black); }
.quote-intro { padding-right: clamp(2rem,6vw,6rem); }
.quote-intro .horizontal-index { margin-bottom: clamp(4rem,8vw,8rem); }
.quote-intro h2 { font-size: clamp(4.2rem,7vw,7.7rem); line-height: .78; }
.quote-intro > p:not(.eyebrow) { max-width: 32rem; margin: 2rem 0; color: #a5a3a6; font-size: .78rem; line-height: 1.8; }
.quote-contact { display: flex; flex-direction: column; align-items: flex-start; margin-top: 3rem; padding-left: 1rem; border-left: 3px solid var(--red); }
.quote-contact span, .quote-contact small { color: #77757a; font-size: .5rem; text-transform: uppercase; letter-spacing: .13em; }
.quote-contact a { margin: .5rem 0; font-family: var(--display); font-size: 2rem; }
.quote-form { padding: clamp(2rem,4vw,4rem); color: var(--black); background: var(--cream); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.quote-form label { display: flex; flex-direction: column; gap: .55rem; color: #5f5c60; font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bdb9b2; border-radius: 0; outline: none; color: var(--black); background: transparent; font-size: .78rem; text-transform: none; letter-spacing: 0; }
.quote-form input, .quote-form select { min-height: 52px; }
.quote-form textarea { padding-top: 1rem; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.form-wide { grid-column: 1/-1; }
.quote-preview { margin: 2rem 0 1rem; padding: 1.3rem; color: white; background: var(--steel); }
.quote-preview span { color: #ff6378; font-size: .47rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.quote-preview p { margin: .7rem 0 0; font-size: .7rem; line-height: 1.7; }
.quote-submit { width: 100%; min-height: 66px; display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.3rem; border: 0; color: white; background: var(--red); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; cursor: pointer; transition: background .2s ease; }
.quote-submit:hover { background: var(--red-dark); }
.quote-submit b { font-size: 1.1rem; }
.form-note { margin: .8rem 0 0; color: #77757a; font-size: .49rem; line-height: 1.6; }

.faq-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem,6vw,6rem); padding: clamp(5rem,8vw,8rem) clamp(1rem,5vw,5.5rem); background: #dedad2; }
.faq-heading h2 { font-size: clamp(4rem,6vw,6.5rem); line-height: .8; }
.faq-list { border-top: 1px solid #aaa69f; }
.faq-list details { border-bottom: 1px solid #aaa69f; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.6rem 0; font-family: var(--display); font-size: clamp(1.5rem,2.3vw,2.4rem); font-weight: 600; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 35px; height: 35px; color: white; border-radius: 50%; background: var(--red); font-family: var(--sans); font-size: 1rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 50rem; margin: 0 0 1.6rem; color: #625f63; font-size: .72rem; line-height: 1.75; }

.product-dialog, .gallery-dialog { padding: 0; border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.product-dialog::backdrop, .gallery-dialog::backdrop { background: rgba(11,11,12,.85); backdrop-filter: blur(6px); }
.product-dialog { width: min(1000px,92vw); max-height: 90vh; grid-template-columns: 1.05fr .95fr; color: var(--black); background: var(--cream); }
.product-dialog[open] { display: grid; }
.dialog-poster { min-height: 720px; background: var(--red); }
.dialog-poster img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,4vw,4rem); }
.dialog-copy > span { color: var(--red); font-size: .5rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.dialog-copy h2 { margin: 1rem 0; font-family: var(--display); font-size: clamp(3.8rem,6vw,6rem); line-height: .8; text-transform: uppercase; }
.dialog-copy > p { color: #625f63; font-size: .75rem; line-height: 1.75; }
.dialog-copy dl { margin: 1.8rem 0; border-top: 1px solid #c3bfb8; }
.dialog-copy dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #c3bfb8; }
.dialog-copy dt { color: #77757a; font-size: .48rem; text-transform: uppercase; letter-spacing: .13em; }
.dialog-copy dd { margin: 0; font-family: var(--display); font-size: 1rem; text-align: right; text-transform: uppercase; }
.dialog-copy .button { align-self: flex-start; cursor: pointer; }
.dialog-copy > small { margin-top: 1rem; color: #88858a; font-size: .48rem; line-height: 1.6; }
.dialog-close { position: absolute; z-index: 5; top: .8rem; right: .8rem; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--black); font-size: 1.5rem; cursor: pointer; }
.gallery-dialog { width: min(1200px,94vw); max-height: 92vh; color: white; background: var(--black); }
.gallery-dialog img { width: 100%; max-height: 82vh; object-fit: contain; }
.gallery-dialog p { margin: 0; padding: 1rem 1.3rem; font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.light-close { color: var(--black); background: white; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .75s ease forwards; }
.delay-1 { animation-delay: .1s; }.delay-2 { animation-delay: .2s; }.delay-3 { animation-delay: .3s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .product-intro { grid-template-columns: .12fr 1fr 1.35fr; }
  .mini-products { grid-column: 2/4; display: grid; grid-template-columns: 1fr 1fr; }
  .mini-products button { padding: 1.2rem; border-right: 1px solid var(--dark-line); }
  .contact-strip { grid-template-columns: 1fr repeat(3,.65fr); }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .guide-tool { grid-template-columns: .7fr 1.3fr; }
  .guide-result { padding: 2rem; }
  .coverage-helper { grid-template-columns: 1.5fr 1fr 1fr; }
  .coverage-helper > button { grid-column: 2/4; }
  .labour-offer { grid-template-columns: auto 1fr 1fr; }
  .labour-offer a { grid-column: 2/4; justify-self: end; }
  .labour-offer small { display: none; }
  .project-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: auto; }
}

@media (max-width: 760px) {
  .utility-bar { grid-template-columns: 1fr auto; padding: 0 .8rem; font-size: .52rem; }
  .utility-hours { display: none; }
  .site-header { height: 76px; padding: 0 .9rem; }
  .brand img { width: 172px; }
  .nav-quote { display: none; }
  .menu-toggle { z-index: 4; display: flex; flex-direction: column; gap: 5px; padding: .5rem; }
  .menu-toggle > span:not(.sr-only) { width: 25px; height: 2px; background: var(--black); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 38px 0 0; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: 3rem 1.5rem; color: white; background: var(--black); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { font-family: var(--display); font-size: 2.6rem; }
  .hero { min-height: 0; display: flex; flex-direction: column; }
  .hero-copy { min-height: 710px; padding: 4rem 1.2rem 2.5rem; }
  .hero-code { margin-bottom: 3.5rem; }
  .hero h1 { font-size: clamp(4.5rem,22vw,7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-specs { margin-top: 3rem; }
  .hero-specs div { padding-left: .6rem; }
  .hero-specs strong { font-size: 1rem; }
  .hero-visual { min-height: 72svh; }
  .coordinate { display: none; }
  .project-stamp { right: 1rem; bottom: 1rem; }
  .product-intro { display: block; padding: 5.5rem 1.2rem; }
  .section-index { display: none; }
  .product-intro-copy { margin-bottom: 2.5rem; }
  .product-intro h2 { font-size: clamp(4rem,18vw,6rem); }
  .feature-product { grid-template-columns: 1fr; }
  .feature-product-image { min-height: 520px; }
  .feature-product-copy { min-height: 390px; }
  .mini-products { display: flex; margin-top: 2rem; }
  .mini-products button { padding: 1.2rem 0; border-right: 0; }
  .project-teaser { grid-template-columns: 1fr; }
  .project-teaser-image { min-height: 64svh; }
  .project-teaser-copy { padding: 5rem 1.2rem; }
  .project-teaser h2 { font-size: clamp(4rem,17vw,6rem); }
  .contact-strip { grid-template-columns: 1fr; }
  .contact-strip > div { min-height: auto; padding: 2rem 1.2rem; border-right: 0; border-bottom: 1px solid #d8d4cc; }
  .contact-strip > div:first-child { min-height: 230px; }
  .quick-quote { align-items: flex-start; flex-direction: column; padding: 5.5rem 1.2rem; }
  .quick-quote h2 { font-size: clamp(4rem,18vw,6rem); }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 3.5rem 1.2rem 5rem; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; line-height: 1.5; }
  .floating-quote { position: fixed; z-index: 45; right: .8rem; bottom: .8rem; display: flex; align-items: center; gap: .8rem; padding: .45rem .45rem .45rem 1rem; border-radius: 999px; color: white; background: var(--red); box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
  .floating-quote b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--red); background: white; }
  .catalog-section { padding: 5.5rem 1.2rem; }
  .catalog-head, .project-journey-head, .guide-intro { display: block; }
  .catalog-head .horizontal-index, .project-journey-head .horizontal-index, .guide-intro .horizontal-index { margin-bottom: 2.5rem; }
  .catalog-head h2, .project-journey-head h2 { font-size: clamp(4rem,18vw,6rem); }
  .catalog-head > p, .project-journey-head > p { margin-top: 1.5rem; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-image { height: 390px; }
  .catalog-cta { min-height: 440px; }
  .guide-section { padding: 5.5rem 1.2rem; }
  .guide-intro .eyebrow { margin-bottom: 1rem; }
  .guide-intro h2 { font-size: clamp(4rem,18vw,6rem); }
  .guide-intro > p:last-child { margin: 1.5rem 0 2.5rem; }
  .guide-tool { display: block; }
  .need-list button { min-height: 78px; }
  .guide-result { grid-template-columns: 1fr; padding: 4rem 1.3rem 2rem; }
  .guide-result > img { height: 330px; width: 100%; }
  .result-copy { padding: 1rem 0; }
  .coverage-helper { grid-template-columns: 1fr; padding: 1.5rem; }
  .coverage-helper > button { grid-column: auto; }
  .labour-offer { grid-template-columns: 1fr; gap: 1rem; }
  .labour-offer a { grid-column: auto; justify-self: stretch; justify-content: space-between; }
  .project-journey { padding: 5.5rem 1.2rem; }
  .epoxy-compare { grid-template-columns: 1fr; }
  .compare-copy { min-height: 360px; }
  .compare-stage { min-height: 560px; }
  .project-gallery { grid-template-columns: 1fr; }
  .gallery-item { height: 54svh; min-height: 420px; }
  .payment-strip { grid-template-columns: 1fr; padding: 1.5rem 1.2rem; text-align: center; }
  .payment-strip > div { flex-wrap: wrap; }
  .payment-strip p { text-align: center; }
  .quote-builder { grid-template-columns: 1fr; padding: 5.5rem 1.2rem; }
  .quote-intro { padding: 0 0 3rem; }
  .quote-intro .horizontal-index { margin-bottom: 3rem; }
  .quote-intro h2 { font-size: clamp(4rem,18vw,6rem); }
  .quote-form { padding: 1.5rem 1.1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .faq-section { grid-template-columns: 1fr; padding: 5.5rem 1.2rem; }
  .product-dialog { width: 94vw; max-height: 92vh; grid-template-columns: 1fr; overflow-y: auto; }
  .product-dialog[open] { display: block; }
  .dialog-poster { min-height: 510px; height: 60vh; }
  .dialog-copy { padding: 2rem 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}
