:root {
    color-scheme: light;
    --red-900: #7b1307;
    --red-800: #991b0f;
    --red-700: #b52717;
    --gold-500: #f6bd16;
    --gold-100: #fff2bd;
    --ink-900: #171717;
    --ink-700: #3e3e3e;
    --ink-500: #6f6f6f;
    --paper: #fffaf0;
    --surface: #ffffff;
    --line: #eadfce;
    --soft: #f7efe2;
    --green: #0f8a5f;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink-900);
}

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

.topbar {
    align-items: center;
    background: rgba(255, 250, 240, 0.93);
    border-bottom: 1px solid rgba(234, 223, 206, 0.75);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    left: 0;
    padding: 14px clamp(18px, 4vw, 56px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
}

.brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 192px;
}

.brand-logo {
    display: block;
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.brand strong,
.brand small {
    display: block;
    line-height: 1.1;
}

.brand strong {
    color: var(--red-900);
    font-size: 1rem;
}

.brand small {
    color: var(--ink-500);
    font-size: 0.78rem;
    margin-top: 3px;
}

.nav-links {
    align-items: center;
    color: var(--ink-700);
    display: flex;
    gap: clamp(12px, 2.4vw, 28px);
    font-size: 0.94rem;
    justify-content: center;
}

.nav-links a {
    border-radius: 4px;
    padding: 8px 2px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    color: var(--red-800);
    outline: none;
}

.nav-cta,
.button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta,
.button.primary {
    background: var(--gold-500);
    box-shadow: 0 12px 24px rgba(123, 19, 7, 0.2);
    color: #2a1600;
}

.button.secondary {
    background: rgba(255, 250, 240, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fffaf0;
}

.nav-cta:hover,
.button:hover {
    transform: translateY(-1px);
}

.hero {
    align-items: center;
    background: #240904;
    color: #fffaf0;
    display: flex;
    min-height: 91vh;
    overflow: hidden;
    padding: 132px clamp(20px, 6vw, 84px) 84px;
    position: relative;
}

.hero-scene {
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.hero-scene::before {
    background-image:
        linear-gradient(45deg, rgba(0, 0, 0, 0.34) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.34) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.34) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.34) 75%);
    background-position: 0 0, 0 42px, 42px -42px, -42px 0;
    background-size: 84px 84px;
    content: "";
    inset: 0;
    opacity: 0.62;
    position: absolute;
}

.scene-panel {
    background: rgba(255, 250, 240, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 32px 84px rgba(0, 0, 0, 0.34);
    position: absolute;
}

.scene-admin {
    border-radius: 10px;
    height: 380px;
    right: -80px;
    top: 126px;
    transform: rotate(-4deg);
    width: min(660px, 55vw);
}

.scene-bar {
    background: rgba(246, 189, 22, 0.78);
    border-radius: 8px;
    height: 48px;
    margin: 26px;
}

.scene-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 26px;
}

.scene-grid span {
    background: rgba(255, 250, 240, 0.16);
    border-radius: 8px;
    display: block;
    height: 86px;
}

.scene-chart {
    align-items: end;
    display: flex;
    gap: 14px;
    height: 128px;
    margin: 26px;
}

.scene-chart span {
    background: linear-gradient(180deg, var(--gold-500), #c8361f);
    border-radius: 8px 8px 0 0;
    flex: 1;
}

.scene-order {
    border-radius: 10px;
    bottom: 68px;
    height: 230px;
    right: 16vw;
    transform: rotate(5deg);
    width: 310px;
}

.order-line {
    background: rgba(255, 250, 240, 0.22);
    border-radius: 999px;
    height: 14px;
    margin: 22px 26px 0;
}

.order-line.strong {
    background: var(--gold-500);
    height: 28px;
    margin-top: 32px;
}

.order-line.short {
    width: 56%;
}

.scene-button {
    background: var(--green);
    border-radius: 8px;
    height: 48px;
    margin: 30px 26px 0;
}

.scene-kitchen {
    align-items: center;
    border-radius: 8px;
    bottom: 210px;
    display: grid;
    gap: 10px;
    grid-template-columns: 0.7fr 1fr 1fr;
    left: 56vw;
    min-height: 86px;
    padding: 16px;
    transform: rotate(-2deg);
    width: 360px;
}

.scene-kitchen span {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    color: var(--gold-500);
    display: grid;
    font-weight: 900;
    min-height: 48px;
    place-items: center;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(36, 9, 4, 0.95) 0%, rgba(36, 9, 4, 0.82) 42%, rgba(36, 9, 4, 0.3) 100%),
        linear-gradient(0deg, rgba(36, 9, 4, 0.78), transparent 45%);
    inset: 0;
    position: absolute;
}

.hero-content {
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    color: var(--gold-500);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(3.8rem, 10vw, 8.4rem);
    line-height: 0.88;
    margin-bottom: 26px;
}

