:root {
    --bg: #f4ede2;
    --bg-strong: #17304f;
    --surface: #fffaf3;
    --surface-alt: #ebe1d2;
    --surface-cool: #d8e2ec;
    --text: #101a27;
    --muted: #5e6775;
    --accent: #c86b3c;
    --accent-dark: #aa562d;
    --border: rgba(16, 26, 39, 0.1);
    --shadow: 0 30px 70px rgba(16, 26, 39, 0.14);
}

body {
    background:
        radial-gradient(circle at top left, rgba(200, 107, 60, 0.1), transparent 22%),
        linear-gradient(180deg, #faf5ed 0%, #efe5d8 100%);
    color: var(--text);
    font-family: "Inter", sans-serif;
}

.hero-shell {
    background:
        radial-gradient(circle at top left, rgba(200, 107, 60, 0.28), transparent 26%),
        radial-gradient(circle at right, rgba(216, 226, 236, 0.2), transparent 25%),
        var(--bg-strong);
    color: #f6f3ee;
    overflow: hidden;
}

.hero-shell-tight {
    padding-bottom: 1rem;
}

.brand-mark,
.nav-link-lite {
    color: #f6f3ee;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-link-lite {
    font-size: 0.92rem;
    text-decoration: none;
    opacity: 0.82;
}

.nav-link-lite:hover,
.brand-mark:hover {
    color: white;
}

.brand-wordmark {
    display: block;
    height: 4.9rem;
    width: auto;
}

.hero-title {
    font-size: clamp(2.8rem, 5.2vw, 4.6rem);
    letter-spacing: -0.04em;
    line-height: 0.96;
    max-width: 13ch;
}

.eyebrow {
    display: inline-block;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-panel,
.metric-card,
.product-card,
.download-panel,
.download-list,
.waitlist-card,
.success-state {
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
}

.hero-panel {
    color: var(--text);
    padding: 2rem;
    position: relative;
}

.hero-panel-logo-wrap {
    margin-bottom: 1.5rem;
}

.hero-panel-logo {
    height: 3.5rem;
    width: 3.5rem;
}

.brand-strip-label {
    color: rgba(244, 237, 226, 0.72);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.brand-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.brand-chip {
    background: rgba(244, 237, 226, 0.1);
    border: 1px solid rgba(244, 237, 226, 0.18);
    border-radius: 999px;
    color: #f4ede2;
    display: inline-flex;
    padding: 0.6rem 0.9rem;
    font-size: 0.92rem;
}

.brand-link {
    color: #f4ede2;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.brand-link:hover {
    color: #ffffff;
}

.panel-kicker {
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.panel-item {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
}

.panel-item:last-child {
    border-bottom: 0;
}

.metric-card {
    padding: 1.25rem;
    color: var(--text);
}

.metric-card,
.product-card,
.download-item,
.waitlist-card {
    backdrop-filter: blur(8px);
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.metric-label {
    color: var(--muted);
}

.section-block {
    padding: 5rem 0;
}

.section-muted {
    background: rgba(255, 255, 255, 0.45);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.section-heading {
    max-width: 48rem;
}

.section-copy {
    color: var(--muted);
    font-size: 1.05rem;
    margin-top: 1rem;
}

.product-card,
.download-panel,
.download-list,
.waitlist-card,
.success-state,
.brand-asset-card,
.brand-note-card,
.brand-concept-card,
.founder-card {
    padding: 2rem;
}

.brand-asset-card,
.brand-note-card,
.brand-concept-card,
.founder-card {
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
}

.founder-card {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.founder-avatar {
    flex: 0 0 8rem;
    height: 8rem;
    width: 8rem;
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 1.5rem;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 14px 30px rgba(16, 26, 39, 0.12);
}

.founder-copy {
    flex: 1 1 auto;
}

.founder-role {
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.brand-asset-preview {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(23, 48, 79, 0.08), rgba(200, 107, 60, 0.08)),
        #fffaf3;
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 1.2rem;
    display: flex;
    justify-content: center;
    min-height: 15rem;
    padding: 1.5rem;
}

.brand-asset-body {
    padding-top: 1.25rem;
}

.brand-concept-preview {
    background: linear-gradient(180deg, #fffdf9 0%, #f4ede2 100%);
    border: 1px solid rgba(16, 26, 39, 0.08);
    border-radius: 1.2rem;
    overflow: hidden;
}

.brand-concept-image {
    display: block;
    height: auto;
    width: 100%;
}

.brand-fit {
    color: var(--muted);
}

.brand-asset-image {
    max-height: 11rem;
    max-width: 100%;
    width: auto;
}

.brand-note-card {
    max-width: 48rem;
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.download-item {
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 1rem;
    color: var(--text);
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    text-decoration: none;
}

.download-item:hover {
    background: var(--surface-alt);
}

.palette-grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.palette-grid-wide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.palette-swatch {
    border-radius: 1rem;
    min-height: 7rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 700;
}

.palette-swatch span {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.palette-navy {
    background: #17304f;
    color: #f4ede2;
}

.palette-copper {
    background: #c86b3c;
    color: #fffaf3;
}

.palette-sand {
    background: #f4ede2;
    color: #17304f;
    border: 1px solid rgba(23, 48, 79, 0.12);
}

.palette-mist {
    background: #d8e2ec;
    color: #17304f;
}

.btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 12px 30px rgba(200, 107, 60, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

.btn-outline-light {
    border-width: 1.5px;
}

.form-control {
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
}

@media (max-width: 991.98px) {
    .section-block {
        padding: 3.5rem 0;
    }

    .brand-wordmark {
        height: 3.3rem;
    }

    .hero-title {
        font-size: clamp(2.6rem, 8vw, 3.8rem);
    }

    .palette-grid-wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .brand-asset-preview {
        min-height: 11rem;
    }

    .founder-card {
        flex-direction: column;
    }
}
