:root {
    --cc-black: #050608;
    --cc-graphite: #11161d;
    --cc-charcoal: #1b222c;
    --cc-panel: #252d38;

    --cc-chrome: #d9dee5;
    --cc-silver: #aeb8c4;
    --cc-steel: #7d8794;
    --cc-brushed: #eef2f6;

    --cc-navy: #0f2a46;
    --cc-deep-navy: #081827;

    --cc-white: #ffffff;
    --cc-muted: #aab2bd;

    --cc-accent: #c7d3df;
    --cc-line: rgba(255, 255, 255, 0.14);
    --cc-glass: rgba(255, 255, 255, 0.07);
    --cc-shadow: 0 24px 50px rgba(2, 5, 9, 0.48);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--cc-brushed);
    background:
        radial-gradient(circle at 15% 20%, rgba(15, 42, 70, 0.25), transparent 36%),
        linear-gradient(180deg, #090d12 0%, var(--cc-graphite) 38%, var(--cc-black) 100%);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--cc-chrome);
}

a:hover,
a:focus-visible {
    color: var(--cc-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--cc-white);
    font-weight: 700;
    letter-spacing: 0.01em;
}

h1 {
    font-size: clamp(2.35rem, 6vw, 4.3rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.15rem, 2.3vw, 1.5rem);
}

p,
li,
label {
    color: var(--cc-muted);
}

.cc-section,
.section-padding {
    padding: 88px 0;
    position: relative;
}

.cc-section-dark,
.bg-dark-soft {
    background: linear-gradient(160deg, rgba(17, 22, 29, 0.96), rgba(8, 14, 22, 0.95));
    border-top: 1px solid var(--cc-line);
    border-bottom: 1px solid var(--cc-line);
}

.bg-light-soft {
    background: linear-gradient(155deg, rgba(37, 45, 56, 0.95), rgba(24, 32, 42, 0.94));
}