.hero-copy {
    color: rgba(255, 250, 240, 0.88);
    font-size: clamp(1.06rem, 2vw, 1.34rem);
    line-height: 1.62;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button.large {
    min-height: 56px;
    padding: 0 24px;
}

.proof-band {
    background: var(--red-900);
    color: #fffaf0;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.proof-band div {
    background: rgba(255, 255, 255, 0.06);
    padding: 28px clamp(20px, 4vw, 54px);
}

.proof-band strong,
.proof-band span {
    display: block;
}

.proof-band strong {
    color: var(--gold-500);
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.proof-band span {
    color: rgba(255, 250, 240, 0.82);
    line-height: 1.5;
}

.section,
.split-section,
.contact-section {
    padding: 88px clamp(20px, 6vw, 84px);
}

.section-heading {
    margin: 0 auto 42px;
    max-width: 860px;
    text-align: center;
}

.section-heading.compact {
    margin: 0;
    text-align: left;
}

.section-heading h2,
.contact-section h2 {
    color: var(--red-900);
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.04;
    margin-bottom: 18px;
}

.section-heading p:not(.eyebrow),
.contact-section p {
    color: var(--ink-700);
    font-size: 1.05rem;
    line-height: 1.7;
}

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

.feature-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    min-height: 228px;
    padding: 26px;
}

.feature-icon {
    align-items: center;
    background: var(--gold-100);
    border-radius: 8px;
    color: var(--red-900);
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    margin-bottom: 24px;
    width: 52px;
}

.feature-card h3 {
    color: var(--ink-900);
    font-size: 1.18rem;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--ink-700);
    line-height: 1.65;
    margin-bottom: 0;
}

.split-section {
    background: var(--red-900);
    color: #fffaf0;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.split-section .section-heading h2 {
    color: #fffaf0;
}

.split-section .section-heading p:not(.eyebrow) {
    color: rgba(255, 250, 240, 0.78);
}

.module-list {
    display: grid;
    gap: 14px;
}

.module-list article {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 24px;
}

.module-list strong,
.module-list span {
    display: block;
}

.module-list strong {
    color: var(--gold-500);
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.module-list span {
    color: rgba(255, 250, 240, 0.82);
    line-height: 1.62;
}

.muted {
    background: var(--soft);
}

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

.deployment div {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    min-height: 210px;
    padding: 24px;
}

.domain-label {
    color: var(--red-700);
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.deployment strong {
    display: block;
    font-size: 1.18rem;
    line-height: 1.32;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
}

.deployment p {
    color: var(--ink-700);
    line-height: 1.6;
    margin-bottom: 0;
}

.audience-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, 1fr);
}

.audience-grid span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--red-900);
    display: flex;
    font-weight: 850;
    justify-content: center;
    min-height: 88px;
    padding: 18px;
    text-align: center;
}

.contact-section {
    align-items: center;
    background: var(--ink-900);
    color: #fffaf0;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.contact-section div {
    max-width: 760px;
}

.contact-section h2 {
    color: #fffaf0;
}

.contact-section p {
    color: rgba(255, 250, 240, 0.78);
    margin-bottom: 0;
}

.contact-section .contact-phone {
    color: #fffaf0;
    font-weight: 800;
    margin-top: 18px;
}

.contact-phone strong {
    color: var(--gold-500);
    white-space: nowrap;
}

.footer {
    align-items: center;
    background: #0f0f0f;
    color: rgba(255, 250, 240, 0.72);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 28px clamp(20px, 6vw, 84px);
}

.footer span:first-child {
    color: var(--gold-500);
    font-weight: 900;
}

@media (max-width: 1020px) {
    .nav-links {
        display: none;
    }

    .hero {
        min-height: 88vh;
    }

    .scene-admin {
        right: -220px;
        width: 680px;
    }

    .scene-kitchen {
        left: 44vw;
    }

    .feature-grid,
    .deployment {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-section {
        grid-template-columns: 1fr;
    }

    .audience-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .topbar {
        gap: 14px;
        padding: 12px 16px;
    }

    .brand {
        min-width: 0;
    }

    .brand small {
        display: none;
    }

    .nav-cta {
        font-size: 0.86rem;
        min-height: 42px;
        padding: 0 12px;
    }

    .hero {
        min-height: 90vh;
        padding: 116px 18px 64px;
    }

    .hero-overlay {
        background:
            linear-gradient(90deg, rgba(36, 9, 4, 0.96), rgba(36, 9, 4, 0.72)),
            linear-gradient(0deg, rgba(36, 9, 4, 0.84), transparent 54%);
    }

    .scene-admin {
        height: 310px;
        right: -360px;
        top: 162px;
        width: 620px;
    }

    .scene-order {
        bottom: 44px;
        right: -90px;
    }

    .scene-kitchen {
        bottom: 230px;
        left: auto;
        right: -150px;
    }

    h1 {
        font-size: clamp(3.5rem, 19vw, 5rem);
    }

    .hero-actions,
    .contact-section {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .proof-band,
    .feature-grid,
    .deployment,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .section,
    .split-section,
    .contact-section {
        padding: 64px 18px;
    }

    .section-heading {
        text-align: left;
    }

    .feature-card,
    .deployment div {
        min-height: auto;
    }

    .footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px 18px;
    }
}
