:root {
    --bg: #050506;
    --panel: rgba(255, 255, 255, 0.075);
    --panel-strong: rgba(255, 255, 255, 0.12);
    --text: #f6f1e8;
    --muted: #a7a19a;
    --gold: #d6b56d;
    --gold-deep: #8f6a25;
    --line: rgba(255, 255, 255, 0.15);
    --font-main: "Jost", sans-serif;
    --font-display: "Jost", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-main);
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

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

.noise-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 60;
    opacity: 0.13;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.section-pad {
    padding: 128px 0;
}

.site-header {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 50;
    width: min(1180px, calc(100% - 36px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 10px 10px 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.34));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(24px);
    transition: background 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
    background: rgba(5, 5, 6, 0.82);
    border-color: rgba(214, 181, 109, 0.25);
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    font-weight: 800;
}

.brand img {
    width: auto;
    max-width: 270px;
    height: 64px;
    object-fit: contain;
}

.footer-brand img {
    width: auto;
    max-width: 285px;
    height: 76px;
    object-fit: contain;
}

.brand-mark {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(214, 181, 109, 0.55);
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 24px;
}

.brand-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: rgba(246, 241, 232, 0.74);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.desktop-nav a {
    transition: color 0.25s ease;
}

.desktop-nav a:hover {
    color: var(--gold);
}

.header-signature {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    gap: 12px;
    transform: translate(-50%, -50%);
    color: rgba(246, 241, 232, 0.62);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-signature span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.header-signature span + span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-switch {
    display: flex;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.language-switch a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 30px;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.language-switch .is-active {
    background: var(--gold);
    color: #12100a;
}

.menu-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.065);
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.menu-toggle:hover {
    transform: translateY(-2px);
    border-color: rgba(214, 181, 109, 0.42);
}

.menu-toggle-orbit {
    position: absolute;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(214, 181, 109, 0.36);
    border-radius: 50%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
}

.menu-toggle-line {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    transition: transform 0.25s ease;
}

.menu-toggle-line:nth-child(2) {
    transform: translateY(-5px);
}

.menu-toggle-line:nth-child(3) {
    transform: translateY(5px);
}

body.menu-open .menu-toggle-orbit {
    border-radius: 8px;
    transform: rotate(45deg) scale(0.86);
}

body.menu-open .menu-toggle-line:nth-child(2) {
    transform: rotate(45deg);
}

body.menu-open .menu-toggle-line:nth-child(3) {
    transform: rotate(-45deg);
}

.fullscreen-menu {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 112px max(24px, calc((100vw - 1180px) / 2)) 44px;
    background:
        radial-gradient(circle at 20% 20%, rgba(214, 181, 109, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(5, 5, 6, 0.98), rgba(10, 10, 10, 0.9));
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    pointer-events: none;
    transition: clip-path 0.65s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.35s ease;
}

.fullscreen-menu.is-open {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
}

.menu-bg-logo {
    position: absolute;
    left: max(24px, calc((100vw - 1180px) / 2));
    bottom: 7vh;
    width: min(520px, 42vw);
    opacity: 0.045;
    filter: grayscale(1);
    pointer-events: none;
}

.menu-bg-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.menu-bg-logo span {
    display: block;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 24vw;
    font-weight: 300;
    line-height: 0.8;
}

.menu-panel {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: min(760px, 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 56px;
}

.menu-meta,
.menu-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.menu-nav {
    display: grid;
    align-content: center;
    gap: 8px;
}

.menu-nav a {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 18px;
    width: fit-content;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(34px, 5.1vw, 66px);
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    transform: translateY(28px);
    transition: color 0.25s ease, transform 0.25s ease;
}

.fullscreen-menu.is-open .menu-nav a {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s ease, transform 0.55s ease, color 0.25s ease;
}

.fullscreen-menu.is-open .menu-nav a:nth-child(1) { transition-delay: 0.18s; }
.fullscreen-menu.is-open .menu-nav a:nth-child(2) { transition-delay: 0.25s; }
.fullscreen-menu.is-open .menu-nav a:nth-child(3) { transition-delay: 0.32s; }
.fullscreen-menu.is-open .menu-nav a:nth-child(4) { transition-delay: 0.39s; }
.fullscreen-menu.is-open .menu-nav a:nth-child(5) { transition-delay: 0.46s; }

.menu-nav a span {
    color: var(--gold);
    font-family: var(--font-main);
    font-size: 13px;
    line-height: 1;
}

.menu-nav a:hover {
    color: var(--gold);
    transform: translateX(14px);
}

.menu-contact a:hover {
    color: var(--gold);
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-stage,
.hero-slide,
.hero-media {
    position: absolute;
    inset: 0;
}

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.45) 46%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(0deg, #050506 0%, rgba(5, 5, 6, 0) 34%);
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
}

.hero-slide.is-active .hero-media img {
    animation: heroDrift 8s ease forwards;
}

@keyframes heroDrift {
    from { transform: scale(1.08); }
    to { transform: scale(1.01); }
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(780px, calc(100% - 48px));
    min-height: 100vh;
    margin-left: max(24px, calc((100vw - 1180px) / 2));
    padding-top: 80px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--gold);
}

.hero h1,
.section-title,
.cta-panel h2,
.detail-content h1 {
    font-family: var(--font-display);
    font-weight: 300;
    line-height: 1.08;
}

.hero h1 {
    max-width: 640px;
    margin: 22px 0;
    font-size: clamp(36px, 4.4vw, 60px);
}

.hero p {
    max-width: 640px;
    color: rgba(246, 241, 232, 0.76);
    font-size: 19px;
    line-height: 1.8;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), #f0d898);
    color: #111;
}

.btn-ghost {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    backdrop-filter: blur(16px);
}

.hero-controls {
    position: absolute;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 54px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-controls button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.hero-progress {
    width: 140px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

.hero-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--gold);
}

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 36px;
    z-index: 4;
    width: 30px;
    height: 48px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.scroll-cue span {
    display: block;
    width: 4px;
    height: 9px;
    margin: 9px auto;
    background: var(--gold);
    animation: cue 1.8s infinite;
}

@keyframes cue {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(20px); opacity: 0; }
}

