:root {
  --navy: #0d1f2d;
  --navy-mid: #162840;
  --slate: #2c4a63;
  --gold: #c9a84c;
  --gold-light: #e0c47a;
  --gold-dark: #6B4C0E;
  --cream: #f5f0e8;
  --cream-dark: #ece5d5;
  --text: #1a1a1a;
  --muted: #3d4f5f;
  --white: #ffffff;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Source Serif 4',Georgia,serif;background:var(--cream);color:var(--text);line-height:1.7;font-size:16px;}

nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(13,31,45,0.97);backdrop-filter:blur(8px);border-bottom:1px solid rgba(201,168,76,0.2);display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:66px;}
.nav-brand{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--gold);text-decoration:none;letter-spacing:0.04em;}
.nav-links{display:flex;gap:2rem;list-style:none;}
.nav-links a{color:rgba(245,240,232,0.75);text-decoration:none;font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:300;transition:color 0.2s;}
.nav-links a:hover{color:var(--gold);}
.nav-cta{background:var(--gold);color:var(--navy)!important;padding:0.45rem 1.2rem;font-weight:600!important;transition:background 0.2s!important;}
.nav-cta:hover{background:var(--gold-light)!important;}

.hero{min-height:100vh;background:var(--navy);display:grid;grid-template-columns:55% 45%;position:relative;overflow:hidden;}
.hero .eyebrow{color:var(--gold);}
.hero .eyebrow::before{background:var(--gold);}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 55% 90% at 65% 50%,rgba(44,74,99,0.45) 0%,transparent 70%),radial-gradient(ellipse 35% 45% at 15% 85%,rgba(201,168,76,0.07) 0%,transparent 60%);pointer-events:none;}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.035) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.035) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:120px 6% 80px 8%;position:relative;z-index:2;}
.eyebrow{font-size:0.7rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold-dark);font-weight:400;margin-bottom:1.4rem;display:flex;align-items:center;gap:1rem;}
.eyebrow::before{content:'';display:block;width:36px;height:1px;background:var(--gold-dark);flex-shrink:0;}
.hero-name{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:900;color:#fff;line-height:1.05;margin-bottom:0.35rem;}
.hero-name-sub{color:var(--gold);display:block;font-size:0.42em;font-weight:400;letter-spacing:0.08em;margin-top:0.85rem;line-height:1.3;}
.hero-div{width:56px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:1.6rem 0;}
.hero-tag{font-size:1.1rem;color:rgba(245,240,232,0.72);font-weight:300;font-style:italic;max-width:400px;line-height:1.65;margin-bottom:2rem;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;}
.btn-gold{display:inline-flex;align-items:center;gap:0.6rem;background:var(--gold);color:var(--navy);padding:0.9rem 1.8rem;font-size:0.85rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;text-decoration:none;transition:background 0.2s,transform 0.15s;}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);}
.btn-outline{display:inline-flex;align-items:center;gap:0.6rem;border:1px solid rgba(201,168,76,0.5);color:rgba(245,240,232,0.8);padding:0.9rem 1.8rem;font-size:0.85rem;font-weight:300;letter-spacing:0.08em;text-transform:uppercase;text-decoration:none;transition:border-color 0.2s,color 0.2s;}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);}
.hero-right{display:flex;flex-direction:column;justify-content:center;padding:120px 6% 80px 2%;position:relative;z-index:2;}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:rgba(201,168,76,0.15);border:1px solid rgba(201,168,76,0.18);}
.stat{background:rgba(13,31,45,0.88);padding:1.8rem 1.4rem;text-align:center;transition:background 0.2s;}
.stat:hover{background:rgba(22,40,64,0.95);}
.stat-n{font-family:'Playfair Display',serif;font-size:2.4rem;font-weight:900;color:var(--gold);line-height:1;display:block;margin-bottom:0.4rem;}
.stat-l{font-size:0.7rem;letter-spacing:0.14em;text-transform:uppercase;color:rgba(245,240,232,0.5);font-weight:300;}


