:root {
  --ink: #111315;
  --ink-soft: #202326;
  --ivory: #f2efe9;
  --paper: #faf8f4;
  --burgundy: #57232d;
  --burgundy-deep: #39171e;
  --bronze: #9b8262;
  --stone: #cfc8bd;
  --muted: #625f5a;
  --line: rgba(17, 19, 21, .16);
  --shadow: 0 28px 70px rgba(24, 18, 14, .16);
  --serif: "Frank Ruhl Libre", "Noto Serif Hebrew", Georgia, serif;
  --sans: "Noto Sans Hebrew", Arial, sans-serif;
  --shell: min(1180px, calc(100% - clamp(2rem, 8vw, 8rem)));
  --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; stroke-width: 1.7; }

.skip-link { position: fixed; inset-block-start: .75rem; inset-inline-start: 1rem; z-index: 2000; transform: translateY(-180%); background: var(--ivory); color: var(--ink); padding: .65rem 1rem; border-radius: 2px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #d8b98f; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: var(--header-height); display: flex; align-items: center; gap: 2.2rem; padding-inline: clamp(1rem, 4vw, 4.5rem); color: var(--ivory); border-bottom: 1px solid rgba(255,255,255,.18); transition: background-color .25s ease, min-height .25s ease, box-shadow .25s ease; }
.site-header.scrolled { min-height: 72px; background: rgba(17, 19, 21, .96); box-shadow: 0 12px 34px rgba(0,0,0,.15); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.brand-mark { width: 42px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-block: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1; color: var(--bronze); position: relative; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset-inline: 7px; height: 1px; background: currentColor; }
.brand-mark::before { inset-block-start: 0; }
.brand-mark::after { inset-block-end: 0; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: var(--serif); font-size: 1.22rem; line-height: 1.15; }
.brand-copy small { color: rgba(242,239,233,.62); font-size: .68rem; letter-spacing: .03em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 2.6rem); margin-inline: auto; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(242,239,233,.72); font-size: .9rem; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; color: rgba(242,239,233,.78); font-size: .85rem; }
.menu-button { display: none; width: 46px; height: 46px; place-items: center; background: transparent; border: 1px solid rgba(255,255,255,.28); color: inherit; }
.mobile-menu { position: absolute; inset: calc(100% + 1px) 0 auto; padding: .5rem 1rem 1rem; background: rgba(17,19,21,.98); border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a, .mobile-menu button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: flex-start; background: none; color: var(--ivory); border: 0; border-bottom: 1px solid rgba(255,255,255,.1); text-align: right; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .72rem 1.45rem; border: 1px solid transparent; border-radius: 2px; font-weight: 700; transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: .5rem 1.05rem; font-size: .82rem; }
.button--light, .button--ivory { background: var(--ivory); color: var(--ink); }
.button--light:hover, .button--ivory:hover { background: #fff; }
.button--ghost { border-color: rgba(255,255,255,.48); color: var(--ivory); background: rgba(17,19,21,.18); }
.button--ghost:hover { border-color: var(--ivory); background: rgba(17,19,21,.38); }
.button--dark { background: var(--ink); color: var(--ivory); }
.button--dark:hover { background: var(--ink-soft); }
.button--burgundy { background: var(--burgundy); color: #fff; }
.button--burgundy:hover { background: var(--burgundy-deep); }

.hero { min-height: 100dvh; position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--ivory); }
.hero-picture, .hero-picture img, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture { z-index: -3; }
.hero-picture img { object-fit: cover; object-position: center; animation: hero-settle 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero-scrim { z-index: -2; background: linear-gradient(90deg, rgba(12,13,14,.18) 0%, rgba(12,13,14,.36) 40%, rgba(12,13,14,.94) 100%), linear-gradient(0deg, rgba(12,13,14,.42), transparent 55%); }
.hero-ornament { position: absolute; z-index: -1; inset-block-start: 20%; inset-inline-end: clamp(1.2rem, 5vw, 5rem); width: clamp(120px, 15vw, 220px); height: clamp(210px, 32vw, 430px); border: 1px solid rgba(207,200,189,.23); border-block-end: 0; }
.hero-ornament span { position: absolute; inset-inline-start: 22%; inset-block: 11% 0; width: 1px; background: linear-gradient(var(--bronze), transparent); transform-origin: top; animation: line-draw 1.1s .35s ease both; }
.hero-ornament span:last-child { inset-inline-start: 44%; inset-block-start: 22%; opacity: .6; animation-delay: .55s; }
.hero-shell { width: var(--shell); margin-inline: auto; padding-block: calc(var(--header-height) + 3rem) 5rem; }
.hero-copy { width: min(760px, 65vw); margin-inline-start: 0; margin-inline-end: auto; padding-inline-end: clamp(0rem, 4vw, 4rem); }
.hero-context { margin: 0 0 1.15rem; color: rgba(242,239,233,.67); font-size: .83rem; font-weight: 600; letter-spacing: .03em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5.1vw, 5.35rem); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; white-space: nowrap; }
.hero-lead { max-width: 590px; margin: 1.7rem 0 0; color: rgba(242,239,233,.8); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-note { margin: 1.4rem 0 0; color: rgba(242,239,233,.52); font-size: .78rem; }
.hero-scroll { position: absolute; inset-inline-end: clamp(1rem, 4vw, 4.5rem); inset-block-end: 1.75rem; min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; color: rgba(242,239,233,.65); font-size: .75rem; }

.section-shell { width: var(--shell); margin-inline: auto; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.section-heading h2, .office-card h2, .team-heading h2, .contact-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4.4rem); font-weight: 600; line-height: 1.12; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }

.practice { position: relative; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); background: var(--paper); }
.practice::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(250,248,244,.96), rgba(250,248,244,.985)), url("assets/contract.webp") center / cover; filter: grayscale(.65); pointer-events: none; }
.practice .section-shell { position: relative; }
.practice-editorial-grid { margin-top: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 1rem; }
.practice-editorial-grid article { min-width: 0; overflow: hidden; background: rgba(255,255,255,.78); border: 1px solid rgba(17,19,21,.14); transition: transform .25s ease, box-shadow .25s ease; }
.practice-editorial-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(31,24,20,.12); }
.practice-editorial-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.68) contrast(1.06); }
.practice-editorial-grid article:nth-child(2) img { object-position: center 56%; }
.practice-copy { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: .1rem 1rem; align-items: start; padding: clamp(1.2rem, 2vw, 1.75rem); }
.practice-number { grid-row: 1 / 3; color: var(--bronze); font-family: var(--serif); font-size: 1rem; }
.practice-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 600; line-height: 1.15; }
.practice-copy p { margin: .55rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.map-invite { margin-top: 1rem; min-height: 150px; display: grid; grid-template-columns: 80px minmax(0,1fr) auto; align-items: center; gap: 1.5rem; padding: 1.5rem 2rem; background: var(--burgundy); color: #fff; }
.map-invite-mark { width: 62px; height: 76px; display: grid; place-items: center; border-inline: 1px solid rgba(255,255,255,.4); font-family: var(--serif); font-size: 2.7rem; color: #d5b78f; }
.map-invite h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
.map-invite p { margin: .3rem 0 0; color: rgba(255,255,255,.76); }
.text-button { min-height: 48px; display: inline-flex; align-items: center; gap: .7rem; padding: 0; background: none; color: var(--burgundy); border: 0; border-block-end: 1px solid currentColor; font-weight: 700; white-space: nowrap; }

.approach { min-height: 720px; position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden; color: var(--ivory); }
.approach-image, .approach-scrim { position: absolute; inset: 0; z-index: -2; }
.approach-image { background: url("assets/courthouse.webp") center / cover no-repeat; }
.approach-scrim { z-index: -1; background: linear-gradient(rgba(17,19,21,.42), rgba(17,19,21,.74) 62%, rgba(17,19,21,.9)); }
.approach-shell { display: grid; gap: clamp(2.6rem, 6vw, 5rem); align-items: center; padding-block: 6.5rem; }
.approach-heading { max-width: 900px; margin-inline: auto; text-align: center; text-shadow: 0 3px 22px rgba(0,0,0,.38); }
.approach h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.approach-heading p { margin: 1rem 0 0; color: rgba(255,255,255,.88); font-size: 1rem; }
.approach-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); background: rgba(17,19,21,.76); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(5px); }
.approach-list li { min-height: 180px; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-content: center; padding: 1.7rem; border-inline-end: 1px solid rgba(255,255,255,.2); }
.approach-list li:last-child { border-inline-end: 0; }
.approach-list li > span { color: #d5b78f; font-family: var(--serif); font-size: 1rem; }
.approach-list strong { font-family: var(--serif); font-size: 1.65rem; }
.approach-list p { margin: .35rem 0 0; color: rgba(255,255,255,.78); font-size: .9rem; }

.office { min-height: 760px; position: relative; isolation: isolate; display: grid; align-items: end; overflow: hidden; color: var(--ivory); }
.office-image, .office-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.office-image { z-index: -3; object-fit: cover; object-position: center; }
.office-scrim { z-index: -2; background: linear-gradient(90deg, rgba(17,19,21,.84), rgba(17,19,21,.12) 68%), linear-gradient(0deg, rgba(17,19,21,.55), transparent 55%); }
.office-shell { padding-block: 5rem; }
.office-card { width: min(560px, 48vw); margin-inline-end: auto; padding: clamp(1.6rem, 3.2vw, 3rem); background: rgba(17,19,21,.9); border: 1px solid rgba(255,255,255,.2); box-shadow: var(--shadow); }
.office-card h2, .team-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.45rem, 4.5vw, 4.65rem); line-height: 1.05; font-weight: 600; }
.office-card > p { margin: 1.2rem 0 1.8rem; color: rgba(255,255,255,.78); }
.office-location { padding-block-start: 1.2rem; border-block-start: 1px solid rgba(255,255,255,.2); }
.office-location > span { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.86); }
.office-location > div { display: flex; gap: .65rem; margin-block-start: 1rem; }
.office-location a { min-height: 46px; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.32); color: #fff; font-size: .8rem; font-weight: 700; }
.office-location a:hover { background: var(--ivory); color: var(--ink); }

