:root {
    --ink: #0d1013;
    --panel: #171b20;
    --acid: #c8ff3d;
    --orange: #ff6534;
    --paper: #f5f3ed;
    --muted: #697076;
    --line: #dcded7;
    --wa: #25d366;
    --mono: "Courier New", monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 25px
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, sans-serif;
    line-height: 1.5
}

h1,
h2,
h3,
p {
    margin: 0
}

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

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

button,
summary,
a {
    -webkit-tap-highlight-color: transparent
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 6px
}

a,
summary {
    touch-action: manipulation
}

.shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto
}

.skip {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100;
    background: var(--acid);
    padding: 12px;
    transform: translateY(-160%)
}

.skip:focus {
    transform: none
}

.topline {
    background: var(--acid);
    text-align: center;
    padding: 10px 20px;
    font: 800 11px/1.4 var(--mono);
    letter-spacing: .13em
}

.nav {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.055em;
    white-space: nowrap
}

.brand>span {
    color: var(--orange)
}

.nav>nav {
    display: flex;
    gap: 28px;
    font-size: 13px;
    color: #565d62
}

.nav nav a:hover,
footer nav a:hover {
    color: #b63d16
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 11px;
    padding: 14px 19px;
    font-weight: 800;
    font-size: 14px;
    min-height: 54px;
    transition: transform .2s, box-shadow .2s
}

.button img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0
}

.button:hover,
.telegram-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px #0003
}

.button>span {
    margin-left: 6px
}

.primary {
    background: var(--orange);
    color: var(--ink)
}

.secondary {
    color: #fff;
    background: #ffffff08;
    border: 1px solid #ffffff40
}

.nav-cta {
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    padding: 9px 14px;
    min-height: 44px
}

.nav-cta img {
    width: 25px;
    height: 25px
}

.mobile-menu {
    display: none
}

.hero {
    background: var(--ink);
    color: #fff;
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.hero-grid,
.hero-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none
}

.hero-grid {
    inset: -80px;
    background-image: linear-gradient(#ffffff09 1px, transparent 1px), linear-gradient(90deg, #ffffff09 1px, transparent 1px);
    background-size: 80px 80px;
    animation: grid-run 14s linear infinite;
    mask-image: linear-gradient(90deg, #0009, #000, #0004)
}

.hero-glow {
    background: radial-gradient(ellipse at 10% 15%, #ff653421, transparent 45%), radial-gradient(ellipse at 95% 65%, #c8ff3d14, transparent 45%);
    animation: glow-shift 10s ease-in-out infinite alternate
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 65px;
    align-items: center;
    padding: 65px 0 55px;
    min-height: 660px
}

.eyebrow {
    font: 800 11px/1.6 var(--mono);
    letter-spacing: .14em;
    color: #b63d16
}

.hero .eyebrow,
.process-band .eyebrow,
.contact-section .eyebrow {
    color: var(--orange)
}

.status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--acid);
    margin-right: 5px;
    box-shadow: 0 0 12px #c8ff3d66
}

.hero h1 {
    font-size: clamp(55px, 5.6vw, 76px);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .97;
    margin: 22px 0 26px
}

h1 em,
h2 em {
    font-style: normal;
    color: var(--orange)
}

.hero-copy>p {
    max-width: 530px;
    font-size: 17px;
    line-height: 1.75;
    color: #aeb4b7
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    border-top: 1px solid #ffffff21;
    margin-top: 36px;
    padding-top: 25px
}

.hero-stats b {
    display: block;
    font-size: 14px
}

.hero-stats span {
    color: #a5acb0;
    font-size: 11px;
    display: block;
    margin-top: 4px
}

.stage {
    height: 530px;
    border: 1px solid #ffffff26;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    background: #302e2c;
    box-shadow: 0 30px 80px #0004
}

.hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 53% center
}

.stage-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, #080b0de8 100%)
}

.float-card {
    position: absolute;
    border-radius: 14px;
    padding: 17px 20px
}

.design-tag {
    background: var(--acid);
    color: var(--ink);
    top: 25px;
    right: 25px;
    transform: rotate(4deg);
    box-shadow: 0 12px 30px #0003
}

.design-tag b {
    display: block;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.05em
}

.design-tag small {
    font-size: 10px
}

.stage-label {
    position: absolute;
    bottom: 40px;
    left: 32px
}

.stage-label small {
    display: block;
    font: 800 10px var(--mono);
    letter-spacing: .14em;
    color: var(--acid);
    margin-bottom: 12px
}

.stage-label strong {
    display: block;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.04em
}