.author-byline{background:var(--navy);border-top:1px solid rgba(201,168,76,0.2);border-bottom:1px solid rgba(201,168,76,0.2);}
.byline-inner{max-width:1200px;margin:0 auto;padding:1.4rem 5%;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
.byline-label{font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);font-weight:600;flex-shrink:0;}
.byline-author{display:flex;align-items:baseline;gap:0.85rem;flex-wrap:wrap;flex:1;}
.byline-author strong{font-family:'Playfair Display',serif;font-size:1rem;color:#fff;font-weight:700;}
.byline-author span{font-size:0.84rem;color:rgba(245,240,232,0.65);font-weight:300;line-height:1.5;}
@media(max-width:700px){
  .byline-inner{padding:1.1rem 5%;gap:0.8rem;flex-direction:column;align-items:flex-start;}
  .byline-author{gap:0.4rem;}
}

.audiences{background:var(--white);padding:100px 5%;}
.audiences-inner{max-width:1200px;margin:0 auto;}
.section-head{margin-bottom:3.5rem;}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--navy);line-height:1.15;margin-bottom:1rem;}
.section-sub{font-size:1rem;color:var(--muted);font-weight:300;max-width:560px;}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);}
.audience-card{background:var(--white);padding:2.5rem 2rem;position:relative;overflow:hidden;transition:transform 0.2s;}
.audience-card:hover{transform:translateY(-3px);}
.audience-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.3s;}
.audience-card:hover::before{transform:scaleX(1);}
.audience-icon{font-size:2rem;margin-bottom:1.2rem;display:block;}
.audience-card h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--navy);margin-bottom:0.5rem;font-weight:700;}
.audience-card .question{font-size:0.92rem;color:var(--gold-dark);font-style:italic;font-weight:400;margin-bottom:1rem;line-height:1.5;}
.audience-card p{font-size:0.87rem;color:var(--muted);font-weight:300;line-height:1.65;}
.learn-more{display:inline-flex;align-items:center;gap:0.4rem;margin-top:1.2rem;font-size:0.78rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy);text-decoration:none;font-weight:600;transition:color 0.2s;}
.learn-more:hover{color:var(--gold);}
.learn-more svg{width:12px;height:12px;transition:transform 0.2s;}
.learn-more:hover svg{transform:translateX(3px);}

/* CREDENTIALS WITH PHOTO */
.credentials{background:var(--cream);padding:100px 5%;}
.credentials-inner{max-width:1200px;margin:0 auto;}
.creds-top{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start;margin-bottom:60px;}
.photo-block{position:relative;}
.photo-block img{width:100%;display:block;filter:grayscale(8%);border:4px solid var(--white);box-shadow:0 12px 40px rgba(13,31,45,0.15);}
.photo-block::after{content:'';position:absolute;top:16px;left:16px;right:-16px;bottom:-16px;border:2px solid var(--gold);z-index:-1;opacity:0.4;}
.photo-name{margin-top:1.2rem;text-align:center;}
.photo-name strong{display:block;font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--navy);font-weight:700;}
.photo-name span{font-size:0.78rem;color:var(--muted);font-weight:300;letter-spacing:0.06em;}
.creds-bio p{font-size:0.97rem;color:var(--muted);margin-bottom:1.1rem;font-weight:300;}
.creds-bio p strong{color:var(--text);font-weight:600;}
.testimony-note{background:var(--navy);border-left:4px solid var(--gold);padding:1.2rem 1.5rem;margin-top:1.5rem;}
.testimony-note p{font-size:0.88rem;color:rgba(245,240,232,0.78);font-weight:300;font-style:italic;margin:0;line-height:1.6;}
.creds-bottom{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.license-block h4{font-family:'Playfair Display',serif;font-size:1rem;color:var(--navy);margin-bottom:1rem;font-weight:700;}
.license-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}
.lic{background:var(--white);border:1px solid var(--cream-dark);padding:0.5rem;font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy);font-weight:600;text-align:center;}
.expertise-block{background:var(--navy);padding:2rem 2.5rem;position:relative;}
.expertise-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gold);}
.expertise-block h4{font-family:'Playfair Display',serif;font-size:1rem;color:#fff;margin-bottom:1.2rem;font-weight:700;}
.exp-list{list-style:none;display:flex;flex-direction:column;gap:0.65rem;}
.exp-list li{display:flex;align-items:flex-start;gap:0.65rem;font-size:0.85rem;color:rgba(245,240,232,0.75);font-weight:300;line-height:1.5;}
.exp-list li::before{content:'—';color:var(--gold);flex-shrink:0;font-weight:700;}

.services{background:var(--white);padding:100px 5%;}
.services-inner{max-width:1200px;margin:0 auto;}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);margin-top:3.5rem;}
.svc{background:var(--white);padding:2.2rem 1.8rem;transition:transform 0.2s;}
.svc:hover{transform:translateY(-3px);}
.svc-num{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:900;color:rgba(201,168,76,0.18);line-height:1;margin-bottom:1.2rem;display:block;}
.svc h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--navy);margin-bottom:0.6rem;font-weight:700;}
.svc p{font-size:0.86rem;color:var(--muted);font-weight:300;line-height:1.65;}

