:root {
    --ink: #0B0905;
    --paper: #FEFEFF;
    --red: #B40707;
    --red-dark: #850505;
    --muted: #6d6963;
    --line: #dfdeda;
    --soft: #f4f3f1;
    --cream: #eeece7;
    --radius: 4px;
    --shadow: 0 16px 40px rgba(11, 9, 5, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Poppins", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.container { width: calc(100% - 40px); max-width: 1180px; margin: 0 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: 10px; left: 10px; z-index: 99; transform: translateY(-160%); padding: 10px 14px; background: var(--red); color: var(--paper); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: 56px; margin-bottom: 22px; }
h2 { font-size: 42px; margin-bottom: 18px; }
h3 { font-size: 25px; margin-bottom: 10px; }
h4 { font-size: 20px; }
p { margin-bottom: 18px; }
.eyebrow { margin-bottom: 12px; color: var(--red); font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #f1b4b4; }
.lede { max-width: 700px; font-size: 19px; color: #4f4b46; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-dark p { color: #d2cec8; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading p:last-child { margin-bottom: 0; }
.text-link { color: var(--red); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.utility-bar { background: var(--ink); color: #d9d4ce; font-size: 14px; }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.utility-bar a { color: var(--paper); font-weight: 700; text-decoration: none; }
.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand strong { display: block; font-size: 21px; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.brand-mark { display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 33px; height: 33px; padding: 7px 5px; background: var(--red); border-radius: 3px; }
.brand-mark i { display: block; height: 3px; background: var(--paper); }
.primary-nav { display: flex; align-items: center; gap: 25px; font-size: 15px; font-weight: 700; }
.primary-nav a { position: relative; padding: 30px 0; text-decoration: none; }
.primary-nav a:not(.nav-phone)::after { content: ''; position: absolute; bottom: 21px; left: 0; width: 0; height: 2px; background: var(--red); transition: width .2s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { width: 100%; }
.nav-phone { padding: 12px 15px !important; background: var(--red); color: var(--paper); border-radius: var(--radius); }
.nav-phone:hover { background: var(--red-dark); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; background: transparent; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 610px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 84px 52px 84px 0; }
.hero h1 { max-width: 640px; font-size: 62px; }
.hero-copy p:not(.eyebrow) { max-width: 600px; color: #d4d0ca; font-size: 19px; }
.hero-image { min-height: 610px; background: #222; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 20px; border: 2px solid transparent; border-radius: var(--radius); font-weight: 800; text-align: center; text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--paper); }
.button-primary:hover { background: #d00b0b; }
.button-quiet { border-color: #6a6661; color: var(--paper); }
.button-quiet:hover { border-color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { color: var(--red); }
.button-outline-light { border-color: #9e9991; color: var(--paper); }
.button-outline-light:hover { border-color: var(--paper); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 13px 25px; margin: 0; padding: 0; list-style: none; color: #c4bfb8; font-size: 14px; }
.hero-proof li { position: relative; padding-left: 19px; }
.hero-proof li::before { content: ''; position: absolute; top: .6em; left: 0; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }

.intro-strip { border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; padding: 38px 0; }
.intro-grid > div { padding-right: 22px; border-right: 1px solid var(--line); }
.intro-grid > div:last-child { border-right: 0; }
.intro-grid h2 { margin-bottom: 4px; font-size: 24px; }
.intro-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.card:hover { border-color: #9e9991; box-shadow: var(--shadow); }
.card-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 24px; background: var(--ink); color: var(--paper); border-radius: 50%; font-size: 13px; font-weight: 800; }
.card p { color: var(--muted); font-size: 16px; line-height: 1.5; }
.card a { display: inline-block; margin-top: 4px; color: var(--red); font-size: 15px; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.split-reverse > :first-child { order: 2; }
.split-copy { max-width: 600px; }
.split-copy p { color: #59554f; }
.check-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.feature-panel { min-height: 360px; padding: 36px; background: var(--ink); color: var(--paper); }
.feature-panel p { color: #d2cec8; }
.feature-panel .big-word { margin: 40px 0 0; color: var(--red); font-size: 92px; font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 32px; background: #34302c; }
.stat { padding: 23px 20px; background: var(--ink); }
.stat strong { display: block; margin-bottom: 4px; font-size: 19px; }
.stat span { color: #bcb6ae; font-size: 14px; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem { padding: 24px; background: var(--soft); border-left: 3px solid var(--red); }
.problem h3 { font-size: 21px; }
.problem p { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process-step { position: relative; min-height: 190px; padding: 24px 24px 24px 0; border-top: 1px solid #514c47; }
.process-step:not(:last-child) { margin-right: 24px; border-right: 1px solid #514c47; }
.process-step::before { counter-increment: process; content: '0' counter(process); display: block; margin-bottom: 30px; color: var(--red); font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.process-step p { color: #beb8b1; font-size: 15px; }
.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.area-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 26px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.area-links li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.area-links a { font-weight: 700; text-decoration: none; }
.area-links a:hover { color: var(--red); }
.notice-panel { padding: 28px; background: var(--cream); border-top: 4px solid var(--red); }
.notice-panel p:last-child { margin-bottom: 0; }
.review-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; }
.review-panel blockquote { margin: 0; padding-left: 30px; border-left: 2px solid var(--red); font-size: 27px; font-weight: 700; line-height: 1.25; }
.review-panel cite { display: block; margin-top: 16px; color: #bdb6ae; font-size: 14px; font-style: normal; font-weight: 400; }
.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 23px 0; cursor: pointer; font-size: 19px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--red); font-size: 28px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 760px; padding: 0 45px 22px 0; margin: 0; color: var(--muted); }

.page-hero { padding: 84px 0 76px; background: var(--ink); color: var(--paper); }
.page-hero .lede { color: #d2cec8; }
.breadcrumbs { margin-bottom: 24px; color: #bdb6ae; font-size: 14px; }
.breadcrumbs a { color: var(--paper); text-underline-offset: 3px; }
.service-content { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 70px; align-items: start; }
.service-main h2 { margin-top: 55px; }
.service-main h2:first-child { margin-top: 0; }
.service-main p { max-width: 760px; color: #514d47; }
.service-aside { position: sticky; top: 20px; padding: 26px; background: var(--soft); border-top: 4px solid var(--red); }
.service-aside h2 { font-size: 25px; }
.service-aside ul { margin: 0 0 22px; padding-left: 20px; color: #4f4b46; }
.service-aside li { margin-bottom: 8px; }
.service-aside .button { width: 100%; }
.service-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.service-step { padding: 20px; background: var(--soft); }
.service-step strong { display: block; margin-bottom: 8px; color: var(--red); font-size: 13px; letter-spacing: .12em; }
.service-step p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.service-faq { margin-top: 50px; }

.about-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-card { padding: 30px; background: var(--soft); border-top: 4px solid var(--red); }
.contact-card address { margin-bottom: 22px; font-style: normal; }
.contact-card a:not(.button) { color: var(--red); font-weight: 800; }
.contact-form { padding: 34px; background: var(--soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field-full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 800; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid #c6c2bc; border-radius: 2px; background: var(--paper); color: var(--ink); font: inherit; font-size: 16px; }
textarea { min-height: 145px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--red); outline: 2px solid rgba(180, 7, 7, .16); }
.form-note { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.form-alert { margin-bottom: 24px; padding: 14px 16px; border-left: 4px solid var(--red); background: #f9e5e5; }
.honeypot { position: absolute; left: -9999px; }
.map-large { min-height: 360px; margin-top: 30px; }
.map-large iframe { width: 100%; height: 360px; border: 0; }

.final-cta { background: var(--red); color: var(--paper); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 52px 0; }
.final-cta h2 { margin: 0; font-size: 35px; }
.final-cta .eyebrow { margin-bottom: 9px; color: #f6c4c4; }
.site-footer { padding: 68px 0 0; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1.4fr; gap: 36px; padding-bottom: 48px; }
.brand-light small { color: #aaa49c; }
.footer-intro p { max-width: 330px; margin: 23px 0 18px; color: #bcb6ae; font-size: 15px; }
.footer-phone { color: var(--paper); font-size: 21px; font-weight: 800; text-decoration: none; }
.footer-heading { margin-bottom: 16px; color: #f0ece6; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #bcb6ae; font-size: 15px; text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.footer-location address { margin-bottom: 16px; color: #bcb6ae; font-style: normal; font-size: 15px; }
.map-wrap { height: 150px; overflow: hidden; border: 1px solid #514c47; }
.map-wrap iframe { width: 100%; height: 190px; border: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #37332e; color: #8f8982; font-size: 13px; }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
    h1 { font-size: 50px; }
    h2 { font-size: 37px; }
    .primary-nav { gap: 16px; }
    .primary-nav a { font-size: 14px; }
    .hero-grid { min-height: 540px; }
    .hero-image { min-height: 540px; }
    .hero-copy { padding-right: 35px; }
    .hero h1 { font-size: 52px; }
    .intro-grid { grid-template-columns: repeat(2, 1fr); }
    .intro-grid > div:nth-child(2) { border-right: 0; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    body { font-size: 16px; }
    .container { width: calc(100% - 32px); }
    .section { padding: 66px 0; }
    .section-tight { padding: 48px 0; }
    h1 { font-size: 42px; }
    h2 { font-size: 34px; }
    h3 { font-size: 23px; }
    .utility-inner { align-items: center; font-size: 12px; }
    .utility-inner span { max-width: 220px; line-height: 1.3; }
    .header-inner { min-height: 72px; }
    .menu-toggle { display: block; }
    .primary-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a, .primary-nav .nav-phone { padding: 14px 4px !important; }
    .primary-nav a:not(.nav-phone)::after { bottom: 8px; }
    .nav-phone { margin-top: 7px; text-align: center; }
    .hero-grid, .split, .area-grid, .review-panel, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
    .hero-copy { padding: 68px 0 48px; }
    .hero h1 { font-size: 45px; }
    .hero-image { min-height: 390px; }
    .hero-proof { gap: 10px 18px; }
    .intro-grid { gap: 0; }
    .intro-grid > div { padding: 20px 16px 20px 0; }
    .intro-grid > div:nth-child(2n) { padding-left: 16px; }
    .split-reverse > :first-child { order: 0; }
    .feature-panel { min-height: 290px; }
    .problem-grid, .process-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .process-step { min-height: 170px; padding-right: 16px; }
    .process-step:not(:last-child) { margin-right: 0; border-right: 0; }
    .service-content { grid-template-columns: 1fr; gap: 34px; }
    .service-aside { position: static; }
    .service-steps { grid-template-columns: repeat(2, 1fr); }
    .final-cta-inner { align-items: flex-start; flex-direction: column; padding: 42px 0; }
    .footer-grid { gap: 30px 22px; }
}
@media (max-width: 480px) {
    .container { width: calc(100% - 28px); }
    .utility-inner { display: block; padding: 8px 0; }
    .utility-inner a { display: inline-block; margin-top: 3px; }
    .brand strong { font-size: 18px; }
    .brand small { font-size: 10px; }
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    .hero h1 { font-size: 38px; }
    .hero-copy { padding-top: 52px; }
    .hero-actions, .hero-actions .button { width: 100%; }
    .hero-image { min-height: 280px; }
    .intro-grid, .card-grid, .problem-grid, .process-grid, .service-steps, .footer-grid, .form-grid { grid-template-columns: 1fr; }
    .intro-grid > div, .intro-grid > div:nth-child(2n) { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .intro-grid > div:last-child { border-bottom: 0; }
    .card { padding: 23px; }
    .process-step { min-height: auto; padding: 20px 0; border-top: 1px solid #514c47; }
    .area-links { grid-template-columns: 1fr; }
    .review-panel blockquote { padding-left: 20px; font-size: 22px; }
    .contact-form { padding: 24px 18px; }
    .form-field-full { grid-column: auto; }
    .map-large iframe { height: 300px; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin-top: 4px; }
}

/* Editorial reference-inspired homepage */
.reference-home { background: var(--paper); }
.reference-home .utility-bar { display: none; }
.reference-home .site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background: transparent; border-bottom-color: rgba(255,255,255,.2); color: var(--paper); }
.reference-home .header-inner { min-height: 88px; }
.reference-home .brand { color: var(--paper); }
.reference-home .brand small { color: rgba(255,255,255,.72); }
.reference-home .brand-mark { background: transparent; border: 1px solid rgba(255,255,255,.8); }
.reference-home .primary-nav a { color: var(--paper); }
.reference-home .primary-nav a:not(.nav-phone)::after { background: var(--paper); }
.reference-home .nav-phone { background: var(--red); }
.reference-home .menu-toggle { border-color: rgba(255,255,255,.55); }
.reference-home .menu-toggle > span:not(.sr-only) { background: var(--paper); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.reference-arrow { display: inline-flex; align-items: center; gap: 14px; color: var(--paper); font-size: 14px; font-weight: 800; text-decoration: none; }
.reference-arrow span { color: #efb0b0; font-size: 22px; transition: transform .2s ease; }
.reference-arrow:hover span { transform: translate(3px,-3px); }
.reference-hero { position: relative; min-height: 770px; overflow: hidden; background: #24201c url('/assets/images/chicago-garage-door-hero.png') center center / cover no-repeat; color: var(--paper); }
.reference-hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,9,5,.84) 0%, rgba(11,9,5,.51) 45%, rgba(11,9,5,.08) 100%), linear-gradient(0deg, rgba(11,9,5,.62), transparent 48%); }
.reference-hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 770px; padding-top: 150px; padding-bottom: 36px; }
.reference-hero-copy { max-width: 700px; padding-bottom: 120px; }
.reference-hero h1 { margin-bottom: 18px; font-size: 94px; line-height: .9; letter-spacing: -.07em; }
.reference-hero h1 em, .reference-heading-row h2 em, .reference-contact h2 em { color: #e5b1b1; font-style: normal; }
.reference-hero-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 27px; color: #eee9e2; font-size: 19px; }
.reference-hero-footer { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.32); color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.reference-intro { background: var(--paper); }
.reference-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; }
.reference-photo-stack { position: relative; max-width: 475px; }
.reference-photo-stack img { width: 100%; height: 510px; object-fit: cover; object-position: center; }
.round-stamp { position: absolute; right: -42px; bottom: -28px; display: grid; place-content: center; width: 116px; height: 116px; border-radius: 50%; background: #d7b7b7; color: var(--paper); font-size: 10px; letter-spacing: .12em; line-height: 1.4; text-align: center; transform: rotate(-13deg); }
.round-stamp strong { font-size: 12px; }
.reference-intro-copy { max-width: 545px; }
.reference-intro-copy h2, .reference-heading-row h2 { font-size: 55px; line-height: .98; }
.reference-intro-copy p:not(.eyebrow), .reference-side-copy { color: var(--muted); }
.reference-intro-copy .text-link, .reference-service-more .text-link { text-decoration: none; }
.reference-intro-copy .text-link span, .reference-service-more span { margin-left: 9px; }
.reference-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 50px; }
.reference-heading-row > * { margin-bottom: 0; }
.reference-side-copy { max-width: 330px; margin-bottom: 7px; font-size: 15px; }
.reference-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reference-service-card { position: relative; min-height: 250px; padding: 25px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.reference-service-card:hover { background: var(--paper); transform: translateY(-4px); }
.reference-service-no { display: block; margin-bottom: 38px; color: #cda2a2; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.reference-service-icon { position: absolute; top: 22px; right: 21px; display: grid; place-content: center; width: 29px; height: 29px; border: 1px solid #d1aaaa; border-radius: 50%; color: var(--red); font-size: 15px; }
.reference-service-card h3 { max-width: 170px; margin-bottom: 9px; font-size: 20px; }
.reference-service-card p { min-height: 51px; margin-bottom: 14px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.reference-read { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.reference-read b { margin-left: 5px; font-size: 15px; }
.reference-service-more { padding-top: 24px; text-align: right; }
.reference-marquee { overflow: hidden; padding: 30px 0 22px; background: var(--paper); white-space: nowrap; }
.reference-marquee div { margin-left: -4%; color: #d5b0b0; font-size: 106px; font-weight: 800; letter-spacing: -.08em; line-height: .85; }
.reference-marquee span { color: var(--ink); font-size: 25px; vertical-align: middle; }
.reference-dark { background: var(--ink); color: var(--paper); }
.reference-dark-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.reference-collage { position: relative; min-height: 585px; padding: 48px 55px 0 0; }
.reference-collage::before { content: ''; position: absolute; top: -20px; right: -20px; width: 160px; height: 160px; background: repeating-linear-gradient(135deg, transparent 0 10px, #2e2824 10px 13px); opacity: .75; }
.reference-collage img { position: absolute; object-fit: cover; }
.reference-collage .collage-main { top: 48px; left: 0; width: 56%; height: 330px; }
.reference-collage .collage-detail { right: 0; bottom: 0; width: 67%; height: 290px; border: 12px solid var(--ink); }
.collage-label { position: absolute; top: 65px; right: 8%; z-index: 2; width: 145px; height: 120px; padding: 18px; background: #c89e9e; color: var(--ink); font-size: 11px; line-height: 1.25; letter-spacing: .08em; }
.collage-label strong { display: block; margin-top: 5px; font-size: 20px; line-height: .95; letter-spacing: -.04em; }
.reference-dark-copy h2 { max-width: 450px; margin-bottom: 25px; font-size: 56px; }
.reference-dark-copy > p:not(.eyebrow) { max-width: 470px; color: #bdb6ae; }
.reference-value { display: grid; grid-template-columns: 37px 1fr; gap: 15px; margin: 29px 0; padding-top: 15px; border-top: 1px solid #39342e; }
.reference-value > span { color: #d6a2a2; font-size: 12px; font-weight: 800; }
.reference-value h3 { margin-bottom: 5px; font-size: 19px; }
.reference-value p { margin-bottom: 0; color: #9d968f; font-size: 14px; }
.reference-client-strip { background: var(--ink); color: #6f6a64; }
.reference-client-strip .container { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid #282522; }
.reference-client-strip span { padding: 31px 13px; border-right: 1px solid #282522; font-size: 13px; font-weight: 800; text-align: center; letter-spacing: .08em; }
.reference-client-strip span:last-child { border-right: 0; }
.reference-showcase { padding-top: 70px; }
.reference-showcase .reference-heading-row { align-items: center; }
.reference-showcase h2 { margin-bottom: 0; font-size: 58px; }
.reference-project-grid { display: grid; grid-template-columns: 1.16fr .84fr .84fr; gap: 12px; }
.project-tile { position: relative; min-height: 340px; overflow: hidden; color: var(--paper); text-decoration: none; }
.project-tile.project-wide { min-height: 420px; }
.project-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,9,5,.8), transparent 60%); }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-tile:hover img { transform: scale(1.04); }
.project-tile span { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 1; font-size: 14px; font-weight: 800; }
.project-tile b { float: right; color: #e5b1b1; font-size: 22px; }
.reference-journal { background: var(--paper); }
.reference-journal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journal-card { min-height: 248px; padding: 24px 21px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background .2s ease; }
.journal-card:hover { background: var(--soft); }
.journal-card span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journal-card h3 { margin-top: 42px; font-size: 22px; }
.journal-card b { display: block; margin-top: 30px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.reference-contact { background: var(--soft); }
.reference-contact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.reference-contact-photo { position: relative; min-height: 570px; overflow: hidden; background: var(--ink); color: var(--paper); }
.reference-contact-photo img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; filter: brightness(.65); }
.reference-contact-caption { position: absolute; right: 42px; bottom: 42px; left: 42px; }
.reference-contact-caption h2 { margin-bottom: 28px; font-size: 50px; }
.reference-contact-form { padding: 75px 10% 60px; }
.reference-contact-form h2 { margin-bottom: 38px; font-size: 48px; }
.reference-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reference-contact-form label { margin-bottom: 20px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reference-contact-form input, .reference-contact-form select, .reference-contact-form textarea { display: block; margin-top: 4px; padding: 12px 0; border-width: 0 0 1px; border-color: #c9c5be; border-radius: 0; background: transparent; font-size: 16px; }
.reference-contact-form textarea { min-height: 80px; }
.reference-form-submit { display: flex; align-items: center; gap: 19px; margin-top: 5px; }
.reference-form-submit small { color: var(--muted); font-size: 12px; }
.reference-home .final-cta { display: none; }
.reference-home .site-footer { padding-top: 62px; }

@media (max-width: 1024px) {
    .reference-hero, .reference-hero-inner { min-height: 680px; }
    .reference-hero h1 { font-size: 78px; }
    .reference-two-col, .reference-dark-grid { gap: 55px; }
    .reference-intro-copy h2, .reference-heading-row h2, .reference-dark-copy h2 { font-size: 44px; }
    .reference-service-grid { grid-template-columns: repeat(2, 1fr); }
    .reference-service-card { min-height: 220px; }
    .reference-project-grid { grid-template-columns: 1fr 1fr; }
    .project-tile.project-wide { grid-column: 1 / -1; min-height: 330px; }
    .reference-journal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .reference-home .site-header { background: rgba(11,9,5,.45); }
    .reference-home .primary-nav { background: var(--ink); }
    .reference-hero, .reference-hero-inner { min-height: 680px; }
    .reference-hero-inner { padding-top: 130px; }
    .reference-hero-copy { padding-bottom: 82px; }
    .reference-hero h1 { font-size: 64px; }
    .reference-two-col, .reference-dark-grid, .reference-contact-grid { grid-template-columns: 1fr; }
    .reference-photo-stack { max-width: 620px; }
    .reference-photo-stack img { height: 470px; }
    .reference-intro-copy { max-width: 650px; }
    .reference-heading-row { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 32px; }
    .reference-heading-row h2, .reference-dark-copy h2 { font-size: 42px; }
    .reference-side-copy { max-width: 500px; }
    .reference-marquee div { font-size: 78px; }
    .reference-dark-grid { gap: 15px; }
    .reference-collage { min-height: 500px; max-width: 600px; }
    .reference-client-strip .container { grid-template-columns: repeat(3, 1fr); }
    .reference-client-strip span { padding: 22px 8px; font-size: 11px; }
    .reference-contact-photo { min-height: 520px; }
    .reference-contact-photo img { min-height: 520px; }
    .reference-contact-form { padding: 54px 7% 48px; }
}
@media (max-width: 480px) {
    .reference-hero, .reference-hero-inner { min-height: 620px; }
    .reference-hero h1 { font-size: 50px; }
    .reference-hero-copy > p:not(.eyebrow) { font-size: 17px; }
    .reference-hero-footer { font-size: 10px; }
    .reference-photo-stack img { height: 370px; }
    .round-stamp { right: -9px; width: 90px; height: 90px; }
    .reference-intro-copy h2, .reference-heading-row h2, .reference-dark-copy h2 { font-size: 36px; }
    .reference-service-grid, .reference-project-grid, .reference-journal-grid { grid-template-columns: 1fr; }
    .reference-service-card { min-height: 190px; }
    .reference-service-no { margin-bottom: 25px; }
    .reference-marquee div { font-size: 60px; }
    .reference-collage { min-height: 390px; padding: 25px 20px 0 0; }
    .reference-collage .collage-main { top: 25px; height: 225px; }
    .reference-collage .collage-detail { height: 190px; border-width: 8px; }
    .collage-label { top: 35px; right: 1%; width: 115px; height: 95px; padding: 13px; font-size: 9px; }
    .collage-label strong { font-size: 16px; }
    .reference-client-strip .container { grid-template-columns: repeat(2, 1fr); }
    .reference-client-strip span { border-bottom: 1px solid #282522; }
    .project-tile, .project-tile.project-wide { min-height: 300px; }
    .reference-contact-caption { right: 23px; bottom: 25px; left: 23px; }
    .reference-contact-caption h2, .reference-contact-form h2 { font-size: 37px; }
    .reference-form-row { grid-template-columns: 1fr; gap: 0; }
    .reference-form-submit { align-items: flex-start; flex-direction: column; }
}
/* Final typography, four-page layouts, and motion */
h1, h2, h3, h4, h5, h6 { font-family: "Syne", sans-serif; }
body, button, input, textarea, select { font-family: "Poppins", sans-serif; }
.brand-logo { display: block; width: 174px; max-width: 42vw; height: auto; max-height: 52px; object-fit: contain; }
.reference-home .site-header { background: rgba(11, 9, 5, .42); }
.reference-home .brand-logo { filter: none; }
.brand-light .brand-logo { filter: none; background: transparent; padding: 0; }
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.service-index { background: var(--paper); }
.service-index-item { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; padding: 88px 0; border-top: 1px solid var(--line); scroll-margin-top: 35px; }
.service-index-item-reverse > :first-child { order: 2; }
.service-index-image { overflow: hidden; background: var(--soft); }
.service-index-image img { width: 100%; height: 390px; object-fit: cover; transition: transform .55s ease, opacity .6s ease; }
.service-index-item:hover .service-index-image img { transform: scale(1.025); }
.service-index-copy h2 { margin-bottom: 20px; font-size: 42px; }
.service-index-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.service-index-copy .check-list { margin-top: 18px; }
.service-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-gallery figure { height: 215px; margin: 0; overflow: hidden; background: var(--soft); }
.service-gallery figure:nth-child(3n) { height: 270px; }
.service-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .6s ease; }
.service-gallery figure:hover img { transform: scale(1.04); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-story-images { position: relative; min-height: 560px; }
.about-image-large { width: 82%; height: 510px; object-fit: cover; }
.about-image-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 235px; border: 10px solid var(--paper); object-fit: cover; }
.about-story-copy h2 { font-size: 47px; }
.about-story-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.about-values { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.about-values h2 { font-size: 50px; }
.about-values-heading > p:not(.eyebrow) { color: #bdb6ae; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.about-value-grid > div { padding-top: 17px; border-top: 1px solid #39342e; }
.about-value-grid span { color: #d6a2a2; font-size: 12px; font-weight: 800; }
.about-value-grid h3 { margin-top: 24px; font-size: 20px; }
.about-value-grid p { color: #9d968f; font-size: 14px; }
.about-photo-band { display: grid; grid-template-columns: 1.05fr .8fr 1fr; gap: 18px; align-items: end; }
.about-photo-band img { width: 100%; height: 335px; object-fit: cover; }
.about-photo-band img:nth-child(2) { height: 245px; }
.about-photo-band > div { padding: 15px 0 18px 25px; }
.about-photo-band h2 { font-size: 35px; }
.about-photo-band p:not(.eyebrow) { color: var(--muted); }
.contact-logo { width: 175px; max-width: 100%; height: auto; margin-bottom: 25px; }
.contact-support-image { width: 100%; height: 230px; margin-top: 28px; object-fit: cover; }
html.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
html.js .reference-photo-stack[data-reveal], html.js .service-index-image[data-reveal] { transform: translateX(-18px); }
html.js .reference-photo-stack[data-reveal].is-visible, html.js .service-index-image[data-reveal].is-visible { transform: translateX(0); }
.reference-service-card:nth-child(1), .service-gallery figure:nth-child(1) { transition-delay: 0ms; }
.reference-service-card:nth-child(2), .service-gallery figure:nth-child(2) { transition-delay: 80ms; }
.reference-service-card:nth-child(3), .service-gallery figure:nth-child(3) { transition-delay: 160ms; }
.reference-service-card:nth-child(4), .service-gallery figure:nth-child(4) { transition-delay: 240ms; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    html.js [data-reveal], html.js [data-reveal].is-visible { opacity: 1; transform: none; }
}
@media (max-width: 1024px) {
    .service-index-item { gap: 40px; }
    .about-story { gap: 50px; }
    .about-values { gap: 45px; }
    .service-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .brand-logo { width: 156px; }
    .reference-home .site-header { background: rgba(11,9,5,.64); }
    .primary-nav { display: flex; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease; }
    .primary-nav.is-open { display: flex; visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
    .services-intro, .service-index-item, .about-story, .about-values, .about-photo-band { grid-template-columns: 1fr; gap: 34px; }
    .service-index-item { padding: 62px 0; }
    .service-index-item-reverse > :first-child { order: 0; }
    .service-index-image img { height: 360px; }
    .about-story-images { min-height: 460px; }
    .about-image-large { height: 420px; }
    .about-image-small { height: 190px; }
    .about-value-grid { grid-template-columns: repeat(3, 1fr); }
    .about-photo-band img, .about-photo-band img:nth-child(2) { height: 300px; }
    .about-photo-band > div { padding: 10px 0 0; }
}
@media (max-width: 480px) {
    .brand-logo { width: 139px; }
    .service-index-item { padding: 50px 0; }
    .service-index-copy h2, .about-story-copy h2 { font-size: 34px; }
    .service-index-image img { height: 270px; }
    .service-gallery { grid-template-columns: repeat(2, 1fr); }
    .service-gallery figure, .service-gallery figure:nth-child(3n) { height: 165px; }
    .about-story-images { min-height: 360px; }
    .about-image-large { height: 330px; }
    .about-image-small { width: 46%; height: 145px; border-width: 7px; }
    .about-values h2 { font-size: 37px; }
    .about-value-grid { grid-template-columns: 1fr; gap: 0; }
    .about-value-grid > div { padding: 18px 0 2px; }
}
.reference-home .site-header { background: rgba(254,254,255,.95); color: var(--ink); }
.reference-home .brand { color: var(--ink); }
.reference-home .brand small { color: var(--muted); }
.reference-home .primary-nav a { color: var(--ink); }
.reference-home .menu-toggle { border-color: var(--line); }
.reference-home .menu-toggle > span:not(.sr-only) { background: var(--ink); }

@media (max-width: 768px) {
    .reference-home .primary-nav { background: var(--paper); }
    .reference-home .primary-nav a:not(.nav-phone)::after { background: var(--red); }
}

.footer-email { display: block; margin-top: 5px; color: #bcb6ae; font-size: 15px; text-decoration: none; }
.footer-email:hover { color: var(--paper); }
