/* ═══ Chicago Legal Exchange — Production Styles ═══ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --maroon: #6B1D2A;
  --maroon-deep: #4E1520;
  --maroon-light: #8A2E3C;
  --off-black: #1A1A1A;
  --charcoal: #2C2C2C;
  --slate: #4A4A4A;
  --body-text: #555;
  --muted: #888;
  --border: #D5CFC7;
  --cream: #F5F0E8;
  --warm-white: #FAF8F5;
  --gold: #C4993B;
  --gold-light: #D4B156;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--charcoal); background: var(--warm-white); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
@media(min-width:640px) { .container { padding: 0 32px; } }
@media(min-width:1024px) { .container { padding: 0 48px; } }

/* ═══ TOP BAR ═══ */
.top-bar { background: var(--off-black); color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .07em; padding: 9px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: rgba(255,255,255,.8); transition: color .25s; }
.top-bar a:hover { color: var(--gold); }
.top-bar-right { display: flex; gap: 24px; align-items: center; }
.top-bar-right svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; stroke-width: 2; vertical-align: middle; margin-right: 5px; }

/* ═══ HEADER ═══ */
.site-header { background: #fff; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(0,0,0,.06); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,.06); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; }
.logo-link { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 46px; height: 46px; background: var(--maroon); display: flex; align-items: center; justify-content: center; font-family: var(--serif); color: #fff; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.logo-text-h { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--off-black); line-height: 1.15; }
.logo-text-sub { font-family: var(--sans); font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; color: var(--maroon); font-weight: 600; }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a { font-size: 13.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); position: relative; transition: color .25s; }
.main-nav a:not(.nav-cta):hover { color: var(--maroon); }
.main-nav a:not(.nav-cta)::after { content:''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--maroon); transition: width .3s; }
.main-nav a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--maroon); color: #fff !important; padding: 11px 26px; font-size: 12px; letter-spacing: .1em; transition: background .25s; }
.nav-cta:hover { background: var(--maroon-deep); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--off-black); }
.mobile-nav { display: none; position: fixed; inset: 0; background: #fff; z-index: 9999; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--serif); font-size: 28px; color: var(--off-black); }
.mobile-nav a:hover { color: var(--maroon); }
.mobile-close { position: absolute; top: 24px; right: 28px; background: none; border: none; cursor: pointer; font-size: 32px; color: var(--off-black); }

/* ═══ HERO ═══ */
.hero { position: relative; min-height: 100vh; width: 100%; overflow: hidden; background: var(--off-black); perspective: 1000px; }
.hero-bg-gradient { position: absolute; inset: 0; background: linear-gradient(165deg, #1C1C1C 0%, #242424 35%, #2A1A1E 70%, #1E1518 100%); background-size: 300% 300%; animation: subtleGradient 25s ease infinite; }
.hero .parallax-layer { position: absolute; inset: 0; }
.hero .parallax-layer-1 { background: radial-gradient(ellipse at 20% 80%, rgba(107,29,42,.25) 0%, transparent 60%); }
.hero .parallax-layer-2 { background: radial-gradient(ellipse at 80% 20%, rgba(78,21,32,.15) 0%, transparent 55%); }
.grid-pattern { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent 0 79px, rgba(255,255,255,.03) 79px 80px), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.03) 79px 80px); opacity: .5; }
.hero-content-wrap { position: relative; z-index: 10; width: 100%; min-height: 100vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 96px 0 112px; }
.hero-tag { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.hero-tag span:first-child { width: 40px; height: 2px; background: var(--gold); }
.hero-tag span:last-child { font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
.hero h2 { font-family: var(--serif); font-size: clamp(40px,5vw,72px); font-weight: 700; color: #fff; line-height: 1.08; letter-spacing: -.025em; margin-bottom: 28px; }
.hero h2 em { font-style: italic; font-weight: 500; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,.65); max-width: 520px; margin-bottom: 40px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 34px; font-family: var(--sans); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; border: none; cursor: pointer; transition: all .3s; position: relative; overflow: hidden; }
.btn-maroon { background: var(--maroon); color: #fff; }
.btn-maroon:hover { background: var(--maroon-light); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(107,29,42,.3); }
.btn-maroon .btn-shine { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transform: translateX(-100%); transition: transform .7s; }
.btn-maroon:hover .btn-shine { transform: translateX(100%); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.25); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-white { background: #fff; color: var(--maroon); }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }
.btn-dark { background: var(--maroon); color: #fff; }
.btn-dark:hover { background: var(--maroon-deep); }

/* 3D Photo Card */
.photo-3d-wrap { perspective: 1000px; position: relative; width: 100%; max-width: 420px; }
.photo-3d-inner { position: relative; transition: transform .2s ease-out; transform-style: preserve-3d; }
.photo-frame { position: relative; overflow: hidden; border: 3px solid rgba(255,255,255,.08); box-shadow: 0 25px 50px -12px rgba(0,0,0,.5); transition: box-shadow .3s; }
.photo-3d-wrap:hover .photo-frame { box-shadow: 0 25px 50px -12px rgba(107,29,42,.5), 0 0 30px rgba(196,153,59,.2); }
.photo-frame img { width: 100%; height: 580px; object-fit: cover; object-position: top center; filter: contrast(1.04) brightness(.97); }
.photo-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,26,.5) 0%, transparent 40%); }
.photo-shine { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.1) 45%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.1) 55%, transparent 60%); opacity: 0; transform: translateX(-100%); transition: transform .6s, opacity .3s; }
.photo-3d-wrap:hover .photo-shine { opacity: 1; transform: translateX(100%); }
.photo-corner { position: absolute; width: 80px; height: 80px; opacity: .6; filter: drop-shadow(0 0 8px rgba(196,153,59,.5)); }
.photo-corner-tr { top: -24px; right: -24px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.photo-corner-bl { bottom: -24px; left: -24px; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); }

