.home-page {
    --home-paper: #e7ebe3;
    --home-ink: #0b0f10;
    --home-accent: #c7ff4d;
    --home-border: rgba(255, 255, 255, 0.14);
    background: #090c0d;
}

.home-page::before { display: none; }
.home-main { overflow: clip; }

.home-kicker {
    color: var(--home-accent);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(340px, 0.76fr) minmax(0, 1.24fr);
    gap: 18px;
    width: min(calc(100% - 40px), 1440px);
    min-height: min(760px, calc(100svh - var(--header-space) - 20px));
    margin: 18px auto 0;
}

.home-hero__copy {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 24px;
    padding: clamp(30px, 5vw, 76px);
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background: linear-gradient(155deg, rgba(24, 31, 33, 0.98), rgba(10, 14, 15, 0.98));
}

.home-hero h1,
.home-section__heading h2,
.home-workshop h2 {
    font-family: "Bahnschrift", "Aptos Display", "Segoe UI", sans-serif;
    font-weight: 760;
    letter-spacing: -0.065em;
}

.home-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(4rem, 7vw, 7.6rem);
    line-height: 0.88;
}

.home-hero__lead {
    max-width: 40ch;
    color: #b1bbc0;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.62;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-border);
    border-radius: 999px;
    padding: 12px 18px;
    color: #f7f5ef;
    background: rgba(255, 255, 255, 0.045);
    font-weight: 800;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.home-button:hover { border-color: rgba(255, 255, 255, 0.32); background: rgba(255, 255, 255, 0.09); transform: translateY(-1px); }
.home-button--primary { border-color: var(--home-accent); color: #111609; background: var(--home-accent); }
.home-button--primary:hover { border-color: #ddff8d; background: #ddff8d; }

.home-hero__media {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    color: #fff;
    background: #161d1c;
    text-decoration: none;
}

.home-hero__media picture,
.home-hero__media img { display: block; width: 100%; height: 100%; }
.home-hero__media img { position: absolute; inset: 0; object-fit: cover; transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1); }
.home-hero__media::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(4, 7, 7, 0.72)); }
.home-hero__media:hover img { transform: scale(1.018); }

.home-hero__badge {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: grid;
    gap: 3px;
}

.home-hero__badge strong { font-size: clamp(1.3rem, 2.3vw, 2rem); letter-spacing: -0.035em; }
.home-hero__badge small { color: rgba(255, 255, 255, 0.72); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.home-hero__arrow { position: absolute; z-index: 2; top: 22px; right: 22px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #111609; background: var(--home-accent); font-size: 1.2rem; font-weight: 900; }

.home-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(calc(100% - 40px), 1280px);
    margin: 18px auto 0;
    border-block: 1px solid var(--home-border);
}

.home-proof div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 14px; min-height: 88px; padding: 18px 22px; border-right: 1px solid var(--home-border); }
.home-proof div:last-child { border-right: 0; }
.home-proof strong { color: var(--home-accent); font-size: 0.68rem; letter-spacing: 0.14em; }
.home-proof span { color: #c2c9cc; font-size: 0.9rem; font-weight: 720; }

.home-section {
    width: min(calc(100% - 40px), 1280px);
    margin-inline: auto;
    padding: clamp(86px, 11vw, 150px) 0;
}

.home-section__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    gap: 12px 50px;
    align-items: end;
    margin-bottom: 42px;
}

.home-section__heading .home-kicker { grid-column: 1 / -1; }
.home-section__heading h2 { max-width: 12ch; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.92; }
.home-section__heading > p:last-child { max-width: 38ch; padding-bottom: 7px; color: #aab4b9; line-height: 1.65; }

.home-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--home-border); border-radius: 24px; background: #101617; }
.home-product-card--flagship { background: linear-gradient(155deg, #17201c, #101617); }
.home-product-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #202728; }
.home-product-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1); }
.home-product-card:hover .home-product-card__image img { transform: scale(1.025); }
.home-product-card__body { display: grid; align-content: start; gap: 14px; min-height: 282px; padding: 24px; }
.home-product-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: #98a3a8; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.home-product-card__meta span { color: var(--home-accent); }
.home-product-card h3 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); letter-spacing: -0.045em; line-height: 1.02; }
.home-product-card h3 a { text-decoration: none; }
.home-product-card__body > p:not(.home-product-card__meta) { color: #aab4b9; line-height: 1.58; }
.home-text-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--home-border); color: #fff; font-weight: 800; text-decoration: none; }
.home-text-link span { color: var(--home-accent); font-size: 1.1rem; }
.home-text-link:hover { color: var(--home-accent); }

