:root {
    --primary: #e58096;
    --secondary: #f7e6eb;
    --dark: #333;
    --light: #ffffff;

    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Mulish', sans-serif;

    --page-bg: #f7f5f2;
    --surface: #ffffff;
    --surface-soft: #f1ede8;
    --text: #1d1f2a;
    --muted: #6e6970;
    --accent: #d97892;
    --accent-soft: #f6e4ea;
    --footer-bg: #020820;
    --footer-muted: #adb5d8;
    --border: #e6e0da;
    --shadow-soft: 0 18px 40px rgba(12, 15, 33, 0.08);
    --container: min(1180px, 92vw);
}

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

body {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--dark);
    background: var(--light);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

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

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

.about-hero {
    position: relative;
    min-height: 68vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image: url("../assets/img/about/download.png");
    background-size: cover;
    background-position: center 36%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(17, 18, 28, 0.62), rgba(17, 18, 28, 0.25) 58%, rgba(17, 18, 28, 0.48));
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fefefe;
    padding-block: 4rem;
}

.hero-content h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 7vw, 5.2rem);
    line-height: 1;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.hero-content p {
    font-size: clamp(0.95rem, 2.2vw, 1.2rem);
    letter-spacing: 0.01em;
}

.section {
    padding-block: clamp(4.3rem, 8vw, 6.4rem);
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4.3rem);
    align-items: center;
}

.media-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(220, 210, 202, 0.55);
    background: var(--surface);
}

.media-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.text-card {
    max-width: 560px;
}

.eyebrow {
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--accent);
    margin-bottom: 0.9rem;
    font-weight: 600;
}

.text-card h2,
.center-title,
.founders-copy h2,
.journey-wrap h2 {
    font-family: "Cormorant Garamond", serif;
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #161824;
}

.text-card h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.2rem;
}

.text-card p {
    color: var(--muted);
    margin-bottom: 1rem;
    font-size: 1rem;
}

.signature {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #7d7382;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.signature::before {
    content: "";
    width: 48px;
    height: 1px;
    background: #ccb8bf;
}

.values {
    background: var(--surface-soft);
}

.center-title {
    text-align: center;
    font-size: clamp(2rem, 4.6vw, 3.2rem);
    margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.value-card {
    background: #f8f6f3;
    border: 1px solid rgba(219, 208, 200, 0.9);
    border-radius: 12px;
    padding: 1.8rem;
    text-align: center;
    min-height: 220px;
}

.value-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto 0.8rem;
    display: grid;
    place-items: center;
    background: var(--accent-soft);
    color: #c66885;
    font-size: 1.05rem;
}

.value-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-weight: 500;
}

.value-card p {
    color: #6c6670;
    font-size: 0.92rem;
    line-height: 1.65;
}

.founders-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.founders-copy h2 {
    font-size: clamp(2.2rem, 4.9vw, 3.4rem);
    margin-bottom: 0.8rem;
}

.founders-quote {
    font-style: italic;
    color: #7c7480;
    margin-bottom: 1rem;
}

.founders-copy p {
    color: #655f68;
    font-size: 0.98rem;
    margin-bottom: 1rem;
}

.founder-meta {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.founder-avatars {
    display: flex;
}

.founder-avatars img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 8px 20px rgba(18, 20, 34, 0.15);
}

.founder-avatars img + img {
    margin-left: -14px;
}

.founder-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.founder-text strong {
    font-size: 0.94rem;
    font-weight: 700;
}

.founder-text span {
    font-size: 0.86rem;
    color: #726c75;
}

.founders-media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(220, 210, 202, 0.55);
}

.founders-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.journey {
    background: var(--page-bg);
    border-top: 1px solid rgba(220, 211, 205, 0.8);
}

.journey-wrap {
    text-align: center;
    max-width: 720px;
}

.journey-wrap h2 {
    font-size: clamp(2.3rem, 4.8vw, 3.6rem);
    margin-bottom: 0.7rem;
}

.journey-wrap p {
    color: var(--muted);
    margin-bottom: 1.8rem;
}

.journey-form {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
}

.journey-form input {
    width: min(330px, 72vw);
    border: 1px solid #d9cfd2;
    background: #faf8f7;
    border-radius: 999px;
    padding: 0.78rem 1.1rem;
    font-size: 0.95rem;
    color: #2f3140;
    outline: none;
}

.journey-form input:focus {
    border-color: #c67388;
    box-shadow: 0 0 0 3px rgba(198, 115, 136, 0.16);
}

.journey-form button {
    border: none;
    border-radius: 999px;
    padding: 0.8rem 1.45rem;
    min-width: 138px;
    background: linear-gradient(135deg, #e992aa, #d8738f);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(216, 115, 143, 0.25);
}

.site-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 18, 33, 0.08);
    z-index: 10;
}

.logo {
    color: #1b1f26;
}

.nav-links a {
    color: #1b1f26;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-toggle {
    color: #1b1f26;
    border-color: rgba(27, 31, 38, 0.18);
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: reveal-up 0.85s ease forwards;
}

.delay-1 {
    animation-delay: 0.15s;
}

.delay-2 {
    animation-delay: 0.3s;
}

.delay-3 {
    animation-delay: 0.45s;
}

@keyframes reveal-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1050px) {
    .split,
    .founders-grid {
        grid-template-columns: 1fr;
    }

    .text-card,
    .journey-wrap {
        max-width: none;
    }

    .founders-media {
        max-width: 720px;
    }
}

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

}

@media (max-width: 640px) {
    .about-hero {
        min-height: 62vh;
        background-position: center 18%;
    }

    .hero-content h1 {
        font-size: clamp(2.4rem, 15vw, 3.6rem);
    }

    .journey-form {
        flex-direction: column;
        align-items: center;
    }

    .journey-form button,
    .journey-form input {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
