:root{
  --deep:#04191d;
  --deep-2:#08272c;
  --petrol:#0b5f63;
  --petrol-2:#0f7477;
  --gold:#bf6a1e;
  --gold-2:#e1a35b;
  --cream:#fffaf3;
  --paper:#f7efe4;
  --white:#fff;
  --ink:#13212c;
  --muted:#65727e;
  --line:#eadfce;
  --soft:#f6efe5;
  --shadow:0 34px 100px rgba(4,25,29,.14);
  --shadow-soft:0 18px 55px rgba(4,25,29,.08);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#fffaf3 0%,#fff 42%,#f8f1e8 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
:focus-visible{outline:3px solid rgba(225,163,91,.75);outline-offset:3px}
.wrap{max-width:1220px;margin:0 auto;padding:0 26px}
.progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-2));z-index:300}
.loader{position:fixed;inset:0;z-index:260;display:grid;place-items:center;background:#04191d;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .65s ease,visibility .65s ease}
.loader.hide{opacity:0;visibility:hidden;pointer-events:none}
.loader-inner{display:grid;place-items:center;gap:18px}
.loader img{width:310px;max-width:78vw}
.loader-line{width:220px;height:2px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.12)}
.loader-line span{display:block;width:50%;height:100%;background:var(--gold-2);animation:moveLine 1.25s infinite}
@keyframes moveLine{0%{transform:translateX(-105%)}100%{transform:translateX(220%)}}
.top{position:fixed;left:22px;right:22px;top:18px;z-index:120;border:1px solid rgba(234,223,206,.92);border-radius:28px;background:rgba(255,250,243,.94);backdrop-filter:blur(20px);box-shadow:0 18px 52px rgba(4,25,29,.10);transition:.28s ease}
.top.scrolled{top:10px;box-shadow:0 26px 72px rgba(4,25,29,.16)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 18px}
.brand{display:flex;align-items:center;min-width:210px}
.brand-logo{height:40px;width:auto;max-width:290px}
.nav-cta{display:flex;align-items:center;gap:12px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:22px;color:#33414d;font-size:15px;font-weight:540;white-space:nowrap}
.desktop-nav a{transition:color .2s ease}
.desktop-nav a:hover{color:var(--gold)}
.menu-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:850;border:0;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 18px 38px rgba(191,106,30,.25)}
.btn-dark{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}
.btn-ghost{color:var(--ink);background:#fff;border:1px solid var(--line)}
.mobile-panel{display:none;position:fixed;left:14px;right:14px;top:96px;z-index:110;background:var(--deep);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:14px;opacity:0;pointer-events:none;transform:translateY(-10px);transition:.24s ease}
.mobile-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}
.mobile-panel a{display:block;color:#fff;padding:12px;border-radius:14px}
.mobile-panel a:hover{background:rgba(255,255,255,.08)}
.hero{min-height:100svh;position:relative;color:#fff;padding:150px 0 86px;overflow:hidden;background:radial-gradient(circle at 84% 16%,rgba(225,163,91,.20),transparent 26%),radial-gradient(circle at 18% 82%,rgba(11,95,99,.42),transparent 35%),linear-gradient(135deg,#04191d 0%,#08272c 52%,#04191d 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,rgba(0,0,0,.50),transparent 93%)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:11px 17px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:rgba(255,255,255,.86);font-size:15px;backdrop-filter:blur(10px)}
.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gold-2);box-shadow:0 0 0 6px rgba(225,163,91,.12)}
h1{margin:28px 0 0;max-width:830px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,86px);line-height:.98;letter-spacing:-.044em}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-note{margin-top:28px;max-width:650px;color:rgba(255,255,255,.64);font-size:14px;line-height:1.7}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.98fr) minmax(430px,.92fr);gap:64px;align-items:center}
.hero-title{margin:24px 0 0;max-width:680px;font-size:clamp(38px,3.8vw,58px);line-height:1.06;letter-spacing:-.036em;font-weight:600}
.hero-subheadline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;max-width:760px;font-size:14px;line-height:1.25;font-family:inherit;letter-spacing:-0.01em;color:rgba(255,250,243,.9)}
.hero-subheadline span{display:flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);text-align:center;font-weight:750}
.hero-lead{margin:20px 0 0;max-width:680px;font-size:16.5px;line-height:1.7;color:rgba(255,255,255,.76)}
.hero-visual{min-height:540px;position:relative}
.visual-photo{position:absolute;inset:6px 0 34px 12px;border-radius:42px;overflow:hidden;box-shadow:0 38px 115px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.14);background:#071f24}
.visual-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.94) contrast(1.03)}
.visual-photo:before{content:"";position:absolute;inset:-10px;border-radius:46px;border:1px solid rgba(225,163,91,.16);pointer-events:none;z-index:2}
.visual-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,25,29,0) 0%,rgba(4,25,29,.22) 100%),linear-gradient(90deg,rgba(4,25,29,.10),rgba(4,25,29,0) 38%,rgba(4,25,29,.08));z-index:1}
.visual-card{position:absolute;left:auto;right:28px;bottom:6px;width:260px;padding:16px 17px 15px;border-radius:21px;background:rgba(255,250,243,.91);border:1px solid rgba(196,163,111,.20);box-shadow:0 26px 62px rgba(0,0,0,.20);backdrop-filter:blur(18px);z-index:3}
.visual-card small{display:block;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(112,80,43,.86)}
.visual-card strong{display:block;margin-top:10px;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.18;letter-spacing:-.018em;color:#13212c}
.visual-card p{margin-top:8px;font-size:12.4px;line-height:1.48;color:rgba(28,41,51,.76)}
.credibility{margin-top:28px;display:flex;gap:10px;flex-wrap:wrap}
.credibility span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.76);font-size:13px}
.scroll-cue{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.56);font-size:12px;letter-spacing:.2em;text-transform:uppercase}
.scroll-cue:after{content:"";display:block;width:1px;height:42px;margin:12px auto 0;background:linear-gradient(180deg,var(--gold-2),transparent)}
.section{position:relative;padding:106px 0}
.section.alt{background:#fff}
.section-head{display:grid;grid-template-columns:.9fr 1fr;gap:42px;align-items:end;margin-bottom:38px}
.kicker{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
h2{margin:10px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.04em}
.sub{margin:12px 0 0;max-width:760px;color:var(--muted);line-height:1.86}
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}

.mini-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 106, 30, .22);
  box-shadow: var(--shadow);
}

