:root {
    --font-heading: Arial, Helvetica, sans-serif;
    --font-body: Arial, Helvetica, sans-serif;
    --black: #0f0c0b;
    --charcoal: #17100e;
    --charcoal-2: #241713;
    --orange: #ff4500;
    --orange-dark: #a62d00;
    --gold: #ffb347;
    --cream: #fff6f0;
    --line: rgba(255, 69, 0, 0.22);
    --shadow: 0 24px 60px rgba(24, 13, 9, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.68;
    color: #2d2a28;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

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

a {
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(15, 12, 11, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.brand img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.desktop-nav a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    font-weight: 700;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
    color: var(--gold);
}

.phone-button,
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 20px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.01em;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.42), 0 18px 42px rgba(255, 69, 0, 0.28);
    animation: pulseGlow 2.2s infinite;
    white-space: nowrap;
}

.phone-button:hover,
.cta-button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, #ff5c1f, #8e2600);
}

.hamburger {
    display: none;
    width: 48px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #ffffff;
    padding: 10px;
}

.hamburger span {
    display: block;
    height: 2px;
    background: #ffffff;
    margin: 6px 0;
}

.mobile-panel {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 18px;
}

.mobile-panel a {
    display: block;
    color: #ffffff;
    padding: 12px 0;
    font-size: 17px;
    font-weight: 800;
}

.hero {
    min-height: 760px;
    display: grid;
    align-items: center;
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(15, 12, 11, 0.92), rgba(15, 12, 11, 0.78), rgba(15, 12, 11, 0.72)), url('../images/kitchen-premium.jpg') center/cover no-repeat;
    overflow: hidden;
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 52% 30%, rgba(255, 69, 0, 0.22), transparent 34%), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 82px;
}

.eyebrow,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: rgba(255, 69, 0, 0.12);
    color: var(--orange-dark);
    border-left: 4px solid var(--orange);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero .eyebrow {
    color: #ffffff;
    background: rgba(255, 69, 0, 0.28);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

h1 {
    color: #ffffff;
    font-size: clamp(39px, 6vw, 74px);
    margin-top: 20px;
}

h2 {
    font-size: clamp(31px, 4vw, 46px);
    color: #111827;
    margin: 12px 0 22px;
}

h3,
h4 {
    font-size: 22px;
    color: #111827;
}

.section-dark h2,
.section-dark h3,
.section-dark h4,
.cta-band h2,
.footer h3 {
    color: #ffffff;
}

.heading-rule:after,
.service-card h3:after,
.text-card h3:after,
.part-item h3:after,
.process-card h3:after,
.faq-item h3:after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 13px;
    background: linear-gradient(90deg, var(--orange), var(--gold));
}

.hero h1 + .stars {
    margin-top: 18px;
}

.stars {
    color: var(--gold);
    font-size: 28px;
    letter-spacing: 0.16em;
    text-shadow: 0 8px 22px rgba(255, 179, 71, 0.35);
}

.hero-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 18px 0 24px;
}

.hero-icons img {
    width: auto;
    height: 48px;
    object-fit: contain;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 179, 71, 0.55);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.hero-lead {
    max-width: 760px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    font-weight: 600;
}

.hero-cta-note {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 760px;
    margin: 34px auto 0;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.metric {
    padding: 18px;
    background: rgba(23, 16, 14, 0.72);
}

.metric strong {
    display: block;
    font-size: 24px;
    color: #ffffff;
}

.metric span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
}

section {
    padding: 92px 0;
}

.intro-section {
    background: #ffffff;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
    gap: 46px;
    align-items: center;
}

.split.reverse {
    grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr);
}

.split.reverse .split-image {
    order: 1;
}

.split.reverse .split-text {
    order: 2;
}

.split-image img,
.feature-photo img {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.lead-copy {
    font-size: 19px;
    color: #37312f;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
}

.trust-card,
.service-card,
.part-item,
.process-card,
.review-card,
.faq-item,
.payment-card {
    background: #ffffff;
    color: #2d2a28;
    border: 1px solid rgba(166, 45, 0, 0.16);
    box-shadow: 0 16px 46px rgba(24, 13, 9, 0.08);
}

.trust-card {
    padding: 24px;
}

.trust-card img,
.process-card img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    margin-bottom: 14px;
}

.services-section {
    background: linear-gradient(180deg, var(--cream), #ffffff);
}

.section-head {
    max-width: 780px;
    margin-bottom: 36px;
}

.section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-head.center .heading-rule:after {
    margin-left: auto;
    margin-right: auto;
}

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

.service-card {
    padding: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 70px rgba(255, 69, 0, 0.16);
}

.service-card img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    margin-bottom: 18px;
}

.service-card ul,
.local-columns ul,
.payment-card ul,
.parts-list ul {
    padding-left: 20px;
    margin: 16px 0 0;
}

.service-card li,
.local-columns li,
.payment-card li,
.parts-list li {
    margin: 8px 0;
}

.text-card {
    padding: 34px;
    background: #ffffff;
    border-left: 5px solid var(--orange);
    box-shadow: var(--shadow);
}

