@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --bg: #050505;
  --paper: #111111;
  --ink: #ffffff;
  --ink-soft: #b7b0bd;
  --orange: #ff6a00;
  --orange-soft: rgba(255, 106, 0, .14);
  --lavender: #181818;
  --line: rgba(255, 255, 255, .12);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  font-family: "DM Sans", system-ui, sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f8f6ff;
  --paper: #ffffff;
  --ink: #1a0835;
  --ink-soft: #5d526d;
  --orange-soft: #fff0e6;
  --lavender: #ece7fb;
  --line: rgba(45, 24, 70, .12);
  --shadow: 0 24px 70px rgba(37, 17, 62, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: "Poppins", system-ui, sans-serif; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(5, 5, 5, .78);
  backdrop-filter: blur(20px);
}
.site-header-inner { display: flex; width: min(1500px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 20px; }
html[data-theme="light"] .site-header { background: rgba(245, 241, 234, .86); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: .2em; font-size: 14px; font-weight: 900; }
html[data-theme="light"] .brand, html[data-theme="light"] .desktop-nav a { color: #111; }
.brand span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; letter-spacing: 0; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 20px; }
.desktop-nav a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav .active { color: var(--orange); }
.nav-gloss-link { position: relative; display: inline-flex; min-height: 38px; align-items: center; }
.nav-gloss-link::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,106,0,.9), transparent); opacity: 0; transform: scaleX(.4); transition: opacity .24s, transform .24s; }
.nav-item:hover .nav-gloss-link::after, .nav-gloss-link.active::after { opacity: 1; transform: scaleX(1); }
.nav-item { position: relative; }
.nav-dropdown { pointer-events: none; position: absolute; top: 46px; left: 50%; width: min(56vw, 520px); padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.065) 42%,rgba(255,106,0,.12)),radial-gradient(circle at 18% 0,rgba(255,255,255,.34),transparent 28%),radial-gradient(circle at 92% 18%,rgba(255,106,0,.24),transparent 30%),rgba(3,3,3,.94); color: #fff; opacity: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(255,255,255,.08),0 34px 110px rgba(0,0,0,.72); backdrop-filter: blur(24px); transform: translate(-50%, 12px); transition: opacity .3s, transform .3s; }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { pointer-events: auto; opacity: 1; transform: translate(-50%, 0); }
.nav-dropdown strong { display: block; margin-bottom: 12px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(0,0,0,.7); color: var(--orange); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.nav-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nav-columns-single { grid-template-columns: 1fr; }
.nav-column { display: grid; gap: 6px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.08); }
.nav-column b { margin-bottom: 2px; color: #fff; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.nav-column span { display: block; padding: 4px 8px; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; line-height: 20px; }
.nav-column span:hover { background: linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,241,234,.9)); color: #050505; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.header-cta, .primary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 22px; border-radius: 999px; background: var(--orange); color: #fff !important; text-decoration: none; font-weight: 800; }
.header-cta { min-height: 40px; flex: 0 0 auto; padding: 0 20px; font-size: 14px; }
.mobile-menu-toggle, .mobile-menu { display: none; }

