:root {
  --navy: #101214;
  --navy-soft: #292c31;
  --ink: #17191d;
  --paper: #f4f4f2;
  --white: #ffffff;
  --gold: #bfc3c8;
  --gold-pale: #e4e6e8;
  --stone: #6d7279;
  --line: #d7dadd;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.jump-link { position: fixed; z-index: 30; top: -4rem; left: 1rem; padding: .7rem 1rem; background: var(--gold); color: var(--navy); font-weight: 700; text-decoration: none; }
.jump-link:focus { top: 1rem; }

.topbar { position: absolute; z-index: 5; inset: 0 0 auto; color: var(--white); }
.nav-layout { display: flex; min-height: 100px; align-items: center; gap: 32px; }
.logo-lockup { width: 142px; text-decoration: none; }
.logo-lockup img { width: 142px; height: 64px; object-fit: contain; object-position: left center; }
.menu { display: flex; gap: 25px; margin-left: auto; }
.menu a { position: relative; color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.menu a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--gold); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.menu a:hover::after, .menu a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.mini-cta { padding: 9px 13px; border: 1px solid rgba(255,255,255,.4); color: var(--white); font-size: .69rem; text-decoration: none; transition: background .25s ease, color .25s ease; }
.mini-cta:hover, .mini-cta:focus-visible { background: var(--white); color: var(--navy); }

.opening { overflow: hidden; padding: 160px 0 47px; background: var(--navy); color: var(--white); }
.opening-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(310px, .77fr); gap: clamp(48px, 8vw, 130px); align-items: end; }
.opening-copy { padding-bottom: 38px; }
.overline { margin: 0 0 19px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { max-width: 670px; margin: 0; font-size: clamp(3rem, 5.4vw, 5.3rem); letter-spacing: -.07em; line-height: .96; }
h1 i, h2 i { color: var(--gold); font-style: normal; }
.intro { max-width: 455px; margin: 27px 0 25px; color: #d4d8df; font-size: .88rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 14px 17px; font-size: .72rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; transition: transform .3s cubic-bezier(.2,.8,.25,1), box-shadow .3s ease, background .3s ease; }
.action span { font-size: 1rem; line-height: .5; }
.action:hover, .action:focus-visible { transform: translateY(-4px); }
.action-solid { background: linear-gradient(105deg, #aeb3b9, #f4f5f6); color: var(--navy); box-shadow: 0 14px 25px rgba(0,0,0,.18); }
.action-solid:hover, .action-solid:focus-visible { box-shadow: 0 19px 34px rgba(0,0,0,.28); }
.text-action { border-bottom: 1px solid rgba(255,255,255,.42); padding-bottom: 4px; color: #f2f3f4; font-size: .72rem; font-weight: 700; text-decoration: none; transition: border-color .25s ease, color .25s ease; }
.text-action:hover, .text-action:focus-visible { border-color: var(--gold); color: var(--gold); }
.hero-logo-frame { position: relative; display: grid; min-height: 390px; margin: 0; border: 1px solid rgba(220,224,228,.5); padding: 30px 28px 0; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(205,209,214,.16), transparent 45%), linear-gradient(145deg, #272a2f, #0b0d10 72%); box-shadow: 0 24px 50px rgba(0,0,0,.25); transform: translateY(1px); }
.hero-logo-frame::before { position: absolute; inset: 22px -17px 48px 22px; border: 1px solid rgba(205,209,214,.72); content: ''; }
.hero-logo { position: relative; z-index: 1; display: block; width: min(100%, 500px); height: auto; max-height: 290px; margin: auto; object-fit: contain; }
.hero-logo-frame figcaption { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 8px; padding: 12px 2px; color: #f2f3f4; font-size: .6rem; }
.hero-logo-frame figcaption span { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.hero-logo-frame figcaption strong { font-weight: 700; }
.opening-rule { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 6px; margin-top: 35px; }
.opening-rule span { display: block; height: 2px; background: rgba(255,255,255,.2); }
.opening-rule span:nth-child(2) { background: var(--gold); }

.statement { overflow: hidden; padding: 120px 0 104px; background: var(--white); }
.statement-grid { display: grid; grid-template-columns: .15fr minmax(290px, .94fr) minmax(260px, .8fr); gap: 40px; align-items: center; }
.statement-number { align-self: start; color: var(--gold); font: 400 1.05rem Georgia, serif; }
h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.35rem); letter-spacing: -.065em; line-height: .98; }
.statement-copy > p:not(.overline) { max-width: 455px; margin: 25px 0 27px; color: var(--stone); font-size: .88rem; }
.line-link { display: inline-flex; gap: 12px; border-bottom: 1px solid var(--gold); padding-bottom: 5px; color: var(--navy); font-size: .72rem; font-weight: 700; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.line-link:hover, .line-link:focus-visible { color: var(--gold); transform: translateX(4px); }
.justice-object { position: relative; min-height: 335px; margin: 0; background: #e4e6e8; }
.justice-object::after { position: absolute; right: -17px; bottom: 24px; width: 55%; height: 1px; background: var(--gold); content: ''; }
.justice-object img { position: absolute; right: 8%; bottom: 0; width: min(88%, 320px); height: 100%; object-fit: contain; object-position: bottom; mix-blend-mode: multiply; opacity: .9; }

.field { padding: 105px 0; background: #e9ebed; }
.field-layout { display: grid; grid-template-columns: 1fr .75fr; gap: 55px 70px; align-items: end; }
.field-heading h2 { max-width: 720px; color: var(--navy); }
.practice-panel { display: grid; grid-template-columns: 46px 1fr 34px; gap: 22px; align-items: center; border-top: 1px solid rgba(15,23,42,.25); border-bottom: 1px solid rgba(15,23,42,.25); padding: 27px 0; }
.panel-index { color: var(--gold); font: 400 1.5rem Georgia, serif; }
.practice-panel h3 { margin: 0; color: var(--navy); font-size: 1.52rem; }
.practice-panel p { max-width: 400px; margin: 5px 0 0; color: #62676d; font-size: .78rem; }
.practice-panel a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); font-size: 1rem; text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease; }
.practice-panel a:hover, .practice-panel a:focus-visible { background: var(--navy); color: var(--white); transform: rotate(45deg); }
.field-note { display: flex; gap: 14px; max-width: 340px; margin: 0; color: var(--navy); font: 400 1rem/1.35 Georgia, serif; }
.field-note p { margin: 0; }
.dot { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: var(--gold); }

.journey { padding: 116px 0; background: var(--navy); color: var(--white); }
.journey-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.journey-head h2 { max-width: 710px; }
.route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 60px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.route li { display: grid; grid-template-columns: 52px 1fr; gap: 13px; min-height: 160px; padding: 25px 28px 0 0; border-right: 1px solid rgba(255,255,255,.22); }
.route li + li { padding-left: 27px; }
.route li:last-child { border-right: 0; }
.route strong { color: var(--gold); font: 400 1.35rem Georgia, serif; }
.route h3 { margin: 0; color: var(--white); font-size: 1.14rem; line-height: 1.12; }
.route p { margin: 9px 0 0; color: #bcc3cd; font-size: .73rem; line-height: 1.42; }

.location { padding: 105px 0; background: var(--white); }
.location-grid { display: block; }
.location-copy { max-width: 780px; }
.location-copy h2 { max-width: 550px; }
address { margin-top: 26px; color: var(--stone); font-size: .85rem; font-style: normal; }
address span, .schedule span, .footer-layout p span { display: block; }
.schedule { margin: 19px 0 0; color: var(--navy); font-size: .75rem; line-height: 1.7; }

.contact-band { padding: 86px 0; background: var(--gold); color: var(--navy); }
.contact-band .overline { color: var(--navy-soft); }
.contact-band h2 i { color: var(--white); }
.contact-layout { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: center; }
.contact-side { max-width: 320px; justify-self: end; }
.contact-side p { margin: 0 0 19px; font-size: .79rem; }
.action-light { width: 100%; background: var(--navy); color: var(--white); box-shadow: 0 13px 22px rgba(16,18,20,.17); }
.action-light:hover, .action-light:focus-visible { background: var(--navy-soft); }

.bottom { padding: 45px 0; background: #0b0d10; color: #f2f3f4; }
.footer-layout { display: grid; grid-template-columns: 160px 1fr auto; gap: 35px; align-items: center; }
.footer-logo { width: 135px; }
.footer-logo img { width: 135px; height: 65px; object-fit: contain; }
.footer-layout p { margin: 0; color: #aab1bc; font-size: .64rem; line-height: 1.55; }
.footer-layout .copyright { text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.js-ready .rise { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.18,.8,.25,1); }
.js-ready .rise.shown { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 48px), var(--shell)); }
  .opening-grid { gap: 45px; }
  .hero-logo-frame::before { display: none; }
  .statement-grid { grid-template-columns: 35px 1fr; }
  .justice-object { grid-column: 2; max-width: 400px; width: 100%; }
  .field-layout { grid-template-columns: 1fr; }
  .journey-head { display: block; }
  .route { grid-template-columns: 1fr; margin-top: 45px; }
  .route li, .route li + li { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .route li:last-child { border-bottom: 0; }
}

@media (max-width: 590px) {
  .shell { width: calc(100% - 32px); }
  .nav-layout { min-height: 78px; }
  .logo-lockup { width: 112px; }
  .logo-lockup img { width: 112px; height: 48px; }
  .menu { display: none; }
  .mini-cta { margin-left: auto; }
  .opening { padding-top: 122px; }
  .opening-grid { grid-template-columns: 1fr; gap: 34px; }
  .opening-copy { padding-bottom: 0; }
  h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .hero-logo-frame { width: min(100%, 390px); min-height: 300px; padding: 28px 20px 0; }
  .hero-logo { max-height: 210px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .statement, .field, .journey, .location { padding: 76px 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 25px; }
  .statement-number { display: none; }
  .justice-object { grid-column: auto; min-height: 290px; }
  h2 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .practice-panel { grid-template-columns: 32px 1fr; gap: 14px; }
  .practice-panel a { grid-column: 2; }
  .field-note { margin-top: -15px; }
  .location-grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-band { padding: 70px 0; }
  .contact-side { justify-self: start; }
  .footer-layout { grid-template-columns: 1fr; gap: 20px; }
  .footer-layout .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js-ready .rise { opacity: 1; transform: none; }
}
