:root {
  --navy: #071c32;
  --navy-2: #0c2944;
  --blue: #164f85;
  --sky: #9fbfd2;
  --ink: #132232;
  --muted: #65717d;
  --line: #d9dfe3;
  --paper: #f4f2ec;
  --white: #fff;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: .04em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
svg { width: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: .06em; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 10px; padding: 8px 16px; background: #fff; color: var(--navy); transition: top .2s; }
.skip-link:focus { top: 10px; }
.site-header { position: relative; z-index: 100; height: 92px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(20,45,66,.08); }
.header-inner { height: 100%; display: flex; align-items: stretch; padding-left: clamp(18px,4vw,64px); }
.brand { display: flex; align-items: center; gap: 15px; margin-right: auto; }
.brand-mark { position: relative; width: 40px; height: 40px; transform: rotate(45deg); overflow: hidden; border: 1px solid #163f72; background: linear-gradient(135deg,#3872ad,#071f52); }
.brand-mark i { position: absolute; top: -7px; bottom: -7px; width: 1px; background: rgba(255,255,255,.92); transform: rotate(-45deg); }
.brand-mark i:nth-child(1) { left: 12px; }.brand-mark i:nth-child(2) { left: 20px; }.brand-mark i:nth-child(3) { left: 28px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: clamp(16px,1.5vw,22px); font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.brand-copy small { margin-top: 9px; color: var(--blue); font-size: 9px; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: stretch; margin-left: 30px; }
.desktop-nav a { position: relative; display: flex; align-items: center; padding: 0 clamp(10px,1.15vw,21px); font-size: 13px; font-weight: 600; white-space: nowrap; }
.desktop-nav a::after { position: absolute; right: 20px; bottom: 22px; left: 20px; height: 1px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-contact { width: 185px; display: grid; grid-template: 1fr 1fr / 28px auto; align-content: center; column-gap: 8px; padding: 0 18px; color: #fff; background: var(--navy); }
.header-contact span { grid-row: 1 / 3; align-self: center; }
.header-contact small { align-self: end; font-size: 10px; letter-spacing: .12em; }
.header-contact strong { align-self: start; font-size: 15px; letter-spacing: .06em; }
.menu-button { display: none; border: 0; background: var(--navy); color: #fff; width: 72px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; cursor: pointer; }
.menu-button span { font-size: 8px; letter-spacing: .16em; }
.mobile-menu { position: fixed; inset: 72px 0 0; padding: 18px 24px 30px; color: #fff; background: var(--navy); overflow-y: auto; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 18px; }
.mobile-phone { display: block; margin-top: 24px; padding: 14px; text-align: center; border: 1px solid rgba(255,255,255,.5); }
.hero { position: relative; min-height: calc(100vh - 92px); height: 760px; overflow: hidden; color: #fff; background: linear-gradient(125deg,#06192c 0%,#0a2946 60%,#123955 100%); }
.hero::after { position: absolute; inset: 0; content: ""; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right,transparent,#000); }
.hero-inner { position: relative; z-index: 2; max-width: 1240px; height: 100%; margin: auto; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(24px,7vw,90px); }
.hero-kicker { margin-bottom: 34px; color: #a9c7d8; font-size: 11px; font-weight: 700; letter-spacing: .36em; }
.hero h1 { margin-bottom: 32px; font-size: clamp(48px,6vw,82px); line-height: 1.42; text-shadow: 0 4px 30px rgba(0,0,0,.12); }
.hero-copy { margin-bottom: 38px; font-size: clamp(15px,1.4vw,18px); line-height: 2.05; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-art { position: absolute; z-index: 1; right: clamp(-130px,-5vw,-40px); top: 50%; width: min(52vw,680px); aspect-ratio: 1; transform: translateY(-50%); }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(183,215,230,.25); border-radius: 50%; }
.orbit-a::before, .orbit-a::after, .orbit-b::before { position: absolute; inset: 11%; content: ""; border: 1px solid rgba(183,215,230,.24); border-radius: 50%; }
.orbit-a::after { inset: 24%; }
.orbit-b { transform: rotateX(67deg); border-color: rgba(255,255,255,.35); }
.orbit-b::before { inset: -8%; }
.hero-monogram { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.88); font-family: var(--serif); font-size: min(20vw,260px); }
.hero-scroll { position: absolute; z-index: 2; right: 24px; bottom: 34px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .3em; }
.hero-scroll span { width: 1px; height: 60px; background: rgba(255,255,255,.35); }
.button { min-width: 210px; min-height: 58px; display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; padding: 12px 21px; border: 1px solid var(--navy); font-size: 13px; font-weight: 700; transition: background .25s,color .25s,border .25s; }
.button svg { transition: transform .25s; }.button:hover svg, .text-link:hover svg, .service-card:hover b { transform: translateX(5px); }
.button:hover { color: #fff; background: var(--navy); }
.button-light { border-color: rgba(255,255,255,.6); color: #fff; }
.button-light:hover { color: var(--navy); background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.text-link.light { color: #fff; }.text-link svg { transition: transform .25s; }
.section-wrap { width: min(1180px,calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: clamp(88px,10vw,150px) 0; }
.eyebrow { margin-bottom: 24px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .32em; }
.eyebrow.light { color: #a9c7d8; }
.news-strip { border-bottom: 1px solid var(--line); }
.news-strip-inner { min-height: 92px; display: grid; grid-template-columns: 100px 105px 1fr auto; align-items: center; gap: 18px; }
.news-strip .eyebrow { margin: 0; }.news-strip time { color: var(--muted); font-size: 12px; }.news-strip > div > a:nth-of-type(1) { font-size: 14px; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,130px); }
.split-intro h2, .section-heading h2, .strength h2, .statement h2 { margin: 0; font-size: clamp(36px,4.5vw,62px); line-height: 1.5; }
.split-intro > div:last-child { padding-top: 55px; }.split-intro > div:last-child p { margin-bottom: 28px; color: #364551; }.split-intro .button { margin-top: 15px; }
.services { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-heading .eyebrow { margin-bottom: 15px; }.section-heading > p { margin: 0 8% 5px 0; color: var(--muted); font-size: 14px; }.section-heading > .button { margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfd2d1; border-left: 1px solid #cfd2d1; }
.service-card { position: relative; min-height: 300px; padding: 38px; border-right: 1px solid #cfd2d1; border-bottom: 1px solid #cfd2d1; transition: color .25s,background .25s; }
.service-card > span { color: var(--blue); font-family: var(--serif); font-size: 13px; }.service-card h3 { margin: 45px 0 20px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.service-card b { position: absolute; right: 28px; bottom: 26px; transition: transform .25s; }
.service-card:hover { color: #fff; background: var(--navy); }.service-card:hover p,.service-card:hover > span { color: #c3d6e1; }
.center-action { margin-top: 50px; text-align: center; }
.strength { color: #fff; background: var(--navy); }
.strength-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; }.strength-title { position: sticky; top: 50px; align-self: start; }.strength-list { margin: 0; padding: 0; list-style: none; }
.strength-list li { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 44px 0; border-top: 1px solid rgba(255,255,255,.2); }.strength-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }.strength-list span { color: #99bed2; font-family: var(--serif); }.strength-list h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.strength-list p { margin: 0; color: #b9c6d0; font-size: 14px; }
.column-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }.column-card { position: relative; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.column-visual { position: relative; aspect-ratio: 1.5; margin-bottom: 24px; overflow: hidden; background: linear-gradient(145deg,#dfe9ed,#a9c4d2); }.column-visual::after { position: absolute; inset: 15% -10% -35% 35%; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; content: ""; box-shadow: 0 0 0 28px rgba(255,255,255,.12),0 0 0 56px rgba(255,255,255,.1); }.column-visual > span { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 4px 10px; background: rgba(255,255,255,.85); font-size: 10px; }.column-visual b { position: absolute; z-index: 1; right: 22px; bottom: -20px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 110px; font-weight: 400; }.column-meta { display: flex; gap: 20px; color: var(--muted); font-size: 11px; }.column-card h3,.column-card h2 { margin: 12px 0; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.65; }.column-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }.column-card > i { position: absolute; right: 5px; bottom: 4px; font-style: normal; transition: transform .25s; }.column-card:hover > i { transform: translateX(5px); }
.contact-band { padding: clamp(85px,10vw,130px) 24px; color: #fff; background: linear-gradient(120deg,#123c61,#071c32); text-align: center; }.contact-band-inner { max-width: 850px; margin: auto; }.contact-band h2 { margin-bottom: 28px; font-size: clamp(36px,5vw,58px); line-height: 1.5; }.contact-band-inner > p:not(.eyebrow) { color: #c6d3db; }.contact-actions { display: flex; justify-content: center; align-items: stretch; gap: 20px; margin-top: 45px; }.contact-phone { min-width: 290px; display: flex; flex-direction: column; justify-content: center; padding: 9px 25px; border: 1px solid rgba(255,255,255,.55); }.contact-phone small { font-size: 10px; }.contact-phone strong { font-size: 26px; letter-spacing: .08em; }
.site-footer { padding: 75px clamp(24px,6vw,90px) 25px; color: #bbc6ce; background: #051424; font-size: 12px; }.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 60px; max-width: 1200px; margin: auto; }.footer-name { color: #fff; font-family: var(--serif); font-size: 20px; }.site-footer nav { display: grid; grid-template-columns: repeat(2,1fr); align-content: start; gap: 10px 24px; }.site-footer nav a { color: #e6ebee; }.footer-note { border-left: 1px solid rgba(255,255,255,.16); padding-left: 40px; }.footer-bottom { max-width: 1200px; display: flex; justify-content: space-between; margin: 60px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.page-hero { position: relative; overflow: hidden; padding: clamp(100px,13vw,180px) 0 clamp(70px,9vw,120px); background: var(--paper); }.page-hero::after { position: absolute; right: -10vw; bottom: -27vw; width: 50vw; height: 50vw; border: 1px solid rgba(22,79,133,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 60px rgba(22,79,133,.035),0 0 0 120px rgba(22,79,133,.025); }.page-hero-inner { position: relative; z-index: 1; width: min(1180px,calc(100% - 48px)); margin: auto; }.page-hero .eyebrow { margin-bottom: 26px; }.page-hero h1 { margin-bottom: 22px; font-size: clamp(48px,7vw,86px); line-height: 1.25; }.page-lead { max-width: 600px; margin: 0; color: var(--muted); }.page-hero-line { position: absolute; left: 0; bottom: 0; width: 25%; height: 4px; background: var(--blue); }
.statement { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; }.statement > .eyebrow { grid-column: 1 / -1; }.statement h2 { font-size: clamp(34px,4vw,52px); }.reading { color: #34434f; }.reading p { margin-bottom: 28px; }.data-section { background: var(--paper); }.profile-table { margin: 0; border-top: 1px solid #bbb; }.profile-table > div { display: grid; grid-template-columns: 230px 1fr; padding: 23px 0; border-bottom: 1px solid #cfd2d1; }.profile-table dt { color: var(--muted); font-size: 13px; }.profile-table dd { margin: 0; }.access-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 10%; }.access-grid h2 { font-size: 48px; }.map-placeholder { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; background: #dbe3e5; }.map-placeholder::before,.map-placeholder::after { position: absolute; content: ""; background: rgba(255,255,255,.7); transform: rotate(-28deg); }.map-placeholder::before { width: 140%; height: 18px; }.map-placeholder::after { width: 12px; height: 140%; left: 62%; }.map-placeholder span,.map-placeholder b { position: relative; z-index: 2; }.map-placeholder span { font-size: 10px; letter-spacing: .3em; }.map-placeholder b { font-family: var(--serif); font-size: 28px; }.map-placeholder i { position: absolute; z-index: 3; width: 18px; height: 18px; margin: 90px 0 0 100px; border: 5px solid var(--blue); border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); }
.lawyer-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; }.lawyer-symbol { aspect-ratio: .85; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; background: linear-gradient(145deg,#0e385d,#071c32); }.lawyer-symbol span { font-family: var(--serif); font-size: 100px; }.lawyer-symbol small { font-size: 9px; letter-spacing: .25em; }.lawyer-intro h2 { font-size: 42px; }.lawyer-intro h2 small { font-family: var(--sans); color: var(--muted); font-size: 12px; }.lawyer-bar { padding: 12px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 12px; }.two-data-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }.two-data-cols h2 { font-size: 36px; }.line-list { margin: 30px 0 0; padding: 0; list-style: none; }.line-list li { padding: 16px 0; border-top: 1px solid #c9cdcc; font-size: 14px; }.line-list li:last-child { border-bottom: 1px solid #c9cdcc; }
.service-index { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.service-index > a { min-height: 360px; padding: 50px; border: 1px solid var(--line); transition: background .25s,color .25s; }.service-index > a:first-child { background: #edf2f3; }.service-index > a:last-child { color: #fff; background: var(--navy); }.service-index span { font-size: 10px; letter-spacing: .25em; }.service-index h2 { margin: 70px 0 20px; font-size: 35px; }.service-index p { max-width: 500px; color: var(--muted); }.service-index > a:last-child p { color: #b7c5cf; }.service-index svg { margin: 30px 0 0 auto; }.service-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #c9cdcc; border-left: 1px solid #c9cdcc; }.service-list > div { display: grid; grid-template-columns: 50px 190px 1fr; align-items: center; gap: 15px; min-height: 130px; padding: 25px; border-right: 1px solid #c9cdcc; border-bottom: 1px solid #c9cdcc; }.service-list span { color: var(--blue); font-family: var(--serif); }.service-list h3,.service-list p { margin: 0; }.service-list h3 { font-family: var(--serif); font-size: 19px; }.service-list p { color: var(--muted); font-size: 12px; }.small-note { margin-top: 28px; color: var(--muted); font-size: 12px; }.detail-card-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.detail-card-grid article { min-height: 290px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.detail-card-grid article > span { color: var(--blue); font-family: var(--serif); }.detail-card-grid h2 { margin: 36px 0 10px; font-size: 28px; }.detail-card-grid p { color: #394955; }.detail-card-grid .muted { font-size: 12px; color: var(--muted); }.short-cta { display: flex; justify-content: space-between; align-items: center; gap: 50px; }.short-cta h2 { font-size: 38px; }
.fee-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }.fee-principles > div { padding: clamp(40px,6vw,80px); background: #fff; }.fee-principles span { color: var(--blue); }.fee-principles h2 { margin: 35px 0 22px; font-size: 35px; }.fee-principles p { color: var(--muted); }.fee-highlight { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #c9cdcc; }.fee-highlight > div { padding: 40px; }.fee-highlight > div + div { border-left: 1px solid #c9cdcc; }.fee-highlight p { color: var(--muted); font-size: 13px; }.fee-highlight strong { display: flex; align-items: baseline; gap: 8px; color: var(--navy); font-family: var(--serif); font-size: 48px; font-weight: 500; }.fee-highlight strong small { font-family: var(--sans); font-size: 12px; }.fee-highlight span { font-size: 11px; }.fee-list { border-top: 1px solid var(--line); }.fee-list > div { display: grid; grid-template-columns: 220px 1fr; padding: 25px; border-bottom: 1px solid var(--line); }.fee-list dt { font-family: var(--serif); font-size: 20px; }.fee-list dd { margin: 0; color: var(--muted); }
.flow-list article { display: grid; grid-template-columns: 170px 1fr; gap: 50px; padding: 50px 0; border-top: 1px solid var(--line); }.flow-list article:last-child { border-bottom: 1px solid var(--line); }.flow-list > article > span { color: var(--blue); font-family: var(--serif); font-size: 13px; }.flow-list h2 { margin-bottom: 12px; font-size: 31px; }.flow-list p { color: var(--muted); }.flow-list a { color: var(--blue); font-size: 18px; font-weight: 700; }.bring-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #c9cdcc; border-left: 1px solid #c9cdcc; }.bring-grid > div { padding: 35px; border-right: 1px solid #c9cdcc; border-bottom: 1px solid #c9cdcc; }.bring-grid h3 { font-family: var(--serif); font-size: 22px; }.bring-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.filter-row { display: flex; gap: 8px; margin-bottom: 55px; }.filter-row button { padding: 8px 22px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 12px; }.filter-row button.active { color: #fff; background: var(--navy); }.article-header { padding: clamp(100px,13vw,170px) 24px clamp(70px,9vw,110px); background: var(--paper); }.article-header-inner { max-width: 920px; margin: auto; }.article-category { color: var(--blue); font-size: 11px; letter-spacing: .2em; }.article-header h1 { margin: 30px 0; font-size: clamp(36px,5vw,60px); line-height: 1.55; }.article-meta { display: flex; gap: 25px; color: var(--muted); font-size: 11px; }.article-body { max-width: 760px; margin: auto; padding: 90px 24px 130px; }.article-body p { margin-bottom: 32px; }.article-lead { padding-bottom: 35px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; }.article-body h2 { margin: 70px 0 25px; padding-left: 20px; border-left: 3px solid var(--blue); font-size: 28px; }.article-note { margin: 55px 0; padding: 30px; background: var(--paper); }.article-note h3 { font-family: var(--serif); }.article-note p { margin: 0; font-size: 13px; }.article-back { margin-top: 80px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 13px; }
.news-list { border-top: 1px solid var(--line); }.news-list article { display: grid; grid-template-columns: 130px 100px 1fr; align-items: center; gap: 20px; padding: 30px 10px; border-bottom: 1px solid var(--line); }.news-list time { color: var(--muted); font-size: 12px; }.news-list span { padding: 3px 8px; border: 1px solid var(--line); text-align: center; font-size: 10px; }.news-list h2 { margin: 0; font-family: var(--sans); font-size: 15px; font-weight: 500; }.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }.contact-cards > div { min-height: 390px; padding: clamp(40px,6vw,70px); background: #fff; }.contact-cards h2 { margin-bottom: 35px; font-size: 30px; }.large-phone { display: block; margin-bottom: 30px; color: var(--blue); font-family: var(--serif); font-size: clamp(30px,4vw,48px); }.contact-cards p { color: var(--muted); font-size: 13px; }.contact-notes { max-width: 760px; margin: 90px auto 0; }.contact-notes h2 { font-size: 28px; }.contact-notes li { margin-bottom: 10px; color: var(--muted); }.policy { max-width: 800px; }.policy h2 { margin: 55px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 26px; }.not-found { min-height: 650px; padding: 140px 24px; color: #fff; background: var(--navy); text-align: center; }.not-found h1 { font-size: clamp(40px,6vw,70px); }.not-found .button { margin-top: 30px; }
.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease,transform .7s ease; }.js .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1120px) { .desktop-nav { display: none; }.header-contact { margin-left: auto; }.menu-button { display: flex; }.site-header { height: 72px; }.hero { min-height: calc(100vh - 72px); }.header-inner { padding-left: 20px; }.brand-mark { width: 34px;height: 34px; }.brand-copy strong { font-size: 17px; } }
@media (max-width: 780px) {
  body { font-size: 14px; line-height: 1.85; }.section-wrap { width: min(100% - 36px,1180px); }.section-pad { padding: 76px 0; }
  .header-contact { display: none; }.brand-copy small { display: none; }.menu-button { width: 64px; }.hero { min-height: 670px; height: calc(100svh - 72px); }.hero-inner { justify-content: flex-end; padding: 60px 22px 100px; }.hero h1 { font-size: clamp(42px,12vw,60px); }.hero-copy { font-size: 14px; }.hero-art { width: 90vw; right: -35vw; top: 34%; }.hero-monogram { font-size: 42vw; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero .button { min-width: 230px; }.news-strip-inner { min-height: 120px; grid-template-columns: 70px 1fr; gap: 7px 12px; padding: 18px 0; }.news-strip .text-link { display: none; }.news-strip > div > a:nth-of-type(1) { grid-column: 1 / -1; }.split-intro,.statement,.strength-grid,.access-grid,.lawyer-intro,.two-data-cols,.service-index,.short-cta { grid-template-columns: 1fr; }.split-intro { gap: 20px; }.split-intro > div:last-child { padding-top: 0; }.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }.section-heading > p { margin: 0; }.section-heading > .button { margin-top: 0; }.service-grid,.column-grid { grid-template-columns: 1fr; }.service-card { min-height: 250px; padding: 30px; }.service-card h3 { margin-top: 30px; }.strength-title { position: static; }.strength-grid { gap: 50px; }.strength-list li { grid-template-columns: 45px 1fr; gap: 18px; }.column-grid { gap: 50px; }.contact-actions { align-items: stretch; flex-direction: column; }.contact-phone { min-width: 0; }.footer-grid { grid-template-columns: 1fr; gap: 35px; }.site-footer nav { border-block: 1px solid rgba(255,255,255,.15); padding: 25px 0; }.footer-note { border: 0; padding: 0; }.footer-bottom { margin-top: 35px; }.page-hero { padding-top: 90px; }.profile-table > div { grid-template-columns: 1fr; gap: 7px; }.map-placeholder { min-height: 300px; }.lawyer-intro { gap: 45px; }.lawyer-symbol { aspect-ratio: 1.3; }.lawyer-symbol span { font-size: 80px; }.service-index > a { min-height: 310px; padding: 35px; }.service-index h2 { margin-top: 50px; }.service-list,.detail-card-grid,.fee-principles,.fee-highlight,.bring-grid,.contact-cards { grid-template-columns: 1fr; }.service-list > div { grid-template-columns: 40px 1fr; }.service-list p { grid-column: 2; }.fee-highlight > div + div { border: 0; border-top: 1px solid #c9cdcc; }.fee-highlight strong { align-items: flex-start; flex-direction: column; font-size: 40px; }.fee-list > div { grid-template-columns: 1fr; gap: 8px; }.short-cta { gap: 30px; }.flow-list article { grid-template-columns: 1fr; gap: 12px; padding: 38px 0; }.filter-row { overflow-x: auto; }.filter-row button { flex: 0 0 auto; }.article-header { padding-top: 90px; }.article-body { padding-top: 65px; }.news-list article { grid-template-columns: 90px 1fr; }.news-list h2 { grid-column: 1 / -1; }.contact-cards > div { min-height: 0; }.large-phone { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.js .reveal { opacity: 1; transform: none; transition: none; } }
