/* DOYOS editorial refresh. This layer changes presentation only. */
html:has(.editorial-site) {
  --font: Inter, "Helvetica Neue", Arial, sans-serif;
  --max: 1280px;
  --header-h: 86px;
  --radius-xs: 3px;
  --radius-sm: 4px;
  --radius: 5px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --blue: #c1282d;
  --cyan: #c1282d;
  --indigo: #a31f25;
  --violet: #67635e;
  --red: #c1282d;
  --focus: #c1282d;
  --shadow: 0 8px 25px rgb(23 27 34 / 5%);
  --shadow-lg: 0 18px 42px rgb(23 27 34 / 9%);
  --shadow-glow: none;
}
html[data-theme="light"]:has(.editorial-site) {
  --bg: #fff;
  --bg-2: #f4f3f0;
  --surface: #fff;
  --surface-2: #f6f5f2;
  --surface-3: #eeede9;
  --glass: #fff;
  --glass-strong: #fff;
  --text: #171b22;
  --muted: #565a60;
  --subtle: #62666c;
  --line: #dededb;
  --line-strong: #c7c7c3;
  --soft-blue: #f7eaea;
  --soft-violet: #f1efeb;
  --soft-green: #eaf3ee;
  --footer: #191d23;
}
html[data-theme="dark"]:has(.editorial-site) {
  --bg: #181b20;
  --bg-2: #20242a;
  --surface: #22262c;
  --surface-2: #292d33;
  --surface-3: #30353b;
  --glass: #22262c;
  --glass-strong: #22262c;
  --text: #f5f4f0;
  --muted: #c2c4c6;
  --subtle: #afb2b6;
  --line: #3e4349;
  --line-strong: #64676b;
  --blue: #ef7175;
  --cyan: #ef7175;
  --soft-blue: #39272b;
  --soft-violet: #302e2b;
  --soft-green: #263b30;
  --footer: #111418;
}
.editorial-site { font-size: 16px; }
.editorial-site::after,
.editorial-site .aurora,
.editorial-site .cursor-glow,
.editorial-site .site-header::after,
.editorial-site .page-hero::before,
.editorial-site .page-hero::after,
.editorial-site .page-hero-visual::before,
.editorial-site .section::before,
.editorial-site .section-alt::after,
.editorial-site .cta-panel::before,
.editorial-site .cta-panel::after { display: none; }
.editorial-site .container { width: min(var(--max), calc(100% - 96px)); }
.editorial-site h1,
.editorial-site h2,
.editorial-site h3 { font-weight: 600; letter-spacing: -.045em; }
.editorial-site h1 { font-size: clamp(2.65rem, 4.4vw, 4.65rem); line-height: 1.06; }
.editorial-site h2 { font-size: clamp(2rem, 3.15vw, 3.3rem); line-height: 1.14; }
.editorial-site h3 { font-size: 1.45rem; letter-spacing: -.025em; }
.editorial-site p { line-height: 1.7; }
.editorial-site .lead { font-size: clamp(1.04rem, 1.3vw, 1.14rem); line-height: 1.65; }
.editorial-site ::selection { background: #f5cdcd; color: #171b22; }

/* Crisp, stable navigation and accessible controls. */
.editorial-site .risk-bar { background: #f3f2ef; border-bottom: 1px solid #e5e3df; color: #53565a; font-size: .7rem; }
.editorial-site .risk-bar .container { min-height: 34px; height: auto; padding-block: 7px; }
.editorial-site .risk-bar a { color: #9d2227; white-space: nowrap; }
.editorial-site .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }
.editorial-site .site-header.scrolled { box-shadow: none; border-color: var(--line); }
.editorial-site .brand img { height: 38px; width: auto; }
.editorial-site .nav-trigger,
.editorial-site .nav-simple { color: var(--text); font-size: .85rem; font-weight: 550; padding-inline: 10px; }
.editorial-site .desktop-nav { margin-left: 24px; }
.editorial-site .nav-trigger::after,
.editorial-site .nav-simple::after { background: var(--blue); height: 2px; }
.editorial-site .mega-panel { border-radius: 3px; background: var(--surface); backdrop-filter: none; box-shadow: var(--shadow-lg); border-color: var(--line); }
.editorial-site .mega-feature { padding: 20px; background: var(--surface-2); border: 0; }
.editorial-site .mega-link { border-radius: 2px; }
.editorial-site .mega-link:hover { transform: none; }
.editorial-site .mega-icon { background: transparent; color: var(--blue); }
.editorial-site .nav-group:focus-within .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; }
.editorial-site .btn { border-radius: 3px; padding: 14px 23px; font-size: .85rem; font-weight: 650; min-height: 48px; transform: none; box-shadow: none; transition: color .2s, background .2s, border-color .2s; }
.editorial-site .btn:hover,
.editorial-site .btn:active { transform: none; box-shadow: none; }
.editorial-site .btn::after { display: none; }
.editorial-site .btn-primary { background: #c1282d; color: #fff; border: 1px solid #c1282d; }
.editorial-site .btn-primary:hover { background: #a52026; border-color: #a52026; }
.editorial-site .btn-secondary { background: transparent; color: var(--text); border: 1px solid var(--line-strong); }
.editorial-site .btn-secondary:hover { background: var(--surface-3); border-color: var(--text); }
.editorial-site .btn-sm { padding: 10px 17px; min-height: 40px; font-size: .8rem; }
.editorial-site .icon-btn { border-radius: 3px; background: transparent; }
.editorial-site .eyebrow { color: var(--blue); font-size: .69rem; font-weight: 700; letter-spacing: .15em; }
.editorial-site .eyebrow::before { width: 18px; height: 2px; border-radius: 0; background: currentColor; box-shadow: none; animation: none; }

/* One strong image, with generous space around the original page copy. */
.editorial-site .page-hero { background: var(--bg-2); padding: 58px 0 68px; border-bottom: 1px solid var(--line); }
.editorial-site .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 54px; align-items: center; }
.editorial-site .page-hero-grid > div:first-child { padding-block: 10px; min-width: 0; }
.editorial-site .page-hero h1 { margin: 17px 0 24px; max-width: 650px; animation: none; }
.editorial-site .page-hero .eyebrow { animation: none; }
.editorial-site .breadcrumbs { padding: 0; margin-bottom: 38px; border: 0; border-radius: 0; background: none; backdrop-filter: none; font-size: .72rem; flex-wrap: wrap; line-height: 1.5; }
.editorial-site .breadcrumbs::before { display: none; }
.editorial-site .breadcrumbs strong { font-weight: 500; }
.editorial-site .hero-chips { gap: 9px 16px; margin-top: 25px; }
.editorial-site .hero-chip { border: 0; border-radius: 0; padding: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; color: var(--muted); font-weight: 500; font-size: .75rem; }
.editorial-site .hero-chip .icon { color: var(--blue); width: 15px; height: 15px; }
.editorial-site .hero-chip:hover { background: none; transform: none; box-shadow: none; }
.editorial-site .page-hero .hero-actions { gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.editorial-site .hero-note { font-size: .7rem; line-height: 1.5; margin-top: 18px; }
.editorial-site .page-hero-visual { padding: 0; background: #e9e7e2; border: 0; border-radius: 4px; box-shadow: none; min-width: 0; align-self: center; aspect-ratio: 1.18; overflow: hidden; }
.editorial-site .page-hero-visual img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; border-radius: 0; filter: none; transform: none; transition: none; }
.editorial-site .page-hero-visual:hover img { transform: none; }
.editorial-site .editorial-art--illustration { background: var(--surface-3); padding: 22px; }
.editorial-site .editorial-art--illustration img { height: auto; max-height: 410px; }
.editorial-site .editorial-art--corporate img { object-fit: cover; }
.editorial-site .editorial-art,
.editorial-site .visual,
.editorial-site .feature-media,
.editorial-site .article-thumb { position: relative; }
.editorial-site .editorial-art::after,
.editorial-site .visual::after,
.editorial-site .feature-media::after,
.editorial-site .article-thumb::after { content: none; display: none; }
@keyframes editorial-art-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .editorial-site .editorial-art img { animation: editorial-art-arrive 1.1s cubic-bezier(.2,.7,.3,1) both; }
}

/* Restrained panels make product conditions and long documents easier to scan. */
.editorial-site .section { padding: 88px 0; background: var(--bg); }
.editorial-site .section-sm { padding: 44px 0; background: var(--bg); }
.editorial-site .section-alt { background: var(--surface-2); border: 0; }
.editorial-site .section-head { align-items: end; gap: 40px; margin-bottom: 38px; }
.editorial-site .section-head h2 { padding-bottom: 0; margin-top: 13px; }
.editorial-site .section-head h2::after { display: none; }
.editorial-site .section-head p { font-size: .94rem; }
.editorial-site .split { gap: 70px; }
.editorial-site .visual { border-radius: 5px; background: var(--surface-2); box-shadow: none; border: 0; padding: 30px; }
.editorial-site .visual img { filter: none; }
.editorial-site .card,
.editorial-site .account-card,
.editorial-site .document-card,
.editorial-site .resource-card,
.editorial-site .process-card,
.editorial-site .office-card,
.editorial-site .article-card,
.editorial-site .payment-card { background: var(--surface); backdrop-filter: none; -webkit-backdrop-filter: none; border-color: var(--line); border-radius: 4px; box-shadow: none; }
.editorial-site .card { padding: 32px; }
.editorial-site .card:hover,
.editorial-site .account-card:hover,
.editorial-site .document-card:hover,
.editorial-site .resource-card:hover,
.editorial-site .office-card:hover,
.editorial-site .article-card:hover { transform: none; background: var(--surface); box-shadow: none; border-color: var(--line-strong); }
.editorial-site .card::before,
.editorial-site .card::after,
.editorial-site .account-card::before,
.editorial-site .document-card::after,
.editorial-site .resource-card::after,
.editorial-site .office-card::after,
.editorial-site .article-card::after { display: none; }
.editorial-site .icon-box { border-radius: 0; background: transparent; color: var(--blue); box-shadow: none; border: 0; width: 35px; height: 35px; }
.editorial-site .card:hover .icon-box { transform: none; }
.editorial-site .icon-box .icon { width: 28px; height: 28px; }
.editorial-site .account-grid { gap: 22px; }
.editorial-site .account-card { padding: 35px 30px; border-top: 3px solid var(--line-strong); }
.editorial-site .account-card.featured { background: var(--surface); border: 1px solid var(--line); border-top: 3px solid #c1282d; box-shadow: none; }
.editorial-site .account-card.featured:hover { box-shadow: none; transform: none; }
.editorial-site .account-card.featured::after { background: transparent; color: var(--blue); box-shadow: none; border-radius: 0; }
.editorial-site .tag { background: transparent; border: 0; padding: 0; border-radius: 0; color: var(--blue); margin-bottom: 22px; }
.editorial-site .price-line strong,
.editorial-site .stat strong,
.editorial-site .hero-kpi strong { background: none; color: var(--text); -webkit-text-fill-color: var(--text); }
.editorial-site .account-spec { gap: 16px; padding: 13px 0; font-size: .84rem; }
.editorial-site .account-spec b { text-align: right; }
.editorial-site .account-card .btn { margin-top: 26px; }
.editorial-site .quick-nav { background: var(--surface); backdrop-filter: none; box-shadow: none; border-bottom: 1px solid var(--line); }
.editorial-site .quick-nav-inner { gap: 24px; padding: 0; }
.editorial-site .quick-nav-inner a { border-radius: 0; padding: 20px 0; border-bottom: 2px solid transparent; font-size: .82rem; font-weight: 600; }
.editorial-site .quick-nav-inner a:hover,
.editorial-site .quick-nav-inner a.active { background: transparent; color: var(--text); border-bottom-color: var(--blue); }
.editorial-site .table-wrap { border-radius: 4px; box-shadow: none; }
.editorial-site .data-table th { background: var(--surface-2); color: var(--text); font-size: .72rem; padding: 19px 22px; }
.editorial-site .data-table td { padding: 18px 22px; }
.editorial-site .data-table tbody tr:hover { background: var(--surface-2); }
.editorial-site .risk-callout { border: 0; border-left: 3px solid #c1282d; background: var(--surface-2); border-radius: 0; padding: 22px 25px; }
.editorial-site .risk-callout p { font-size: .85rem; }
.editorial-site .legal-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 76px; }
.editorial-site .legal-nav { padding-right: 24px; border-right: 1px solid var(--line); gap: 3px; }
.editorial-site .legal-nav a { padding: 11px 13px; border-radius: 0; font-size: .8rem; font-weight: 500; }
.editorial-site .legal-nav a.active { color: var(--blue); background: var(--surface-2); box-shadow: inset 2px 0 0 var(--blue); }
.editorial-site .legal-nav a:hover { transform: none; }
.editorial-site :is(.legal-content, .legal-layout .prose) { max-width: 820px; }
.editorial-site :is(.legal-content, .legal-layout .prose) h2 { font-size: clamp(1.6rem, 2.5vw, 2.3rem); margin-top: 1.6em; }
.editorial-site :is(.legal-content, .legal-layout .prose) h2:first-child { margin-top: 0; }
.editorial-site :is(.legal-content, .legal-layout .prose) p,
.editorial-site :is(.legal-content, .legal-layout .prose) li { font-size: .98rem; line-height: 1.85; }
.editorial-site :is(.legal-content, .legal-layout .prose) .card { margin-bottom: 20px; padding: 28px; }
.editorial-site .faq-list details { border-radius: 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; padding: 0 0 20px; }
.editorial-site .faq-list summary { padding: 18px 32px 0 0; font-weight: 550; }
.editorial-site .faq-list details[open] { background: transparent; }
.editorial-site .faq-list details p { padding-top: 16px; }
.editorial-site .cta-panel { background: var(--surface-2); border: 0; border-radius: 5px; padding: 50px; box-shadow: none; }
.editorial-site .cta-panel h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); }
.editorial-site .trust-strip { background: var(--surface); border-radius: 3px; box-shadow: none; border-color: var(--line); }
.editorial-site .site-footer { --text: #f8f7f3; --muted: #b8babd; --subtle: #b8babd; --line: #42464c; background: #191d23; }
.editorial-site .regulatory-box { background: transparent; box-shadow: none; border-color: #42464c; }
.editorial-site .cookie-banner { border-radius: 4px; box-shadow: var(--shadow-lg); background: var(--surface); border: 1px solid var(--line); }

/* The four older routes share the same image-led hero without changing their copy. */
[data-editorial-legacy] .page-hero { padding: 64px 0; background: #f4f3f0; text-align: left; }
[data-editorial-legacy] .page-hero::before,
[data-editorial-legacy] .page-hero::after { display: none; }
[data-editorial-legacy] .page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 50px; align-items: center; }
[data-editorial-legacy] .page-hero h1 { font-size: clamp(2.8rem, 4.4vw, 4.7rem); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; color: #171b22; }
[data-editorial-legacy] .page-hero h1 span { color: #c1282d !important; }
[data-editorial-legacy] .page-hero p { color: #565a60; font-size: 1.05rem; line-height: 1.7; }
[data-editorial-legacy] .page-hero .crumb { margin-bottom: 32px; color: #62666c; font-size: .74rem; }
[data-editorial-legacy] .page-hero .chips,
[data-editorial-legacy] .page-hero .row { justify-content: flex-start !important; }
[data-editorial-legacy] .page-hero .chips .chip { background: none; border: 0; padding: 0; border-radius: 0; font-size: .78rem; color: #565a60; }
[data-editorial-legacy] .page-hero-visual { aspect-ratio: 1.18; overflow: hidden; background: #e9e7e2; border-radius: 4px; }
[data-editorial-legacy] .page-hero-visual img { width: 100%; height: 100%; object-fit: contain; }
[data-editorial-legacy] .editorial-art--corporate img { object-fit: cover; }

@media (max-width: 1180px) {
  .editorial-site .container { width: min(var(--max), calc(100% - 56px)); }
  .editorial-site .desktop-nav { margin-left: 12px; }
  .editorial-site .nav-trigger,
  .editorial-site .nav-simple { padding-inline: 8px; }
  .editorial-site .page-hero-grid { gap: 34px; }
  .editorial-site .cta-panel { grid-template-columns: 1fr; }
  .editorial-site .cta-actions { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .editorial-site .page-hero { padding: 36px 0 44px; }
  .editorial-site .page-hero-grid,
  [data-editorial-legacy] .page-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .editorial-site .page-hero h1 { max-width: 680px; }
  .editorial-site .page-hero-visual,
  [data-editorial-legacy] .page-hero-visual { width: 100%; aspect-ratio: 1.6; max-height: 460px; }
  .editorial-site .breadcrumbs { margin-bottom: 28px; }
  .editorial-site .section { padding: 62px 0; }
  .editorial-site .section-head { gap: 16px; }
  .editorial-site .split { gap: 34px; }
  .editorial-site .legal-layout { gap: 35px; grid-template-columns: 190px minmax(0, 1fr); }
  .editorial-site .legal-nav { padding-right: 12px; }
}
@media (max-width: 640px) {
  .editorial-site .container { width: calc(100% - 36px); }
  .editorial-site .risk-bar .container { font-size: .62rem; gap: 4px; flex-wrap: wrap; padding-block: 7px; text-align: center; }
  .editorial-site .risk-bar a { font-size: inherit; }
  .editorial-site .brand img { height: 32px; }
  .editorial-site .nav-shell { height: 72px; }
  .editorial-site .nav-actions { gap: 7px; }
  .editorial-site .nav-actions .btn-sm { padding-inline: 13px; }
  .editorial-site h1 { font-size: 2.65rem; }
  .editorial-site h2 { font-size: 2rem; }
  .editorial-site .page-hero h1 { margin-top: 16px; margin-bottom: 20px; }
  .editorial-site .page-hero .lead { font-size: 1rem; }
  .editorial-site .page-hero-grid { gap: 30px; }
  .editorial-site .hero-chips { row-gap: 12px; }
  .editorial-site .hero-actions .btn { padding-inline: 18px; }
  .editorial-site .page-hero-visual { aspect-ratio: 1.25; }
  .editorial-site .section { padding: 50px 0; }
  .editorial-site .section-head { margin-bottom: 28px; }
  .editorial-site .card,
  .editorial-site .account-card { padding: 27px 24px; }
  .editorial-site .account-grid { grid-template-columns: minmax(0, 1fr); }
  .editorial-site .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .editorial-site .legal-nav { position: static; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-site .legal-nav a { font-size: .75rem; padding: 8px 10px; }
  .editorial-site :is(.legal-content, .legal-layout .prose) p,
  .editorial-site :is(.legal-content, .legal-layout .prose) li { font-size: .94rem; }
  .editorial-site .cta-panel { padding: 32px 24px; gap: 22px; }
  .editorial-site .cta-actions { flex-wrap: wrap; }
  .editorial-site .quick-nav-inner { gap: 22px; }
  .editorial-site .quick-nav-inner a { font-size: .76rem; padding-block: 16px; }
  .editorial-site .table-wrap { max-width: 100%; }
  .editorial-site .data-table td,
  .editorial-site .data-table th { padding: 15px; }
  [data-editorial-legacy] .page-hero { padding: 36px 0; }
  [data-editorial-legacy] .page-hero h1 { font-size: 2.75rem; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial-site *, .editorial-site *::before, .editorial-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .editorial-site .reveal { opacity: 1; transform: none; }
  .editorial-site .editorial-art img { transform: none; }
}

/* Keep document content available when scripts are unavailable. */
html.no-js .editorial-site .reveal { opacity: 1; transform: none; }

/* Anchor desktop menus to the full header so every column stays on screen. */
@media (min-width: 1121px) {
  .editorial-site .nav-shell { position: relative; }
  .editorial-site .desktop-nav { align-self: stretch; }
  .editorial-site .nav-group { position: static; align-self: stretch; display: flex; align-items: center; }
  .editorial-site .mega-panel {
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    transform: none;
    margin-top: 0;
    padding: 28px;
    max-height: calc(100dvh - var(--header-h) - 36px);
    overflow-y: auto;
  }
  .editorial-site .mega-grid { grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr)); }
}
.editorial-site .legal-nav a { white-space: normal; }

@media (max-width: 900px) {
  [data-editorial-legacy] .header .actions { display: flex; margin-left: auto; }
  [data-editorial-legacy] .header .nav { flex-wrap: nowrap; }
  [data-editorial-legacy] .header .burger { display: block; }
}
/* Professional page compositions — September 2026. */
html:has(.professional-nested) {
  --font: "Doyos Sans", Inter, Arial, sans-serif;
  --max: 1280px;
  --header-h: 136px;
  --radius-xs: 0;
  --radius-sm: 0;
  --radius: 0;
  --radius-lg: 0;
  --radius-xl: 0;
}
html[data-theme="light"]:has(.professional-nested) {
  --bg: #fff;
  --bg-2: #f5f6f7;
  --surface: #fff;
  --surface-2: #f5f6f7;
  --surface-3: #eceef0;
  --text: #101114;
  --muted: #53565b;
  --subtle: #606368;
  --line: #dfe1e3;
  --line-strong: #a8adb2;
  --soft-violet: #f5f6f7;
  --glass: #fff;
  --glass-strong: #fff;
}
.professional-nested { font-family: var(--font); font-size: 17px; }
.professional-nested .container { width: min(1280px, calc(100% - 112px)); }
.professional-nested h1, .professional-nested h2, .professional-nested h3 { font-family: var(--font); font-weight: 700; color: var(--text); }
.professional-nested h1 { font-size: clamp(56px, 6.1vw, 88px); letter-spacing: -.055em; line-height: 1.02; text-wrap: initial; }
.professional-nested h2 { font-size: clamp(34px, 3.8vw, 56px); line-height: 1.07; letter-spacing: -.045em; text-wrap: initial; }
.professional-nested h3 { font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.professional-nested p { line-height: 1.7; }
.professional-nested .lead { font-size: 18px; line-height: 1.65; max-width: 590px; }
.professional-nested .eyebrow { font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .12em; color: var(--text); }
.professional-nested .eyebrow::before { display: none; }
.professional-nested .btn { border-radius: 0; min-height: 50px; padding: 14px 24px; font-size: 14px; font-weight: 600; box-shadow: none; }
.professional-nested .btn-secondary { border-color: var(--text); }
.professional-nested .btn-sm { min-height: 42px; padding: 10px 21px; }
.professional-nested .btn-primary { background: #c1282d; border-color: #c1282d; color: #fff; }
.professional-nested .risk-bar { background: #f5f6f7; border: 0; }
.professional-nested .risk-bar .container { min-height: 31px; padding-block: 5px; }
.professional-nested .site-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.professional-nested .site-header.scrolled { background: var(--surface); }
.professional-nested .brand img { height: 36px; }
.professional-nested .nav-trigger, .professional-nested .nav-simple { font-size: 14px; font-weight: 600; color: var(--text); border-radius: 0; padding-inline: 0; }
.professional-nested .nav-trigger:hover, .professional-nested .nav-simple:hover, .professional-nested .nav-group:hover .nav-trigger { background: transparent; }
.professional-nested .nav-trigger::after, .professional-nested .nav-simple::after { left: 0; right: 0; bottom: 0; }
.professional-nested .mega-panel { border-radius: 0; border: 0; border-top: 1px solid var(--line); box-shadow: 0 16px 24px rgb(0 0 0 / 8%); }
.professional-nested .mega-feature { background: var(--surface-2); padding: 27px; }
.professional-nested .mega-feature h3 { font-size: 25px; }
.professional-nested .mega-link b { font-size: 14px; font-weight: 600; }
.professional-nested .mega-link small { font-size: 12px; line-height: 1.45; }
.professional-nested .nav-actions { gap: 13px; }
.professional-nested .icon-btn { border: 0; border-radius: 0; }
@media (min-width: 1121px) {
  .professional-nested .nav-shell { height: 136px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 80px 56px; gap: 0; }
  .professional-nested .brand { grid-column: 1; grid-row: 1; align-self: center; }
  .professional-nested .nav-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .professional-nested .desktop-nav { grid-column: 1 / -1; grid-row: 2; height: 56px; margin: 0; gap: 42px; border-top: 1px solid var(--line); align-self: stretch; }
  .professional-nested .nav-group { position: static; align-self: stretch; }
  .professional-nested .nav-trigger, .professional-nested .nav-simple { height: 100%; }
  .professional-nested .nav-simple { display: flex; align-items: center; position: relative; }
  .professional-nested .mega-panel { padding: 32px 0; top: 100%; }
  .professional-nested .mega-grid { grid-template-columns: 1.1fr repeat(3,minmax(0,1fr)); gap: 25px; }
}
/* White space, strong type, and artwork that reaches the edge of the page. */
.professional-nested .page-hero { padding: 40px 0 56px; background: var(--bg); border: 0; }
.professional-nested .page-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 48px; position: relative; }
.professional-nested .page-hero-grid > div:first-child { padding: 0; position: relative; z-index: 2; }
.professional-nested .breadcrumbs { font-size: 11px; line-height: 1.5; margin: 0 0 35px; color: var(--muted); gap: 8px; }
.professional-nested .breadcrumbs strong { font-weight: 400; color: var(--muted); }
.professional-nested .page-hero h1 { margin: 20px 0 24px; max-width: 820px; text-transform: uppercase; }
.professional-nested .page-hero .lead { margin-bottom: 24px; }
.professional-nested .hero-chips { margin-top: 25px; gap: 12px 18px; }
.professional-nested .hero-chip { font-size: 12px; font-weight: 500; }
.professional-nested .hero-chip .icon { color: #c1282d; }
.professional-nested .page-hero .hero-actions { margin-top: 30px; gap: 12px; }
.professional-nested .hero-note { margin-top: 18px; font-size: 11px; }
.professional-nested .page-hero-visual { width: calc(100% + max(56px, (100vw - 1280px)/2)); min-height: 430px; align-self: stretch; aspect-ratio: auto; border-radius: 0; background: #f5f6f7; padding: 0; display: block; position: relative; }
.professional-nested .page-hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; max-width: none; max-height: none; border-radius: 0; animation: none; }
.professional-nested .editorial-art--illustration { background: var(--surface-2); }
.professional-nested .editorial-art--illustration img { object-fit: contain; padding: 30px; }
.professional-nested .editorial-art::after, .professional-nested .visual::after, .professional-nested .feature-media::after, .professional-nested .article-thumb::after { content: none; display: none; }
/* Corporate imagery is taller and the headline reaches into its composition. */
.professional-nested.page-kind-corporate .page-hero { padding-bottom: 0; }
.professional-nested.page-kind-corporate .page-hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 0; }
.professional-nested.page-kind-corporate .page-hero-grid > div:first-child { padding: 28px 48px 55px 0; }
.professional-nested.page-kind-corporate .page-hero h1 { font-size: clamp(64px,6.05vw,88px); max-width: 770px; width: calc(100% + 100px); position: relative; z-index: 2; }
.professional-nested.page-kind-corporate .page-hero-visual { min-height: 670px; }
.professional-nested.page-kind-corporate .page-hero-visual img { object-position: 60% center; }
/* Account pages lead straight into their pricing information. */
.professional-nested.page-kind-account .page-hero { padding-bottom: 50px; }
.professional-nested.page-kind-account .page-hero-grid { grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); gap: 70px; }
.professional-nested.page-kind-account .page-hero h1 { font-size: clamp(48px,4.65vw,67px); max-width: 680px; }
.professional-nested.page-kind-account .page-hero-visual { width: 100%; min-height: 360px; max-height: 475px; align-self: center; }
.professional-nested.page-kind-account .page-hero-visual img { object-fit: cover; }
.professional-nested .account-grid { gap: 24px; align-items: stretch; }
.professional-nested .account-card { padding: 36px 30px; border: 1px solid #bec2c7; border-radius: 3px; background: var(--surface); box-shadow: none; }
.professional-nested .account-card.featured { border: 1px solid #c1282d; background: var(--surface); box-shadow: none; }
.professional-nested .account-card::before, .professional-nested .account-card::after { display: none; }
.professional-nested .account-card.featured::after { display: block; position: static; order: -1; content: "Most popular"; padding: 0; margin-bottom: 13px; color: #c1282d; background: none; border: 0; box-shadow: none; font-size: 10px; line-height: 1.4; letter-spacing: .07em; }
.professional-nested .account-card .tag { margin: 0 0 13px; color: var(--muted); font-size: 10px; line-height: 1.4; font-weight: 600; letter-spacing: .08em; padding: 0; background: none; border: 0; border-radius: 0; }
.professional-nested .account-card.featured .tag { display: block; }
.professional-nested .account-card h3 { font-size: 35px; font-weight: 600; margin-bottom: 20px; }
.professional-nested .account-card p { font-size: 15px; line-height: 1.65; min-height: 100px; }
.professional-nested .price-line { padding: 12px 0 28px; margin-bottom: 4px; }
.professional-nested .price-line strong { font-size: 38px; line-height: 1.1; letter-spacing: -.04em; font-weight: 600; background: none; color: var(--text); -webkit-text-fill-color: var(--text); }
.professional-nested .price-line span { display: block; margin: 7px 0 0; font-size: 12px; }
.professional-nested .account-spec { font-size: 13px; padding: 15px 0; gap: 12px; border-color: var(--line); }
.professional-nested .account-spec b { font-weight: 600; max-width: 54%; }
.professional-nested .account-card .btn { margin-top: 30px; }
.professional-nested .account-card:hover, .professional-nested .account-card.featured:hover { transform: none; box-shadow: none; }
/* Documents use a restrained masthead and a readable continuous text column. */
.professional-nested.page-kind-document .page-hero { padding: 37px 0 46px; border-bottom: 1px solid var(--line); }
.professional-nested.page-kind-document .page-hero-grid { grid-template-columns: minmax(0,1.9fr) minmax(0,1fr); gap: 90px; }
.professional-nested.page-kind-document .breadcrumbs { margin-bottom: 33px; }
.professional-nested.page-kind-document .page-hero h1 { font-size: clamp(43px,4.5vw,64px); max-width: 780px; }
.professional-nested.page-kind-document .page-hero-visual { min-height: 0; height: 310px; align-self: center; width: 100%; }
.professional-nested.page-kind-document .page-hero .lead { max-width: 690px; font-size: 17px; }
.professional-nested.page-kind-document .hero-chips { gap: 14px 20px; margin-top: 19px; }
.professional-nested.page-kind-document .page-hero .hero-actions { margin-top: 25px; }
.professional-nested.page-kind-document .hero-actions .btn { min-height: 44px; padding: 12px 20px; font-size: 13px; }
.professional-nested .quick-nav { top: var(--header-h); background: var(--surface); border-bottom: 1px solid var(--line); }
.professional-nested .quick-nav-inner { gap: 28px; scrollbar-width: thin; }
.professional-nested .quick-nav-inner a { font-size: 12px; padding: 19px 0; }
.professional-nested .legal-layout { grid-template-columns: 220px minmax(0,1fr); gap: 95px; align-items: start; }
.professional-nested .legal-nav { position: sticky; top: 220px; padding: 0 26px 0 0; border-right: 1px solid var(--line); gap: 0; }
.professional-nested .legal-nav h4 { margin: 0 0 18px; font-weight: 600; font-size: 15px; }
.professional-nested .legal-nav a { font-size: 13px; padding: 9px 0; line-height: 1.5; }
.professional-nested .legal-nav a:hover { background: transparent; color: #c1282d; }
.professional-nested .legal-nav a[aria-current="page"], .professional-nested .legal-nav a.active { color: #c1282d; background: transparent; box-shadow: none; font-weight: 600; }
.professional-nested :is(.legal-content,.legal-layout .prose) { max-width: 850px; }
.professional-nested :is(.legal-content,.legal-layout .prose) h2 { font-size: 29px; line-height: 1.2; font-weight: 600; letter-spacing: -.025em; margin: 0 0 20px; }
.professional-nested :is(.legal-content,.legal-layout .prose) p, .professional-nested :is(.legal-content,.legal-layout .prose) li { font-size: 17px; line-height: 1.85; }
.professional-nested .legal-layout .prose section { padding: 36px 0 25px; border-bottom: 1px solid var(--line); scroll-margin-top: 215px; }
.professional-nested .notice { background: var(--surface-2); border: 0; border-radius: 0; padding: 25px 28px; font-size: 14px; line-height: 1.7; color: var(--muted); }
/* Open editorial sections replace heavy repeated card treatments. */
.professional-nested .section { padding: 90px 0; background: var(--bg); }
.professional-nested .section-alt { background: var(--surface-2); }
.professional-nested .section-sm { padding: 48px 0 75px; }
.professional-nested .section-head { gap: 65px; margin-bottom: 48px; align-items: end; }
.professional-nested .section-head .title-wrap { max-width: 780px; }
.professional-nested .section-head h2 { margin-top: 17px; }
.professional-nested .section-head p { max-width: 370px; font-size: 16px; }
.professional-nested .grid-3, .professional-nested .grid-4 { gap: 32px; }
.professional-nested .card { padding: 30px 0 20px; border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; background: transparent; }
.professional-nested .card:hover { background: transparent; border-color: #c1282d; }
.professional-nested .card .icon-box { margin-bottom: 24px; color: #c1282d; }
.professional-nested .card p { font-size: 16px; line-height: 1.7; }
.professional-nested .split { gap: 85px; }
.professional-nested .split h2 { margin: 18px 0 24px; }
.professional-nested .visual { border-radius: 0; padding: 25px; background: transparent; }
.professional-nested .feature-list { margin-block: 26px; }
.professional-nested .feature-list li { font-size: 16px; padding-block: 12px; }
.professional-nested .table-wrap { border-radius: 0; border: 0; border-top: 1px solid var(--line-strong); background: var(--surface); }
.professional-nested .data-table th { background: var(--surface); color: var(--text); font-size: 12px; padding: 24px; }
.professional-nested .data-table td { padding: 20px 24px; font-size: 14px; border-color: var(--line); }
.professional-nested .data-table td:first-child { font-weight: 600; }
.professional-nested .risk-callout { background: var(--surface-2); border-left-width: 2px; border-radius: 0; }
.professional-nested .faq { gap: 90px; }
.professional-nested .faq h2 { margin: 18px 0 24px; }
.professional-nested .faq-list details { border-bottom: 1px solid var(--line-strong); padding: 0; }
.professional-nested .faq-list summary { font-size: 17px; font-weight: 500; padding: 25px 40px 25px 0; }
.professional-nested .faq-list details p { font-size: 16px; padding: 0 30px 25px 0; }
.professional-nested .cta-panel { border-radius: 0; background: var(--surface-2); padding: 58px 55px; gap: 50px; }
.professional-nested .cta-panel h2 { font-size: 40px; max-width: 700px; line-height: 1.08; }
.professional-nested .cta-panel p { max-width: 640px; font-size: 16px; margin-bottom: 0; }
.professional-nested .article-card, .professional-nested .resource-card, .professional-nested .document-card, .professional-nested .process-card, .professional-nested .office-card, .professional-nested .payment-card { border-radius: 0; box-shadow: none; }
.professional-nested .article-thumb { background: var(--surface-2); border-radius: 0; }
.professional-nested .article-body { padding: 27px; }
.professional-nested .article-body h3 { font-size: 25px; }
.professional-nested .article-body p { font-size: 15px; }
.professional-nested .process-card { background: transparent; border: 0; border-top: 1px solid var(--line-strong); padding: 32px 0 0; }
.professional-nested .process-card h3 { font-size: 26px; }
.professional-nested .section-dark { background: #17191d; --text: #fff; --muted: #d0d3d7; --subtle: #b9bdc3; --line: #44484e; }
.professional-nested .trust-item { border-radius: 0; background: transparent; border-color: var(--line); }
.professional-nested .site-footer { background: #17191d; padding-top: 75px; }
.professional-nested .footer-col h4 { font-size: 14px; color: #fff; }
.professional-nested .footer-col a { font-size: 13px; }
.professional-nested .footer-brand { filter: none; }
.professional-nested .regulatory-box { border-radius: 0; }
.professional-nested .cookie-banner { border-radius: 0; }
.professional-nested .stat strong, .professional-nested .hero-kpi strong { color: var(--text); -webkit-text-fill-color: var(--text); background: none; }
/* The four original nested routes inherit root navigation and use these page compositions. */
.professional-nested[data-editorial-legacy] .page-hero h1 { color: var(--text); font-weight: 700; font-family: var(--font); }
.professional-nested[data-editorial-legacy] .page-hero h1 span { color: var(--text) !important; }
.professional-nested[data-editorial-legacy] .page-hero p { color: var(--muted); }
.professional-nested[data-editorial-legacy] .page-hero .crumb { font-size: 11px; margin-bottom: 34px; }
.professional-nested[data-editorial-legacy] .page-hero .chips { gap: 12px 20px; }
.professional-nested[data-editorial-legacy] .page-hero .chip { color: var(--muted); font-size: 12px; }
@media (max-width: 1120px) {
  html:has(.professional-nested) { --header-h: 74px; }
  .professional-nested .container { width: calc(100% - 64px); }
  .professional-nested .nav-shell { height: 74px; }
  .professional-nested .page-hero-grid { gap: 30px; }
  .professional-nested .page-hero-visual { width: calc(100% + 32px); }
  .professional-nested.page-kind-corporate .page-hero h1 { font-size: 66px; }
  .professional-nested.page-kind-corporate .page-hero-visual { min-height: 600px; }
  .professional-nested.page-kind-document .page-hero-grid { gap: 40px; }
  .professional-nested.page-kind-account .page-hero-grid { gap: 35px; }
  .professional-nested .account-grid { gap: 16px; }
  .professional-nested .account-card { padding: 30px 23px; }
  .professional-nested .section-head { gap: 40px; }
  .professional-nested .legal-layout { gap: 50px; }
  .professional-nested .legal-nav { top: 160px; }
  .professional-nested .cta-panel { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .professional-nested .page-hero-grid, .professional-nested.page-kind-account .page-hero-grid, .professional-nested.page-kind-corporate .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .professional-nested .page-hero h1 { font-size: clamp(48px,7.7vw,68px); max-width: 770px; }
  .professional-nested .page-hero-visual { width: calc(100% + 64px); margin-left: -32px; min-height: 340px; height: 390px; max-height: none; aspect-ratio: auto; }
  .professional-nested.page-kind-corporate .page-hero-grid > div:first-child { padding: 0; }
  .professional-nested.page-kind-corporate .page-hero h1 { width: 100%; font-size: clamp(48px,7.7vw,68px); }
  .professional-nested.page-kind-corporate .page-hero-visual { min-height: 0; height: 420px; }
  .professional-nested.page-kind-account .page-hero-visual { width: calc(100% + 64px); min-height: 0; height: 330px; }
  .professional-nested.page-kind-document .page-hero-grid { grid-template-columns: minmax(0,1.8fr) minmax(0,1fr); gap: 35px; }
  .professional-nested.page-kind-document .page-hero-visual { margin: 0; min-height: 0; height: 240px; width: 100%; }
  .professional-nested.page-kind-document .page-hero h1 { font-size: 46px; }
  .professional-nested .section { padding: 65px 0; }
  .professional-nested .section-head { gap: 22px; }
  .professional-nested .section-head p { max-width: 100%; }
  .professional-nested .split, .professional-nested .faq { gap: 42px; }
  .professional-nested .account-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .professional-nested .legal-layout { grid-template-columns: 180px minmax(0,1fr); gap: 35px; }
}
@media (max-width: 640px) {
  .professional-nested .container { width: calc(100% - 40px); }
  .professional-nested .risk-bar .container { font-size: 9px; line-height: 1.4; min-height: 38px; }
  .professional-nested .brand img { height: 30px; }
  .professional-nested .nav-actions { gap: 4px; }
  .professional-nested .nav-actions .btn-sm { font-size: 11px; padding-inline: 12px; min-height: 39px; }
  .professional-nested .icon-btn { width: 34px; }
  .professional-nested h1, .professional-nested .page-hero h1 { font-size: 44px; letter-spacing: -.055em; line-height: 1.04; }
  .professional-nested h2 { font-size: 34px; line-height: 1.1; }
  .professional-nested h3 { font-size: 25px; }
  .professional-nested .page-hero { padding: 25px 0 0; }
  .professional-nested .breadcrumbs { font-size: 10px; gap: 6px; margin-bottom: 30px; }
  .professional-nested .page-hero h1 { margin-top: 15px; margin-bottom: 23px; }
  .professional-nested .page-hero .lead { font-size: 16px; }
  .professional-nested .hero-chip { font-size: 11px; }
  .professional-nested .hero-chips { gap: 12px 14px; }
  .professional-nested .page-hero .hero-actions { gap: 10px; margin-top: 26px; }
  .professional-nested .hero-actions .btn { padding: 13px 18px; font-size: 12px; min-height: 46px; }
  .professional-nested .hero-note { font-size: 10px; margin-bottom: 4px; }
  .professional-nested .page-hero-visual { width: calc(100% + 40px); margin-left: -20px; height: 280px; min-height: 0; }
  .professional-nested.page-kind-corporate .page-hero h1 { width: 100%; font-size: 44px; }
  .professional-nested.page-kind-corporate .page-hero-visual { height: 300px; }
  .professional-nested.page-kind-account .page-hero { padding-bottom: 0; }
  .professional-nested.page-kind-account .page-hero h1 { font-size: 44px; }
  .professional-nested.page-kind-account .page-hero-visual { width: calc(100% + 40px); height: 265px; max-height: none; }
  .professional-nested.page-kind-document .page-hero { padding: 25px 0 0; }
  .professional-nested.page-kind-document .page-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .professional-nested.page-kind-document .page-hero h1 { font-size: 43px; }
  .professional-nested.page-kind-document .page-hero-visual { height: 210px; width: calc(100% + 40px); margin-left: -20px; }
  .professional-nested.page-kind-document .page-hero .lead { font-size: 16px; }
  .professional-nested.page-kind-document .hero-actions .btn { padding-inline: 16px; font-size: 12px; }
  .professional-nested .section { padding: 55px 0; }
  .professional-nested .section-sm { padding: 30px 0 50px; }
  .professional-nested .section-head { margin-bottom: 33px; }
  .professional-nested .section-head h2 { margin-top: 14px; }
  .professional-nested .section-head p { font-size: 15px; }
  .professional-nested .grid-3, .professional-nested .grid-4 { gap: 22px; }
  .professional-nested .card { padding-top: 25px; }
  .professional-nested .account-grid { grid-template-columns: 1fr; gap: 22px; }
  .professional-nested .account-card { padding: 30px 26px; }
  .professional-nested .account-card p { min-height: 0; }
  .professional-nested .account-card h3 { font-size: 34px; }
  .professional-nested .account-card .price-line strong { font-size: 38px; }
  .professional-nested .account-spec { font-size: 13px; }
  .professional-nested .quick-nav-inner { gap: 24px; }
  .professional-nested .quick-nav-inner a { font-size: 11px; padding-block: 17px; }
  .professional-nested .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .professional-nested .legal-nav { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 0 25px; gap: 0 14px; border-right: 0; }
  .professional-nested .legal-nav h4 { grid-column: 1/-1; font-size: 17px; }
  .professional-nested .legal-nav a { font-size: 12px; padding: 7px 0; }
  .professional-nested :is(.legal-content,.legal-layout .prose) h2 { font-size: 27px; }
  .professional-nested :is(.legal-content,.legal-layout .prose) p, .professional-nested :is(.legal-content,.legal-layout .prose) li { font-size: 16px; line-height: 1.8; }
  .professional-nested .legal-layout .prose section { padding: 28px 0 20px; scroll-margin-top: 145px; }
  .professional-nested .notice { padding: 23px; font-size: 13px; }
  .professional-nested .cta-panel { padding: 34px 26px; gap: 25px; }
  .professional-nested .cta-panel h2 { font-size: 32px; }
  .professional-nested .cta-panel p { font-size: 15px; }
  .professional-nested .cta-actions { gap: 12px; }
  .professional-nested .cta-actions .btn { font-size: 12px; padding-inline: 17px; }
  .professional-nested .data-table th, .professional-nested .data-table td { padding: 17px; }
  .professional-nested .site-footer { padding-top: 50px; }
}
/* Alignment refinements after desktop and mobile visual review. */
.professional-nested .account-card.featured::after { position: absolute; inset: 36px 30px auto auto; margin: 0; order: initial; opacity: 1; width: auto; height: auto; transform: none; }
.professional-nested .notice { display: block; }
.professional-nested .notice strong { display: inline; margin-right: 5px; }
.professional-nested .page-hero[data-page-topic="cryptos"] h1 { font-size: clamp(52px,4.7vw,68px); }
.professional-nested .page-hero[data-page-topic="commodities"] h1 { font-size: clamp(52px,5.4vw,78px); }
@media (max-width: 900px) { .professional-nested .page-hero[data-page-topic="cryptos"] h1 { font-size: 56px; } }
@media (max-width: 640px) {
  .professional-nested .account-card.featured::after { inset: 30px 26px auto auto; }
  .professional-nested .page-hero[data-page-topic="cryptos"] h1 { font-size: 37px; }
  .professional-nested .page-hero[data-page-topic="commodities"] h1 { font-size: 42px; }
}
/* Topic artwork has a seamless white studio field; photography remains full bleed. */
.professional-nested .editorial-art--topic { background: #fff; }
.professional-nested .page-hero-visual.editorial-art--topic img { object-fit: contain; padding: 0; }
.professional-nested .editorial-art--photograph img { object-fit: cover; padding: 0; }
.professional-nested .page-hero[data-page-topic="global-offices"] .page-hero-visual { background: #e9edf0; }
html[data-theme="dark"] .professional-nested .editorial-art--topic { background: #fff; }
.professional-nested .brand img { height: 44px; }
@media (max-width: 640px) { .professional-nested .brand img { height: 34px; } }
/* Studio imagery uses a white split layout even on partnership pages. */
.professional-nested.page-kind-corporate .page-hero:has(.editorial-art--topic) { padding-bottom: 56px; }
.professional-nested.page-kind-corporate .page-hero-grid:has(.editorial-art--topic) { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 48px; }
.professional-nested.page-kind-corporate .page-hero-grid:has(.editorial-art--topic) > div:first-child { padding: 0; }
.professional-nested.page-kind-corporate .page-hero:has(.editorial-art--topic) h1 { width: 100%; font-size: clamp(52px,5.4vw,78px); }
.professional-nested.page-kind-corporate .page-hero-visual.editorial-art--topic { min-height: 440px; }
/* Override the previous one-off entrance without interfering with the shared pause state. */
.professional-nested .motion-media>img { animation-name: doyos-drift; animation-duration: 14s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-fill-mode: none; }
.professional-nested .motion-media.editorial-art--photograph>img { animation-name: doyos-pan; animation-duration: 20s; }
@media (max-width: 900px) {
  .professional-nested.page-kind-corporate .page-hero-grid:has(.editorial-art--topic) { grid-template-columns: 1fr; gap: 28px; }
  .professional-nested.page-kind-corporate .page-hero-visual.editorial-art--topic { min-height: 0; height: 330px; }
}
@media (max-width: 640px) {
  .professional-nested.page-kind-corporate .page-hero:has(.editorial-art--topic) { padding-bottom: 0; }
  .professional-nested.page-kind-corporate .page-hero:has(.editorial-art--topic) h1 { font-size: 44px; }
  .professional-nested.page-kind-corporate .page-hero-visual.editorial-art--topic { height: 280px; }
}
/* Legacy routes share root header geometry without double content gutters. */
.professional-nested[data-editorial-legacy].professional .container { width: 100%; max-width: 1440px; }
.professional-nested[data-editorial-legacy].professional .page-hero-grid { padding-inline: 80px; }
@media (max-width: 1120px) { .professional-nested[data-editorial-legacy].professional .page-hero-grid { padding-inline: 32px; } }
@media (max-width: 640px) { .professional-nested[data-editorial-legacy].professional .page-hero-grid { padding-inline: 20px; } }