/* Sparkle */
.sparkle { position: absolute; pointer-events: none; color: var(--gold); filter: drop-shadow(0 0 6px rgba(196,153,59,.8)); }

/* Particles */
.particle { position: absolute; border-radius: 50%; pointer-events: none; }

/* Orbs */
.glow-orb { position: absolute; border-radius: 50%; pointer-events: none; }

/* Shimmer overlay */
.shimmer-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0%, rgba(196,153,59,.1) 50%, transparent 100%); background-size: 200% 100%; animation: shimmer 3s ease-in-out infinite; }

/* Hero stats badge */
.hero-badge { position: absolute; bottom: 32px; right: 32px; z-index: 20; padding: 24px 32px; background: rgba(107,29,42,.95); backdrop-filter: blur(12px); border: 1px solid rgba(196,153,59,.3); box-shadow: 0 10px 40px rgba(0,0,0,.3), 0 0 20px rgba(196,153,59,.1); border-radius: 8px; }
.hero-badge-inner { display: flex; align-items: center; gap: 32px; }
.hero-badge-name { font-family: var(--serif); font-size: 18px; font-weight: 600; color: #fff; }
.hero-badge-title { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); margin-top: 2px; }
.hero-badge-stats { display: flex; gap: 24px; }
.hero-badge-stat { text-align: center; }
.hero-badge-stat-num { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--gold); }
.hero-badge-stat-label { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.5); margin-top: 2px; }

/* Hero bottom gradient */
.hero-bottom-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; background: linear-gradient(to top, var(--maroon) 0%, transparent 100%); }

/* ═══ TRUST BAR ═══ */
.trust-bar { background: var(--maroon); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 1.8; }
.trust-text { font-size: 13px; color: rgba(255,255,255,.9); font-weight: 500; line-height: 1.4; }

/* ═══ SECTION COMMONS ═══ */
section { padding: 100px 0; }
.sec-tag { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .25em; color: var(--maroon); margin-bottom: 14px; }
.sec-tag-line { width: 28px; height: 1.5px; background: var(--maroon); }
.sec-title { font-family: var(--serif); font-size: clamp(30px,3.8vw,46px); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; color: var(--off-black); margin-bottom: 18px; }
.sec-desc { font-size: 16px; color: var(--body-text); line-height: 1.8; max-width: 580px; }

/* ═══ ABOUT ═══ */
.about { background: var(--warm-white); }
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
.about-image-wrap { position: relative; }
.about-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; }
.about-photo-border { position: absolute; top: 16px; left: 16px; right: -16px; bottom: -16px; border: 2px solid var(--maroon); z-index: -1; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--maroon); padding: 20px 28px; color: #fff; z-index: 2; text-align: center; }
.about-badge-school { font-family: var(--serif); font-size: 15px; font-weight: 600; line-height: 1.3; }
.about-badge-label { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .7; margin-top: 4px; }
.about-text p { font-size: 15.5px; color: var(--body-text); line-height: 1.85; margin-bottom: 18px; }
.about-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--border); }
.cred-label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--maroon); font-weight: 700; margin-bottom: 6px; }
.cred-value { font-size: 14px; color: var(--slate); line-height: 1.5; }

