:root {
    --bg: #070a10;
    --bg-soft: #0d121b;
    --surface: rgba(15, 20, 30, 0.9);
    --surface-strong: #121826;
    --text: #edf2fa;
    --muted: #a2acbd;
    --line: rgba(255, 255, 255, 0.08);
    --accent: #f5a31a;
    --accent-strong: #ffbe4f;
    --shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
    --radius-xl: 34px;
    --radius-lg: 28px;
    --radius-md: 22px;
    --container: 1220px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(245, 163, 26, 0.16), transparent 25%),
        radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.08), transparent 24%),
        linear-gradient(180deg, #04070b 0%, #09101a 48%, #080b10 100%);
}

a,
button {
    color: inherit;
}

a {
    text-decoration: none;
}

button {
    font: inherit;
    cursor: pointer;
}

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

.page-shell {
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.8;
    pointer-events: none;
}

.page-shell::before {
    top: -160px;
    right: -110px;
    width: 360px;
    height: 360px;
    background: rgba(245, 163, 26, 0.16);
}

.page-shell::after {
    bottom: 180px;
    left: -110px;
    width: 280px;
    height: 280px;
    background: rgba(56, 189, 248, 0.08);
}

.site-header,
.hero,
.section {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    padding-top: 18px;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(10, 14, 21, 0.88);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

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

.brand__logo {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
}

.brand__logo img,
.brand__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand__lockup {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.brand__eyebrow {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.brand strong {
    font-size: 0.98rem;
    font-weight: 800;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-nav a {
    font-size: 0.93rem;
    font-weight: 700;
    color: rgba(237, 242, 250, 0.88);
}

.site-header__contact-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__socials {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-header__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.site-header__social:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.site-header__social--whatsapp {
    border-color: rgba(37, 211, 102, 0.24);
    background: rgba(37, 211, 102, 0.14);
}

.site-header__social--max {
    cursor: pointer;
}

.site-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-strong);
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.site-header__phone svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.82fr);
    gap: 28px;
    align-items: start;
    padding: 40px 0 34px;
    min-height: calc(100vh - 110px);
}

.hero__content {
    order: 1;
    align-self: start;
}

.hero__media {
    order: 2;
    align-self: start;
}

.hero__card,
.hero-photo-card,
.feature-card,
.timeline__item,
.cta-card,
.gallery-card,
.map-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(16, 21, 31, 0.94), rgba(10, 14, 21, 0.92));
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.hero__card {
    position: relative;
    padding: 50px;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.hero__card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -28px;
    width: 180px;
    height: 180px;
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(245, 163, 26, 0.12) 0,
            rgba(245, 163, 26, 0.12) 12px,
            transparent 12px,
            transparent 24px
        );
    opacity: 0.55;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--accent);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
}

h1,
h2 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

h1 {
    max-width: 10ch;
    font-size: clamp(2.2rem, 4.15vw, 3.95rem);
    line-height: 0.92;
}

.hero__accent {
    color: #fdb944;
    text-shadow: 0 0 22px rgba(253, 185, 68, 0.22);
}

.hero__title-main {
    color: #f8fbff;
}

.hero__title-line {
    display: block;
    white-space: nowrap;
}

.hero__title-place {
    display: block;
    color: #f8fbff;
}