.blog{background:var(--cream);padding:100px 5%;}
.blog-inner{max-width:1200px;margin:0 auto;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;}
.blog-card{background:var(--white);border:1px solid var(--cream-dark);padding:2rem;transition:transform 0.2s,box-shadow 0.2s;}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(13,31,45,0.1);}
.blog-tag{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;margin-bottom:0.75rem;display:block;}
.blog-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--navy);margin-bottom:0.75rem;font-weight:700;line-height:1.3;}
.blog-card p{font-size:0.84rem;color:var(--muted);font-weight:300;line-height:1.6;}
.read-more{display:inline-flex;align-items:center;gap:0.4rem;margin-top:1.2rem;font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy);text-decoration:none;font-weight:600;transition:color 0.2s;}
.read-more:hover{color:var(--gold);}

.cases{background:var(--navy);padding:100px 5%;position:relative;overflow:hidden;}
.cases::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;}
.cases-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2;}
.cases .section-title{color:#fff;}
.cases .section-sub{color:rgba(245,240,232,0.55);}
.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5px;background:rgba(201,168,76,0.12);margin-top:3.5rem;}
.case-item{background:rgba(22,40,64,0.9);padding:2rem;transition:background 0.2s;}
.case-item:hover{background:rgba(44,74,99,0.7);}
.case-item h4{font-family:'Playfair Display',serif;font-size:1rem;color:var(--gold);margin-bottom:0.55rem;font-weight:700;}
.case-item p{font-size:0.85rem;color:rgba(245,240,232,0.6);font-weight:300;line-height:1.6;}

.contact-section{background:var(--white);padding:100px 5%;}
.contact-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.contact-text p{font-size:0.95rem;color:var(--muted);font-weight:300;margin-bottom:1rem;line-height:1.7;}
.contact-text p strong{color:var(--text);font-weight:600;}
.contact-panel{background:var(--navy);padding:3rem;position:relative;}
.contact-panel::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),transparent);}
.contact-panel h3{font-family:'Playfair Display',serif;font-size:1.45rem;color:#fff;margin-bottom:0.65rem;font-weight:700;}
.contact-panel>p{font-size:0.88rem;color:rgba(245,240,232,0.6);font-weight:300;margin-bottom:2rem;line-height:1.6;}
.c-item{display:flex;align-items:center;gap:0.9rem;margin-bottom:0.9rem;}
.c-icon{width:34px;height:34px;background:rgba(201,168,76,0.12);border:1px solid rgba(201,168,76,0.28);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.c-icon svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5;}
.c-item a{color:rgba(245,240,232,0.82);text-decoration:none;font-size:0.88rem;font-weight:300;transition:color 0.2s;}
.c-item a:hover{color:var(--gold);}
.btn-contact{display:block;margin-top:2rem;background:var(--gold);color:var(--navy);padding:1rem 1.5rem;text-align:center;text-decoration:none;font-size:0.83rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;transition:background 0.2s;}
.btn-contact:hover{background:var(--gold-light);}
.rate-note{font-size:0.78rem;color:rgba(245,240,232,0.4);font-weight:300;margin-top:0.75rem;line-height:1.5;font-style:italic;}

footer{background:#06101a;padding:3rem 5% 1.8rem;border-top:1px solid rgba(201,168,76,0.13);}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,168,76,0.1);}
.footer-col{display:flex;flex-direction:column;gap:0.4rem;}
.footer-brand{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--gold);font-weight:700;line-height:1.2;}
.footer-tagline{font-size:0.78rem;color:rgba(245,240,232,0.5);font-weight:300;line-height:1.5;}
.footer-label{font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:0.4rem;}
.footer-addr{font-size:0.82rem;color:rgba(245,240,232,0.7);font-weight:300;line-height:1.7;}
.footer-addr a{color:rgba(245,240,232,0.7);text-decoration:none;transition:color 0.2s;}
.footer-addr a:hover{color:var(--gold);}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;}
.footer-text{font-size:0.72rem;color:rgba(245,240,232,0.32);font-weight:300;letter-spacing:0.05em;}


