:root {
    --asc-red: #C81010;
    --deep-shop-black: #0B0B0B;
    --charcoal-black: #141414;
    --graphite-gray: #242424;
    --warm-cream: #F3E6D0;
    --aged-gold: #C8942E;
    --clean-white: #FFFFFF;
    --oxide-red: #8F1612;
    --burnt-copper: #A85C2A;
    --steel-gray: #6C7075;
    --soft-sand: #D9C4A3;
    --smoke-gray: #B5B5B5;
    --warning-red: #E3261E;
    --gold-highlight: #E0B04A;
    --dark-maroon: #5A0E0B;
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --body: "Trebuchet MS", Arial, sans-serif;
    --serif: Georgia, "Times New Roman", serif;
    --shadow: 0 14px 34px rgba(0, 0, 0, .28);
    --radius: 7px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}

body {
    margin: 0;
    color: var(--graphite-gray);
    background: var(--deep-shop-black);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.55;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.03;
}

.shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.narrow {
    max-width: 850px;
}

.centered,
.center {
    text-align: center;
}

.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;
    left: 20px;
    top: -80px;
    z-index: 2000;
    padding: 12px 18px;
    color: var(--clean-white);
    background: var(--asc-red);
}

.skip-link:focus {
    top: 20px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 3px solid var(--asc-red);
    background:
        linear-gradient(90deg, rgba(200, 16, 16, .08), transparent 40%),
        var(--deep-shop-black);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.header-inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: block;
    width: min(430px, 42vw);
}

.brand img {
    width: 100%;
    mix-blend-mode: screen;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 42px);
}

.primary-nav a {
    position: relative;
    padding: 34px 0 30px;
    color: var(--warm-cream);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--display);
    font-size: 15px;
    letter-spacing: .9px;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 3px;
    background: var(--asc-red);
    transition: right .2s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.active {
    color: var(--warning-red);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.active::after {
    right: 0;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(224, 176, 74, .45);
    border-radius: 4px;
    color: var(--clean-white);
    background: transparent;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--gold-highlight);
}

.hero {
    position: relative;
    overflow: hidden;
    color: var(--warm-cream);
    background:
        radial-gradient(circle at 25% 20%, rgba(200, 16, 16, .13), transparent 34%),
        linear-gradient(135deg, #131313, #060606 70%);
}

.hero::before,
.dark-section::before,
.values-section::before,
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .1;
    background-image:
        repeating-linear-gradient(25deg, transparent 0 8px, rgba(255, 255, 255, .03) 9px 10px),
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, .08) 0 1px, transparent 2px);
    background-size: auto, 15px 15px;
}

.hero-grid {
    position: relative;
    min-height: 490px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
}

.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 66px 36px 64px 0;
}

.hero-copy h1 {
    margin-bottom: 18px;
    color: var(--warm-cream);
    font-family: var(--display);
    font-size: clamp(58px, 6vw, 90px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, .35);
}

.hero-copy h1 strong {
    display: block;
    color: var(--asc-red);
    font-weight: inherit;
}

.hero-copy p {
    max-width: 640px;
    margin-bottom: 28px;
    color: #eee1cd;
    font-family: var(--serif);
    font-size: clamp(18px, 1.7vw, 23px);
    line-height: 1.45;
}

.hero-subhead {
    display: block;
    margin: -4px 0 12px;
    color: var(--gold-highlight);
    font-family: var(--serif);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 700;
}

.eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--aged-gold);
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.hero-photo {
    position: relative;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--deep-shop-black) 0%, rgba(11, 11, 11, .45) 15%, transparent 45%);
}

.home-hero .hero-photo {
    background-image: var(--hero-image, url("../images/backgrounds/home-hero.jpg"));
}

.services-hero .hero-photo {
    background-image: var(--hero-image, url("../images/backgrounds/services-hero.jpg"));
}

.gallery-hero .hero-photo {
    background-image: var(--hero-image, url("../images/backgrounds/gallery-hero.jpg"));
}

