
    .sc-placeholder{background:color-mix(in srgb,currentColor 8%,transparent);
      border:1px solid color-mix(in srgb,currentColor 50%,transparent);
      border-radius:2px;box-sizing:border-box;overflow:hidden}
    @keyframes sc-shine{0%{background-position:100% 50%}100%{background-position:0% 50%}}
    html.sc-dc-streaming .sc-placeholder,
    html.sc-dc-streaming .sc-interp.sc-missing{position:relative;
      background:color-mix(in srgb,currentColor 5%,transparent);
      border-color:transparent}
    html.sc-dc-streaming .sc-placeholder::before,
    html.sc-dc-streaming .sc-interp.sc-missing::before{content:'';
      position:absolute;inset:0;pointer-events:none;
      background:linear-gradient(90deg,rgba(217,119,87,0) 25%,rgba(247,225,211,.95) 37%,rgba(217,119,87,0) 63%);
      background-size:400% 100%;animation:sc-shine 1.4s ease infinite}
    html.sc-dc-streaming .sc-placeholder:nth-child(n+9 of .sc-placeholder)::before,
    html.sc-dc-streaming .sc-interp.sc-missing:nth-child(n+9 of .sc-interp.sc-missing)::before{animation:none;
      background:color-mix(in srgb,currentColor 8%,transparent)}
    .sc-placeholder-error{padding:4px 8px;font:11px/1.4 ui-monospace,monospace;
      color:color-mix(in srgb,currentColor 70%,transparent);word-break:break-word}
    .sc-interp.sc-missing{display:inline-block;width:2em;height:1em;overflow:hidden;
      vertical-align:text-bottom;background:rgba(255,255,255,.3);border:1px solid rgba(0,0,0,.5);
      border-radius:2px;box-sizing:border-box;color:transparent;
      user-select:none}
    .sc-interp.sc-unresolved{font-family:ui-monospace,monospace;font-size:.85em;
      color:color-mix(in srgb,currentColor 50%,transparent);
      background:color-mix(in srgb,currentColor 10%,transparent);border-radius:3px;
      padding:0 3px}
    .sc-host.sc-has-error{position:relative}
    .sc-logic-error{position:absolute;top:8px;left:8px;z-index:2147483647;max-width:60ch;
      padding:6px 10px;background:#b00020;color:#fff;font:12px/1.4 ui-monospace,monospace;
      border-radius:4px;white-space:pre-wrap;pointer-events:none}
    /* Mirrors PRINT_BASELINE_CSS in apps/web deck-stage-export.ts — keep both
       in sync until dc-runtime regains a build step. */
    @media print {
      @page { margin: 0.5cm; }
      figure, table { break-inside: avoid; }
      #dc-root, #dc-root > .sc-host { height: auto; }
      *, *::before, *::after {
        print-color-adjust: exact; -webkit-print-color-adjust: exact;
        backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
        animation-delay: -99s !important; animation-duration: .001s !important;
        animation-iteration-count: 1 !important; animation-fill-mode: both !important;
        animation-play-state: running !important; transition-duration: 0s !important;
      }
    }
  

x-dc{display:none!important}

html,body{height:100%;margin:0}#dc-root,#dc-root>.sc-host{height:100%}