.intro-section,
.quality-section {
    background: radial-gradient(circle at 15% 20%, rgba(214, 181, 109, 0.12), transparent 28%), #050506;
}

.intro-grid {
    display: grid;
    grid-template-columns: 0.42fr 1fr;
    gap: 64px;
    align-items: start;
}

.section-title {
    margin: 14px 0 0;
    font-size: clamp(30px, 3.7vw, 50px);
}

.lead {
    margin-top: 28px;
    color: rgba(246, 241, 232, 0.84);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 15px;
}

.muted {
    /*color: var(--muted)*/
    color: rgba(246, 241, 232, 0.84);
    font-size: 16px;
    line-height: 1.8;
}

.footer-brand {
    margin-bottom: 10px;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 68px;
}

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

.stat-card,
.cta-panel {
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 32px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(24px);
}

.stat-card {
    min-height: 150px;
    padding: 28px;
}

.stat-card strong {
    display: block;
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 38px;
    line-height: 1;
}

.stat-card span {
    display: block;
    margin-top: 18px;
    color: var(--muted);
    font-weight: 700;
}

.section-heading {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    gap: 64px;
    margin-bottom: 54px;
}

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

.projects-more {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.project-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #111;
}

.project-card figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
}

.project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.12) 58%);
}

.project-card:hover img {
    filter: saturate(1.06);
    transform: scale(1.07);
}