.services-hero .hero-grid,
.gallery-hero .hero-grid {
    min-height: 455px;
}

.services-hero .hero-copy h1,
.gallery-hero .hero-copy h1 {
    font-size: clamp(58px, 5.6vw, 86px);
}

.about-hero,
.faq-hero,
.contact-hero {
    padding: 58px 0;
    text-align: center;
}

.about-hero {
    background:
        linear-gradient(rgba(6, 6, 6, .7), rgba(6, 6, 6, .82)),
        var(--hero-image, url("../images/backgrounds/shop-night.jpg")) center 58% / cover;
}

.faq-hero {
    background:
        linear-gradient(105deg, rgba(5, 5, 5, .93), rgba(90, 14, 11, .58)),
        var(--hero-image, url("../images/backgrounds/services-hero.jpg")) center / cover;
}

.contact-hero {
    background:
        linear-gradient(105deg, rgba(5, 5, 5, .93), rgba(90, 14, 11, .66)),
        var(--hero-image, url("../images/backgrounds/home-hero.jpg")) center / cover;
}

.about-hero .hero-copy,
.faq-hero .hero-copy,
.contact-hero .hero-copy {
    padding: 34px 0;
}

.about-hero .hero-copy p,
.faq-hero .hero-copy p,
.contact-hero .hero-copy p {
    margin-inline: auto;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.button-row.centered {
    justify-content: center;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 25px;
    border: 2px solid var(--warning-red);
    border-radius: 5px;
    color: var(--clean-white);
    background: linear-gradient(#d4261d, #99130e);
    box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 8px 20px rgba(0, 0, 0, .2);
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: .7px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

.button:hover,
.button:focus-visible {
    filter: brightness(1.12);
    transform: translateY(-2px);
}

.button span {
    font-size: 28px;
    line-height: 0;
}

.button-outline {
    border-color: var(--aged-gold);
    color: var(--gold-highlight);
    background: rgba(5, 5, 5, .72);
}

.button-dark {
    border-color: var(--graphite-gray);
    color: var(--warm-cream);
    background: var(--charcoal-black);
}

.button-gold {
    border-color: var(--gold-highlight);
}

.button-small {
    min-height: 38px;
    padding: 8px 17px;
    font-size: 15px;
}

.trust-strip {
    color: var(--deep-shop-black);
    border-top: 1px solid rgba(90, 14, 11, .25);
    border-bottom: 1px solid rgba(90, 14, 11, .25);
    background:
        linear-gradient(90deg, rgba(200, 16, 16, .04), transparent 40%),
        var(--warm-cream);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.trust-grid article {
    position: relative;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    text-align: center;
}

.trust-grid article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23%;
    bottom: 23%;
    width: 1px;
    background: var(--oxide-red);
}

.trust-grid span {
    color: var(--oxide-red);
    font-size: 36px;
    line-height: 1;
}

.trust-grid strong {
    margin-top: 8px;
    font-family: var(--display);
    font-size: 17px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.trust-grid small {
    font-family: var(--serif);
    font-size: 13px;
}

.section {
    position: relative;
    padding: 48px 0;
}

.dark-section,
.values-section,
.results-matter {
    position: relative;
    color: var(--warm-cream);
    background:
        radial-gradient(circle at 78% 15%, rgba(200, 16, 16, .08), transparent 35%),
        var(--deep-shop-black);
}

.cream-section,
.how-it-works,
.local-section {
    background:
        linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
        var(--warm-cream);
}

.section-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.section-intro {
    max-width: 720px;
    margin: -15px auto 28px;
    color: inherit;
    font-family: var(--serif);
    font-size: 17px;
    text-align: center;
}

.section-heading h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
    color: inherit;
    font-family: var(--display);
    font-size: clamp(34px, 4vw, 50px);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.section-heading h2 span {
    width: 48px;
    height: 12px;
    border-top: 3px solid var(--aged-gold);
    border-bottom: 2px solid var(--aged-gold);
}

.cream-section .section-heading h2 span,
.how-it-works .section-heading h2 span {
    border-color: var(--oxide-red);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border: 2px solid #d3bea0;
    border-radius: var(--radius);
    color: var(--deep-shop-black);
    background: var(--warm-cream);
    box-shadow: var(--shadow);
}

.service-card > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-card:hover > img {
    transform: scale(1.05);
}

.service-icon {
    position: absolute;
    top: 126px;
    left: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 3px solid var(--aged-gold);
    border-radius: 50%;
    color: var(--gold-highlight);
    background: var(--deep-shop-black);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    transform: translateX(-50%);
    font-size: 22px;
}

.service-card-body {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 35px 14px 14px;
    text-align: center;
}

.service-card h3 {
    min-height: 48px;
    margin-bottom: 10px;
    font-family: var(--display);
    font-size: 22px;
    text-transform: uppercase;
}

.service-card p {
    flex: 1;
    margin-bottom: 14px;
    font-family: var(--serif);
    font-size: 14px;
    line-height: 1.4;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.proof-card,
.gallery-card {
    overflow: hidden;
    border: 2px solid #ccb390;
    border-radius: var(--radius);
    color: var(--deep-shop-black);
    background: #f5e9d7;
    box-shadow: 0 7px 18px rgba(57, 35, 12, .16);
}

.proof-image,
.gallery-image,
.feature-photo {
    position: relative;
    overflow: hidden;
}

.proof-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.proof-pair,
.gallery-image-pair,
.feature-photo-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.proof-pair img,
.gallery-image-pair img,
.feature-photo-pair img {
    width: 100%;
    min-width: 0;
}

.gallery-lightbox-trigger {
    cursor: zoom-in;
}

.gallery-lightbox-trigger:focus-visible {
    outline: 4px solid var(--gold-highlight);
    outline-offset: 3px;
}

.before-label,
.after-label {
    position: absolute;
    bottom: 0;
    width: 50%;
    padding: 8px;
    color: var(--clean-white);
    background: rgba(7, 7, 7, .82);
    font-family: var(--display);
    letter-spacing: .8px;
    text-align: center;
    text-transform: uppercase;
}

.before-label {
    left: 0;
}

.after-label {
    right: 0;
    background: rgba(143, 22, 18, .9);
}

.proof-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--clean-white);
}

.proof-card h3,
.proof-card p {
    margin: 0;
    text-align: center;
}

.proof-card h3 {
    padding: 12px 12px 3px;
    font-family: var(--display);
    font-size: 20px;
    text-transform: uppercase;
}

.proof-card p {
    padding: 0 12px 13px;
    font-family: var(--serif);
    font-size: 14px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--oxide-red);
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
}

.text-link:hover {
    color: var(--asc-red);
}

.how-it-works {
    padding: 28px 0 35px;
    color: var(--deep-shop-black);
}

.how-it-works.compact {
    padding-block: 24px 29px;
}

.how-it-works .section-heading {
    margin-bottom: 20px;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step {
    min-width: 0;
    flex: 1;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 11px;
}

.step-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--clean-white);
    background: var(--oxide-red);
    font-family: var(--display);
}

.step-icon {
    font-size: 40px;
    line-height: 1;
}

.step h3 {
    margin-bottom: 4px;
    font-family: var(--display);
    font-size: 18px;
    text-transform: uppercase;
}

.step p {
    margin: 0;
    font-family: var(--serif);
    font-size: 12px;
    line-height: 1.35;
}

.step-arrow {
    margin: 0 12px;
    color: var(--oxide-red);
    font-size: 26px;
}

.local-section {
    padding: 34px 0;
    color: var(--deep-shop-black);
}

.local-grid {
    display: grid;
    grid-template-columns: .85fr .8fr 1.15fr;
    align-items: stretch;
    gap: 24px;
}

.local-sign {
    padding: 24px;
    border-right: 1px solid var(--oxide-red);
    text-align: center;
}

.local-sign span {
    color: var(--asc-red);
    font-family: cursive;
    font-size: 33px;
    font-weight: 700;
}

.local-sign h2 {
    margin: -3px 0 14px;
    font-family: var(--display);
    font-size: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.local-sign p {
    margin: 0;
    font-family: var(--display);
    text-transform: uppercase;
}

.local-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.local-details h2 {
    font-family: var(--display);
    font-size: 30px;
    text-transform: uppercase;
}

.local-details a {
    display: block;
    margin-bottom: 8px;
    color: var(--oxide-red);
    font-weight: 700;
    text-decoration: none;
}

.local-details .local-phone {
    font-size: 24px;
}

.local-details p {
    margin: 5px 0 0;
    font-family: var(--serif);
}

.map-card {
    display: block;
    overflow: hidden;
    border: 2px solid #cbb692;
    border-radius: var(--radius);
    background: var(--soft-sand);
}

.map-card img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
}

.final-cta {
    position: relative;
    overflow: hidden;
    color: var(--warm-cream);
    background:
        linear-gradient(90deg, rgba(90, 14, 11, .3), rgba(227, 38, 30, .1)),
        var(--cta-image, repeating-linear-gradient(35deg, transparent 0 20px, rgba(255, 255, 255, .04) 21px 22px)) center / cover,
        var(--oxide-red);
    border-top: 2px solid var(--warning-red);
    border-bottom: 2px solid var(--dark-maroon);
}

.final-cta .shell {
    min-height: 116px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.cta-icon {
    font-size: 58px;
}

.final-cta h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(30px, 4vw, 49px);
    letter-spacing: .8px;
    text-transform: uppercase;
}

.final-cta p {
    margin: 0;
    color: #f0cda3;
    font-family: var(--serif);
    font-size: 18px;
}

.site-footer {
    position: relative;
    padding: 32px 0 16px;
    color: var(--warm-cream);
    background: var(--deep-shop-black);
}

.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1.15fr .95fr 1.05fr;
    gap: 28px;
}

