:root {
  --ink:#0b1c20;
  --paper:#f7f3eb;
  --paper2:#fbf9f4;
  --brass:#9b814d;
  --line:#d8d0c2;
}
*{box-sizing:border-box}
body{
  margin:0;
  background:var(--paper2);
  color:var(--ink);
  font-family:"Aptos","Segoe UI",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
}
h1,h2,h3{
  font-family:Cambria, Georgia, "Times New Roman", serif;
  font-weight:400;
  letter-spacing:-0.01em;
}
.wrap{max-width:1240px;margin:0 auto;padding:0 42px}

header{
  height:76px;
  background:#f7f3eb;
  border-bottom:1px solid #d7d0c4;
  display:flex;
  align-items:center;
}
header .wrap{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo{
  width:258px;max-width:34vw;height:auto;display:block}
nav{display:flex;gap:26px;align-items:center;white-space:nowrap}
nav a{
  color:var(--ink);
  text-decoration:none;
  font-size:11.5px;
  letter-spacing:.105em;
  text-transform:uppercase;
}
nav a.review{border-bottom:1px solid var(--brass);padding-bottom:4px}




.hero{
  position:relative;
  overflow:hidden;
  min-height:648px;
  background:#010304;
  color:white;
}

/* No blend, no seam, no split overlay.
   The left side simply uses the same solid background color
   as the far-left edge of the stone image. */
.hero::before{
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  width:58%;
  background-image:url("/assets/images/home/stone-5.webp");
  background-repeat:no-repeat;
  background-position:36% 47%;
  background-size:auto 102%;
  filter:brightness(1.12) contrast(1.06);
  opacity:1;
  pointer-events:none;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:transparent;
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:3;
  max-width:1440px;
  margin:0 auto;
  min-height:648px;
  display:flex;
  align-items:center;
}

.hero-inner::before{
  content:"";
  display:none;
}

.hero-copy{
  position:relative;
  z-index:4;
  width:min(54%, 735px);
  padding:76px 0 82px 82px;
  background:transparent;
}
.eyebrow{
  color:var(--brass);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin:0 0 18px;
  font-weight:600;
}
.hero h1{
  font-size:clamp(39px,4.05vw,59px);
  line-height:1.03;
  margin:0 0 24px;
  max-width:680px;
}
.hero p{
  margin:0 0 32px;
  max-width:620px;
  color:#d8ddda;
  font-size:17px;
  line-height:1.66;
}
.text-link{
  color:#c2a66d;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.07em;
  text-transform:uppercase;
}




/* =========================
   V12 — Refined Institutional Lower Page
   ========================= */

.section {
  padding:66px 0;
}
.eyeline {
  color:var(--brass);
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:11px;
  font-weight:600;
  margin-bottom:13px;
}

.firm-intro {
  background:#f7f3eb;
  padding:68px 0 64px;
  border-bottom:1px solid var(--line);
}
.firm-intro-grid {
  display:grid;
  grid-template-columns:28% 72%;
  gap:54px;
  align-items:start;
}
.firm-intro h2 {
  font-size:38px;
  margin:0;
  line-height:1.12;
}
.firm-copy {
  max-width:700px;
}
.firm-copy p {
  margin:0 0 18px;
  color:#363d3b;
  font-size:16px;
  line-height:1.68;
}
.firm-copy .pull {
  font-family:Cambria, Georgia, "Times New Roman", serif;
  font-size:24px;
  line-height:1.38;
  color:#182528;
  margin:2px 0 22px;
}

.capabilities {
  background:#fbf9f4;
  border-bottom:1px solid var(--line);
}
.cap-row {
  display:grid;
  grid-template-columns:27% 73%;
  gap:54px;
  padding:22px 0 23px;
  border-top:1px solid var(--line);
  align-items:start;
}
.cap-row:first-child { border-top:0; }
.cap-row h3 {
  font-size:23px;
  line-height:1.2;
  margin:0;
}
.cap-row p {
  margin:0;
  color:#4b5250;
  font-size:14.5px;
  line-height:1.66;
  max-width:740px;
}

.approach-image-break {
  margin:0;
  padding:0;
  background:#010304;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.approach-image-break img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:8/3;
  object-fit:contain;
  background:#010304;
}
.approach {
  background:#f7f3eb;
  border-bottom:1px solid var(--line);
}
.approach-grid {
  display:grid;
  grid-template-columns:32% 68%;
  gap:54px;
}
.approach h2 {
  font-size:38px;
  margin:0;
  line-height:1.13;
}
.approach-copy {
  max-width:720px;
}
.approach-copy > p {
  margin:0 0 18px;
  color:#3f4644;
  font-size:15.5px;
  line-height:1.68;
}
.method-rows {
  margin-top:27px;
  border-top:1px solid var(--line);
}
.method-row {
  display:grid;
  grid-template-columns:30% 70%;
  gap:24px;
  padding:18px 0 19px;
  border-bottom:1px solid var(--line);
}
.method-row h4 {
  margin:0;
  font-family:Cambria, Georgia, "Times New Roman", serif;
  font-size:20px;
  line-height:1.28;
  font-weight:400;
}
.method-row p {
  margin:0;
  color:#59605c;
  font-size:13.8px;
  line-height:1.62;
}

.who {
  background:#fbf9f4;
  border-bottom:1px solid var(--line);
}
.who-grid {
  display:grid;
  grid-template-columns:45% 55%;
  min-height:590px;
}
.who-image {
  background:url("/assets/images/who-we-advise/who-we-advise.webp") center center / cover no-repeat;
  min-height:590px;
}
.who-copy {
  display:flex;
  align-items:center;
}
.who-inner {
  padding:62px 66px 62px 70px;
  max-width:760px;
}
.who h2 {
  font-size:37px;
  line-height:1.13;
  margin:0 0 18px;
}
.who-intro {
  color:#414846;
  font-size:15.5px;
  line-height:1.68;
  margin:0 0 24px;
}
.qualifications {
  border-top:1px solid var(--line);
}
.qualification {
  display:grid;
  grid-template-columns:33% 67%;
  gap:22px;
  padding:15px 0 16px;
  border-bottom:1px solid var(--line);
}
.qualification strong {
  font-size:11.5px;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:600;
  color:#283335;
}
.qualification span {
  color:#575e5a;
  font-size:13.5px;
  line-height:1.58;
}

.leadership {
  background:#f7f3eb;
  padding:70px 0 68px;
  border-bottom:1px solid var(--line);
}
.lead-grid {
  display:grid;
  grid-template-columns:29% 63%;
  gap:8%;
  align-items:start;
}
.portrait-frame {
  border:1px solid #ccc3b5;
  padding:8px;
  background:#fffaf2;
}
.portrait {
  aspect-ratio:3/4;
  background:url("/assets/images/leadership/justin-lurie.webp") center 22% / cover no-repeat;
}
.lead-copy {
  padding-top:5px;
  max-width:720px;
}
.lead-copy h2 {
  font-size:37px;
  line-height:1.1;
  margin:0 0 4px;
}
.role {
  color:var(--brass);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  margin-bottom:22px;
}
.lead-copy p {
  margin:0 0 17px;
  color:#404744;
  font-size:15.5px;
  line-height:1.68;
}
.credentials {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:27px;
  border-top:1px solid var(--line);
  padding-top:19px;
}
.credential {
  font-size:12.5px;
  color:#5c625e;
  line-height:1.5;
}
.credential strong {
  display:block;
  color:#223034;
  font-size:10.5px;
  text-transform:uppercase;
  letter-spacing:.11em;
  margin-bottom:5px;
}

.closing {
  background:#010304;
  color:#fff;
  padding:58px 0 60px;
}
.closing-grid {
  display:grid;
  grid-template-columns:31% 69%;
  gap:54px;
  align-items:start;
}
.closing h2 {
  margin:0;
  font-size:35px;
  line-height:1.13;
}
.closing-copy {
  max-width:730px;
}
.closing-copy p {
  margin:0 0 20px;
  color:#cdd3d0;
  font-size:15.5px;
  line-height:1.66;
}
.closing-link {
  color:#d0b275;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:11px;
}

.footer {
  background:#f7f3eb;
  border-top:1px solid var(--line);
  padding:22px 0;
}
.footer .wrap {
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#70746f;
  font-size:11px;
}
.footer a {
  color:#606763;
  text-decoration:none;
  margin-left:20px;
}

@media(max-width:900px) {
  header{height:auto;padding:15px 0}
  .logo{width:230px;max-width:65vw}
  nav{display:none}
  .hero{min-height:auto;background:#010304}
  .hero::before{
    top:auto;right:0;bottom:0;width:100%;height:440px;
    background-position:44% 47%;
    background-size:auto 94%;
    filter:brightness(1.10) contrast(1.05);
  }
  .hero::after{display:none}
  .hero-inner::before{display:none}
  .hero-inner{min-height:auto}
  .hero-copy{width:100%;padding:58px 34px 440px}

  .wrap{padding:0 27px}
  .firm-intro-grid,.cap-row,.approach-grid,.method-row,.who-grid,.lead-grid,.closing-grid{
    grid-template-columns:1fr;
    gap:25px;
  }
  .firm-intro,.section,.leadership{padding:55px 0}
  .cap-row{padding:23px 0}
  .who-image{min-height:420px}
  .who-inner{padding:48px 27px}
  .qualification{grid-template-columns:1fr;gap:5px}
  .portrait-frame{max-width:410px}
  .credentials{grid-template-columns:1fr}
  .closing{padding:54px 0}
  .footer .wrap{flex-direction:column}
}
