:root {
  --red: #f31824;
  --red-dark: #d90f1a;
  --ink: #111317;
  --text: #4d5158;
  --pale: #f2f5fb;
  --line: #d7dce5;
  --shell: 1320px;
  --wide: 1612px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #08090b; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.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; top: 8px; left: 8px; z-index: 1000; padding: 9px 15px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { position: relative; height: 46px; color: #fff; background: var(--red); font-size: 16px; line-height: 1; }
.topbar::after { content: ""; position: absolute; left: 69%; top: 0; width: 42px; height: 46px; background: linear-gradient(60deg, transparent 0 28%, #fff 29% 39%, transparent 40% 52%, #fff 53% 63%, transparent 64%); }
.topbar__inner { width: min(calc(100% - 40px), var(--wide)); height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar__group { display: flex; align-items: center; gap: 40px; }
.topbar__group a, .topbar__group > span { display: inline-flex; align-items: center; gap: 10px; }
.topbar__group b { color: #fff; font-size: 10px; }
.topbar__social { display: flex; align-items: center; gap: 12px; }
.topbar__social a { font-size: 22px; }

.header { position: relative; z-index: 60; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.04); }
.header__inner { width: min(calc(100% - 40px), var(--wide)); height: 142px; display: grid; grid-template-columns: 166px minmax(0,1fr) 205px 48px; align-items: center; gap: 22px; }
.logo { width: 166px; margin-right: 0; }
.logo img { width: 166px; height: auto; }
.nav { display: flex; justify-content: center; gap: 52px; align-items: center; font-weight: 700; }
.nav a { position: relative; padding: 52px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 42px; height: 2px; background: var(--red); transition: right .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header__quote { width: 205px; white-space: nowrap; }
.header__menu { width: 48px; height: 48px; margin-left: 0; border: 0; background: transparent; font-size: 25px; cursor: pointer; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle i { display: block; height: 2px; margin: 5px 0; background: #000; }
.drawer-overlay { position: fixed; inset: 0; z-index: 98; background: rgba(9,11,14,.62); opacity: 0; transition: opacity .3s ease; }
.drawer-overlay.is-open { opacity: 1; }
.side-drawer { position: fixed; z-index: 99; top: 0; right: 0; width: min(410px,100%); height: 100vh; height: 100dvh; padding: 33px 31px 48px; overflow-y: auto; overscroll-behavior: contain; color: #6a6d72; background: #fff; border-left: 2px solid var(--red); transform: translateX(105%); transition: transform .35s ease; box-shadow: -20px 0 50px rgba(0,0,0,.18); }
.side-drawer { scrollbar-width: thin; scrollbar-color: var(--red) #fff; }
.side-drawer::-webkit-scrollbar { width: 7px; }
.side-drawer::-webkit-scrollbar-thumb { background: var(--red); border-radius: 8px; }
.side-drawer.is-open { transform: translateX(0); }
.side-drawer__head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 52px; }
.side-drawer__head img { width: 145px; height: auto; }
.side-drawer__close { width: 45px; height: 45px; border: 0; border-radius: 50%; color: #fff; background: var(--red); font-size: 27px; line-height: 1; cursor: pointer; }
.side-drawer__close:hover, .side-drawer__close:focus-visible, .header__menu:hover, .header__menu:focus-visible, .nav-toggle:hover, .nav-toggle:focus-visible { color: #fff; background: #111; }
.nav-toggle:hover i, .nav-toggle:focus-visible i { background: #fff; }
.side-drawer > p { margin: 0 0 15px; font-size: 16px; line-height: 1.75; }
.side-drawer h2 { margin: 13px 0 14px; color: #222; font-size: 21px; }
.side-drawer__quick-links { display: none; margin: 21px 0 24px; }
.side-drawer__quick-links nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.side-drawer__quick-links a { padding: 7px 0; color: #60646a; font-weight: 700; border-bottom: 1px solid #eceef1; }
.side-drawer__quick-links a:hover, .side-drawer__quick-links a:focus-visible { color: var(--red); }
.side-drawer__contacts { display: grid; gap: 15px; margin-bottom: 28px; font-weight: 700; }
.side-drawer__contacts > * { min-width: 0; display: grid; grid-template-columns: 24px minmax(0,1fr); align-items: center; gap: 12px; overflow-wrap: anywhere; }
.side-drawer__contacts > a > span, .side-drawer__contacts > span > b { color: var(--red); }
.side-drawer__contacts > span { color: #6a6d72; }
.side-drawer__quote { width: 100%; min-height: 50px; }
.side-drawer__instagram { width: 47px; height: 47px; display: grid; place-items: center; margin-top: 30px; border: 1px solid #d7dce5; border-radius: 50%; color: #686b70; }
.side-drawer__instagram:hover, .side-drawer__instagram:focus-visible { color: #fff; background: #111; border-color: #111; }
.ig-mark { position: relative; display: block; width: 16px; height: 16px; border: 1.8px solid currentColor; border-radius: 5px; }
.ig-mark::before { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border: 1.6px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.ig-mark::after { content: ""; position: absolute; right: 2px; top: 2px; width: 2.5px; height: 2.5px; border-radius: 50%; background: currentColor; }
body.drawer-open { overflow: hidden; }

.button { min-height: 66px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 50px; border: 0; color: #fff; background: var(--red); font-weight: 800; font-size: 16px; line-height: 1; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { color: #fff; background: #111; transform: translateY(-2px); }
.button:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.button b { font-size: 23px; font-weight: 400; }
.button--black { min-height: 65px; background: #111317; }
.button--black:hover { background: #000; }
.button--white { color: #111; background: #fff; }
.button--white:hover, .button--white:focus-visible { color: #fff; background: #111; }
.header__quote.button { min-height: 54px; padding: 0 27px; gap: 12px; font-size: 14px; }
.header__quote.button b { font-size: 20px; }

.hero { height: 700px; color: #fff; background: #101a25 url("assets/hero-roofing.webp") center center / cover no-repeat; }
.hero__inner { width: min(calc(100% - 40px), var(--wide)); height: 100%; padding-top: 167px; }
.hero__eyebrow { margin: 0 0 12px; font-size: 22px; line-height: 1; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 22px 0 21px; font-size: 58px; line-height: 1.42; letter-spacing: -.01em; text-transform: uppercase; }
.hero__copy { max-width: 900px; margin: 0 0 55px; font-size: 18px; line-height: 1.85; font-weight: 500; }
.hero .button { min-width: 285px; }

.motif-section { position: relative; overflow: hidden; }
.motif { position: absolute; pointer-events: none; }
.motif--left { left: 0; top: 165px; width: 136px; }
.motif--right { right: -30px; top: 0; width: 340px; opacity: .12; }
.about { min-height: 775px; padding: 106px 0 80px; background: #fff; }
.about__grid { display: grid; grid-template-columns: 610px 1fr; gap: 50px; align-items: center; }
.about__visual { position: relative; height: 590px; }
.about__primary { position: absolute; left: 0; top: 0; width: 398px; height: 518px; object-fit: cover; clip-path: polygon(0 0, 75% 0, 100% 22%, 100% 100%, 0 100%); }
.about__secondary { position: absolute; right: 0; bottom: 1px; width: 334px; height: 278px; object-fit: cover; border: 3px solid #fff; }
.years { position: absolute; right: 6px; top: 180px; z-index: 2; width: 165px; height: 134px; display: grid; align-content: center; padding: 18px 24px; color: #fff; background: var(--red); }
.years strong { font-size: 47px; line-height: 1; }
.years span { margin-top: 7px; font-size: 16px; line-height: 1.6; text-transform: uppercase; }
.section-tag { margin: 0 0 14px; color: var(--red); font-size: 16px; line-height: 1; font-weight: 800; text-transform: uppercase; }
.section-tag--light { color: #fff; }
.about h2, .skills h2, .story h2 { margin: 0 0 28px; font-size: 48px; line-height: 1.18; letter-spacing: -.02em; text-transform: capitalize; }
.about__content > p:not(.section-tag) { margin: 0; color: #5a5f67; font-size: 16px; line-height: 1.75; }
.about__features { display: flex; align-items: center; gap: 20px; margin: 34px 0 52px; }
.about__icon, .service-card__icon { width: 80px; height: 80px; flex: 0 0 auto; display: grid; place-items: center; background: #fff1f2; }
.about__icon img { width: 55px; }
.about__features ul { margin: 0; padding: 0; list-style: none; line-height: 1.75; }
.about__features li::before { content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 9px; border-radius: 50%; background: var(--red); vertical-align: -1px; }
.about .button { min-width: 285px; }

.services { height: 773px; padding: 36px 0 46px; color: #fff; background: var(--red) url("assets/red-pattern.webp") center / cover no-repeat; overflow: hidden; }
.services__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.services h2 { margin: 23px 0 0; font-size: 49px; line-height: 1.2; }
.carousel-controls { display: flex; gap: 12px; padding-right: 2px; }
.carousel-controls button { width: 58px; height: 58px; border: 1px solid #fff; border-radius: 50%; color: #fff; background: transparent; font-size: 25px; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { color: #fff; background: #111; border-color: #111; }
.services__viewport { width: 100%; overflow: hidden; }
.services__track { display: flex; gap: 30px; width: max-content; margin-left: max(20px, calc((100vw - var(--shell)) / 2)); transform: translateX(var(--service-shift, 0px)); transition: transform .45s ease; }
.service-card { width: 406px; height: 478px; flex: 0 0 auto; overflow: hidden; color: #090b0f; background: var(--pale); }
.service-card__photo { width: 100%; height: 313px; object-fit: cover; transition: height .38s ease, transform .45s ease; }
.service-card__body { position: relative; height: 165px; padding: 58px 30px 20px; background: var(--pale) url("assets/card-roof-lines.webp") right bottom / 68% auto no-repeat; transition: height .38s ease; }
.service-card__icon { position: absolute; left: 30px; top: -31px; width: 70px; height: 70px; background: #fff; }
.service-card__icon::before { content: ""; position: absolute; top: 0; left: 23px; width: 22px; height: 3px; background: var(--red); }
.service-card__icon img { width: 36px; max-height: 40px; object-fit: contain; }
.service-card h3 { margin: 0; font-size: 23px; line-height: 1.2; }
.service-card p { margin: 4px 0; color: #5b5f66; font-size: 16px; }
.service-card__button { position: absolute; left: 30px; bottom: 31px; min-width: 248px; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: var(--red); font-weight: 800; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .25s ease, transform .25s ease, background .2s ease; }
.service-card:hover .service-card__photo, .service-card:focus-within .service-card__photo { height: 213px; transform: scale(1.015); }
.service-card:hover .service-card__body, .service-card:focus-within .service-card__body { height: 265px; }
.service-card:hover .service-card__button, .service-card:focus-within .service-card__button { opacity: 1; pointer-events: auto; transform: translateY(0); }
.service-card__button:hover, .service-card__button:focus-visible { color: #fff; background: #111; }

.skills { min-height: 746px; padding: 120px 0 28px; }
.skills__grid { display: grid; grid-template-columns: 600px 475px; gap: 60px; align-items: start; }
.skills h2 { margin-top: 25px; text-transform: uppercase; }
.skills__grid > div > p:not(.section-tag) { margin: 35px 0 20px; font-size: 16px; line-height: 1.75; }
.skills__poster { width: 475px; height: 595px; object-fit: cover; }
.skill-list { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 21px; }
.skill-list > div { margin-bottom: 23px; }
.skill-list p { display: flex; align-items: center; justify-content: space-between; margin: 0 0 9px; font-size: 18px; }
.skill-list p span { color: var(--red); }
.skill-list i { display: block; height: 11px; background: #222; }
.skill-list i b { display: block; height: 100%; background: var(--red); }
.skill-fill--75 { width: 75%; }
.skill-fill--90 { width: 90%; }
.skill-fill--99 { width: 99%; }

.cta-banner { position: relative; height: 286px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--red); }
.cta-banner::after { content: ""; position: absolute; left: 50%; right: 120px; bottom: 0; height: 255px; opacity: .22; background: url("assets/cta-city.webp") center bottom / contain no-repeat; }
.cta-banner__copy { position: relative; z-index: 2; padding-left: 60px; }
.cta-banner h2 { margin: 0 0 29px; font-size: 49px; line-height: 1.2; }
.cta-banner .button { min-width: 229px; }
.cta-banner > img { position: absolute; z-index: 2; right: 75px; bottom: 0; width: 267px; height: 260px; object-fit: contain; object-position: bottom; }

.story { min-height: 790px; padding: 120px 0 100px; }
.story__grid { display: grid; grid-template-columns: minmax(0,610px) minmax(0,660px); gap: 50px; align-items: center; }
.story__copy { position: relative; z-index: 3; min-width: 0; }
.story h2 { text-transform: uppercase; }
.story__copy > p { max-width: 610px; margin: 35px 0 27px; line-height: 1.75; }
.story__feature { position: relative; z-index: 4; display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 24px; align-items: start; width: 100%; }
.story__feature > div:last-child { min-width: 0; }
.story__icon { position: relative; width: 70px; height: 70px; display: grid; place-items: center; background: #fff1f2; }
.story__icon::before { content: ""; position: absolute; top: 0; left: 24px; width: 22px; height: 3px; background: var(--red); }
.story__icon img { width: 36px; max-height: 40px; object-fit: contain; }
.story__feature h3 { margin: -3px 0 4px; color: var(--red); font-size: 22px; }
.story__feature p { margin: 0; line-height: 1.7; }
.story__images { position: relative; z-index: 1; min-width: 0; height: 500px; }
.story__images img { position: absolute; width: 375px; height: 470px; object-fit: cover; }
.story__images img:first-child { left: 0; top: 0; }
.story__images img:last-child { right: 0; bottom: 0; }

.contact { width: calc(100% - 76px); max-width: 1822px; min-height: 777px; margin-inline: auto; padding: 8px 0 0; color: #fff; background: var(--red) url("assets/red-pattern.webp") center / cover no-repeat; border-radius: 0 0 30px 30px; }
.contact > h2 { margin: 0 0 61px; text-align: center; font-size: 49px; line-height: 1.2; }
.contact__panel { width: min(calc(100% - 40px), var(--shell)); min-height: 583px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; padding: 30px 30px 0; color: #111; background: #fff; }
.contact__form-wrap { padding: 23px 22px; }
.contact__form-wrap h3 { margin: 0 0 25px; font-size: 24px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d4dbe5; border-radius: 0; padding: 15px 20px; color: #353a42; background: #fff; outline: none; }
.contact-form input { height: 55px; }
.contact-form textarea { grid-column: 1 / 3; height: 180px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(243,24,36,.1); }
.contact-form .button { justify-self: start; min-width: 251px; grid-column: 1 / 3; }
.honeypot { position: absolute; left: -9999px; }
.contact__panel iframe { width: 100%; height: 553px; border: 0; }
.form-alert { margin-bottom: 15px; padding: 10px 14px; font-weight: 700; }
.form-alert--success { color: #155724; background: #d4edda; }
.form-alert--error { color: #721c24; background: #f8d7da; }

.footer { position: relative; min-height: 727px; padding: 60px 0 0; color: #c6c9ce; background: linear-gradient(rgba(16,19,23,.93), rgba(16,19,23,.96)), url("assets/footer-roofers.webp") center / cover no-repeat; }
.footer__contact-pill { min-height: 147px; display: grid; grid-template-columns: 170px minmax(0,1.15fr) minmax(0,1fr) minmax(0,.72fr); align-items: center; gap: 20px; padding: 22px 40px; color: #111; background: #fff; border-radius: 76px; }
.footer__contact-pill > img { width: 170px; }
.pill-item { min-width: 0; width: 100%; display: grid; grid-template-columns: 56px minmax(0,1fr); align-items: center; gap: 14px; }
.pill-item > span { width: 56px; height: 56px; display: grid; place-items: center; color: var(--red); border: 1px solid #e4e4e4; border-radius: 50%; }
.pill-item div { min-width: 0; display: grid; }
.pill-item small { color: #1b1c1e; font-size: 13px; }
.pill-item strong { min-width: 0; color: #050607; font-size: 17px; line-height: 1.35; white-space: normal; overflow-wrap: anywhere; }
.footer__grid { display: grid; grid-template-columns: 390px 200px 270px; gap: 48px; margin-top: 59px; padding: 53px 0 55px; border-top: 1px solid rgba(255,255,255,.18); }
.footer__grid h3 { position: relative; margin: 0 0 37px; color: #fff; font-size: 18px; }
.footer__grid h3::after { content: ""; position: absolute; left: 0; bottom: -18px; width: 95px; height: 2px; background: linear-gradient(90deg,var(--red) 0 26px,transparent 26px 46px,#fff 46px 95px); }
.footer__grid p { margin: 0 0 35px; line-height: 1.75; }
.footer__grid > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }
.footer__grid > div:nth-child(2) h3 { margin-bottom: 25px; }
.footer__grid a:hover { color: #fff; }
.instagram { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #777; }
.instagram:hover, .instagram:focus-visible { color: #fff; background: var(--red); border-color: var(--red); }
.footer__gallery { display: grid; grid-template-columns: repeat(3, 80px); gap: 9px; }
.footer__gallery img { width: 80px; height: 80px; object-fit: cover; }
.footer__bottom { padding: 38px 0; border-top: 1px solid rgba(255,255,255,.18); text-align: center; }
.back-top { position: fixed; right: 29px; bottom: 21px; z-index: 80; width: 61px; height: 61px; display: grid; place-items: center; color: var(--red); background: transparent; border: 1px solid var(--red); border-radius: 50%; font-size: 25px; }
.back-top:hover, .back-top:focus-visible { color: #fff; background: #111; border-color: #111; }

/* About Us page */
.nav a.is-current::after { right: 0; }
.about-hero { position: relative; height: 367px; color: #fff; background: #15191f url("assets/footer-roofers.webp") center 43% / cover no-repeat; isolation: isolate; }
.about-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(12,15,20,.78); }
.about-hero__inner { height: 100%; display: grid; place-content: center; justify-items: center; padding-top: 8px; text-align: center; }
.about-hero h1 { margin: 0 0 10px; font-size: clamp(48px,4.4vw,70px); line-height: 1.08; letter-spacing: -.025em; text-transform: uppercase; }
.breadcrumbs { display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 17px; }
.breadcrumbs a { font-weight: 800; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--red); }
.breadcrumbs span[aria-hidden] { font-size: 28px; line-height: 1; }

.who { min-height: 770px; padding: 72px 0 75px; background: #fff; }
.who .motif--left { top: 88px; opacity: .55; }
.who__grid { display: grid; grid-template-columns: 570px minmax(0,650px); gap: 100px; align-items: center; }
.who__visual { position: relative; height: 620px; }
.who__roof { width: 486px; height: 650px; object-fit: cover; }
.who__lines { position: absolute; z-index: 1; top: 0; right: 35px; width: 30px; height: 350px; object-fit: cover; opacity: .7; }
.who__video-card { position: absolute; z-index: 2; right: -2px; bottom: -24px; width: 260px; padding: 7px; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.05); }
.who__video-card > img { width: 246px; height: 306px; object-fit: cover; }
.who__play { position: absolute; left: 50%; top: 50%; width: 65px; height: 65px; display: grid; place-items: center; color: #fff; background: var(--red); border: 3px solid var(--red); transform: translate(-50%,-50%); transition: background .2s ease, border-color .2s ease; }
.who__play span { margin-left: 4px; font-size: 23px; }
.who__play:hover, .who__play:focus-visible { color: #fff; background: #111; border-color: #111; }
.who__content { align-self: center; padding-top: 2px; }
.who__content h2 { margin: 22px 0 31px; font-size: 49px; line-height: 1.16; letter-spacing: -.02em; text-transform: capitalize; }
.who__content > p:not(.section-tag) { margin: 0; color: #5a5f67; font-size: 16px; line-height: 1.75; }
.who__checks { margin: 31px 0 0; padding: 0 0 30px; list-style: none; border-bottom: 1px solid var(--line); font-size: 18px; line-height: 1.75; }
.who__checks li { position: relative; padding-left: 25px; }
.who__checks li::before { content: "\2713"; position: absolute; left: 0; top: .42em; width: 16px; height: 16px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 11px; font-weight: 900; line-height: 1; }

.purpose { display: grid; align-items: center; padding: 36px 0 52px; background: #fff; }
.purpose__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.purpose article { text-align: center; }
.purpose h2 { margin: 0 0 44px; color: #f10a0a; font-size: 48px; line-height: 1.15; }
.purpose p { max-width: 650px; margin: 0 auto; font-size: 16px; line-height: 1.7; }

.about-cta { margin-top: 0; margin-bottom: 0; }
.about-cta > img { width: 300px; height: 280px; right: 92px; }
.about-page .footer { margin-top: 0; }

.video-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 30px; }
.video-modal[hidden] { display: none; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(7,9,12,.88); backdrop-filter: blur(4px); }
.video-modal__dialog { position: relative; z-index: 1; width: min(920px,100%); max-height: calc(100vh - 60px); max-height: calc(100dvh - 60px); padding: 14px; background: #080a0d; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.video-modal video { display: block; width: 100%; max-height: calc(100vh - 88px); max-height: calc(100dvh - 88px); background: #000; object-fit: contain; }
.video-modal__close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0 0 3px; color: #fff; background: var(--red); border: 3px solid #fff; border-radius: 50%; font-size: 30px; line-height: 1; cursor: pointer; }
.video-modal__close:hover, .video-modal__close:focus-visible { background: #111; }
body.video-modal-open { overflow: hidden; }

/* Services page */
.services-catalog { padding: 16px 0 50px; background: #fff; }
.services-catalog__grid { width: min(calc(100% - 40px),1056px); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px 19px; }
.services-tile { min-width: 0; padding: 14px; color: #08090b; background: #f2f2f2; }
.services-tile__photo { width: 100%; height: 169px; object-fit: cover; }
.services-tile__body { position: relative; min-height: 144px; padding: 45px 10px 10px; }
.services-tile__icon { position: absolute; left: 7px; top: -31px; width: 60px; height: 60px; display: grid; place-items: center; background: #fff; border-radius: 50%; box-shadow: 0 5px 18px rgba(0,0,0,.04); }
.services-tile__icon img { width: 34px; height: 34px; object-fit: contain; }
.services-tile h2 { margin: 0 0 20px; font-size: 18px; line-height: 1.25; }
.services-tile .button { width: 186px; min-height: 52px; padding: 0 24px; font-size: 13px; }
.services-tile .button b { font-size: 20px; }
.services-page .footer { margin-top: 0; }

/* Contact Us page */
.contact-page-main { padding: 78px 0 70px; background: #fff; }
.contact-page-main__heading { max-width: 820px; margin-bottom: 48px; text-align: center; }
.contact-page-main__heading .section-tag { margin-bottom: 20px; }
.contact-page-main__heading h2 { margin: 0 0 18px; font-size: 48px; line-height: 1.15; }
.contact-page-main__heading > p:last-child { margin: 0; color: #5a5f67; line-height: 1.75; }
.contact-page-main__grid { display: grid; grid-template-columns: minmax(350px,.78fr) minmax(0,1.22fr); gap: 38px; align-items: stretch; }
.contact-details { padding: 45px 40px; color: #d7d9dc; background: #121519; }
.contact-details__intro { padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details__intro > span { color: var(--red); font-size: 14px; font-weight: 800; letter-spacing: .18em; }
.contact-details__intro h2 { margin: 11px 0 17px; color: #fff; font-size: 38px; line-height: 1.2; }
.contact-details__intro p { margin: 0; line-height: 1.75; }
.contact-detail { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; padding-top: 28px; }
.contact-detail > span { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 20px; }
.contact-detail h3 { margin: 0 0 6px; color: #fff; font-size: 18px; }
.contact-detail p { margin: 0; overflow-wrap: anywhere; line-height: 1.65; }
.contact-detail a:hover, .contact-detail a:focus-visible { color: var(--red); }
.quote-form-card { padding: 40px 42px 44px; background: #f2f4f7; border-top: 5px solid var(--red); }
.quote-form-card > .section-tag { margin-bottom: 13px; }
.quote-form-card h2 { margin: 0; font-size: 42px; line-height: 1.15; }
.quote-form-card__lead { margin: 10px 0 25px; color: #5a5f67; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 20px; }
.quote-field { min-width: 0; }
.quote-field--full, .quote-consent, .quote-form > .button { grid-column: 1 / -1; }
.quote-field label { display: block; margin-bottom: 7px; color: #24272c; font-size: 14px; font-weight: 800; }
.quote-field label span { color: var(--red); }
.quote-field input, .quote-field select, .quote-field textarea { width: 100%; border: 1px solid #d5dae2; border-radius: 0; padding: 13px 15px; color: #24272c; background: #fff; outline: none; }
.quote-field input, .quote-field select { height: 52px; }
.quote-field select { appearance: auto; }
.quote-field textarea { min-height: 145px; resize: vertical; }
.quote-field input:focus, .quote-field select:focus, .quote-field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(243,24,36,.1); }
.quote-consent { display: flex; align-items: flex-start; gap: 10px; color: #4d5158; font-size: 14px; line-height: 1.5; cursor: pointer; }
.quote-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--red); }
.quote-form > .button { width: fit-content; min-width: 235px; margin-top: 3px; }
.contact-map { margin-top: 45px; }
.contact-map iframe { width: 100%; height: 440px; display: block; border: 0; }
.contact-page .footer { margin-top: 0; }

@media (max-width: 1450px) {
  .topbar__inner, .header__inner, .hero__inner { width: min(calc(100% - 60px), var(--wide)); }
  .topbar__group { gap: 22px; }
  .header__inner { gap: 20px; }
  .nav { gap: 30px; }
  .header__menu { margin-left: 0; }
  .story__grid { grid-template-columns: minmax(0,1fr) minmax(520px,.95fr); gap: 34px; }
  .story__images img { width: 58%; }
}

@media (max-width: 1120px) {
  .topbar__group > span { display: none; }
  .header__quote, .header__menu { display: none; }
  .nav-toggle { display: block; }
  .nav { display: none; }
  .side-drawer__quick-links { display: block; }
  .header__inner { height: 100px; display: flex; }
  .logo { margin-right: auto; }
  .hero { height: 650px; }
  .hero__inner { padding-top: 115px; }
  .hero h1 { font-size: 49px; }
  .about__grid { grid-template-columns: 1fr 1fr; }
  .about__visual { transform: scale(.88); transform-origin: left center; }
  .about h2, .skills h2, .story h2 { font-size: 40px; }
  .skills__grid { grid-template-columns: 1.1fr .9fr; }
  .skills__poster { width: 100%; height: auto; }
  .story__grid { grid-template-columns: 1fr 1fr; }
  .story__images img { width: 62%; }
  .story__images { height: 460px; }
  .story__images img { width: 60%; height: 420px; }
  .footer__contact-pill { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 34px; padding: 30px 46px; border-radius: 40px; }
  .footer__contact-pill > img { justify-self: center; }
  .footer__contact-pill .pill-item:last-child { grid-column: auto; }
  .pill-item strong { white-space: normal; overflow-wrap: anywhere; font-size: 17px; }
  .footer__grid { grid-template-columns: 1.4fr .8fr 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .topbar { height: 40px; font-size: 13px; }
  .topbar::after, .topbar__social { display: none; }
  .topbar__inner { width: calc(100% - 30px); justify-content: center; }
  .topbar__group a:first-child { display: none; }
  .header__inner { width: calc(100% - 30px); height: 82px; }
  .logo, .logo img { width: 128px; }
  .hero { height: 620px; background-position: 58% center; }
  .hero__inner { width: calc(100% - 30px); padding-top: 88px; }
  .hero__eyebrow { font-size: 14px; line-height: 1.4; }
  .hero h1 { margin-top: 16px; font-size: clamp(37px, 10vw, 50px); line-height: 1.25; }
  .hero__copy { font-size: 15px; line-height: 1.65; }
  .button { min-height: 58px; padding-inline: 28px; font-size: 14px; }
  .motif { opacity: .06; }
  .about { padding: 75px 0; }
  .about__grid { grid-template-columns: 1fr; gap: 35px; }
  .about__visual { width: min(610px,100%); margin: auto; transform: none; }
  .about__content { max-width: 620px; }
  .about h2 br, .skills h2 br, .story h2 br { display: none; }
  .services { height: auto; min-height: 720px; padding-bottom: 50px; }
  .services__head { align-items: flex-end; margin-bottom: 40px; }
  .services h2 { font-size: 38px; }
  .services__viewport { overflow-x: auto; scrollbar-width: none; }
  .services__viewport::-webkit-scrollbar { display: none; }
  .services__track { margin-left: 15px; transform: none !important; padding-right: 15px; }
  .service-card { width: min(406px, 83vw); }
  .carousel-controls { display: none; }
  .service-card__photo, .service-card:hover .service-card__photo, .service-card:focus-within .service-card__photo { height: 213px; }
  .service-card__body, .service-card:hover .service-card__body, .service-card:focus-within .service-card__body { height: 265px; }
  .service-card__button { opacity: 1; pointer-events: auto; transform: none; }
  .skills { padding: 80px 0; }
  .skills__grid { grid-template-columns: 1fr; }
  .skills__poster { width: min(475px,100%); justify-self: center; }
  .cta-banner { width: calc(100% - 30px); height: auto; min-height: 360px; align-items: flex-start; }
  .cta-banner__copy { padding: 42px 30px 210px; }
  .cta-banner h2 { font-size: 38px; }
  .cta-banner > img { right: 20px; width: 230px; height: 220px; }
  .story { padding: 80px 0; }
  .story__grid { grid-template-columns: 1fr; }
  .story__copy { width: 100%; }
  .story__images { width: min(660px,100%); }
  .contact { width: calc(100% - 20px); padding-top: 34px; }
  .contact > h2 { margin-bottom: 35px; font-size: 40px; }
  .contact__panel { width: calc(100% - 30px); grid-template-columns: 1fr; padding: 20px; }
  .contact__form-wrap { padding: 10px 0 30px; }
  .contact__panel iframe { height: 420px; }
  .footer { padding-top: 35px; }
  .footer__contact-pill { grid-template-columns: 1fr; gap: 15px; padding: 30px; border-radius: 28px; }
  .footer__contact-pill .pill-item:last-child { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero { height: 670px; }
  .hero__inner { padding-top: 65px; }
  .hero h1 br { display: none; }
  .hero__copy { margin-bottom: 35px; }
  .about__visual { height: 470px; }
  .about__primary { width: 74%; height: 390px; }
  .about__secondary { width: 58%; height: 210px; }
  .years { top: 125px; width: 135px; height: 115px; padding: 14px 18px; }
  .years strong { font-size: 37px; }
  .years span { font-size: 12px; }
  .about h2, .skills h2, .story h2 { font-size: 34px; }
  .about__features { align-items: flex-start; }
  .about__icon { display: none; }
  .services__head { align-items: flex-start; }
  .services h2 { font-size: 34px; }
  .service-card { height: 478px; }
  .service-card__photo, .service-card:hover .service-card__photo, .service-card:focus-within .service-card__photo { height: 213px; }
  .story__feature { grid-template-columns: 1fr; }
  .story__images { height: 380px; }
  .story__images img { width: 62%; height: 350px; }
  .contact > h2 { font-size: 34px; }
  .contact-form { grid-template-columns: 1fr; gap: 16px; }
  .contact-form textarea, .contact-form .button { grid-column: 1; }
  .pill-item > span { width: 48px; height: 48px; }
  .pill-item strong { font-size: 15px; white-space: normal; overflow-wrap: anywhere; }
  .footer__grid { grid-template-columns: 1fr; }
  .back-top { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}

@media (max-width: 700px) {
  .side-drawer__quick-links nav { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__gallery { grid-template-columns: repeat(3,80px); }
}

@media (max-width: 1120px) {
  .about-hero { height: 330px; }
  .who { padding-block: 70px; }
  .who__grid { grid-template-columns: minmax(390px,.9fr) minmax(0,1fr); gap: 54px; }
  .who__visual { height: 560px; }
  .who__roof { width: calc(100% - 64px); height: 560px; }
  .who__lines { right: 32px; }
  .who__video-card { width: 225px; bottom: -18px; }
  .who__video-card > img { width: 211px; height: 268px; }
  .who__content h2 { font-size: 40px; }
  .purpose h2 { font-size: 42px; }
  .about-cta > img { right: 35px; }
  .contact-page-main__grid { grid-template-columns: minmax(315px,.85fr) minmax(0,1.15fr); gap: 28px; }
  .contact-details { padding: 38px 30px; }
  .quote-form-card { padding: 36px 30px 40px; }
}

@media (max-width: 820px) {
  .about-hero { height: 280px; }
  .about-hero h1 { font-size: clamp(42px,10vw,58px); }
  .breadcrumbs { font-size: 15px; }
  .who { min-height: 0; padding: 65px 0 85px; }
  .who__grid { grid-template-columns: 1fr; gap: 75px; }
  .who__visual { width: min(560px,100%); height: 565px; margin-inline: auto; }
  .who__roof { width: calc(100% - 65px); height: 565px; }
  .who__lines { right: 34px; }
  .who__video-card { width: 235px; right: 0; bottom: -25px; }
  .who__video-card > img { width: 221px; height: 278px; }
  .who__content { max-width: 650px; margin-inline: auto; }
  .who__content h2 { font-size: 38px; }
  .purpose { min-height: 0; padding: 32px 0 45px; }
  .purpose__grid { grid-template-columns: 1fr; gap: 65px; }
  .purpose h2 { margin-bottom: 25px; font-size: 40px; }
  .about-cta { width: 100%; min-height: 0; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: start; }
  .about-cta .cta-banner__copy { width: 100%; padding: 42px 30px 30px; text-align: center; }
  .about-cta > img { position: relative; left: auto; right: auto; bottom: auto; width: 245px; height: 230px; justify-self: center; transform: none; }
  .about-page .footer { margin-top: 0; }
  .services-catalog { padding: 28px 0 45px; }
  .services-catalog__grid { width: min(calc(100% - 30px),720px); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .contact-page-main { padding: 62px 0 55px; }
  .contact-page-main__heading { margin-bottom: 35px; }
  .contact-page-main__heading h2 { font-size: 40px; }
  .contact-page-main__grid { grid-template-columns: 1fr; width: min(calc(100% - 30px),720px); }
  .contact-details__intro h2 { font-size: 35px; }
  .contact-map { width: min(calc(100% - 30px),720px); }
}

@media (max-width: 560px) {
  .about-hero { height: 235px; }
  .about-hero__inner { padding-top: 0; }
  .who__visual { height: 445px; }
  .who__roof { width: calc(100% - 45px); height: 445px; }
  .who__lines { display: none; }
  .who__video-card { width: 180px; padding: 5px; bottom: -20px; }
  .who__video-card > img { width: 170px; height: 215px; }
  .who__play { width: 52px; height: 52px; }
  .who__content h2 { font-size: 34px; }
  .who__content h2 br { display: none; }
  .who__checks { font-size: 16px; }
  .purpose { padding: 28px 0 40px; }
  .purpose__grid { gap: 55px; }
  .purpose h2 { font-size: 36px; }
  .about-cta { width: 100%; min-height: 0; }
  .about-cta .cta-banner__copy { width: 100%; padding: 38px 24px 24px; text-align: center; }
  .about-cta h2 { font-size: 33px; }
  .about-cta > img { position: relative; left: auto; right: auto; bottom: auto; width: 220px; height: 205px; transform: none; }
  .about-page .footer { margin-top: 0; }
  .video-modal { padding: 18px; }
  .video-modal__dialog { padding: 7px; }
  .video-modal__close { top: -14px; right: -10px; width: 42px; height: 42px; }
  .services-catalog__grid { width: min(calc(100% - 30px),380px); grid-template-columns: 1fr; }
  .services-tile__photo { height: 190px; }
  .services-tile__body { min-height: 138px; }
  .contact-page-main__heading h2 { font-size: 34px; }
  .contact-details, .quote-form-card { padding: 32px 22px; }
  .contact-details__intro h2 { font-size: 32px; }
  .contact-detail { grid-template-columns: 50px minmax(0,1fr); gap: 14px; }
  .contact-detail > span { width: 50px; height: 50px; }
  .quote-form-card h2 { font-size: 34px; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-field--full, .quote-consent, .quote-form > .button { grid-column: 1; }
  .quote-form > .button { width: 100%; min-width: 0; }
  .contact-map iframe { height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.cursor-follower {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
}

.cursor-follower.is-visible { opacity: 1; }