.mini-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: -.018em;
  text-transform: none;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
  letter-spacing: normal;
  text-transform: none;
}

.micro {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(191,106,30,.18);
  background: #fff7ef;
  color: #7b4a16;
  font-size: 13px;
  font-weight: 800;
}

.practice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.practice-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);padding:30px;transition:.28s ease}
.practice-card:before{content:"";position:absolute;right:-60px;top:-60px;width:160px;height:160px;border-radius:50%;background:rgba(191,106,30,.08)}
.icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--petrol),#0d7378);color:#fff;font-weight:900;margin-bottom:22px}
.practice-card h3{margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.08}
.practice-card p{margin:0;color:var(--muted);line-height:1.76}
.practice-card ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:9px}
.practice-card li{position:relative;padding-left:16px;color:#5f6b76;line-height:1.65}
.practice-card li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--gold)}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.feature{color:#fff;padding:46px;background:linear-gradient(135deg,var(--deep),var(--petrol))}
.feature h2{color:#fff}
.feature .sub{color:rgba(255,255,255,.74)}
.process{background:#fff;border:1px solid var(--line);padding:34px}
.step{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}
.step:last-child{border-bottom:0}
.step-index{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#f8f1e6;color:var(--gold);font-weight:900;font-size:18px}
.step h3{margin:0 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:25px}
.step p{margin:0;color:var(--muted);line-height:1.72}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}
.contact-card{color:#fff;padding:38px;background:linear-gradient(145deg,var(--deep),var(--petrol))}
.contact-card h3{margin:0 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:34px}
.contact-card p{margin:0;color:rgba(255,255,255,.75);line-height:1.78}
.contact-list{display:grid;gap:14px;margin-top:24px}
.contact-item{display:flex;gap:14px;padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.contact-item strong{display:block;margin-bottom:5px}
.contact-item span{color:rgba(255,255,255,.76)}
.form{background:#fff;border:1px solid var(--line);padding:34px}
.form h3{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:34px}
.form label{display:grid;gap:8px;margin-bottom:14px;color:#394553;font-weight:600}
.form input,.form select,.form textarea{width:100%;border:1px solid #ded8ca;border-radius:16px;padding:15px 16px;font:inherit;background:#fff}
.form textarea{min-height:140px;resize:vertical}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.notice{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.7}
.footer{background:var(--deep);color:#fff;padding:58px 0}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr .8fr;gap:32px}
.footer .brand-logo{height:48px}
.footer p{max-width:700px;margin:16px 0 0;color:rgba(255,255,255,.64);line-height:1.8}
.footer h3{margin:0 0 14px;font-size:16px}
.footer a{display:block;color:rgba(255,255,255,.72);margin:8px 0}
.footer a:hover{color:#fff}
.disclaimer{margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.55);font-size:13px;line-height:1.7}
.quick-contact{position:fixed;right:18px;bottom:18px;z-index:85;display:flex;gap:10px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}
.reveal.in{opacity:1;transform:translateY(0)}
.stagger > *{transition-delay:calc(var(--i,0) * 80ms)}
.page-hero{position:relative;color:#fff;padding:142px 0 78px;background:radial-gradient(circle at 86% 8%,rgba(225,163,91,.16),transparent 24%),linear-gradient(135deg,#04191d,#08272c);overflow:hidden}
.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent)}
.page-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:40px;align-items:end}
.breadcrumbs{font-size:13px;color:rgba(255,255,255,.64);margin-bottom:18px}
.breadcrumbs a{color:rgba(255,255,255,.82)}
.page-hero h1{font-size:clamp(44px,5.5vw,76px)}
.page-side-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:24px;backdrop-filter:blur(12px)}
.page-side-card strong{display:block;color:#fff;margin-bottom:10px}
.page-side-card p{margin:0;color:rgba(255,255,255,.72);line-height:1.7}
.page-side-card ul{margin:0;padding-left:18px;color:rgba(255,255,255,.76);line-height:1.7}
.page-side-card li{margin:5px 0}
.article{background:#fff;border:1px solid var(--line);padding:42px}
.article h2{font-size:42px;margin:34px 0 14px}
.article h2:first-child{margin-top:0}
.article p,.article li{color:var(--muted);line-height:1.9}
.article ul{padding-left:20px}
.article-grid{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}
.info-card{background:#fffaf3;border:1px solid var(--line);padding:26px;position:sticky;top:110px}
.info-card h3{margin:0 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:28px}
.info-card ul{padding-left:18px;margin:0}
.article-nav{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.editorial-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow-soft)}
.editorial-card small{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.editorial-card h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:14px 0 10px}
.editorial-card p{margin:0;color:var(--muted);line-height:1.75}

/* Practice areas */
.practice-categories {
  display: grid;
  gap: 22px;
}

.practice-category {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.practice-category::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(191, 106, 30, .07);
  pointer-events: none;
}

.category-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.category-head > span {
  display: inline-flex;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.category-head h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.028em;
  color: var(--ink);
}

.category-head p {
  margin: 0;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.78;
}

.category-items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-items.compact {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.category-item {
  display: grid;
  gap: 8px;
  padding: 17px 18px;
  border: 1px solid rgba(234, 223, 206, .95);
  border-radius: 20px;
  background: #fffaf3;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.category-item:hover {
  transform: translateY(-3px);
  border-color: rgba(191, 106, 30, .25);
  background: #fff7ef;
  box-shadow: var(--shadow-soft);
}

.category-item strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.category-item span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.category-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}

.category-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid rgba(191, 106, 30, .22);
  background: #fff7ef;
  color: #7b4a16;
  font-size: 13px;
  font-weight: 850;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.category-cta a:hover {
  transform: translateY(-2px);
  background: #fff0dd;
  border-color: rgba(191, 106, 30, .34);
}

/* Hero audience capsules */
.audience-capsules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  max-width: 620px;
}

.audience-capsules span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,250,243,.82);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.authority-section .section-head {
  grid-template-columns: .85fr 1fr;
  align-items: end;
  gap: 46px;
  margin-bottom: 34px;
}

.authority-section .section-head h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.authority-section .section-head .sub {
  max-width: 640px;
  align-self: end;
  font-size: 17px;
  line-height: 1.8;
}

.authority-section .cards-3 {
  align-items: stretch;
}

.authority-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 170px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.authority-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.authority-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.profile-strip .grid2 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
}

.profile-strip .feature {
  border-radius: 32px;
  padding: 42px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, var(--deep), var(--petrol));
  box-shadow: var(--shadow-soft);
}

.profile-strip .feature h2 {
  max-width: 560px;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.02;
}

.profile-strip .feature .sub {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.8;
}

.profile-strip .feature .hero-actions {
  margin-top: 28px;
}

.profile-points {
  display: grid;
  gap: 14px;
  align-content: center;
}

.profile-points > div {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.profile-points strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.018em;
}

.profile-points span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

@media(max-width:1120px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(19,33,44,.18);
    border-radius: 999px;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: #13212c;
  }

  .mobile-panel {
    display: block;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 410px;
  }

  .visual-photo {
    inset: 0 0 24px;
  }

  .visual-card {
    right: 22px;
    bottom: 2px;
  }

  .footer-grid-v20 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:980px) {
  .practice-categories {
    grid-template-columns: 1fr;
  }

  .category-items,
  .category-items.compact {
    grid-template-columns: 1fr;
  }
}

@media(max-width:900px) {
  .section-head,
  .cards-3,
  .cards-4,
  .cards-2,
  .practice-grid,
  .grid2,
  .contact-grid,
  .footer-grid,
  .form .row,
  .page-hero-inner,
  .article-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .page-side-card {
    display: none;
  }

  .info-card {
    position: relative;
    top: auto;
  }

  .authority-section .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .authority-section .section-head h2 {
    font-size: clamp(34px, 8vw, 52px);
  }

  .authority-card {
    min-height: auto;
    padding: 24px;
  }

  .profile-strip .grid2 {
    grid-template-columns: 1fr;
  }

  .profile-strip .feature {
    min-height: auto;
    padding: 30px;
    border-radius: 28px;
  }

  .profile-strip .feature h2 {
    font-size: clamp(34px, 8vw, 52px);
  }
}

@media(max-width:640px) {
  body {
    padding-bottom: 96px;
  }

  .top {
    left: 10px;
    right: 10px;
    top: 10px;
    border-radius: 22px;
  }

  .nav {
    height: 64px;
    padding: 0 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    height: 32px;
    max-width: 210px;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 66px;
    min-height: auto;
  }

  h1 {
    font-size: 45px;
  }

  .hero-layout {
    gap: 30px;
  }

  .hero-title {
    font-size: clamp(34px, 9.4vw, 44px);
    line-height: 1.08;
    max-width: 100%;
  }

  .hero-subheadline {
    grid-template-columns: 1fr;
    font-size: 15px;
    line-height: 1.35;
    gap: 7px;
    max-width: 100%;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
    max-width: 100%;
  }

  .hero-actions {
    margin-top: 23px;
  }

  .hero .btn {
    min-height: 44px;
    padding: 0 17px;
  }

  .audience-capsules {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-visual {
    min-height: 292px;
  }

  .visual-photo {
    inset: 0;
    border-radius: 28px;
  }

  .visual-photo::before {
    inset: -6px;
    border-radius: 32px;
  }

  .visual-card {
    left: 16px;
    right: 16px;
    bottom: -18px;
    width: auto;
    padding: 14px 15px 13px;
    border-radius: 20px;
  }

  .visual-card strong {
    font-size: 17px;
  }

  .visual-card p {
    font-size: 12.3px;
  }

  .section {
    padding: 76px 0;
  }

  .page-hero {
    padding: 124px 0 58px;
  }

  .practice-category {
    padding: 22px;
    border-radius: 24px;
  }

  .category-head h3 {
    font-size: 26px;
  }

  .category-item {
    padding: 15px;
  }

  .category-cta a {
    width: 100%;
  }

  .quick-contact {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .quick-contact .btn {
    flex: 1;
    padding: 0 12px;
  }

  .footer-grid-v20 {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 130px;
  }

  .scroll-cue {
    display: none;
  }
}
/* v31 release candidate polish */
.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 85;
  display: none;
  gap: 10px;
}

.page-hero-inner { gap: 44px; }

.page-side-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  padding: 30px;
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 80px rgba(4,25,29,.18);
}

.page-side-card strong {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.page-side-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

.page-side-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.78);
  line-height: 1.72;
}

.page-side-card li { margin: 6px 0; }

.page-overview-section {
  padding: 58px 0 0;
  background: linear-gradient(180deg,#fffaf3 0%,#fff 100%);
}

.page-overview {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: stretch;
  margin: 0 auto 46px;
}

.page-overview-title {
  display: grid;
  align-content: center;
  padding: 32px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.page-overview-title h2 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -.026em;
  color: var(--ink);
}

.page-overview-title p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}

.page-overview-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-overview-item {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fffaf3;
  box-shadow: 0 14px 42px rgba(4,25,29,.055);
}

.page-overview-item small {
  display: block;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.page-overview-item strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  margin-bottom: 6px;
}

.page-overview-item span {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 880px) 310px;
  gap: 38px;
  justify-content: center;
  align-items: start;
}

.article {
  max-width: none;
  padding: 56px 62px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.article h2 {
  font-size: clamp(31px, 2.7vw, 42px);
  line-height: 1.08;
  margin-top: 52px;
  margin-bottom: 18px;
  letter-spacing: -.018em;
}

.article h2:first-child { margin-top: 0; }

.article p {
  font-size: 17.2px;
  line-height: 1.88;
  margin: 0 0 18px;
  color: var(--muted);
}

.article > p:first-child {
  font-size: 18px;
  line-height: 1.84;
  color: #485663;
}

.article ul {
  margin: 16px 0 28px;
  padding-left: 20px;
}

.article li {
  font-size: 16.2px;
  line-height: 1.8;
  margin: 9px 0;
  color: var(--muted);
}

.article p,
.article li,
.legal-content p,
.legal-content li,
.article .lead,
.article .intro-text {
  text-align: left;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

.article-callout {
  margin: 34px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--gold);
  border-radius: 22px;
  background: #fff7ef;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
}

.info-card {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fffaf3;
  box-shadow: var(--shadow-soft);
}

.info-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.info-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px;
}

.info-card ul {
  margin: 10px 0 22px;
  padding-left: 18px;
}

.info-card li { line-height: 1.68; }

.about-profile-section {
  padding: 58px 0 0;
  background: linear-gradient(180deg,#fffaf3 0%,#fff 100%);
}

.about-profile-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.about-profile-copy {
  display: grid;
  align-content: center;
}

.about-profile-copy h2 {
  margin: 8px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -.028em;
}

.about-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.74;
}

.profile-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.profile-highlights div {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg,#fffaf3,#fff);
  box-shadow: var(--shadow-soft);
}

.profile-highlights strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  margin-bottom: 9px;
  color: var(--ink);
}

