/* Azikiwe Law Office, LLC — boutique international / private-wealth law firm.
   Palette: deep navy + warm gold + ivory + slate. Sophisticated, trustworthy,
   international. Distinct from every other demo this batch. Pure CSS, mobile-first. */
:root{
  --navy:#0f1d33;
  --navy-700:#16294a;
  --navy-500:#23406e;
  --gold:#c2a35a;
  --gold-bright:#d8bd7e;
  --ivory:#eef1f5;       /* cool grey-blue paper (distinct from warm ivory) */
  --ivory-2:#e3e8ef;     /* cooler panel */
  --slate:#5b6575;
  --ink:#15202e;
  --white:#ffffff;
  --line:rgba(15,29,51,.12);
  --line-light:rgba(255,255,255,.16);
  --shadow:0 24px 60px -28px rgba(15,29,51,.45);
  --shadow-sm:0 8px 24px -14px rgba(15,29,51,.30);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Inter','Helvetica Neue',Arial,sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
  --r:14px; --r-sm:8px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
/* Body: warm ivory with a layered radial gradient wash so light has
   direction, plus a faint grain texture overlay for a premium surface
   (not a flat template fill). Type pairing: Cormorant Garamond (serif
   display) + Inter (sans body) — a real two-face system. */
body{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  background:
    radial-gradient(1200px 600px at 80% -5%, rgba(194,163,90,.10), transparent 60%),
    radial-gradient(900px 500px at -10% 20%, rgba(35,64,110,.06), transparent 55%),
    var(--ivory);
  background-attachment:fixed;
  color:var(--ink);line-height:1.7;overflow-x:hidden;font-size:17px;-webkit-font-smoothing:antialiased;position:relative}
/* faint grain overlay — premium surface texture */
body::before{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.4;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
.wrap, .site-header, .hero, section, footer{position:relative;z-index:2}
img{max-width:100%;display:block}
a{color:var(--navy-500);text-decoration:none}
h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;line-height:1.08;color:var(--navy);letter-spacing:-.01em}
h1{font-size:clamp(2.6rem,6vw,5rem)}
h2{font-size:clamp(2rem,4vw,3.2rem)}
h3{font-size:1.35rem}
p{margin:0 0 1.1em}
.wrap{max-width:1180px;margin:0 auto;padding:0 26px}
.eyebrow{font-family:var(--sans);font-weight:600;text-transform:uppercase;letter-spacing:.26em;font-size:.72rem;color:var(--gold);margin:0 0 1rem}
.gold{color:var(--gold)}
.btn{display:inline-flex;align-items:center;gap:.55em;font-family:var(--sans);font-weight:600;font-size:.92rem;letter-spacing:.02em;padding:1em 1.9em;border-radius:4px;cursor:pointer;border:1.5px solid transparent;transition:.35s var(--ease);text-align:center}
.btn-gold{background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:var(--navy)}
.btn-gold:hover{background:linear-gradient(135deg,#e3cb91,var(--gold-bright));transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy);color:var(--ivory);transform:translateY(-2px)}
.btn-ghost-light{background:transparent;color:#fff;border-color:var(--line-light)}
.btn-ghost-light:hover{background:rgba(255,255,255,.1);border-color:var(--gold);transform:translateY(-2px)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 0;transition:.35s}
.site-header.scrolled{background:rgba(15,29,51,.97);backdrop-filter:blur(10px);padding:12px 0;box-shadow:0 2px 30px rgba(0,0,0,.3)}
.nav-inner{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:.7rem;color:#fff;font-family:var(--serif);font-size:1.4rem;font-weight:600;letter-spacing:.01em}
.brand .crest{width:38px;height:38px;flex:none}
.brand small{display:block;font-family:var(--sans);font-size:.56rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:1.9rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.86);font-size:.86rem;font-weight:500;letter-spacing:.02em;position:relative;transition:color .2s}
.nav-links a:hover{color:var(--gold-bright)}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--gold);transition:width .25s}
.nav-links a:hover::after{width:100%}
.nav-cta{margin-left:.4rem}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.nav-toggle span{width:26px;height:2px;background:#fff;transition:.3s;border-radius:2px}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--navy)}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.32}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 28%,rgba(15,29,51,.7) 65%,rgba(15,29,51,.5))}
.hero-inner{position:relative;z-index:2;max-width:760px;padding-top:80px}
.hero h1{color:#fff}
.hero h1 em{font-style:italic;color:var(--gold-bright)}
.hero .lead{font-size:1.2rem;color:rgba(255,255,255,.88);max-width:52ch;margin:1.4rem 0 2.2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.hero-meta{display:flex;gap:2.4rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line-light)}
.hero-meta .m .n{font-family:var(--serif);font-size:1.9rem;color:var(--gold);line-height:1}
.hero-meta .m .l{font-size:.78rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem}
.section{padding:clamp(64px,9vw,118px) 0}
.section-head{max-width:680px;margin:0 0 3.4rem}
.section-head.center{margin:0 auto 3.4rem;text-align:center}
.bg-navy{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-700) 100%);color:var(--ivory)}
.bg-navy h2,.bg-navy h3{color:#fff}
.bg-ivory2{background:linear-gradient(180deg,var(--ivory) 0%,var(--ivory-2) 100%)}
.pa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.pa{background:linear-gradient(170deg,#ffffff 0%,#fbf9f4 100%);border:1px solid var(--line);border-radius:var(--r);padding:2rem 1.8rem;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s;position:relative;overflow:hidden}
.pa::before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--gold);transition:height .35s var(--ease)}
.pa:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.pa:hover::before{height:100%}
.pa .ic{width:48px;height:48px;border-radius:10px;background:var(--ivory);display:grid;place-items:center;margin-bottom:1.1rem}
.pa .ic svg{width:26px;height:26px;stroke:var(--gold);fill:none}
.pa h3{margin-bottom:.4rem;font-size:1.22rem}
.pa p{font-size:.94rem;color:var(--slate);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split img{border-radius:var(--r);box-shadow:var(--shadow);width:100%;aspect-ratio:4/5;object-fit:cover}
.value-list{list-style:none;display:grid;gap:1rem;margin:1.6rem 0}
.value-list li{display:flex;gap:.9rem;align-items:flex-start;font-size:.98rem}
.value-list li svg{width:22px;height:22px;flex:none;stroke:var(--gold);margin-top:3px;fill:none}
.intake{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.5rem}
.intake .ch{background:rgba(255,255,255,.06);border:1px solid var(--line-light);border-radius:var(--r);padding:1.6rem;text-align:center}
.intake .ch svg{width:30px;height:30px;stroke:var(--gold);margin:0 auto .8rem;fill:none}
.intake .ch h4{color:#fff;margin-bottom:.3rem}
.intake .ch p{font-size:.88rem;color:rgba(255,255,255,.72);margin:0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.contact-form{display:grid;gap:1rem}
.contact-form label{font-weight:600;font-size:.85rem;color:var(--navy);display:block;margin-bottom:.3rem}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.85em 1em;border:1.5px solid var(--line);border-radius:var(--r-sm);font-family:inherit;font-size:1rem;background:#fff;transition:border .2s}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--gold)}
.form-note{padding:.85em 1.1em;border-radius:var(--r-sm);font-size:.92rem;display:none}
.form-note.ok{display:block;background:#eef3ee;color:#1d3a2f;border:1px solid #b9d4bd}
.info-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.3rem}
.info-row .ic{width:44px;height:44px;flex:none;border-radius:10px;background:var(--navy);display:grid;place-items:center}
.info-row .ic svg{width:22px;height:22px;stroke:var(--gold);fill:none}
.info-row h4{margin:0 0 .15rem;color:var(--navy)}
.info-row p{margin:0;font-size:.95rem;color:var(--slate)}
.site-footer{background:var(--navy);color:rgba(255,255,255,.7);padding:64px 0 0}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2.4rem;padding-bottom:42px}
.site-footer h4{color:#fff;font-family:var(--sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:1.1rem}
.site-footer a{color:rgba(255,255,255,.7);display:block;padding:.28rem 0;transition:color .2s;font-size:.92rem}
.site-footer a:hover{color:var(--gold)}
.foot-brand p{font-size:.92rem;max-width:300px;margin-top:1rem}
.disclaimer{font-size:.8rem;color:rgba(255,255,255,.5);max-width:80ch;padding:18px 0;border-top:1px solid var(--line-light)}
.foot-bottom{border-top:1px solid var(--line-light);padding:20px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.84rem}
.foot-bottom a{display:inline;color:var(--gold);font-weight:600}
.bot-fab{position:fixed;bottom:24px;right:24px;z-index:60;width:62px;height:62px;border-radius:50%;background:var(--gold);border:0;cursor:pointer;box-shadow:var(--shadow);display:grid;place-items:center;transition:transform .3s var(--ease)}
.bot-fab:hover{transform:scale(1.07)}
.bot-fab svg{width:28px;height:28px;stroke:var(--navy);fill:none}
.bot-fab .dot{position:absolute;top:6px;right:6px;width:12px;height:12px;border-radius:50%;background:#3fae6b;border:2px solid var(--gold)}
.bot{position:fixed;bottom:100px;right:24px;z-index:61;width:min(92vw,380px);height:min(72vh,560px);background:#fff;border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.97);transition:.3s var(--ease)}
.bot.open{opacity:1;visibility:visible;transform:none}
.bot-head{background:var(--navy);color:#fff;padding:16px 18px;display:flex;align-items:center;gap:.7rem}
.bot-head .av{width:38px;height:38px;border-radius:50%;background:var(--gold);display:grid;place-items:center;flex:none}
.bot-head .av svg{width:20px;height:20px;stroke:var(--navy);fill:none}
.bot-head h4{color:#fff;margin:0;font-family:var(--sans);font-size:.98rem}
.bot-head p{margin:0;font-size:.74rem;color:rgba(255,255,255,.7)}
.bot-head .x{margin-left:auto;background:none;border:0;color:rgba(255,255,255,.7);font-size:1.5rem;cursor:pointer;line-height:1}
.bot-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--ivory)}
.msg{max-width:84%;padding:.7em 1em;border-radius:14px;font-size:.92rem;line-height:1.5}
.msg.bot-msg{background:#fff;border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:4px}
.msg.user-msg{background:var(--navy);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.bot-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 18px 12px;background:var(--ivory)}
.bot-chip{font-size:.8rem;padding:.45em .9em;border:1.5px solid var(--gold);color:var(--navy);border-radius:30px;background:#fff;cursor:pointer;transition:.2s}
.bot-chip:hover{background:var(--gold);color:var(--navy)}
.bot-foot{display:flex;gap:.5rem;padding:14px;border-top:1px solid var(--line);background:#fff}
.bot-foot input{flex:1;padding:.7em .9em;border:1.5px solid var(--line);border-radius:30px;font-family:inherit;font-size:.92rem}
.bot-foot input:focus{outline:none;border-color:var(--gold)}
.bot-foot button{width:42px;height:42px;border-radius:50%;background:var(--navy);border:0;cursor:pointer;display:grid;place-items:center;flex:none}
.bot-foot button svg{width:18px;height:18px;stroke:#fff;fill:none}
.typing{display:flex;gap:4px;padding:.8em 1em}
.typing span{width:7px;height:7px;border-radius:50%;background:var(--slate);animation:blink 1.2s infinite}
.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}
@keyframes blink{0%,60%,100%{opacity:.3}30%{opacity:1}}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s,transform .7s}
.reveal.in{opacity:1;transform:none}
@media(max-width:900px){ .pa-grid{grid-template-columns:1fr 1fr} .intake{grid-template-columns:1fr} .foot-grid{grid-template-columns:1fr 1fr} }
@media(max-width:768px){
  .nav-links{position:fixed;inset:0 0 0 auto;width:min(80vw,320px);background:var(--navy);flex-direction:column;justify-content:center;gap:1.6rem;padding:2rem;transform:translateX(100%);transition:transform .35s var(--ease)}
  .nav-links.open{transform:translateX(0)}
  .nav-toggle{display:flex}
  .split,.contact-grid{grid-template-columns:1fr}
  .hero-meta{gap:1.6rem;flex-wrap:wrap}
}
@media(max-width:480px){ .pa-grid{grid-template-columns:1fr} body{font-size:16px} .hero-cta{flex-direction:column} .hero-cta .btn{width:100%;justify-content:center} }
