:root {
  --navy: #111e2d;
  --dark: #16283a;
  --cream: #f5f2eb;
  --paper: #fcfbf7;
  --gold: #c5a779;
  --gold-dark: #8f6c3f;
  --ink: #192738;
  --muted: #5d6872;
  --line: #dcd9d0;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 system-ui, -apple-system, "Segoe UI", sans-serif;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
button { font: inherit; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  color: var(--gold-dark);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.button {
  align-items: center;
  background: var(--gold);
  border: 0;
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 15px 23px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.button:hover, .button:focus-visible { background: #dec196; transform: translateY(-2px); }
.button.outline { background: transparent; border: 1px solid #ffffff70; color: var(--white); }
.button.outline:hover { background: #ffffff18; }
.button.ink-outline { background: transparent; border: 1px solid #9d8b72; color: var(--ink); }
.button.ink-outline:hover { background: #eee9df; }
.arrow { font-size: 1.25rem; line-height: 1; }
.skip-link { background: var(--gold); color: var(--navy); left: -9999px; padding: 10px 15px; position: absolute; top: 8px; z-index: 100; }
.skip-link:focus { left: 8px; }

header { background: var(--navy); color: var(--white); }
.topline { border-bottom: 1px solid #ffffff24; color: #d4d9dd; font-size: .75rem; letter-spacing: .09em; }
.topline .wrap { display: flex; gap: 16px; justify-content: space-between; padding-block: 11px; }
.topline a { text-decoration: none; }
.topline a:hover { text-decoration: underline; }
.navrow { align-items: center; display: flex; gap: 25px; justify-content: space-between; min-height: 91px; }
.brand { color: var(--white); font: 700 1.88rem/.9 Georgia, serif; letter-spacing: .14em; text-decoration: none; }
.brand small { color: var(--gold); display: block; font: 600 .59rem/1.1 system-ui, sans-serif; letter-spacing: .32em; margin-top: 10px; }
.navlinks { align-items: center; display: flex; font-size: .88rem; gap: 28px; }
.navlinks a { text-decoration: none; }
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--gold); text-decoration: underline; text-underline-offset: 7px; }
.navlinks .nav-cta { border: 1px solid #a9a9a066; padding: 11px 18px; }

.hero { background: var(--navy); color: var(--white); overflow: hidden; position: relative; }
.hero::before { background: radial-gradient(circle at 72% 45%, #36506d70, transparent 38%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-inner { align-items: center; display: grid; gap: 5%; grid-template-columns: 1.04fr .96fr; min-height: 635px; padding: 70px 0 92px; position: relative; }
.hero-copy { position: relative; z-index: 1; }
.hero .eyebrow { color: var(--gold); margin-bottom: 22px; }
.hero h1 { font-size: clamp(3.4rem, 6.4vw, 6rem); letter-spacing: -.045em; line-height: 1.035; margin-bottom: 28px; max-width: 680px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero .lead { color: #d4dce4; font-size: 1.11rem; line-height: 1.75; margin-bottom: 34px; max-width: 570px; }
.hero-actions, .share-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-art { align-items: center; display: flex; height: 535px; justify-content: center; position: relative; }
.hero-art::before { border: 1px solid #d4b88766; content: ""; height: 91%; position: absolute; right: 0; top: 2%; width: 87%; }
.hero-art::after { bottom: -4%; color: #ffffff0d; content: "CIVITAS"; font: 400 clamp(4rem, 8vw, 8.5rem)/1 Georgia, serif; letter-spacing: .08em; pointer-events: none; position: absolute; right: 3%; }
.hero-main { filter: saturate(.85); height: 88%; object-fit: cover; object-position: 50% 30%; position: absolute; right: 10%; top: 7%; width: 72%; }
.hero-small { border: 8px solid var(--navy); bottom: 0; filter: saturate(.84); height: 49%; left: 0; object-fit: cover; object-position: 50% 25%; position: absolute; width: 37%; }
.hero-label { background: var(--gold); bottom: 12%; color: var(--navy); font: 700 .7rem/1.3 system-ui; letter-spacing: .16em; padding: 14px 22px; position: absolute; right: -1%; text-transform: uppercase; }
.hero-bottom { border-top: 1px solid #ffffff2d; color: #b5c2ce; position: relative; }
.hero-bottom .wrap { display: flex; font-size: .77rem; gap: 20px; justify-content: space-between; letter-spacing: .13em; padding-block: 19px; text-transform: uppercase; }

.page-hero { background: var(--navy); color: var(--white); padding: 70px 0 82px; }
.page-hero .breadcrumbs { color: #bcc7d0; margin-bottom: 34px; }
.breadcrumbs { font-size: .79rem; letter-spacing: .05em; }
.breadcrumbs a { text-underline-offset: 4px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); letter-spacing: -.045em; line-height: 1.04; margin-bottom: 24px; max-width: 880px; }
.page-hero .lead { color: #d5dee5; font-size: 1.15rem; max-width: 760px; }
.profile-hero { align-items: center; display: grid; gap: 8%; grid-template-columns: .8fr 1.2fr; }
.profile-image { border: 1px solid #ccb08488; padding: 14px; position: relative; }
.profile-image img { aspect-ratio: 4/4.7; object-fit: cover; object-position: center 18%; width: 100%; }
.profile-hero--haider { gap: 6%; grid-template-columns: .92fr 1.08fr; }
.profile-image--haider { background: #0c1824; border: 1px solid var(--gold); box-shadow: 0 24px 55px #050b1240; padding: 12px; }
.profile-image--haider img { aspect-ratio: 1122/1402; background: #c9ad8b; object-fit: contain; object-position: center; }
.profile-title h1 { max-width: 720px; }
.credential-line { color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .12em; margin-bottom: 20px; text-transform: uppercase; }

section { padding: 100px 0; }
.section-head { align-items: end; display: flex; gap: 35px; justify-content: space-between; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(2.45rem, 4.6vw, 4.25rem); letter-spacing: -.04em; line-height: 1.1; margin: 10px 0 0; }
.section-head > p { color: var(--muted); margin: 0; max-width: 420px; }
.practice { background: var(--cream); }
.service-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service { background: var(--paper); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 255px; padding: 30px 31px 34px; position: relative; transition: background .25s; }
a.service { text-decoration: none; }
.service:hover { background: #ebe8dd; }
.service .index { color: #997c54; display: block; font-size: .8rem; letter-spacing: .16em; margin-bottom: 45px; }
.service h3 { font-size: 1.67rem; line-height: 1.18; margin-bottom: 11px; }
.service p { color: var(--muted); font-size: .93rem; margin: 0; max-width: 320px; }
.service .corner { color: #baa580; font-size: 1.35rem; position: absolute; right: 28px; top: 25px; }
.statement { background: var(--dark); color: var(--white); padding: 82px 0; }
.statement .wrap { align-items: center; display: grid; gap: 7%; grid-template-columns: .3fr 1fr; }
.statement-mark { border: 1px solid #bfa06e; display: grid; height: 150px; padding: 10px; place-items: center; width: 150px; }
.statement-mark img { height: 100%; object-fit: contain; width: 100%; }
.statement h2 { font-size: clamp(2rem, 3.6vw, 3.7rem); line-height: 1.18; margin-bottom: 19px; max-width: 880px; }
.statement p:last-child { color: #c7d1d8; margin: 0; max-width: 760px; }
.team { background: var(--paper); }
.team .intro { color: var(--muted); font-size: 1.04rem; margin: -12px 0 44px; max-width: 810px; }
.team-grid { display: grid; gap: 23px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.person { background: var(--cream); border: 1px solid var(--line); overflow: hidden; }
a.person { text-decoration: none; }
.person .image-wrap { aspect-ratio: 4/4.35; background: #b6a68f; overflow: hidden; }
.person img { filter: saturate(.9); height: 100%; object-fit: cover; object-position: center 19%; transition: transform .5s; width: 100%; }
.person:hover img { transform: scale(1.035); }
.person .details { padding: 24px 26px 28px; }
.person .rank { color: #916e43; font-size: .68rem; font-weight: 750; letter-spacing: .12em; margin-bottom: 10px; text-transform: uppercase; }
.person h3 { font-size: 1.72rem; line-height: 1.17; margin-bottom: 9px; }
.person .qual { color: var(--muted); font-size: .92rem; margin: 0; }
.team-note { color: #69717b; font-size: .81rem; margin: 24px 0 0; }

.feature-band { background: #ede8de; }
.feature-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.feature-card { background: var(--paper); border-top: 4px solid var(--gold); min-height: 250px; padding: 30px; text-decoration: none; }
.feature-card:hover h3 { color: var(--gold-dark); }
.feature-card h3 { font-size: 1.65rem; line-height: 1.25; margin: 19px 0 12px; }
.feature-card p { color: var(--muted); margin-bottom: 20px; }
.feature-card .read { color: #76572f; font-size: .83rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.content-section { background: var(--paper); }
.content-grid { display: grid; gap: 8%; grid-template-columns: .75fr 1.25fr; }
.content-grid h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.15; }
.content-copy { font-size: 1.04rem; }
.content-copy p { color: #3f4a55; }
.content-copy h2, .content-copy h3 { color: var(--ink); margin: 2.2em 0 .65em; }
.content-copy h2:first-child, .content-copy h3:first-child { margin-top: 0; }
.content-copy h2 { font-size: 2.2rem; }
.content-copy h3 { font-size: 1.45rem; }
.content-copy ul, .content-copy ol { padding-left: 1.25rem; }
.content-copy li { margin-bottom: .55rem; }
.content-copy a { color: #76572f; text-underline-offset: 4px; }
.side-card { background: var(--cream); border-top: 4px solid var(--gold); padding: 28px; position: sticky; top: 24px; }
.side-card h2, .side-card h3 { font-size: 1.6rem; line-height: 1.25; }
.side-card p { color: var(--muted); }
.side-card .plain-links { list-style: none; margin: 0; padding: 0; }
.side-card .plain-links li { border-top: 1px solid var(--line); padding: 12px 0; }
.side-card .plain-links a { text-underline-offset: 4px; }
.facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; }
.fact { border-right: 1px solid var(--line); padding: 22px 24px; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.fact span { color: var(--muted); font-size: .82rem; }
.check-list { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; list-style: none; padding: 0; }
.check-list li { background: var(--cream); border-left: 3px solid var(--gold); padding: 15px 17px; }
.notice { background: #f0ece3; border-left: 4px solid var(--gold); color: #4d5660; margin: 36px 0; padding: 20px 24px; }
.article-meta { color: #67717b; font-size: .82rem; letter-spacing: .04em; margin-bottom: 28px; }
.article-meta a { color: inherit; }
.sharebar { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin: 38px 0; padding: 20px 0; }
.sharebar p { font-weight: 700; margin: 0; }
.share-link, .share-button { background: transparent; border: 1px solid #b6a992; color: var(--ink); cursor: pointer; display: inline-flex; font-size: .85rem; font-weight: 700; min-height: 42px; padding: 10px 14px; text-decoration: none; }
.share-link:hover, .share-button:hover { background: var(--cream); }
.copy-status { color: var(--gold-dark); font-size: .82rem; min-width: 72px; }
.article-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.article-card { background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 310px; padding: 28px; text-decoration: none; }
.article-card .tag { color: var(--gold-dark); font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.article-card h2, .article-card h3 { font-size: 1.68rem; line-height: 1.25; margin: 28px 0 14px; }
.article-card p { color: var(--muted); }
.article-card .read { color: #76572f; font-size: .82rem; font-weight: 750; margin-top: auto; text-transform: uppercase; }

.contact { background: #e9e5db; padding: 95px 0; }
.contact-grid { display: grid; gap: 10%; grid-template-columns: .85fr 1.15fr; }
.contact h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); letter-spacing: -.04em; line-height: 1.09; margin: 14px 0 24px; }
.contact .intro { color: var(--muted); margin-bottom: 27px; max-width: 450px; }
.contact-box { background: var(--paper); border-top: 4px solid var(--gold); padding: 36px 40px; }
.contact-box address { font-style: normal; }
.contact-box .small-label { color: #957951; font-size: .72rem; font-weight: 750; letter-spacing: .18em; margin-bottom: 9px; text-transform: uppercase; }
.contact-box p { margin-bottom: 23px; }
.contact-box .address { font-family: Georgia, serif; font-size: 1.19rem; line-height: 1.48; }
.contact-box .numbers { display: grid; gap: 12px 25px; grid-template-columns: 1fr 1fr; margin: 0 0 23px; }
.contact-box .numbers a, .contact-box .mail { border-bottom: 1px solid #c0b09b; font-weight: 650; text-decoration: none; }
.contact-box a:hover { color: #937148; }
.contact-box .map { color: #7d5f39; display: inline-block; margin-top: 15px; text-underline-offset: 5px; }

footer { background: #0b1623; color: #c3cbd1; padding: 42px 0; }
.footer-grid { align-items: end; display: grid; gap: 34px; grid-template-columns: 1fr 1.7fr auto; }
.footer-brand { color: var(--white); font: 700 1.38rem Georgia, serif; letter-spacing: .13em; }
.footer-brand small { color: var(--gold); display: block; font: 600 .55rem system-ui, sans-serif; letter-spacing: .25em; margin-top: 5px; }
.footer-grid p { font-size: .8rem; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.footer-links a { font-size: .8rem; text-underline-offset: 4px; }

@media (max-width: 950px) {
  .hero-inner { grid-template-columns: 1fr 1fr; min-height: 580px; }
  .hero-art { height: 465px; }
  .team-grid { gap: 13px; }
  .person .details { padding: 20px; }
  .person h3 { font-size: 1.4rem; }
  .navlinks { gap: 18px; }
  .feature-grid, .article-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .topline .wrap span:last-child { display: none; }
  .navrow { align-items: flex-start; flex-direction: column; min-height: 78px; padding: 20px 0; }
  .navlinks { flex-wrap: wrap; font-size: .82rem; gap: 14px 20px; }
  .navlinks .nav-cta { border: 0; padding: 0; }
  .hero-inner { align-items: stretch; display: flex; flex-direction: column; gap: 40px; padding: 58px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .hero-art { height: 470px; }
  .hero-main { width: 72%; }
  .hero-small { left: 5%; }
  .hero-label { right: 0; }
  .hero-bottom .wrap { font-size: .65rem; }
  .profile-hero, .profile-hero--haider, .content-grid { grid-template-columns: 1fr; }
  .profile-image { max-width: 470px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 16px; }
  .service-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .statement .wrap { grid-template-columns: 1fr; }
  .statement-mark { height: 76px; margin-bottom: 25px; width: 76px; }
  .contact-grid { gap: 28px; grid-template-columns: 1fr; }
  .contact-box { padding: 27px; }
  .side-card { position: static; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap, .narrow { width: min(100% - 34px, 1200px); }
  section { padding: 70px 0; }
  .page-hero { padding: 48px 0 62px; }
  .page-hero h1 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .hero-art { height: 370px; }
  .hero-label { bottom: 5%; font-size: .57rem; }
  .hero-bottom .wrap { display: block; }
  .hero-bottom .wrap span:last-child { display: none; }
  .service-grid, .team-grid, .feature-grid, .article-grid, .check-list, .facts { grid-template-columns: 1fr; }
  .service { min-height: 215px; }
  .service .index { margin-bottom: 25px; }
  .person .image-wrap { aspect-ratio: 4/3.8; }
  .contact-box .numbers { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .fact { border-bottom: 1px solid var(--line); border-right: 0; }
  .fact:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