.footer-brand img {
    width: 290px;
    mix-blend-mode: screen;
}

.footer-brand p {
    margin: 12px 0 0;
    color: var(--soft-sand);
    font-family: var(--serif);
}

.site-footer h2 {
    margin: 4px 0 12px;
    color: var(--aged-gold);
    font-family: var(--display);
    font-size: 19px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.site-footer address {
    display: grid;
    gap: 8px;
    font-style: normal;
}

.site-footer address a {
    color: var(--warm-cream);
    font-size: 13px;
    text-decoration: none;
}

.hours {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 14px;
    margin: 0;
    font-size: 13px;
}

.hours dt {
    color: var(--soft-sand);
}

.hours dd {
    margin: 0;
}

.follow-title {
    margin-top: 18px !important;
}

.socials {
    display: flex;
    gap: 9px;
}

.socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--clean-white);
    background: var(--oxide-red);
    font-weight: 800;
    text-decoration: none;
}

.footer-map {
    overflow: hidden;
    border: 2px solid #d8c4a7;
    border-radius: 6px;
}

.footer-map img {
    width: 100%;
    height: 194px;
    object-fit: cover;
}

.footer-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid rgba(217, 196, 163, .25);
    color: var(--smoke-gray);
    font-size: 12px;
}

.mobile-quote-bar {
    display: none;
}

