@import url("style.css");

:root {
    --color-navy: #0d1f3c;
    --color-navy-dark: #081428;
    --color-navy-light: #162847;
    --color-accent: #b91c1c;
    --color-accent-hover: #991b1b;
    --color-accent-soft: rgba(185, 28, 28, 0.14);
    --color-cool: #e2e8f0;
    --color-bg: #0d1f3c;
    --color-surface: #162847;
    --color-text: #edf2f7;
    --color-text-muted: #94a3b8;
    --color-border: rgba(148, 163, 184, 0.18);
    --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
    --font-display: "Syne", system-ui, sans-serif;
}

body.theme-bold {
    background: var(--color-bg);
    color: var(--color-text);
}

.theme-bold .promo-banner {
    background: linear-gradient(90deg, #7f1d1d, #991b1b);
}

.theme-bold .site-header {
    background: rgba(13, 31, 60, 0.97);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-bold .site-logo__name,
.theme-bold .site-nav__link {
    color: #f8fafc;
}

.theme-bold .site-logo__tagline {
    color: #94a3b8;
}

.theme-bold .site-logo__mark {
    height: 68px;
    width: 68px;
    object-fit: contain;
}

.theme-bold .site-nav__link {
    background: rgba(255, 255, 255, 0.06);
}

.theme-bold .site-nav__link:hover,
.theme-bold .site-nav__link.is-active {
    color: var(--color-accent);
    background: rgba(185, 28, 28, 0.16);
}

.theme-bold .section:nth-child(even) {
    background: #162847;
}

.theme-bold .section-about,
.theme-bold .section-contact,
.theme-bold .section-reviews {
    background: linear-gradient(180deg, #0d1f3c 0%, #162847 100%);
}

.theme-bold .section-services,
.theme-bold .section-pictures {
    background: #0a1830;
}

.theme-bold .section-eyebrow {
    color: var(--color-cool);
}

.theme-bold .section-title {
    color: #f8fafc;
    font-family: var(--font-display);
}

.theme-bold .section-intro,
.theme-bold .content-card__text,
.theme-bold .service-card__text,
.theme-bold .review-card__text,
.theme-bold .info-card__text {
    color: var(--color-text-muted);
}

.theme-bold .content-card,
.theme-bold .service-card,
.theme-bold .info-card,
.theme-bold .contact-form,
.theme-bold .review-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.theme-bold .service-card__title,
.theme-bold .content-card__title,
.theme-bold .info-card__title,
.theme-bold .contact-form__title,
.theme-bold .review-card__title {
    color: #f8fafc;
}

.theme-bold .service-card__icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.theme-bold .service-card__icon-mark {
    font-size: 1.55rem;
    line-height: 1;
}

.theme-bold .service-areas-list li {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.theme-bold .specials-card {
    background: linear-gradient(135deg, rgba(185, 28, 28, 0.18), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(185, 28, 28, 0.28);
}

.theme-bold .form-field input,
.theme-bold .form-field textarea {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
}

.theme-bold .form-field label {
    color: #e2e8f0;
}

.theme-bold .site-footer {
    background: #081428;
}

.theme-bold .footer__logo {
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.theme-bold .btn--accent {
    background: linear-gradient(135deg, #b91c1c, #991b1b);
    box-shadow: 0 10px 28px rgba(185, 28, 28, 0.35);
}

.theme-bold .btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* ============================================================
   PROMO BANNER TICKER
   ============================================================ */
.theme-bold .promo-ticker {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    position: relative;
}

.theme-bold .promo-ticker__track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: promo-ticker-scroll 28s linear infinite;
}

.theme-bold .promo-ticker__track:hover {
    animation-play-state: paused;
}

.theme-bold .promo-ticker__item {
    flex-shrink: 0;
    padding-right: 5rem;
    font-size: 0.85rem;
    color: #e2e8f0;
}

.theme-bold .promo-ticker__item strong {
    color: #fff;
}

@keyframes promo-ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .theme-bold .promo-ticker__track {
        animation: none;
    }
}

/* ============================================================
   BOLD COMMAND-CENTER DASHBOARD
   ============================================================ */
.theme-bold .section-hero--bold {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-block: 2.25rem 3rem;
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(255, 255, 255, 0.04), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(185, 28, 28, 0.2), transparent 60%),
        var(--color-bg);
}

.theme-bold .hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.theme-bold .hero-glow--a {
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
    animation: dash-float-a 14s ease-in-out infinite;
}

.theme-bold .hero-glow--b {
    bottom: -140px;
    left: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(185, 28, 28, 0.5), transparent 70%);
    animation: dash-float-b 18s ease-in-out infinite;
}

@keyframes dash-float-a {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 40px); }
}

@keyframes dash-float-b {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -30px); }
}

