@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ─── Design tokens ─────────────────────────────── */
:root {
    --gold:        #C9A84C;
    --gold-light:  #D4AF37;
    --gold-dark:   #A88A2A;
    --copper:      #b87333;
    --gold-10:     rgba(201,168,76,0.10);
    --gold-08:     rgba(201,168,76,0.08);
    --gold-30:     rgba(201,168,76,0.30);
    --gold-35:     rgba(201,168,76,0.35);
    --gold-40:     rgba(201,168,76,0.40);
    --gold-50:     rgba(201,168,76,0.50);
    --gold-02:     rgba(201,168,76,0.02);
    --copper-15:   rgba(184,115,51,0.15);
}

* { scroll-behavior: smooth; box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #0a0a0a;
    color: #d1d5db;
}

/* ─── Serif headings ────────────────────────────── */
.heading-serif {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

/* ─── Gold text utility ─────────────────────────── */
.text-gold     { color: var(--gold); }
.text-copper   { color: var(--copper); }
.border-gold   { border-color: var(--gold); }
.bg-gold       { background-color: var(--gold); }

/* ─── Thin decorative rule ──────────────────────── */
.rule-gold {
    width: 48px;
    height: 2px;
    background: var(--gold);
    margin: 0 auto 1.25rem;
}
.rule-gold--left {
    margin-left: 0;
    margin-right: 0;
}

/* ─── Hero ─────────────────────────────────────── */
.hero-video {
    pointer-events: none;
}

/* ─── Partners ──────────────────────────────────── */
.partner-logo {
    font-size: 0.82rem;
    font-weight: 700;
    color: #7a7a7a;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s;
    padding: 0.5rem 0;
}
.partner-logo:hover { color: var(--gold); }

/* ─── Feature cards (O Nas) ─────────────────────── */
.feature-card {
    background: #141414;
    border: 1px solid #222;
    border-radius: 14px;
    padding: 1.75rem;
    transition: border-color 0.35s, transform 0.35s;
}
.feature-card:hover {
    border-color: var(--gold-40);
    transform: translateY(-4px);
}
.feature-icon {
    width: 56px;
    height: 56px;
    background: var(--gold-10);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── Why Us cards ──────────────────────────────── */
.why-card {
    background: #0a0a0a;
    border: 1px solid #1c1c1c;
    border-radius: 14px;
    padding: 2.25rem;
    transition: border-color 0.35s;
}
.why-card:hover { border-color: var(--gold-35); }
.why-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: rgba(201,168,76,0.12);
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

/* ─── Service cards ─────────────────────────────── */
.service-card {
    background: #0a0a0a;
    border: 1px solid #1c1c1c;
    border-radius: 14px;
    padding: 2.25rem;
    transition: border-color 0.35s, transform 0.35s;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    border-color: var(--gold-40);
    transform: translateY(-5px);
}
.service-card--featured {
    border-color: var(--gold-30);
    background: var(--gold-02);
}
.service-icon-wrap {
    width: 72px;
    height: 72px;
    background: var(--gold-10);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── Package cards ─────────────────────────────── */
.package-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.35s, transform 0.35s;
}
.package-card:hover {
    border-color: var(--gold-40);
    transform: translateY(-4px);
}

/* Premium package — copper top bar + warmer bg */
.package-card--premium {
    border-color: var(--gold-30);
    background: #121009;
}
.package-card--premium::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--copper), var(--gold), var(--copper));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* Premium label — replaces "Bestseller" badge */
.package-premium-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--copper);
    border: 1px solid rgba(184,115,51,0.35);
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1rem;
}

