/* Homepage — loaded after base.css. Bold layout: full-bleed statement
   bands, an asymmetric services grid, a giant pull-quote. Shared
   verbatim between / (de) and /en/. */

body {
    background:
        radial-gradient(circle at 10% 0%, rgba(184, 145, 47, 0.18), transparent 32rem),
        radial-gradient(circle at 90% 12%, rgba(21, 19, 15, 0.1), transparent 28rem),
        var(--cream);
    overflow-x: hidden;
}

.site-wide {
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

.bleed {
    width: 100%;
}

/* ── QUOTE BAR ── */
.quote-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(135deg, #1a1713, #2d2416, #1a1713);
    color: var(--cream);
    text-align: center;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-bar span#quote-text {
    opacity: 0;
    transition: opacity 0.6s ease;
    max-width: 600px;
    padding: 0 36px;
}

.quote-bar span#quote-text.visible {
    opacity: 1;
}

.lang-flag {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── HEADER ── */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.brand-mark {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: var(--gold);
    line-height: 1;
}

.brand-text {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: var(--ink);
    letter-spacing: -0.02em;
}

nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
}
nav a {
    text-decoration: none;
}
nav a:hover {
    color: var(--gold);
}

/* ── HERO ── */
.hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    padding: 48px 0 80px;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10%;
    left: -6%;
    width: 620px;
    max-width: 70vw;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(184, 145, 47, 0.16), transparent 68%);
    pointer-events: none;
}

.hero-copy {
    width: 100%;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--gold-bright);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-bright);
    box-shadow: 0 0 0 3px rgba(228, 194, 106, 0.28);
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

h1 {
    max-width: 800px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin-bottom: 22px;
    font-feature-settings: "salt", "kern";
    -webkit-font-smoothing: antialiased;
}

h1 span {
    color: var(--gold);
}

h1 .strike {
    position: relative;
    white-space: nowrap;
}

.hero-break {
    display: none;
}

@media (min-width: 900px) {
    .hero-break {
        display: inline;
    }
}

.lead {
    max-width: 780px;
    margin: 24px 0 30px;
    color: #3a3428;
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 500;
}

.lead strong {
    color: var(--ink);
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    font-size: 16px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: currentColor;
}

.primary {
    color: var(--gold-bright);
    background: var(--ink);
    box-shadow: 0 16px 34px rgba(21, 19, 15, 0.28);
}

.secondary {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
}

.tagline {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 13px;
    font-weight: 800;
    color: var(--bronze);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ── PROFILE CARD ── */
.profile-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 32px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 70% 0%, rgba(184, 145, 47, 0.24), transparent 60%),
        linear-gradient(180deg, #f0e6cd 0%, #e6d5a8 55%, #d9c184 100%);
    box-shadow: 0 28px 72px rgba(21, 19, 15, 0.16);
    display: flex;
    flex-direction: column;
}

.profile-card::before {
    content: "\221E";
    position: absolute;
    top: 4px;
    right: 18px;
    color: rgba(122, 92, 34, 0.16);
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 130px;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.portrait {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 360px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 36px rgba(21, 19, 15, 0.24));
    -webkit-user-drag: none;
    user-select: none;
}

.caption {
    position: relative;
    z-index: 2;
    margin: 0 16px 16px;
    padding: 18px 22px;
    border-radius: 20px;
    color: var(--white);
    background: linear-gradient(135deg, var(--ink), var(--bronze));
    box-shadow: 0 16px 36px rgba(21, 19, 15, 0.24);
}

.caption strong {
    display: block;
    font-size: 19px;
    letter-spacing: -0.02em;
}
.caption span {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    font-size: 14px;
}

/* ── STATEMENT BAND (full-bleed, high contrast) ── */
.statement-band {
    background: linear-gradient(135deg, var(--ink) 0%, #2c2410 55%, var(--ink) 100%);
    color: var(--cream);
    padding: 76px 0;
}

.statement-band h2 {
    color: var(--cream);
    max-width: 1000px;
    margin: 0 auto 44px;
    text-align: center;
    font-size: clamp(28px, 4.4vw, 52px);
    line-height: 1.12;
}

.statement-band h2 span {
    color: var(--gold-bright);
}

.urgency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(250, 246, 236, 0.14);
    border-radius: 24px;
    overflow: hidden;
}

.urgency-item {
    background: rgba(21, 19, 15, 0.55);
    padding: 34px 28px;
    text-align: center;
}

.urgency-number {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -0.03em;
    color: var(--gold-bright);
    margin-bottom: 10px;
}

.urgency-label {
    color: rgba(250, 246, 236, 0.72);
    font-size: 14.5px;
    font-weight: 600;
    max-width: 260px;
    margin: 0 auto;
}