.projects{background:var(--cream);padding:100px 5%;}
.projects-inner{max-width:1200px;margin:0 auto;}
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);margin-top:3.5rem;}
.proj-card{background:var(--white);padding:2.2rem 1.8rem;position:relative;transition:transform 0.2s;display:flex;flex-direction:column;}
.proj-card:hover{transform:translateY(-3px);}
.proj-icon{font-size:1.8rem;margin-bottom:1rem;display:block;}
.proj-card h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--navy);margin-bottom:0.7rem;font-weight:700;}
.proj-card p{font-size:0.86rem;color:var(--muted);font-weight:300;line-height:1.6;margin-bottom:1rem;}
.proj-meta{font-size:0.78rem!important;color:var(--gold-dark)!important;font-style:italic;border-top:1px solid var(--cream-dark);padding-top:0.85rem;margin-top:auto!important;line-height:1.5!important;}


.areas{background:var(--white);padding:100px 5%;}
.areas-inner{max-width:1200px;margin:0 auto;}
.areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);margin-top:3.5rem;}
.area-card{background:var(--white);padding:2rem 1.8rem;position:relative;transition:transform 0.2s;border-top:3px solid transparent;}
.area-card:hover{transform:translateY(-3px);}
.area-card.area-primary{border-top-color:var(--gold);}
.area-flag{font-family:'Playfair Display',serif;font-size:0.78rem;font-weight:700;letter-spacing:0.18em;color:var(--gold-dark);margin-bottom:0.6rem;background:rgba(139,105,20,0.08);display:inline-block;padding:0.3rem 0.7rem;border:1px solid rgba(139,105,20,0.25);}
.area-card h3{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--navy);margin-bottom:0.5rem;font-weight:700;}
.area-cities{font-size:0.82rem!important;color:var(--gold-dark)!important;font-weight:600!important;letter-spacing:0.02em;margin-bottom:0.85rem!important;line-height:1.5!important;}
.area-card p:not(.area-cities){font-size:0.85rem;color:var(--muted);font-weight:300;line-height:1.6;}
.areas-comity{margin-top:3rem;padding:1.5rem 2rem;background:var(--cream);border-left:4px solid var(--gold);}
.areas-comity p{font-size:0.88rem;color:var(--muted);font-weight:300;margin:0;line-height:1.6;}
.areas-comity strong{color:var(--text);font-weight:600;}

/* ── AUDIENCE GRID TWO-UP ── */
.audience-grid-two{grid-template-columns:1fr 1fr!important;}
@media(max-width:700px){.audience-grid-two{grid-template-columns:1fr!important;}}

