:root {
    --brand-gold: #ffc34d;
    --brand-dark: #565656;
    --text: #555;
    --muted: #a5a5a5;
    --content-max: 1320px;
}

* { box-sizing: border-box; }
body { color: var(--text); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { max-width: var(--content-max); }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 2000; padding: .75rem 1rem; background: #fff; color: #111; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #1677ff; outline-offset: 3px; }

.site-header { background: var(--brand-dark); color: #fff; }
.utility-bar { min-height: 28px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .72rem; }
.site-header .navbar { min-height: 92px; }
.navbar-brand img { width: 150px; }
.navbar-toggler { width: 44px; height: 44px; border: 0; color: #fff; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 27px; height: 3px; border-radius: 2px; background: currentColor; }
.menu-icon { position: relative; margin: auto; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -8px; }
.menu-icon::after { top: 8px; }
.navbar-toggler:focus { box-shadow: none; }
.nav-link { color: #fff; font-size: .87rem; font-weight: 700; text-transform: uppercase; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--brand-gold); }
.search-form { width: min(420px, 40vw); }
.search-form .form-control { border-radius: 0; }
.search-submit { position: relative; width: 46px; font-size: 0; }
.search-submit::before { content: ''; position: absolute; width: 13px; height: 13px; border: 2px solid #333; border-radius: 50%; transform: translate(-7px,-7px); }
.search-submit::after { content: ''; position: absolute; width: 8px; height: 2px; background: #333; transform: translate(4px,5px) rotate(45deg); }
.advance-link { display: block; margin-top: .25rem; color: #fff; font-size: .65rem; text-align: right; }

.hero { min-height: 590px; background: url('../images/hero.jpg') center/cover no-repeat; color: #fff; }
.hero .container { min-height: inherit; display: flex; align-items: center; }
.hero-copy { max-width: 360px; margin-left: 4rem; }
.hero h1 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 800; line-height: 1.35; }
.btn-pill { border: 0; border-radius: 999px; padding: .65rem 2.5rem; background: #fff; color: #555; font-weight: 700; }
.btn-gold { background: var(--brand-gold); }
.section-title { color: var(--brand-gold); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; }
.category-section { padding: 3rem 0 4rem; }
.category-card { display: block; color: var(--text); text-align: center; text-decoration: none; font-weight: 700; }
.category-card img { width: 100%; aspect-ratio: 1; border: 1px solid #d3d3d3; border-radius: .65rem; object-fit: contain; }
.category-card span { display: block; margin-top: .75rem; }
.chat-fab { position: fixed; right: 2rem; bottom: 7rem; z-index: 20; width: 58px; height: 58px; border: 2px solid #fff; border-radius: 50%; background: var(--brand-gold); color: #fff; font-size: 0; box-shadow: 0 4px 12px #0004; }
.chat-fab::before { content: ''; display: block; width: 26px; height: 19px; margin: auto; border: 2px solid currentColor; border-radius: 50%; }
.chat-fab::after { content: ''; position: absolute; left: 17px; bottom: 15px; width: 8px; height: 8px; border-left: 2px solid currentColor; transform: rotate(-35deg); }

.site-footer { padding: 2.4rem 0 1.25rem; background: var(--brand-dark); color: #fff; font-size: .75rem; }
.site-footer h2 { font-size: 1.25rem; font-weight: 700; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .65rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--brand-gold); }
.social-links { display: flex; gap: .45rem; }
.social-links a { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 3px; background: #fff; color: var(--brand-dark); font-size: .7rem; font-weight: 800; text-decoration: none; }
.copyright { margin-top: 1.6rem; padding-top: 1rem; border-top: 1px solid #ddd; }

.page-hero { min-height: 260px; padding: 4rem 0; background: linear-gradient(160deg, var(--brand-dark) 0 66%, #947f55 66% 76%, var(--brand-gold) 76%); color: #fff; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; }
.breadcrumb-line { font-size: .75rem; text-align: right; }
.section-band { display: flex; align-items: center; margin: 2.5rem 0 1.5rem; color: #fff; font-size: 1.6rem; font-weight: 700; }
.section-band span { padding: .55rem 1rem; border-radius: 0 999px 999px 0; background: var(--brand-gold); }
.section-band::after { content: ''; height: 4px; flex: 1; background: var(--brand-gold); }
.about-copy { color: var(--muted); line-height: 1.45; }
.side-ad { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem 1.5rem; background: url('../images/about-car.jpg') center/cover; }
.side-ad img { width: 100%; }
.register-ad { display: grid; min-height: 260px; place-items: center; padding: 2rem; background: #000; text-align: center; }
.register-ad img { width: 210px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.feature-item { color: var(--muted); text-align: center; }
.feature-icon { display: grid; width: 94px; height: 78px; margin: 0 auto .75rem; place-items: center; color: #aaa; font-size: 3.5rem; font-weight: 700; line-height: 1; }
.feature-item h3 { margin-bottom: .3rem; color: #555; font-size: 1rem; font-weight: 700; }

.blog-hero { min-height: 540px; display: flex; align-items: center; background: url('../images/blog-hero.jpg') center/cover; }
.blog-intro { max-width: 420px; padding: 1.4rem 1.8rem; border-radius: .55rem; background: rgb(255 195 77 / 88%); }
.blog-intro h1 { font-size: 1.8rem; font-weight: 800; }
.blog-main { padding: 2.8rem 0; }
.post-card { margin-bottom: 1.4rem; }
.post-card img { width: 100%; aspect-ratio: 2.65/1; object-fit: cover; }
.post-card h2 { margin: .55rem 0 .25rem; color: var(--brand-gold); font-size: 1.45rem; font-weight: 700; }
.post-card p { color: var(--muted); font-size: .85rem; }
.pagination .page-link { min-width: 44px; min-height: 44px; display: grid; place-items: center; border-color: #ddd; color: var(--text); }
.pagination .page-item.active .page-link { border-color: var(--brand-gold); background: var(--brand-gold); color: #333; }
.pagination .page-item.disabled .page-link { color: #999; }
.blog-side-title { display: flex; align-items: center; margin-bottom: 1.2rem; color: #fff; font-size: 1.4rem; font-weight: 700; }
.blog-side-title span { padding: .5rem .75rem; border-radius: 0 999px 999px 0; background: var(--brand-gold); }
.blog-side-title::after { content: ''; height: 3px; flex: 1; background: var(--brand-gold); }
.featured-item { display: grid; grid-template-columns: 130px 1fr; gap: .75rem; align-items: center; margin-bottom: 1rem; color: var(--brand-gold); font-weight: 700; }
.featured-item img { width: 130px; height: 95px; object-fit: cover; }

@media (max-width: 991.98px) {
    .utility-bar { display: none; }
    .site-header .navbar { min-height: 70px; }
    .navbar-brand img { width: 105px; }
    .navbar-collapse { padding: 1rem; background: #4a4a4a; }
    .search-form { width: 100%; }
    .hero { min-height: 500px; }
    .hero-copy { margin-left: 2rem; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .page-hero { display: none; }
}

@media (max-width: 575.98px) {
    .hero { min-height: 585px; background-position: 43% center; }
    .hero .container { align-items: flex-end; padding-bottom: 2rem; }
    .hero-copy { margin-left: .75rem; }
    .hero h1 { font-size: 2.05rem; }
    .category-section { padding: 1.2rem 0 4rem; }
    .category-card span { margin-top: .4rem; font-size: .85rem; }
    .chat-fab { right: .75rem; bottom: 11rem; width: 44px; height: 44px; }
    .chat-fab::before { width: 21px; height: 15px; }
    .feature-grid { gap: 1.5rem .75rem; }
    .feature-icon { width: 68px; height: 58px; font-size: 2.6rem; }
    .section-band { font-size: 1.1rem; }
    .about-main { padding-top: 1.5rem; }
    .breadcrumb-line { margin-bottom: .25rem; }
    .register-ad { min-height: 190px; }
    .blog-hero { min-height: 305px; align-items: flex-end; }
    .blog-intro { width: 82%; margin: 0 auto 1.25rem; padding: 1rem; text-align: center; }
    .blog-intro h1 { font-size: 1rem; }
    .blog-intro p { display: none; }
    .post-card h2 { font-size: .9rem; }
    .post-card p, .show-more { display: none; }
    .featured-item { display: block; font-size: .8rem; }
    .featured-item img { width: 100%; height: auto; margin-bottom: .35rem; }
    .site-footer { font-size: .67rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Additional XD artboards */
.inner-hero { padding: 4.5rem 0; background: linear-gradient(150deg, var(--brand-dark) 0 70%, #8e7a55 70% 82%, var(--brand-gold) 82%); color: #fff; }
.inner-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 800; }
.content-section { padding: 3.5rem 0; }
.auth-shell { min-height: 720px; display: grid; place-items: center; padding: 4rem 1rem; background: linear-gradient(#0007,#0007), url('../images/hero.jpg') center/cover; }
.auth-card { width: min(100%, 520px); padding: 2rem; border-radius: .6rem; background: rgb(255 255 255 / 94%); box-shadow: 0 1rem 3rem #0005; }
.auth-card h1 { color: var(--brand-gold); font-weight: 800; }
.form-control, .form-select { min-height: 46px; border-radius: .15rem; }
.form-label { font-weight: 700; }
.business-hero { min-height: 560px; display: flex; align-items: center; background: linear-gradient(90deg,#000b,#0001), url('../images/hero.jpg') center/cover; color: #fff; }
.business-hero h1 { max-width: 650px; font-size: clamp(2.5rem,5vw,4.8rem); font-weight: 800; }
.business-point { height: 100%; padding: 2rem; border-top: 5px solid var(--brand-gold); background: #f6f6f6; }
.business-point h2 { color: var(--brand-gold); font-size: 1.3rem; font-weight: 800; }
.category-toolbar { padding: 2rem 0; background: #f6f6f6; }
.subcat-card { height: 100%; display: block; padding: 1rem; border: 1px solid #ddd; border-radius: .5rem; color: var(--text); text-align: center; text-decoration: none; }
.subcat-card img { width: 100%; aspect-ratio: 1.2; object-fit: contain; }
.subcat-card:hover { border-color: var(--brand-gold); box-shadow: 0 .5rem 1.5rem #0001; }
.search-panel { min-height: 650px; padding: 4rem 0; background: #f4f4f4; }
.search-card { max-width: 920px; margin: auto; padding: 2rem; background: #fff; box-shadow: 0 .75rem 2rem #0002; }
.service-lead { color: #999; font-size: 1.03rem; line-height: 1.55; }
.service-card { height: 100%; padding: 1.5rem; border: 1px solid #ddd; border-radius: .4rem; }
.service-card h3 { color: var(--brand-gold); font-weight: 800; }
.contact-card { height: 100%; padding: 1.5rem; background: #f5f5f5; }
.contact-map { width: 100%; min-height: 350px; object-fit: cover; }
.faq-accordion .accordion-button { color: #555; font-weight: 700; }
.faq-accordion .accordion-button:not(.collapsed) { background: #fff5df; color: #8a6000; }
.article-body { color: #777; font-size: 1.05rem; line-height: 1.8; }
article.content-section { overflow: hidden; }
.comment { padding: 1rem 0; border-bottom: 1px solid #ddd; }
.comment h3 { font-size: 1rem; font-weight: 800; }
.design-note { padding: .75rem 1rem; border-left: 4px solid var(--brand-gold); background: #fff6e3; }

@media (max-width: 767.98px) {
    .inner-hero { padding: 2.5rem 0; }
    .auth-shell { min-height: calc(100vh - 70px); padding: 2rem 1rem; }
    .auth-card { padding: 1.35rem; }
    .business-hero { min-height: 500px; align-items: flex-end; padding-bottom: 3rem; }
    .content-section { padding: 2rem 0; }
    .search-card { padding: 1.25rem; }
}