.image-index {
    position: absolute;
    right: 25px;
    bottom: 18px;
    color: #ddd;
    font: 10px var(--mono)
}

.hero-bottom {
    border-top: 1px solid #ffffff1a;
    display: flex;
    justify-content: space-between;
    padding: 19px 0 22px;
    font: 9px/1.5 var(--mono);
    letter-spacing: .14em;
    color: #959da2
}

.hero-bottom a {
    color: var(--acid)
}

.ticker {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: var(--acid)
}

.ticker>span {
    padding: 18px 8px;
    text-align: center;
    font: 700 10px/1.5 var(--mono);
    letter-spacing: .06em;
    border-right: 1px solid #0d101321
}

.section {
    padding: 100px 0
}

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

.section-head h2,
.locations h2,
.process-grid h2,
.contact-grid h2 {
    font-size: clamp(38px, 4.6vw, 62px);
    letter-spacing: -.055em;
    line-height: 1.02;
    font-weight: 800;
    margin: 12px 0
}

.section-head>p {
    max-width: 405px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 15px
}

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

.product-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px #13181c17
}

.product-image {
    height: 235px;
    position: relative;
    overflow: hidden;
    background: #e8e9e5
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s
}

.product-card:hover .product-image img {
    transform: scale(1.045)
}

.product-image>span {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--acid);
    font: 900 9px var(--mono);
    letter-spacing: .08em;
    border-radius: 999px;
    padding: 8px 10px
}

.product-body {
    padding: 23px
}

.product-body h3 {
    font-size: 21px;
    letter-spacing: -.03em;
    margin-bottom: 10px
}

.product-body>p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted);
    min-height: 65px
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--line);
    padding-top: 17px;
    margin-top: 20px
}

.product-meta small {
    color: #747b7f;
    font-size: 10px
}

.product-meta a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #b63d16;
    font-size: 11px;
    font-weight: 900;
    min-height: 32px;
    white-space: nowrap
}

.product-meta img {
    border-radius: 50%
}

.process-band {
    background: var(--ink);
    color: #fff;
    padding: 100px 0
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px
}

.process-grid h2 {
    margin: 18px 0 24px
}

.process-grid>div>p {
    color: #a5acb0;
    line-height: 1.75;
    max-width: 450px;
    margin-bottom: 30px
}

.project-board {
    background: var(--panel);
    border: 1px solid #ffffff20;
    border-radius: 24px;
    padding: 27px;
    box-shadow: 0 30px 80px #0007
}

.board-top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    font: 700 9px/1.6 var(--mono);
    color: #aeb4b7
}

.board-top b {
    color: var(--acid);
    text-align: right
}

.blueprint {
    height: 150px;
    margin: 25px 0 12px;
    border-radius: 14px;
    background: repeating-linear-gradient(0deg, #ffffff08 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, #ffffff08 0 1px, transparent 1px 20px), #111519;
    position: relative;
    overflow: hidden
}

.blueprint:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: var(--acid);
    box-shadow: 0 0 20px var(--acid);
    animation: scan 5s ease-in-out infinite alternate
}

.room-outline {
    position: absolute;
    inset: 22px 55px 28px;
    border: 2px solid #ffffff66;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    padding: 8px
}

.room-outline i {
    border: 1px solid #ffffff35
}

.room-outline i:last-child {
    grid-column: 2;
    grid-row: 1/3
}

.blueprint>span {
    position: absolute;
    bottom: 7px;
    left: 13px;
    font: 8px var(--mono);
    color: #929da5
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0
}

.steps li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #ffffff14;
    padding: 17px 0
}

.steps li:last-child {
    border: 0;
    padding-bottom: 0
}

.steps li>b {
    font: 12px var(--mono);
    color: var(--orange)
}

.steps h3 {
    font-size: 14px;
    margin-bottom: 4px
}

.steps p {
    font-size: 11px;
    color: #a5acb0
}

.steps li>span {
    margin-left: auto;
    font: 8px var(--mono);
    color: var(--acid)
}

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

.principle-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 29px;
    position: relative
}

.principle-icon {
    display: block;
    color: var(--orange);
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1
}

.principle-grid h3 {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.04em;
    margin: 13px 0
}

.principle-grid p {
    font-size: 13px;
    line-height: 1.75;
    color: var(--muted)
}

.locations {
    background: var(--acid);
    border-radius: 30px;
    padding: 65px;
    margin-bottom: 100px
}

.locations .eyebrow {
    color: #344b00
}

.location-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.location-arrow {
    font-size: 110px;
    line-height: 1;
    font-weight: 400
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0
}

.city-grid>div {
    border: 1px solid #15181930;
    border-radius: 13px;
    padding: 17px
}