/* Services */
.category-strip {
    color: var(--deep-shop-black);
    background: var(--warm-cream);
    border-bottom: 1px solid #c9ae87;
}

.category-strip .shell {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.category-strip a {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 8px;
    border-right: 1px solid rgba(143, 22, 18, .45);
    font-family: var(--display);
    font-size: 16px;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.category-strip a:first-child {
    border-left: 1px solid rgba(143, 22, 18, .45);
}

.category-strip a:hover,
.category-strip a:focus-visible {
    color: var(--clean-white);
    background: var(--oxide-red);
}

.category-strip a span {
    font-size: 29px;
}

.repair-solutions {
    padding-top: 8px;
}

.solution-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 2px solid #d0b994;
    border-radius: 9px;
    color: var(--deep-shop-black);
    background: var(--warm-cream);
}

.solution-row {
    min-height: 212px;
    display: grid;
    grid-template-columns: 42% 58%;
    border-bottom: 1px solid #c7af8c;
}

.solution-row:nth-child(odd) {
    border-right: 1px solid #c7af8c;
}

.solution-row:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.solution-row img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.solution-row > div {
    padding: 18px 22px;
}

.solution-row h3 {
    margin-bottom: 6px;
    color: var(--oxide-red);
    font-family: var(--display);
    font-size: 24px;
    text-transform: uppercase;
}

.solution-row p,
.solution-row li {
    font-family: var(--serif);
    font-size: 13px;
}

.solution-row ul {
    columns: 2;
    margin: 9px 0 0;
    padding-left: 18px;
}

.solution-row li::marker {
    color: var(--oxide-red);
}

.values-section {
    padding: 34px 0 42px;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.value-grid article {
    position: relative;
    padding: 0 24px;
    text-align: center;
}

.value-grid article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: var(--aged-gold);
}

.value-icon {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-highlight);
    font-size: 44px;
    line-height: 1;
}