.theme-switcher { position: fixed; top: 50%; left: 12px; z-index: 65; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(5,5,5,.86); color: #fff; box-shadow: 0 18px 54px rgba(0,0,0,.44); backdrop-filter: blur(18px); transform: translateY(-50%); }
.theme-switcher button { display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: rgba(255,255,255,.8); cursor: pointer; }
.theme-switcher button:hover { background: rgba(255,255,255,.1); color: #fff; }
.theme-switcher button.is-active { background: var(--orange); color: #fff; box-shadow: 0 0 22px rgba(255,106,0,.35); }
.theme-switcher > span { width: 1px; height: 18px; background: rgba(255,255,255,.2); }
.theme-switcher svg { width: 16px; height: 16px; }

.blog-hero { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: clamp(74px, 10vw, 135px) 0 46px; }
.eyebrow { margin: 0; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.blog-hero h1 { max-width: 900px; margin: 18px 0; font-size: clamp(50px, 7vw, 92px); line-height: .98; letter-spacing: -.05em; }
.blog-hero h1 em { color: var(--orange); font-style: normal; }
.blog-hero > p:last-child { max-width: 690px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 22px); line-height: 1.6; }

.blog-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 95px; }
.section-kicker { margin-bottom: 22px; }
.section-kicker h2 { margin: 10px 0 0; font-size: clamp(34px, 4.5vw, 56px); letter-spacing: -.045em; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-row a, .tag-row span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: var(--ink-soft); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
html[data-theme="light"] .filter-row a, html[data-theme="light"] .tag-row span { background: rgba(255,255,255,.62); }
.filter-row a.selected, .filter-row a:hover { border-color: var(--orange); background: var(--orange-soft); color: var(--ink); }

.post-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 14px 40px rgba(42, 22, 66, .05); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card-featured { grid-row: span 2; }
.post-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #000; }
.post-card-featured .post-image { aspect-ratio: 16/11; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-image img { transform: scale(1.035); }
.image-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: #fff; font-family: "Poppins", sans-serif; font-size: 58px; font-weight: 800; }
.post-card-body { padding: 24px; }
.post-meta, .article-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #7d708d; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.post-meta span { color: var(--orange); }
.post-card h2 { margin: 15px 0 10px; font-size: clamp(20px, 2vw, 31px); line-height: 1.17; letter-spacing: -.032em; }
.post-card:not(.post-card-featured) h2 { font-size: clamp(18px, 1.5vw, 24px); }
.post-card h2 a { text-decoration: none; }
.post-card p { display: -webkit-box; overflow: hidden; color: var(--ink-soft); line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.read-link { display: inline-flex; gap: 9px; margin-top: 10px; color: var(--ink); text-decoration: none; font-weight: 800; }
.read-link span { color: var(--orange); }

.category-band { margin-top: 90px; padding: 56px; border-radius: 28px; background: #000; color: #fff; }
.category-band .eyebrow { color: #ff9d5c; }
.category-band h2 { margin: 12px 0 28px; color: #fff; font-size: clamp(35px, 5vw, 62px); letter-spacing: -.045em; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); text-decoration: none; transition: border-color .2s, background .2s; }
.category-card:hover { border-color: var(--orange); background: rgba(255,106,0,.14); }
.category-card strong { color: #fff; font-family: "Poppins", sans-serif; }
.category-card span { color: rgba(255,255,255,.72); font-size: 13px; }

.empty-state, .not-found { display: grid; min-height: 390px; place-items: center; align-content: center; padding: 40px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); text-align: center; }
.empty-state > span { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; }
.empty-state h2, .not-found h1 { margin: 22px 0 8px; font-size: clamp(34px, 5vw, 60px); }
.empty-state p, .not-found p { color: var(--ink-soft); }

.article-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 100px; }
.back-link { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
.article-header { max-width: 1040px; padding: 65px 0 40px; }
.article-header h1 { margin: 20px 0; font-size: clamp(46px, 6vw, 78px); line-height: 1.02; letter-spacing: -.052em; }
.article-deck { max-width: 860px; color: var(--ink-soft); font-size: clamp(19px, 2vw, 25px); line-height: 1.55; }
.article-byline { align-items: center; margin-top: 27px; }
.author-avatar { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.article-tools { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.article-tools a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink-soft); text-decoration: none; font-size: 12px; font-weight: 800; }
.article-image { margin: 0 0 56px; }
.article-image img { display: block; width: 100%; max-height: 700px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.article-cover-hero { position: relative; isolation: isolate; min-height: 560px; margin: 32px 0 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: #070707; color: #fff; box-shadow: 0 35px 100px rgba(15,4,28,.2); }
.article-cover-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: var(--article-cover-image); background-position: center; background-size: cover; }
.article-cover-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.94) 38%, rgba(5,5,5,.58) 67%, rgba(5,5,5,.15) 100%); }
.article-cover-content { display: flex; min-height: 560px; max-width: 930px; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 78px); }
.article-cover-hero .eyebrow { color: #ff9d5c; }
.article-cover-hero h1 { margin: 18px 0; color: #fff; font-size: clamp(42px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -.052em; }
.article-cover-hero .article-deck { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.8vw, 23px); line-height: 1.55; }
.article-cover-hero .article-byline { color: rgba(255,255,255,.68); }
.article-cover-hero .author-avatar { width: 36px; height: 36px; }
.article-cover-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.article-cover-actions > span { margin-left: 8px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-cover-actions > a:not(.primary-link) { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; backdrop-filter: blur(12px); }
.article-cover-actions > a:not(.primary-link):hover { border-color: var(--orange); background: rgba(255,106,0,.18); }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 300px; justify-content: space-between; gap: 70px; }
.article-main { min-width: 0; }
.article-body { color: var(--ink); font-size: 18px; line-height: 1.85; }
.article-body > p:first-child { font-size: 20px; font-weight: 600; color: var(--ink); }
.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 { color: var(--ink); letter-spacing: -.035em; scroll-margin-top: 110px; }
.article-body h1 { margin: 2.2em 0 .6em; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; }
.article-body h2 { margin: 2.1em 0 .55em; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; }
.article-body h3 { margin: 1.8em 0 .45em; font-size: 28px; }
.article-body h4 { margin: 1.5em 0 .4em; font-size: 21px; }
.article-body h5 { margin: 1.4em 0 .35em; font-size: 18px; }
.article-body h6 { margin: 1.4em 0 .35em; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.article-body a { color: #c64f00; }
.article-body blockquote { margin: 2em 0; padding: 22px 26px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; background: var(--orange-soft); color: var(--ink); font-size: 21px; }
.article-body pre { overflow: auto; padding: 20px; border-radius: 15px; background: #211039; color: #fff; font-size: 14px; }
.article-body figure { margin: 2.2em 0; }
.article-body figure { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 12px; }
.article-body figure img { display: block; width: 100%; height: 100%; max-height: 620px; object-fit: cover; border-radius: 18px; }
.article-body figcaption { grid-column: 1 / -1; margin-top: 9px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.article-body .article-video { display: block; margin: 2.4em 0; }
.article-video-frame { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; background: #0b0612; box-shadow: 0 18px 44px rgba(18,8,34,.16); }
.article-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-body .article-video figcaption { margin-top: 10px; }
.article-body details { margin: 1.5em 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.article-body summary { cursor: pointer; font-weight: 800; }
.article-body table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 15px; }
.article-body th, .article-body td { padding: 13px; border: 1px solid var(--line); text-align: left; }
.article-body th { background: #000; color: #fff; }
.article-body .article-pullquote { padding: 26px 18px; border: 0; border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); border-radius: 0; background: transparent; font-size: clamp(24px,4vw,34px); font-weight: 800; line-height: 1.35; text-align: center; }
.article-body .article-cover { position: relative; display: block; min-height: 360px; overflow: hidden; border-radius: 22px; background: #111; }
.article-body .article-cover img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; border-radius: 0; opacity: .64; }
.article-body .article-cover figcaption { position: relative; z-index: 1; display: grid; min-height: 360px; place-items: center; margin: 0; padding: 50px; color: #fff; font-family: "Poppins", sans-serif; font-size: clamp(28px,5vw,50px); font-weight: 800; line-height: 1.15; text-align: center; }
.article-body .article-media-text { display: grid; grid-template-columns: minmax(220px,.9fr) minmax(0,1.1fr); gap: 30px; align-items: center; margin: 2.2em 0; }
.article-body .article-media-text figure { margin: 0; }
.article-body .article-media-text > div > :first-child { margin-top: 0; }
.article-body .article-columns { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 22px; margin: 2.2em 0; }
.article-body .article-columns > div { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.article-body .article-columns > div > :first-child { margin-top: 0; }
.article-body .article-spacer { display: block; }
.article-body .article-spacer-24 { height: 24px; }
.article-body .article-spacer-48 { height: 48px; }
.article-body .article-spacer-72 { height: 72px; }
.article-body .article-spacer-96 { height: 96px; }
.article-body .article-spacer-120 { height: 120px; }
.article-body .article-spacer-160 { height: 160px; }
.article-body .article-spacer-200 { height: 200px; }
.article-body .article-spacer-240 { height: 240px; }
.article-body .article-page-break { margin: 3em 0; border: 0; border-top: 2px dashed var(--line); }
.article-callout { margin: 2em 0; padding: 24px; border: 1px solid #ffb98a; border-radius: 18px; background: var(--orange-soft); }
.article-faq { margin: 2em 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.article-faq-group { margin: 4.4em 0 2.2em; scroll-margin-top: 110px; }
.article-faq-group > h2 { margin: .3em 0 .8em; }
.faq-accordion { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 18px 55px rgba(0,0,0,.08); }
.article-body .faq-item { margin: 0; padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.article-body .faq-item:last-child { border-bottom: 0; }
.article-body .faq-item summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; list-style: none; color: var(--ink); font-family: "Poppins", sans-serif; font-size: clamp(18px,2.2vw,23px); font-weight: 700; line-height: 1.35; }
.article-body .faq-item summary::-webkit-details-marker { display: none; }
.article-body .faq-item summary svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--orange); transition: transform .22s ease; }
.article-body .faq-item[open] summary svg { transform: rotate(180deg); }
.article-body .faq-item[open] summary { color: var(--orange); }
.faq-answer { padding: 0 64px 22px 24px; }
.faq-answer p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.ai-search-brief { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(270px,.75fr); gap: 26px 44px; margin: -10px 0 52px; padding: 30px; border: 1px solid rgba(255,106,0,.45); border-radius: 24px; background: linear-gradient(135deg,var(--orange-soft),var(--paper) 56%); box-shadow: var(--shadow); }
.ai-search-brief-copy h2 { margin: 8px 0 10px; font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; }
.ai-search-brief-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.ai-search-brief dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0; align-self: center; }
.ai-search-brief dl > div { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb,var(--paper) 86%,transparent); }
.ai-search-brief dt { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ai-search-brief dd { overflow-wrap: anywhere; margin: 6px 0 0; color: var(--ink); font-size: 12px; font-weight: 800; line-height: 1.35; }
.ai-entity-row { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.ai-entity-row span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.article-inline-cta { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin: 2.2em 0; padding: 28px; border-radius: 22px; background: #000; color: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.article-inline-cta h2 { margin: 8px 0 10px !important; color: #fff !important; font-size: clamp(26px,3.5vw,38px) !important; }
.article-inline-cta > div > p:last-child { max-width: 560px; margin: 0; color: #c8c2cf; font-size: 15px; line-height: 1.6; }
.article-inline-cta-actions { display: grid; gap: 9px; min-width: 210px; }
.secondary-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff !important; text-decoration: none; font-size: 13px; font-weight: 800; }
.article-sidebar { align-self: start; position: sticky; top: 100px; display: grid; gap: 18px; }
.sidebar-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.sidebar-card h3 { margin: 0 0 14px; font-size: 19px; }
.sidebar-cta { border-color: rgba(255,106,0,.5); background: #000; color: #fff; }
.sidebar-cta h3 { margin: 9px 0; color: #fff; font-size: 22px; line-height: 1.2; }
.sidebar-cta > p:not(.eyebrow) { margin: 0 0 18px; color: #bdb5c5; font-size: 13px; line-height: 1.55; }
.sidebar-cta .primary-link { width: 100%; min-height: 42px; padding: 0 14px; font-size: 12px; text-align: center; }
.toc-list, .recent-list, .sidebar-category-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.toc-list a, .recent-list a, .sidebar-category-list a { color: var(--ink-soft); text-decoration: none; font-size: 13px; line-height: 1.4; }
.toc-list a:hover, .recent-list a:hover, .sidebar-category-list a:hover { color: var(--orange); }
.sidebar-category-list li { display: flex; justify-content: space-between; gap: 12px; }
.share-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 38px 0 0; }
.share-row a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-decoration: none; font-size: 12px; font-weight: 800; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.author-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 50px; padding: 25px; border-radius: 20px; background: #000; color: #fff; }
.author-card .author-avatar { width: 64px; height: 64px; }
.author-card h3 { margin: 0 0 5px; }
.author-card p { margin: 0; color: #d8cfdf; line-height: 1.6; }

.article-signup { margin: 2.8em 0; padding: 30px; border: 1px solid #ffb98a; border-radius: 20px; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
.article-signup h2 { margin: .35em 0 .25em !important; font-size: 31px !important; }
.article-signup > p:not(.eyebrow) { color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.signup-form > div { display: flex; gap: 9px; margin-top: 18px; }
.signup-form input[type="email"] { min-width: 0; flex: 1; border: 1px solid rgba(17,17,17,.16); border-radius: 999px; background: #fff; color: #111; padding: 13px 16px; }
.signup-form button { border: 0; border-radius: 999px; background: #000; color: #fff; padding: 0 20px; font-weight: 800; cursor: pointer; }
.signup-form button:disabled { opacity: .55; }
.signup-form small { display: block; margin-top: 10px; color: #7c7087; font-size: 11px; }
.signup-message { min-height: 18px; margin: 8px 0 0 !important; font-size: 12px !important; }
.signup-message.success { color: #17884e !important; }
.signup-message.error { color: #b02a37 !important; }
.signup-honeypot { position: absolute !important; left: -9999px !important; }

.newsletter-band { padding: 75px max(20px, calc((100% - 1240px) / 2)); background: var(--orange); color: #fff; text-align: center; }
.newsletter-band h2 { margin: 0 0 10px; font-size: clamp(36px, 5vw, 64px); letter-spacing: -.045em; }
.newsletter-band p { margin: 0; font-size: 18px; }
.newsletter-band .signup-form { width: min(600px, 100%); margin: 25px auto 0; }
.newsletter-band .signup-form small { color: rgba(255,255,255,.78); }
.newsletter-band .signup-form button { background: #000; }
.newsletter-band .article-signup { margin: 0; padding: 0; border: 0; background: transparent; }
.newsletter-band .article-signup > p:not(.eyebrow) { color: rgba(255,255,255,.9); }
.newsletter-band .article-signup .eyebrow { color: #211039; }

.article-cta { padding: 90px max(20px, calc((100% - 1240px) / 2)); background: #000; color: #fff; }
.article-cta .eyebrow { color: #ff9d5c; }
.article-cta h2 { max-width: 850px; margin: 17px 0 28px; font-size: clamp(40px, 6vw, 75px); line-height: 1; letter-spacing: -.05em; }
.not-found { width: min(1000px, calc(100% - 40px)); margin: 70px auto; }
.not-found .primary-link { margin-top: 18px; }

.site-footer { padding: 56px 0; border-top: 1px solid rgba(255,255,255,.1); background: #000; color: #fff; }
.footer-inner { width: min(1500px, calc(100% - 32px)); margin: 0 auto; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top > a, .footer-top > span { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; font-size: 17px; font-weight: 900; }
.footer-top svg { width: 20px; height: 20px; }
.footer-main { display: grid; grid-template-columns: .9fr 2.8fr; gap: 60px; margin-top: 76px; }
.footer-brand { display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; text-decoration: none; font-family: "Poppins", sans-serif; font-size: 24px; font-weight: 800; }
.footer-columns { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }
.footer-columns section { display: grid; align-content: start; gap: 11px; }
.footer-columns h2 { margin: 0 0 6px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-columns a { color: #aaa; text-decoration: none; font-size: 15px; font-weight: 500; }
.footer-columns a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; color: #fff; font-weight: 700; }
.footer-socials { display: flex; align-items: center; gap: 22px; }
.footer-socials a { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; }
.footer-socials a:hover { color: var(--orange); transform: translateY(-2px); }
.footer-socials svg { width: 22px; height: 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .desktop-nav, .site-header-inner > .header-cta { display: none; }
  .mobile-menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
  .mobile-menu { position: absolute; top: 70px; right: 16px; display: grid; width: min(360px, calc(100% - 32px)); max-height: calc(100vh - 90px); gap: 4px; overflow-y: auto; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(5,5,5,.97); box-shadow: 0 30px 100px rgba(0,0,0,.6); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { padding: 13px 15px; border-radius: 12px; color: #fff; text-decoration: none; font-weight: 800; }
  .mobile-menu a:hover { background: rgba(255,255,255,.08); }
  .mobile-menu .header-cta { margin-top: 6px; padding: 0 20px; background: var(--orange); }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .post-card-featured { grid-column: span 2; grid-row: auto; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .ai-search-brief { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .site-header-inner { width: calc(100% - 28px); min-height: 68px; }
  .site-header .brand strong { display: none; }
  .theme-switcher { left: 7px; padding: 5px; }
  .theme-switcher button { width: 32px; height: 32px; }
  .blog-hero, .blog-shell, .article-shell { width: min(100% - 28px, 1240px); }
  .blog-hero { padding-top: 60px; }
  .post-grid, .category-grid { grid-template-columns: 1fr; }
  .post-card-featured { grid-column: auto; }
  .category-band { margin-top: 55px; padding: 30px 22px; }
  .article-header { padding-top: 45px; }
  .article-header h1 { font-size: 38px; }
  .article-deck { font-size: 18px; }
  .article-image { margin-bottom: 36px; }
  .article-image img { border-radius: 18px; }
  .article-cover-hero { min-height: 0; margin: 24px 0 36px; border-radius: 22px; }
  .article-cover-hero::after { background: linear-gradient(180deg, rgba(5,5,5,.86), rgba(5,5,5,.97)); }
  .article-cover-content { min-height: 520px; padding: 34px 24px; justify-content: flex-end; }
  .article-cover-hero h1 { font-size: 38px; }
  .article-cover-actions > span { width: 100%; margin: 10px 0 0; }
  .article-body { font-size: 17px; }
  .article-body .article-media-text { grid-template-columns: 1fr; }
  .article-body .article-cover, .article-body .article-cover figcaption { min-height: 280px; }
  .article-body .article-cover figcaption { padding: 28px; }
  .ai-search-brief { margin-bottom: 38px; padding: 22px; }
  .ai-search-brief dl { grid-template-columns: 1fr; }
  .article-inline-cta { grid-template-columns: 1fr; padding: 24px; }
  .article-inline-cta-actions { min-width: 0; }
  .article-body .faq-item summary { min-height: 68px; padding: 18px; font-size: 17px; }
  .faq-answer { padding: 0 48px 18px 18px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .author-card { grid-template-columns: 1fr; }
  .signup-form > div { flex-direction: column; }
  .signup-form button { min-height: 48px; }
  .site-footer { padding: 45px 0; }
  .footer-main { margin-top: 52px; gap: 38px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-socials { gap: 15px; }
}

.article-body .ob-spacing-compact { margin-top: .4em; margin-bottom: .4em; }
.article-body .ob-spacing-roomy { margin-top: 2.2em; margin-bottom: 2.2em; }
.article-body img[data-fit="cover"] { object-fit: cover; }
.article-body img[data-fit="contain"] { object-fit: contain; }
.article-body img[data-ratio="16/9"] { aspect-ratio: 16/9; }
.article-body img[data-ratio="4/3"] { aspect-ratio: 4/3; }
.article-body img[data-ratio="1/1"] { aspect-ratio: 1; }