/* ── SECTION SHELL ── */
section,
.site-block {
    padding: 64px 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

h2 {
    max-width: 800px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    margin-bottom: 34px;
}

.section-head p {
    max-width: 380px;
    margin: 0;
    color: var(--muted);
    font-weight: 600;
    font-size: 15px;
}

/* ── CARDS ── */
.card,
.profile-card {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 60px rgba(21, 19, 15, 0.08);
    backdrop-filter: blur(12px);
}

/* Bento: first card wider, all three sit in a single row */
.bento {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    align-items: start;
    gap: 18px;
}

.bento .card--feature h3 {
    font-size: clamp(24px, 2.6vw, 32px);
}

.card-index {
    position: absolute;
    top: 18px;
    right: 24px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 46px;
    letter-spacing: -0.03em;
    color: rgba(184, 145, 47, 0.14);
    line-height: 1;
    pointer-events: none;
}

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

.card {
    position: relative;
    padding: 30px;
    border-radius: 26px;
}

.card-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 10px;
    border-radius: 8px;
    background: rgba(184, 145, 47, 0.12);
    color: var(--bronze);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.card p {
    color: var(--muted);
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 12px;
}

.card ul {
    margin: 0;
    padding-left: 18px;
}

.card li {
    color: var(--muted);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.divider {
    height: 1px;
    background: var(--line);
    margin: 18px 0;
}

.tool-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    padding: 3px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid var(--line);
    object-fit: contain;
    display: block;
}

/* ── WIDE / TWO-COLUMN ── */
.wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* ── PULL QUOTE ── */
.pull-quote {
    position: relative;
    text-align: center;
    padding: 20px 0 10px;
}

.pull-quote-mark {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 120px;
    line-height: 1;
    color: rgba(184, 145, 47, 0.18);
    display: block;
    margin-bottom: -40px;
}

.pull-quote p {
    max-width: 900px;
    margin: 0 auto;
    font-family: Inter, sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    font-size: clamp(26px, 3.6vw, 44px);
    line-height: 1.2;
    color: var(--ink);
}

.pull-quote cite {
    display: block;
    margin-top: 22px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--bronze);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ── COMMUNITY ── */
.community-photo {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 25%;
    border-radius: 26px;
    display: block;
}

.community-card {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.community-caption {
    padding: 16px 12px 4px;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
}

/* ── MINDSET ── */
.mindset-card {
    display: flex;
    flex-direction: column;
}

.mindset-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    margin: -30px -30px 20px;
    padding: 24px;
    border-radius: 26px 26px 0 0;
    background: linear-gradient(160deg, rgba(184, 145, 47, 0.1), rgba(21, 19, 15, 0.03));
}

.mindset-media img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 14px 30px rgba(21, 19, 15, 0.2);
    transition: transform 0.2s ease;
}

.mindset-media:hover img {
    transform: translateY(-2px);
}

.mindset-card .card-label,
.mindset-card .button {
    align-self: flex-start;
}

.mindset-card .button {
    margin-top: auto;
}

/* ── ABOUT / COMPANY ── */
.company-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 44px 48px;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 0%, rgba(228, 194, 106, 0.22), transparent 55%),
        linear-gradient(135deg, var(--ink), var(--bronze) 130%);
    box-shadow: 0 28px 64px rgba(21, 19, 15, 0.22);
}

.company-card h2 {
    color: var(--white);
}

.company-card > p {
    color: rgba(255, 255, 255, 0.76) !important;
}

.company-card > p strong {
    color: var(--gold-bright);
}

.company-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.meta-item {
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.meta-item .key {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-bright);
    margin-bottom: 6px;
}

.meta-item .val {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: var(--white);
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35em;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* ── CONTACT ── */
.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    border-radius: 30px;
    padding: 44px 48px;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 20%, rgba(228, 194, 106, 0.28), transparent 42%),
        linear-gradient(135deg, var(--ink), var(--bronze));
    box-shadow: 0 28px 64px rgba(21, 19, 15, 0.24);
}

.contact-card h2 {
    color: var(--white);
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.2;
}

.contact-card p {
    max-width: 460px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 500;
}

.contact-box-group {
    display: grid;
    gap: 12px;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.contact-box:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.contact-box .icon {
    width: 22px;
    height: 22px;
    color: var(--gold-bright);
}

.contact-box > span {
    min-width: 0;
}

.contact-box strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
    word-break: break-word;
}

/* ── FOOTER ── */
footer {
    padding: 36px 0 44px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid var(--line);
}

footer .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-disclaimer {
    flex-basis: 100%;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.6;
    max-width: 900px;
}

footer a {
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
}

.social-links {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}

.social-links a:hover {
    color: var(--gold);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    header,
    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }
    nav {
        flex-wrap: wrap;
        width: 100%;
    }
    .social-links {
        flex-wrap: wrap;
    }
    .hero {
        padding-top: 24px;
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hero .actions,
    .hero .lead,
    .hero .tagline {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
        margin-left: auto;
        margin-right: auto;
    }
    .wide,
    .grid-2,
    .urgency-grid {
        grid-template-columns: 1fr;
    }
    .urgency-grid {
        gap: 1px;
    }
    .bento {
        grid-template-columns: 1fr;
    }
    .contact-card,
    .company-meta {
        grid-template-columns: 1fr;
    }
    .company-card,
    .contact-card {
        padding: 30px 26px;
    }
    .pull-quote-mark {
        font-size: 80px;
        margin-bottom: -20px;
    }
}

@media (max-width: 480px) {
    .lang-flag {
        display: none;
    }
    .ticker-track .quote {
        padding: 0 18px;
    }
}