.package-img {
    background: linear-gradient(135deg, #0f0e0a 0%, #1a180d 60%, #100e08 100%);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #383530;
    font-size: 0.82rem;
    font-style: italic;
    text-align: center;
    line-height: 1.7;
}
.package-content { padding: 2rem 2rem 2.25rem; }

/* ─── Gallery ───────────────────────────────────── */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 280px 280px;
    gap: 1rem;
}
.gallery-item--large { grid-column: span 2; }
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .gallery-item--large { grid-column: span 2; }
}
@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gallery-item, .gallery-item--large { grid-column: span 1; }
}
.gallery-item { min-height: 200px; }
.gallery-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background: linear-gradient(135deg, #0d0c09 0%, #131109 50%, #0a0908 100%);
    background-size: cover;
    background-position: center;
    border: 1px solid #1c1c1c;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    color: #3a3830;
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.5;
    transition: border-color 0.35s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.75) 100%);
}
.gallery-placeholder:hover { border-color: var(--gold-35); }
.gallery-placeholder span { position: relative; z-index: 1; }

/* ─── FAQ ───────────────────────────────────────── */
.faq-item {
    background: #111;
    border: 1px solid #1c1c1c;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s;
}
.faq-item[open] { border-color: var(--gold-35); }
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.75rem;
    cursor: pointer;
    color: #e5e1d8;
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
    user-select: none;
    gap: 1rem;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-item[open] .faq-arrow { transform: rotate(180deg); }
.faq-arrow { transition: transform 0.3s; flex-shrink: 0; color: var(--gold); }
.faq-answer {
    padding: 0 1.75rem 1.5rem;
    color: #9ca3af;
    line-height: 1.85;
    font-size: 0.95rem;
    border-top: 1px solid #1c1c1c;
    padding-top: 1.25rem;
    margin-top: -1px;
}
.faq-answer strong { color: var(--gold); }

/* ─── Contact ───────────────────────────────────── */
.contact-info-card {
    background: #111;
    border: 1px solid #1c1c1c;
    border-radius: 14px;
    padding: 2rem;
}
.contact-icon-wrap {
    width: 44px;
    height: 44px;
    background: var(--gold-10);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-form {
    background: #111;
    border: 1px solid #1c1c1c;
    border-radius: 14px;
    padding: 2.25rem;
}
.form-label {
    display: block;
    color: #9ca3af;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}
.form-input {
    width: 100%;
    background: #0c0c0c;
    border: 1px solid #242424;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    color: #e5e1d8;
    font-size: 0.93rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s;
    outline: none;
}
.form-input:focus { border-color: var(--gold); }
.form-input option { background: #141414; }

/* ─── Radio cards ───────────────────────────────── */
.radio-card {
    border: 1px solid #242424;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-align: center;
    display: block;
}
.radio-card:hover { border-color: var(--gold-40); }
.radio-card.active {
    border-color: var(--gold);
    background: var(--gold-08);
}
.radio-label { color: #c9c5bb; font-size: 0.875rem; font-weight: 500; }

/* ─── Buttons ───────────────────────────────────── */
.btn-primary {
    display: inline-block;
    background: var(--gold);
    color: #0a0a0a;
    font-weight: 700;
    padding: 1rem 2.25rem;
    border-radius: 4px;
    letter-spacing: 0.03em;
    font-size: 0.95rem;
    transition: background 0.25s, color 0.25s;
    text-decoration: none;
}
.btn-primary:hover { background: var(--gold-light); }

.btn-outline {
    display: inline-block;
    border: 1px solid rgba(201,168,76,0.45);
    color: var(--gold);
    font-weight: 700;
    padding: 1rem 2.25rem;
    border-radius: 4px;
    letter-spacing: 0.03em;
    font-size: 0.95rem;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
    text-decoration: none;
}
.btn-outline:hover {
    background: var(--gold);
    color: #0a0a0a;
    border-color: var(--gold);
}

/* ─── Social icons ──────────────────────────────── */
.social-icon {
    width: 38px;
    height: 38px;
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.social-icon:hover { background: var(--gold); color: #000; border-color: var(--gold); }

/* ─── Section eyebrow ───────────────────────────── */
.eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 0.9rem;
}