.hero__subhead {
    margin: 18px 0 0;
    color: var(--accent-strong);
    font-size: clamp(1rem, 1.7vw, 1.28rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__lead {
    max-width: 620px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

.hero__phone {
    display: inline-block;
    margin-top: 22px;
    color: #fff;
    font-size: clamp(1.7rem, 2.8vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero__badges span {
    padding: 10px 14px;
    border: 1px solid rgba(245, 163, 26, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(237, 242, 250, 0.92);
    font-size: 0.9rem;
    font-weight: 700;
}

.hero__actions,
.cta-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__actions .button,
.contact-dock__item {
    gap: 10px;
}

.hero__actions svg,
.contact-dock__item svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.button__icon-image {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    object-fit: contain;
}

.hero__actions {
    margin-top: 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    color: #11151d;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    box-shadow: 0 16px 32px rgba(245, 163, 26, 0.26);
}

.button--ghost {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.button--whatsapp {
    color: #f7fffb;
    border-color: rgba(37, 211, 102, 0.28);
    background: rgba(37, 211, 102, 0.16);
}

.button--max {
    color: rgba(237, 242, 250, 0.94);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.hero-photo-card {
    padding: 18px;
    border-radius: var(--radius-xl);
}

.hero-photo-card__frame {
    overflow: hidden;
    border-radius: 26px;
    aspect-ratio: 0.83 / 1;
    background: #0b1118;
}

.hero-photo-card__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo-card__meta {
    padding: 18px 8px 4px;
}

.hero-photo-card__label {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-photo-card__meta strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
}

.hero-photo-card__meta p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.section {
    padding: 52px 0;
}

.section--band {
    padding: 64px 0;
}

.section--compact {
    padding-bottom: 80px;
}

.section-heading {
    max-width: 840px;
    margin-bottom: 28px;
}

.section-heading--gallery {
    max-width: none;
}

.section-heading__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.section-heading h2 {
    font-size: clamp(1.85rem, 3.6vw, 3rem);
    line-height: 1.04;
}

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

.feature-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.feature-card__index {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 1.75rem;
    font-weight: 800;
}

.feature-card h3,
.timeline__item h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}

.feature-card--media {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(89, 208, 255, 0.06), rgba(89, 208, 255, 0) 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 16, 24, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.feature-card--media:hover {
    transform: translateY(-4px);
    border-color: rgba(89, 208, 255, 0.28);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.feature-card__image {
    overflow: hidden;
    aspect-ratio: 1.14 / 1;
    background: #0b1118;
}

.feature-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.feature-card--media:hover .feature-card__image img {
    transform: scale(1.03);
}

.feature-card__image--service {
    aspect-ratio: 1.18 / 1;
}

.feature-card__body--media {
    min-height: 88px;
    padding: 14px 16px 18px;
}

.feature-card__body--media h3 {
    font-size: 0.94rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.feature-card--service {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(89, 208, 255, 0.08), rgba(89, 208, 255, 0) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 16, 24, 0.96));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.feature-card--service:hover {
    transform: translateY(-4px);
    border-color: rgba(89, 208, 255, 0.28);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.feature-card__icon {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 22, 34, 0.96), rgba(8, 12, 19, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-card__icon img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.feature-card__body {
    padding: 0;
}

.feature-card p,
.timeline__item p,
.cta-card p,
.map-card__meta p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.feature-card__list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.feature-card__list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    color: rgba(237, 242, 250, 0.88);
}

.feature-card__list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.gallery-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gallery-controls__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
}

.gallery-controls__button:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(253, 185, 68, 0.34);
    background: rgba(253, 185, 68, 0.12);
}

.gallery-controls__button:disabled {
    opacity: 0.42;
    cursor: default;
}

.gallery-controls__button svg {
    width: 22px;
    height: 22px;
}

.gallery-carousel {
    position: relative;
}

.gallery-track {
    overflow: hidden;
}

.gallery-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    scroll-snap-align: start;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.gallery-card::after {
    display: none;
}

.gallery-card figcaption {
    display: none;
}

.gallery-card--simple {
    aspect-ratio: 1 / 1;
    min-width: 0;
}

.gallery-grid::-webkit-scrollbar {
    display: none;
}

.areas-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.95fr);
    gap: 20px;
    align-items: stretch;
}

.timeline {
    display: grid;
    gap: 16px;
}

.timeline__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 24px;
    border-radius: var(--radius-lg);
}

.timeline__item span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(245, 163, 26, 0.18), rgba(245, 163, 26, 0.34));
    color: var(--accent-strong);
    font-size: 1.35rem;
    font-weight: 800;
}

.map-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border-radius: var(--radius-xl);
}

.map-card__frame {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
}

.map-card__frame iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

.map-card__meta {
    padding-top: 18px;
}

.map-card__meta strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
}

.map-card__link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--accent-strong);
    font-size: 0.95rem;
    font-weight: 800;
}

