/* ==========================================================================
   Premium Skin — Near-black, gold accents, elegant, generous whitespace
   ========================================================================== */
.style-premium {
    --color-primary: #111111;
    --color-primary-dark: #000000;
    --color-accent: #b8962e;
    --color-bg: #ffffff;
    --color-bg-secondary: #fafaf8;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
    --radius-sm: 2px;
    --radius-md: 4px;
    --radius-lg: 6px;
    --spacing-section: clamp(4rem, 10vw, 8rem);
    --letter-spacing-heading: -0.01em;
}

/* --- Header --- */
.style-premium .premium-header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(184, 150, 46, 0.25);
    box-shadow: none;
}

.style-premium .premium-header.is-scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.style-premium .premium-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 80px;
}

.style-premium .premium-header__logo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.style-premium .premium-header__logo-name {
    font-family: var(--font-heading);
    font-size: 1.625rem;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.style-premium .premium-header__logo-est {
    font-family: var(--font-body);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b8962e;
    font-weight: 500;
}

.style-premium .premium-nav .main-nav__link {
    color: #333333;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
}

.style-premium .premium-nav .main-nav__link:hover,
.style-premium .premium-nav .main-nav__link.is-active {
    color: #b8962e;
}

.style-premium .premium-nav .main-nav__dropdown {
    border-color: rgba(184, 150, 46, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.style-premium .premium-nav .main-nav__dropdown li a {
    font-family: var(--font-body);
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
}

.style-premium .premium-nav .main-nav__dropdown li a:hover {
    color: #b8962e;
    background-color: #fafaf8;
}

.style-premium .premium-header__right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.style-premium .premium-header__phone {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #555;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.style-premium .premium-header__phone:hover {
    color: #b8962e;
    text-decoration: none;
}

.style-premium .premium-header__cta {
    display: none;
}

@media (min-width: 1024px) {
    .style-premium .premium-header__cta {
        display: inline-flex;
        border-radius: 2px;
        font-family: var(--font-body);
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0.625rem 1.5rem;
    }
}

/* --- Buttons --- */
.style-premium .btn--primary {
    background-color: #111111;
    border-color: #111111;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.style-premium .btn--primary:hover {
    background-color: #000;
    border-color: #b8962e;
}

.style-premium .btn--accent {
    background-color: #b8962e;
    border-color: #b8962e;
    color: #fff;
    border-radius: var(--radius-sm);
}

.style-premium .btn--accent:hover {
    background-color: #9a7c23;
    border-color: #9a7c23;
}

.style-premium .btn--secondary {
    color: #111;
    border-color: #111;
    border-radius: var(--radius-sm);
}

.style-premium .btn--ghost {
    color: #111;
    border-color: rgba(0, 0, 0, 0.3);
}

.style-premium .btn--ghost:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #111;
    color: #111;
}

/* --- Trust Bar --- */
.style-premium .trust-bar {
    background-color: #fafaf8;
    border-color: rgba(184, 150, 46, 0.2);
}

.style-premium .trust-bar__item svg {
    color: #b8962e;
}

.style-premium .trust-bar__sep {
    background-color: #b8962e;
}

/* --- Service Cards --- */
.style-premium .service-card {
    border-radius: var(--radius-sm);
    box-shadow: none;
    border-color: rgba(184, 150, 46, 0.2);
}

.style-premium .service-card:hover {
    border-color: #b8962e;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.style-premium .service-card__icon {
    background-color: rgba(184, 150, 46, 0.1);
    color: #b8962e;
    border-radius: var(--radius-sm);
}

.style-premium .service-card__link {
    color: #b8962e;
}

/* --- Why Us --- */
.style-premium .why-us__icon {
    background-color: #111;
}

/* --- Testimonials --- */
.style-premium .testimonial-card {
    border-radius: var(--radius-sm);
    box-shadow: none;
    border-color: rgba(184, 150, 46, 0.2);
}

/* --- FAQ --- */
.style-premium .faq-item {
    border-radius: var(--radius-sm);
    border-color: rgba(184, 150, 46, 0.2);
}

.style-premium .faq-question {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
}

.style-premium .faq-question:hover,
.style-premium .faq-question[aria-expanded="true"] {
    color: #b8962e;
    background-color: #fafaf8;
}

.style-premium .faq-question__icon {
    background-color: #b8962e;
}

/* --- CTA Banner --- */
.style-premium .cta-banner {
    background-color: #111111;
    border-top: 2px solid #b8962e;
}

/* --- Page Hero --- */
.style-premium .page-hero {
    background-color: #111111;
}

/* --- Trust badges --- */
.style-premium .trust-badge__icon {
    background-color: rgba(184, 150, 46, 0.1);
    color: #b8962e;
}

/* --- Areas list --- */
.style-premium .areas-list li::before {
    background-color: #b8962e;
}

/* --- Mobile CTA --- */
.style-premium .mobile-cta__call {
    background-color: #111111;
}

.style-premium .mobile-cta__quote {
    background-color: #b8962e;
}

/* --- Premium Footer Logo --- */
.style-premium .premium-footer__logo {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

/* --- Form focus --- */
.style-premium .form-control:focus {
    border-color: #b8962e;
    box-shadow: 0 0 0 3px rgba(184, 150, 46, 0.12);
}

/* --- Quote form --- */
.style-premium .quote-form {
    border-color: rgba(184, 150, 46, 0.2);
}

/* --- Premium hero: dark luxury (gold on black) --- */
.style-premium .premium-hero {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(200, 169, 81, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #16140e 0%, #0d0c09 100%);
    min-height: 66vh;
}

.style-premium .premium-hero__emblem {
    border-color: rgba(200, 169, 81, 0.55);
    color: #c8a951;
    box-shadow: 0 0 0 6px rgba(200, 169, 81, 0.05);
}

.style-premium .premium-hero__overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: #c8a951;
}

.style-premium .premium-hero__overline::before,
.style-premium .premium-hero__overline::after {
    content: "";
    width: 34px;
    height: 1px;
    background-color: rgba(200, 169, 81, 0.5);
}

.style-premium .premium-hero__headline {
    color: #f5f1e6;
}

.style-premium .premium-hero__divider {
    background-color: #c8a951;
}

.style-premium .premium-hero__subhead {
    color: rgba(245, 241, 230, 0.68);
}

.style-premium .premium-hero__actions .premium-hero__cta {
    background-color: #c8a951;
    border-color: #c8a951;
    color: #1a1712;
}

.style-premium .premium-hero__actions .premium-hero__cta:hover,
.style-premium .premium-hero__actions .premium-hero__cta:focus {
    background-color: #d8bd71;
    border-color: #d8bd71;
    color: #1a1712;
}

.style-premium .premium-hero__phone-note {
    color: rgba(245, 241, 230, 0.6);
}

.style-premium .premium-hero__phone-link {
    color: #c8a951;
}
