/* ================================================
   recycle.makeup — Frutiger-Aero Sustainable Beauty
   Colors: #7ec8c8, #f0c27f, #e8b4cb, #f5e6f0, #fdf6f9, #2d1b2e, #c77dba, #a8d8ea
   Fonts: Cormorant Garamond (display), Quicksand (body), Space Mono (label)
   ================================================ */

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

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

body {
    background: #fdf6f9;
    color: #2d1b2e;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.15;
}

.section-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c77dba;
    display: block;
    margin-bottom: 0.75rem;
}

/* ---- CONTAINER ---- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* ---- GLASS CARD ---- */
.glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    box-shadow:
        0 4px 24px rgba(199, 125, 186, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1),
                backdrop-filter 0.35s ease;
}

.glass-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 12px 40px rgba(199, 125, 186, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ---- SECTION BASE ---- */
.section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.section-aurora {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: #2d1b2e;
    margin-bottom: 1rem;
}

.section-desc {
    font-size: 1.05rem;
    color: rgba(45,27,46,0.65);
    max-width: 560px;
    margin: 0 auto;
}

/* ================================================
   HERO SECTION
   ================================================ */
#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(200,125,186,0.14) 0%, transparent 65%),
        radial-gradient(ellipse at 80% 20%, rgba(126,200,200,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(240,194,127,0.10) 0%, transparent 50%),
        #fdf6f9;
}

/* ---- ORB SYSTEM ---- */
.orb-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.85),
        rgba(200,125,186,0.25) 50%,
        rgba(168,216,234,0.15) 80%,
        transparent);
    box-shadow:
        inset 0 -4px 10px rgba(0,0,0,0.04),
        0 8px 24px rgba(199,125,186,0.12),
        0 0 0 1px rgba(255,255,255,0.4);
}

.orb-1  { width: 110px; height: 110px; top: 12%;  left: 8%;   animation: float-1 9s  ease-in-out infinite; }
.orb-2  { width:  70px; height:  70px; top: 25%;  left: 18%;  animation: float-2 7s  ease-in-out infinite; }
.orb-3  { width:  90px; height:  90px; top: 8%;   left: 38%;  animation: float-3 11s ease-in-out infinite; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(126,200,200,0.25) 50%, transparent); }
.orb-4  { width: 120px; height: 120px; top: 18%;  right: 12%; animation: float-4 8s  ease-in-out infinite; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(240,194,127,0.25) 50%, transparent); }
.orb-5  { width:  55px; height:  55px; top: 55%;  right: 22%; animation: float-5 6s  ease-in-out infinite; }
.orb-6  { width:  85px; height:  85px; top: 65%;  left: 12%;  animation: float-6 10s ease-in-out infinite; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(168,216,234,0.3) 50%, transparent); }
.orb-7  { width:  45px; height:  45px; top: 75%;  left: 35%;  animation: float-7 7.5s ease-in-out infinite; }
.orb-8  { width: 100px; height: 100px; top: 70%;  right: 8%;  animation: float-8 9.5s ease-in-out infinite; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(245,230,240,0.4) 50%, transparent); }
.orb-9  { width:  60px; height:  60px; top: 40%;  left: 5%;   animation: float-9 8s  ease-in-out infinite; }
.orb-10 { width:  75px; height:  75px; top: 45%;  right: 5%;  animation: float-10 12s ease-in-out infinite; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(126,200,200,0.25) 50%, transparent); }

@keyframes float-1  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-22px) rotate(3deg);   } }
@keyframes float-2  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-15px) rotate(-4deg);  } }
@keyframes float-3  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-28px) rotate(2deg);   } }
@keyframes float-4  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-18px) rotate(-2deg);  } }
@keyframes float-5  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-12px) rotate(5deg);   } }
@keyframes float-6  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-20px) rotate(-3deg);  } }
@keyframes float-7  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-10px) rotate(4deg);   } }
@keyframes float-8  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-25px) rotate(-5deg);  } }
@keyframes float-9  { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-16px) rotate(2deg);   } }
@keyframes float-10 { 0%,100% { transform: translateY(0)   rotate(0deg);   } 50% { transform: translateY(-30px) rotate(-2deg);  } }

/* ---- HERO CONTENT ---- */
.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 0 1.5rem;
}

.hero-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c77dba;
    margin-bottom: 1.25rem;
    opacity: 0;
    animation: fade-up 0.8s ease forwards 0.3s;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    color: #2d1b2e;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fade-up 0.9s ease forwards 0.5s;
}

.hero-dot {
    color: #c77dba;
}

.hero-tagline {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    color: rgba(45,27,46,0.65);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fade-up 0.9s ease forwards 0.7s;
}

