:root {
  --navy: #04123f;
  --navy-2: #000423;
  --blue: #4e6fff;
  --primary: #6666ff;
  --blue-dark: #354fd6;
  --cyan: #30cfd2;
  --pale: #eaf0ff;
  --paper: #f6f7fb;
  --ink: #07111f;
  --muted: #627089;
  --line: #e6e9f0;
  --white: #fff;
  --radius: 18px;
  --page: min(1240px, calc(100% - 64px));
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: var(--page); min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; margin: 0 auto;
}
.site-brand { display: inline-flex; align-items: center; justify-self: start; color: var(--navy); text-decoration: none; }
.site-brand-logo { display: block; width: 188px; height: auto; }
.site-brand-logo-mobile { display: none; }
.site-brand-symbol { display: none; width: 34px; height: 34px; }
.site-header > .site-brand { padding: 12px 4px; border-radius: 6px; }
.site-header > .site-brand:focus-visible { outline: 3px solid rgba(78,111,255,.35); outline-offset: 3px; }
.site-nav { display: flex; gap: 30px; }
.site-nav a { position: relative; padding: 10px 0; color: #56617b; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-subscribe { justify-self: end; min-width: 150px; height: 48px; padding: 0 22px; border: 2px solid var(--primary); border-radius: 10px; background: var(--primary); color: #fff; font-size: 16px; line-height: 1; font-weight: 700; }
.site-mobile-menu-button, .site-mobile-nav { display: none; }

.hero-wrap {
  width: var(--page); min-height: 650px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; margin: 12px auto 0; overflow: hidden; border-radius: 28px; background: var(--navy); box-shadow: 0 28px 80px rgba(7,20,63,.16);
}
.hero-copy { z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 48px 66px 64px; color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .78rem; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--cyan); }
.hero-copy h1 { margin: 22px 0 0; font-size: clamp(2.6rem, 5.6vw, 5.6rem); font-weight: 700; line-height: .95; letter-spacing: -.065em; }
.hero-copy > p { max-width: 500px; margin: 31px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 37px; }
.button { min-width: 150px; height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 0 22px; border-radius: 10px; font-size: 16px; line-height: 1; font-weight: 700; text-decoration: none; }
.button-primary { border: 2px solid var(--primary); background: var(--primary); color: #fff; }
.button-primary:hover { background: #607dff; }
.button-secondary { border: 2px solid rgba(255,255,255,.72); background: transparent; color: #fff; }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 24px; color: rgba(255,255,255,.72); font-size: .875rem; line-height: 1.45; }
.hero-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(48,207,210,.1); }
.hero-image { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0, rgba(7,20,63,.75) 7%, transparent 30%), linear-gradient(0deg, rgba(7,20,63,.5), transparent 34%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 62% center; }
.hero-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 25px; max-width: 310px; padding: 11px 14px; border-radius: 10px; background: rgba(4,18,63,.82); color: #dbe2f8; backdrop-filter: blur(10px); font-size: .875rem; line-height: 1.45; }

.world-section, .latest-section, .archive-section { width: var(--page); margin: 0 auto; }
.world-section { padding: 100px 0 56px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.section-heading.compact { margin-bottom: 23px; }
.section-heading h2, .archive-head h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 700; line-height: 1; letter-spacing: -.065em; }
.section-heading p { max-width: 380px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.55; }
.world-links { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.world-link { min-height: 220px; position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 14px; padding: clamp(24px, 3vw, 36px); border-right: 1px solid var(--line); text-decoration: none; transition: transform .18s ease, background .18s ease; }
.world-link:last-child { border-right: 0; }
a.world-link:hover { z-index: 2; background: #f0f4ff; transform: translateY(-4px); box-shadow: 0 15px 35px rgba(7,20,63,.1); }
.world-number { color: #8792a8; font-size: .76rem; font-weight: 800; }
.world-link div { display: grid; gap: 9px; }
.world-link strong { color: var(--navy); font-size: 1.35rem; line-height: 1.15; letter-spacing: -.025em; }
.world-link small { color: var(--muted); font-size: 1rem; line-height: 1.55; }
.world-link i { color: var(--blue); font-size: 1.15rem; font-style: normal; }
.world-link.payments { border-top: 4px solid var(--blue); }
.world-link.org { border-top: 4px solid var(--cyan); }
.world-link.asima { border-top: 4px solid #8999ff; }
.world-link.four { border-top: 4px solid #d9deea; background: #fafbfc; }
.coming-soon { padding: 6px 10px; border-radius: 14px; background: #edf0f5; color: #69758d; font-size: .75rem; font-weight: 800; text-transform: uppercase; }

.latest-section { padding: 65px 0 108px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 2px solid var(--primary); color: var(--navy); font-size: .95rem; font-weight: 700; text-decoration: none; }
.story-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 18px; }
.lead-story { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: #fff; color: var(--navy); text-decoration: none; box-shadow: 0 13px 45px rgba(7,20,63,.08); transition: transform .2s ease, box-shadow .2s ease; }
.lead-story:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(7,20,63,.13); }
.lead-story-copy { min-height: 100%; display: flex; flex: 1; flex-direction: column; padding: clamp(32px,5vw,62px); }
.story-label { width: max-content; padding: 8px 11px; border-radius: 10px; background: var(--primary); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-meta { display: flex; justify-content: space-between; color: #738097; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.story-label + .story-meta { margin-top: 38px; }
.lead-story h3 { margin: 20px 0 0; max-width: 560px; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 700; line-height: 1; letter-spacing: -.065em; }
.lead-story p { max-width: 540px; margin: 18px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.story-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 30px; color: var(--primary); font-size: .95rem; font-weight: 700; }
.edition-sampler { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sampler-card { min-height: 285px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(7,20,63,.055); }
.sampler-card > span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sampler-card h3 { margin: 18px 0 0; color: var(--navy); font-size: 2rem; line-height: 1.15; letter-spacing: -.035em; }
.sampler-card p { margin: 13px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.sampler-card button { min-height: 48px; display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 22px; border: 2px solid var(--primary); border-radius: 10px; background: var(--primary); color: #fff; font-size: 16px; line-height: 1; font-weight: 700; }
.sampler-card button i { font-style: normal; }
.sampler-status { margin-top: auto; padding: 7px 10px; border-radius: 14px; background: #eef1f6; color: #6e7a91; font-size: .875rem; font-weight: 700; }
.sampler-card.daily { background: var(--navy); }
.sampler-card.daily h3 { color: #fff; }
.sampler-card.daily p { color: #bcc5df; }
.sampler-card.org { background: #ddfaf9; }
.sampler-card.org > span { color: #087f82; }
.sampler-card.asima { background: #e9edff; }

.archive-section { padding: 100px 0 110px; border-top: 1px solid var(--line); }
.archive-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.archive-head p { max-width: 380px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.55; }
.archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 24px; }
.archive-main { min-width: 0; }
.archive-tools { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.search-field { height: 52px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 15px; border: 1px solid #d8dfeb; border-radius: 10px; background: #f8f9fc; }
.search-icon { color: var(--blue); font-size: 22px; transform: rotate(-20deg); }
.search-field input { width: 100%; border: 0; outline: none; background: transparent; color: var(--navy); font-size: 16px; }
.search-field input::placeholder { color: #8b95aa; }
.search-field kbd { padding: 4px 7px; border: 1px solid #d9dee9; border-radius: 5px; background: #fff; color: #738097; font-family: inherit; font-size: .75rem; }
.archive-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.archive-filters button { min-height: 40px; padding: 0 16px; border: 2px solid #dfe4ed; border-radius: 20px; background: #fff; color: #56627a; font-size: .875rem; font-weight: 700; }
.archive-filters button.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.archive-result-count { min-height: 46px; display: flex; align-items: center; padding: 0 4px; color: #6f7b91; font-size: .875rem; font-weight: 600; }
.archive-results { display: grid; gap: 10px; }
.archive-item { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; align-items: center; gap: 20px; min-height: 118px; padding: 13px 17px 13px 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--navy); text-decoration: none; transition: border .18s ease, transform .18s ease; }
.archive-item:hover { border-color: #b8c3d8; transform: translateX(3px); }
.archive-date { height: 90px; display: grid; place-items: center; align-content: center; gap: 2px; border-radius: 9px; background: var(--pale); color: var(--blue); }
.archive-date strong { font-size: 29px; line-height: 29px; letter-spacing: -1px; }
.archive-date span { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-copy { min-width: 0; }
.archive-copy > span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-copy h3 { margin: 8px 0 0; overflow: hidden; font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.archive-copy p { margin: 6px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.archive-arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 1rem; }
.empty-results { padding: 55px 20px; border: 1px dashed #cad2e0; border-radius: 13px; color: #7b8599; text-align: center; }
.empty-results strong, .empty-results span { display: block; }
.empty-results strong { color: var(--navy); font-size: 16px; }
.empty-results span { margin-top: 7px; font-size: .95rem; }
.promo-rail { position: sticky; top: 20px; display: grid; gap: 24px; }
.blog-sidebar-ad {
  --sa-foundation-navy: #000423;
  --sa-foundation-navy-light: #04123f;
  --sa-wonderful-blue: #4e6fff;
  --sa-wonderful-blue-hover: #6c83ff;
  --sa-one-coral: #d96a5e;
  --sa-one-coral-hover: #ec7d70;
  --sa-asima-green: #4fd16b;
  --sa-asima-green-hover: #65df7d;
  --sa-ink: #07111f;
  --sa-muted: #627089;
  --sa-line: #dfe5f2;
  --sa-surface: #fbfcff;
  --sa-white: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 28px 22px 24px;
  border-radius: 24px;
  text-align: center;
  transition: transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s cubic-bezier(.22,.61,.36,1);
}
.blog-sidebar-ad:hover { transform: translateY(-2px); }
.blog-sidebar-ad .sidebar-ad__content,
.blog-sidebar-ad .sidebar-ad__media,
.blog-sidebar-ad .sidebar-ad__button { position: relative; z-index: 2; }
.blog-sidebar-ad .sidebar-ad__eyebrow { display: inline-block; margin-bottom: 12px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-sidebar-ad h3 { margin: 0; font-size: clamp(1.55rem,4vw,1.85rem); line-height: 1.08; font-weight: 750; letter-spacing: -.035em; }
.blog-sidebar-ad p { margin: 16px auto 0; max-width: 27ch; font-size: .96rem; line-height: 1.52; }
.blog-sidebar-ad:not(.blog-sidebar-ad--light) {
  color: var(--sa-white);
  background: radial-gradient(circle at 18% 10%,rgba(78,111,255,.24),transparent 35%),radial-gradient(circle at 85% 20%,rgba(48,207,210,.1),transparent 30%),linear-gradient(135deg,var(--sa-foundation-navy),var(--sa-foundation-navy-light));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 42px rgba(0,4,35,.28);
}
.blog-sidebar-ad:not(.blog-sidebar-ad--light):hover { box-shadow: 0 18px 48px rgba(0,4,35,.34); }
.blog-sidebar-ad:not(.blog-sidebar-ad--light) .sidebar-ad__eyebrow { color: rgba(255,255,255,.62); }
.blog-sidebar-ad:not(.blog-sidebar-ad--light) p { color: rgba(255,255,255,.78); }
.blog-sidebar-ad--light {
  color: var(--sa-ink);
  background: radial-gradient(circle at 18% 8%,rgba(78,111,255,.13),transparent 36%),radial-gradient(circle at 86% 22%,rgba(48,207,210,.08),transparent 32%),linear-gradient(180deg,#fff,var(--sa-surface));
  border: 1px solid var(--sa-line);
  box-shadow: 0 14px 38px rgba(4,18,63,.12);
}
.blog-sidebar-ad--light:hover { box-shadow: 0 18px 44px rgba(4,18,63,.15); }
.blog-sidebar-ad--light .sidebar-ad__eyebrow { color: rgba(4,18,63,.52); }
.blog-sidebar-ad--light h3 { color: var(--sa-foundation-navy-light); }
.blog-sidebar-ad--light p { color: var(--sa-muted); }
.blog-sidebar-ad .sidebar-ad__button {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--sa-white);
  font-size: .98rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .32s cubic-bezier(.22,.61,.36,1), background .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s cubic-bezier(.22,.61,.36,1);
}
.blog-sidebar-ad .sidebar-ad__button:hover { transform: translateY(-2px); color: var(--sa-white); }
.blog-sidebar-ad .sidebar-ad__button:focus-visible { outline: 3px solid rgba(78,111,255,.35); outline-offset: 3px; }
.blog-sidebar-ad--one .sidebar-ad__button { background: var(--sa-one-coral); box-shadow: 0 10px 24px rgba(217,106,94,.24); }
.blog-sidebar-ad--one .sidebar-ad__button:hover { background: var(--sa-one-coral-hover); box-shadow: 0 14px 30px rgba(217,106,94,.32); }
.blog-sidebar-ad--tap .sidebar-ad__button { background: var(--sa-wonderful-blue); box-shadow: 0 10px 24px rgba(78,111,255,.24); }
.blog-sidebar-ad--tap .sidebar-ad__button:hover { background: #3f5ff0; box-shadow: 0 14px 30px rgba(78,111,255,.34); }
.blog-sidebar-ad--asima .sidebar-ad__button { background: var(--sa-asima-green); box-shadow: 0 10px 24px rgba(79,209,107,.22); }
.blog-sidebar-ad--asima .sidebar-ad__button:hover { background: var(--sa-asima-green-hover); box-shadow: 0 14px 30px rgba(79,209,107,.28); }

.blog-sidebar-ad--one .sidebar-ad__media { position: relative; width: min(182px,74%); margin: 28px auto 26px; }
.blog-sidebar-ad--one .sidebar-ad__media::before { content: ""; position: absolute; inset: 10%; border-radius: 999px; background: var(--sa-wonderful-blue); filter: blur(52px); opacity: .34; pointer-events: none; }
.blog-sidebar-ad .phone-frame { position: relative; aspect-ratio: 9 / 19.5; padding: 5px; border-radius: 34px; background: linear-gradient(145deg,rgba(255,255,255,.55),rgba(255,255,255,.08) 34%,rgba(0,4,35,.55)),linear-gradient(145deg,#8e96b7,#262d4f 45%,#10162f); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22),inset 0 -10px 18px rgba(0,0,0,.28),0 24px 48px rgba(0,0,0,.36); transition: transform .32s cubic-bezier(.22,.61,.36,1); }
.blog-sidebar-ad .phone-frame::before { content: ""; position: absolute; z-index: 5; top: 12px; left: 50%; width: 46px; height: 13px; transform: translateX(-50%); border-radius: 999px; background: #050713; }
.blog-sidebar-ad .phone-frame__screen { position: absolute; inset: 5px; overflow: hidden; border-radius: 29px; background: #000; }
.blog-sidebar-ad .phone-frame__screen img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blog-sidebar-ad--one:hover .phone-frame { transform: translateY(-4px); }

.blog-sidebar-ad--tap .sidebar-ad__media { width: 100%; margin: 32px auto 30px; }
.blog-sidebar-ad .tap-product { position: relative; width: 100%; min-height: 174px; display: flex; align-items: center; justify-content: center; }
.blog-sidebar-ad .tap-product::before { content: ""; position: absolute; top: 18%; left: 50%; width: 230px; height: 130px; transform: translateX(-50%); border-radius: 999px; background: rgba(78,111,255,.42); filter: blur(48px); opacity: .88; }
.blog-sidebar-ad .tap-product::after { content: ""; position: absolute; bottom: 11px; left: 50%; width: 225px; height: 34px; transform: translateX(-50%) rotate(4deg); border-radius: 999px; background: rgba(4,18,63,.12); filter: blur(13px); opacity: .58; }
.blog-sidebar-ad .tap-product img { position: relative; z-index: 2; display: block; width: min(282px,116%); max-width: none; height: auto; transform: rotate(6deg) translateY(-4px); filter: drop-shadow(0 18px 22px rgba(4,18,63,.16)); transition: transform .32s cubic-bezier(.22,.61,.36,1); }
.blog-sidebar-ad--tap:hover .tap-product img { transform: rotate(6deg) translateY(-8px); }

.blog-sidebar-ad--asima { background: radial-gradient(circle at 18% 8%,rgba(79,209,107,.14),transparent 36%),radial-gradient(circle at 86% 24%,rgba(78,111,255,.1),transparent 34%),linear-gradient(180deg,#fff,var(--sa-surface)); }
.blog-sidebar-ad--asima .sidebar-ad__media { width: 100%; margin: 34px auto 32px; }
.blog-sidebar-ad .asima-logo-wrap { position: relative; width: 100%; min-height: 116px; display: flex; align-items: center; justify-content: center; }
.blog-sidebar-ad .asima-logo-wrap::before { content: ""; position: absolute; width: 170px; height: 90px; border-radius: 999px; background: rgba(79,209,107,.2); filter: blur(46px); opacity: .84; }
.blog-sidebar-ad .asima-logo { position: relative; z-index: 2; display: block; width: min(232px,94%); height: auto; filter: drop-shadow(0 12px 16px rgba(4,18,63,.08)); transition: transform .32s cubic-bezier(.22,.61,.36,1); }
.blog-sidebar-ad--asima:hover .asima-logo { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
  .blog-sidebar-ad, .blog-sidebar-ad .sidebar-ad__button, .blog-sidebar-ad .phone-frame, .blog-sidebar-ad .tap-product img, .blog-sidebar-ad .asima-logo { transition: none; }
  .blog-sidebar-ad:hover, .blog-sidebar-ad .sidebar-ad__button:hover, .blog-sidebar-ad--one:hover .phone-frame, .blog-sidebar-ad--tap:hover .tap-product img, .blog-sidebar-ad--asima:hover .asima-logo { transform: none; }
}

.closing-callout { width: var(--page); display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 0 auto 90px; padding: 52px 56px; border-radius: 28px; background: var(--primary); color: #fff; }
.closing-callout .eyebrow { color: #dbe0ff; }
.closing-callout h2 { max-width: 760px; margin: 12px 0 0; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 700; line-height: 1; letter-spacing: -.065em; }
.button-light { border: 0; background: #fff; color: var(--navy); white-space: nowrap; }

.site-footer { padding: 52px max(32px, calc((100% - 1240px) / 2)); background: var(--navy); color: #bbc4df; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .site-brand-logo { width: 196px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: #d4dbef; font-size: .875rem; font-weight: 600; text-decoration: none; }
.footer-legal { max-width: 1080px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 32px 0 28px; color: #a5b0cf; font-size: .75rem; line-height: 1.6; }
.footer-legal p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; color: #929fc2; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: inherit; text-decoration: none; }

.preferences-dialog { width: min(610px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 18px; box-shadow: 0 28px 100px rgba(3,11,43,.4); }
.preferences-dialog::backdrop { background: rgba(4,13,44,.7); backdrop-filter: blur(6px); }
.preferences-dialog form { padding: 30px; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-head span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dialog-head h2 { margin: 8px 0 0; color: var(--navy); font-size: 34px; line-height: 35px; letter-spacing: -1.5px; }
.dialog-head button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: #6a758e; font-size: 21px; }
.preferences-dialog form > p { color: #66718a; font-size: 1rem; line-height: 1.55; }
.email-field { display: grid; gap: 7px; color: #5d6981; font-size: .875rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.email-field input { height: 48px; padding: 0 14px; border: 1px solid #d7deea; border-radius: 10px; outline: none; color: var(--navy); font-size: 16px; text-transform: none; }
.email-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(78,111,255,.14); }
.preferences-dialog fieldset { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; border: 0; }
.preferences-dialog legend { margin-bottom: 8px; color: #5d6981; font-size: .875rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.preference-option { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 13px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.dot.weekly { background: #8797ff; }.dot.org { background: var(--cyan); }.dot.asima { background: #8490cc; }
.preference-option > span:nth-child(2) { display: grid; gap: 3px; }
.preference-option strong { color: var(--navy); font-size: 1rem; }
.preference-option small { color: #68748b; font-size: .875rem; }
.preference-option input { position: absolute; opacity: 0; }
.preference-option i { width: 38px; height: 22px; position: relative; border-radius: 12px; background: #dfe4ec; }
.preference-option i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(7,20,63,.2); transition: transform .18s ease; }
.preference-option input:checked + i { background: var(--blue); }
.preference-option input:checked + i::after { transform: translateX(16px); }
.prototype-note { padding: 11px 13px; border-radius: 10px; background: #f3f5f9; color: #68748b !important; font-size: .875rem !important; }
.dialog-message { min-height: 22px; padding-top: 2px; color: #a73535; font-size: .875rem; }
.dialog-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 5px; }
.dialog-actions button { min-width: 150px; height: 48px; padding: 0 22px; border-radius: 10px; font-size: 16px; line-height: 1; font-weight: 700; }
.unsubscribe { border: 2px solid rgba(4,18,63,.28); background: #fff; color: var(--navy); }
.save { border: 2px solid var(--primary); background: var(--primary); color: #fff; }
.public-toast { position: fixed; z-index: 80; right: 22px; bottom: 22px; max-width: 380px; padding: 14px 18px; border-radius: 10px; background: var(--navy); color: #fff; box-shadow: 0 14px 40px rgba(4,13,44,.28); font-size: .95rem; line-height: 1.5; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.public-toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  :root { --page: min(100% - 40px, 940px); }
  .hero-wrap { min-height: 590px; grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding: 50px 28px 50px 40px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 8vw, 5.2rem); }
  .world-links { grid-template-columns: 1fr 1fr; }
  .world-link:nth-child(2) { border-right: 0; }
  .world-link:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-layout { grid-template-columns: 1fr; }
  .lead-story { min-height: 430px; }
  .edition-sampler { grid-template-columns: repeat(4, 1fr); }
  .sampler-card { min-height: 265px; padding: 21px; }
  .sampler-card h3 { font-size: 1.65rem; }
  .archive-layout { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding: 65px 42px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 12vw, 5.2rem); }
  .hero-copy > p { max-width: 520px; }
  .hero-image { height: 520px; }
  .hero-image::after { background: linear-gradient(0deg, rgba(7,20,63,.5), transparent 40%); }
  .section-heading, .archive-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .edition-sampler { grid-template-columns: 1fr 1fr; }
  .archive-layout { grid-template-columns: 1fr; }
  .promo-rail { position: static; grid-template-columns: 1fr 1fr; }
  .blog-sidebar-ad--one { grid-column: 1 / -1; }
  .closing-callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  :root { --page: calc(100% - 24px); }
  main { padding-top: 16px; }
  .site-header { position: sticky; top: 0; z-index: 50; width: 100%; min-height: 72px; grid-template-columns: 1fr auto; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.13); background: var(--navy); }
  .site-header > .site-brand { width: 220px; height: 40px; position: relative; padding: 0; }
  .site-header > .site-brand .site-brand-logo { display: none; }
  .site-brand-logo-mobile, .site-brand-symbol { position: absolute; left: 0; top: 50%; display: block; height: auto; transition: opacity .18s ease, transform .18s ease; }
  .site-brand-logo-mobile { width: 210px; opacity: 1; transform: translateY(-50%) scale(1); }
  .site-brand-symbol { width: 45px; opacity: 0; transform: translateY(calc(-50% - 16px)); }
  .site-header.is-compact .site-brand-logo-mobile { opacity: 0; transform: translateY(-50%) scale(.92); }
  .site-header.is-compact .site-brand-symbol { opacity: 1; transform: translateY(-50%); }
  .header-subscribe { display: none; }
  .site-mobile-menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .site-mobile-menu-button span { width: 28px; height: 3px; display: block; border-radius: 3px; background: #fff; }
  .site-mobile-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; gap: 0; padding: 10px 24px 22px; border-top: 1px solid rgba(255,255,255,.12); background: var(--navy); color: #fff; box-shadow: 0 18px 35px rgba(4,18,63,.2); }
  .site-mobile-nav.open { display: grid; }
  .site-mobile-nav a, .site-mobile-nav button { min-height: 52px; display: flex; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; color: #fff; font-size: 17px; font-weight: 700; text-align: left; text-decoration: none; }
  .site-mobile-nav button { border-bottom: 0; color: var(--cyan); }
  .hero-wrap { margin-top: 0; border-radius: 18px; }
  .hero-copy { min-height: 500px; padding: 48px 24px 42px; }
  .hero-copy h1 { margin-top: 18px; font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-copy > p { margin-top: 24px; font-size: 1rem; line-height: 1.6; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-image { height: 430px; }
  .hero-image figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .world-section { padding-top: 72px; }
  .section-heading h2, .archive-head h2 { font-size: 2.6rem; }
  .world-links { grid-template-columns: 1fr; }
  .world-link { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .world-link:last-child { border-bottom: 0; }
  .latest-section { padding: 52px 0 78px; }
  .lead-story { min-height: 480px; }
  .lead-story-copy { padding: 30px 24px; }
  .lead-story h3 { font-size: 2.6rem; }
  .edition-sampler { grid-template-columns: 1fr; }
  .sampler-card { min-height: 240px; }
  .archive-section { padding: 74px 0 80px; }
  .archive-tools { padding: 12px; }
  .search-field kbd { display: none; }
  .archive-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .archive-filters button:first-child { grid-column: 1 / -1; }
  .archive-item { grid-template-columns: 74px minmax(0, 1fr); gap: 13px; min-height: 106px; padding: 10px; }
  .archive-date { height: 78px; }
  .archive-copy h3 { font-size: 1.1rem; line-height: 1.25; }
  .archive-copy p, .archive-arrow { display: none; }
  .promo-rail { grid-template-columns: 1fr; }
  .blog-sidebar-ad--one { grid-column: auto; }
  .closing-callout { margin-bottom: 60px; padding: 36px 26px; }
  .closing-callout .button { width: 100%; }
  .site-footer { padding: 40px 22px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-legal { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom { flex-direction: column; }
  .preferences-dialog form { padding: 23px; }
  .preference-option { grid-template-columns: 8px 1fr; }
  .preference-option i { grid-column: 2; }
  .dialog-actions { flex-direction: column-reverse; }
  .dialog-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
