@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/assistant-hebrew.woff2") format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/assistant-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0b1b2d;
  --ink-soft: #19314a;
  --night: #071421;
  --night-soft: #10273c;
  --paper: #f3eee4;
  --paper-light: #fbf8f2;
  --paper-deep: #e7dfd1;
  --copper: #a55432;
  --copper-bright: #e89a65;
  --gold: #d2ad68;
  --sage: #5f806e;
  --danger: #9a4c42;
  --muted: #5b6672;
  --line: rgba(11, 27, 45, .14);
  --white: #fffdfa;
  --display: "Assistant", Arial, sans-serif;
  --body: "Assistant", Arial, sans-serif;
  --shadow-sm: 0 16px 45px rgba(16, 30, 45, .10);
  --shadow-lg: 0 36px 90px rgba(3, 14, 26, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], form[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background: url("assets/paper-texture.webp") center / 520px repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, input, textarea, select, a, summary { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--copper-bright); }
.shell { width: min(1240px, calc(100% - 44px)); margin-inline: auto; }
.section-space { padding: 130px 0; }
.skip-link {
  position: fixed;
  z-index: 200;
  top: -100px;
  right: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: white;
  transition: top .18s ease;
}
.skip-link:focus { top: 12px; transition: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(7, 20, 33, .9);
  color: white;
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 20, 33, .97);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.nav-shell {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-logo-shell {
  display: inline-flex;
  align-items: center;
  width: clamp(160px, 12vw, 184px);
  min-height: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 13px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(0,0,0,.13);
}
.brand-logo { width: 100%; height: auto; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #f7d9b8;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: var(--display); font-size: 19px; }
.brand-copy span { margin-top: 5px; color: #aebdcc; font-size: 11px; font-weight: 600; letter-spacing: .06em; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #c7d1db; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: var(--copper-bright);
  transition: width .2s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.nav-action:hover { border-color: var(--copper-bright); background: rgba(255,255,255,.07); transform: translateY(-1px); }
.nav-action svg, .button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.hero {
  position: relative;
  min-height: 850px;
  padding: 78px 0 144px;
  background:
    radial-gradient(circle at 7% 18%, rgba(196,116,70,.2), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(73,113,143,.3), transparent 32%),
    linear-gradient(135deg, #06121f 0%, #0b1d30 50%, #102b42 100%);
  color: white;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  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: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 2%, black 70%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -36%;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(232,154,101,.19);
  border-radius: 50%;
  pointer-events: none;
  animation: orbit 18s linear infinite;
}
.hero-orbit--one { width: 380px; height: 380px; top: 120px; left: -170px; }
.hero-orbit--two { width: 170px; height: 170px; right: 42%; bottom: 60px; animation-direction: reverse; animation-duration: 13s; }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
}
.hero-copy { padding-top: 10px; }
.eyebrow, .section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 19px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
.hero .eyebrow { color: #f1b589; }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 75px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.038em;
}
.hero h1 em { color: #f0b483; font-style: normal; white-space: nowrap; }
.hero-lead { margin: 27px 0 0; max-width: 710px; color: #d4dee8; font-size: 20px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--copper); color: white; box-shadow: 0 15px 34px rgba(196,116,70,.3); }
.button--primary:hover { background: #d48251; box-shadow: 0 19px 40px rgba(196,116,70,.4); }
.button--ghost { border-color: rgba(255,255,255,.28); color: white; }
.button--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.48); }
.button--dark { background: var(--ink); color: white; }
.hero-proof {
  display: flex;
  gap: 24px;
  margin: 40px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255,255,255,.15);
  list-style: none;
}
.hero-proof li { display: grid; gap: 2px; padding-inline-start: 24px; border-inline-start: 1px solid rgba(255,255,255,.13); }
.hero-proof li:first-child { padding-inline-start: 0; border: 0; }
.hero-proof strong { color: #f4d1ad; font-family: var(--display); font-size: 23px; line-height: 1; }
.hero-proof span { color: #b8c6d3; font-size: 12px; font-weight: 600; }

.hero-visual { position: relative; min-height: 610px; }
.portrait-frame {
  position: absolute;
  inset: 0 16px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 230px 230px 28px 28px;
  background: #d9d4d1;
  box-shadow: var(--shadow-lg);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 17px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 214px 214px 21px 21px;
  pointer-events: none;
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 7%; transition: transform 1.2s ease; }
.hero-visual:hover .portrait-frame img { transform: scale(1.025); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,14,24,.82), transparent 43%); }
.portrait-name { position: absolute; z-index: 4; right: 42px; bottom: 34px; display: grid; }
.portrait-name strong { font-family: var(--display); font-size: 28px; }
.portrait-name span { color: #c5d1dc; font-size: 13px; }
.review-seal {
  position: absolute;
  z-index: 6;
  top: 30px;
  left: -22px;
  width: 132px;
  height: 132px;
  display: grid;
  place-content: center;
  gap: 0;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 50%;
  background: rgba(9,26,42,.88);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  text-align: center;
  backdrop-filter: blur(10px);
  animation: float 5s ease-in-out infinite;
}
.seal-stars { color: #f2bd72; font-size: 13px; letter-spacing: .08em; }
.review-seal strong { margin: 2px 0 -2px; font-family: var(--display); font-size: 31px; }
.review-seal > span:last-child { color: #c7d1db; font-size: 10px; }
.direct-note {
  position: absolute;
  z-index: 6;
  right: -20px;
  bottom: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 999px;
  background: rgba(7,20,33,.84);
  color: #e5edf4;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.direct-dot { width: 8px; height: 8px; border-radius: 50%; background: #70c597; box-shadow: 0 0 0 5px rgba(112,197,151,.13); }

.lead-dock { position: absolute; z-index: 10; right: 0; left: 0; bottom: -56px; }
.quick-form {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr auto;
  align-items: end;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(11,27,45,.1);
  border-radius: 25px;
  background: rgba(255,253,250,.98);
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(5,18,31,.23);
}
.form-intro { align-self: center; padding-inline-end: 10px; }
.form-kicker { display: block; color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.form-intro strong { display: block; margin-top: 3px; font-family: var(--display); font-size: 24px; line-height: 1.2; }
.quick-form label, .closing-form label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 700; }
.quick-form input, .quick-form select, .closing-form input, .closing-form select, .closing-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d4cabc;
  border-radius: 11px;
  background: #fbf8f2;
  color: var(--ink);
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
.quick-form input:focus, .quick-form select:focus, .closing-form input:focus, .closing-form select:focus, .closing-form textarea:focus {
  border-color: var(--copper);
  background: white;
  box-shadow: 0 0 0 4px rgba(196,116,70,.12);
  outline: none;
}
.form-submit, .closing-form button {
  min-height: 48px;
  padding: 11px 20px;
  border: 0;
  border-radius: 11px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.form-submit:hover, .closing-form button:hover { background: var(--copper); transform: translateY(-1px); }
.form-status { grid-column: 1 / -1; min-height: 0; margin: 0; color: var(--sage); font-size: 12px; }
.form-status.is-error { color: #8f2525; }
.form-status.is-success { color: #236a45; }
.consent-row {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: flex-start;
  gap: 9px !important;
  color: #47525c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}
.consent-row input {
  flex: 0 0 auto;
  width: 18px !important;
  min-height: 18px !important;
  margin-top: 2px;
  accent-color: var(--copper);
}
.consent-row a { color: #763c24; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-submit:disabled, .closing-form button:disabled { cursor: wait; opacity: .66; transform: none; }

.story { padding-top: 160px; }
.story-grid { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(60px, 8vw, 126px); }
.story-media { position: relative; padding: 0 0 70px 55px; }
.image-window {
  position: relative;
  height: 650px;
  overflow: hidden;
  border-radius: 220px 220px 25px 25px;
  box-shadow: var(--shadow-lg);
}
.image-window::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,23,37,.54), transparent 44%); }
.image-window img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; transition: transform 1s ease; }
.image-window:hover img { transform: scale(1.035); }
.story-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 265px;
  padding: 25px;
  border-radius: 18px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow-sm);
}
.story-caption span { color: #efb487; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.story-caption strong { display: block; margin-top: 8px; font-family: var(--display); font-size: 23px; line-height: 1.3; }
.story-copy { max-width: 700px; }
.story-copy h2, .case-heading h2, .service-heading h2, .fees h2, .fit-heading h2, .closing-copy h2, .faq-heading h2, .counsel-copy h2, .crack-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.story-copy > p:not(.section-index) { margin: 20px 0 0; color: #3d4b58; font-size: 19px; }
.story-copy blockquote {
  position: relative;
  margin: 32px 0 25px;
  padding: 8px 30px 8px 0;
  border-right: 4px solid var(--copper);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}

.crack-section {
  position: relative;
  padding: 130px 0 0;
  background: var(--night);
  color: white;
  overflow: hidden;
}
.crack-backdrop {
  position: absolute;
  inset: 0;
  opacity: .16;
  background:
    linear-gradient(118deg, transparent 47.8%, rgba(233,175,116,.8) 48%, transparent 48.25%),
    linear-gradient(62deg, transparent 61.7%, rgba(233,175,116,.5) 61.9%, transparent 62.15%),
    radial-gradient(circle at 75% 20%, rgba(64,103,135,.45), transparent 29%);
}
.crack-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr); align-items: center; gap: clamp(50px,7vw,105px); }
.section-index--light { color: #e8a879; }
.crack-copy h2 { max-width: 680px; }
.crack-copy > p:not(.section-index) { margin: 20px 0 0; max-width: 680px; color: #c6d1dc; font-size: 19px; }
.crack-copy > p strong { color: #f2b27e; font-family: var(--display); font-size: 1.35em; }
.cohen-quote { position: relative; margin: 34px 0; padding: 24px 30px 24px 60px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.cohen-quote blockquote { margin: 0; color: #f6f0e9; font-family: var(--display); font-size: 26px; line-height: 1.4; }
.quote-mark { position: absolute; left: 23px; top: 3px; color: #e9a775; font-family: var(--display); font-size: 70px; line-height: 1; }
.evidence-stage { position: relative; min-height: 610px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-lg); }
.evidence-stage::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.evidence-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.evidence-stage:hover img { transform: scale(1.025); }
.evidence-line { position: absolute; z-index: 2; top: 25%; right: 42%; width: 1px; height: 48%; background: linear-gradient(#e7aa78, transparent); transform: rotate(28deg); transform-origin: top; }
.evidence-tag { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(7,20,33,.78); color: white; font-size: 11px; font-weight: 700; backdrop-filter: blur(7px); }
.evidence-tag--a { top: 19%; right: 9%; }
.evidence-tag--b { top: 53%; left: 11%; }
.evidence-tag--c { bottom: 12%; right: 27%; color: #f3b483; }

.counsel-card {
  position: relative;
  z-index: 5;
  min-height: 490px;
  display: grid;
  grid-template-columns: minmax(290px,.72fr) minmax(0,1.28fr);
  align-items: end;
  gap: 50px;
  margin-top: 115px;
  padding: 60px 78px 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px 30px 0 0;
  background: linear-gradient(135deg, #142d44, #0d2235);
  box-shadow: 0 -20px 70px rgba(0,0,0,.22);
  overflow: hidden;
}
.counsel-card::before { content: ""; position: absolute; width: 480px; height: 480px; left: -120px; bottom: -210px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.counsel-portrait { position: relative; z-index: 2; align-self: end; height: 450px; display: flex; align-items: flex-end; justify-content: center; }
.counsel-portrait img { width: auto; height: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 25px 35px rgba(0,0,0,.25)); }
.counsel-copy { align-self: center; padding-bottom: 60px; }
.counsel-copy h2 { max-width: 760px; font-size: clamp(38px,4vw,58px); }
.counsel-copy p { max-width: 700px; margin: 18px 0 0; color: #cad6e0; font-size: 19px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 23px; color: #f0b281; font-weight: 800; border-bottom: 1px solid currentColor; }

.case-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: 55px 75px; }
.case-heading { grid-column: 1 / -1; max-width: 960px; }
.case-heading h2 span { color: var(--copper); font-size: .55em; font-weight: 700; white-space: nowrap; }
.case-image { position: relative; min-height: 560px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow-lg); }
.case-image img { width: 100%; height: 100%; object-fit: cover; }
.case-number { position: absolute; left: 22px; bottom: -24px; color: rgba(255,255,255,.85); font-family: var(--display); font-size: 130px; font-weight: 800; line-height: 1; }
.case-story { align-self: center; max-width: 650px; padding-inline: 15px; }
.case-story p { margin: 0 0 21px; color: #3c4a56; font-size: 19px; }
.case-result { margin-top: 33px !important; padding: 27px; border-right: 4px solid var(--copper); background: var(--paper-light); box-shadow: var(--shadow-sm); }
.case-result strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: 31px; }

.service-section { padding: 125px 0; background: var(--paper-light); }
.service-shell { display: grid; grid-template-columns: minmax(260px,.38fr) minmax(0,.62fr); align-items: start; gap: 70px; }
.service-heading { position: sticky; top: 120px; }
.service-heading h2 { font-size: clamp(42px,4.2vw,61px); }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: white;
  box-shadow: 0 12px 35px rgba(14,30,46,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.service-card--featured { min-height: 380px; background: var(--ink); color: white; }
.service-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: #f2e6da; color: var(--copper); }
.service-card--featured .service-icon { background: rgba(255,255,255,.1); color: #efb486; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.service-card h3 { margin: auto 0 13px; font-family: var(--display); font-size: 29px; line-height: 1.15; }
.service-card p { margin: 0; color: #52606d; font-size: 16px; }
.service-card--featured p { color: #cad4de; }
.card-note { margin-top: 18px; color: #efb486; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.service-card--image { position: relative; min-height: 420px; padding: 0; overflow: hidden; color: white; }
.service-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,16,27,.95), rgba(5,16,27,.08)); }
.service-image-copy { position: relative; z-index: 2; margin-top: auto; padding: 31px; }
.service-image-copy h3 { margin: 0 0 12px; }
.service-image-copy p { color: #e1e8ed; }

.fees { position: relative; overflow: hidden; }
.paper-grain { position: absolute; inset: 0; opacity: .32; background: url("assets/paper-texture.webp") center / 540px repeat; mix-blend-mode: multiply; }
.fees-grid { position: relative; display: grid; grid-template-columns: minmax(0,.95fr) minmax(430px,1.05fr); align-items: start; gap: 55px 90px; }
.fees-copy h2 { font-size: clamp(38px,4vw,57px); }
.fees-copy > p:not(.section-index) { margin: 18px 0 0; color: #46535f; }
.fees-promise { margin-top: 30px !important; padding: 24px 27px; border-right: 4px solid var(--copper); background: rgba(255,255,255,.58); }
.fees-promise strong { color: var(--ink); font-family: var(--display); font-size: 25px; }
.fee-map { position: relative; display: grid; gap: 0; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--ink); color: white; box-shadow: var(--shadow-lg); }
.fee-step { position: relative; display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; align-items: center; min-height: 104px; padding: 15px 17px; border-radius: 15px; }
.fee-step > span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #f0b483; font-family: var(--display); font-weight: 800; }
.fee-step strong { font-family: var(--display); font-size: 25px; line-height: 1.1; }
.fee-step small { color: #aebdca; }
.fee-step--accent { background: var(--copper); }
.fee-step--accent > span { color: white; border-color: rgba(255,255,255,.4); }
.fee-step--accent small { color: #fbe9dc; }
.fee-connector { width: 1px; height: 28px; margin: -5px 41px; background: rgba(255,255,255,.19); }
.fee-example { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 10px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.58); overflow: hidden; }
.fee-example p { margin: 0; padding: 25px; border-inline-start: 1px solid var(--line); color: #45525e; font-size: 15px; }
.fee-example p:first-child { border-inline-start: 0; }
.fee-example strong { color: var(--ink); }

.fit-section { padding: 125px 0 135px; background: linear-gradient(145deg, #071421, #10283c); color: white; }
.fit-heading { max-width: 860px; }
.fit-heading h2 span { display: block; color: #e9ac7e; font-size: .62em; }
.fit-heading > p:last-child { margin: 22px 0 0; color: #bfccd7; font-size: 19px; }
.fit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 55px; }
.fit-card { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(7px); }
.fit-card--yes { background: rgba(95,128,110,.17); }
.fit-card-top { display: flex; align-items: center; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.fit-card-top > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(154,76,66,.2); color: #f2a59c; font-size: 27px; }
.fit-card--yes .fit-card-top > span { background: rgba(117,179,144,.18); color: #8fddb2; font-size: 21px; }
.fit-card h3 { margin: 0; font-family: var(--display); font-size: 31px; }
.fit-card ul { display: grid; gap: 17px; margin: 24px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding-right: 24px; color: #d5dee6; }
.fit-card li::before { content: ""; position: absolute; right: 2px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: #d17b70; }
.fit-card--yes li::before { background: #83cca3; }
.reviews-band {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 36px;
  margin-top: 34px;
  padding: 34px 38px;
  border-radius: 22px;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0,0,0,.2);
}
.reviews-stars { color: #d79c43; font-size: 25px; letter-spacing: .08em; text-align: center; }
.reviews-band span { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.reviews-band h3 { margin: 4px 0 6px; font-family: var(--display); font-size: 29px; }
.reviews-band p { margin: 0; color: #56626d; font-size: 15px; }
.reviews-link { min-width: 165px; padding: 13px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; text-align: center; }

.closing { position: relative; min-height: 790px; padding: 120px 0; color: white; overflow: hidden; }
.closing-media, .closing-overlay { position: absolute; inset: 0; }
.closing-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.closing-overlay { background: linear-gradient(90deg, rgba(6,18,29,.98) 0%, rgba(8,24,39,.9) 48%, rgba(8,23,37,.47) 100%); }
.closing-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.72fr); align-items: center; gap: 80px; }
.closing-copy { max-width: 700px; }
.closing-copy > p:not(.section-index) { margin: 20px 0 0; color: #d0dbe4; font-size: 19px; }
.closing-copy strong { color: #f1b487; font-family: var(--display); font-size: 24px; }
.closing-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; padding: 32px; border: 1px solid rgba(255,255,255,.19); border-radius: 24px; background: rgba(255,253,250,.96); color: var(--ink); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.closing-form-head { grid-column: 1 / -1; margin-bottom: 5px; }
.closing-form-head span { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.closing-form-head h3 { margin: 4px 0 0; font-family: var(--display); font-size: 31px; line-height: 1.2; }
.closing-form-wide, .closing-form button, .closing-form .form-status { grid-column: 1 / -1; }
.closing-form textarea { resize: vertical; }
.closing-form button { min-height: 54px; background: var(--copper); }

.faq { background: var(--paper-light); }
.faq-grid { display: grid; grid-template-columns: minmax(270px,.38fr) minmax(0,.62fr); align-items: start; gap: 80px; }
.faq-heading { position: sticky; top: 115px; }
.faq-heading h2 { font-size: clamp(42px,4vw,58px); }
.faq-heading > p:not(.section-index) { margin: 18px 0 0; color: var(--muted); }
.faq-portrait { height: 290px; margin-top: 35px; display: flex; justify-content: center; overflow: hidden; border: 1px solid rgba(184,116,68,.24); border-radius: 20px; background: linear-gradient(150deg,#e7ded0,#f8f4ec); }
.faq-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 27px 52px 27px 8px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 12px; top: 42px; width: 18px; height: 1px; background: var(--copper); transition: transform .2s ease; }
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary::after { transform: rotate(0); }
.faq details div { padding: 0 52px 28px 8px; }
.faq details p { margin: 0; color: #53606c; }
.faq-close { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 25px; border-radius: 18px; background: #ece4d8; }
.faq-close strong { font-family: var(--display); font-size: 22px; }

.site-footer { padding: 42px 0; background: #06131f; color: #b9c6d0; }
.footer-grid { display: grid; grid-template-columns: auto minmax(220px,1fr) auto; align-items: center; gap: 28px 45px; }
.brand--footer { color: white; }
.footer-grid p { margin: 0; font-size: 12px; text-align: center; }
.footer-grid > a { font-size: 12px; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 18px; font-size: 12px; font-weight: 700; }
.footer-links a { text-decoration: underline; text-underline-offset: 3px; }
.converty-credit { grid-column: 1 / -1; justify-self: center; }
.converty-credit > span { display: inline-flex; align-items: center; gap: 5px; }
.converty-credit svg { display: inline-block; flex: none; overflow: visible; }

.reveal { opacity: 1; transform: translateY(24px); transition: transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-9px) rotate(2deg); } }
@keyframes orbit { from { transform: rotate(0); } to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.72fr); gap: 42px; }
  .hero h1 { font-size: clamp(43px,5.3vw,64px); }
  .quick-form { grid-template-columns: 1fr 1fr 1fr; }
  .form-intro { grid-column: 1 / -1; }
  .form-submit { min-height: 48px; }
  .story-grid, .crack-grid, .case-layout, .fees-grid { gap: 50px; }
  .service-shell { grid-template-columns: 1fr; }
  .service-heading, .faq-heading { position: static; }
  .service-heading { max-width: 650px; }
  .reviews-band { grid-template-columns: 120px 1fr; }
  .reviews-link { grid-column: 2; justify-self: start; }
  .closing-grid { gap: 45px; }
}

@media (max-width: 820px) {
  body { font-size: 18px; }
  .hero-lead,
  .story-copy > p:not(.section-index),
  .crack-copy > p:not(.section-index),
  .counsel-copy p,
  .case-story p,
  .service-card p,
  .fees-copy > p:not(.section-index),
  .fees-promise,
  .fee-example p,
  .fit-heading > p:last-child,
  .fit-card li,
  .reviews-band p,
  .closing-copy > p:not(.section-index),
  .faq-heading > p:not(.section-index),
  .faq details p { font-size: 18px; }
  .quick-form input,
  .closing-form input,
  .closing-form textarea,
  .form-submit,
  .closing-form button { font-size: 18px; }
  .shell { width: min(100% - 32px, 680px); }
  .section-space { padding: 92px 0; }
  .nav-shell { min-height: 74px; }
  .nav-action span { display: none; }
  .nav-action { width: 44px; padding: 0; justify-content: center; }
  .hero { min-height: auto; padding: 58px 0 185px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 520px; width: min(100%,520px); margin-inline: auto; }
  .portrait-frame { inset: 0 0 0 0; }
  .review-seal { left: -10px; }
  .direct-note { right: -8px; }
  .hero-proof { justify-content: space-between; }
  .lead-dock { bottom: -125px; }
  .quick-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .form-intro, .form-status { grid-column: 1 / -1; }
  .story { padding-top: 210px; }
  .story-grid, .crack-grid, .case-layout, .fees-grid, .faq-grid, .closing-grid { grid-template-columns: 1fr; }
  .story-copy { order: 1; }
  .story-media { order: 2; width: min(100%,520px); margin-inline: auto; }
  .image-window { height: 580px; }
  .crack-copy { order: 1; }
  .evidence-stage { order: 2; min-height: 480px; }
  .counsel-card { grid-template-columns: .75fr 1.25fr; padding-inline: 35px; gap: 28px; }
  .counsel-portrait { height: 390px; }
  .case-heading { grid-column: 1; }
  .case-image { min-height: 480px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .fee-example { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fee-example p:nth-child(3) { border-top: 1px solid var(--line); border-inline-start: 0; }
  .fee-example p:nth-child(4) { border-top: 1px solid var(--line); }
  .fit-grid { grid-template-columns: 1fr; }
  .reviews-band { grid-template-columns: 1fr; text-align: right; }
  .reviews-stars { text-align: right; }
  .reviews-link { grid-column: 1; }
  .closing { padding: 95px 0; }
  .closing-overlay { background: linear-gradient(rgba(6,18,29,.94), rgba(8,24,39,.89)); }
  .faq-portrait { display: none; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .converty-credit { grid-column: 1; }
}

@media (max-width: 560px) {
  body { font-size: 18px; }
  .hero-orbit--one { width: min(380px, 100vw); height: min(380px, 100vw); }
  .shell { width: calc(100% - 26px); }
  .brand-copy strong { font-size: 17px; }
  .brand-logo-shell { width: 150px; min-height: 0; padding: 7px 11px; }
  .hero { padding-top: 45px; padding-bottom: 310px; }
  .hero h1 { font-size: clamp(39px,11.2vw,53px); line-height: 1.04; }
  .hero-lead { font-size: 18px; line-height: 1.62; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { gap: 10px; }
  .hero-proof li { padding-inline-start: 11px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 455px; }
  .portrait-frame { border-radius: 190px 190px 22px 22px; }
  .portrait-frame::before { border-radius: 178px 178px 17px 17px; }
  .portrait-name { right: 28px; bottom: 25px; }
  .portrait-name strong { font-size: 23px; }
  .review-seal { width: 108px; height: 108px; top: 19px; left: -5px; }
  .review-seal strong { font-size: 27px; }
  .direct-note { bottom: 20px; right: -2px; }
  .lead-dock { bottom: -252px; }
  .quick-form { grid-template-columns: 1fr; padding: 19px; }
  .quick-form label, .form-submit, .form-intro, .form-status { grid-column: 1; }
  .story { padding-top: 325px; }
  .story-copy h2, .case-heading h2, .service-heading h2, .fees h2, .fit-heading h2, .closing-copy h2, .faq-heading h2, .counsel-copy h2, .crack-copy h2 { font-size: clamp(35px,10vw,48px); }
  .story-copy > p:not(.section-index), .crack-copy > p:not(.section-index), .counsel-copy p, .case-story p, .closing-copy > p:not(.section-index) { font-size: 18px; }
  .story-media { padding: 0 0 55px 25px; }
  .image-window { height: 465px; border-radius: 170px 170px 20px 20px; }
  .story-caption { width: 235px; padding: 19px; }
  .story-caption strong { font-size: 20px; }
  .cohen-quote { padding: 20px 22px 20px 45px; }
  .cohen-quote blockquote { font-size: 21px; }
  .quote-mark { left: 13px; font-size: 52px; }
  .evidence-stage { min-height: 355px; }
  .evidence-tag { font-size: 9px; }
  .counsel-card { min-height: auto; grid-template-columns: 1fr; margin-top: 75px; padding: 43px 23px 0; }
  .counsel-copy { order: 1; padding-bottom: 0; }
  .counsel-portrait { order: 2; height: 340px; }
  .case-image { min-height: 335px; }
  .case-story { padding-inline: 0; }
  .service-section, .fit-section { padding-block: 90px; }
  .service-card { padding: 24px; }
  .service-card--image { min-height: 430px; padding: 0; }
  .fee-map { padding: 20px; }
  .fee-step { grid-template-columns: 45px 1fr; padding-inline: 8px; }
  .fee-step > span { width: 41px; height: 41px; }
  .fee-connector { margin-right: 29px; }
  .fee-example { grid-template-columns: 1fr; }
  .fee-example p { border-top: 1px solid var(--line); border-inline-start: 0; }
  .fee-example p:first-child { border-top: 0; }
  .fit-card { padding: 25px; }
  .reviews-band { padding: 25px; }
  .closing-form { grid-template-columns: 1fr; padding: 23px; }
  .closing-form label, .closing-form-wide, .closing-form button, .closing-form .form-status { grid-column: 1; }
  .faq summary { padding: 24px 42px 24px 4px; font-size: 21px; }
  .faq summary::before, .faq summary::after { right: 8px; top: 37px; }
  .faq details div { padding: 0 42px 24px 4px; }
  .faq-close { display: grid; }
}

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