.value-grid h3 {
    margin-bottom: 7px;
    color: var(--aged-gold);
    font-family: var(--display);
    font-size: 19px;
    text-transform: uppercase;
}

.value-grid p {
    margin: 0;
    color: var(--warm-cream);
    font-family: var(--serif);
    font-size: 14px;
    line-height: 1.4;
}

/* Gallery */
.gallery-filters {
    color: var(--deep-shop-black);
    background: var(--warm-cream);
}

.gallery-filters .shell {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.gallery-filters button {
    min-height: 98px;
    padding: 13px 10px;
    border: 0;
    border-right: 1px solid rgba(143, 22, 18, .4);
    color: var(--deep-shop-black);
    background: transparent;
    font-family: var(--display);
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery-filters button:first-child {
    border-left: 1px solid rgba(143, 22, 18, .4);
}

.gallery-filters button:hover,
.gallery-filters button.active {
    color: var(--clean-white);
    background: linear-gradient(#a92119, #7a100c);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gallery-card {
    transition: opacity .2s ease, transform .2s ease;
}

.gallery-card.is-hidden {
    display: none;
}

.gallery-card:hover {
    transform: translateY(-4px);
}

.gallery-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.gallery-image-pair img {
    width: 100%;
}

.compare-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 2px solid var(--clean-white);
    border-radius: 50%;
    color: var(--clean-white);
    background: var(--oxide-red);
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.gallery-card > div:last-child {
    padding: 13px 15px 16px;
    text-align: center;
}

.gallery-card h3 {
    margin-bottom: 3px;
    font-family: var(--display);
    font-size: 21px;
    text-transform: uppercase;
}

.gallery-card strong {
    display: block;
    font-family: var(--serif);
    font-size: 14px;
}

.gallery-card p {
    margin: 7px 0 0;
    color: #5c4a3b;
    font-size: 12px;
}

.gallery-empty {
    padding: 28px;
    border: 1px solid var(--aged-gold);
    text-align: center;
}

.featured-transformation {
    padding-block: 28px;
}

.feature-case {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    overflow: hidden;
    border: 2px solid #c7ad87;
    border-radius: 10px;
    background: #f7ead5;
    box-shadow: var(--shadow);
}

.case-copy {
    padding: 30px;
}

.case-copy h2 {
    margin-bottom: 10px;
    color: var(--oxide-red);
    font-family: var(--display);
    font-size: clamp(36px, 4vw, 54px);
    text-transform: uppercase;
}

.check-list {
    padding: 0;
    list-style: none;
    font-family: var(--serif);
    font-size: 14px;
}

.check-list li {
    margin: 8px 0;
    padding-left: 25px;
    position: relative;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--clean-white);
    background: var(--deep-shop-black);
    font-size: 11px;
    font-weight: 800;
}

.feature-photo img {
    width: 100%;
    height: 100%;
    min-height: 335px;
    object-fit: cover;
}

.feature-photo-pair img {
    min-height: 335px;
}

.repair-lightbox[hidden] {
    display: none;
}

.repair-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.repair-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(4px);
}

.repair-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border: 2px solid var(--aged-gold);
    border-radius: 9px;
    color: var(--warm-cream);
    background: var(--deep-shop-black);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .7);
}

