:root {
    --gold: #d79b2b;
    --gold-dark: #af7417;
    --gold-soft: #f7ead1;
    --black: #17191b;
    --dark: #25282a;
    --text: #242424;
    --muted: #727272;
    --line: #ece6dc;
    --bg: #fbfaf8;
    --white: #ffffff;
    --shadow: 0 18px 55px rgba(27, 24, 19, .10);
    --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 20% 0%, #fff 0, #fbf6ee 32%, #f7f7f7 100%);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1420px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.custom-logo { max-height: 64px; width: auto; }
.brand-logo { width: clamp(260px, 27vw, 360px); height: auto; display: block; object-fit: contain; }
.footer-brand-logo { width: 260px; height: auto; display: block; object-fit: contain; }
.logo-mark {
    position: relative;
    width: 62px;
    height: 62px;
    display: inline-grid;
    place-items: center;
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 50%;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 29px;
}
.logo-mark:before, .logo-mark:after { content: ''; position: absolute; width: 28px; height: 2px; background: var(--gold); top: 50%; }
.logo-mark:before { right: 100%; }
.logo-mark:after { left: 100%; }
.logo-mark span:before { content: '♛'; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 18px; }
.brand-text { font-family: 'Playfair Display', serif; color: var(--gold-dark); font-size: 21px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 14px; min-width: 0; }
.main-nav ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; flex-wrap: nowrap; }
.main-nav li, .main-nav a { white-space: nowrap; }
.main-nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .015em; }
.main-nav a:hover { color: var(--gold); }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 13px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .25s ease;
}
.btn svg { width: 17px; height: 17px; }
.btn-gold { background: linear-gradient(135deg, #e9bb5b, #c88a23); color: #fff; box-shadow: 0 12px 24px rgba(200,138,35,.25); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 30px rgba(200,138,35,.35); }
.btn-white { background: #fff; color: var(--black); border-color: rgba(255,255,255,.8); }
.btn-outline { color: var(--gold-dark); border-color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--gold); margin: 7px 0; }
.djik-alert { margin: 22px 0 0; padding: 14px 18px; border-radius: 10px; font-weight: 700; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.djik-alert.success { color: #276738; border-color: rgba(39,103,56,.22); }
.djik-alert.error { color: #9b2b2b; border-color: rgba(155,43,43,.22); }
.hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; }
.hero-media, .hero-media video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media video { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,14,16,.88) 0%, rgba(13,14,16,.72) 39%, rgba(13,14,16,.23) 100%); }
.hero-content { position: relative; z-index: 2; padding: 80px 0; color: #fff; }
.hero h1 { margin: 0 0 14px; font-family: 'Playfair Display', serif; font-size: clamp(46px, 7vw, 78px); line-height: .98; text-transform: uppercase; letter-spacing: .02em; }
.hero h1 span { color: var(--gold); }
.hero-subtitle { font-size: 20px; margin: 0 0 6px; }
.hero-script { font-family: 'Great Vibes', cursive; color: #f5c26a; font-size: 31px; margin: 0 0 26px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.section { padding: 72px 0; }
.section-title { text-align: center; margin-bottom: 36px; }
.section-title h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: 31px; text-transform: uppercase; }
.section-title span { display: block; width: 90px; height: 12px; margin: 8px auto 0; position: relative; }
.section-title span:before { content: ''; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: var(--gold); }
.section-title span:after { content: '✦'; position: absolute; left: 50%; top: -4px; transform: translateX(-50%); color: var(--gold); background: var(--bg); padding: 0 8px; }
.section-title.align-left { text-align: left; }
.section-title.align-left span { margin-left: 0; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 28px 18px;
    text-align: center;
    transition: .25s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(215,155,43,.55); }
.icon { color: var(--gold); font-size: 56px; margin: 0 auto 16px; display: grid; place-items: center; }
.service-card h3 { margin: 0 0 8px; text-transform: uppercase; font-size: 15px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 46px; }
.about-photo img { border-radius: 12px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center top; }
.about-text p { font-size: 17px; }
.gold-list { padding: 0; margin: 24px 0; list-style: none; }
.gold-list li { display: flex; align-items: flex-start; gap: 10px; margin: 10px 0; }
.gold-list svg { color: var(--gold); width: 18px; height: 18px; flex: 0 0 18px; margin-top: 4px; }
.gold-list.compact { font-size: 14px; text-align: left; display: inline-block; }
.stats { padding: 0 0 50px; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.stats-grid div { padding: 26px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid svg { color: var(--gold); font-size: 35px; }
.stats-grid strong { color: var(--gold-dark); font-size: 29px; font-family: 'Playfair Display', serif; }
.stats-grid span { text-transform: uppercase; font-size: 12px; color: var(--muted); }
.cities { padding-top: 45px; }
.city-card { text-align: center; background: linear-gradient(180deg, rgba(247,234,209,.68), rgba(255,255,255,.9)); border: 1px solid var(--line); border-radius: 16px; padding: 36px; position: relative; overflow: hidden; }
.city-card:before, .city-card:after { content: ''; position: absolute; bottom: 0; width: 260px; height: 80px; background: linear-gradient(45deg, transparent 0 40%, rgba(160,119,65,.12) 40% 60%, transparent 60%); opacity: .6; }
.city-card:before { left: 0; } .city-card:after { right: 0; transform: scaleX(-1); }
.city-card p { max-width: 840px; margin: 0 auto; font-weight: 600; }
.gallery { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 10px; background: #000; min-height: 180px; cursor: pointer; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.gallery-item:hover img { transform: scale(1.07); opacity: .86; }
.play { position: absolute; inset: 0; margin: auto; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--gold-dark); font-size: 22px; }
.price-card { max-width: 460px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid rgba(215,155,43,.45); border-radius: 14px; padding: 40px; box-shadow: var(--shadow); }
.price-label { display: block; color: var(--gold-dark); text-transform: uppercase; font-weight: 800; }
.price-card strong { display: block; color: var(--gold-dark); font-family: 'Playfair Display', serif; font-size: 42px; margin: 6px 0 12px; }
.reviews { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid article { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 28px; box-shadow: var(--shadow); }
.stars { color: var(--gold); letter-spacing: 3px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: stretch; }
.contact-info, .contact-form-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 34px; }
.contact-line { display: flex; align-items: center; gap: 15px; margin: 20px 0; }
.contact-line > svg { color: var(--gold); width: 34px; height: 34px; flex: 0 0 34px; }
.contact-line span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.contact-line a { font-weight: 800; }
.contact-form-card h3 { margin-top: 0; color: var(--gold-dark); text-transform: uppercase; text-align: center; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.djik-contact-form label { display: block; margin-bottom: 14px; }
.djik-contact-form span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 5px; text-transform: uppercase; }
.djik-contact-form input, .djik-contact-form textarea, .djik-contact-form select {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    min-height: 46px;
    padding: 12px 14px;
    font: inherit;
}
.djik-contact-form textarea { resize: vertical; }
.site-footer { background: #17191b; color: rgba(255,255,255,.78); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer-logo { display: flex; align-items: center; gap: 14px; color: #fff; margin-bottom: 14px; }
.site-footer h4, .site-footer strong, .site-footer a { color: #fff; }
.site-footer .footer-btn { color: #fff; border-color: rgba(215,155,43,.85); }
.footer-bottom { margin-top: 40px; padding: 18px; text-align: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.page-shell { padding: 80px 0; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 40px; box-shadow: var(--shadow); }
.content-card h1 { font-family: 'Playfair Display', serif; }
.video-modal { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.86); display: none; align-items: center; justify-content: center; padding: 30px; }
.video-modal.is-open { display: flex; }
.video-modal video { max-width: min(100%, 960px); max-height: 80vh; background: #000; }
.modal-close { position: absolute; top: 22px; right: 28px; color: #fff; background: transparent; border: 0; font-size: 46px; cursor: pointer; }
@media (max-width: 1180px) {
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .main-nav { gap: 12px; }
    .main-nav ul { gap: 14px; }
    .main-nav a { font-size: 11.5px; }
    .brand-logo { width: 250px; }
    .nav-cta { display: none; }
}
@media (max-width: 900px) {
    .menu-toggle { display: block; }
    .main-nav { position: absolute; left: 20px; right: 20px; top: 104px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; display: none; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav ul { flex-direction: column; align-items: stretch; }
    .nav-cta { display: inline-flex; }
    .hero { min-height: 640px; }
    .hero-overlay { background: linear-gradient(180deg, rgba(13,14,16,.86), rgba(13,14,16,.55)); }
    .service-grid, .about-grid, .stats-grid, .gallery-grid, .review-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .stats-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
    .stats-grid div:last-child { border-bottom: 0; }
    .form-row.two { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .container { width: min(100% - 28px, 1360px); }
    .nav-wrap { min-height: 86px; }
    .main-nav { top: 86px; }
    .brand-text { font-size: 17px; }
    .brand-logo { width: min(74vw, 250px); }
    .logo-mark { width: 50px; height: 50px; font-size: 24px; }
    .hero h1 { font-size: 38px; }
    .hero-subtitle { font-size: 16px; }
    .hero-script { font-size: 26px; }
    .hero-actions .btn { width: 100%; }
    .section { padding: 54px 0; }
    .price-card, .contact-info, .contact-form-card, .content-card { padding: 26px; }
}
