/* ========================================
   Clean One Janitorial — Brand Styles
   Plum + Amber | Editorial / Bold
   ======================================== */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --plum-deep: #2D0A2E;
    --plum-rich: #4A1942;
    --plum-mid: #6B2158;
    --plum-soft: #8B3A72;
    --plum-pale: #F5E6F7;
    --plum-faint: #FDF4FC;
    --amber-deep: #A07828;
    --amber: #D4A84B;
    --amber-light: #E8C97A;
    --amber-pale: #FFF8E7;
    --cream: #FAF8F5;
    --white: #FFFFFF;
    --black: #0D0D0D;
    --gray-900: #1A1A1A;
    --gray-700: #3D3D3D;
    --gray-500: #6B6B6B;
    --gray-300: #B0B0B0;
    --gray-100: #F0F0F0;
    --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    color: var(--gray-900);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

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

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================
   Typography
   ======================================== */

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--amber-deep);
    margin-bottom: 20px;
}

.section-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1.5px;
    background: var(--amber);
}

.section-headline {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--plum-deep);
    margin-bottom: 20px;
}

.section-headline-accent {
    font-style: italic;
    color: var(--amber-deep);
}

.section-subheadline {
    font-size: 1.1rem;
    color: var(--gray-700);
    max-width: 560px;
    line-height: 1.7;
}

/* ========================================
   Buttons
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s var(--ease-out);
    white-space: nowrap;
}

.btn--primary {
    background: var(--plum-rich);
    color: var(--white);
}

.btn--primary:hover {
    background: var(--plum-deep);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 25, 66, 0.3);
}

.btn--ghost {
    background: transparent;
    color: var(--plum-rich);
    border: 1.5px solid var(--plum-rich);
}

.btn--ghost:hover {
    background: var(--plum-rich);
    color: var(--white);
}

.btn--ghost-light {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.btn--ghost-light:hover {
    background: var(--white);
    color: var(--plum-rich);
    border-color: var(--white);
}

.btn--large {
    padding: 18px 36px;
    font-size: 0.9375rem;
}

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

/* ========================================
   Navigation
   ======================================== */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(250, 248, 245, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(74, 25, 66, 0.08);
    transition: all 0.4s var(--ease-smooth);
}

.nav.scrolled {
    box-shadow: 0 2px 24px rgba(45, 10, 46, 0.08);
}

.nav__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--plum-deep);
}

.nav__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--plum-rich);
    color: var(--amber);
    font-family: var(--font-serif);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 4px;
}

.nav__logo-text {
    letter-spacing: -0.01em;
}

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

.nav__link {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--gray-700);
    transition: color 0.25s var(--ease-smooth);
    position: relative;
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--amber);
    transition: width 0.3s var(--ease-out);
}

.nav__link:hover {
    color: var(--plum-rich);
}

.nav__link:hover::after {
    width: 100%;
}

.nav__link--cta {
    background: var(--plum-rich);
    color: var(--white) !important;
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 500;
}

.nav__link--cta::after {
    display: none;
}

.nav__link--cta:hover {
    background: var(--plum-deep);
    color: var(--white) !important;
    transform: translateY(-1px);
}

/* Mobile Toggle */
.nav__toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav__toggle-line {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--plum-deep);
    transition: all 0.3s var(--ease-out);
    transform-origin: center;
}

.nav__toggle.active .nav__toggle-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.nav__toggle.active .nav__toggle-line:nth-child(2) {
    opacity: 0;
}

.nav__toggle.active .nav__toggle-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -5px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: var(--cream);
    padding: 100px 32px 40px;
    flex-direction: column;
    gap: 0;
}

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

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-menu__link {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--plum-deep);
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-100);
    transition: color 0.25s, padding-left 0.25s;
}

.mobile-menu__link:hover {
    color: var(--amber-deep);
    padding-left: 8px;
}

.mobile-menu__link--cta {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--white);
    background: var(--plum-rich);
    padding: 16px 24px;
    border-radius: 4px;
    margin-top: 24px;
    text-align: center;
    border-bottom: none;
}

.mobile-menu__contact {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--gray-100);
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.8;
}

.mobile-menu__contact p a {
    color: var(--plum-rich);
    font-weight: 500;
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 24px 80px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 168, 75, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(74, 25, 66, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.hero__grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--amber-deep);
    margin-bottom: 28px;
}

.hero__eyebrow-line {
    display: block;
    width: 40px;
    height: 1.5px;
    background: var(--amber);
    flex-shrink: 0;
}