.lightbox-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lightbox-images figure {
    position: relative;
    margin: 0;
    min-height: 330px;
    background: #050505;
}

.lightbox-images img {
    width: 100%;
    height: min(52vh, 500px);
    object-fit: contain;
}

.lightbox-images figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: var(--clean-white);
    background: rgba(0, 0, 0, .72);
    font-family: var(--display);
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.lightbox-copy {
    padding: 22px 28px 26px;
}

.lightbox-copy > span {
    color: var(--aged-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lightbox-copy h2 {
    margin: 5px 0;
    font-family: var(--display);
    font-size: 38px;
    text-transform: uppercase;
}

.lightbox-copy p {
    margin: 12px 0 0;
    color: var(--soft-sand);
    font-family: var(--serif);
}

.lightbox-copy dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 15px;
    margin: 16px 0 0;
    font-size: 13px;
}

.lightbox-copy dt {
    color: var(--aged-gold);
    font-weight: 800;
    text-transform: uppercase;
}

.lightbox-copy dd {
    margin: 0;
}

.lightbox-close,
.lightbox-nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 2px solid var(--clean-white);
    border-radius: 50%;
    color: var(--clean-white);
    background: rgba(143, 22, 18, .92);
    cursor: pointer;
}

.lightbox-close {
    top: 13px;
    right: 13px;
    width: 44px;
    height: 44px;
    font-size: 28px;
}

.lightbox-nav {
    top: 42%;
    width: 48px;
    height: 48px;
    font-size: 37px;
}

.lightbox-prev {
    left: 12px;
}

.lightbox-next {
    right: 12px;
}

body.lightbox-open {
    overflow: hidden;
}

.form-intro {
    margin: -13px 0 24px;
    color: #67533e;
    font-family: var(--serif);
}

.results-matter {
    padding: 0;
}

.results-grid {
    width: min(100%, 1440px);
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: stretch;
}

.results-grid > div {
    padding: 38px 25px 42px max(25px, calc((100vw - 1240px) / 2));
}

.results-grid .value-grid {
    grid-template-columns: repeat(4, 1fr);
}

.results-grid > img {
    width: 100%;
    height: 100%;
    min-height: 325px;
    object-fit: cover;
}

/* About */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.story-grid h2,
.about-cta h2,
.faq-aside h2,
.quote-form-panel h2,
.contact-card h2 {
    font-family: var(--display);
    font-size: clamp(34px, 4vw, 51px);
    text-transform: uppercase;
}

.story-grid p,
.about-cta p {
    font-family: var(--serif);
    font-size: 18px;
}

.story-grid img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    border: 3px solid var(--aged-gold);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.belief-section {
    color: var(--warm-cream);
    background: var(--deep-shop-black);
}