.theme-bold .dash {
    position: relative;
    z-index: 1;
}

/* Bento grid -------------------------------------------------- */
.theme-bold .dash-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(110px, auto);
}

.theme-bold .dash-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.15rem 1.25rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(6px);
    overflow: hidden;
}

a.dash-tile {
    text-decoration: none;
    color: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

a.dash-tile:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.45);
}

/* Feature tile (handover photo) ------------------------------ */
.theme-bold .dash-tile--feature {
    grid-column: 1 / -1;
    grid-row: span 2;
    justify-content: flex-end;
    min-height: 320px;
    padding: 1.5rem;
}

.theme-bold .dash-tile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: 0;
}

.theme-bold .dash-tile__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(3, 6, 9, 0.15) 0%, rgba(3, 6, 9, 0.55) 55%, rgba(3, 6, 9, 0.92) 100%);
}

.theme-bold .dash-tile__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.theme-bold .dash-pill {
    align-self: flex-start;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--color-accent), #991b1b);
    box-shadow: 0 8px 20px rgba(185, 28, 28, 0.4);
}

.theme-bold .dash-feature__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4.2vw, 2.6rem);
    line-height: 1.08;
    color: #fff;
}

.theme-bold .dash-feature__text {
    margin: 0;
    max-width: 46ch;
    color: #d4dce6;
    font-size: 0.98rem;
}

.theme-bold .dash-feature__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.4rem;
}

/* Text tiles -------------------------------------------------- */
.theme-bold .dash-tile__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-cool);
}

.theme-bold .dash-tile--intro {
    grid-column: 1 / -1;
}

.theme-bold .dash-tile__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    color: #fff;
}

.theme-bold .dash-tile__text {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.92rem;
}

.theme-bold .dash-tile__link {
    margin-top: 0.3rem;
    font-weight: 700;
    color: var(--color-accent);
    text-decoration: none;
}

.theme-bold .dash-tile__link:hover {
    text-decoration: underline;
}

/* Stat + special tiles --------------------------------------- */
.theme-bold .dash-tile--stat {
    align-items: flex-start;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    border-color: rgba(255, 255, 255, 0.22);
}

.theme-bold .dash-stat__number {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 7vw, 3.2rem);
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.theme-bold .dash-stat__label {
    font-size: 0.82rem;
    color: #cbd5e1;
}

.theme-bold .dash-tile--special {
    background: linear-gradient(155deg, rgba(185, 28, 28, 0.26), rgba(185, 28, 28, 0.05));
    border-color: rgba(185, 28, 28, 0.35);
}