/* ── AEG REFERRAL BANNER ── */
.aeg-referral{background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.25);margin-top:2rem;}
.aeg-referral-inner{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;gap:2rem;flex-wrap:wrap;}
.aeg-referral-text{font-size:0.88rem;color:var(--muted);font-weight:300;line-height:1.6;flex:1;}
.aeg-referral-text strong{color:var(--text);font-weight:600;display:block;margin-bottom:0.3rem;}
.aeg-referral-link{background:var(--navy);color:var(--gold);padding:0.75rem 1.5rem;text-decoration:none;font-size:0.82rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;white-space:nowrap;border:1px solid rgba(201,168,76,0.3);transition:background 0.2s,color 0.2s;}
.aeg-referral-link:hover{background:var(--gold);color:var(--navy);}
@media(max-width:700px){.aeg-referral-inner{flex-direction:column;align-items:flex-start;padding:1.2rem 1.5rem;}}

/* ── AFTER SETTLEMENT ── */
.after-settlement{background:var(--navy);padding:100px 5%;position:relative;overflow:hidden;}
.after-settlement::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;}
.after-settlement-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2;}
.settlement-header{margin-bottom:3.5rem;}
.settlement-header .eyebrow{color:var(--gold);}
.after-settlement .section-title{color:#fff;}
.after-settlement .section-sub{color:rgba(245,240,232,0.6);max-width:560px;}
.after-settlement .eyebrow{color:var(--gold);}
.after-settlement .eyebrow::before{background:var(--gold);}
.settlement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(201,168,76,0.12);margin-bottom:3rem;}
.settlement-card{background:rgba(22,40,64,0.9);padding:2.2rem 2rem;transition:background 0.2s;}
.settlement-card:hover{background:rgba(44,74,99,0.8);}
.settlement-step{font-family:'Playfair Display',serif;font-size:3rem;font-weight:900;color:rgba(201,168,76,0.2);line-height:1;margin-bottom:1rem;display:block;}
.settlement-card h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--gold);margin-bottom:0.75rem;font-weight:700;}
.settlement-card p{font-size:0.86rem;color:rgba(245,240,232,0.7);font-weight:300;line-height:1.65;margin-bottom:0.75rem;}

/* AEG CTA BLOCK */
.aeg-cta-block{background:rgba(13,31,45,0.95);border:1px solid rgba(201,168,76,0.25);padding:3rem;}
.aeg-cta-content{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start;}
.aeg-cta-left h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:#fff;margin-bottom:0.75rem;font-weight:700;}
.aeg-cta-left p{font-size:0.88rem;color:rgba(245,240,232,0.7);font-weight:300;line-height:1.65;}
.aeg-cta-right{display:flex;flex-direction:column;align-items:center;text-align:center;border-left:1px solid rgba(201,168,76,0.2);padding-left:3rem;}
.aeg-logo-block{text-align:center;}
.aeg-logo-text{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:900;color:var(--gold);line-height:1;}
.aeg-logo-sub{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:rgba(245,240,232,0.5);font-weight:300;margin-top:0.4rem;line-height:1.4;}

@media(max-width:960px){
  .after-settlement{padding:70px 5%;}
  .settlement-grid{grid-template-columns:1fr;}
  .aeg-cta-content{grid-template-columns:1fr;}
  .aeg-cta-right{border-left:none;padding-left:0;border-top:1px solid rgba(201,168,76,0.2);padding-top:2rem;align-items:flex-start;text-align:left;}
}
@media(max-width:700px){
  .after-settlement{padding:56px 5%;}
}

