* {
    box-sizing: border-box;
}

:root {
    --gold: #D4AF37;
    --purple: #272454;
    --purple-soft: #6561AA;
    --ink: #111827;
    --body: #374151;
    --cream: #FBFAF6;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--body);
    background: #ffffff;
    padding-bottom: 86px;
}

body.menu-open {
    overflow: hidden;
}

h1, h2, h3, h4, .brand-name {
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(39px, 7vw, 72px);
    line-height: 0.98;
}

h2 {
    font-size: clamp(31px, 5vw, 52px);
    line-height: 1.05;
}

h3, h4 {
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.2;
}

p, li, a, button, input, textarea {
    font-size: 16px;
}

.site-shell {
    overflow: hidden;
}

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

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(39, 36, 84, 0.12);
    backdrop-filter: blur(16px);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--purple);
    text-decoration: none;
    flex-shrink: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: var(--purple);
    border: 2px solid var(--gold);
}

.brand-mark svg {
    width: 26px;
    height: 26px;
}

.brand-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--purple);
    line-height: 1.05;
}

.desktop-nav {
    display: none !important;
    align-items: center;
    gap: 18px;
}

.desktop-nav a {
    color: #1f2937;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.desktop-nav a:hover {
    color: var(--purple-soft);
}

.header-phone {
    display: none !important;
}

.menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    color: #ffffff;
    border: 0;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    position: relative;
}

.menu-toggle span::before {
    position: absolute;
    top: -7px;
}

.menu-toggle span::after {
    position: absolute;
    top: 7px;
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 74px 0 auto 0;
    z-index: 49;
    background: #ffffff;
    border-bottom: 1px solid rgba(39, 36, 84, 0.16);
    box-shadow: 0 22px 40px rgba(17, 24, 39, 0.18);
}

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

.mobile-menu a {
    display: block;
    padding: 16px 24px;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
    border-top: 1px solid #f1f1f4;
}

.mobile-menu .mobile-phone {
    margin: 18px 24px 24px;
    padding: 15px 16px;
    color: #ffffff;
    background: var(--purple);
    text-align: center;
    white-space: nowrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 22px;
    border: 0;
    color: #ffffff !important;
    background: var(--purple);
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    position: relative;
    isolation: isolate;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    opacity: 0;
    z-index: -1;
    animation: softPulse 2.3s ease-in-out infinite;
}

.btn-primary:hover {
    background: var(--purple-soft);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(39, 36, 84, 0.22);
}

.btn-gold {
    background: var(--gold);
    color: #111827 !important;
}

.btn-gold:hover {
    background: #f0cf65;
}

.hero {
    min-height: 720px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(rgba(20, 17, 48, 0.78), rgba(20, 17, 48, 0.82)), url('../images/hero-kitchen.png') center/cover no-repeat;
    position: relative;
    padding: 92px 0 72px;
}

.hero h1,
.hero p,
.hero .eyebrow {
    color: #ffffff;
}

.hero-copy {
    max-width: 930px;
    margin: 0 auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--purple);
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 13px;
}

.eyebrow::before,
.eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--gold);
}

.stars {
    color: var(--gold);
    font-size: 28px;
    letter-spacing: 4px;
    margin: 18px 0 16px;
    text-shadow: 0 0 24px rgba(212, 175, 55, 0.45);
}

.review-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px auto 24px;
}

.review-icons img {
    width: auto;
    height: 48px;
    max-width: 76px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.hero-lead {
    max-width: 820px;
    margin: 0 auto 22px;
    font-size: 18px;
}

.hero-card-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
}

.hero-mini-card {
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    color: #ffffff;
}

.section {
    padding: 72px 0;
}

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

.section-dark {
    background: var(--purple);
    color: #ffffff;
}

.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark li {
    color: #ffffff;
}

.heading-line {
    width: 86px;
    height: 2px;
    background: var(--gold);
    margin: 16px 0 24px;
}

.center-line {
    margin-left: auto;
    margin-right: auto;
}

.split-70-30 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}

