@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #13242d;
  --navy: #0d2029;
  --deep: #09181f;
  --paper: #f4f0e8;
  --white: #fffdf9;
  --gold: #c9a45d;
  --gold-light: #e1c98f;
  --muted: #6f7777;
  --line: rgba(19, 36, 45, 0.16);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--gold); color: var(--deep); }
.skip-link:focus { top: 1rem; }

.site-header { height: 92px; display: flex; align-items: center; padding: 0 clamp(1.25rem, 5vw, 5rem); background: rgba(9,24,31,.96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); position: absolute; top: 0; left: 0; right: 0; z-index: 10; }
.brand { display: flex; align-items: center; gap: .9rem; min-width: 300px; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; }
.brand-name { display: flex; flex-direction: column; gap: .12rem; }
.brand-name strong { font-family: var(--font-display), serif; font-size: 1.04rem; letter-spacing: .035em; font-weight: 500; }
.brand-name small { color: var(--gold-light); text-transform: uppercase; font-size: .61rem; letter-spacing: .28em; }
.nav { margin: auto; display: flex; align-items: center; gap: clamp(1.3rem, 2.8vw, 3rem); }
.nav a { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.76); transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--gold-light); }
.header-action { min-width: 185px; display: flex; justify-content: flex-end; gap: .75rem; align-items: center; color: var(--gold-light); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }

.hero { min-height: 810px; padding: 150px clamp(1.25rem, 5vw, 5rem) 0 clamp(1.25rem, 8vw, 9rem); background: var(--deep); color: var(--white); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .72fr); align-items: end; gap: clamp(2rem, 5vw, 7rem); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: 130px; border: 1px solid rgba(201,164,93,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201,164,93,.035), 0 0 0 140px rgba(201,164,93,.025); }
.hero-grid { position: absolute; inset: 92px 0 0 52%; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-copy { position: relative; z-index: 2; max-width: 780px; align-self: center; padding-bottom: 3rem; animation: rise .8s ease-out both; }
.eyebrow { margin: 0 0 1.45rem; color: #9a7a3f; text-transform: uppercase; letter-spacing: .22em; font-size: .69rem; font-weight: 700; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 760px; font: 500 clamp(4rem, 7.1vw, 7.3rem)/.88 var(--font-display), serif; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 630px; margin: 2.4rem 0 0; font-size: 1.06rem; line-height: 1.85; color: rgba(255,255,255,.68); }
.hero-actions { margin-top: 2.5rem; display: flex; align-items: center; gap: 2.2rem; flex-wrap: wrap; }
.button { min-height: 58px; padding: 0 1.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: .68rem; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--deep); }
.button-gold:hover { background: var(--gold-light); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: .35rem; }
.light-link { color: rgba(255,255,255,.78); }
.hero-portrait { position: relative; z-index: 2; align-self: end; height: 660px; max-width: 560px; width: 100%; justify-self: end; animation: rise .8s .12s ease-out both; }
.hero-portrait::before { content: ""; position: absolute; inset: 5% -7% -3% 8%; border: 1px solid rgba(201,164,93,.3); z-index: -1; }
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.02); }
.hero-signature { position: absolute; z-index: 3; left: -2.2rem; bottom: 2rem; min-width: 300px; padding: 1.25rem 1.5rem; background: rgba(9,24,31,.92); border-left: 3px solid var(--gold); display: flex; flex-direction: column; box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.hero-signature span, .hero-signature small { color: rgba(255,255,255,.5); font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.hero-signature strong { margin: .5rem 0; font: 500 1.4rem/1.1 var(--font-display), serif; }
.hero-signature small { color: var(--gold-light); }

.credentials { background: var(--white); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); }
.credentials div { min-height: 120px; padding: 1.6rem clamp(1rem, 2vw, 2.3rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.credentials div:first-child { border-left: 1px solid var(--line); }
.credentials span { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .17em; }
.credentials strong { margin-top: .55rem; font: 500 1.25rem var(--font-display), serif; }

.section { padding: 120px clamp(1.25rem, 7vw, 8rem); }
.office { display: grid; grid-template-columns: .9fr 1fr .8fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: start; }
.section h2, .practices h2, .publications h2 { margin: 0; font: 500 clamp(2.8rem, 4.8vw, 5rem)/.98 var(--font-display), serif; letter-spacing: -.035em; }
.office-copy { padding-top: 2.2rem; }
.office-copy p { color: var(--muted); line-height: 1.9; font-size: .93rem; }
.office-copy .lead-copy { margin-top: 0; color: var(--ink); font: 500 1.5rem/1.45 var(--font-display), serif; }
.client-card { background: var(--navy); color: var(--white); padding: 2.6rem; min-height: 390px; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(13,32,41,.13); }
.client-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(201,164,93,.45); margin-bottom: 2.7rem; position: relative; }
.client-icon::before { content: ""; position: absolute; width: 20px; height: 14px; bottom: 9px; border: 1px solid var(--gold); border-radius: 10px 10px 3px 3px; }
.client-icon span { font-size: .65rem; color: var(--gold); transform: translateY(-8px); }
.client-card h3 { font: 500 2.05rem/1.05 var(--font-display), serif; margin: 0; }
.client-card p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.7; font-size: .84rem; }
.client-card a { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; }

.practices { background: var(--white); }
.practices-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 4.2rem; }
.practices-heading > p { max-width: 480px; justify-self: end; color: var(--muted); line-height: 1.8; font-size: .9rem; }
.practice-list { border-top: 1px solid var(--line); }
.practice { display: grid; grid-template-columns: 70px minmax(220px, .9fr) minmax(260px, 1.2fr) 36px; gap: 2rem; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.practice:hover { background: var(--paper); padding-left: 1.25rem; padding-right: 1.25rem; }
.practice-number { color: #a38956; font-family: var(--font-display), serif; }
.practice h3 { margin: 0; font: 500 1.75rem/1.15 var(--font-display), serif; }
.practice p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.75; max-width: 520px; }
.practice-arrow { color: var(--gold); font-size: 1.2rem; }

.profile { background: var(--deep); color: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; }
.profile-visual { position: relative; min-height: 660px; margin: 0; overflow: hidden; background: #112a34; border-right: 1px solid rgba(255,255,255,.08); }
.profile-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(9,24,31,.86)); pointer-events: none; }
.profile-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 28%; filter: saturate(.82) contrast(1.04); }
.profile-visual figcaption { position: absolute; z-index: 2; left: 2.5rem; bottom: 2.5rem; text-transform: uppercase; letter-spacing: .2em; font-size: .59rem; color: rgba(255,255,255,.72); }
.profile-copy { padding: clamp(5rem, 9vw, 9rem); display: flex; flex-direction: column; justify-content: center; }
.profile-copy h2 { margin: 0; font: 500 clamp(3rem, 5.2vw, 5.4rem)/.94 var(--font-display), serif; letter-spacing: -.035em; }
.profile-summary { margin: 2rem 0 1.2rem !important; color: var(--gold-light) !important; font: 500 1.3rem/1.4 var(--font-display), serif !important; }
.profile-copy > p:not(.eyebrow) { color: rgba(255,255,255,.61); font-size: .86rem; line-height: 1.85; max-width: 660px; margin: .7rem 0; }
.profile-bars { margin-top: 2.4rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.profile-bars span { border: 1px solid rgba(201,164,93,.35); padding: .8rem 1.1rem; color: var(--gold-light); font-size: .63rem; letter-spacing: .13em; }

.publications { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.publication-list { border-top: 1px solid var(--line); }
.publication { min-height: 100px; display: grid; grid-template-columns: 72px 1fr 30px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.publication span { color: #9a7a3f; font-size: .7rem; letter-spacing: .1em; }
.publication strong { font: 500 clamp(1.25rem, 2vw, 1.7rem) var(--font-display), serif; }
.publication i { color: var(--gold); font-style: normal; }

.contact { padding: 100px clamp(1.25rem, 7vw, 8rem); background: #18333d; color: var(--white); display: grid; grid-template-columns: 1fr .55fr .9fr; gap: 5vw; align-items: center; }
.contact h2 { margin: 0; font: 500 clamp(3rem, 5vw, 5.5rem)/.95 var(--font-display), serif; }
.contact > div > p:not(.eyebrow) { color: rgba(255,255,255,.58); font-size: .84rem; margin-top: 1.5rem; }
.contact-locations { display: flex; flex-direction: column; gap: 1rem; color: var(--gold-light); font: 500 1.35rem var(--font-display), serif; }
.contact-button { min-height: 108px; padding: 1.6rem 1.8rem; background: var(--gold); color: var(--deep); display: grid; grid-template-columns: 1fr auto; align-items: center; transition: background .2s ease, transform .2s ease; }
.contact-button:hover { background: var(--gold-light); transform: translateY(-2px); }
.contact-button small { grid-column: 1; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; }
.contact-button strong { grid-column: 1; font: 600 1.35rem var(--font-display), serif; }
.contact-button span { grid-column: 2; grid-row: 1 / 3; font-size: 1.4rem; }

.footer { padding: 2.4rem clamp(1.25rem, 5vw, 5rem); background: var(--deep); color: rgba(255,255,255,.52); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; font-size: .66rem; letter-spacing: .05em; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-logo { width: 44px; height: 44px; object-fit: contain; }
.footer-brand strong { color: var(--white); font-family: var(--font-display), serif; font-size: .9rem; font-weight: 500; }
.footer > p { text-align: center; }
.footer > a { text-align: right; color: var(--gold-light); }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .nav { display: none; }
  .header-action { margin-left: auto; }
  .hero { grid-template-columns: 1fr minmax(330px, .65fr); }
  .office { grid-template-columns: 1fr 1fr; }
  .client-card { grid-column: 1 / -1; min-height: 320px; }
  .contact { grid-template-columns: 1fr 1fr; }
  .contact-button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 1rem; }
  .brand { min-width: 0; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-name strong { font-size: .9rem; }
  .header-action { min-width: auto; font-size: 0; }
  .header-action span { font-size: 1rem; }
  .hero { min-height: auto; padding: 130px 1.25rem 0; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }
  .hero-copy { padding-bottom: 2rem; }
  .hero-portrait { height: 520px; max-width: 100%; justify-self: center; }
  .hero-signature { left: 0; bottom: 1rem; min-width: min(300px, 88%); }
  .hero-grid { left: 20%; }
  .credentials { grid-template-columns: 1fr 1fr; padding: 0; }
  .credentials div { min-height: 100px; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 1.25rem; }
  .office, .practices-heading, .publications { grid-template-columns: 1fr; gap: 2.5rem; }
  .office-copy { padding-top: 0; }
  .practices-heading > p { justify-self: start; }
  .practice { grid-template-columns: 42px 1fr 24px; gap: 1rem; padding: 1.6rem 0; }
  .practice h3 { font-size: 1.45rem; }
  .practice p { grid-column: 2 / -1; }
  .practice-arrow { grid-column: 3; grid-row: 1; }
  .profile { grid-template-columns: 1fr; }
  .profile-visual { min-height: 540px; }
  .profile-copy { padding: 80px 1.25rem; }
  .contact { padding: 80px 1.25rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-button { grid-column: auto; }
  .footer { grid-template-columns: 1fr; text-align: left; }
  .footer > p, .footer > a { text-align: left; }
}

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