/**
 * Kumar Advocate — AttorneyCO Dark Cinematic Theme
 */

:root {
	--charcoal: #1a1a1a;
	--charcoal-light: #252525;
	--dark: #0d0d0d;
	--bg: #f4f4f4;
	--bg-soft: #ececec;
	--bg-muted: #e2e2e2;
	--text: #1a1a1a;
	--text-muted: #5c5c5c;
	--text-dim: #8a8a8a;
	--navy: #1a1a1a;
	--black: #0a0a0a;
	--advocate-black: #0a0a0a;
	--gold: #c9a227;
	--gold-light: #e8c84a;
	--gold-dark: #a68520;
	--border: rgba(0, 0, 0, 0.08);
	--border-dark: rgba(255, 255, 255, 0.1);
	--glass: rgba(255, 255, 255, 0.72);
	--glass-dark: rgba(255, 255, 255, 0.06);
	--glass-border: rgba(255, 255, 255, 0.9);
	--shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.2);
	--radius: 16px;
	--radius-lg: 24px;
	--header-h: 88px;
	--safe-top: env(safe-area-inset-top, 0px);
	--safe-bottom: env(safe-area-inset-bottom, 0px);
	--safe-right: env(safe-area-inset-right, 0px);
	--font-heading: 'Playfair Display', Georgia, serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--container: 1240px;
	--section-pad: clamp(3.5rem, 7vw, 6rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; -webkit-font-smoothing: antialiased; }

body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--text);
	background: var(--dark);
	overflow-x: hidden;
}

a { color: var(--gold-dark); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--gold); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--navy); line-height: 1.2; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(1rem, 3vw, 1.75rem); }
.section { padding: var(--section-pad) 0; position: relative; }
.section > .container { width: 100%; }
.page-hero-inner, .section-header, .consultation-wrapper, .legal-content, .error-content, .single-detail, .page-content {
	max-width: var(--container); margin-left: auto; margin-right: auto;
}
.site-main { position: relative; z-index: 1; }

