.elementor-1200868 .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-1200868 .elementor-element.elementor-element-db89784:not(.elementor-motion-effects-element-type-background), .elementor-1200868 .elementor-element.elementor-element-db89784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE5DD;}.elementor-1200868 .elementor-element.elementor-element-9c1cc62 > .elementor-widget-container{background-color:#F0EBE0;}/* Start custom CSS for container, class: .elementor-element-db89784 */:root {
    --vellum:     #f3ebd6;             /* aged ivory / parchment */
    --vellum-2:   #e7dec6;
    --vellum-3:   #d6caa6;
    --linen:      #c4b88f;
    --ink:        #1c241d;
    --ink-2:      #28302a;
    --ink-soft:   #3a4239;
    --ink-mute:   #6b7269;
    --evergreen:  #1f3826;             /* deep forest-evergreen */
    --evergreen-2:#152619;
    --evergreen-3:#2a4d35;
    --moss:       #4f6b46;             /* lighter moss accent */
    --gold:       #9c7d33;             /* antique gilt gold */
    --gold-2:     #7a5e1e;
    --gold-light: #c4a35a;
    --rule:       rgba(28,36,29,0.18);
    --rule-soft:  rgba(28,36,29,0.10);
    --rule-dark:  rgba(243,235,214,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(--vellum);
    padding: 120px 32px 90px;
    overflow: hidden;
    border-bottom: 1px solid var(--rule);
  }
  /* Faint engraved frame device */
  .hero::before {
    content: '';
    position: absolute;
    top: 50px; right: 50px; bottom: 60px;
    width: 38%;
    border: 1px solid rgba(31,56,38,0.12);
    pointer-events: none;
  }
  /* Inner frame line */
  .hero::after {
    content: '';
    position: absolute;
    top: 56px; right: 56px; bottom: 66px;
    width: calc(38% - 12px);
    border: 1px solid rgba(156,125,51,0.16);
    pointer-events: none;
  }

  .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(--evergreen); 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(--ink);
    margin-bottom: 36px;
  }
  h1.display em {
    font-style: italic;
    font-weight: 500;
    color: var(--evergreen);
  }
  h1.display .gold-i {
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
  }

  .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(--ink); }

  .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(--evergreen);
    color: var(--vellum);
  }
  .btn-primary:hover { background: var(--evergreen-2); }
  .btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
  }
  .btn-ghost:hover { background: var(--ink); color: var(--vellum); }
  .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: Family-line / generational chart card */
  .lineage {
    background: var(--vellum);
    color: var(--ink);
    border: 1px solid var(--ink);
    box-shadow: 8px 10px 0 var(--evergreen);
    position: relative;
    padding: 0;
  }
  .lineage-head {
    background: var(--evergreen);
    color: var(--vellum);
    padding: 16px 24px;
    text-align: center;
    border-bottom: 3px solid var(--gold);
  }
  .lineage-head .ct-name {
    font-family: var(--serif);
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    font-weight: 500;
    font-style: italic;
  }
  .lineage-head .ct-sub {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
  }
  .lineage-body {
    padding: 32px 28px 30px;
    text-align: center;
  }
  /* The actual generational diagram */
  .lineage-tree {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 18px;
  }
  .lineage-tier {
    padding: 10px 0;
    position: relative;
  }
  .lineage-tier:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 1px; height: 12px;
    background: var(--gold);
  }
  .lineage-name {
    font-family: var(--serif);
    font-size: 22px;
    color: var(--ink);
    line-height: 1.15;
    font-weight: 500;
  }
  .lineage-name em {
    font-style: italic;
    color: var(--gold-2);
    font-weight: 500;
  }
  .lineage-role {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 4px;
    font-weight: 600;
  }
  .lineage-children {
    display: flex;
    justify-content: center;
    gap: 22px;
    padding: 14px 0 6px;
    position: relative;
  }
  .lineage-children::before {
    content: '';
    position: absolute;
    top: 0; left: 25%; right: 25%;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }
  .lineage-child {
    flex: 1;
    position: relative;
    padding-top: 14px;
  }
  .lineage-child::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    width: 1px; height: 14px;
    background: var(--gold);
  }
  .lineage-child .name {
    font-family: var(--serif);
    font-size: 16px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.2;
  }
  .lineage-child .role {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 4px;
    font-weight: 600;
  }
  .lineage-foot {
    margin-top: 18px;
    padding-top: 16px;
    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;
  }
  .lineage-stamp {
    position: absolute;
    bottom: -14px; left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--ink);
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.3em;
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: 700;
  }

  /* ====================== 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(--gold);
  }
  .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(--evergreen); 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(--ink);
  }
  h2 em { font-style: italic; color: var(--evergreen); font-weight: 500; }
  h2 .gold-i { font-style: italic; color: var(--gold); font-weight: 500; }

  /* ====================== INSTRUMENTS — wills/trusts grid ====================== */
  .instruments-intro {
    margin-bottom: 40px;
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 64ch;
  }
  .instruments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 2px solid var(--ink);
    border-left: 1px solid var(--rule-soft);
  }
  .instrument {
    border-right: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    padding: 44px 40px;
    background: var(--vellum);
    transition: background .3s ease;
    position: relative;
  }
  .instrument:hover { background: var(--vellum-2); }
  .instrument-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--gold);
    margin-bottom: 16px;
    font-weight: 500;
  }
  .instrument h3 {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
  }
  .instrument h3 em { font-style: italic; color: var(--evergreen); }
  .instrument p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 22px;
  }
  .instrument ul {
    list-style: none;
    border-top: 1px solid var(--rule-soft);
    padding-top: 18px;
  }
  .instrument ul li {
    font-size: 13px;
    color: var(--ink-mute);
    padding: 6px 0 6px 22px;
    position: relative;
    line-height: 1.55;
  }
  .instrument ul li::before {
    content: '§';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-family: var(--serif);
    font-style: italic;
    font-weight: 600;
  }

  /* ====================== MULTI-STATE FIGURE block ====================== */
  .multistate {
    background: var(--evergreen);
    color: var(--vellum);
    padding: 110px 32px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--gold);
    border-bottom: 4px solid var(--gold);
  }
  .multistate::before {
    content: 'V · M · D · J · Y';
    position: absolute;
    bottom: -50px; right: -20px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 280px;
    letter-spacing: 0.1em;
    color: rgba(243,235,214,0.025);
    line-height: 0.7;
    pointer-events: none;
    font-weight: 500;
  }
  .multistate-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;
  }
  .multistate .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .multistate .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--gold-light);
  }
  .multistate h2 { color: var(--vellum); margin-bottom: 0; }
  .multistate h2 em { color: var(--gold-light); }
  .multistate > div:first-child > p {
    margin-top: 28px;
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.6;
    color: var(--vellum-2);
    max-width: 38ch;
  }
  .ms-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--rule-dark);
  }
  .ms-row {
    padding: 24px 0;
    border-bottom: 1px solid var(--rule-dark);
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 28px;
    align-items: baseline;
  }
  .ms-row .ref {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--gold-light);
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .ms-row h4 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    color: var(--vellum);
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .ms-row p {
    font-size: 14.5px;
    color: var(--vellum-2);
    line-height: 1.55;
    font-family: var(--serif);
  }
  .ms-row p strong { color: var(--vellum); font-weight: 600; }

  /* ====================== TAX EXPOSURE TABLE ====================== */
  .tax-intro {
    margin-bottom: 32px;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 64ch;
  }
  .jx-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    background: var(--vellum);
  }
  .jx-table thead {
    background: var(--ink);
    color: var(--vellum);
  }
  .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(--vellum);
    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(--vellum-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(--ink);
    line-height: 1.1;
  }
  .jx-state .tag {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--evergreen);
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .jx-court {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--evergreen);
    line-height: 1.55;
    font-weight: 600;
  }
  .jx-court em {
    display: block;
    font-style: normal;
    color: var(--ink-mute);
    font-size: 10.5px;
    margin-top: 4px;
    font-weight: 500;
  }
  .jx-tax {
    font-family: var(--serif);
    font-size: 17px;
    color: var(--ink);
    line-height: 1.3;
    font-weight: 500;
  }
  .jx-tax .pill {
    display: inline-block;
    padding: 2px 8px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .jx-tax .pill.danger { background: var(--gold); color: var(--ink); }
  .jx-tax .pill.ok { background: var(--moss); color: var(--vellum); }
  .jx-tax em {
    display: block;
    font-style: normal;
    font-family: var(--mono);
    font-size: 10.5px;
    color: var(--ink-mute);
    letter-spacing: 0.05em;
    margin-top: 4px;
    font-weight: 500;
  }
  .jx-detail {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .jx-detail strong { color: var(--ink); font-weight: 600; }

  /* ====================== STATS ====================== */
  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid var(--ink);
    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(--vellum);
  }
  .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(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .stat-num em { font-style: italic; color: var(--evergreen); font-weight: 500; }
  .stat-desc {
    font-size: 12px;
    color: var(--ink-mute);
    line-height: 1.5;
  }

  /* ====================== CONTESTED MATTERS ====================== */
  .contested {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .contested-card {
    border-top: 3px solid var(--evergreen);
    padding-top: 26px;
    background: var(--vellum);
  }
  .contested-card .c-num {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--gold);
    margin-bottom: 14px;
    font-weight: 700;
  }
  .contested-card h4 {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .contested-card h4 em { font-style: italic; color: var(--evergreen); }
  .contested-card p {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.6;
  }
  .contested-card .ground {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--rule-soft);
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-mute);
    font-weight: 600;
  }
  .contested-card .ground strong { color: var(--evergreen); font-weight: 600; }

  /* ====================== 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(--ink);
    flex: 1;
  }
  .faq-toggle {
    font-family: var(--serif);
    font-size: 32px;
    color: var(--evergreen);
    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(--evergreen);
    color: var(--vellum);
    padding: 110px 32px;
    border-top: 4px solid var(--gold);
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '✦';
    position: absolute;
    bottom: -100px; left: -30px;
    font-size: 360px;
    color: rgba(243,235,214,0.025);
    line-height: 0.7;
    pointer-events: none;
  }
  .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(--gold-light);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
  }
  .cta-text .eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--gold-light);
  }
  .cta-text h2 { color: var(--vellum); margin-bottom: 28px; }
  .cta-text h2 em { color: var(--gold-light); }
  .cta-text p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--vellum-2);
    margin-bottom: 28px;
    max-width: 50ch;
  }
  .cta-call {
    display: block;
    font-family: var(--serif);
    font-size: 56px;
    font-weight: 500;
    color: var(--vellum);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .cta-call em { font-style: italic; color: var(--gold-light); font-weight: 500; }
  .cta-call-meta {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vellum-3);
    margin-bottom: 36px;
    font-weight: 600;
  }
  .meta-block {
    border-top: 1px solid var(--rule-dark);
    padding-top: 24px;
    font-size: 13px;
    color: var(--vellum-3);
    line-height: 1.7;
    max-width: 44ch;
  }
  .meta-block strong { color: var(--vellum); font-weight: 500; }
  .meta-block em { color: var(--gold-light); font-style: italic; }

  .form-card {
    background: var(--vellum);
    color: var(--ink);
    border: 1px solid var(--vellum);
    box-shadow: 10px 12px 0 var(--gold);
    overflow: hidden;
  }
  .form-card-head {
    background: var(--vellum-2);
    border-bottom: 1px solid var(--ink);
    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(--ink);
    font-weight: 600;
  }
  .form-card-head .stamp {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--evergreen);
  }
  .form-frame-wrap {
    position: relative;
    background: var(--vellum);
    min-height: 720px;
  }
  .form-frame-wrap iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 720px;
    background: var(--vellum);
  }
  .form-fallback {
    padding: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--ink-mute);
  }
  .form-fallback a {
    color: var(--evergreen);
    border-bottom: 1px solid var(--evergreen);
  }
  /* ====================== 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) {
    .instruments { grid-template-columns: 1fr; }
    .contested { grid-template-columns: 1fr; }
  }
  @media (max-width: 1024px) {
    .hero { padding: 80px 32px 70px; }
    .hero::before, .hero::after { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 60px; }
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .multistate-inner { grid-template-columns: 1fr; gap: 48px; }
    .ms-row { grid-template-columns: 90px 1fr; gap: 18px; }
    .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; }
    .multistate, .cta-section { padding: 70px 20px; }
    .ms-row { 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; }
    .lineage-children { gap: 12px; }
    .lineage-child .name { font-size: 14px; }
  }
  @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;
}
.instruments h3, .contested h4 {
    color: #000;
}
.page-id-1200868 #ez-toc-container
{
    display: none;
}/* End custom CSS */