.cta-card {
    padding: 42px;
    border-radius: var(--radius-xl);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(20, 25, 34, 0.95), rgba(10, 14, 20, 0.95)),
        radial-gradient(circle at top, rgba(245, 163, 26, 0.14), transparent 42%);
}

.cta-card h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.cta-card__actions {
    justify-content: center;
    margin-top: 26px;
}

.contact-dock {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(10, 14, 21, 0.94);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.contact-dock__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.contact-dock__item:hover {
    transform: translateY(-2px);
}

.contact-dock__item--call {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    color: #11151d;
}

.contact-dock__item--whatsapp {
    background: rgba(37, 211, 102, 0.16);
}

.contact-dock__item--telegram {
    background: rgba(42, 171, 238, 0.16);
}

.contact-dock__item--max {
    background: rgba(255, 255, 255, 0.08);
}

.toast {
    position: fixed;
    right: 22px;
    bottom: 96px;
    z-index: 45;
    max-width: 280px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(10, 14, 21, 0.96);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .site-header__inner {
        border-radius: 30px;
    }

    .hero,
    .areas-layout {
        grid-template-columns: 1fr;
    }

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

    .hero__content,
    .hero__media {
        order: initial;
    }

    .gallery-grid {
        grid-auto-columns: calc((100% - 18px) / 2);
        gap: 18px;
    }

    .gallery-card--simple {
        aspect-ratio: 1 / 1;
    }

    .hero {
        min-height: auto;
        padding-top: 22px;
    }
}

@media (max-width: 820px) {
    .hero {
        gap: 14px;
        padding-top: 14px;
    }

    .site-nav {
        display: none;
    }

    .site-header__inner {
        flex-wrap: wrap;
    }

    .site-header__contact-group {
        width: 100%;
        justify-content: space-between;
    }

    .hero__card,
    .hero-photo-card,
    .feature-card--service,
    .timeline__item,
    .cta-card,
    .map-card {
        padding: 26px;
    }

    .hero__actions,
    .cta-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero__media {
        margin-bottom: 0;
    }

    .hero-photo-card__meta {
        display: none;
    }

    .hero-photo-card {
        padding: 12px;
    }

    .hero-photo-card__frame {
        aspect-ratio: 1.55 / 1;
    }

    .contact-dock {
        width: calc(100% - 18px);
        justify-content: space-between;
    }

    .contact-dock__item {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 10px;
    }

    .map-card__frame {
        min-height: 380px;
    }

    .map-card__frame iframe {
        min-height: 380px;
    }
}

@media (max-width: 640px) {
    .site-header,
    .hero,
    .section {
        width: min(calc(100% - 22px), var(--container));
    }

    .section-heading__row {
        align-items: end;
        gap: 14px;
    }

    .gallery-controls__button {
        width: 42px;
        height: 42px;
    }

    h1 {
        font-size: 2.1rem;
    }

    .hero__phone {
        margin-top: 18px;
        font-size: 2rem;
        line-height: 1;
    }

    .hero__card {
        padding: 22px;
    }

    .eyebrow {
        margin-bottom: 12px;
        font-size: 0.76rem;
    }

    .hero__subhead {
        margin-top: 14px;
        font-size: 0.92rem;
    }

    .hero__lead {
        margin-top: 12px;
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .hero__badges {
        gap: 8px;
        margin-top: 16px;
    }

    .hero__badges span {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .hero__actions {
        margin-top: 18px;
    }

    .button {
        min-height: 50px;
        padding: 0 20px;
    }

    .site-header__social {
        width: 36px;
        height: 36px;
    }

    .site-header__phone {
        gap: 6px;
        font-size: 0.92rem;
    }

    .brand {
        gap: 9px;
    }

    .brand__logo {
        width: 40px;
        height: 40px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-auto-columns: 84vw;
        gap: 12px;
    }

    .feature-card__icon {
        width: 80px;
        height: 80px;
        border-radius: 22px;
    }

    .feature-card__icon img {
        width: 68px;
        height: 68px;
    }

    .toast {
        right: 12px;
        left: 12px;
        bottom: 96px;
        max-width: none;
    }
}