.theme-bold .dash-special__price {
    font-family: var(--font-display);
    font-size: clamp(2rem, 6vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.theme-bold .dash-special__text {
    font-size: 0.85rem;
    color: #ffd4d4;
}

/* Nav tiles --------------------------------------------------- */
.theme-bold .dash-tile--nav {
    gap: 0.3rem;
}

.theme-bold .dash-nav__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.05rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.theme-bold .dash-nav__label {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.theme-bold .dash-nav__desc {
    font-size: 0.8rem;
    color: #94a3b8;
}

.theme-bold .dash-nav__arrow {
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.55);
    transition: transform 0.25s ease, color 0.25s ease;
}

.theme-bold .dash-tile--nav:hover .dash-nav__arrow {
    transform: translateX(4px);
    color: #fff;
}

.theme-bold .dash-tile--orange { border-color: rgba(185, 28, 28, 0.35); }
.theme-bold .dash-tile--orange .dash-nav__icon { background: rgba(185, 28, 28, 0.22); }
.theme-bold .dash-tile--cool { border-color: rgba(255, 255, 255, 0.25); }
.theme-bold .dash-tile--cool .dash-nav__icon { background: rgba(255, 255, 255, 0.16); }
.theme-bold .dash-tile--green { border-color: rgba(34, 197, 94, 0.35); }
.theme-bold .dash-tile--green .dash-nav__icon { background: rgba(34, 197, 94, 0.22); }
.theme-bold .dash-tile--gold { border-color: rgba(251, 191, 36, 0.35); }
.theme-bold .dash-tile--gold .dash-nav__icon { background: rgba(251, 191, 36, 0.22); }

/* Desktop bento layout --------------------------------------- */
@media (min-width: 768px) {
    .theme-bold .dash-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .theme-bold .dash-tile--feature {
        grid-column: span 2;
        grid-row: span 3;
        min-height: 440px;
    }

    .theme-bold .dash-tile--intro {
        grid-column: span 2;
    }

    .theme-bold .dash-tile--stat,
    .theme-bold .dash-tile--special {
        grid-column: span 1;
    }

    .theme-bold .dash-tile--nav {
        grid-column: span 1;
    }
}

/* ============================================================
   SCROLL REVEAL (sections fade/slide in)
   ============================================================ */
.theme-bold.reveal-ready main .section {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.theme-bold.reveal-ready main .section.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .theme-bold.reveal-ready main .section,
    .theme-bold .hero-glow {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
}

/* ============================================================
   BOLD GALLERY = HORIZONTAL FILMSTRIP SLIDER
   ============================================================ */
.theme-bold .gallery {
    position: relative;
}

.theme-bold .gallery-grid {
    display: flex;
    gap: 1rem;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent) rgba(255, 255, 255, 0.08);
}

.theme-bold .gallery-grid::-webkit-scrollbar {
    height: 8px;
}

.theme-bold .gallery-grid::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    border-radius: 999px;
}

.theme-bold .gallery-item {
    flex: 0 0 78%;
    max-width: 78%;
    scroll-snap-align: start;
}

.theme-bold .gallery-item--more {
    display: block;
}

.theme-bold .gallery-item img {
    height: 220px;
    border-radius: 16px;
}

.theme-bold .gallery-actions {
    display: none;
}

.theme-bold .gallery-rail-nav {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.theme-bold .gallery-rail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.theme-bold .gallery-rail-btn:hover {
    background: var(--color-accent);
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .theme-bold .gallery-item {
        flex-basis: 38%;
        max-width: 38%;
    }
}

@media (min-width: 1024px) {
    .theme-bold .gallery-item {
        flex-basis: 27%;
        max-width: 27%;
    }
}

/* ============================================================
   BOLD ABOUT = STAGGERED PHOTO / TEXT / PHOTO TRIO
   ============================================================ */
.theme-bold .about-trio {
    display: grid;
    gap: 1.5rem;
    align-items: center;
}

.theme-bold .about-trio__media {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.theme-bold .about-trio__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-bold .about-trio__body {
    text-align: center;
}

@media (min-width: 900px) {
    .theme-bold .about-trio {
        grid-template-columns: 0.85fr 1.15fr 0.85fr;
        gap: 2.25rem;
    }

    .theme-bold .about-trio__media {
        height: 340px;
    }

    .theme-bold .about-trio__media--left {
        transform: translateY(-30px) rotate(-2.5deg);
    }

    .theme-bold .about-trio__media--right {
        transform: translateY(30px) rotate(2.5deg);
    }

    .theme-bold .about-trio__media:hover {
        transform: translateY(0) rotate(0);
        box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
    }
}

/* ============================================================
   GOOGLE REVIEWS CARDS
   ============================================================ */
.theme-bold .google-reviews-grid {
    display: grid;
    gap: 1.2rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .theme-bold .google-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .theme-bold .google-reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.theme-bold .gr-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.4rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.theme-bold .gr-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.theme-bold .gr-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent), #991b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    flex-shrink: 0;
}

.theme-bold .gr-card__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.theme-bold .gr-card__name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #f8fafc;
}

.theme-bold .gr-card__date {
    font-size: 0.78rem;
    color: #64748b;
}

.theme-bold .gr-card__stars {
    color: #fbbf24;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.theme-bold .gr-card__text {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #94a3b8;
    flex: 1;
}

.theme-bold .reviews-google-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 1.75rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.theme-bold .reviews-google-cta__text {
    font-size: 0.95rem;
    color: #94a3b8;
}

.theme-bold .reviews-google-cta__text strong {
    display: block;
    font-size: 1.05rem;
    color: #f8fafc;
    margin-bottom: 0.2rem;
}