#chat-bubble{position:fixed;bottom:28px;right:28px;z-index:1000;}
.chat-btn{width:58px;height:58px;border-radius:50%;background:var(--gold);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(201,168,76,0.45);transition:transform 0.2s,background 0.2s;}
.chat-btn:hover{transform:scale(1.08);background:var(--gold-light);}
.chat-btn svg{width:24px;height:24px;stroke:var(--navy);fill:none;stroke-width:2;}
.chat-badge{position:absolute;top:-4px;right:-4px;background:#e05252;color:#fff;border-radius:50%;width:18px;height:18px;font-size:0.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:sans-serif;}
#chat-window{position:fixed;bottom:100px;right:28px;z-index:1000;width:360px;max-height:540px;background:var(--white);border:1px solid var(--cream-dark);box-shadow:0 12px 48px rgba(13,31,45,0.22);display:none;flex-direction:column;font-family:'Source Serif 4',Georgia,serif;}
#chat-window.open{display:flex;}
.chat-header{background:var(--navy);padding:1.1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--gold);}
.chat-header-left{display:flex;align-items:center;gap:0.75rem;}
.chat-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--gold);}
.chat-avatar img{width:100%;height:100%;object-fit:cover;}
.chat-header-info strong{display:block;font-size:0.85rem;color:#fff;font-weight:600;}
.chat-header-info span{font-size:0.72rem;color:rgba(245,240,232,0.55);font-weight:300;}
.chat-close{background:none;border:none;cursor:pointer;color:rgba(245,240,232,0.5);font-size:1.3rem;line-height:1;transition:color 0.2s;padding:0;}
.chat-close:hover{color:var(--gold);}
.chat-messages{flex:1;overflow-y:auto;padding:1.2rem;display:flex;flex-direction:column;gap:0.85rem;max-height:340px;}
.msg{max-width:88%;font-size:0.86rem;line-height:1.55;padding:0.7rem 1rem;}
.msg.bot{background:var(--cream);color:var(--text);align-self:flex-start;border-left:3px solid var(--gold);}
.msg.user{background:var(--navy);color:rgba(245,240,232,0.9);align-self:flex-end;font-weight:300;}
.msg a{color:var(--gold);text-decoration:underline;}
.chat-options{padding:0.75rem 1.2rem;display:flex;flex-direction:column;gap:0.5rem;border-top:1px solid var(--cream-dark);}
.opt-btn{background:none;border:1px solid var(--cream-dark);padding:0.55rem 0.9rem;font-family:'Source Serif 4',Georgia,serif;font-size:0.82rem;color:var(--navy);cursor:pointer;text-align:left;transition:border-color 0.2s,background 0.2s;}
.opt-btn:hover{border-color:var(--gold);background:var(--cream);}
.chat-input-row{display:flex;border-top:1px solid var(--cream-dark);padding:0.75rem;}
.chat-input-row input{flex:1;border:1px solid var(--cream-dark);padding:0.55rem 0.8rem;font-family:'Source Serif 4',Georgia,serif;font-size:0.84rem;color:var(--text);background:var(--cream);outline:none;}
.chat-input-row input:focus{border-color:var(--gold);}
.chat-send{background:var(--gold);border:none;padding:0.55rem 1rem;cursor:pointer;font-weight:700;color:var(--navy);font-size:0.82rem;transition:background 0.2s;}
.chat-send:hover{background:var(--gold-light);}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}
.hero-left > *{animation:fadeUp 0.65s ease both;}
.hero-left .eyebrow{animation-delay:0s;}
.hero-name{animation-delay:0.12s;}
.hero-div{animation-delay:0.25s;}
.hero-tag{animation-delay:0.35s;}
.hero-btns{animation-delay:0.48s;}
.stats-grid{animation:fadeUp 0.7s 0.6s ease both;}

/* ── HAMBURGER NAV ── */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:300;}
.hamburger span{display:block;width:24px;height:2px;background:var(--gold);transition:transform 0.25s,opacity 0.25s;}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mobile-menu{
  display:none;
  position:fixed;top:66px;left:0;right:0;
  background:rgba(13,31,45,0.99);
  backdrop-filter:blur(10px);
  border-bottom:2px solid var(--gold);
  z-index:199;
  flex-direction:column;
  padding:1.5rem 5%;
  gap:0;
}
.mobile-menu.open{display:flex;}
.mobile-menu a{
  color:rgba(245,240,232,0.85);
  text-decoration:none;
  font-size:1rem;
  font-weight:300;
  letter-spacing:0.08em;
  padding:1rem 0;
  border-bottom:1px solid rgba(201,168,76,0.1);
  display:block;
  transition:color 0.2s;
}
.mobile-menu a:last-child{border-bottom:none;color:var(--gold);font-weight:600;}
.mobile-menu a:hover{color:var(--gold);}