/* ═══ PRACTICE AREAS ═══ */
.practice { background: var(--cream); }
.practice-header { text-align: center; margin-bottom: 60px; }
.practice-header .sec-desc { margin: 0 auto; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.practice-card { background: #fff; padding: 40px 32px 36px; border: 1px solid rgba(0,0,0,.05); position: relative; overflow: hidden; transition: transform .35s, box-shadow .35s; }
.practice-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--maroon); transition: width .4s; }
.practice-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(0,0,0,.08); }
.practice-card:hover::before { width: 100%; }
.practice-num { font-family: var(--serif); font-size: 36px; font-weight: 700; color: rgba(107,29,42,.1); margin-bottom: 18px; line-height: 1; }
.practice-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--off-black); margin-bottom: 12px; }
.practice-card p { font-size: 14.5px; color: var(--body-text); line-height: 1.7; margin-bottom: 20px; }
.practice-link { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--maroon); display: inline-flex; align-items: center; gap: 6px; transition: gap .25s; }
.practice-link:hover { gap: 12px; }

/* ═══ RESULTS BAR ═══ */
.results-bar { background: var(--off-black); padding: 64px 0; }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.result-num { font-family: var(--serif); font-size: 48px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.result-label { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.45); }

/* ═══ TESTIMONIALS ═══ */
.testimonials { background: var(--warm-white); }
.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.testimonial-card { background: #fff; border: 1px solid rgba(0,0,0,.06); padding: 44px 40px; position: relative; }
.testimonial-card::before { content: ''; position: absolute; top: 0; left: 40px; width: 48px; height: 3px; background: var(--maroon); }
.tq-mark { font-family: var(--serif); font-size: 72px; line-height: 1; color: var(--maroon); opacity: .15; margin-bottom: -12px; }
.testimonial-card blockquote { font-size: 16px; font-style: italic; color: var(--slate); line-height: 1.8; margin-bottom: 28px; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-avatar { width: 44px; height: 44px; background: var(--cream); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--maroon); }
.t-name { font-size: 14px; font-weight: 600; color: var(--off-black); }
.t-role { font-size: 12px; color: var(--muted); }

/* ═══ CTA BANNER ═══ */
.cta-banner { background: linear-gradient(135deg, var(--maroon-deep), var(--maroon), var(--maroon-light)); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,.06), transparent 60%); }
.cta-banner .container { position: relative; z-index: 2; }
.cta-banner h2 { font-family: var(--serif); font-size: clamp(28px,3.5vw,42px); font-weight: 600; color: #fff; margin-bottom: 16px; }
.cta-banner p { font-size: 17px; color: rgba(255,255,255,.7); margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ═══ CONTACT ═══ */
.contact { background: var(--cream); padding-bottom: 80px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.contact-item { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 28px; }
.contact-icon-box { width: 48px; height: 48px; background: var(--maroon); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon-box svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; }
.contact-item h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--off-black); margin-bottom: 3px; }
.contact-item p, .contact-item a { font-size: 15px; color: var(--body-text); }
.contact-item a { transition: color .25s; }
.contact-item a:hover { color: var(--maroon); }
.contact-hours { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }
.contact-hours h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--off-black); margin-bottom: 12px; }
.contact-hours p { font-size: 14px; color: var(--body-text); line-height: 1.8; }
.contact-form-wrap { background: #fff; padding: 44px; border: 1px solid rgba(0,0,0,.06); }
.contact-form-wrap h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; margin-bottom: 8px; }
.contact-form-wrap > p { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; color: var(--slate); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--border); background: var(--warm-white); font-family: var(--sans); font-size: 14px; color: var(--off-black); outline: none; transition: border-color .25s, background .25s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--maroon); background: #fff; }
.form-group textarea { resize: vertical; min-height: 110px; }

/* ═══ MAP ═══ */
.map-section { height: 360px; background: var(--charcoal); overflow: hidden; }
.map-section iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8) contrast(1.05); }

