.elementor-1200843 .elementor-element.elementor-element-db89784{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1200843 .elementor-element.elementor-element-db89784:not(.elementor-motion-effects-element-type-background), .elementor-1200843 .elementor-element.elementor-element-db89784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE5DD;}.elementor-1200843 .elementor-element.elementor-element-9c1cc62 > .elementor-widget-container{background-color:#F0EBE0;}/* Start custom CSS for container, class: .elementor-element-db89784 */:root {
    --graphite:   #1d2128;             /* deep graphite */
    --graphite-2: #272c36;
    --graphite-3: #3a404c;
    --ink-soft:   #2c333f;
    --ink-mute:   #6e7686;
    --bone:       #efeae0;             /* warm bone / corporate paper */
    --bone-2:     #e4ddc9;
    --bone-3:     #d2caa9;
    --bone-veil:  #c5bca0;
    --cobalt:     #1f3f8a;             /* deep cobalt — sophisticated blue */
    --cobalt-2:   #16306b;
    --cobalt-3:   #3658a5;
    --brass:      #a98444;             /* warm brass / aged hardware */
    --brass-2:    #856528;
    --signal:     #b03028;             /* corporate-claim red */
    --rule:       rgba(29,33,40,0.18);
    --rule-soft:  rgba(29,33,40,0.10);
    --rule-dark:  rgba(239,234,224,0.16);
    --serif:      'Cormorant Garamond', 'Garamond', 'Times New Roman', serif;
    --sans:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --mono:       'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
  }
  /* ====================== HERO ====================== */
  .hero {
    position: relative;
    background: var(--bone);
    padding: 110px 32px 90px;
    overflow: hidden;
    border-bottom: 1px solid var(--rule);
  }
  /* Faint corporate document grid in background */
  .hero::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 36%;
    background:
      linear-gradient(135deg,
        transparent 49%, rgba(31,63,138,0.04) 49%, rgba(31,63,138,0.04) 51%, transparent 51%) 0 0 / 24px 24px,
      linear-gradient(45deg,
        transparent 49%, rgba(31,63,138,0.04) 49%, rgba(31,63,138,0.04) 51%, transparent 51%) 0 0 / 24px 24px;
    pointer-events: none;
    mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    opacity: 0.5;
  }
  /* Cobalt rule along top edge */
  .hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 240px; height: 4px;
    background: var(--cobalt);
  }

  .hero-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 2;
  }

  .matter-line {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule-soft);
    width: 100%;
    max-width: 720px;
    flex-wrap: wrap;
  }
  .matter-line .marker { color: var(--cobalt); font-weight: 600; }
  .matter-line .sep { opacity: 0.4; }

  h1.display {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(48px, 6.4vw, 92px);
    line-height: 1;
    letter-spacing: -0.025em;
    color: var(--graphite);
    margin-bottom: 36px;
  }
  h1.display em {
    font-style: italic;
    font-weight: 500;
    color: var(--cobalt);
  }
  h1.display .brass-i {
    font-style: italic;
    font-weight: 500;
    color: var(--brass);
  }

  .hero-lede {
    font-family: var(--serif);
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 62ch;
    margin-bottom: 40px;
  }
  .hero-lede strong { font-weight: 600; color: var(--graphite); }

  .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 30px;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all .25s ease;
    cursor: pointer;
    border: none;
  }
  .btn-primary {
    background: var(--cobalt);
    color: var(--bone);
  }
  .btn-primary:hover { background: var(--cobalt-2); }
  .btn-ghost {
    background: transparent;
    color: var(--graphite);
    border: 1px solid var(--graphite);
  }
  .btn-ghost:hover { background: var(--graphite); color: var(--bone); }
  .btn-arrow { font-family: var(--serif); font-size: 18px; line-height: 1; font-style: italic; font-weight: 500; }
  .hero-meta { font-size: 13px; color: var(--ink-mute); line-height: 1.7; }

  /* Hero side: Cap-table dispute card */
  .cap-card {
    background: var(--bone);
    color: var(--graphite);
    border: 1px solid var(--graphite);
    box-shadow: 8px 10px 0 var(--cobalt);
    position: relative;
  }
  .cap-head {
    background: var(--graphite);
    color: var(--bone);
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border-bottom: 3px solid var(--brass);
  }
  .cap-head .brass-text { color: var(--brass); font-weight: 600; }
  .cap-body {
    padding: 26px 24px 24px;
  }
  .cap-title {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 4px;
    font-weight: 600;
  }
  .cap-name {
    font-family: var(--serif);
    font-size: 22px;
    color: var(--graphite);
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid var(--rule-soft);
    padding-bottom: 14px;
  }
  .cap-table-rows {
    display: grid;
    gap: 0;
  }
  .cap-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid var(--rule-soft);
    align-items: baseline;
  }
  .cap-row:last-child { border-bottom: none; padding-bottom: 4px; }
  .cap-shareholder {
    font-family: var(--serif);
    font-size: 15px;
    color: var(--graphite);
    font-style: italic;
    font-weight: 500;
  }
  .cap-shareholder .role {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 9.5px;
    color: var(--ink-mute);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 2px;
    font-weight: 600;
  }
  .cap-pct {
    font-family: var(--mono);
    font-size: 16px;
    color: var(--graphite);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .cap-pct.disputed { color: var(--signal); }
  .cap-foot {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--rule-soft);
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.5;
  }
  .cap-stamp {
    position: absolute;
    top: 12px; right: -16px;
    transform: rotate(6deg);
    background: var(--signal);
    color: var(--bone);
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.3em;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  }

  /* ====================== SECTIONS ====================== */
  section { position: relative; z-index: 2; }
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 110px 32px;
  }
  .section-head {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 60px;
    margin-bottom: 70px;
    align-items: start;
    border-top: 1px solid var(--rule);
    padding-top: 36px;
    position: relative;
  }
  .section-head::before {
    content: '';
    position: absolute;
    top: -2px; left: 0;
    width: 80px; height: 3px;
    background: var(--cobalt);
  }
  .section-marker {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .section-marker strong { color: var(--cobalt); font-weight: 600; }
  h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    max-width: 22ch;
    color: var(--graphite);
  }
  h2 em { font-style: italic; color: var(--cobalt); font-weight: 500; }
  h2 .brass-i { font-style: italic; color: var(--brass); font-weight: 500; }

  /* ====================== DOCKETS — primary practice ====================== */
  .dockets-intro {
    margin-bottom: 40px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 64ch;
  }
  .dockets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 2px solid var(--graphite);
    border-left: 1px solid var(--rule-soft);
  }
  .docket {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 44px 40px;
    background: var(--bone);
    transition: background .3s ease;
    position: relative;
    overflow: hidden;
  }
  .docket::after {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 4px;
    background: var(--cobalt);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s ease;
  }
  .docket:hover { background: var(--bone-2); }
  .docket:hover::after { transform: scaleY(1); }
  .docket-tag {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brass);
    margin-bottom: 12px;
    font-weight: 700;
  }
  .docket h3 {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }
  .docket h3 em { font-style: italic; color: var(--cobalt); }
  .docket .anchor-stat {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--cobalt);
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule-soft);
    font-weight: 600;
  }
  .docket p {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 18px;
  }
  .docket p strong { color: var(--graphite); font-weight: 600; }
  .docket ul {
    list-style: none;
    border-top: 1px solid var(--rule-soft);
    padding-top: 14px;
  }
  .docket ul li {
    font-size: 12.5px;
    color: var(--ink-mute);
    padding: 5px 0 5px 20px;
    position: relative;
    line-height: 1.55;
  }
  .docket ul li::before {
    content: '§';
    position: absolute;
    left: 0;
    color: var(--cobalt);
    font-family: var(--serif);
    font-style: italic;
    font-weight: 600;
  }

  /* ====================== ANATOMY OF A BUSINESS DIVORCE ====================== */
  .anatomy {
    background: var(--graphite);
    color: var(--bone);
    padding: 110px 32px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--cobalt);
    border-bottom: 4px solid var(--cobalt);
  }
  .anatomy::before {
    content: 'EX. A';
    position: absolute;
    bottom: -100px; right: -40px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 480px;
    color: rgba(239,234,224,0.025);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.03em;
    font-weight: 500;
  }
  .anatomy-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    position: relative;
    z-index: 2;
    align-items: start;
  }
  .anatomy .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--brass);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .anatomy .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--brass);
  }
  .anatomy h2 { color: var(--bone); margin-bottom: 0; }
  .anatomy h2 em { color: var(--brass); }
  .anatomy > div:first-child > p {
    margin-top: 28px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.6;
    color: var(--bone-2);
    max-width: 38ch;
  }
  .anatomy-steps {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--rule-dark);
  }
  .anatomy-step {
    padding: 24px 0;
    border-bottom: 1px solid var(--rule-dark);
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 28px;
    align-items: baseline;
  }
  .anatomy-step .step-roman {
    font-family: var(--serif);
    font-style: italic;
    font-size: 36px;
    color: var(--brass);
    line-height: 1;
    font-weight: 500;
  }
  .anatomy-step h4 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--bone);
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .anatomy-step p {
    font-size: 14px;
    color: var(--bone-2);
    line-height: 1.55;
    font-family: var(--serif);
  }

  /* ====================== TRADE SECRET / IP block ====================== */
  .ts-block {
    background: var(--bone-2);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 110px 32px;
  }
  .ts-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: start;
  }
  .ts-inner > div:first-child .section-marker { color: var(--ink-mute); }
  .ts-inner > div:first-child .section-marker strong { color: var(--cobalt); }
  .ts-inner > div:first-child p {
    margin-top: 28px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 40ch;
  }
  .ts-twocolumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 2px solid var(--graphite);
    border-left: 1px solid var(--rule-soft);
  }
  .ts-cell {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 32px 28px;
    background: var(--bone);
  }
  .ts-cell .ref {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cobalt);
    margin-bottom: 10px;
    font-weight: 700;
  }
  .ts-cell h4 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.2;
    color: var(--graphite);
  }
  .ts-cell p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin-bottom: 14px;
  }
  .ts-cell .relief {
    border-top: 1px solid var(--rule-soft);
    padding-top: 12px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brass-2);
    line-height: 1.6;
    font-weight: 600;
  }

  /* ====================== JURISDICTIONS — buyout-statute table ====================== */
  .jx-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--graphite);
    border-bottom: 2px solid var(--graphite);
    background: var(--bone);
  }
  .jx-table thead {
    background: var(--graphite);
    color: var(--bone);
  }
  .jx-table thead th {
    padding: 18px 22px;
    text-align: left;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bone);
    border-right: 1px solid var(--rule-dark);
  }
  .jx-table thead th:last-child { border-right: none; }
  .jx-table tbody tr {
    border-bottom: 1px solid var(--rule-soft);
    transition: background .2s;
  }
  .jx-table tbody tr:last-child { border-bottom: none; }
  .jx-table tbody tr:hover { background: var(--bone-2); }
  .jx-table tbody td {
    padding: 22px 22px;
    vertical-align: top;
    border-right: 1px solid var(--rule-soft);
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink-soft);
  }
  .jx-table tbody td:last-child { border-right: none; }
  .jx-state {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--graphite);
    line-height: 1.1;
  }
  .jx-state .tag {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--cobalt);
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .jx-statute {
    font-family: var(--mono);
    font-size: 11.5px;
    color: var(--cobalt);
    line-height: 1.55;
    font-weight: 500;
  }
  .jx-trap {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .jx-trap strong { color: var(--graphite); font-weight: 600; }
  .jx-forum {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  .jx-forum strong { color: var(--graphite); font-weight: 600; }
  .jx-forum em {
    font-style: normal;
    font-family: var(--mono);
    font-size: 10px;
    color: var(--brass-2);
    letter-spacing: 0.08em;
    display: block;
    margin-top: 4px;
    font-weight: 600;
    text-transform: uppercase;
  }

  /* ====================== STATS ====================== */
  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid var(--graphite);
    border-left: 1px solid var(--rule-soft);
  }
  .stat {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 36px 28px;
    background: var(--bone);
  }
  .stat-label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 18px;
    font-weight: 600;
  }
  .stat-num {
    font-family: var(--serif);
    font-size: 64px;
    line-height: 1;
    color: var(--graphite);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .stat-num em { font-style: italic; color: var(--cobalt); font-weight: 500; }
  .stat-desc {
    font-size: 12px;
    color: var(--ink-mute);
    line-height: 1.5;
  }

  /* ====================== FAQ ====================== */
  .faq-grid { border-top: 1px solid var(--rule); }
  .faq-item {
    border-bottom: 1px solid var(--rule-soft);
    padding: 28px 0;
    cursor: pointer;
  }
  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 32px;
  }
  .faq-q h4 {
    font-family: var(--serif);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    line-height: 1.25;
    color: var(--graphite);
    flex: 1;
  }
  .faq-toggle {
    font-family: var(--serif);
    font-size: 32px;
    color: var(--cobalt);
    line-height: 1;
    transition: transform .3s ease;
    flex-shrink: 0;
    font-weight: 400;
  }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding-top .3s ease;
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 80ch;
  }
  .faq-item.open .faq-a {
    max-height: 800px;
    padding-top: 18px;
  }
  .faq-a p { margin-bottom: 12px; }

  /* ====================== CTA / FORM ====================== */
  .cta-section {
    background: var(--graphite);
    color: var(--bone);
    padding: 110px 32px;
    border-top: 4px solid var(--cobalt);
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: 'PRIVILEGED';
    position: absolute;
    bottom: -80px; left: -30px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 240px;
    color: rgba(239,234,224,0.025);
    line-height: 0.7;
    pointer-events: none;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
  .cta-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 2;
  }
  .cta-text .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--brass);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .cta-text .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--brass);
  }
  .cta-text h2 { color: var(--bone); margin-bottom: 28px; }
  .cta-text h2 em { color: var(--brass); }
  .cta-text p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--bone-2);
    margin-bottom: 28px;
    max-width: 50ch;
  }
  .cta-call {
    display: block;
    font-family: var(--serif);
    font-size: 56px;
    font-weight: 500;
    color: var(--bone);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .cta-call em { font-style: italic; color: var(--brass); font-weight: 500; }
  .cta-call-meta {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bone-3);
    margin-bottom: 36px;
    font-weight: 600;
  }
  .meta-block {
    border-top: 1px solid var(--rule-dark);
    padding-top: 24px;
    font-size: 13px;
    color: var(--bone-3);
    line-height: 1.7;
    max-width: 44ch;
  }
  .meta-block strong { color: var(--bone); font-weight: 500; }
  .meta-block em { color: var(--brass); font-style: italic; }

  .form-card {
    background: var(--bone);
    color: var(--graphite);
    border: 1px solid var(--bone);
    box-shadow: 10px 12px 0 var(--brass);
    overflow: hidden;
  }
  .form-card-head {
    background: var(--bone-2);
    border-bottom: 1px solid var(--graphite);
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-card-head .label {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--graphite);
    font-weight: 600;
  }
  .form-card-head .stamp {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--cobalt);
  }
  .form-frame-wrap {
    position: relative;
    background: var(--bone);
    min-height: 720px;
  }
  .form-frame-wrap iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 840px;
    background: var(--bone);
  }
  .form-fallback {
    padding: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--ink-mute);
  }
  .form-fallback a {
    color: var(--cobalt);
    border-bottom: 1px solid var(--cobalt);
  }
  /* ====================== ANIMATIONS ====================== */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s ease, transform .9s ease;
  }
  .reveal.in { opacity: 1; transform: translateY(0); }

  /* ====================== RESPONSIVE ====================== */
  @media (max-width: 1100px) {
    .dockets { grid-template-columns: 1fr; }
    .ts-twocolumn { grid-template-columns: 1fr; }
  }
  @media (max-width: 1024px) {
    .hero { padding: 80px 32px 70px; }
    .hero::before { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 60px; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .anatomy-inner { grid-template-columns: 1fr; gap: 48px; }
    .anatomy-step { grid-template-columns: 60px 1fr; gap: 18px; }
    .ts-inner { grid-template-columns: 1fr; gap: 48px; }
    .cta-inner { grid-template-columns: 1fr; gap: 48px; }
    .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .section-head { grid-template-columns: 1fr; gap: 24px; }
    .jx-wrap { overflow-x: auto; }
    .jx-table { min-width: 980px; }
  }
  @media (max-width: 768px) {
    .topbar-inner { padding: 8px 20px; font-size: 10px; }
    .topbar .est { display: none; }
    .nav { padding: 16px 20px; gap: 14px; }
    .nav-links { display: none; }
    .nav-cta { padding: 9px 13px; font-size: 11px; }
    .hero { padding: 60px 20px 60px; }
    .container { padding: 80px 20px; }
    .stats-row { grid-template-columns: 1fr; }
    .anatomy, .ts-block, .cta-section { padding: 70px 20px; }
    .anatomy-step { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
    footer.site { padding: 60px 20px 24px; }
    .cta-call { font-size: 38px; }
    .form-frame-wrap, .form-frame-wrap iframe { min-height: 820px; }
    h1.display { font-size: 44px; }
  }
  @media (max-width: 480px) {
    .nav-cta span { display: none; }
    .stat-num { font-size: 48px; }
  }
  .heading-design h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    max-width: 22ch;
}
.dockets h3 {
    color: #000;
}
.page-id-1200843 #ez-toc-container
{
    display: none;
}/* End custom CSS */