.city-grid small {
    font: 10px var(--mono);
    display: block;
    margin-bottom: 20px
}

.city-grid b {
    font-size: 13px
}

.locations>p {
    font-size: 12px;
    max-width: 750px;
    line-height: 1.65
}

.contact-section {
    background: var(--panel);
    color: #fff;
    padding: 90px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 90px
}

.contact-grid h2 {
    margin: 17px 0 25px
}

.contact-grid>div>p {
    color: #a5acb0;
    max-width: 500px;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 28px
}

.brief-card {
    padding: 32px;
    border: 1px solid #ffffff24;
    border-radius: 20px;
    background: #ffffff04
}

.brief-card .eyebrow {
    color: var(--acid)
}

.brief-card h3 {
    font-size: 25px;
    letter-spacing: -.04em;
    line-height: 1.15;
    margin: 15px 0 25px
}

.brief-card ul {
    padding: 0;
    list-style: none
}

.brief-card li {
    font-size: 13px;
    border-bottom: 1px solid #ffffff14;
    padding: 15px 0
}

.brief-card li span {
    color: var(--orange);
    margin-right: 14px;
    font: 11px var(--mono)
}

.contact-grid .brief-card>p {
    font-size: 11px;
    margin: 25px 0 0
}

.promo-bar {
    background: #0d1013;
    padding: 70px 20px;
    position: relative;
    overflow: hidden
}

.promo-bar:before {
    content: "";
    width: 320px;
    height: 320px;
    border: 1px solid #ff653440;
    border-radius: 50%;
    position: absolute;
    right: -170px;
    top: -180px;
    box-shadow: 0 0 0 22px #ff653409, 0 0 0 44px #ff653407;
    pointer-events: none
}

.promo-wrap {
    max-width: 720px;
    margin: auto;
    position: relative
}

.promo-wrap>h2 {
    font-size: 23px;
    color: #fff;
    letter-spacing: -.04em;
    margin-bottom: 24px
}

.promo-wrap>h2 span {
    color: var(--orange);
    margin-left: 8px
}

.promo-card {
    border: 1px solid #ff653470;
    border-radius: 22px;
    background: linear-gradient(145deg, #242322, #111519);
    padding: 32px;
    box-shadow: 0 18px 45px #0005
}

.promo-badge {
    display: inline-flex;
    border: 1px solid #ff653480;
    border-radius: 99px;
    padding: 8px 14px;
    color: #ff9d7e;
    background: #ff653418;
    font: 800 10px var(--mono);
    letter-spacing: .1em
}

.promo-card>p {
    font-size: 16px;
    line-height: 1.65;
    color: #c9c9c9;
    margin: 20px 0 26px;
    max-width: 560px
}

.telegram-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 23px 10px 11px;
    border-radius: 99px;
    background: linear-gradient(100deg, #ff9f00, #ff3d00);
    color: #0d1013;
    font-weight: 800;
    transition: transform .25s, box-shadow .25s
}

.telegram-button img {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffffaa
}

.telegram-button>span {
    font-size: 23px;
    margin-left: 15px
}

footer {
    background: var(--ink);
    color: #9aa1a5;
    padding: 45px 0 105px;
    border-top: 1px solid #ffffff15
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.footer-top .brand {
    color: #fff
}

.footer-top p {
    font-size: 12px;
    margin-top: 12px
}

footer nav {
    display: flex;
    gap: 22px;
    align-items: center;
    font-size: 12px;
    color: var(--acid);
    flex-wrap: wrap
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid #ffffff15;
    font-size: 10px
}

.footer-bottom small {
    font-size: 11px
}

.footer-bottom>a {
    font: 10px var(--mono)
}

/* A direct child of body: no scroll trigger, transformed parent, or hidden state. */
.floating-wa {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--wa);
    color: #063817;
    border: 2px solid #baffce;
    border-radius: 999px;
    padding: 9px 18px 9px 9px;
    min-height: 60px;
    box-shadow: 0 12px 35px #0005, 0 0 0 5px #25d36620;
    font-size: 14px;
    font-weight: 900;
    opacity: 1;
    visibility: visible
}

.floating-wa img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0
}

.floating-wa b {
    font-size: 19px
}

.floating-wa:hover {
    background: #4dea89
}

.floating-wa:focus-visible {
    outline-color: var(--orange)
}

@keyframes grid-run {
    to {
        transform: translate(80px, 80px)
    }
}

@keyframes glow-shift {
    to {
        transform: translateX(-5%);
        opacity: .65
    }
}

@keyframes scan {
    to {
        top: 98%
    }
}