.home-workshop {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    width: min(calc(100% - 40px), 1440px);
    margin-inline: auto;
    overflow: hidden;
    border-radius: 30px;
    color: var(--home-ink);
    background: var(--home-paper);
}

.home-workshop__image { position: relative; min-height: 600px; overflow: hidden; }
.home-workshop__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-workshop__image span { position: absolute; bottom: 20px; left: 20px; border-radius: 999px; padding: 9px 12px; color: #fff; background: rgba(7, 10, 10, 0.76); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.home-workshop__copy { display: grid; align-content: center; justify-items: start; gap: 24px; padding: clamp(34px, 6vw, 86px); }
.home-workshop .home-kicker { color: #4e6518; }
.home-workshop h2 { max-width: 10ch; font-size: clamp(3rem, 5.8vw, 5.8rem); line-height: 0.9; }
.home-workshop__copy > p:not(.home-kicker) { max-width: 42ch; color: #465050; line-height: 1.68; }
.home-workshop ul { display: grid; width: 100%; gap: 0; padding: 0; list-style: none; }
.home-workshop li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(11, 15, 16, 0.17); font-weight: 780; }
.home-workshop li span { color: #617522; font-size: 0.68rem; letter-spacing: 0.13em; }
.home-workshop .home-button { border-color: rgba(11, 15, 16, 0.23); color: var(--home-ink); background: transparent; }
.home-workshop .home-button:hover { border-color: var(--home-ink); background: rgba(11, 15, 16, 0.06); }

.home-development { padding-bottom: clamp(90px, 12vw, 160px); }
.home-development__feature { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr); min-height: 420px; overflow: hidden; border: 1px solid var(--home-border); border-radius: 28px; color: #fff; background: #111718; text-decoration: none; }
.home-development__feature > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.home-development__body { display: grid; align-content: end; gap: 18px; padding: clamp(28px, 5vw, 64px); }
.home-development__body small { color: var(--home-accent); font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.home-development__body strong { max-width: 10ch; font-size: clamp(2rem, 4.2vw, 4rem); letter-spacing: -0.055em; line-height: 0.98; }
.home-development__body > span { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--home-border); color: #c3cbce; font-weight: 750; }
.home-development__body b { color: var(--home-accent); }
.home-development__feature:hover .home-development__body > span { color: #fff; }

.home-footer { background: #070a0b; }

@media (max-width: 980px) {
    .home-hero { grid-template-columns: 1fr; min-height: 0; }
    .home-hero__copy { min-height: 470px; }
    .home-hero__media { min-height: 560px; }
    .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-product-card--flagship { grid-column: 1 / -1; }
    .home-product-card--flagship { display: grid; grid-template-columns: 1fr 1fr; }
    .home-workshop { grid-template-columns: 1fr; }
    .home-workshop__image { min-height: 520px; }
}

@media (max-width: 720px) {
    .home-hero,
    .home-proof,
    .home-section,
    .home-workshop { width: min(calc(100% - 24px), 1280px); }
    .home-hero { margin-top: 12px; gap: 12px; }
    .home-hero__copy { min-height: 0; gap: 20px; padding: 34px 24px 38px; border-radius: 22px; }
    .home-hero h1 { max-width: 9ch; font-size: clamp(3.55rem, 16.5vw, 5rem); }
    .home-hero__media { min-height: 0; aspect-ratio: 4 / 3; border-radius: 22px; }
    .home-hero__badge { right: 18px; bottom: 18px; left: 18px; }
    .home-hero__arrow { top: 16px; right: 16px; width: 42px; height: 42px; }
    .home-actions { display: grid; width: 100%; }
    .home-button { width: 100%; }
    .home-proof { grid-template-columns: 1fr; }
    .home-proof div { min-height: 66px; border-right: 0; border-bottom: 1px solid var(--home-border); }
    .home-proof div:last-child { border-bottom: 0; }
    .home-section { padding: 88px 0; }
    .home-section__heading { grid-template-columns: 1fr; margin-bottom: 28px; }
    .home-section__heading .home-kicker { grid-column: auto; }
    .home-section__heading h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
    .home-product-grid { grid-template-columns: 1fr; }
    .home-product-card--flagship { display: block; grid-column: auto; }
    .home-product-card__body { min-height: 250px; }
    .home-workshop { border-radius: 22px; }
    .home-workshop__image { min-height: 360px; }
    .home-workshop__copy { padding: 38px 24px 44px; }
    .home-workshop h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
    .home-development__feature { grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }
    .home-development__feature > img { min-height: 0; aspect-ratio: 4 / 3; }
    .home-development__body { min-height: 300px; padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__media img,
    .home-product-card__image img,
    .home-button { transition: none; }
}
