/* ============================================
   Reflections Window Cleaning — Stylesheet
   Classic & Elegant · Deep Navy + Warm Gold
   ============================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2C3E50;
    background-color: #FDFBF7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

address {
    font-style: normal;
}

/* ---------- Typography ---------- */
h1, h2, h3, .section-title, .step-title, .service-title, .cta-title {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 600;
    line-height: 1.2;
    color: #0C1E3A;
}

h1, .hero-headline {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.1;
}

h2, .section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

h3, .step-title, .service-title {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

/* ---------- Utility ---------- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    background: #0C1E3A;
    color: #FDFBF7;
    padding: 8px 16px;
    border-radius: 4px;
    z-index: 1000;
    font-size: 14px;
}

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

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 14px 32px;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn--gold {
    background: #C9A84C;
    color: #0C1E3A;
    border-color: #C9A84C;
}

.btn--gold:hover,
.btn--gold:focus-visible {
    background: #B8943F;
    border-color: #B8943F;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.btn--outline {
    background: transparent;
    color: #0C1E3A;
    border-color: #0C1E3A;
}

.btn--outline:hover,
.btn--outline:focus-visible {
    background: #0C1E3A;
    color: #FDFBF7;
    transform: translateY(-2px);
}

.btn--white {
    background: #FDFBF7;
    color: #0C1E3A;
    border-color: #FDFBF7;
}

.btn--white:hover,
.btn--white:focus-visible {
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn--full {
    width: 100%;
    justify-content: center;
}

.btn-icon {
    flex-shrink: 0;
}

/* ---------- Section Shared ---------- */
.section-label {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 12px;
}

.section-title {
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #5A6B7D;
    max-width: 560px;
    line-height: 1.7;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header .section-subtitle {
    margin: 0 auto;
}

/* ---------- Header ---------- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(253, 251, 247, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(12, 30, 58, 0.08);
    transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 2px 24px rgba(12, 30, 58, 0.08);
}

.site-header .container {
    display: flex;
    align-items: center;
    height: 72px;
}

/* ---------- Logo ---------- */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0C1E3A;
    letter-spacing: 0.01em;
}

.logo-icon {
    color: #C9A84C;
    flex-shrink: 0;
}

/* ---------- Nav ---------- */
.nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2C3E50;
    position: relative;
    transition: color 0.3s ease;
}

.nav-links a:not(.btn)::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #C9A84C;
    transition: width 0.3s ease;
}

.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn):focus-visible::after {
    width: 100%;
}

.nav-links a:not(.btn):hover {
    color: #0C1E3A;
}

/* ---------- Nav Toggle ---------- */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #0C1E3A;
}

.hamburger {
    display: block;
    width: 22px;
    height: 2px;
    background: #0C1E3A;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #0C1E3A;
    transition: all 0.3s ease;
}

.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }

.nav-toggle[aria-expanded="true"] .hamburger {
    background: transparent;
}

.nav-toggle[aria-expanded="true"] .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .hamburger::after {
    top: 0;
    transform: rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
    padding-top: 72px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #FDFBF7 0%, #F5F0E6 50%, #EDE7D6 100%);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 60px 0 80px;
}

.hero-content {
    padding-right: 16px;
}

.hero-greeting {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 500;
    font-style: italic;
    color: #C9A84C;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.hero-headline {
    margin-bottom: 24px;
    color: #0C1E3A;
}

.hero-sub {
    font-size: 1.1rem;
    color: #5A6B7D;
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #5A6B7D;
    letter-spacing: 0.03em;
}

.trust-item svg {
    color: #C9A84C;
    flex-shrink: 0;
}

/* Hero Image */
.hero-image {
    position: relative;
}

.hero-image-frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(12, 30, 58, 0.15), 0 8px 24px rgba(12, 30, 58, 0.1);
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-image-frame:hover img {
    transform: scale(1.03);
}