.belief-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.belief-grid article {
    padding: 25px 20px;
    border: 1px solid rgba(200, 148, 46, .5);
    border-radius: 6px;
    background: linear-gradient(145deg, #1b1b1b, #0b0b0b);
}

.belief-grid article > span {
    color: var(--asc-red);
    font-family: var(--display);
    font-size: 38px;
}

.belief-grid h3 {
    color: var(--gold-highlight);
    font-family: var(--display);
    font-size: 22px;
    text-transform: uppercase;
}

.belief-grid p {
    margin: 0;
    color: var(--soft-sand);
    font-family: var(--serif);
    font-size: 14px;
}

.about-cta {
    padding-block: 58px;
}

/* FAQ */
.faq-layout {
    display: grid;
    grid-template-columns: 1.55fr .65fr;
    align-items: start;
    gap: 40px;
}

.faq-list {
    display: grid;
    gap: 13px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #c5a97f;
    border-radius: 6px;
    background: #faefdd;
    box-shadow: 0 5px 14px rgba(72, 43, 12, .09);
}

.faq-item h2 {
    margin: 0;
}

.faq-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border: 0;
    color: var(--deep-shop-black);
    background: transparent;
    font-family: var(--display);
    font-size: 23px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.faq-item button span {
    color: var(--asc-red);
    font-size: 30px;
    transition: transform .2s ease;
}

.faq-item button[aria-expanded="true"] {
    color: var(--clean-white);
    background: var(--oxide-red);
}

.faq-item button[aria-expanded="true"] span {
    color: var(--clean-white);
    transform: rotate(45deg);
}

.faq-answer {
    padding: 2px 22px 20px;
    font-family: var(--serif);
    font-size: 17px;
}

.faq-answer p {
    margin: 14px 0 0;
}

.faq-aside,
.contact-card {
    position: sticky;
    top: 120px;
    padding: 27px;
    border: 2px solid var(--aged-gold);
    border-radius: 8px;
    color: var(--warm-cream);
    background: var(--deep-shop-black);
    box-shadow: var(--shadow);
}

.faq-aside h2 {
    margin-bottom: 12px;
}

.faq-aside p,
.faq-aside address {
    font-family: var(--serif);
}

.faq-aside .button {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 17px;
}

.phone-link,
.big-phone {
    display: block;
    color: var(--gold-highlight);
    font-family: var(--display);
    font-size: 25px;
    text-decoration: none;
}

/* Quote Request */
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    align-items: start;
    gap: 34px;
}

.quote-form-panel {
    padding: clamp(24px, 4vw, 45px);
    border: 1px solid #c6aa81;
    border-radius: 9px;
    background: #fbefdc;
    box-shadow: var(--shadow);
}

.quote-form-panel > h2 {
    margin-bottom: 24px;
}

.quote-form fieldset {
    margin: 0 0 27px;
    padding: 0;
    border: 0;
}

.quote-form legend {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--oxide-red);
    color: var(--oxide-red);
    font-family: var(--display);
    font-size: 22px;
    text-transform: uppercase;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.form-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.form-grid .full {
    grid-column: 1 / -1;
}

.quote-form label {
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.quote-form label > span {
    color: var(--asc-red);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    border: 1px solid #aa9477;
    border-radius: 4px;
    padding: 12px 13px;
    color: var(--graphite-gray);
    background: var(--clean-white);
    outline: none;
    text-transform: none;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
    border-color: var(--asc-red);
    box-shadow: 0 0 0 3px rgba(200, 16, 16, .14);
}

.upload-zone {
    min-height: 180px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #9d815c;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}

.upload-zone:hover {
    background: rgba(217, 196, 163, .22);
}

.upload-zone input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.upload-icon {
    color: var(--asc-red) !important;
    font-size: 45px;
}

.upload-zone strong {
    font-family: var(--display);
    font-size: 21px;
}

.upload-zone small {
    color: #6d5a44;
    font-weight: 400;
    text-transform: none;
}

.photo-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.photo-preview figure {
    margin: 0;
}

.photo-preview img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 4px;
}

.photo-preview figcaption {
    overflow: hidden;
    color: #6d5a44;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.consent {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 12px !important;
    line-height: 1.4;
    text-transform: none !important;
}

.consent input {
    width: 18px;
    margin-top: 1px;
}

.submit-button {
    width: 100%;
}

.contact-aside {
    display: grid;
    gap: 24px;
}

.contact-card {
    position: static;
}

.contact-card h2 {
    font-size: 31px;
}

.contact-card p {
    font-family: var(--serif);
}

.contact-card .map-card {
    margin-top: 15px;
}

.contact-card .map-card img {
    min-height: 150px;
}

.notice {
    margin: 0 0 22px;
    padding: 16px 18px;
    border-left: 5px solid;
    border-radius: 4px;
}

.notice.success {
    border-color: #347f3b;
    color: #174c1d;
    background: #e5f4e6;
}

.notice.error {
    border-color: var(--asc-red);
    color: #6b1511;
    background: #f8ded9;
}

.notice ul {
    margin-bottom: 0;
}

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