.profile-highlights span {
  display: block;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.62;
  text-align: left;
}

.appointment-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  gap: 40px;
  align-items: start;
}

.appointment-info,
.appointment-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: var(--shadow-soft);
  padding: 44px;
}

.appointment-info .article {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.form-intro-premium {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-intro-premium h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.08;
}

.form-intro-premium p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.appointment-form-card .form-shell,
.appointment-form-card form {
  border: 0;
  box-shadow: none;
}

.appointment-form-card form {
  padding: 0;
  background: transparent;
}

.form label span {
  font-weight: 800;
  color: var(--ink);
}

.form input,
.form select,
.form textarea {
  min-height: 52px;
  font-size: 15px;
  border-radius: 16px;
}

.form textarea { min-height: 170px; }

.form input:focus,
.form select:focus,
.form textarea:focus,
.btn:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(191,106,30,.24);
  outline-offset: 3px;
}

.consultation-support-section {
  padding-top: 0;
  background: linear-gradient(180deg,#fff 0%,#f8f1e8 100%);
}

.consultation-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.consultation-support-card {
  min-height: 100%;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.consultation-support-card h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.08;
}

.consultation-support-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.82;
}

.editorial-grid,
.practice-grid,
.cards-3,
.profile-highlights,
.page-overview-item,
.consultation-support-card,
.info-card,
.page-side-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.page-overview-item:hover,
.consultation-support-card:hover,
.info-card:hover,
.page-side-card:hover,
.profile-highlights div:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(4,25,29,.10);
  border-color: rgba(191,106,30,.28);
}

@media (max-width: 980px) {
  .article-grid,
  .page-overview,
  .about-profile-panel,
  .appointment-layout,
  .consultation-support {
    grid-template-columns: 1fr;
  }

  .article { padding: 34px 26px; }

  .info-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  .profile-highlights,
  .page-overview-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .quick-contact {
    display: flex;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .quick-contact .btn {
    flex: 1;
    padding: 0 12px;
  }

  .footer {
    padding-bottom: 130px;
  }
}

@media (max-width: 640px) {
  .page-overview-section,
  .about-profile-section {
    padding-top: 34px;
  }

  .page-overview-title,
  .about-profile-panel,
  .appointment-info,
  .appointment-form-card,
  .consultation-support-card {
    padding: 24px;
    border-radius: 26px;
  }
}

/* Robust reveal visibility */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}

.js .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.no-js .reveal {
  opacity: 1;
  transform: none;
}

/* mobile release hotfix: prevent hero side-card text spill on small screens */
@media (max-width: 760px) {
  .page-hero .page-side-card {
    display: none !important;
  }

  .page-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .page-hero {
    overflow: hidden;
  }
}