.section-dark {
    background: radial-gradient(circle at top left, rgba(255, 69, 0, 0.22), transparent 32%), linear-gradient(135deg, var(--charcoal), #080605);
    color: rgba(255, 255, 255, 0.86);
}

.section-dark .section-badge {
    color: #ffffff;
    background: rgba(255, 69, 0, 0.22);
}

.section-dark p,
.section-dark li {
    color: rgba(255, 255, 255, 0.86);
}

.section-dark .part-item p,
.section-dark .part-item li,
.section-dark .faq-item p,
.section-dark .faq-item li,
.section-dark .faq-item a {
    color: #2d2a28;
}

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

.part-item {
    padding: 26px;
}

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

.process-card {
    padding: 28px;
    position: relative;
}

.process-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(255, 69, 0, 0.18);
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
}

.cta-band {
    padding: 58px 0;
    background: linear-gradient(135deg, var(--orange-dark), var(--orange));
    color: #ffffff;
}

.cta-band .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    margin: 10px 0 0;
}

.cta-band .cta-button {
    background: #ffffff;
    color: #111827;
}

.reviews-section {
    background: #ffffff;
    overflow: hidden;
}

.review-viewport {
    overflow: hidden;
}

.review-track {
    display: flex;
    transition: transform 0.45s ease;
}

.review-slide {
    flex: 0 0 33.333%;
    padding: 10px;
}

.review-card {
    height: 100%;
    padding: 26px;
}

.review-card strong {
    color: #111827;
    font-size: 18px;
}

.review-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.control-button {
    width: 46px;
    height: 46px;
    border: 1px solid var(--orange);
    background: #ffffff;
    color: var(--orange-dark);
    font-size: 22px;
    cursor: pointer;
}

.local-section {
    background: var(--cream);
}

.local-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 26px;
}

.local-box {
    background: #ffffff;
    padding: 24px;
    border-top: 4px solid var(--orange);
}

.payments-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.payment-card,
.faq-item {
    padding: 24px;
}

.models-strip {
    background: var(--charcoal);
    color: rgba(255, 255, 255, 0.88);
    padding: 30px;
    border-left: 5px solid var(--orange);
    margin-top: 34px;
}

.models-strip strong {
    color: #ffffff;
}

.site-footer {
    background: #080605;
    color: rgba(255, 255, 255, 0.78);
    padding: 54px 0 34px;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.4fr;
    gap: 28px;
    align-items: start;
}

.footer-brand {
    margin-bottom: 14px;
}

.footer-links a,
.footer-phone {
    color: #ffffff;
    display: block;
    margin: 8px 0;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 30px;
    padding-top: 24px;
    font-size: 14px;
}

.mobile-sticky-call {
    display: none;
}

.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.38), 0 18px 42px rgba(255, 69, 0, 0.28); }
    70% { box-shadow: 0 0 0 16px rgba(255, 255, 255, 0), 0 18px 42px rgba(255, 69, 0, 0.28); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 18px 42px rgba(255, 69, 0, 0.28); }
}

@media (max-width: 1024px) {
    .desktop-nav {
        gap: 12px;
    }

    .desktop-nav a {
        font-size: 15px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 76px;
    }

    .container {
        width: min(100% - 28px, 1180px);
    }

    .header-inner {
        min-height: auto;
        padding: 12px 0 8px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .brand {
        font-size: 24px;
        max-width: calc(100% - 62px);
    }

    .brand img {
        width: 40px;
        height: 40px;
    }

    .desktop-nav,
    .site-header .desktop-phone {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mobile-panel.open {
        display: block;
    }

    .mobile-header-phone {
        display: inline-flex;
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        font-size: 16px;
    }

    .hero {
        min-height: 690px;
    }

    .hero-content {
        padding: 20px 0 58px;
    }

    h1 {
        font-size: clamp(31px, 11vw, 42px);
    }

    h2 {
        font-size: clamp(25px, 9vw, 32px);
    }

    .hero-lead {
        font-size: 17px;
    }

    .hero-metrics,
    .trust-grid,
    .process-grid,
    .parts-grid,
    .payments-grid,
    .faq-grid,
    .local-columns,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    section {
        padding: 62px 0;
    }

    .split,
    .split.reverse {
        grid-template-columns: 1fr;
    }

    .split.reverse .split-image,
    .split.reverse .split-text {
        order: initial;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .cta-band .container {
        display: block;
    }

    .cta-band .cta-button {
        width: 100%;
        margin-top: 20px;
    }

    .review-slide {
        flex-basis: 100%;
    }

    .mobile-sticky-call {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 62px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        background: linear-gradient(135deg, var(--orange), var(--orange-dark));
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        white-space: nowrap;
        transform: translateY(110%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.28s ease, opacity 0.28s ease;
    }

    .mobile-sticky-call.show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 768px) {
    .mobile-panel,
    .hamburger,
    .mobile-header-phone,
    .mobile-sticky-call,
    .mobile-sticky-call.show {
        display: none !important;
    }
}