.project-meta {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.project-meta span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.project-meta h3 {
    margin: 10px 0;
    font-family: var(--font-display);
    font-size: 34px;
}

.project-meta p {
    margin: 0;
    color: rgba(246, 241, 232, 0.72);
    line-height: 1.6;
}

.quality-head {
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    gap: 54px;
    align-items: end;
    margin-bottom: 46px;
}

.quality-lead {
    margin: 0;
    color: rgba(246, 241, 232, 0.72);
    font-size: 18px;
    line-height: 1.8;
}

.quality-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 18px;
    align-items: stretch;
}

.quality-visual {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.quality-visual img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
}

.quality-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 55%);
}

.quality-badge {
    position: absolute;
    left: 26px;
    bottom: 26px;
    z-index: 2;
    width: min(245px, calc(100% - 52px));
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(5, 5, 6, 0.6);
    backdrop-filter: blur(20px);
}

.quality-badge strong {
    display: block;
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 54px;
    line-height: 1;
}

.quality-badge span {
    display: block;
    margin-top: 10px;
    color: rgba(246, 241, 232, 0.76);
    font-weight: 700;
}

.quality-cards {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 18px;
}

.quality-card {
    position: relative;
    min-height: 178px;
    padding: 28px 28px 26px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
    overflow: hidden;
    backdrop-filter: blur(22px);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.quality-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 181, 109, 0.42);
    background: linear-gradient(135deg, rgba(214, 181, 109, 0.14), rgba(255, 255, 255, 0.05));
}

.quality-card i {
    position: absolute;
    right: 26px;
    top: 24px;
    color: rgba(214, 181, 109, 0.34);
    font-size: 30px;
}

.quality-card span {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 24px;
}

.quality-card h3 {
    margin: 18px 48px 8px 0;
    font-size: 21px;
}

.quality-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: 24px 0 140px;
}

.cta-marquee {
    display: flex;
    width: max-content;
    margin-bottom: -34px;
    color: rgba(255, 255, 255, 0.045);
    font-family: var(--font-display);
    font-size: clamp(58px, 10vw, 150px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    animation: ctaMarquee 24s linear infinite;
}

.cta-marquee span {
    padding-right: 38px;
}

@keyframes ctaMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.cta-panel {
    position: relative;
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 500px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
}

.cta-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.cta-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.cta-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(5, 5, 6, 0.72));
}

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px;
}

.cta-copy span {
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
}

.cta-copy h2 {
    max-width: 680px;
    margin: 14px 0 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 300;
    line-height: 1.08;
}

.cta-copy p {
    max-width: 540px;
    margin: 22px 0 32px;
    color: rgba(246, 241, 232, 0.72);
    font-size: 18px;
    line-height: 1.75;
}

.site-footer {
    padding: 84px max(24px, calc((100vw - 1180px) / 2)) 34px;
    border-top: 1px solid var(--line);
    background: #030303;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 0.7fr;
    gap: 48px;
}

.footer-grid p,
.footer-grid a {
    display: block;
    max-width: 420px;
    color: var(--muted);
    line-height: 1.8;
}

.footer-grid a:hover {
    color: var(--gold);
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-grid .social-icons a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    line-height: 1;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.footer-grid .social-icons a:hover {
    transform: translateY(-3px);
    border-color: rgba(214, 181, 109, 0.5);
    color: var(--gold);
}

.footer-label {
    display: block;
    margin-bottom: 16px;
    color: var(--text);
    font-weight: 800;
    text-transform: uppercase;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 58px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--muted);
    font-size: 13px;
}

.detail-hero {
    position: relative;
    min-height: 78vh;
    overflow: hidden;
}

.detail-media {
    position: absolute;
    inset: 0;
}

.detail-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #050506 0%, rgba(0, 0, 0, 0.22) 70%), linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent);
}

.detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-content {
    position: relative;
    z-index: 2;
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 32vh;
}

.detail-content h1 {
    margin: 22px 0;
    font-size: clamp(38px, 5.8vw, 76px);
}

.detail-content p,
.detail-body {
    color: rgba(246, 241, 232, 0.78);
    font-size: 16px;
    line-height: 1.8;
}

.back-link {
    color: var(--gold);
    font-weight: 800;
}

