:root {
    --orange: #f36b0a;
    --ink: #111315;
    --muted: #676d72;
    --paper: #fff;
    --soft: #f5f5f1;
    --line: #e8e8e3;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
}
nav {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6vw;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    background: #fffffff2;
    backdrop-filter: blur(14px);
    z-index: 10;
}
.brand img {
    height: 82px;
    width: auto;
    display: block;
}
.links {
    display: flex;
    gap: 27px;
    align-items: center;
    font-size: 18px;
}
.links a {
    text-decoration: none;
    color: #222;
}
.btn {
    display: inline-block;
    background: var(--orange);
    color: #fff !important;
    padding: 14px 22px;
    border-radius: 9px;
    font-weight: 800;
    text-decoration: none;
}
.lang {
    border: 1px solid #d8d8d3;
    border-radius: 8px;
    padding: 9px 11px;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}
.menu {
    font-size: 18px;
}
.hero {
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding: 6.5vw;
    gap: 6vw;
    background: linear-gradient(120deg, #fff 0%, #fff 58%, #f7f6f2 58%);
}
.eyebrow {
    font-size: 12px;
    letter-spacing: 0.19em;
    font-weight: 900;
    color: var(--orange);
}
h1 {
    font-size: clamp(50px, 6.1vw, 88px);
    line-height: 0.95;
    margin: 18px 0 25px;
    letter-spacing: -0.055em;
}
.hero p {
    font-size: 20px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 630px;
}
.actions {
    display: flex;
    gap: 13px;
    margin-top: 34px;
    flex-wrap: wrap;
}
.outline {
    border: 1px solid #cfcfca;
    color: #111;
    padding: 14px 22px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 800;
}
.visual {
    height: 500px;
    border-radius: 28px;
    background: #151719;
    position: relative;
    overflow: hidden;
    box-shadow: 0 32px 90px #0002;
}
.visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 45%, #ffffff12);
}
.doors {
    position: absolute;
    inset: 78px 48px 48px;
    display: grid;
    grid-template-columns: 1.15fr 1fr 0.8fr;
    gap: 17px;
    align-items: end;
}
.door {
    background: linear-gradient(180deg, #ff7c13, #e95e00);
    border-radius: 5px 5px 0 0;
    height: 100%;
    box-shadow: inset 0 0 0 1px #ff9a4b;
}
.door:nth-child(2) {
    height: 88%;
}
.door:nth-child(3) {
    height: 74%;
}
.visual-label {
    position: absolute;
    left: 32px;
    top: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 12px;
}
.photo-message {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 88px;
    z-index: 2;
    color: #fff;
}
.photo-kicker {
    color: #ff7a16;
    font-size: 11px;
    letter-spacing: 0.18em;
    font-weight: 900;
    margin-bottom: 15px;
}
.photo-title {
    font-size: 38px;
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 850;
}
.photo-note {
    max-width: 390px;
    color: #aeb3b7;
    font-size: 13px;
    line-height: 1.55;
    margin-top: 17px;
}
.address-pill {
    position: absolute;
    bottom: 26px;
    left: 27px;
    background: #fff;
    color: #111;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    z-index: 2;
}
.strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 38px 6.5vw;
    border-bottom: 1px solid var(--line);
}
.fact {
    padding: 10px 32px;
    border-right: 1px solid var(--line);
}
.fact:first-child {
    padding-left: 0;
}
.fact:last-child {
    border: 0;
}
.fact b {
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
}
.fact span {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}
.section {
    padding: 105px 6.5vw;
}
.section h2 {
    font-size: clamp(38px, 4.2vw, 58px);
    letter-spacing: -0.045em;
    line-height: 1.03;
    margin: 12px 0 20px;
}
.lead {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
}
.story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 8vw;
    align-items: start;
}
.quote {
    font-size: 31px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-weight: 750;
}
.storycopy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    margin-top: 0;
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 46px;
}
.card {
    padding: 35px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: #fff;
	font-size: 17px;
}
.num {
    color: var(--orange);
    font-weight: 900;
}
.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.card p {
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 0;
}
.dark {
    background: #131517;
    color: #fff;
}
.dark .lead,
.dark .card p {
    color: #b9bec2;
}
.dark .card {
    background: #1a1d20;
    border-color: #2a2d30;
}
.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 45px;
}
.adv {
    border-top: 2px solid var(--orange);
    padding: 23px 8px 0 0;
}
.adv b {
    font-size: 18px;
}
.adv p {
    color: #b9bec2;
    line-height: 1.55;
    font-size: 17px;
}
.locations {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 18px;
    margin-top: 42px;
}
.loc {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 31px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.loc.live {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}
.tag {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 900;
}
.loc h3 {
    font-size: 27px;
    margin: 10px 0;
}
.loc p {
    line-height: 1.55;
    margin: 0;
    color: var(--muted);
}
.loc.live p {
    color: #fff;
}
.soon {
    color: var(--orange);
    font-weight: 900;
}
.cta {
    margin: 0 6.5vw 6.5vw;
    background: #111315;
    color: white;
    border-radius: 25px;
    padding: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.cta h2 {
    font-size: 43px;
    letter-spacing: -0.04em;
    margin: 0 0 8px;
}
.cta p {
    color: #b9bdc1;
    margin: 0;
}
.footer {
    padding: 36px 6.5vw;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
    font-size: 13px;
}
.footer img {
    height: 66px;
}
[data-lang="el"] {
    display: none;
}
body.el [data-lang="en"] {
    display: none;
}
body.el [data-lang="el"] {
    display: initial;
}
.block[data-lang="el"],
body.el .block[data-lang="en"] {
    display: none;
}
body.el .block[data-lang="el"] {
    display: block;
}
@media (max-width: 900px) {
    .links a:not(.btn),
    .links .navtext {
        display: none;
    }
    .hero {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }
    .visual {
        height: 380px;
    }
    .strip,
    .cards,
    .advantages,
    .locations,
    .story {
        grid-template-columns: 1fr;
    }
    .fact {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px 0;
    }
    .cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
    }
    .brand img {
        height: 82px;
    }
    .section {
        padding: 75px 7vw;
    }
    .footer {
        gap: 20px;
        flex-wrap: wrap;
    }
}