.hero-cta {
    display: inline-block;
    padding: 0.9rem 2.4rem;
    background: linear-gradient(135deg, #c77dba, #e8b4cb);
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(199,125,186,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: fade-up 0.9s ease forwards 0.9s;
}

.hero-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 36px rgba(199,125,186,0.5);
}

/* ---- SCROLL HINT ---- */
.hero-scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 5;
    opacity: 0;
    animation: fade-in 1s ease forwards 1.5s;
}

.scroll-text {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(45,27,46,0.4);
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(199,125,186,0.5), transparent);
    animation: scroll-pulse 2s ease-in-out infinite;
}

@keyframes scroll-pulse {
    0%,100% { opacity: 0.4; transform: scaleY(1); }
    50%      { opacity: 1;   transform: scaleY(1.15); }
}

/* ================================================
   HOW IT WORKS
   ================================================ */
.section-how .section-aurora {
    background:
        radial-gradient(ellipse at 0% 100%, rgba(168,216,234,0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 100% 0%, rgba(199,125,186,0.06) 0%, transparent 60%);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.step-card {
    padding: 2.5rem 2rem;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.step-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.step-card:nth-child(2) { transition-delay: 0.15s; }
.step-card:nth-child(3) { transition-delay: 0.30s; }

.step-number {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    color: rgba(199,125,186,0.5);
    margin-bottom: 1rem;
}

.step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.5rem;
}

.step-icon svg {
    width: 100%;
    height: 100%;
}

.step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2d1b2e;
    margin-bottom: 0.75rem;
}

.step-desc {
    font-size: 0.95rem;
    color: rgba(45,27,46,0.65);
    line-height: 1.8;
}

/* ================================================
   IMPACT / STATS
   ================================================ */
.section-impact .section-aurora {
    background:
        radial-gradient(ellipse at 50% 50%, rgba(240,194,127,0.07) 0%, transparent 70%),
        radial-gradient(ellipse at 0% 0%, rgba(126,200,200,0.06) 0%, transparent 50%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.stat-card {
    padding: 2.5rem 1.5rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.stat-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.stat-card:nth-child(2) { transition-delay: 0.1s; }
.stat-card:nth-child(3) { transition-delay: 0.2s; }
.stat-card:nth-child(4) { transition-delay: 0.3s; }

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #2d1b2e;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-unit {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #c77dba;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(45,27,46,0.55);
}

/* ================================================
   WHAT WE ACCEPT
   ================================================ */
.section-accept .section-aurora {
    background:
        radial-gradient(ellipse at 100% 50%, rgba(199,125,186,0.07) 0%, transparent 60%),
        radial-gradient(ellipse at 0% 50%, rgba(168,216,234,0.06) 0%, transparent 60%);
}

.two-col-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.two-col-text .section-title {
    text-align: left;
    margin-bottom: 1rem;
}

.two-col-text .section-desc {
    text-align: left;
    margin: 0 0 2rem;
    max-width: none;
}

.accept-list {
    list-style: none;
    margin-bottom: 2.5rem;
}

.accept-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: rgba(45,27,46,0.75);
    border-bottom: 1px solid rgba(199,125,186,0.1);
}

.accept-item:last-child {
    border-bottom: none;
}

.accept-dot {
    width: 7px;
    height: 7px;
    min-width: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c77dba, #a8d8ea);
}

.cta-secondary {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 1.5px solid rgba(199,125,186,0.5);
    color: #c77dba;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(8px);
}

.cta-secondary:hover {
    background: rgba(199,125,186,0.1);
    border-color: #c77dba;
    transform: translateY(-2px);
}

/* ---- Visual Orb Cluster ---- */
.two-col-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-orb-cluster {
    position: relative;
    width: 300px;
    height: 300px;
}

.cluster-orb {
    position: absolute;
    border-radius: 50%;
}

.cluster-orb-1 {
    width: 220px;
    height: 220px;
    top: 20px;
    left: 20px;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.9),
        rgba(200,125,186,0.3) 50%,
        rgba(168,216,234,0.15) 80%,
        transparent);
    box-shadow: 0 16px 48px rgba(199,125,186,0.2),
                inset 0 -8px 16px rgba(0,0,0,0.03);
    animation: float-3 11s ease-in-out infinite;
}

.cluster-orb-2 {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.9),
        rgba(126,200,200,0.35) 50%,
        transparent);
    box-shadow: 0 8px 24px rgba(126,200,200,0.2);
    animation: float-6 8s ease-in-out infinite;
}

.cluster-orb-3 {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 30px;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.9),
        rgba(240,194,127,0.35) 50%,
        transparent);
    box-shadow: 0 6px 16px rgba(240,194,127,0.2);
    animation: float-2 7s ease-in-out infinite;
}

.cluster-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

.cluster-num {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #2d1b2e;
    line-height: 1;
}

.cluster-text {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(45,27,46,0.5);
}

/* ================================================
   DROP-OFF / LOCATIONS
   ================================================ */