.cc-eyebrow,
.eyebrow {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: var(--cc-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.cc-title {
    margin-bottom: 0.85rem;
}

.cc-subtitle,
.lead {
    max-width: 720px;
    color: var(--cc-muted);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.cc-metal-divider,
.metal-divider {
    width: 100%;
    height: 1px;
    margin: 1.5rem 0;
    border: 0;
    background: linear-gradient(90deg, transparent 0%, var(--cc-silver) 50%, transparent 100%);
}

.cc-brushed-bg {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(100deg, rgba(238, 242, 246, 0.05) 0, rgba(238, 242, 246, 0.05) 1px, transparent 1px, transparent 5px),
        linear-gradient(140deg, rgba(37, 45, 56, 0.9), rgba(17, 22, 29, 0.94));
}

.hero-luxury,
.page-hero {
    position: relative;
    color: var(--cc-white);
    overflow: hidden;
}

.hero-luxury {
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: url('/images/home.png') center/cover no-repeat;
}

.hero-luxury::before,
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(4, 7, 10, 0.88) 5%, rgba(17, 22, 29, 0.74) 45%, rgba(8, 24, 39, 0.58) 100%);
}

.page-hero {
    background: linear-gradient(145deg, #0b1016 0%, #11161d 45%, #121c2b 100%);
}

.hero-luxury .container,
.page-hero .container {
    position: relative;
    z-index: 2;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.75rem;
}

.hero-badges span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(217, 222, 229, 0.28);
    background: rgba(8, 13, 19, 0.55);
    color: var(--cc-chrome);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--cc-line);
    background: rgba(27, 34, 44, 0.92);
    backdrop-filter: blur(10px);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.home-page .site-header {
    background: rgba(37, 45, 56, 0.95);
}

.site-header.is-solid,
.site-header.is-scrolled {
    background: rgba(9, 14, 19, 0.92);
    border-bottom-color: var(--cc-line);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand img {
    height: 74px;
    width: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-nav a {
    color: var(--cc-brushed);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.header-nav a:hover,
.header-nav a:focus-visible {
    color: var(--cc-white);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid transparent;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 10px;
}

.menu-toggle:focus-visible {
    border-color: var(--cc-chrome);
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: var(--cc-chrome);
}

.cc-btn-primary,
.btn-luxury-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 248, 252, 0.98);
    border-radius: 999px;
    padding: 0.76rem 1.3rem;
    min-height: 46px;
    background: linear-gradient(135deg, #f8fbff 0%, #d9dee5 42%, #aeb8c4 100%);
    color: #06101a;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(153, 165, 181, 0.32);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cc-btn-primary:hover,
.cc-btn-primary:focus-visible,
.btn-luxury-primary:hover,
.btn-luxury-primary:focus-visible {
    color: #030507;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(194, 204, 216, 0.35);
    filter: brightness(1.03);
}

.header-nav .cc-btn-primary {
    border-color: rgba(255, 255, 255, 0.98);
    background: linear-gradient(140deg, #ffffff 0%, #e4e9f0 45%, #bdc8d5 100%);
    color: #050b12;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.header-nav .cc-btn-primary:hover,
.header-nav .cc-btn-primary:focus-visible {
    color: #04080d;
    border-color: #ffffff;
    filter: brightness(1.04);
}

.cc-btn-secondary,
.btn-luxury-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.72rem 1.25rem;
    min-height: 46px;
    border: 1px solid rgba(217, 222, 229, 0.44);
    background: rgba(255, 255, 255, 0.06);
    color: var(--cc-chrome);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.cc-btn-secondary:hover,
.cc-btn-secondary:focus-visible,
.btn-luxury-outline:hover,
.btn-luxury-outline:focus-visible {
    border-color: rgba(217, 222, 229, 0.7);
    background: rgba(255, 255, 255, 0.11);
    color: var(--cc-white);
    box-shadow: 0 10px 24px rgba(10, 16, 22, 0.45);
}

.dark-outline {
    border-color: rgba(174, 184, 196, 0.46);
}

.card-grid {
    display: grid;
    gap: 1.3rem;
}

.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-card,
.luxury-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(217, 222, 229, 0.24);
    background: linear-gradient(165deg, rgba(37, 45, 56, 0.96), rgba(27, 34, 44, 0.94));
    box-shadow: var(--cc-shadow);
    overflow: hidden;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.cc-card:hover,
.cc-card:focus-within,
.luxury-card:hover,
.luxury-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(217, 222, 229, 0.48);
    box-shadow: 0 30px 55px rgba(0, 0, 0, 0.45);
}

.cc-card img,
.luxury-card img,
.cc-image-panel,
.split-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 280ms ease;
}

.luxury-card:hover img,
.gallery-item:hover img {
    transform: scale(1.03);
}

.card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.3rem;
}

.card-content p {
    margin-bottom: 0;
}

.card-link {
    margin-top: auto;
    color: var(--cc-chrome);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.card-link:hover,
.card-link:focus-visible {
    color: var(--cc-white);
}

.package-card.is-signature {
    border-color: rgba(15, 42, 70, 0.6);
    background:
        linear-gradient(160deg, rgba(15, 42, 70, 0.45), rgba(27, 34, 44, 0.96)),
        linear-gradient(130deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.signature-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 999px;
    padding: 0.3rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0a1118;
    background: linear-gradient(140deg, #f0f5fb, #c7d3df);
}

.split-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.split-grid img {
    border-radius: 14px;
    border: 1px solid rgba(217, 222, 229, 0.22);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: var(--cc-shadow);
}

.list-clean {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.list-clean li {
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    border: 1px solid rgba(217, 222, 229, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

.process-grid,
.trust-grid,
.faq-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-grid article,
.trust-grid li,
.faq-grid article,
.contact-card {
    border: 1px solid rgba(217, 222, 229, 0.2);
    border-radius: 12px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.before-after .lead {
    color: var(--cc-muted);
}

.before-after-slider {
    position: relative;
    margin-top: 1.2rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(217, 222, 229, 0.2);
}

.before-after-slider img {
    width: 100%;
    height: clamp(320px, 44vw, 640px);
    object-fit: cover;
    display: block;
}

.before-after-slider .after-image {
    position: absolute;
    inset: 0;
    clip-path: inset(0 50% 0 0);
}

.before-after-slider input[type="range"] {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
}

.booking-cta {
    background:
        radial-gradient(circle at 20% 20%, rgba(15, 42, 70, 0.26), transparent 34%),
        linear-gradient(140deg, rgba(8, 12, 18, 0.98), rgba(13, 22, 34, 0.97));
    border-top: 1px solid var(--cc-line);
    border-bottom: 1px solid var(--cc-line);
}

.booking-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.gallery-item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(217, 222, 229, 0.24);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 350ms ease;
    pointer-events: none;
}

.gallery-item:hover::after {
    transform: translateX(130%);
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
}

.gallery-item figcaption {
    margin: 0;
    padding: 0.7rem 0.9rem;
    color: var(--cc-silver);
    font-size: 0.9rem;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.filter-buttons button {
    border-radius: 999px;
    border: 1px solid rgba(217, 222, 229, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: var(--cc-chrome);
    padding: 0.42rem 0.9rem;
}

.filter-buttons button.is-active {
    color: #071019;
    border-color: rgba(217, 222, 229, 0.9);
    background: linear-gradient(140deg, #f5f8fc, #c7d3df);
}

.cc-glass,
.form-shell {
    border-radius: 14px;
    border: 1px solid rgba(217, 222, 229, 0.24);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(7px);
    box-shadow: var(--cc-shadow);
    padding: 1.4rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid rgba(217, 222, 229, 0.4);
    background: rgba(9, 14, 19, 0.62);
    color: var(--cc-white);
    min-height: 46px;
}

.form-control::placeholder {
    color: rgba(170, 178, 189, 0.9);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
button:focus-visible,
a:focus-visible {
    outline: 0;
    border-color: rgba(217, 222, 229, 0.78);
    box-shadow: 0 0 0 0.18rem rgba(174, 184, 196, 0.2);
}

.form-check-input {
    border-color: rgba(217, 222, 229, 0.42);
    background-color: rgba(9, 14, 19, 0.62);
}

.form-check-input:checked {
    background-color: var(--cc-navy);
    border-color: var(--cc-accent);
}

.text-danger {
    color: #ff9ca8 !important;
}

.success-banner {
    border-radius: 10px;
    border: 1px solid rgba(167, 223, 193, 0.6);
    color: #c8f7de;
    background: rgba(32, 88, 63, 0.4);
    padding: 0.7rem;
}

.contact-grid {
    align-items: stretch;
}

.contact-stack {
    display: grid;
    gap: 0.8rem;
}

.map-placeholder {
    border: 1px dashed rgba(217, 222, 229, 0.34);
    border-radius: 12px;
    padding: 1.7rem;
    text-align: center;
    color: var(--cc-silver);
    background: rgba(255, 255, 255, 0.03);
}

.site-footer {
    border-top: 1px solid var(--cc-line);
    background: linear-gradient(145deg, #090d12 0%, #0f141b 60%, #0a121d 100%);
    padding-top: 2.8rem;
}

.site-footer a {
    color: var(--cc-silver);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: var(--cc-white);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.3rem;
}

.footer-copy {
    max-width: 280px;
}

.footer-bottom {
    margin-top: 1.3rem;
    padding: 1.1rem 0 1.5rem;
    border-top: 1px solid rgba(217, 222, 229, 0.15);
    color: var(--cc-steel);
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
}

.addons-grid span {
    display: inline-flex;
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    border: 1px solid rgba(217, 222, 229, 0.2);
    background: rgba(255, 255, 255, 0.03);
}

.narrow {
    max-width: 900px;
}

.legal-copy a {
    color: var(--cc-chrome);
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1200;
    background: rgba(4, 7, 10, 0.9);
    padding: 1rem;
}

.lightbox-overlay img {
    max-width: min(1100px, 95vw);
    max-height: 82vh;
    border-radius: 10px;
    border: 1px solid rgba(217, 222, 229, 0.28);
}

@media (max-width: 1199px) {
    .addons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .three-col,
    .split-grid,
    .process-grid,
    .trust-grid,
    .faq-grid,
    .footer-grid,
    .two-col,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .section-padding,
    .cc-section {
        padding: 70px 0;
    }

    .brand img {
        height: 62px;
    }

    .menu-toggle {
        display: inline-block;
    }

    .header-nav {
        position: absolute;
        top: calc(100% + 0.45rem);
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
        border-radius: 12px;
        border: 1px solid rgba(217, 222, 229, 0.22);
        padding: 0.8rem;
        background: rgba(9, 14, 19, 0.97);
        backdrop-filter: blur(8px);
    }

    .header-nav.is-open {
        display: flex;
    }

    .header-nav a {
        padding: 0.45rem 0.4rem;
    }

    .hero-luxury {
        min-height: 80vh;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .addons-grid,
    .two-col,
    .process-grid,
    .trust-grid,
    .faq-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