.hero__headline {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    font-weight: 700;
    line-height: 1.08;
    color: var(--plum-deep);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero__headline-accent {
    font-style: italic;
    color: var(--amber-deep);
}

.hero__subheadline {
    font-size: 1.0625rem;
    color: var(--gray-700);
    line-height: 1.75;
    max-width: 480px;
    margin-bottom: 36px;
}

.hero__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.hero__stats {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero__stat-number {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--plum-rich);
}

.hero__stat-label {
    font-size: 0.75rem;
    color: var(--gray-500);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero__stat-divider {
    width: 1px;
    height: 40px;
    background: var(--gray-300);
    flex-shrink: 0;
}

/* Hero Visual */
.hero__visual {
    position: relative;
    height: 600px;
}

.hero__image-hero {
    width: 100%;
    height: 520px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(45, 10, 46, 0.15);
}

.hero__image-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__image-float {
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 220px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(45, 10, 46, 0.2);
    border: 4px solid var(--cream);
}

.hero__image-float img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.hero__badge {
    position: absolute;
    top: 20px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--plum-deep);
    box-shadow: 0 8px 24px rgba(45, 10, 46, 0.12);
}

.hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gray-500);
    z-index: 1;
}

.hero__scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--amber), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 1; transform: scaleY(1); }
    50% { opacity: 0.4; transform: scaleY(0.6); }
}

/* ========================================
   Services Section
   ======================================== */

.services {
    padding: 120px 0;
    background: var(--white);
}

.services__header {
    margin-bottom: 64px;
}

.services__header .section-subheadline {
    margin-bottom: 0;
}

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

.service-card {
    background: var(--cream);
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(45, 10, 46, 0.1);
}

.service-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service-card--featured .service-card__image {
    height: 100%;
    min-height: 320px;
}

.service-card--featured .service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__image {
    height: 200px;
    overflow: hidden;
}

.service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out);
}

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

.service-card__content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-card__tag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--amber-deep);
    background: var(--amber-pale);
    padding: 4px 10px;
    border-radius: 3px;
    width: fit-content;
}

.service-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--plum-rich);
    border-radius: 8px;
    color: var(--amber);
    margin-bottom: 4px;
}

.service-card__title {
    font-family: var(--font-serif);
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--plum-deep);
    line-height: 1.2;
}

.service-card__desc {
    font-size: 0.9375rem;
    color: var(--gray-700);
    line-height: 1.7;
}

.service-card__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 4px;
}

.service-card__list li {
    font-size: 0.8125rem;
    color: var(--gray-700);
    padding-left: 16px;
    position: relative;
}

.service-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--amber);
    border-radius: 50%;
}

/* ========================================
   About Section
   ======================================== */

.about {
    padding: 120px 0;
    background: var(--cream);
}

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

.about__visual {
    position: relative;
}

.about__image-main {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(45, 10, 46, 0.12);
}

.about__image-main img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.about__image-accent {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(45, 10, 46, 0.15);
    border: 4px solid var(--cream);
}

.about__image-accent img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.about__content {
    padding: 20px 0;
}

.about__body {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about__values {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.about__value {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.about__value-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--plum-pale);
    border-radius: 50%;
    color: var(--plum-rich);
}

.about__value strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--plum-deep);
    margin-bottom: 2px;
}

.about__value span {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ========================================
   Process Section
   ======================================== */

.process {
    padding: 120px 0;
    background: var(--plum-deep);
    color: var(--white);
}

.process__header {
    text-align: center;
    margin-bottom: 72px;
}

.process__header .section-eyebrow {
    color: var(--amber-light);
}

.process__header .section-eyebrow::before {
    background: var(--amber-light);
}

.process__header .section-headline {
    color: var(--white);
}

.process__header .section-headline-accent {
    color: var(--amber-light);
}

.process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
}

.process__steps::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212, 168, 75, 0.4), rgba(212, 168, 75, 0.4), transparent);
}

.process__step {
    text-align: center;
    position: relative;
}

.process__step-number {
    display: inline-block;
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(212, 168, 75, 0.2);
    line-height: 1;
    margin-bottom: 16px;
}

.process__step-title {
    font-family: var(--font-serif);
    font-size: 1.1875rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.3;
}

.process__step-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ========================================
   Testimonials Section
   ======================================== */

.testimonials {
    padding: 120px 0;
    background: var(--white);
}

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

.testimonials__header .section-subheadline {
    margin: 0 auto;
}

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

.testimonial-card {
    background: var(--cream);
    border-radius: 6px;
    padding: 36px;
    position: relative;
    transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(45, 10, 46, 0.08);
}

.testimonial-card__quote-mark {
    font-family: var(--font-serif);
    font-size: 4rem;
    line-height: 1;
    color: var(--amber);
    margin-bottom: 8px;
}

.testimonial-card__text {
    font-size: 0.9375rem;
    color: var(--gray-700);
    line-height: 1.75;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-card__attribution {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 16px;
    border-top: 1px solid var(--gray-100);
}

.testimonial-card__name {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 700;
    color: var(--plum-deep);
}

.testimonial-card__role {
    font-size: 0.8125rem;
    color: var(--gray-500);
}

/* ========================================
   CTA Banner
   ======================================== */

.cta-banner {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--plum-rich) 0%, var(--plum-deep) 100%);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 168, 75, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.cta-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.cta-banner__eyebrow {
    color: var(--amber-light);
}

