:root{--navy-deep:#04101e;--navy:#0a2540;--navy-mid:#112f4d;--navy-soft:rgba(10,37,64,.04);--ivory:#f5f2ea;--ivory-warm:#efead8;--ink:#0a0a0a;--ink-mute:hsla(0,0%,4%,.66);--ink-faint:hsla(0,0%,4%,.4);--white-mute:hsla(0,0%,100%,.72);--white-faint:hsla(0,0%,100%,.46);--white-rule:hsla(0,0%,100%,.12);--orange:#f08a24;--orange-deep:#d9711a;--orange-faint:rgba(240,138,36,.12);--gold:#c9a24e;--column:1240px;--measure:760px;--font-serif:var(--font-newsreader),Georgia,"Times New Roman",serif;--font-sans:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}html.ed-mode,html.ed-mode body{background:var(--navy-deep);color:var(--ivory)}html.ed-mode body{margin:0;font-family:var(--font-sans);font-size:17px;line-height:1.6;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","kern"}html.ed-mode a{color:inherit}html.ed-mode ::-moz-selection{background:var(--orange);color:var(--navy-deep)}html.ed-mode ::selection{background:var(--orange);color:var(--navy-deep)}.ed-header{position:sticky;top:0;z-index:50;background:rgba(4,16,30,.86);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--white-rule)}.ed-header__inner{max-width:var(--column);margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}.ed-brand{display:inline-flex;align-items:center;text-decoration:none;color:var(--ivory)}.ed-brand__logo{display:block;height:44px;width:auto}.ed-brand__mark{color:var(--ivory);font-family:var(--font-sans);font-size:1.32rem;font-weight:700;letter-spacing:.12em}.ed-nav{display:flex;align-items:center;gap:32px}.ed-nav__link{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--white-mute);transition:color .16s ease}.ed-nav__link:hover{color:var(--orange)}.ed-nav__cta{font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--navy-deep);background:var(--orange);padding:12px 22px;transition:background-color .16s ease,transform .16s ease}.ed-nav__cta:hover{background:var(--orange-deep);transform:translateY(-1px)}@media (max-width:880px){.ed-header__inner{flex-direction:column;align-items:flex-start;gap:14px}.ed-nav{gap:20px;flex-wrap:wrap}}.ed-hero{position:relative;background:var(--navy-deep);overflow:hidden;border-bottom:1px solid var(--white-rule);min-height:720px;display:flex;align-items:center}.ed-hero__photo{position:absolute;inset:0;z-index:0}.ed-hero__photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ed-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,16,30,.5),rgba(4,16,30,.68) 55%,rgba(4,16,30,.86)),linear-gradient(90deg,rgba(4,16,30,.62),rgba(4,16,30,.22) 60%,rgba(4,16,30,.1))}.ed-hero__grid{position:absolute;inset:0;background-image:linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(180deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:48px 48px;z-index:2;mask-image:radial-gradient(ellipse at 30% 50%,#000 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 30% 50%,#000 30%,transparent 75%)}.ed-hero__inner{position:relative;z-index:3;max-width:var(--column);margin:0 auto;padding:140px 32px 120px;width:100%}.ed-eyebrow{display:inline-block;font-size:.74rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin:0 0 28px;padding-bottom:6px;border-bottom:1px solid var(--orange)}.ed-headline{font-family:var(--font-sans);font-weight:700;font-size:clamp(2.8rem,6vw,5.2rem);line-height:1.02;letter-spacing:-.025em;margin:0 0 32px;max-width:1080px;color:var(--ivory)}.ed-headline__accent{color:var(--orange)}.ed-lead{font-family:var(--font-sans);font-weight:400;font-size:clamp(1.18rem,1.6vw,1.42rem);line-height:1.55;max-width:820px;margin:0 0 48px;color:var(--white-mute)}.ed-support{font-family:var(--font-serif);font-style:italic;font-size:1.1rem;color:var(--white-faint);margin:40px 0 0;max-width:var(--measure);line-height:1.5}.ed-hero__proof{margin-top:80px;padding-top:36px;border-top:1px solid var(--white-rule);display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.ed-hero__proof-item{font-size:.98rem;line-height:1.55;color:var(--white-mute);padding-right:24px}.ed-hero__proof-item strong{display:block;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}@media (max-width:820px){.ed-hero__inner{padding:96px 24px 80px}.ed-hero__proof{grid-template-columns:1fr;gap:22px}}.ed-section{position:relative;padding:120px 32px;overflow:hidden}.ed-section__photo{position:absolute;inset:0;z-index:0}.ed-section__photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ed-section__overlay{position:absolute;inset:0;z-index:1}.ed-section__overlay--dark{background:linear-gradient(180deg,rgba(4,16,30,.66),rgba(4,16,30,.82))}.ed-section__overlay--light{background:linear-gradient(180deg,hsla(44,35%,94%,.78),hsla(44,35%,94%,.9))}.ed-section>.ed-section__inner{position:relative;z-index:2}.ed-section--dark{background:var(--navy)}.ed-section--dark,.ed-section--deep{color:var(--ivory);border-bottom:1px solid var(--white-rule)}.ed-section--deep{background:var(--navy-deep)}.ed-section--light{background:var(--ivory);color:var(--ink);border-bottom:1px solid hsla(0,0%,4%,.08)}.ed-section--warm{background:var(--ivory-warm);color:var(--ink);border-bottom:1px solid hsla(0,0%,4%,.1)}.ed-section__inner{max-width:var(--column);margin:0 auto}.ed-kicker{font-size:.74rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin:0 0 28px;display:inline-block;padding-bottom:6px;border-bottom:1px solid var(--orange)}.ed-h2{font-family:var(--font-sans);font-weight:700;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.06;letter-spacing:-.022em;margin:0 0 36px;max-width:1080px}.ed-section--dark .ed-h2,.ed-section--deep .ed-h2{color:var(--ivory)}.ed-section--light .ed-h2,.ed-section--warm .ed-h2{color:var(--navy)}.ed-h3{font-family:var(--font-sans);font-weight:600;font-size:1.36rem;line-height:1.28;letter-spacing:-.01em;margin:0 0 16px}.ed-body{font-size:1.08rem;line-height:1.72;max-width:820px;margin:0 0 20px}.ed-section--dark .ed-body,.ed-section--deep .ed-body{color:var(--white-mute)}.ed-body--lead{font-size:clamp(1.22rem,1.7vw,1.5rem);line-height:1.45;font-weight:500;max-width:920px}.ed-body--note{font-size:.96rem;font-style:italic;opacity:.75}.ed-pull{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.36rem,2vw,1.7rem);line-height:1.4;max-width:880px;margin:56px 0;padding:36px 40px;background:var(--orange-faint);border-left:4px solid var(--orange)}.ed-section--light .ed-pull,.ed-section--warm .ed-pull{color:var(--navy)}.ed-pull__label{display:block;font-family:var(--font-sans);font-style:normal;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}.ed-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.ed-cards--three{grid-template-columns:repeat(3,1fr)}@media (max-width:880px){.ed-cards,.ed-cards--three{grid-template-columns:1fr}}.ed-card{position:relative;padding:36px 32px;background:hsla(0,0%,100%,.03);border:1px solid var(--white-rule);transition:transform .22s ease,border-color .22s ease,background-color .22s ease}.ed-card:hover{transform:translateY(-4px);border-color:var(--orange);background:rgba(240,138,36,.04)}.ed-section--light .ed-card,.ed-section--warm .ed-card{background:#fff;border-color:hsla(0,0%,4%,.12)}.ed-section--light .ed-card:hover,.ed-section--warm .ed-card:hover{border-color:var(--orange);background:#fff;box-shadow:0 12px 32px rgba(10,37,64,.08)}.ed-card__roman{display:block;font-family:var(--font-serif);font-size:1.36rem;color:var(--orange);margin-bottom:16px;font-feature-settings:"lnum","tnum"}.ed-card__title{font-family:var(--font-sans);font-weight:600;font-size:1.32rem;line-height:1.28;letter-spacing:-.008em;margin:0 0 14px}.ed-section--light .ed-card__title,.ed-section--warm .ed-card__title{color:var(--navy)}.ed-card__text{font-size:1rem;line-height:1.7;margin:0 0 14px}.ed-card__text:last-child{margin-bottom:0}.ed-section--dark .ed-card__text,.ed-section--deep .ed-card__text{color:var(--white-mute)}.ed-card__text--locked{padding-left:18px;border-left:3px solid var(--orange);font-style:italic;font-family:var(--font-serif);font-size:1.04rem}.ed-card__text--note{font-size:.9rem;opacity:.7;font-style:italic}.ed-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:56px;border-top:1px solid var(--white-rule);border-bottom:1px solid var(--white-rule)}.ed-section--light .ed-stat-strip,.ed-section--warm .ed-stat-strip{border-color:hsla(0,0%,4%,.12)}.ed-stat{padding:32px 28px 32px 0;border-right:1px solid var(--white-rule)}.ed-section--light .ed-stat,.ed-section--warm .ed-stat{border-right-color:hsla(0,0%,4%,.12)}.ed-stat:last-child{border-right:none}.ed-stat__label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}.ed-stat__text{font-family:var(--font-sans);font-size:1.14rem;line-height:1.45;font-weight:500}@media (max-width:820px){.ed-stat-strip{grid-template-columns:1fr}.ed-stat{border-right:none;border-bottom:1px solid var(--white-rule);padding:22px 0}.ed-section--light .ed-stat,.ed-section--warm .ed-stat{border-bottom-color:hsla(0,0%,4%,.12)}.ed-stat:last-child{border-bottom:none}}.ed-method{margin-top:40px;border-top:1px solid var(--white-rule)}.ed-section--light .ed-method,.ed-section--warm .ed-method{border-top-color:hsla(0,0%,4%,.12)}.ed-method__row{display:grid;grid-template-columns:280px 1fr;gap:32px;padding:22px 0;border-bottom:1px solid var(--white-rule);align-items:baseline}.ed-section--light .ed-method__row,.ed-section--warm .ed-method__row{border-bottom-color:hsla(0,0%,4%,.12)}.ed-method__label{font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange)}.ed-method__value{font-size:1.08rem;line-height:1.55}@media (max-width:720px){.ed-method__row{grid-template-columns:1fr;gap:8px}}.ed-figure{margin:56px 0;padding:24px;background:#fff;border:1px solid hsla(0,0%,4%,.08);box-shadow:0 24px 60px rgba(0,0,0,.32)}.ed-section--light .ed-figure,.ed-section--warm .ed-figure{box-shadow:0 12px 36px rgba(10,37,64,.08)}.ed-figure--bleed{padding:0;background:var(--navy-deep);border:1px solid var(--white-rule)}.ed-figure img{display:block;width:100%;height:auto}.ed-figure__caption{font-size:.92rem;color:var(--ink-mute);font-style:italic;margin-top:18px;max-width:var(--measure);line-height:1.55}.ed-section--dark .ed-figure__caption,.ed-section--deep .ed-figure__caption{color:var(--white-faint)}.ed-cta{display:inline-flex;align-items:center;justify-content:center;padding:18px 36px;background:var(--orange);color:var(--navy-deep);font-family:var(--font-sans);font-size:.86rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.ed-cta:hover{background:var(--orange-deep);transform:translateY(-2px)}.ed-cta--ghost{background:transparent;color:inherit;border:1px solid}.ed-cta--ghost:hover{background:var(--ivory);color:var(--navy-deep);transform:translateY(-2px)}.ed-section--light .ed-cta--ghost,.ed-section--warm .ed-cta--ghost{color:var(--navy);border-color:var(--navy)}.ed-section--light .ed-cta--ghost:hover,.ed-section--warm .ed-cta--ghost:hover{background:var(--navy);color:var(--ivory)}.ed-cta-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:48px}.ed-textlink{color:var(--orange);text-decoration:none;border-bottom:1px solid var(--orange);padding-bottom:2px}.ed-textlink:hover{color:var(--orange-deep);border-bottom-color:var(--orange-deep)}.ed-subhead{margin-top:96px;padding-top:36px;border-top:1px solid var(--white-rule)}.ed-section--light .ed-subhead,.ed-section--warm .ed-subhead{border-top-color:hsla(0,0%,4%,.12)}.ed-subhead__kicker{font-size:.74rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:18px}.ed-subhead__title{font-family:var(--font-sans);font-weight:700;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.18;letter-spacing:-.014em;margin:0 0 14px}.ed-section--dark .ed-subhead__title,.ed-section--deep .ed-subhead__title{color:var(--ivory)}.ed-section--light .ed-subhead__title,.ed-section--warm .ed-subhead__title{color:var(--navy)}.ed-footer{background:var(--navy-deep);color:var(--white-mute);padding:80px 32px 48px;border-top:1px solid var(--white-rule)}.ed-footer__inner{max-width:var(--column);margin:0 auto}.ed-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:56px;padding-bottom:56px;border-bottom:1px solid var(--white-rule)}.ed-footer__brand{font-family:var(--font-sans);font-size:1.42rem;font-weight:700;letter-spacing:.12em;color:var(--ivory)}.ed-footer__logo{display:block;height:56px;width:auto;margin-bottom:8px}.ed-footer__brand-line{font-size:.94rem;color:var(--white-mute);margin-top:14px;line-height:1.6;max-width:440px}.ed-footer__nav-block{display:flex;flex-direction:column;gap:12px}.ed-footer__nav-label{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.ed-footer__nav-block a{font-size:.96rem;color:var(--white-mute);text-decoration:none;letter-spacing:0;transition:color .16s ease}.ed-footer__nav-block a:hover{color:var(--orange)}.ed-footer__bottom{padding-top:36px;display:flex;flex-direction:column;gap:22px}.ed-footer__legal{font-size:.92rem;color:var(--white-faint);line-height:1.7;max-width:820px}.ed-footer__meta{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--white-faint)}@media (max-width:820px){.ed-footer__top{grid-template-columns:1fr;gap:32px}}.orreg-arch{margin:56px 0;display:flex;flex-direction:column;gap:14px}.orreg-arch__row{display:grid;grid-template-columns:minmax(0,1fr) 72px 300px;align-items:stretch;gap:0}.orreg-arch__row--gap,.orreg-arch__row--tag{grid-template-columns:1fr}.orreg-arch__row--product{margin-top:8px}.orreg-arch__layer{background:var(--navy);color:var(--ivory);padding:22px 28px;border-radius:4px;border:1px solid hsla(0,0%,100%,.05)}.orreg-arch__layer--position{background:var(--navy-deep);border:1px solid var(--orange)}.orreg-arch__layer-head{display:flex;align-items:baseline;gap:12px;margin-bottom:10px}.orreg-arch__layer-number{letter-spacing:.08em;min-width:24px}.orreg-arch__layer-number,.orreg-arch__layer-title{font-family:var(--font-sans);font-weight:700;font-size:1rem;color:var(--ivory)}.orreg-arch__layer-title{letter-spacing:.14em;text-transform:uppercase}.orreg-arch__layer-body{display:flex;flex-direction:column;gap:4px}.orreg-arch__chips{font-size:.9rem;color:var(--ivory);margin:0;letter-spacing:.04em;line-height:1.55}.orreg-arch__caption{font-size:.86rem;color:var(--white-mute);margin:0;line-height:1.55}.orreg-arch__caption--note{font-style:italic;color:var(--white-faint)}.orreg-arch__pills-block{margin-top:14px}.orreg-arch__pills-block:first-of-type{margin-top:4px}.orreg-arch__pills-label{font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--orange);margin:0 0 10px;text-transform:uppercase}.orreg-arch__pills{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.orreg-arch__pill{padding:10px 8px;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-align:center;border-radius:3px;color:#fff;text-transform:uppercase}.orreg-arch__pill--green-deep{background:#2d7a4a}.orreg-arch__pill--green{background:#4a9e5f}.orreg-arch__pill--orange{background:#d9711a}.orreg-arch__pill--red{background:#b73e3e}.orreg-arch__pill--steel{background:#4a5b78}@media (max-width:720px){.orreg-arch__pills{grid-template-columns:repeat(2,1fr)}}.orreg-arch__connector{position:relative;align-self:stretch}.orreg-arch__connector:before{content:"";position:absolute;top:50%;left:14px;right:0;border-top:1.5px dashed var(--orange)}.orreg-arch__connector:after{content:"";position:absolute;top:50%;left:4px;width:10px;height:10px;border-radius:50%;background:var(--orange);transform:translateY(-50%);box-shadow:0 0 0 3px rgba(240,138,36,.18)}.orreg-arch__instrument{padding:18px 20px;border:1px solid var(--ink-rule);background:#fff;align-self:center;border-radius:4px;transition:border-color .16s ease,box-shadow .16s ease}.orreg-arch__instrument:hover{border-color:var(--orange);box-shadow:0 6px 18px rgba(10,37,64,.08)}.orreg-arch__inst-title{font-family:var(--font-sans);font-weight:700;font-size:1.04rem;color:var(--navy);margin:0 0 6px;letter-spacing:.01em}.orreg-arch__inst-body{font-size:.86rem;color:var(--ink-mute);line-height:1.55;margin:0}.orreg-arch__rail-head{padding:8px 0 0 4px;align-self:start}.orreg-arch__rail-label{font-size:.72rem;font-weight:700;letter-spacing:.18em;color:var(--ink-mute);margin:0 0 6px;text-transform:uppercase}.orreg-arch__rail-label--orange{color:var(--orange)}.orreg-arch__rail-sub{font-size:.86rem;font-style:italic;color:var(--ink-mute);margin:0;line-height:1.55}.orreg-arch__tag{font-size:.72rem;font-weight:700;letter-spacing:.18em;color:var(--orange);margin:4px 0;text-transform:uppercase}.orreg-arch__gap{background:#fbe6d2;border:2px solid var(--orange);border-radius:4px;padding:28px 32px;text-align:center}.orreg-arch__gap-label{font-size:.74rem;font-weight:700;letter-spacing:.2em;color:var(--orange);margin:0 0 12px;text-transform:uppercase}.orreg-arch__gap-title{font-family:var(--font-sans);font-weight:700;font-size:clamp(1.6rem,2.4vw,2rem);letter-spacing:.04em;color:var(--navy);margin:0 0 14px;text-transform:uppercase}.orreg-arch__gap-body{font-size:1rem;color:var(--navy);margin:0 auto;line-height:1.55;max-width:720px}.orreg-arch__product{padding:20px 22px;background:#fbe6d2;border:2px solid var(--orange);align-self:start;border-radius:4px}.orreg-arch__product .orreg-arch__inst-body,.orreg-arch__product .orreg-arch__inst-title{color:var(--navy)}@media (max-width:880px){.orreg-arch__row,.orreg-arch__row--connected{grid-template-columns:1fr}.orreg-arch__connector{display:none}.orreg-arch__instrument,.orreg-arch__product{margin-top:8px;align-self:stretch}.orreg-arch__row--product .orreg-arch__rail-gap{display:none}}.ed-rule{height:1px;background:var(--white-rule);border:none;margin:56px 0}.ed-section--light .ed-rule,.ed-section--warm .ed-rule{background:hsla(0,0%,4%,.12)}.ed-rule--orange{background:var(--orange);height:2px;max-width:80px;margin:0 0 32px}.ed-library{list-style:none;padding:0;margin:32px 0 0}.ed-library__item{border-top:1px solid var(--ink-rule);padding:28px 0}.ed-library__item:last-child{border-bottom:1px solid var(--ink-rule)}.ed-library__row{display:grid;grid-template-columns:60px 1fr;gap:28px;align-items:baseline}.ed-library__num{font-family:var(--font-serif);font-size:1.18rem;color:var(--ink-mute);font-feature-settings:"lnum","tnum"}.ed-library__body{min-width:0}.ed-library__head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:8px}.ed-library__title{font-family:var(--font-sans);font-size:1.18rem;font-weight:600;letter-spacing:-.004em;color:var(--navy);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .16s ease}a.ed-library__title:hover{border-bottom-color:var(--navy)}.ed-library__meta,.ed-library__title--unpublished{color:var(--ink-mute)}.ed-library__meta{font-family:var(--font-sans);font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.ed-library__meta--note{color:var(--ink-faint);font-style:italic}.ed-library__desc{font-size:1rem;line-height:1.65;color:var(--ink);margin:0;max-width:760px}@media (max-width:640px){.ed-library__row{grid-template-columns:1fr;gap:10px}.ed-library__num{font-size:.86rem;letter-spacing:.18em;text-transform:uppercase}.ed-library__head{flex-direction:column;align-items:flex-start;gap:6px}}.bf-form{gap:22px;margin-top:8px}.bf-field,.bf-form{display:flex;flex-direction:column}.bf-field{gap:8px}.bf-field__label{font-family:var(--font-sans);font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--white-mute)}.bf-field__input{width:100%;padding:14px 16px;font-family:var(--font-sans);font-size:1rem;color:var(--ivory);background:hsla(0,0%,100%,.04);border:1px solid var(--white-rule);border-radius:0;outline:none;transition:border-color .16s ease,background-color .16s ease}.bf-field__input:focus{border-color:var(--orange);background:hsla(0,0%,100%,.06)}.bf-field__error{font-size:.86rem}.bf-error,.bf-field__error{color:var(--orange);margin:0}.bf-error{font-size:.92rem}.bf-success{padding:24px 28px;border-left:3px solid var(--orange);background:rgba(240,138,36,.06)}.bf-success__title{font-family:var(--font-sans);font-size:1.14rem;font-weight:600;color:var(--ivory);margin:0}.bf-success__body{font-size:1rem;line-height:1.6;color:var(--white-mute);margin:12px 0 0}.ed-comparison{width:100%;margin-top:40px;border-collapse:collapse;font-family:var(--font-sans);font-size:.96rem}.ed-comparison thead th{text-align:left;padding:14px 16px 14px 0;font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);border-bottom:1px solid var(--ink)}.ed-comparison tbody th{text-align:left;padding:18px 16px 18px 0;font-weight:600;font-size:.86rem;letter-spacing:.04em;color:var(--navy);width:200px}.ed-comparison tbody td,.ed-comparison tbody th{vertical-align:top;border-bottom:1px solid var(--ink-rule)}.ed-comparison tbody td{padding:18px 16px;color:var(--ink);line-height:1.55}.ed-comparison tbody tr:last-child td,.ed-comparison tbody tr:last-child th{border-bottom:1px solid var(--ink)}.ed-section--dark .ed-comparison thead th,.ed-section--deep .ed-comparison thead th{color:var(--orange);border-bottom-color:var(--ivory)}.ed-section--dark .ed-comparison tbody th,.ed-section--deep .ed-comparison tbody th{color:var(--ivory);border-bottom-color:var(--white-rule)}.ed-section--dark .ed-comparison tbody td,.ed-section--deep .ed-comparison tbody td{color:var(--white-mute);border-bottom-color:var(--white-rule)}@media (max-width:780px){.ed-comparison,.ed-comparison tbody,.ed-comparison td,.ed-comparison th,.ed-comparison thead,.ed-comparison tr{display:block;width:auto}.ed-comparison thead{display:none}.ed-comparison tbody tr{margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--ink-rule)}.ed-comparison tbody th{padding:12px 0 6px;border-bottom:none}.ed-comparison tbody td{padding:0 0 6px;border-bottom:none}.ed-comparison tbody td:before{content:attr(data-col) " — ";font-weight:600;color:var(--orange);margin-right:4px}}