.hero-accent {
    position: absolute;
    bottom: -24px;
    left: -32px;
    color: #C9A84C;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ---------- Services ---------- */
.services {
    padding: 100px 0;
    background: #fff;
}

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

.service-card {
    padding: 40px 36px;
    border-radius: 8px;
    border: 1px solid rgba(12, 30, 58, 0.08);
    background: #FDFBF7;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #C9A84C;
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(12, 30, 58, 0.08);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(201, 168, 76, 0.12);
    color: #C9A84C;
    margin-bottom: 24px;
}

.service-title {
    margin-bottom: 12px;
    color: #0C1E3A;
}

.service-desc {
    font-size: 0.95rem;
    color: #5A6B7D;
    line-height: 1.7;
}

/* ---------- About ---------- */
.about {
    padding: 100px 0;
    background: #FDFBF7;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-images {
    position: relative;
}

.about-img-main {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(12, 30, 58, 0.12);
}

.about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-accent {
    position: absolute;
    bottom: -40px;
    right: -40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(12, 30, 58, 0.15);
    border: 4px solid #FDFBF7;
}

.about-img-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-experience {
    position: absolute;
    top: -24px;
    left: -24px;
    background: #0C1E3A;
    color: #FDFBF7;
    padding: 20px 28px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(12, 30, 58, 0.2);
}

.about-experience .exp-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #C9A84C;
    line-height: 1;
    margin-bottom: 4px;
}

.about-experience .exp-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(253, 251, 247, 0.7);
}

.about-content .section-label {
    text-align: left;
}

.about-content .section-title {
    text-align: left;
}

.about-text {
    font-size: 1rem;
    color: #5A6B7D;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-values {
    margin-top: 32px;
    display: grid;
    gap: 14px;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #2C3E50;
    font-weight: 500;
}

.value-item svg {
    color: #C9A84C;
    flex-shrink: 0;
}

/* ---------- Process ---------- */
.process {
    padding: 100px 0;
    background: #0C1E3A;
    color: #FDFBF7;
}

.process .section-label {
    color: #C9A84C;
}

.process .section-title {
    color: #FDFBF7;
}

.process .section-subtitle {
    color: rgba(253, 251, 247, 0.6);
}

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

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(201, 168, 76, 0.2);
    line-height: 1;
    margin-bottom: 16px;
}

.step-title {
    color: #FDFBF7;
    margin-bottom: 12px;
}

.step-desc {
    font-size: 0.95rem;
    color: rgba(253, 251, 247, 0.6);
    line-height: 1.7;
    max-width: 280px;
    margin: 0 auto;
}

.step-connector {
    display: none;
}

/* ---------- Testimonials ---------- */
.testimonials {
    padding: 100px 0;
    background: #fff;
}

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

.testimonial-card {
    padding: 40px 32px;
    border-radius: 8px;
    background: #FDFBF7;
    border: 1px solid rgba(12, 30, 58, 0.06);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(12, 30, 58, 0.08);
}

.testimonial-quote {
    color: #C9A84C;
    opacity: 0.4;
    margin-bottom: 20px;
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.7;
    color: #2C3E50;
    margin-bottom: 24px;
}

.testimonial-author {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5A6B7D;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, #C9A84C 0%, #B8943F 100%);
    text-align: center;
}

.cta-content .section-label {
    color: rgba(12, 30, 58, 0.6);
}

.cta-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #0C1E3A;
    margin-bottom: 16px;
}

.cta-text {
    font-size: 1.1rem;
    color: rgba(12, 30, 58, 0.7);
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* ---------- Contact ---------- */
.contact {
    padding: 100px 0;
    background: #FDFBF7;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info .section-label {
    text-align: left;
}

.contact-info .section-title {
    text-align: left;
    margin-bottom: 16px;
}

.contact-desc {
    font-size: 1rem;
    color: #5A6B7D;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-details {
    display: grid;
    gap: 28px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 16px;
}

.contact-icon {
    color: #C9A84C;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-item strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0C1E3A;
    margin-bottom: 4px;
}

.contact-item p {
    font-size: 0.95rem;
    color: #5A6B7D;
    line-height: 1.6;
}

.contact-item a {
    color: #5A6B7D;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #C9A84C;
}

.contact-hours {
    font-size: 0.95rem;
    color: #5A6B7D;
    line-height: 1.8;
}

.contact-hours strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0C1E3A;
    margin-bottom: 8px;
}

