:root {
    --ink: #0b0b0b;
    --charcoal: #171717;
    --ivory: #f7f3ea;
    --ivory-2: #fbf8f1;
    --grid: #ebe4d7;
    --gold: #b9903b;
    --gold-dark: #8a6929;
    --muted: #706c64;
    --line: #ddd4c5;
    --soft: #f7f3ea;
    --text: #171717;
    --blue: #1f6feb;
    --orange: #b9903b;
}
* { letter-spacing: 0; }
html { scroll-behavior: smooth; }
body {
    background-color: var(--ivory);
    background-image:
        linear-gradient(var(--grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid) 1px, transparent 1px);
    background-size: 70px 70px;
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: var(--ink); }
.app-navbar {
    min-height: 92px;
    background: rgba(250, 248, 242, .96);
    border-bottom: 1px solid #e7dfd2;
    box-shadow: none;
    backdrop-filter: blur(10px);
}
.luxury-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink) !important;
    text-decoration: none;
    line-height: 1;
}
.brand-mark {
    width: 42px;
    height: 36px;
    display: inline-block;
    border: 5px solid #f1b91f;
    border-right-color: transparent;
    transform: skew(-12deg);
}
.luxury-brand strong {
    display: block;
    font-weight: 950;
    font-size: 1.22rem;
    letter-spacing: -.02em;
}
.luxury-brand small {
    display: block;
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .12em;
    color: #55504a;
    margin-top: 4px;
}
.consult-btn {
    border-radius: 0;
    background: var(--gold);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .76rem;
    padding: 14px 28px;
    border: 1px solid var(--gold);
}
.consult-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.luxury-menu .nav-link {
    color: var(--ink) !important;
    text-transform: uppercase;
    letter-spacing: .10em;
    font-size: .72rem;
    font-weight: 800;
    padding: 10px 14px !important;
}
.menu-square {
    width: 42px;
    height: 42px;
    border: 1px solid #d7cec0;
    border-radius: 0;
    display: inline-grid;
    place-content: center;
    gap: 5px;
}
.menu-square span {
    display: block;
    width: 17px;
    height: 1.5px;
    background: var(--ink);
}
.btn {
    border-radius: 0;
    font-weight: 850;
    padding: .72rem 1.15rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}