.section-dropoff .section-aurora {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(168,216,234,0.09) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(199,125,186,0.07) 0%, transparent 50%);
}

.location-search {
    max-width: 600px;
    margin: 0 auto 3rem;
}

.search-wrap {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.6rem 0.6rem 1.2rem;
    gap: 0.75rem;
}

.search-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    opacity: 0.6;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    color: #2d1b2e;
    outline: none;
}

.search-input::placeholder {
    color: rgba(45,27,46,0.35);
}

.search-btn {
    padding: 0.65rem 1.4rem;
    background: linear-gradient(135deg, #c77dba, #e8b4cb);
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(199,125,186,0.35);
}

.location-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.location-card {
    padding: 2rem 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.location-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.location-card:nth-child(2) { transition-delay: 0.1s; }
.location-card:nth-child(3) { transition-delay: 0.2s; }
.location-card:nth-child(4) { transition-delay: 0.3s; }

.location-city {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d1b2e;
    margin-bottom: 0.25rem;
}

.location-count {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #c77dba;
    margin-bottom: 0.75rem;
}

.location-partners {
    font-size: 0.8rem;
    color: rgba(45,27,46,0.5);
    line-height: 1.6;
}

/* ================================================
   BRANDS TICKER
   ================================================ */
.section-brands .section-aurora {
    background:
        radial-gradient(ellipse at 0% 50%, rgba(240,194,127,0.07) 0%, transparent 60%),
        radial-gradient(ellipse at 100% 50%, rgba(126,200,200,0.07) 0%, transparent 60%);
}

.brands-ticker-wrap {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.brands-ticker {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

.brand-pill {
    padding: 0.75rem 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(45,27,46,0.7);
    white-space: nowrap;
    flex-shrink: 0;
}

@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ================================================
   JOIN / CTA SECTION
   ================================================ */
.section-join {
    position: relative;
    padding: 8rem 0;
    text-align: center;
}

.section-aurora-dense {
    background:
        radial-gradient(ellipse at 50% 50%, rgba(199,125,186,0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 80%, rgba(168,216,234,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(240,194,127,0.10) 0%, transparent 50%);
}

.join-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.join-orb-1 {
    width: 180px;
    height: 180px;
    top: 5%;
    left: 3%;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.8),
        rgba(200,125,186,0.2) 50%,
        transparent);
    animation: float-1 9s ease-in-out infinite;
    opacity: 0.6;
}

.join-orb-2 {
    width: 120px;
    height: 120px;
    bottom: 8%;
    right: 5%;
    background: radial-gradient(circle at 30% 30%,
        rgba(255,255,255,0.8),
        rgba(126,200,200,0.25) 50%,
        transparent);
    animation: float-8 10s ease-in-out infinite;
    opacity: 0.6;
}

.join-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0 auto;
}

.join-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: #2d1b2e;
    margin-bottom: 1.25rem;
}

.join-desc {
    font-size: 1.05rem;
    color: rgba(45,27,46,0.65);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.join-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 0;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 50px;
    box-shadow: 0 4px 24px rgba(199,125,186,0.1);
    overflow: hidden;
    padding: 0.4rem 0.4rem 0.4rem 1.5rem;
    align-items: center;
}

.form-input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    color: #2d1b2e;
    outline: none;
    padding: 0.5rem 0;
}

.form-input::placeholder {
    color: rgba(45,27,46,0.35);
}

.form-submit {
    padding: 0.8rem 1.8rem;
    background: linear-gradient(135deg, #c77dba, #e8b4cb);
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.form-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(199,125,186,0.4);
}

.form-note {
    font-size: 0.8rem;
    color: rgba(45,27,46,0.4);
    margin-top: 1rem;
}

/* ================================================
   FOOTER
   ================================================ */
#footer {
    background: #2d1b2e;
    padding: 4rem 0 2rem;
    color: rgba(245,230,240,0.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f5e6f0;
    margin-bottom: 0.75rem;
}

.footer-logo-dot {
    color: #c77dba;
}

.footer-tagline {
    font-size: 0.85rem;
    color: rgba(245,230,240,0.45);
    line-height: 1.7;
}

.footer-heading {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(199,125,186,0.7);
    margin-bottom: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-link {
    font-size: 0.85rem;
    color: rgba(245,230,240,0.55);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #e8b4cb;
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(245,230,240,0.08);
}

.footer-copy {
    font-size: 0.8rem;
    color: rgba(245,230,240,0.3);
    text-align: center;
}

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .location-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    .two-col-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .two-col-visual {
        order: -1;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .location-cards {
        grid-template-columns: 1fr 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .location-cards {
        grid-template-columns: 1fr;
    }
    .form-row {
        flex-direction: column;
        border-radius: 16px;
        padding: 1rem;
        gap: 0.75rem;
    }
    .form-input {
        width: 100%;
        text-align: center;
    }
    .form-submit {
        width: 100%;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}