/* Primegate webfonts — variable TTFs extracted from the brand book PDF/HTML source. */
@font-face{font-family:'Playfair Display';src:url("../master/master-04-c40f229376.ttf") format("truetype");font-weight:400 900;font-style:normal;font-display:swap}
@font-face{font-family:'Playfair Display';src:url("../master/master-05-a5e26dc5e2.ttf") format("truetype");font-weight:400 900;font-style:italic;font-display:swap}
@font-face{font-family:'DM Sans';src:url("../master/master-06-8cd08d97e8.ttf") format("truetype");font-weight:300 800;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url("../master/master-07-29160a80ff.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}


:root{
  /* Core brand */
  --navy:#0F1F3D; --navy-light:#1A3A6B; --navy-deep:#0A1730;
  --blue:#1E4FA0; --blue-light:#5B8DD9;
  --emerald:#2ECC9A; --emerald-dark:#27B589; --emerald-light:#DCFDF0;
  /* Neutrals */
  --grey-900:#111827; --grey-700:#374151; --grey-500:#6B7280;
  --grey-300:#D1D5DB; --grey-200:#E5E7EB; --grey-100:#F3F4F6; --grey-50:#F9FAFB;
  --white:#FFFFFF;

  /* Semantic — text */
  --text-strong:var(--navy);
  --text-body:var(--grey-700);
  --text-muted:var(--grey-500);
  --text-faint:var(--grey-300);
  --text-accent:var(--emerald-dark);
  --text-on-dark:var(--white);
  --text-on-dark-muted:rgba(255,255,255,.78);
  --text-on-dark-faint:rgba(255,255,255,.6);
  --text-link:var(--blue);
  --text-link-hover:var(--navy);

  /* Semantic — surfaces */
  --surface-page:var(--white);
  --surface-card:var(--white);
  --surface-subtle:var(--grey-50);
  --surface-dark:var(--navy);
  --surface-dark-deep:var(--navy-deep);
  --surface-accent-soft:var(--emerald-light);
  --surface-info-soft:#EEF3FB;
  --surface-translucent:rgba(255,255,255,.07);

  /* Semantic — lines */
  --border-card:var(--grey-200);
  --border-hairline:var(--grey-100);
  --border-on-dark:rgba(255,255,255,.13);
  --border-accent:rgba(46,204,154,.4);

  /* Semantic — action */
  --action-bg:var(--emerald);
  --action-bg-hover:var(--emerald-dark);
  --action-fg:var(--navy);

  /* Practice-area coding */
  --area-legal:var(--navy);
  --area-finance:var(--blue);
  --area-crypto:var(--emerald-dark);
  --area-relocate:var(--blue-light);
}


:root{
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-mark:'Inter',sans-serif;

  /* Website scale (px) */
  --text-hero:56px;
  --text-h1:40px;
  --text-h2:32px;
  --text-h3:22px;
  --text-lead:18px;
  --text-base:16px;
  --text-sm:14px;
  --text-xs:13px;
  --text-eyebrow:13px;

  /* A4 proposal scale (pt) */
  --pt-cover:40pt; /* @kind font */
  --pt-title:27pt; /* @kind font */
  --pt-eyebrow:9.5pt; /* @kind font */
  --pt-lead:11pt; /* @kind font */
  --pt-body:10pt; /* @kind font */
  --pt-small:8.5pt; /* @kind font */

  /* Mobile proposal scale (390x844pt) */
  --mob-cover:33pt; /* @kind font */
  --mob-title:26pt; /* @kind font */
  --mob-eyebrow:11pt; /* @kind font */
  --mob-lead:13.5pt; /* @kind font */
  --mob-body:12.5pt; /* @kind font */
  --mob-small:11pt; /* @kind font */

  /* Weights */
  --weight-regular:400; /* @kind font */
  --weight-medium:500; /* @kind font */
  --weight-semibold:600; /* @kind font */
  --weight-bold:700; /* @kind font */
  --weight-extrabold:800; /* @kind font */

  /* Line heights */
  --leading-display:1.04; /* @kind font */
  --leading-title:1.1; /* @kind font */
  --leading-lead:1.55; /* @kind font */
  --leading-body:1.62; /* @kind font */
  --leading-tight:1.35; /* @kind font */

  /* Tracking */
  --tracking-eyebrow:2.2px; /* @kind font */
  --tracking-blk:1.6px; /* @kind font */
  --tracking-button:.08em; /* @kind font */
  --tracking-display:-.5px; /* @kind font */
}


:root{
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px;
  --space-5:20px; --space-6:24px; --space-8:32px; --space-10:40px;
  --space-12:48px; --space-16:64px; --space-20:80px; --space-24:96px;

  /* Layout */
  --page-max:1180px;
  --page-gutter:40px;
  --section-y:96px;
  --card-pad:24px;
  --card-grid-min:280px;

  /* A4 proposal geometry */
  --a4-width:210mm; /* @kind spacing */ --a4-height:297mm; /* @kind spacing */
  --a4-margin-top:18mm; --a4-margin-side:16mm; --a4-margin-bottom:14mm;
  --a4-foot-offset:10mm; /* @kind spacing */

  /* Mobile proposal geometry */
  --mob-width:390pt; /* @kind spacing */ --mob-height:844pt; /* @kind spacing */
  --mob-margin-top:38pt; --mob-margin-side:30pt; --mob-margin-bottom:32pt;
}


:root{
  --radius-button:6px;
  --radius-chip:5px;
  --radius-tag:4px;
  --radius-card:10px;
  --radius-callout:8px;
  --radius-panel:16px;
  --radius-icon-tile:16px;
  --radius-round:50%;
}


:root{
  --shadow-cta:0 4px 14px rgba(46,204,154,.3);
  --shadow-card:0 14px 34px -14px rgba(15,31,61,.14);
  --shadow-sheet:0 6px 30px rgba(0,0,0,.25);
  --border-width-hairline:1px; /* @kind spacing */
  --border-width-button:1.5px; /* @kind spacing */
  --rule-accent-w:46px; /* @kind spacing */
  --rule-accent-h:3.5px; /* @kind spacing */
}


:root{
  --gradient-cover:radial-gradient(120% 80% at 78% -8%,rgba(46,204,154,.17) 0%,rgba(46,204,154,0) 52%),linear-gradient(160deg,#13294f 0%,#0F1F3D 46%,#0A1730 100%); /* @kind other */
  --gradient-closing:linear-gradient(165deg,#13294f 0%,#0F1F3D 50%,#0A1730 100%); /* @kind other */
  --gradient-highlight:linear-gradient(160deg,rgba(46,204,154,.20),rgba(46,204,154,.05)); /* @kind other */
  --gradient-hero-light:linear-gradient(180deg,#F9FAFB 0%,#FFFFFF 100%); /* @kind other */
  --gradient-photo-veil:linear-gradient(180deg,rgba(15,31,61,.75),rgba(15,31,61,.45)); /* @kind other */

  --pattern-grid:url("../master/master-84-470f2dd911.svg"); /* @kind other */
  --pattern-dots:url("../master/master-85-c9017d8b12.svg"); /* @kind other */
  --pattern-diagonal:url("../master/master-86-b221e6ec11.svg"); /* @kind other */
}


:root{
  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --duration-fast:150ms; /* @kind other */
  --duration-base:220ms; /* @kind other */
  --duration-slow:400ms; /* @kind other */
  --lift-hover:-2px; /* @kind other */
}


/* Primegate webfonts — variable TTFs extracted from the brand book PDF/HTML source. */
@font-face{font-family:'Playfair Display';src:url("../master/master-04-c40f229376.ttf") format("truetype");font-weight:400 900;font-style:normal;font-display:swap}
@font-face{font-family:'Playfair Display';src:url("../master/master-05-a5e26dc5e2.ttf") format("truetype");font-weight:400 900;font-style:italic;font-display:swap}
@font-face{font-family:'DM Sans';src:url("../master/master-06-8cd08d97e8.ttf") format("truetype");font-weight:300 800;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url("../master/master-07-29160a80ff.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}

:root{
  /* Core brand */
  --navy:#0F1F3D; --navy-light:#1A3A6B; --navy-deep:#0A1730;
  --blue:#1E4FA0; --blue-light:#5B8DD9;
  --emerald:#2ECC9A; --emerald-dark:#27B589; --emerald-light:#DCFDF0;
  /* Neutrals */
  --grey-900:#111827; --grey-700:#374151; --grey-500:#6B7280;
  --grey-300:#D1D5DB; --grey-200:#E5E7EB; --grey-100:#F3F4F6; --grey-50:#F9FAFB;
  --white:#FFFFFF;

  /* Semantic — text */
  --text-strong:var(--navy);
  --text-body:var(--grey-700);
  --text-muted:var(--grey-500);
  --text-faint:var(--grey-300);
  --text-accent:var(--emerald-dark);
  --text-on-dark:var(--white);
  --text-on-dark-muted:rgba(255,255,255,.78);
  --text-on-dark-faint:rgba(255,255,255,.6);
  --text-link:var(--blue);
  --text-link-hover:var(--navy);

  /* Semantic — surfaces */
  --surface-page:var(--white);
  --surface-card:var(--white);
  --surface-subtle:var(--grey-50);
  --surface-dark:var(--navy);
  --surface-dark-deep:var(--navy-deep);
  --surface-accent-soft:var(--emerald-light);
  --surface-info-soft:#EEF3FB;
  --surface-translucent:rgba(255,255,255,.07);

  /* Semantic — lines */
  --border-card:var(--grey-200);
  --border-hairline:var(--grey-100);
  --border-on-dark:rgba(255,255,255,.13);
  --border-accent:rgba(46,204,154,.4);

  /* Semantic — action */
  --action-bg:var(--emerald);
  --action-bg-hover:var(--emerald-dark);
  --action-fg:var(--navy);

  /* Practice-area coding */
  --area-legal:var(--navy);
  --area-finance:var(--blue);
  --area-crypto:var(--emerald-dark);
  --area-relocate:var(--blue-light);
}

:root{
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-mark:'Inter',sans-serif;

  /* Website scale (px) */
  --text-hero:56px;
  --text-h1:40px;
  --text-h2:32px;
  --text-h3:22px;
  --text-lead:18px;
  --text-base:16px;
  --text-sm:14px;
  --text-xs:13px;
  --text-eyebrow:13px;

  /* A4 proposal scale (pt) */
  --pt-cover:40pt; /* @kind font */
  --pt-title:27pt; /* @kind font */
  --pt-eyebrow:9.5pt; /* @kind font */
  --pt-lead:11pt; /* @kind font */
  --pt-body:10pt; /* @kind font */
  --pt-small:8.5pt; /* @kind font */

  /* Mobile proposal scale (390x844pt) */
  --mob-cover:33pt; /* @kind font */
  --mob-title:26pt; /* @kind font */
  --mob-eyebrow:11pt; /* @kind font */
  --mob-lead:13.5pt; /* @kind font */
  --mob-body:12.5pt; /* @kind font */
  --mob-small:11pt; /* @kind font */

  /* Weights */
  --weight-regular:400; /* @kind font */
  --weight-medium:500; /* @kind font */
  --weight-semibold:600; /* @kind font */
  --weight-bold:700; /* @kind font */
  --weight-extrabold:800; /* @kind font */

  /* Line heights */
  --leading-display:1.04; /* @kind font */
  --leading-title:1.1; /* @kind font */
  --leading-lead:1.55; /* @kind font */
  --leading-body:1.62; /* @kind font */
  --leading-tight:1.35; /* @kind font */

  /* Tracking */
  --tracking-eyebrow:2.2px; /* @kind font */
  --tracking-blk:1.6px; /* @kind font */
  --tracking-button:.08em; /* @kind font */
  --tracking-display:-.5px; /* @kind font */
}

:root{
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px;
  --space-5:20px; --space-6:24px; --space-8:32px; --space-10:40px;
  --space-12:48px; --space-16:64px; --space-20:80px; --space-24:96px;

  /* Layout */
  --page-max:1180px;
  --page-gutter:40px;
  --section-y:96px;
  --card-pad:24px;
  --card-grid-min:280px;

  /* A4 proposal geometry */
  --a4-width:210mm; /* @kind spacing */ --a4-height:297mm; /* @kind spacing */
  --a4-margin-top:18mm; --a4-margin-side:16mm; --a4-margin-bottom:14mm;
  --a4-foot-offset:10mm; /* @kind spacing */

  /* Mobile proposal geometry */
  --mob-width:390pt; /* @kind spacing */ --mob-height:844pt; /* @kind spacing */
  --mob-margin-top:38pt; --mob-margin-side:30pt; --mob-margin-bottom:32pt;
}

:root{
  --radius-button:6px;
  --radius-chip:5px;
  --radius-tag:4px;
  --radius-card:10px;
  --radius-callout:8px;
  --radius-panel:16px;
  --radius-icon-tile:16px;
  --radius-round:50%;
}

:root{
  --shadow-cta:0 4px 14px rgba(46,204,154,.3);
  --shadow-card:0 14px 34px -14px rgba(15,31,61,.14);
  --shadow-sheet:0 6px 30px rgba(0,0,0,.25);
  --border-width-hairline:1px; /* @kind spacing */
  --border-width-button:1.5px; /* @kind spacing */
  --rule-accent-w:46px; /* @kind spacing */
  --rule-accent-h:3.5px; /* @kind spacing */
}

:root{
  --gradient-cover:radial-gradient(120% 80% at 78% -8%,rgba(46,204,154,.17) 0%,rgba(46,204,154,0) 52%),linear-gradient(160deg,#13294f 0%,#0F1F3D 46%,#0A1730 100%); /* @kind other */
  --gradient-closing:linear-gradient(165deg,#13294f 0%,#0F1F3D 50%,#0A1730 100%); /* @kind other */
  --gradient-highlight:linear-gradient(160deg,rgba(46,204,154,.20),rgba(46,204,154,.05)); /* @kind other */
  --gradient-hero-light:linear-gradient(180deg,#F9FAFB 0%,#FFFFFF 100%); /* @kind other */
  --gradient-photo-veil:linear-gradient(180deg,rgba(15,31,61,.75),rgba(15,31,61,.45)); /* @kind other */

  --pattern-grid:url("../master/master-84-470f2dd911.svg"); /* @kind other */
  --pattern-dots:url("../master/master-85-c9017d8b12.svg"); /* @kind other */
  --pattern-diagonal:url("../master/master-86-b221e6ec11.svg"); /* @kind other */
}

:root{
  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --duration-fast:150ms; /* @kind other */
  --duration-base:220ms; /* @kind other */
  --duration-slow:400ms; /* @kind other */
  --lift-hover:-2px; /* @kind other */
}




  html{scroll-behavior:smooth;}
  body{margin:0;background:#fff;-webkit-font-smoothing:antialiased;}
  a{color:#1E4FA0;text-decoration:none;}
  a:hover{color:#0F1F3D;}
  input::placeholder{color:#6B7280;}