/* ═══ FOOTER ═══ */
footer { background: var(--off-black); color: rgba(255,255,255,.5); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 52px; }
.footer-brand .logo-text-h { color: #fff; font-size: 18px; }
.footer-brand .logo-text-sub { color: var(--gold); }
.footer-brand > p { font-size: 14px; line-height: 1.7; max-width: 300px; margin-top: 16px; }
footer h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.75); margin-bottom: 20px; font-weight: 600; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul a { color: rgba(255,255,255,.45); font-size: 14px; transition: color .25s; }
footer ul a:hover { color: var(--gold); }
.footer-contact p { font-size: 14px; line-height: 1.8; }
.footer-contact a { color: rgba(255,255,255,.55); transition: color .25s; }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-disclaimer { font-size: 12px; font-style: italic; color: rgba(255,255,255,.3); }

/* ═══ GSAP REVEAL ═══ */
.gsap-reveal { opacity: 0; transform: translateY(40px); }

/* ═══ ANIMATIONS ═══ */
@keyframes subtleGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes float { 0%,100% { transform: translateY(0) translateX(0); } 25% { transform: translateY(-20px) translateX(10px); } 50% { transform: translateY(-10px) translateX(-10px); } 75% { transform: translateY(-30px) translateX(5px); } }
@keyframes sparkle-anim { 0%,100% { opacity: 0; transform: scale(0) rotate(0deg); } 50% { opacity: 1; transform: scale(1) rotate(180deg); } }
@keyframes pulse-glow { 0%,100% { opacity: .35; transform: scale(1); } 50% { opacity: .55; transform: scale(1.05); } }

/* ═══ SCROLLBAR ═══ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--maroon); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--maroon-deep); }

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 64px 0 72px; }
  .hero-grid > div:first-child { order: 2; }
  .hero-grid > div:last-child { order: 1; }
  .photo-3d-wrap { max-width: 400px; }
  .photo-frame img { height: 440px; }
  .hero-badge { bottom: 16px; right: 16px; padding: 16px 24px; }
  .hero-badge-name { font-size: 15px; }
  .practice-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-image-wrap { max-width: 400px; }
  .results-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
}
@media(max-width:680px) {
  section { padding: 72px 0; }
  .hero-grid { padding: 48px 0 56px; }
  .photo-frame img { height: 360px; }
  .practice-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrap { padding: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .result-num { font-size: 36px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-item:last-child { border-bottom: none; }
  .about-creds { grid-template-columns: 1fr; }
  .about-photo-border { display: none; }
  .about-badge { right: 0; bottom: -16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .top-bar-right { display: none; }
  .hero-badge { position: relative; bottom: auto; right: auto; margin: 24px auto 0; }
}

/* ═══ MOBILE STICKY CALL BAR ═══ */
.mobile-call-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--maroon);padding:14px 20px;text-align:center;z-index:9998;box-shadow:0 -4px 20px rgba(0,0,0,.2)}
.mobile-call-bar a{color:#fff;font-size:16px;font-weight:700;letter-spacing:.05em}
@media(max-width:768px){.mobile-call-bar{display:block}body{padding-bottom:54px}}
/* Details/FAQ styling */
details summary{list-style:none;cursor:pointer}
details summary::-webkit-details-marker{display:none}
details summary::before{content:'+ ';font-weight:700;color:var(--maroon);margin-right:8px}
details[open] summary::before{content:'− '}
details[open] summary{color:var(--maroon)}
/* Inner page breadcrumb area */
.page-hero{background:linear-gradient(135deg,var(--off-black),var(--charcoal));padding:48px 0;color:#fff}
.page-hero .sec-tag span{color:var(--gold)}
.page-hero .sec-tag .sec-tag-line{background:var(--gold)}
.page-hero h1{font-family:var(--serif);font-size:clamp(28px,3.5vw,42px);font-weight:600;color:#fff;margin-bottom:8px;line-height:1.15}
.page-hero p{color:rgba(255,255,255,.65);font-size:17px;max-width:600px}

/* ═══ CHICAGO SKYLINE SILHOUETTE ═══ */
.hero-skyline {
  position: absolute;
  bottom: 140px;
  left: -5%;
  right: -5%;
  width: 110%;
  height: 380px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.22;
}
.hero-skyline svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
@media(max-width:1024px) { .hero-skyline { height: 260px; bottom: 120px; opacity: 0.18; } }
@media(max-width:680px) { .hero-skyline { height: 170px; bottom: 100px; opacity: 0.15; } }