.detail-body {
    width: min(850px, calc(100% - 48px));
}

.detail-body h2,
.detail-body h3 {
    color: var(--text);
    font-family: var(--font-display);
}

.page-hero {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 62vh;
    padding: 170px 0 88px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(214, 181, 109, 0.12), transparent 30%),
        linear-gradient(135deg, #050506, #111);
}

.compact-hero {
    min-height: 52vh;
}

.page-hero-inner {
    position: relative;
    z-index: 2;
}

.page-title {
    max-width: 880px;
    margin: 18px 0 0;
    font-family: var(--font-display);
    font-size: clamp(36px, 4.8vw, 64px);
    font-weight: 300;
    line-height: 1.08;
}

.page-lead {
    max-width: 680px;
    margin-top: 24px;
    color: rgba(246, 241, 232, 0.76);
    font-size: 20px;
    line-height: 1.8;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-images {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 16px;
    align-items: end;
}

.about-images img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border: 1px solid var(--line);
}

.about-images img:last-child {
    min-height: 380px;
    transform: translateY(42px);
}

.about-timeline {
    position: relative;
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
}

.timeline-item {
    display: grid;
    grid-template-columns: 180px 0.8fr 1.2fr;
    gap: 28px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}

.timeline-item span {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.timeline-item h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
}

.timeline-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.sustainability-hero {
    position: relative;
    min-height: 76vh;
    display: flex;
    align-items: end;
    overflow: hidden;
    padding: 170px 0 96px;
}

.sustainability-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sustainability-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 6, 0.88), rgba(5, 5, 6, 0.26)), linear-gradient(0deg, #050506, transparent 36%);
}

.sustainability-content {
    position: relative;
    z-index: 2;
}

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

.sustainability-card,
.empty-state {
    border: 1px solid var(--line);
    background: var(--panel);
    backdrop-filter: blur(22px);
}

.sustainability-card {
    min-height: 260px;
    padding: 32px;
}

.sustainability-card span {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 300;
}

.sustainability-card h2,
.empty-state h2 {
    margin: 22px 0 12px;
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 300;
}

.sustainability-card p,
.empty-state p {
    color: var(--muted);
    line-height: 1.75;
}

.project-list {
    display: grid;
    gap: 18px;
}

.project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.project-filters a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.project-filters a:hover,
.project-filters a.is-active {
    border-color: rgba(214, 181, 109, 0.48);
    background: rgba(214, 181, 109, 0.1);
    color: var(--gold);
}

.project-list-item {
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    min-height: 360px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.055);
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.project-list-item:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 181, 109, 0.42);
}

.project-list-item figure {
    margin: 0;
    overflow: hidden;
}

.project-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-list-item:hover img {
    transform: scale(1.04);
}

.project-list-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px;
}

.project-list-copy span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.project-list-copy h2 {
    margin: 14px 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 300;
    line-height: 1.08;
}

.project-list-copy p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.75;
}

.empty-state {
    padding: 44px;
}

.quick-contact {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 55;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(5, 5, 6, 0.76);
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.quick-contact-whatsapp i {
    color: #25d366;
    font-size: 20px;
}

.quick-contact-phone i {
    color: var(--gold);
}

.admin-inline-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(214, 181, 109, 0.42);
    background: rgba(214, 181, 109, 0.1);
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-card {
    min-height: 280px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
    transition: background 0.25s ease, transform 0.25s ease;
}

.partner-card:hover {
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-4px);
}

.partner-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.035);
}

.partner-card-logo img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.8;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.partner-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.partner-card h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 300;
}

.partner-card p {
    color: var(--muted);
    line-height: 1.7;
}

.partner-card a {
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}

.partner-strip-section {
    padding: 0 0 120px;
    overflow: hidden;
}

.partner-strip-head {
    margin-bottom: 28px;
}

.partner-strip-head h2 {
    max-width: 620px;
    margin: 12px 0 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 300;
    line-height: 1.1;
}