.btn-primary, .btn-warning {
    background: var(--ink);
    color: #fff;
    border: 1px solid var(--ink);
    box-shadow: none;
}
.btn-primary:hover, .btn-warning:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-light { background: #fff; border: 1px solid var(--line); }
.btn-outline-light { color: var(--ink); border-color: var(--line); }
.luxury-hero {
    min-height: calc(100vh - 92px);
    padding: 76px 0 92px;
    background-color: rgba(247, 243, 234, .72);
    position: relative;
    overflow: hidden;
}
.luxury-title {
    font-family: Oswald, Inter, sans-serif;
    font-size: clamp(4.6rem, 11vw, 10.5rem);
    font-weight: 300;
    line-height: .86;
    text-transform: uppercase;
    letter-spacing: -.03em;
    margin: 0;
}
.script-title {
    display: block;
    margin-top: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.5rem, 8vw, 8.8rem);
    font-style: italic;
    font-weight: 500;
    line-height: .8;
    color: var(--gold);
    text-transform: none;
}
.hero-copy {
    max-width: 520px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.8;
}
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.filter-tabs a, .filter-tabs span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 22px;
    border: 1px solid #d6ccba;
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 800;
    background: rgba(247,243,234,.68);
}
.filter-tabs .active { background: var(--ink); color: #fff; border-color: var(--ink); }
.luxury-gallery {
    display: grid;
    grid-template-columns: 1.45fr .7fr .7fr;
    grid-auto-rows: 210px;
    gap: 14px;
    margin-top: 62px;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    background: #ddd;
    min-height: 210px;
}
.gallery-card.large { grid-row: span 3; }
.gallery-card.tall { grid-row: span 3; }
.gallery-card.medium { grid-row: span 2; }
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gallery-img) center/cover;
    filter: grayscale(.25) contrast(1.04);
    transform: scale(1.01);
    transition: transform .5s ease, filter .5s ease;
}
.gallery-card:hover::before { transform: scale(1.07); filter: grayscale(0) contrast(1.08); }
.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.42));
}
.gallery-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
}
.gallery-label .package {
    display: inline-block;
    background: #f3bc22;
    color: #111;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: .95rem;
    padding: 2px 8px;
    transform: skew(-8deg);
    text-transform: uppercase;
}
.gallery-label h3 {
    font-family: Oswald, sans-serif;
    font-size: clamp(2.4rem, 5vw, 5.2rem);
    font-style: italic;
    line-height: .9;
    margin: 10px 0 0;
    text-transform: uppercase;
    text-shadow: 0 10px 24px rgba(0,0,0,.26);
}
.section-pad { padding: 92px 0; }
.section-title { max-width: 760px; margin-bottom: 38px; }
.section-title .eyebrow {
    color: var(--gold-dark);
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
}
.section-title h2 {
    font-family: Oswald, sans-serif;
    font-size: clamp(2.8rem, 6vw, 6.2rem);
    line-height: .92;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--ink);
}
.section-title p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.card-modern, .stat-card, .process-step, .promo-card {
    background: rgba(255, 253, 247, .86);
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}
.service-card {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    color: white;
    background: #111;
    border-radius: 0;
    box-shadow: none;
}
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--service-img) center/cover;
    filter: grayscale(.2);
    transition: transform .45s ease, filter .45s ease;
}
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.72)); }
.service-card:hover::before { transform: scale(1.06); filter: grayscale(0); }
.service-card-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 24px; }
.service-card .price-pill {
    display: inline-flex;
    background: #f3bc22;
    color: #111;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    padding: 4px 10px;
    margin-bottom: 12px;
}
.service-card h2, .service-card h3 { font-family: Oswald, sans-serif; text-transform: uppercase; font-size: 2.2rem; line-height: .95; }
.service-card p { color: rgba(255,255,255,.78); }
.premium-band {
    background: var(--ink);
    color: white;
    position: relative;
    overflow: hidden;
}
.premium-band::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1597007066704-67bf2068d5b2?auto=format&fit=crop&w=1400&q=80") center/cover; opacity: .23; }
.premium-band .container { position: relative; z-index: 2; }
.premium-band .section-title h2 { color: #fff; }
.promo-card { padding: 26px; }
.promo-accent { color: var(--gold-dark); }
.process-step { padding: 24px; min-height: 172px; }
.process-step .num {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
    margin-bottom: 18px;
}
.video-frame { overflow: hidden; border: 1px solid var(--line); }
.floating-wa {
    position: fixed;
    right: 28px;
    bottom: 54px;
    z-index: 1030;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 16px 34px rgba(37, 211, 102, .38);
}
.promo-ticker {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    background: #050505;
    color: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .75rem;
    font-weight: 900;
}
.promo-ticker span { color: #f3bc22; margin-left: 8px; }
.badge-status { background: #f0eadf; color: #111; border: 1px solid var(--line); padding: .45rem .75rem; font-weight: 800; }
.layout { display: grid; grid-template-columns: 272px minmax(0, 1fr); gap: 26px; padding: 26px; }
.sidebar { background: #111; border-radius: 0; padding: 18px; height: fit-content; position: sticky; top: 112px; box-shadow: none; }
.sidebar-title { color: #fff; font-weight: 950; margin-bottom: 12px; }
.sidebar a { display: block; padding: 11px 13px; color: rgba(255,255,255,.72); text-decoration: none; margin-bottom: 5px; font-weight: 750; }
.sidebar a:hover { background: rgba(255,255,255,.10); color: #fff; }
.map-box { height: 380px; overflow: hidden; border: 1px solid var(--line); }
.table-wrap { overflow-x: auto; }
.form-control, .form-select { border-radius: 0; border-color: #d6ccba; background-color: rgba(255,253,247,.9); }
.form-control:focus, .form-select:focus { box-shadow: 0 0 0 .18rem rgba(185,144,59,.14); border-color: var(--gold); }
.bg-white { background-color: rgba(255,253,247,.78) !important; }
@media (max-width: 991px) {
    .app-navbar { min-height: 78px; }
    .luxury-menu { border-top: 1px solid var(--line); padding-top: 12px; }
    .luxury-hero { padding: 54px 0 72px; }
    .filter-tabs { justify-content: flex-start; margin-top: 26px; }
    .luxury-gallery { grid-template-columns: 1fr; grid-auto-rows: 320px; margin-top: 40px; }
    .gallery-card.large, .gallery-card.tall, .gallery-card.medium { grid-row: span 1; }
    .layout { grid-template-columns: 1fr; padding: 16px; }
    .sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
    .sidebar-title { grid-column: 1 / -1; }
}
@media (max-width: 576px) {
    body { background-size: 44px 44px; }
    .luxury-title { font-size: 4rem; }
    .script-title { font-size: 3.6rem; }
    .section-pad { padding: 58px 0; }
    .service-card { min-height: 330px; }
    .filter-tabs a, .filter-tabs span { flex: 1 1 auto; justify-content: center; padding: 0 12px; }
    .floating-wa { right: 18px; bottom: 52px; width: 52px; height: 52px; }
    .promo-ticker { font-size: .62rem; padding: 0 12px; text-align: center; }
}
@media print {
    .app-navbar, footer, .sidebar, .btn, .floating-wa, .promo-ticker { display: none !important; }
    body { background: #fff; }
    .card-modern, .stat-card { box-shadow: none; border: 1px solid #ddd; }
}