.team { position: relative; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); background: var(--ivory); }
.team::before { content: ""; position: absolute; inset: 4rem auto 4rem 8%; width: 1px; background: linear-gradient(transparent, rgba(87,35,45,.3), transparent); }
.team-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.team-heading p { margin: 1rem 0 0; color: var(--muted); }
.team-grid { margin-top: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; }
.team-grid article { display: grid; grid-template-columns: minmax(180px,.76fr) minmax(0,1fr); align-items: end; background: var(--paper); border: 1px solid rgba(17,19,21,.14); }
.team-grid img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; filter: saturate(.75) contrast(1.02); }
.team-grid article > div { padding: clamp(1.25rem,2.5vw,2rem); }
.team-grid h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; }
.team-grid span { display: block; margin-top: .2rem; color: var(--burgundy); font-size: .78rem; font-weight: 700; }
.team-grid p { margin: 1.2rem 0 0; color: var(--muted); font-size: .9rem; }
.team-promise { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 1.2rem; padding: 1.5rem 0; border-block: 1px solid rgba(17,19,21,.14); }
.team-promise strong { font-family: var(--serif); font-size: clamp(1.2rem,2vw,1.7rem); }

.contact-strip { min-height: 440px; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; color: var(--ivory); text-align: center; }
.contact-strip-image, .contact-strip-scrim { position: absolute; inset: 0; z-index: -2; }
.contact-strip-image { background: url("assets/contract.webp") center 55% / cover no-repeat; filter: grayscale(.45); transform: scale(1.03); }
.contact-strip-scrim { z-index: -1; background: rgba(17,19,21,.84); }
.contact-strip-content { width: min(820px, calc(100% - 2rem)); padding-block: 4rem; }
.contact-strip-content p { margin: 1rem auto 1.8rem; color: rgba(242,239,233,.68); }
.contact-strip-content > div { display: flex; justify-content: center; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.contact-strip-content a { min-height: 44px; display: inline-flex; align-items: center; }
.contact-option { min-height: 48px; padding: .5rem .25rem; border: 0; border-block-end: 1px solid rgba(255,255,255,.7); background: transparent; color: #fff; font-weight: 700; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 1.5rem 3rem; align-items: center; padding: 2rem clamp(1rem, 4vw, 4.5rem); background: var(--ink); color: var(--ivory); border-block-start: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand > span:last-child { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); }
.footer-brand small { color: rgba(242,239,233,.5); font-size: .68rem; }
.footer-contact { display: flex; align-items: center; gap: 1.2rem; color: rgba(242,239,233,.67); font-size: .78rem; }
.footer-legal { display: flex; gap: .8rem; }
.footer-legal button { min-height: 44px; padding: .25rem; border: 0; background: none; color: rgba(242,239,233,.67); font-size: .76rem; }
.footer-disclaimer { grid-column: 1 / -1; margin: 0; padding-block-start: 1rem; border-block-start: 1px solid rgba(255,255,255,.1); color: rgba(242,239,233,.58); font-size: .7rem; }
.copyright { color: rgba(242,239,233,.58); font-size: .7rem; }
.mobile-actions { display: none; }

.site-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.site-dialog::backdrop { background: rgba(17,19,21,.72); }
.dialog-layout { min-height: 100dvh; display: grid; grid-template-columns: minmax(300px, 34vw) minmax(0, 1fr); }
.dialog-media { min-height: 100%; position: sticky; inset-block-start: 0; height: 100dvh; overflow: hidden; background-size: cover; background-position: center; }
.dialog-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(17,19,21,.35), rgba(17,19,21,.78)); }
.dialog-media--map { background-image: url("assets/contract.webp"); background-position: 42% center; }
.dialog-media--contact { background-image: url("assets/michal-arbel.webp"); background-position: center 25%; }
.dialog-monogram { position: absolute; z-index: 1; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 130px; height: 170px; display: grid; place-items: center; border-inline: 1px solid rgba(242,239,233,.55); color: var(--ivory); font-family: var(--serif); font-size: 6rem; }
.dialog-monogram::before, .dialog-monogram::after { content: ""; position: absolute; inset-inline: 16px; height: 1px; background: rgba(242,239,233,.55); }
.dialog-monogram::before { inset-block-start: 0; }
.dialog-monogram::after { inset-block-end: 0; }
.dialog-panel { width: min(900px, 100%); margin-inline: auto; padding: clamp(1rem, 4vw, 4.5rem); }
.dialog-topbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block-end: 1rem; border-block-end: 1px solid var(--line); }
.dialog-topbar > span { color: var(--muted); font-size: .75rem; }
.back-button { min-height: 44px; display: inline-flex; align-items: center; gap: .6rem; padding: 0 .15rem; border: 0; background: none; color: var(--ink); font-weight: 700; }
.map-topbar { position: sticky; inset-block-start: 0; z-index: 10; margin-inline: calc(clamp(1rem, 4vw, 4.5rem) * -1); padding: .75rem clamp(1rem, 4vw, 4.5rem); background: var(--burgundy); border: 0; color: #fff; box-shadow: 0 10px 24px rgba(57,23,30,.14); }
.map-topbar > span { color: rgba(255,255,255,.76); }
.back-button--strong { min-height: 48px; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.42); color: #fff; }
.back-button--strong:hover { background: #fff; color: var(--burgundy); }
.dialog-heading { padding-block: clamp(2.5rem, 6vw, 5rem) 2rem; }
.dialog-heading h2, .legal-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.05; font-weight: 600; }
.dialog-heading p { max-width: 620px; margin: 1rem 0 0; color: var(--muted); }

.map-form fieldset, .contact-form fieldset { margin: 0; padding: 0; border: 0; }
.map-form fieldset { margin-block-end: 2rem; }
.map-form fieldset[hidden] { display: none; }
.map-progress { display: flex; align-items: center; gap: 1rem; margin-block-end: 2rem; color: var(--burgundy); font-size: .8rem; font-weight: 700; }
.map-progress > i { height: 3px; flex: 1; overflow: hidden; background: #dfd5cc; }
.map-progress b { width: 33.333%; height: 100%; display: block; background: linear-gradient(90deg,var(--burgundy),var(--bronze)); transition: width .28s ease; }
.map-form legend, .channel-picker legend { width: 100%; margin-block-end: .85rem; font-weight: 700; }
.map-form legend span { width: 32px; height: 32px; display: inline-grid; place-items: center; margin-inline-end: .6rem; background: var(--burgundy); color: #fff; font-family: var(--serif); }
.choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .65rem; }
.choice-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.choice-grid--two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input, .channel-picker input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 72px; display: grid; place-items: center; padding: .75rem; border: 1px solid rgba(87,35,45,.24); background: #f1e8e3; text-align: center; font-size: .84rem; font-weight: 600; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.choice-grid label:nth-child(even) > span { background: #eee8df; }
.choice-grid label:hover > span { border-color: var(--burgundy); transform: translateY(-2px); }
.choice-grid input:checked + span { border-color: var(--burgundy); background: var(--burgundy); color: #fff; box-shadow: inset 0 -4px 0 #d0ad84; }
.choice-grid input:focus-visible + span, .channel-picker input:focus-visible + span { outline: 3px solid #b69772; outline-offset: 3px; }
.map-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-block-start: 1.5rem; }
.map-step-actions .button { min-width: 180px; }
.map-prev { min-height: 48px; display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 0; border: 0; border-block-end: 1px solid currentColor; background: transparent; color: var(--burgundy); font-weight: 700; }
.map-submit { min-width: 230px; }
.map-result { margin-block-start: 1rem; padding: clamp(1.4rem, 3.2vw, 2.5rem); background: var(--ink); border-block-start: 5px solid var(--burgundy); color: var(--ivory); }
.result-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.result-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.5rem); }
.result-heading span { color: #d5b78f; font-size: .75rem; font-weight: 700; }
.result-intro { margin-block: 1.1rem .5rem !important; color: rgba(255,255,255,.86) !important; }
.map-result ul { margin: 1.2rem 0; padding-inline-start: 1.2rem; }
.map-result li { margin-block: .45rem; }
.map-result > p { color: rgba(255,255,255,.72); }
.map-result .consent { color: rgba(255,255,255,.72); }
.map-result .consent button { color: #e2c49d; }
.map-result .form-error { color: #ffd0d0; }
.result-actions { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; margin-block-start: 1rem; }
.result-actions > a { min-height: 48px; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: .8rem; font-weight: 700; }
.map-change { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; margin-block-start: 1rem; padding: .4rem 0; border: 0; background: transparent; color: #d5b78f; }
.dialog-disclaimer { margin-block: 1.5rem 0; color: var(--muted); font-size: .74rem; }

.contact-form { display: grid; gap: 1.1rem; }
.channel-picker { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .65rem; }
.channel-picker legend { grid-column: 1 / -1; }
.channel-picker label { position: relative; cursor: pointer; }
.channel-picker label > span { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .7rem; border: 1px solid var(--line); }
.channel-picker small { color: var(--burgundy); font-size: .68rem; }
.channel-picker input:checked + span { border-color: var(--burgundy); box-shadow: inset 0 -3px 0 var(--burgundy); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field { display: grid; gap: .45rem; font-size: .82rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); padding: .75rem .9rem; resize: vertical; }
.field textarea { min-height: 100px; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #9d2020; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: .65rem; align-items: start; color: var(--muted); font-size: .76rem; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: .15rem 0 0; accent-color: var(--burgundy); }
.consent button { display: inline; padding: 0; border: 0; background: none; color: var(--burgundy); text-decoration: underline; }
.form-error { margin: 0; color: #8b1717; font-size: .82rem; font-weight: 700; }
.submit-button { width: 100%; }
.direct-contact { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-block-start: 2rem; padding-block-start: 1.3rem; border-block-start: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.direct-contact > * { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; }

.legal-dialog { background: rgba(17,19,21,.78); padding: clamp(.75rem, 4vw, 3rem); }
.legal-panel { width: min(760px, 100%); margin: auto; padding: clamp(1.25rem, 5vw, 4rem); background: var(--paper); box-shadow: var(--shadow); }
.legal-panel h2 { margin-block: 2.5rem 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-panel h3 { margin: 2rem 0 .45rem; font-family: var(--serif); font-size: 1.35rem; }
.legal-panel p { color: var(--muted); }
.legal-panel a { color: var(--burgundy); text-decoration: underline; }

@keyframes hero-settle { from { transform: scale(1.035); opacity: .72; } to { transform: scale(1); opacity: 1; } }
@keyframes line-draw { from { transform: scaleY(0); } to { transform: scaleY(1); } }

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .desktop-nav, .phone-link { display: none; }
  .site-header { gap: 1rem; }
  .header-actions { margin-inline-start: auto; }
  .menu-button { display: grid; }
  .hero-copy { width: min(720px, 86vw); padding-inline-end: 0; }
  .section-heading--split { grid-template-columns: 1fr; }
  .section-heading--split { gap: 1.25rem; }
  .approach-shell { gap: 3rem; }
  .practice-editorial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .practice-editorial-grid article:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .practice-editorial-grid article:last-child img { height: 100%; aspect-ratio: auto; }
  .approach-list { max-width: none; }
  .office-card { width: min(620px, 64vw); }
  .team-grid article { grid-template-columns: 1fr; align-items: start; }
  .team-grid img { min-height: 0; aspect-ratio: 4 / 3; object-position: center 28%; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-content: flex-end; flex-wrap: wrap; }
  .footer-legal { grid-column: 1 / -1; }
  .dialog-layout { grid-template-columns: 260px minmax(0,1fr); }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 2rem, 640px); --header-height: 72px; }
  body { padding-block-end: calc(66px + env(safe-area-inset-bottom)); }
  .site-header { min-height: var(--header-height); padding-inline: 1rem; background: linear-gradient(rgba(17,19,21,.92), rgba(17,19,21,.35)); }
  .site-header.scrolled { min-height: var(--header-height); }
  .brand-mark { width: 35px; height: 42px; font-size: 1.5rem; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .61rem; }
  .header-actions .button { display: none; }
  .hero { min-height: 100svh; align-items: end; }
  .hero-picture img { object-position: center top; }
  .hero-scrim { background: linear-gradient(0deg, rgba(12,13,14,.98) 0%, rgba(12,13,14,.82) 42%, rgba(12,13,14,.25) 72%, rgba(12,13,14,.42) 100%); }
  .hero-ornament { inset-block-start: 13%; inset-inline-end: 1rem; width: 90px; height: 210px; opacity: .75; }
  .hero-shell { width: 100%; padding: min(48vh, 420px) 1rem 5.4rem; }
  .hero-copy { width: 100%; }
  .hero-context { margin-block-end: .65rem; font-size: .7rem; }
  .hero h1 { font-size: clamp(1.7rem, 8.6vw, 2.45rem); letter-spacing: -.04em; }
  .hero-lead { margin-block-start: .95rem; font-size: .92rem; line-height: 1.72; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-block-start: 1.25rem; }
  .hero-actions .button { min-height: 49px; padding-inline: .7rem; font-size: .78rem; }
  .hero-note { margin-block-start: .85rem; }
  .hero-scroll { display: none; }
  .practice { padding-block: 4.7rem; }
  .section-heading h2, .office-card h2, .team-heading h2, .contact-strip h2 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .practice-editorial-grid { margin-top: 2.5rem; grid-template-columns: 1fr; }
  .practice-editorial-grid article:last-child { grid-column: auto; display: block; }
  .practice-editorial-grid article:last-child img, .practice-editorial-grid img { height: auto; aspect-ratio: 16 / 9; }
  .practice-copy { padding: 1.2rem; }
  .practice-copy h3 { font-size: 1.65rem; }
  .practice-copy p { font-size: .87rem; }
  .map-invite { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 1rem; padding: 1.5rem; }
  .map-invite-mark { display: none; }
  .map-invite .button { width: 100%; }
  .approach { min-height: auto; }
  .approach-image { background-position: center; }
  .approach-scrim { background: linear-gradient(rgba(17,19,21,.58), rgba(17,19,21,.86)); }
  .approach-shell { padding-block: 5rem; gap: 2.7rem; }
  .approach h2 { font-size: clamp(2.45rem, 10vw, 3.6rem); }
  .approach-list { grid-template-columns: 1fr; }
  .approach-list li { min-height: 132px; border-inline-end: 0; border-block-end: 1px solid rgba(255,255,255,.2); }
  .approach-list li:last-child { border-block-end: 0; }
  .office { min-height: 0; display: block; background: var(--ink); }
  .office-image { position: relative; z-index: auto; height: auto; aspect-ratio: 4 / 3; object-position: center; }
  .office-scrim { display: none; }
  .office-shell { width: 100%; padding: 0; }
  .office-card { width: 100%; margin: 0; padding: 2.2rem 1rem; border: 0; box-shadow: none; }
  .office-location > div { flex-wrap: wrap; }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid article { grid-template-columns: 1fr; }
  .team-grid img { min-height: 0; aspect-ratio: 4 / 3; object-position: center 26%; }
  .team-promise { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .contact-strip { min-height: 410px; }
  .contact-strip-image { background-position: center; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; padding: 2.2rem 1rem; }
  .footer-contact { flex-direction: column; align-items: flex-start; gap: .2rem; }
  .footer-contact > * { min-height: 44px; display: flex; align-items: center; }
  .footer-legal { flex-wrap: wrap; }
  .footer-disclaimer { width: 100%; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; min-height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .85fr 1.15fr; padding: .45rem .6rem calc(.45rem + env(safe-area-inset-bottom)); background: rgba(17,19,21,.97); border-block-start: 1px solid rgba(255,255,255,.16); }
  .mobile-actions a, .mobile-actions button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: .55rem; border: 0; background: transparent; color: var(--ivory); font-weight: 700; }
  .mobile-actions a:last-child { background: var(--burgundy); }
  .dialog-layout { display: block; }
  .dialog-media { display: none; }
  .dialog-panel { width: 100%; padding: 1rem; }
  .dialog-heading { padding-block: 2.4rem 1.7rem; }
  .dialog-heading h2, .legal-panel h2 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .dialog-topbar { position: sticky; inset-block-start: 0; z-index: 5; background: rgba(250,248,244,.96); }
  .dialog-topbar > span { max-width: 48%; text-align: left; }
  .map-topbar { z-index: 10; margin-inline: -1rem; padding-inline: 1rem; background: var(--burgundy); }
  .map-topbar > span { color: rgba(255,255,255,.76); }
  .choice-grid, .choice-grid--three, .choice-grid--two { grid-template-columns: 1fr 1fr; }
  .choice-grid label > span { min-height: 58px; font-size: .78rem; }
  .result-heading { align-items: flex-start; flex-direction: column-reverse; gap: .25rem; }
  .channel-picker { grid-template-columns: 1fr; }
  .channel-picker label > span { min-height: 58px; }
  .field-row { grid-template-columns: 1fr; }
  .legal-dialog { padding: .5rem; }
  .legal-panel { min-height: calc(100dvh - 1rem); }
}

@media (max-width: 370px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 1.62rem; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-shell { padding-block-end: 4.6rem; }
  .choice-grid, .choice-grid--three, .choice-grid--two { grid-template-columns: 1fr; }
  .map-topbar > span { display: none; }
  .back-button--strong span { max-width: none; }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 560px) {
  .hero { min-height: 650px; }
  .hero-shell { padding: 8.5rem 1rem 5rem; }
  .hero-picture img { object-position: center 18%; }
}

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