.partner-logo-track {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-logo-row {
    display: flex;
    width: max-content;
    animation: partnerMarquee 28s linear infinite;
}

@keyframes partnerMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.partner-logo-item {
    display: grid;
    place-items: center;
    width: 220px;
    height: 120px;
    padding: 20px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-logo-item img {
    width: 100%;
    height: 100%;
    max-width: 156px;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.62;
}

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

.contact-card {
    min-height: 190px;
    padding: 32px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.contact-card span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-card a,
.contact-card p {
    display: block;
    margin: 18px 0 0;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 300;
    line-height: 1.25;
}

.contact-form-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 42px;
    margin-top: 18px;
    padding: 42px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
}

.contact-form-copy h2 {
    margin: 16px 0;
    font-family: var(--font-display);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 300;
    line-height: 1.08;
}

.contact-form-copy p {
    max-width: 420px;
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.22);
    color: var(--text);
    font: inherit;
    font-size: 16px;
    outline: none;
    padding: 16px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-field textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: rgba(214, 181, 109, 0.7);
    background: rgba(0, 0, 0, 0.36);
}

.field-error {
    display: block;
    margin-top: 8px;
    color: #f0a5a5;
    font-size: 13px;
}

.contact-status-stack {
    display: grid;
    gap: 10px;
}

.contact-status {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
}

.contact-status-success {
    border-color: rgba(214, 181, 109, 0.42);
    background: rgba(214, 181, 109, 0.12);
}

.contact-status-error {
    border-color: rgba(240, 165, 165, 0.42);
    background: rgba(240, 165, 165, 0.1);
}

.contact-captcha {
    min-height: 78px;
}

.contact-submit {
    justify-self: start;
}

.contact-map-wrap {
    margin-top: 18px;
}

.contact-map {
    height: 520px;
    border: 1px solid var(--line);
    background: #060606;
    filter: saturate(0.92) contrast(1.05);
}

.map-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.majestic-map-marker {
    display: grid;
    place-items: center;
    border: 1px solid rgba(214, 181, 109, 0.7);
    border-radius: 50%;
    background: rgba(214, 181, 109, 0.16);
    box-shadow: 0 0 0 10px rgba(214, 181, 109, 0.08);
}

.majestic-map-marker span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #0a0a0a;
    color: var(--text);
    border: 1px solid rgba(214, 181, 109, 0.28);
}

.leaflet-control-zoom a {
    background: #0a0a0a !important;
    color: var(--text) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.gallery-grid figure a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.fancybox__container {
    --fancybox-bg: rgba(3, 3, 3, 0.94);
    --fancybox-color: #f6f1e8;
    --fancybox-accent-color: #d6b56d;
}

.sustainability-text-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 70px;
    align-items: center;
}

.sustainability-second-image {
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.sustainability-second-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.project-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
    gap: 48px;
    align-items: start;
}

.project-detail-grid .detail-body {
    width: auto;
}

.project-video {
    position: sticky;
    top: 130px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.06);
    aspect-ratio: 16 / 9;
}

.project-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.floorplan-grid,
.gallery-grid {
    display: grid;
    gap: 18px;
}

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

.floorplan-card {
    border: 1px solid var(--line);
    background: var(--panel);
}

.floorplan-card figure,
.gallery-grid figure {
    margin: 0;
    overflow: hidden;
}

.floorplan-card img,
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.floorplan-card:hover img,
.gallery-grid figure:hover img {
    transform: scale(1.04);
}

.floorplan-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
}

.floorplan-card h3,
.gallery-category h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 24px;
}

.floorplan-card a {
    color: var(--gold);
    font-weight: 800;
}

.gallery-category-stack {
    display: grid;
    gap: 54px;
}

.gallery-category h3 {
    margin-bottom: 18px;
    color: var(--gold);
}

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

.gallery-grid figure {
    min-height: 260px;
    border: 1px solid var(--line);
}