@media(max-width:960px){
  /* NAV */
  .nav-links{display:none;}
  .hamburger{display:flex;}

  /* HERO */
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero-left{padding:100px 6% 50px 6%;}
  .hero-right{padding:0 6% 70px;}
  .stats-grid{grid-template-columns:repeat(4,1fr);}

  /* SECTIONS — tighter vertical padding on tablet */
  .audiences,.credentials,.services,.blog,.cases,.contact-section{padding:70px 5%;}

  /* GRIDS */
  .audience-grid{grid-template-columns:1fr;}
  .svc-grid{grid-template-columns:1fr 1fr;}
  .blog-grid{grid-template-columns:1fr 1fr;}
  .proj-grid,.areas-grid{grid-template-columns:1fr 1fr;}
  .projects,.areas{padding:70px 5%;}
  .creds-top{grid-template-columns:220px 1fr;gap:40px;}
  .creds-bottom{grid-template-columns:1fr 1fr;gap:30px;}
  .case-grid{grid-template-columns:1fr 1fr;}
  .contact-inner{grid-template-columns:1fr;gap:40px;}
}

@media(max-width:700px){
  /* HERO */
  .hero-left{padding:90px 5% 40px;}
  .hero-right{padding:0 5% 60px;}
  .stats-grid{grid-template-columns:1fr 1fr;}

  /* SECTIONS */
  .audiences,.credentials,.services,.blog,.cases,.contact-section{padding:56px 5%;}

  /* GRIDS — all single column */
  .svc-grid,.blog-grid,.creds-bottom,.case-grid,.proj-grid,.areas-grid{grid-template-columns:1fr;}
  .projects,.areas{padding:56px 5%;}
  .creds-top{grid-template-columns:1fr;}
  .photo-block{max-width:220px;margin:0 auto;}

  /* PHOTO center on mobile */
  .creds-top{justify-items:center;}
  .creds-bio{text-align:left;}

  /* LICENSE GRID */
  .license-grid{grid-template-columns:repeat(3,1fr);}

  /* CHAT */
  #chat-window{width:calc(100vw - 32px);right:16px;bottom:90px;}
  #chat-bubble{bottom:20px;right:16px;}
}

@media(max-width:400px){
  .hero-btns{flex-direction:column;}
  .btn-gold,.btn-outline{justify-content:center;text-align:center;}
  .stats-grid{grid-template-columns:1fr 1fr;}
  .license-grid{grid-template-columns:1fr 1fr;}
}

@media(max-width:900px){
  .footer-top{grid-template-columns:1fr 1fr;gap:1.8rem;}
}
@media(max-width:560px){
  .footer-top{grid-template-columns:1fr;gap:1.5rem;}
  .footer-bottom{flex-direction:column;text-align:center;align-items:center;}
}
/* ── Insights Archive & Single Post ─────────────────────────────────────────── */
.insights-archive {
  background: var(--cream);
  padding: 120px 5% 100px;
}
.insights-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.insight-post {
  background: var(--white);
  padding: 120px 5% 100px;
}
.insight-inner {
  max-width: 800px;
  margin: 0 auto;
}
.insight-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--cream-dark);
}
.insight-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
}
.insight-meta time {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 300;
}
.insight-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
.insight-byline {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.insight-byline strong {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: 1rem;
}
.insight-byline span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 300;
}
.insight-body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text);
}
.insight-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin: 2.5rem 0 1rem;
}
.insight-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--navy);
  margin: 2rem 0 0.75rem;
}
.insight-body p { margin-bottom: 1.4rem; }
.insight-body ul, .insight-body ol {
  margin: 0 0 1.4rem 1.5rem;
}
.insight-body li { margin-bottom: 0.5rem; }
.insight-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cream-dark);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.insight-cta-box {
  flex: 1;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 1.5rem;
}
.insight-cta-box p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1rem;
  font-weight: 300;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.read-more:hover { color: var(--gold); }
.insights-pagination a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid var(--cream-dark);
  color: var(--navy);
  text-decoration: none;
  font-size: 0.85rem;
  transition: background 0.2s;
}
.insights-pagination a:hover, .insights-pagination .current {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
