:root {
  --ink: #100f0d;
  --ink-soft: #4b4741;
  --paper: #f4f3f0;
  --white: #fff;
  --clay: #b3836a;
  --clay-pale: #dfc2ae;
  --line: rgba(16, 15, 13, .16);
  --deep: #26201d;
  --frame: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 16px/1.55 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.frame { width: min(calc(100% - 56px), var(--frame)); margin-inline: auto; }
.jump { position: fixed; z-index: 20; top: -5rem; left: 1rem; padding: .7rem 1rem; background: var(--ink); color: #fff; text-decoration: none; }
.jump:focus { top: 1rem; }

.topbar { position: absolute; z-index: 10; inset: 0 0 auto; border-bottom: 1px solid rgba(16, 15, 13, .12); }
.navigation { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.signature { display: grid; gap: 3px; min-width: 0; text-decoration: none; text-transform: uppercase; }
.signature span { font: 600 .74rem/1 Georgia, serif; letter-spacing: .16em; }
.signature small { color: var(--ink-soft); font-size: .55rem; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 27px; }
nav a { font-size: .72rem; letter-spacing: .05em; text-decoration: none; }
nav a:hover, .underlined:hover, .quiet-link:hover { color: #7e523e; }
.nav-button { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: .68rem 1rem; border: 1px solid var(--ink); font-size: .69rem; font-weight: 700; text-decoration: none; transition: background .25s, color .25s, transform .25s; }
.nav-button:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.opening { position: relative; overflow: hidden; padding: 145px 0 58px; background: linear-gradient(105deg, #ebe9e5 0%, #f5f4f1 58%, #e6e1dc 100%); }
.opening::before, .opening::after { position: absolute; content: ""; border: 1px solid rgba(179, 131, 106, .25); border-radius: 50%; pointer-events: none; }
.opening::before { width: 46vw; height: 46vw; right: -19vw; top: -21vw; }
.opening::after { width: 38vw; height: 38vw; right: -17vw; top: -17vw; opacity: .6; }
.opening-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .8fr); gap: 6vw; align-items: end; }
.opening-copy { min-width: 0; padding: 62px 0 96px; }
.eyebrow { margin: 0 0 20px; color: var(--clay); font: 600 .65rem/1.2 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.opening h1, .commitment h2, .family-law h2, .office-proof h2, .route h2, .closing h2 { margin: 0; font: 400 clamp(3.4rem, 6.2vw, 6.8rem)/.91 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; overflow-wrap: break-word; }
.opening h1 { max-width: 700px; }
.opening h1 em, .family-law h2 em { color: var(--clay); font-weight: 400; }
.intro { max-width: 500px; margin: 30px 0 33px; color: var(--ink-soft); font-size: 1.02rem; }
.opening-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.action { display: inline-flex; align-items: center; justify-content: center; gap: 18px; max-width: 100%; min-height: 52px; padding: 0 19px; font-size: .75rem; font-weight: 700; text-decoration: none; transition: transform .25s, background .25s, color .25s; }
.action span { font-size: 1.1rem; }
.primary { background: var(--ink); color: #fff; }
.primary:hover { background: var(--clay); transform: translateY(-3px); }
.quiet-link { font-size: .75rem; font-weight: 700; text-decoration: none; }
.quiet-link span { margin-left: 6px; }
.hero-photo { position: relative; min-width: 0; min-height: 550px; margin: 0; overflow: hidden; background: #d6d0ca; }
.hero-photo img { width: 100%; height: 550px; object-fit: cover; object-position: center top; filter: saturate(.79); }
.opening-rule { position: absolute; z-index: 2; inset: auto 0 0; height: 6px; background: var(--clay); }

.commitment { padding: 116px 0 122px; background: var(--white); }
.commitment-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9vw; align-items: start; }
.commitment h2 { max-width: 600px; font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.commitment-text { padding-top: 42px; }
.commitment-text p { max-width: 460px; margin: 0; color: var(--ink-soft); font-size: 1.03rem; }
.underlined { display: inline-flex; gap: 12px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--clay); font-size: .77rem; font-weight: 700; text-decoration: none; transition: color .2s; }

.family-law { padding: 116px 0; background: var(--deep); color: #fff; }
.practice-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 10vw; align-items: start; }
.light { color: var(--clay-pale); }
.family-law h2 { font-size: clamp(4.2rem, 8vw, 7.8rem); }
.practice-copy > p:not(.eyebrow) { max-width: 310px; margin: 30px 0; color: #e0dbd6; }
.pale { background: var(--clay-pale); color: var(--ink); }
.pale:hover { background: #fff; transform: translateY(-3px); }
.service-list { min-width: 0; padding: 26px 0 0; border-top: 1px solid rgba(255, 255, 255, .38); }
.list-heading { margin: 0 0 14px; color: var(--clay-pale); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.service-list ul { margin: 0; padding: 0; list-style: none; }
.service-list li { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); font: 400 clamp(1.05rem, 1.65vw, 1.42rem)/1.25 Georgia, serif; overflow-wrap: break-word; }
.service-list li::before { content: "—"; margin-right: 11px; color: var(--clay); }

.office-proof { overflow: hidden; padding: 120px 0; background: #e9e6e0; }
.proof-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 9vw; align-items: center; }
.office-photo { position: relative; min-width: 0; min-height: 530px; margin: 0; }
.office-photo::after { position: absolute; content: ""; right: 0; bottom: 0; width: 52%; height: 40%; border: 1px solid var(--clay); transform: translate(14px, 14px); }
.office-photo img { position: relative; z-index: 1; width: 100%; height: 530px; object-fit: cover; object-position: 62% center; filter: saturate(.8); }
.proof-copy { min-width: 0; max-width: 530px; }
.office-proof h2 { font-size: clamp(2.55rem, 4.4vw, 4.7rem); line-height: .97; }
.rating { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 31px 0 24px; }
.rating strong { font: 400 2.25rem/1 Georgia, serif; }
.rating span { color: var(--clay); letter-spacing: .08em; font-size: .9rem; }
.rating small { color: var(--ink-soft); font-size: .7rem; }
blockquote { margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); font: 400 1.12rem/1.45 Georgia, serif; }
cite { display: block; margin-top: 15px; color: var(--ink-soft); font: 600 .68rem/1.4 Arial, sans-serif; font-style: normal; letter-spacing: .04em; }

.route { padding: 117px 0 106px; background: var(--white); }
.route-heading { max-width: 650px; }
.route h2 { font-size: clamp(2.7rem, 4.6vw, 5.1rem); line-height: .96; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 74px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { min-width: 0; min-height: 225px; padding: 25px 28px 5px; border-right: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; }
.steps li:last-child { border-right: 0; }
.steps span { display: block; margin-bottom: 43px; color: var(--clay); font: 400 1.2rem/1 Georgia, serif; }
.steps h3 { margin: 0 0 10px; font: 400 1.35rem/1.1 Georgia, serif; }
.steps p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: .84rem; }

.closing { padding: 112px 0; background: var(--ink); color: #fff; }
.closing-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 11vw; align-items: end; }
.closing h2 { font-size: clamp(3rem, 5.4vw, 6.3rem); line-height: .93; }
.contact-card { min-width: 0; padding: 28px 0 0; border-top: 1px solid rgba(255, 255, 255, .35); }
.light-action { margin-bottom: 34px; background: #fff; color: var(--ink); }
.light-action:hover { background: var(--clay-pale); transform: translateY(-3px); }
dl { margin: 0; }
dl div { padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
dt { margin-bottom: 4px; color: var(--clay-pale); font-size: .64rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
dd { margin: 0; color: #f3f0ed; font: 400 .86rem/1.55 Georgia, serif; overflow-wrap: break-word; }
dd a { color: #fff; text-decoration: none; border-bottom: 1px solid var(--clay); }

footer { padding: 22px 0; background: #090908; color: #cfc8c2; }
.footer-line { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-line a { color: var(--clay-pale); text-decoration: none; }
.footer-line a:hover { color: #fff; }

@media (max-width: 820px) {
  .frame { width: min(calc(100% - 36px), var(--frame)); }
  .navigation { min-height: 72px; }
  .navigation nav { display: none; }
  .nav-button { padding: .57rem .68rem; font-size: .61rem; }
  .opening { padding-top: 94px; }
  .opening-grid, .commitment-layout, .practice-layout, .proof-layout, .closing-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .opening-copy { padding: 38px 0 0; }
  .opening h1 { font-size: clamp(3.2rem, 12vw, 5.5rem); }
  .hero-photo { width: min(100%, 520px); min-height: 480px; justify-self: end; }
  .hero-photo img { height: 480px; }
  .commitment { padding: 80px 0; }
  .commitment-text { padding-top: 0; }
  .family-law, .office-proof, .route, .closing { padding: 82px 0; }
  .family-law h2 { font-size: clamp(4rem, 16vw, 6.2rem); }
  .service-list { padding-top: 0; }
  .office-photo { width: min(100%, 600px); min-height: 420px; }
  .office-photo img { height: 420px; }
  .steps { grid-template-columns: 1fr; margin-top: 47px; }
  .steps li, .steps li:first-child { min-height: auto; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 24px; }
  .footer-line { flex-wrap: wrap; justify-content: flex-start; }
  .signature small { font-size: .5rem; }
}

@media (max-width: 440px) {
  .frame { width: min(calc(100% - 28px), var(--frame)); }
  .signature span { font-size: .64rem; }
  .signature small { font-size: .43rem; }
  .nav-button span { display: none; }
  .opening { padding-top: 83px; }
  .hero-photo, .hero-photo img { min-height: 410px; height: 410px; }
  .office-photo, .office-photo img { min-height: 350px; height: 350px; }
  .opening-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .opening h1 { font-size: clamp(2.7rem, 12vw, 3.55rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .action, .nav-button, .underlined { transition: none; }
}