/* ---------- Form ---------- */
.contact-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 48px 40px;
    box-shadow: 0 16px 48px rgba(12, 30, 58, 0.06);
    border: 1px solid rgba(12, 30, 58, 0.06);
}

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

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid rgba(12, 30, 58, 0.15);
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #2C3E50;
    background: #FDFBF7;
    transition: all 0.3s ease;
    -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #C9A84C;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
    background: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #A0AEBF;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-note {
    text-align: center;
    font-size: 13px;
    color: #A0AEBF;
    margin-top: 16px;
}

/* Success Message */
.form-success {
    text-align: center;
    padding: 48px 24px;
    color: #2C3E50;
}

.form-success svg {
    color: #C9A84C;
    margin-bottom: 20px;
}

.form-success h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: #0C1E3A;
}

.form-success p {
    color: #5A6B7D;
    line-height: 1.7;
}

/* ---------- Footer ---------- */
.site-footer {
    background: #0C1E3A;
    color: rgba(253, 251, 247, 0.6);
    padding: 64px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(253, 251, 247, 0.08);
}

.footer-brand .logo {
    color: #FDFBF7;
    margin-bottom: 16px;
}

.footer-brand .logo-icon {
    color: #C9A84C;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 280px;
}

.footer-links strong,
.footer-contact strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #FDFBF7;
    margin-bottom: 16px;
}

.footer-links ul,
.footer-contact ul {
    display: grid;
    gap: 10px;
}

.footer-links a,
.footer-contact a {
    font-size: 0.9rem;
    color: rgba(253, 251, 247, 0.6);
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #C9A84C;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
    font-size: 0.8rem;
    color: rgba(253, 251, 247, 0.35);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .hero-grid {
        gap: 40px;
    }

    .hero-image-frame img {
        height: 600px;
    }

    .about-grid {
        gap: 48px;
    }

    .about-img-accent {
        right: -20px;
        bottom: -24px;
    }

    .contact-grid {
        gap: 48px;
    }
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

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

    .process-steps {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .step-connector {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 0;
        border-right: 2px solid rgba(201, 168, 76, 0.3);
        border-bottom: 2px solid rgba(201, 168, 76, 0.3);
        transform: translateX(50%) rotate(45deg);
    }

    .step-connector:last-child {
        display: none;
    }

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

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: rgba(253, 251, 247, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        padding: 32px 24px;
        gap: 24px;
        border-bottom: 1px solid rgba(12, 30, 58, 0.08);
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 16px 32px rgba(12, 30, 58, 0.08);
    }

    .nav-links.open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-toggle {
        display: block;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding: 40px 0 60px;
        gap: 40px;
    }

    .hero-content {
        padding-right: 0;
        text-align: center;
    }

    .hero-sub {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-image {
        max-width: 480px;
        margin: 0 auto;
    }

    .hero-accent {
        display: none;
    }

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

    .about-images {
        max-width: 480px;
        margin: 0 auto;
    }

    .about-content .section-label,
    .about-content .section-title {
        text-align: center;
    }

    .about-text {
        text-align: center;
    }

    .about-values {
        max-width: 360px;
        margin: 32px auto 0;
    }

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

    .contact-info .section-label,
    .contact-info .section-title {
        text-align: center;
    }

    .contact-desc {
        text-align: center;
    }

    .contact-details {
        max-width: 400px;
        margin: 0 auto 40px;
    }

    .contact-hours {
        text-align: center;
    }

    .contact-form-wrapper {
        padding: 32px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand p {
        margin: 0 auto;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero {
        padding-top: 72px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .service-card {
        padding: 28px 24px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

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