.visual-panel {
    border: 1px solid rgba(212, 175, 55, 0.5);
    background: #ffffff;
    padding: 10px;
    box-shadow: 18px 18px 0 rgba(101, 97, 170, 0.15);
}

.visual-panel img {
    width: 100%;
    display: block;
}

.benefit-grid,
.service-grid,
.payment-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.card {
    background: #ffffff;
    color: #374151;
    border: 1px solid rgba(39, 36, 84, 0.13);
    padding: 24px;
    box-shadow: 0 18px 38px rgba(39, 36, 84, 0.08);
}

.card h3,
.card h4 {
    color: #111827;
}

.card ul {
    padding-left: 18px;
    margin: 12px 0 0;
}

.icon-box {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: var(--purple);
    background: rgba(212, 175, 55, 0.16);
    border: 1px solid rgba(212, 175, 55, 0.55);
    margin-bottom: 14px;
}

.icon-box svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
}

.service-card {
    min-height: 100%;
}

.process-list {
    counter-reset: process;
    display: grid;
    gap: 18px;
    margin: 24px 0 0;
}

.process-item {
    counter-increment: process;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
}

.process-item::before {
    content: counter(process, decimal-leading-zero);
    display: grid;
    place-items: center;
    height: 58px;
    background: var(--gold);
    color: #111827;
    font-weight: 900;
}

.cta-band {
    background: linear-gradient(120deg, var(--purple), var(--purple-soft));
    color: #ffffff;
    padding: 42px 28px;
    border-top: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
}

.cta-band h2,
.cta-band p {
    color: #ffffff;
}

.reviews-wrap {
    position: relative;
}

.reviews-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 6px 2px 28px;
}

.reviews-track::-webkit-scrollbar {
    display: none;
}

.review-card {
    scroll-snap-align: start;
    min-height: 292px;
    border-top: 4px solid var(--gold);
}

.review-card .stars {
    margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: none;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.carousel-controls button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--purple);
    background: #ffffff;
    color: var(--purple);
    font-weight: 900;
}

.service-area-list {
    columns: 1;
    padding-left: 18px;
}

.footer {
    background: #15132e;
    color: #ffffff;
    padding: 54px 0 28px;
}

.footer h2,
.footer p,
.footer a,
.footer li {
    color: #ffffff;
}

.footer a {
    text-decoration: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.footer p,
.footer li,
.footer a {
    font-size: 14px;
}

.footer .brand-name {
    color: #ffffff;
}

.sticky-call {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    transform: translateY(110%);
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
    background: var(--gold);
    color: #111827 !important;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    padding: 16px 12px calc(16px + env(safe-area-inset-bottom));
    white-space: nowrap;
    box-shadow: 0 -14px 30px rgba(17, 24, 39, 0.22);
}

.sticky-call.visible {
    transform: translateY(0);
    opacity: 1;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

@keyframes softPulse {
    0%, 100% {
        opacity: 0;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: clamp(39px, 11vw, 50px);
    }
    h2 {
        font-size: clamp(31px, 8.5vw, 40px);
    }
    .hero {
        min-height: 670px;
        padding-top: 56px;
    }
    .hero-lead {
        font-size: 16px;
    }
    .btn-primary {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
    .sticky-call {
        display: block !important;
        font-size: 15px;
    }
}

@media (min-width: 640px) {
    .hero-card-row,
    .payment-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    body {
        padding-bottom: 0;
    }
    .header-inner {
        flex-wrap: wrap;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .desktop-nav {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 14px;
    }
    .header-phone {
        display: inline-flex !important;
        width: auto;
    }
    .menu-toggle,
    .mobile-menu,
    .sticky-call {
        display: none !important;
    }
    .split-70-30 {
        grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
    }
    .split-30-70 {
        grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr);
    }
    .service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .reviews-track {
        grid-auto-columns: calc((100% - 36px) / 3);
    }
    .footer-grid {
        grid-template-columns: 1.2fr 0.8fr 1fr;
    }
    .service-area-list {
        columns: 2;
    }
}

@media (min-width: 1024px) {
    .header-inner {
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    .desktop-nav {
        flex-wrap: nowrap;
        gap: 18px;
    }
    .benefit-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