.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Header over Lady Justice hero */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
	padding: 1rem 1.5rem 0; transition: transform 0.4s ease;
}
.site-header.hidden { transform: translateY(-120%); }
.header-glass-wrap {
	max-width: var(--container); margin: 0 auto;
	background: rgba(20, 20, 20, 0.35);
	backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	transition: background 0.4s, box-shadow 0.4s;
}
.site-header.scrolled .header-glass-wrap {
	background: rgba(15, 15, 15, 0.92);
	box-shadow: var(--shadow-lg);
}
.header-container {
	display: flex; align-items: center; justify-content: space-between;
	padding: 0.65rem 1.25rem; gap: 1rem;
}
.logo-link { display: flex; align-items: center; gap: 0.75rem; color: #fff; }
.logo-link:hover { color: #fff; }
.logo-img { border-radius: 50%; }
.logo-scales { filter: brightness(0) invert(1); }
.logo-name { font-family: var(--font-heading); font-size: 1rem; font-weight: 600; display: block; color: #fff; }
.logo-degree { font-size: 0.68rem; color: var(--gold-light); letter-spacing: 0.04em; }

.main-navigation { flex: 1; display: flex; justify-content: center; }
.nav-menu { display: flex; list-style: none; gap: 0.15rem; }
.nav-menu a {
	color: rgba(255,255,255,0.78); font-size: 0.82rem; font-weight: 500;
	padding: 0.45rem 0.85rem; border-radius: 100px; transition: all 0.25s;
	text-transform: capitalize;
}
.nav-menu a:hover, .nav-menu .current-menu-item a {
	color: #fff; background: rgba(255,255,255,0.12);
}

.header-actions { display: flex; gap: 0.5rem; align-items: center; }
.wa-label-short { display: none; }
.btn-header-phone {
	background: rgba(255,255,255,0.06); color: var(--gold-light);
	border: 1px solid rgba(201,162,39,0.35);
}
.btn-header-phone:hover { background: rgba(255,255,255,0.1); color: #fff; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; min-width: 44px; min-height: 44px; }
.hamburger { display: flex; flex-direction: column; gap: 5px; width: 22px; }
.hamburger span { display: block; height: 2px; background: #fff; border-radius: 2px; }

.site-header.on-hero .header-glass-wrap {
	background: rgba(20, 20, 20, 0.32); border-color: rgba(255,255,255,0.1);
}
.site-header.on-hero .logo-link, .site-header.scrolled .logo-link { color: #fff; }
.site-header.on-hero .nav-menu a, .site-header.scrolled .nav-menu a { color: rgba(255,255,255,0.78); }
.site-header.on-hero .hamburger span, .site-header.scrolled .hamburger span { background: #fff; }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: 0.75rem 1.5rem; font-size: 0.9rem; font-weight: 600;
	border-radius: 100px; border: none; cursor: pointer; transition: all 0.3s;
}
.btn-gold {
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	color: #fff; box-shadow: 0 4px 20px rgba(201,162,39,0.35);
}
.btn-gold:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,162,39,0.4); }
.btn-outline {
	background: #fff; color: var(--navy); border: 1px solid var(--border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.8rem; }
.btn-lg { padding: 0.95rem 1.75rem; }

/* Glass cards */
.glass-card {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 2rem;
	box-shadow: var(--shadow);
	transition: transform 0.35s, box-shadow 0.35s;
}
.glass-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* Lady Justice cinematic hero */
.hero-cinematic {
	position: relative; min-height: 100vh; display: flex; align-items: center;
	padding-top: var(--header-h); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-justice {
	background-size: cover; background-position: 78% center;
	background-color: #1a1510;
	transform: scale(1.02);
	animation: heroKenBurns 22s ease-in-out infinite alternate;
}
@keyframes heroKenBurns {
	0% { transform: scale(1.02); }
	100% { transform: scale(1.07); }
}
.hero-cinematic-overlay { position: absolute; inset: 0; z-index: 1; }
.hero-overlay-justice {
	background: linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 36%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0.04) 78%);
}
.hero-golden-rays {
	position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background:
		radial-gradient(ellipse 55% 60% at 14% 30%, rgba(201,162,39,0.38), transparent 58%),
		radial-gradient(ellipse 40% 50% at 82% 38%, rgba(201,162,39,0.22), transparent 55%);
}
.hero-cinematic-inner { position: relative; z-index: 3; width: 100%; }
.hero-justice-content {
	color: #fff; max-width: 640px; padding: 1rem 0 4rem;
	position: relative; z-index: 4; text-align: left;
}
/* Hero content always visible — never hidden by animation CSS */
.hero-cinematic .hero-visible,
.hero-cinematic .hero-visible * {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}
.hero-cinematic .reveal-up { opacity: 1; transform: none; }
.hero-eyebrow {
	display: flex; align-items: center; gap: 0.75rem;
	font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em;
	text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 1.25rem;
}
.hero-eyebrow-line { width: 48px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero-display {
	font-family: var(--font-heading); font-size: clamp(2.35rem, 5.2vw, 4.25rem);
	font-weight: 500; line-height: 1.12; color: #fff; margin-bottom: 1rem;
}
.hero-name-line {
	font-size: 1.02rem; color: rgba(255,255,255,0.75); margin-bottom: 1rem;
}
.hero-quote-cinematic {
	border-left: 2px solid var(--gold); padding-left: 1.25rem; margin: 0 0 1.75rem;
	font-family: var(--font-heading); font-style: italic; color: rgba(255,255,255,0.65); font-size: 0.98rem;
}
.hero-features-dark { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.hero-feature-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.86rem; color: rgba(255,255,255,0.6); }
.hero-feature-item .feature-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.btn-ghost-white {
	background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5);
	border-radius: 100px;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: stretch; }
.hero-actions .btn { min-height: 48px; }

/* Why Choose — drop cap layout */
.why-section-attorney { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.why-attorney-grid {
	display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem;
	align-items: start; margin-bottom: 3rem;
}
.why-attorney-heading .section-title { font-size: clamp(1.85rem, 3.5vw, 2.65rem); text-align: left; margin: 0; }
.why-copy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.why-drop-cap::first-letter {
	float: left; font-family: var(--font-heading); font-size: 3.75rem;
	line-height: 0.82; padding-right: 0.5rem; color: #fff; font-weight: 600;
}
.why-attorney-copy p { font-size: 0.92rem; line-height: 1.85; color: rgba(255,255,255,0.7); }
.why-grid-compact { grid-template-columns: repeat(4, 1fr); }
.why-section-attorney .why-card h3 { color: #fff; }
.why-section-attorney .why-card p { color: rgba(255,255,255,0.62); }
/* Section themes */
.section { background: transparent; }
.section-light { background: var(--bg); color: var(--text); }
.section-dark { background: var(--charcoal); color: rgba(255,255,255,0.85); }
.section-dark .section-title, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .section-desc, .section-dark p { color: rgba(255,255,255,0.68); }
.section-dark .section-label { color: var(--gold-light); border-color: rgba(201,162,39,0.35); }
.section-dark .practice-title, .section-dark .service-card h3, .section-dark .court-card h4 { color: #fff; }
.section-dark .practice-desc, .section-dark .service-card p, .section-dark .court-desc { color: rgba(255,255,255,0.65); }
.section-dark .glass-card, .glass-card-dark {
	background: var(--glass-dark); backdrop-filter: blur(12px);
	border: 1px solid var(--border-dark); color: rgba(255,255,255,0.85);
}
.section-dark .detail-value { color: #fff; }
.section-dark .faq-question { color: #fff; }
.section-dark .form-group input, .section-dark .form-group textarea {
	background: rgba(255,255,255,0.06); border-color: var(--border-dark); color: #fff;
}
.section-label-gold {
	display: inline-block; font-size: 0.72rem; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light);
	margin-bottom: 1rem;
}
.section-title-light { color: #fff; }

.about-section .section-header { text-align: left; margin-left: 0; max-width: none; }
.detail-item { background: #fff; }
.card-icon { color: var(--advocate-black); background: rgba(10,10,10,0.06); width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 0.5rem; }

/* Legacy hero - hidden */
.hero-section { display: none; }

/* Shared stats */
.stat-number { font-family: var(--font-heading); font-size: 2.25rem; font-weight: 700; color: var(--gold); }
.stat-suffix { font-family: var(--font-heading); font-size: 1.25rem; color: var(--gold); }
.stat-label { display: block; font-size: 0.78rem; color: var(--text-muted); }

/* Sections */
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-label {
	display: inline-block; font-size: 0.72rem; font-weight: 600;
	letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
	margin-bottom: 0.75rem; padding: 0.3rem 0.9rem;
	border: 1px solid rgba(201,162,39,0.3); border-radius: 100px;
}
.section-title { font-size: clamp(1.85rem, 3.5vw, 2.75rem); margin-bottom: 0.75rem; }
.section-desc { color: var(--text-muted); font-size: 1.02rem; }
.section-cta { text-align: center; margin-top: 2.5rem; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: start; }
.about-text p { color: var(--text-muted); margin-bottom: 1rem; line-height: 1.8; }
.about-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.5rem; }
.detail-item { padding: 0.9rem; background: var(--bg-soft); border-radius: 12px; border: 1px solid var(--border); }
.detail-label { display: block; font-size: 0.72rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; }
.detail-value { font-size: 0.92rem; font-weight: 500; color: var(--navy); }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.about-cards .glass-card { padding: 1.25rem; text-align: center; }
.card-icon { font-size: 1.5rem; color: var(--gold); display: block; margin-bottom: 0.5rem; font-weight: 700; }

/* Practice areas */
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.practice-card { display: block; color: inherit; padding: 0; text-decoration: none; }
.practice-card:hover { color: inherit; }
.practice-card-inner { padding: 1.75rem; }
.practice-icon {
	width: 48px; height: 48px; background: rgba(201,162,39,0.12); color: var(--gold-dark);
	border-radius: 12px; display: flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: 0.85rem; margin-bottom: 1rem;
}
.practice-title { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--navy); }
.practice-desc { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1rem; }
.practice-link { font-size: 0.82rem; font-weight: 600; color: var(--gold-dark); }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { display: block; color: inherit; padding: 1.5rem; text-decoration: none; }
.service-card:hover { color: inherit; }
.service-number { font-family: var(--font-heading); font-size: 1.75rem; color: rgba(201,162,39,0.25); font-weight: 700; }
.service-card h3 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; color: var(--navy); margin: 0.5rem 0; }
.service-card p { font-size: 0.85rem; color: var(--text-muted); }

/* Courts */
.courts-intro { margin-bottom: 2.5rem; text-align: center; }
.courts-intro p { color: var(--text-muted); font-size: 1.05rem; }
.court-group { margin-bottom: 2.5rem; }
.court-group-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
.court-group-header h3 { font-size: 1.35rem; }
.court-badge {
	font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.75rem;
	background: rgba(201,162,39,0.15); color: var(--gold-dark); border-radius: 100px;
}
.courts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.court-card h4 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.court-location { font-size: 0.82rem; color: var(--gold-dark); font-weight: 500; margin-bottom: 0.5rem; }
.court-desc { font-size: 0.88rem; color: var(--text-muted); }

/* Why choose */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.why-card { text-align: center; padding: 1.5rem; }
.why-icon {
	width: 44px; height: 44px; margin: 0 auto 0.75rem; background: rgba(201,162,39,0.12);
	color: var(--gold-dark); border-radius: 50%; display: flex; align-items: center;
	justify-content: center; font-weight: 700; font-size: 0.8rem;
}
.why-card h3 { font-size: 0.92rem; font-family: var(--font-body); font-weight: 600; margin-bottom: 0.35rem; color: #fff; }
.why-card p { font-size: 0.82rem; color: rgba(255,255,255,0.62); }

/* FAQ */
.faq-accordion { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { padding: 0; overflow: hidden; }
.faq-question {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	padding: 1.1rem 1.35rem; background: none; border: none; color: var(--navy);
	font-family: var(--font-body); font-size: 0.95rem; font-weight: 500; text-align: left; cursor: pointer;
}
.faq-question:hover { color: var(--gold-dark); }
.faq-icon { flex-shrink: 0; color: var(--gold); transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-answer-inner { padding: 0 1.35rem 1.1rem; color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; }

/* Form */
.consultation-wrapper { max-width: 860px; margin: 0 auto; }
.consultation-header { text-align: center; margin-bottom: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group-full { grid-column: 1 / -1; }
.form-group label { font-size: 0.82rem; font-weight: 500; color: var(--text-muted); }
.form-group input, .form-group textarea {
	padding: 0.8rem 1rem; background: #fff; border: 1px solid var(--border);
	border-radius: 12px; font-family: var(--font-body); font-size: 0.92rem; color: var(--text);
}
.form-group input:focus, .form-group textarea:focus {
	outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,0.12);
}
.form-actions { margin-top: 1.5rem; text-align: center; }
.form-message { margin-top: 1rem; padding: 0.9rem; border-radius: 12px; font-size: 0.88rem; }
.form-message.success { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.form-message.error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.contact-card { text-align: center; padding: 1.75rem 1.25rem; }
.contact-icon {
	width: 52px; height: 52px; margin: 0 auto 0.75rem; background: rgba(201,162,39,0.1);
	border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold);
}
.contact-card h3 { font-size: 0.78rem; font-family: var(--font-body); color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.35rem; }
.contact-value { font-size: 0.95rem; font-weight: 500; color: var(--navy); }
.contact-actions { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }

/* CTA */
.cta-banner { text-align: center; padding: 2.5rem; margin-top: 2rem; }
.cta-banner h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.cta-banner p { color: var(--text-muted); margin-bottom: 1.25rem; }
.cta-actions { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }

/* Footer */
.site-footer {
	position: relative; z-index: 1; padding: 3rem 1.5rem 1.5rem; margin-top: 0;
	background: var(--dark);
}
.footer-glass {
	max-width: var(--container); margin: 0 auto;
	background: transparent; border: none; border-radius: 0;
	padding: 2.5rem 0 1.5rem; box-shadow: none;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-title { font-size: 1.15rem; margin-bottom: 0.5rem; color: #fff; }
.footer-tagline { color: var(--gold-light); font-size: 0.88rem; margin-bottom: 0.5rem; }
.footer-desc { color: rgba(255,255,255,0.6); font-size: 0.88rem; line-height: 1.7; margin-bottom: 1rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.badge {
	font-size: 0.68rem; padding: 0.3rem 0.65rem; background: rgba(255,255,255,0.06);
	border: 1px solid var(--border-dark); border-radius: 100px; color: rgba(255,255,255,0.65);
}
.footer-links h4, .footer-contact h4 {
	font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
	text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold-light); margin-bottom: 1rem;
}
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 0.88rem; }
.footer-links a:hover { color: var(--gold-light); }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.contact-list li { display: flex; gap: 0.6rem; font-size: 0.88rem; color: rgba(255,255,255,0.65); }
.contact-list svg { flex-shrink: 0; color: var(--gold); margin-top: 2px; }
.contact-list a { color: rgba(255,255,255,0.75); }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid var(--border-dark); text-align: center; }
.copyright { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 0.35rem; }
.disclaimer { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-bottom: 0.75rem; }
.footer-legal { display: flex; justify-content: center; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.45); }

/* Marquee */
.marquee-section {
	padding: 1rem 0; background: var(--charcoal-light);
	border-top: 1px solid var(--border-dark);
	border-bottom: 1px solid var(--border-dark); overflow: hidden;
}
.marquee-track { display: flex; overflow: hidden; }
.marquee-content { display: flex; gap: 2.5rem; animation: marquee 35s linear infinite; white-space: nowrap; }
.marquee-item { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.05em; }
.marquee-dot { color: var(--gold); margin-right: 0.4rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Floating buttons */
.floating-contact { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; display: flex; flex-direction: column; gap: 0.6rem; }
.float-btn {
	width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center;
	justify-content: center; color: #fff; box-shadow: var(--shadow-lg); transition: transform 0.3s;
}
.float-btn:hover { transform: scale(1.08); color: #fff; }
.float-whatsapp { background: #25d366; }
.float-call { background: var(--gold); color: var(--navy); }
.float-consult { background: var(--navy); }

/* Page templates - cinematic inner headers */
.page-hero-cinematic {
	position: relative;
	min-height: clamp(300px, 42vh, 460px);
	display: flex;
	align-items: center;
	padding-top: var(--header-h);
	padding-bottom: 2.5rem;
	overflow: hidden;
}
.page-hero-cinematic-inner { position: relative; z-index: 3; width: 100%; }
.page-hero-content { color: #fff; max-width: 760px; }
.page-hero-cinematic .breadcrumbs {
	justify-content: flex-start;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 1rem;
}
.page-hero-cinematic .breadcrumbs a { color: rgba(255, 255, 255, 0.7); }
.page-hero-cinematic .breadcrumbs a:hover { color: #fff; }
.page-title-cinematic {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 500;
	line-height: 1.15;
	color: #fff;
	margin: 0;
}
.page-title-cinematic span { color: #fff; }
.page-excerpt-cinematic {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 0.85rem;
	max-width: 560px;
	line-height: 1.65;
}

.page-content, .single-detail, .legal-content { padding: 2rem; margin-bottom: 2rem; }
.breadcrumbs { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--text-dim); margin-bottom: 1rem; flex-wrap: wrap; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs .sep { color: var(--gold); }

/* 404 */
.error-content { text-align: center; padding: 3rem; max-width: 560px; margin: 0 auto; }
.error-code { font-family: var(--font-heading); font-size: 6rem; font-weight: 700; color: var(--gold); line-height: 1; }
.error-title { font-size: 1.75rem; margin: 1rem 0; }
.error-desc { color: var(--text-muted); margin-bottom: 1.5rem; }
.error-actions { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.search-form { display: flex; gap: 0.5rem; max-width: 380px; margin: 0 auto; }
.search-field { flex: 1; padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: 100px; }

/* Reveals */
.reveal-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; transition-delay: var(--delay, 0s); }
.reveal-up.revealed, .reveal-scale.revealed { opacity: 1; transform: translateY(0); }
.reveal-scale { opacity: 0; transform: scale(0.96); transition: opacity 0.8s ease, transform 0.8s ease; }

/* Grids */
.posts-grid, .archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.content-grid { display: grid; grid-template-columns: 1fr 280px; gap: 2rem; }
.legal-content h2 { font-size: 1.2rem; color: var(--gold-dark); margin: 1.5rem 0 0.75rem; }
.legal-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 0.75rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 1rem; }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.75rem; margin-top: 1rem; }
.process-step { text-align: center; padding: 1.25rem; }
.step-number {
	display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center;
	background: rgba(201,162,39,0.15); color: var(--gold-dark); border-radius: 50%; font-weight: 700; margin-bottom: 0.5rem;
}

/* Responsive — tablet */
@media (max-width: 1024px) {
	:root { --header-h: 76px; }

	.hero-justice-content { max-width: 100%; padding-bottom: 3rem; }
	.hero-bg-justice { background-position: 72% center; }

	.why-attorney-grid, .why-copy-columns { grid-template-columns: 1fr; gap: 2rem; }
	.why-attorney-heading .section-title { text-align: left; }
	.why-grid-compact { grid-template-columns: repeat(2, 1fr); }
	.about-section .section-header { text-align: center; }
	.about-grid, .footer-grid { grid-template-columns: 1fr; }
	.practice-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.contact-grid { grid-template-columns: repeat(2, 1fr); }
	.content-grid { grid-template-columns: 1fr; }

	.header-container { padding: 0.55rem 1rem; gap: 0.65rem; }
	.site-branding { flex: 1 1 auto; min-width: 0; max-width: 52%; }
	.main-navigation { flex: 0 0 auto; order: 3; }
	.header-actions { order: 2; margin-left: auto; flex-shrink: 0; }
	.logo-name {
		font-size: 0.88rem; white-space: nowrap;
		overflow: hidden; text-overflow: ellipsis;
	}
	.menu-toggle { display: block; }
	.nav-menu {
		position: fixed;
		top: calc(var(--header-h) + var(--safe-top) + 0.65rem);
		left: 1rem; right: 1rem;
		max-height: calc(100dvh - var(--header-h) - var(--safe-top) - 2rem);
		overflow-y: auto;
		background: rgba(15, 15, 15, 0.97); backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-radius: var(--radius); flex-direction: column; align-items: stretch;
		padding: 1rem; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,0.08);
		opacity: 0; visibility: hidden; transform: translateY(-8px);
		transition: opacity 0.35s, visibility 0.35s, transform 0.35s;
		z-index: 1002;
	}
	.nav-menu a {
		color: rgba(255,255,255,0.9); width: 100%; text-align: center;
		padding: 0.85rem 1rem; font-size: 0.92rem;
	}
	.nav-menu.active { opacity: 1; visibility: visible; transform: translateY(0); }
	.hide-mobile { display: none; }

	.page-hero-cinematic { min-height: clamp(260px, 38vh, 400px); }
	.page-hero-content { max-width: 100%; }
}

/* Responsive — mobile */
@media (max-width: 768px) {
	:root {
		--header-h: 72px;
		--section-pad: clamp(2.75rem, 8vw, 4rem);
	}

	.container { padding: 0 1.125rem; }
	.site-header { padding: calc(0.65rem + var(--safe-top)) 0.875rem 0; }

	.hero-cinematic {
		min-height: 100dvh; min-height: 100svh;
		align-items: flex-end; padding-top: calc(var(--header-h) + 1rem);
		padding-bottom: calc(1.5rem + var(--safe-bottom));
	}
	.hero-bg-justice { background-position: 62% 18%; }
	.hero-overlay-justice {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.86) 42%,
			rgba(0, 0, 0, 0.78) 100%
		);
	}
	.hero-golden-rays {
		background:
			radial-gradient(ellipse 90% 45% at 50% 0%, rgba(201, 162, 39, 0.28), transparent 62%),
			radial-gradient(ellipse 55% 40% at 85% 75%, rgba(201, 162, 39, 0.14), transparent 58%);
	}
	.hero-cinematic-inner { display: flex; align-items: flex-end; }
	.hero-justice-content {
		width: 100%; max-width: none; padding: 0 0 0.5rem;
	}
	.hero-eyebrow {
		font-size: 0.66rem; letter-spacing: 0.16em; margin-bottom: 1rem;
		flex-wrap: wrap; row-gap: 0.35rem;
	}
	.hero-eyebrow-line { width: 36px; }
	.hero-display {
		font-size: clamp(1.85rem, 8.2vw, 2.65rem);
		line-height: 1.14; margin-bottom: 0.85rem;
	}
	.hero-name-line { font-size: 0.92rem; margin-bottom: 0.85rem; }
	.hero-quote-cinematic {
		font-size: 0.9rem; padding-left: 1rem; margin-bottom: 1.35rem;
	}
	.hero-quote-cinematic p { line-height: 1.6; }
	.hero-actions {
		flex-direction: column; gap: 0.65rem; width: 100%;
	}
	.hero-actions .btn {
		width: 100%; justify-content: center;
		padding: 0.9rem 1.25rem; font-size: 0.88rem;
	}
	.hero-features-dark { margin-top: 1.25rem; gap: 0.75rem; }
	.hero-feature-item {
		align-items: flex-start; font-size: 0.82rem; line-height: 1.5;
	}
	.hero-feature-item .feature-dot { margin-top: 0.45rem; }

	.page-hero-cinematic {
		min-height: clamp(240px, 34vh, 340px);
		padding-bottom: 1.75rem; align-items: flex-end;
	}
	.page-hero-cinematic-inner { align-items: flex-end; }
	.page-title-cinematic { font-size: clamp(1.75rem, 7vw, 2.35rem); }
	.page-excerpt-cinematic { font-size: 0.92rem; max-width: 100%; }

	.why-grid-compact { grid-template-columns: 1fr; }
	.why-drop-cap::first-letter { font-size: 3rem; }
	.glass-card { padding: 1.35rem; }

	.header-glass-wrap { border-radius: 18px; }
	.header-container { padding: 0.5rem 0.75rem; }
	.logo-img { width: 38px; height: 38px; }
	.logo-degree { display: none; }
	.logo-name { font-size: 0.82rem; max-width: 9.5rem; }
	.btn-header-phone { padding: 0.5rem 0.65rem; min-width: 44px; min-height: 44px; }
	.header-actions .btn-sm { padding: 0.5rem 0.75rem; min-height: 44px; font-size: 0.75rem; }

	.floating-contact {
		bottom: calc(1rem + var(--safe-bottom));
		right: calc(1rem + var(--safe-right));
	}
	.float-btn { width: 46px; height: 46px; }

	.footer-glass { padding: 2rem 0 1.25rem; }
	.footer-legal { flex-wrap: wrap; gap: 0.75rem 1.25rem; }
	.cta-actions, .contact-actions, .error-actions { flex-direction: column; align-items: stretch; }
	.cta-actions .btn, .contact-actions .btn, .error-actions .btn { width: 100%; }
}

/* Responsive — small phones */
@media (max-width: 480px) {
	:root { --header-h: 68px; }

	.container { padding: 0 1rem; }
	.site-header { padding-left: 0.75rem; padding-right: 0.75rem; }

	.hero-display { font-size: clamp(1.65rem, 8.8vw, 2.2rem); }
	.hero-eyebrow { letter-spacing: 0.12em; }
	.hero-quote-cinematic { border-left-width: 3px; }

	.practice-grid, .services-grid, .why-grid, .contact-grid,
	.about-cards, .about-details, .form-grid, .benefits-grid,
	.posts-grid, .archive-grid, .process-steps { grid-template-columns: 1fr; }

	.header-actions .btn-gold { padding: 0.5rem 0.65rem; }
	.wa-label-full { display: none; }
	.wa-label-short { display: inline; }

	.section-header { margin-bottom: 2rem; }
	.section-title { font-size: clamp(1.55rem, 6.5vw, 2rem); }
	.page-content, .single-detail, .legal-content { padding: 1.35rem; }
	.error-code { font-size: 4.5rem; }
}

@media (max-width: 640px) {
	.hero-stats { flex-direction: column; gap: 1rem; }
	.stat-divider { width: 40px; height: 1px; }
}

/* Body lock when mobile menu open */
body.menu-open { overflow: hidden; touch-action: none; }

@media (prefers-reduced-motion: reduce) {
	*, .marquee-content { animation: none !important; transition: none !important; }
}