@media(max-width:1000px) {
    .hero-layout {
        gap: 32px
    }

    .hero h1 {
        font-size: 68px
    }

    .hero-stats {
        gap: 15px
    }

    .nav>nav {
        gap: 18px
    }

    .nav-cta {
        display: none
    }

    .process-grid,
    .contact-grid {
        gap: 40px
    }

    .product-meta {
        flex-wrap: wrap
    }

    .locations {
        padding: 40px
    }

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

@media(max-width:760px) {
    .nav {
        height: 74px
    }

    .nav>nav {
        display: none
    }

    .mobile-menu {
        display: block;
        position: relative
    }

    .mobile-menu summary {
        cursor: pointer;
        list-style: none;
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 9px;
        font-size: 13px;
        font-weight: 700
    }

    .mobile-menu summary::-webkit-details-marker {
        display: none
    }

    .mobile-menu nav {
        position: absolute;
        right: 0;
        top: 48px;
        z-index: 40;
        min-width: 200px;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        box-shadow: 0 15px 35px #0003;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 2px
    }

    .mobile-menu nav a {
        padding: 12px
    }

    .hero-layout {
        grid-template-columns: 1fr;
        padding: 45px 0;
        gap: 35px
    }

    .hero-copy {
        max-width: 600px
    }

    .hero h1 {
        font-size: clamp(48px, 9vw, 68px)
    }

    .stage {
        height: 460px
    }

    .hero-bottom {
        font-size: 8px
    }

    .hero-stats {
        gap: 25px
    }

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

    .ticker>span {
        font-size: 9px
    }

    .ticker>span:nth-child(n+4) {
        display: none
    }

    .section {
        padding: 70px 0
    }

    .section-head {
        display: block
    }

    .section-head>p {
        margin-top: 22px;
        max-width: 580px
    }

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

    .product-image {
        height: 220px
    }

    .process-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .process-band,
    .contact-section {
        padding: 70px 0
    }

    .principle-grid {
        grid-template-columns: 1fr
    }

    .principle-grid article {
        padding: 25px
    }

    .principle-icon {
        margin-bottom: 20px
    }

    .locations {
        margin-bottom: 70px
    }

    .location-arrow {
        font-size: 75px
    }

    .footer-top {
        flex-direction: column
    }

    .product-body {
        padding: 20px
    }

    .product-body>p {
        min-height: 86px
    }
}

@media(max-width:480px) {
    .shell {
        width: calc(100% - 28px)
    }

    .topline {
        font-size: 9px;
        padding: 9px 12px
    }

    .brand {
        font-size: 21px
    }

    .hero .eyebrow {
        font-size: 9px;
        letter-spacing: .05em
    }

    .hero h1 {
        font-size: clamp(43px, 12.8vw, 60px)
    }

    .hero-copy>p {
        font-size: 15px
    }

    .actions {
        gap: 10px
    }

    .actions .button {
        font-size: 12px;
        padding: 12px 13px
    }

    .hero-stats {
        gap: 16px;
        justify-content: space-between
    }

    .hero-stats b {
        font-size: 11px
    }

    .hero-stats span {
        font-size: 9px;
        max-width: 90px
    }

    .stage {
        height: 390px;
        border-radius: 25px
    }

    .stage-label {
        left: 24px
    }

    .stage-label strong {
        font-size: 27px
    }

    .design-tag {
        top: 20px;
        right: 18px
    }

    .hero-bottom>span {
        max-width: 140px
    }

    .product-grid {
        grid-template-columns: 1fr
    }

    .product-image {
        height: 245px
    }

    .product-body>p {
        min-height: 0
    }

    .product-meta {
        flex-wrap: nowrap
    }

    .section-head h2,
    .locations h2,
    .process-grid h2,
    .contact-grid h2 {
        font-size: 39px
    }

    .project-board {
        padding: 20px
    }

    .steps li {
        gap: 10px
    }

    .steps li>span {
        font-size: 7px
    }

    .steps h3 {
        font-size: 13px
    }

    .steps p {
        font-size: 10px
    }

    .locations {
        padding: 30px 22px
    }

    .location-arrow {
        display: none
    }

    .city-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .city-grid>div:last-child {
        grid-column: 1/-1
    }

    .brief-card {
        padding: 26px
    }

    .promo-card {
        padding: 25px
    }

    .promo-card>p {
        font-size: 15px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px
    }

    .floating-wa {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        min-height: 54px;
        padding: 7px 14px 7px 7px;
        font-size: 12px;
        gap: 8px
    }

    .floating-wa img {
        width: 36px;
        height: 36px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }
}