.cta-banner__eyebrow::before {
    background: var(--amber-light);
}

.cta-banner__headline {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-banner__headline-accent {
    font-style: italic;
    color: var(--amber-light);
}

.cta-banner__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 440px;
}

.cta-banner__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

/* ========================================
   Contact Section
   ======================================== */

.contact {
    padding: 120px 0;
    background: var(--cream);
}

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

.contact__text {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.75;
    margin-bottom: 36px;
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact__detail-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--plum-pale);
    border-radius: 8px;
    color: var(--plum-rich);
}

.contact__detail strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 700;
    color: var(--plum-deep);
    margin-bottom: 2px;
}

.contact__detail p {
    font-size: 0.9375rem;
    color: var(--gray-700);
}

.contact__detail a {
    color: var(--plum-rich);
    font-weight: 500;
    transition: color 0.2s;
}

.contact__detail a:hover {
    color: var(--amber-deep);
}

/* Contact Form */
.contact__form-wrap {
    background: var(--white);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(45, 10, 46, 0.06);
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.form__label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--gray-700);
    letter-spacing: 0.02em;
}

.form__input {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    color: var(--gray-900);
    background: var(--cream);
    border: 1.5px solid var(--gray-100);
    border-radius: 4px;
    padding: 12px 14px;
    transition: border-color 0.25s, box-shadow 0.25s;
    outline: none;
    width: 100%;
}

.form__input:focus {
    border-color: var(--plum-rich);
    box-shadow: 0 0 0 3px rgba(74, 25, 66, 0.08);
}

.form__input::placeholder {
    color: var(--gray-300);
}

.form__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

.form__textarea {
    resize: vertical;
    min-height: 100px;
}

.form__success {
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    background: #E8F5E9;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #2E7D32;
    font-weight: 500;
}

.form__success.show {
    display: flex;
}

/* ========================================
   Footer
   ======================================== */

.footer {
    background: var(--plum-deep);
    color: var(--white);
    padding: 72px 0 0;
}

.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--white);
    margin-bottom: 16px;
}

.footer__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--amber);
    color: var(--plum-deep);
    font-family: var(--font-serif);
    font-size: 0.8125rem;
    font-weight: 700;
    border-radius: 4px;
}

.footer__tagline {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    max-width: 280px;
}

.footer__links,
.footer__services,
.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__links strong,
.footer__services strong,
.footer__contact strong {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber-light);
    margin-bottom: 4px;
}

.footer__links a,
.footer__services a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s;
}

.footer__links a:hover,
.footer__services a:hover {
    color: var(--white);
}

.footer__contact p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.footer__contact a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s;
}

.footer__contact a:hover {
    color: var(--amber-light);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.35);
}

/* ========================================
   Scroll Animations
   ======================================== */

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1024px) {
    .hero__grid {
        gap: 40px;
    }

    .hero__visual {
        height: 480px;
    }

    .hero__image-hero {
        height: 420px;
    }

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

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

    .service-card--featured .service-card__image {
        min-height: 240px;
    }

    .process__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .process__steps::before {
        display: none;
    }

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

    .testimonials__grid .testimonial-card:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .nav__menu {
        display: none;
    }

    .nav__toggle {
        display: flex;
    }

    .hero {
        padding: 100px 24px 80px;
    }

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

    .hero__visual {
        height: 360px;
        order: -1;
    }

    .hero__image-hero {
        height: 300px;
    }

    .hero__image-float {
        left: -16px;
        width: 160px;
    }

    .hero__image-float img {
        height: 120px;
    }

    .hero__badge {
        right: 0;
        top: 12px;
        font-size: 0.75rem;
        padding: 8px 12px;
    }

    .hero__stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .hero__stat-divider {
        display: none;
    }

    .hero__scroll {
        display: none;
    }

    .services,
    .about,
    .process,
    .testimonials,
    .contact {
        padding: 80px 0;
    }

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

    .about__image-main img {
        height: 360px;
    }

    .about__image-accent {
        width: 160px;
        bottom: -20px;
        right: -16px;
    }

    .about__image-accent img {
        height: 110px;
    }

    .process__steps {
        grid-template-columns: 1fr;
        gap: 32px;
    }

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

    .testimonials__grid .testimonial-card:last-child {
        max-width: 100%;
    }

    .cta-banner {
        padding: 72px 0;
    }

    .cta-banner__inner {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .cta-banner__actions {
        flex-direction: row;
        width: 100%;
    }

    .cta-banner__actions .btn {
        flex: 1;
        justify-content: center;
    }

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

    .contact__form-wrap {
        padding: 24px;
    }

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

    .footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero__headline {
        font-size: 2rem;
    }

    .hero__actions {
        flex-direction: column;
    }

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

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

    .section-headline {
        font-size: 1.75rem;
    }
}
