/* Dream Steps — archetypes/blog-article.css
 * Shared by every page in the blog-article archetype (54 page(s)).
 * Pages: ['blog/ai-agents-vs-automation.html', 'blog/ai-feature-vs-ai-first-product.html', 'blog/ai-product-mvp.html', 'blog/amazon-a-plus-content-guide.html', 'blog/app-router-vs-pages-router.html', 'blog/bigcommerce-magento-to-shopify.html', 'blog/brand-guidelines-explained.html', 'blog/brand-identity-vs-logo-design.html', 'blog/brand-motion-explained.html', 'blog/django-vs-fastapi.html', 'blog/do-you-need-kubernetes.html', 'blog/evals-for-ai-products.html', 'blog/express-vs-nestjs.html', 'blog/headless-shopify-hydrogen.html', 'blog/headless-vs-traditional-wordpress.html', 'blog/hidden-ux-problems.html', 'blog/how-ai-agents-work.html', 'blog/how-long-brand-identity-takes.html', 'blog/is-your-product-ai-ready.html', 'blog/laravel-inertia-vs-api-react.html', 'blog/laravel-vs-nodejs.html', 'blog/legacy-cms-to-modern.html', 'blog/legacy-software-modernization.html', 'blog/logo-design-pricing-guide.html', 'blog/logo-design-process.html', 'blog/native-vs-cross-platform.html', 'blog/nextjs-vs-react.html', 'blog/nodejs-vs-python-backend.html', 'blog/packaging-that-sells.html', 'blog/packaging-vs-amazon-a-plus.html', 'blog/python-for-ai-backends.html', 'blog/rag-vs-fine-tuning.html', 'blog/react-native-vs-flutter.html', 'blog/reduce-cloud-costs.html', 'blog/rewrite-vs-refactor.html', 'blog/serverless-vs-containers.html', 'blog/shopify-vs-woocommerce.html', 'blog/signs-your-logo-needs-refresh.html', 'blog/ux-vs-ui-design.html', 'blog/video-format-picker.html', 'blog/video-on-landing-pages.html', 'blog/what-is-a-vector-database.html', 'blog/what-to-automate-with-ai.html', 'blog/when-product-needs-design-system.html', 'blog/why-ai-gives-wrong-answers.html', 'blog/why-django-app-is-slow.html', 'blog/why-laravel-app-is-slow.html', 'blog/why-mobile-app-crashes.html', 'blog/why-nodejs-app-is-slow.html', 'blog/why-react-app-is-slow.html', 'blog/why-shopify-store-is-slow.html', 'blog/why-wordpress-site-is-slow.html', 'blog/wix-squarespace-to-wordpress.html', 'blog/wordpress-vs-webflow.html']
 */

:root {
  --ink: #0B0B0E; --ink-soft: #15151B; --ink-mute: #5B5B66; --ink-line: #2A2A33; --paper: #FFFFFF; --warm: #F7F4EE; --warm-2: #EFEADD; --warm-line: #E7E2D5; --orange: #E8430A; --orange-soft: #FF6A2C; --orange-deep: #BE3508; --orange-tint: rgba(232,67,10,.08); --shadow-1: 0 1px 0 rgba(11,11,14,.04), 0 8px 24px -10px rgba(11,11,14,.10); --shadow-2: 0 1px 0 rgba(11,11,14,.06), 0 24px 60px -24px rgba(11,11,14,.18); --shadow-3: 0 30px 80px -30px rgba(11,11,14,.45); --shadow-ink: 0 30px 80px -30px rgba(0,0,0,.6); --rad-xs: 8px; --rad-sm: 12px; --rad-md: 18px; --rad-lg: 24px; --rad-xl: 32px; --rad-pill: 999px; --container: 1260px; --gutter: clamp(20px, 4vw, 40px); --t-display: clamp(34px, 5vw, 72px); --t-h1: clamp(28px, 3.8vw, 56px); --t-h2: clamp(24px, 2.8vw, 42px); --t-h3: clamp(18px, 1.6vw, 24px); --t-base: 16px; --t-lead: clamp(15px, 1.1vw, 18px); --t-small: 13.5px; --t-eyebrow: 11.5px; --ease: cubic-bezier(.2,.7,.2,1); --ease-out: cubic-bezier(.16,1,.3,1)
}
body {
  margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: var(--t-base); line-height: 1.55; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'ss01', 'cv11'; overflow-x: hidden
}
h1, h2, h3 {
  letter-spacing: -0.02em; line-height: 1.04; font-weight: 700
}
h1 {
  letter-spacing: -0.035em
}
.section-pad {
  padding: clamp(80px, 10vw, 140px) 0
}
.bg-ink {
  background: var(--ink); color: #fff
}
.bg-warm {
  background: var(--warm)
}
.bg-warm-2 {
  background: var(--warm-2)
}
.dropdown-simple {
  left: 50%; transform: translateX(-50%) translateY(-6px)
}
.dropdown-simple {
  background: #fff; border-radius: 14px; padding: 6px; min-width: 220px; max-width: 260px; box-shadow: 0 8px 40px -8px rgba(11,11,14,.18), 0 0 0 1px rgba(11,11,14,.06)
}
.hero {
  position: relative; background: var(--ink); color: #fff; padding: clamp(120px, 13vw, 180px) 0 clamp(72px, 9vw, 120px); overflow: hidden; isolation: isolate
}
.hero::before {
  content: ''; position: absolute; inset: 0; background:
        radial-gradient(48% 55% at 92% 100%, rgba(232,67,10,.22) 0%, transparent 65%),
        radial-gradient(38% 48% at 6% 4%, rgba(232,67,10,.07) 0%, transparent 70%),
        radial-gradient(70% 60% at 50% 115%, rgba(80,40,160,.06) 0%, transparent 75%); z-index: -2
}
.hero::after {
  content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.07) 1.1px, transparent 1.3px); background-size: 28px 28px; mask-image: radial-gradient(72% 60% at 50% 38%, #000 22%, transparent 80%); -webkit-mask-image: radial-gradient(72% 60% at 50% 38%, #000 22%, transparent 80%); z-index: -1; opacity: .85
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 88px); align-items: center
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr; gap: 56px
  }
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 500; letter-spacing: .01em; color: rgba(255,255,255,.65); margin-bottom: 28px
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); flex-shrink: 0; animation: hero-pulse 2.6s ease-in-out infinite
}
@keyframes hero-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(34,197,94,.18)
  }
  50% {
    box-shadow: 0 0 0 7px rgba(34,197,94,.05)
  }
}
.hero h1 {
  font-size: clamp(38px, 4.4vw, 60px); font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; color: #fff; max-width: 16ch; margin: 0; text-wrap: balance
}
.hero h1 .headline-orange {
  display: block; color: var(--orange); font-weight: 600; font-style: normal; margin-top: 6px
}
.hero-sub {
  margin-top: 28px; max-width: 56ch; font-size: clamp(15px, 1.05vw, 17.5px); line-height: 1.65; color: rgba(255,255,255,.72)
}
.hero-cta {
  margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px
}
.hero-card {
  position: relative; padding: clamp(26px, 2.6vw, 40px); border-radius: 22px; background:
        linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.022) 100%); border: 1px solid rgba(255,255,255,.09); -webkit-backdrop-filter: blur(16px) saturate(1.1); backdrop-filter: blur(16px) saturate(1.1); box-shadow:
        0 36px 90px -36px rgba(0,0,0,.65),
        inset 0 1px 0 rgba(255,255,255,.06); isolation: isolate
}
.hero-card::before {
  content: ''; position: absolute; inset: -40px; background:
        radial-gradient(45% 45% at 82% 0%, rgba(232,67,10,.28), transparent 65%),
        radial-gradient(40% 40% at 0% 100%, rgba(232,67,10,.10), transparent 70%); z-index: -1; pointer-events: none
}
.hero-card-label {
  display: inline-flex; align-items: center; gap: 10px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.55)
}
.hero-card-label .ind {
  width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 3px rgba(232,67,10,.18); flex-shrink: 0
}
.hero-card-stat {
  margin-top: 18px; display: flex; align-items: baseline; gap: 8px; font-feature-settings: 'tnum' 1
}
.hero-card-num {
  font-size: clamp(54px, 6.8vw, 84px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.95; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.5) 100%); -webkit-background-clip: text; background-clip: text; color: transparent
}
.hero-card-num sup {
  font-size: .42em; vertical-align: super; color: var(--orange); -webkit-text-fill-color: var(--orange)
}
.hero-card-sub {
  margin-top: 12px; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.7); max-width: 38ch
}
.hero-card-sub strong {
  color: #fff; font-weight: 600
}
.hero-card-divider {
  margin: 26px 0 14px; height: 1px; background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.12) 18%, rgba(255,255,255,.12) 82%, transparent)
}
.hero-card-rows {
  display: flex; flex-direction: column
}
.hero-card-row {
  display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 14px 0; align-items: baseline
}
.hero-card-row + .hero-card-row {
  border-top: 1px solid rgba(255,255,255,.06)
}
.hero-card-row .val {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: #fff; line-height: 1; font-feature-settings: 'tnum' 1; white-space: nowrap
}
.hero-card-row .val .unit {
  font-size: 12.5px; font-weight: 600; margin-left: 3px; color: rgba(255,255,255,.45); letter-spacing: 0
}
.hero-card-row .val .star {
  color: var(--orange); font-size: 18px; margin-left: 4px; vertical-align: -1px
}
.hero-card-row .key {
  font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.4
}
@media (max-width: 980px) {
  .hero-card {
    max-width: 520px; margin: 0 auto; width: 100%
  }
}
.trust {
  background: var(--ink); color: #fff; padding: 36px 0 56px; border-top: 1px solid rgba(255,255,255,.06)
}
.trust-label {
  text-align: center; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 26px
}
.marquee {
  overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
}
.marquee-track {
  display: flex; gap: 64px; width: max-content; animation: scroll 38s linear infinite
}
.marquee-track:hover {
  animation-play-state: paused
}
.marquee-item {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: clamp(16px, 1.8vw, 24px); letter-spacing: -0.02em; color: rgba(255,255,255,.42); opacity: 1; white-space: nowrap; transition: color .25s var(--ease); display: inline-flex; align-items: center; gap: 10px
}
.marquee-item .glyph {
  color: var(--orange)
}
.marquee-item:hover {
  color: rgba(255,255,255,.92)
}
@keyframes scroll {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-50%)
  }
}
.services {
  background: var(--paper)
}
.section-head {
  max-width: 880px; margin: 0 auto 64px; text-align: center
}
.section-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.03em
}
.section-head p {
  margin-top: 20px; font-size: var(--t-lead); color: var(--ink-mute); max-width: 640px; margin-left: auto; margin-right: auto
}
.section-head.on-ink h2 {
  color: #fff
}
.section-head.on-ink p {
  color: rgba(255,255,255,.7)
}
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--warm-line); border-radius: var(--rad-lg); overflow: hidden; box-shadow: var(--shadow-1)
}
@media (max-width: 620px) {
  .services-grid {
    grid-template-columns: 1fr
  }
}
.service-card {
  position: relative; background: var(--paper); padding: 28px 24px 28px; transition: background .35s var(--ease), color .35s var(--ease); overflow: hidden; isolation: isolate; min-height: 240px
}
.service-card::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, var(--orange) 0%, var(--orange-deep) 100%); transform: translateY(101%); transition: transform .55s var(--ease-out); z-index: -1
}
.service-card:hover {
  color: #fff
}
.service-card:hover::before {
  transform: translateY(0)
}
.service-card .ic-wrap {
  width: 52px; height: 52px; border-radius: 14px; background: var(--warm); color: var(--orange); display: grid; place-items: center; margin-bottom: 22px; transition: background .35s var(--ease), color .35s var(--ease)
}
.service-card .ic-wrap svg {
  width: 24px; height: 24px; stroke-width: 1.75
}
.service-card:hover .ic-wrap {
  background: rgba(255,255,255,.18); color: #fff
}
.service-card h3 {
  font-size: clamp(17px, 1.5vw, 21px); font-weight: 700; letter-spacing: -0.02em
}
.service-card p {
  margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--ink-mute); transition: color .35s var(--ease)
}
.service-card:hover p {
  color: rgba(255,255,255,.85)
}
.service-card .arrow {
  position: absolute; right: 26px; bottom: 26px; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; opacity: 0; transform: translate(-10px, 10px); transition: opacity .35s var(--ease), transform .35s var(--ease), background .35s var(--ease)
}
.service-card:hover .arrow {
  opacity: 1; transform: translate(0,0); background: #fff; color: var(--orange)
}
.service-card .arrow svg {
  width: 16px; height: 16px
}
.service-card .stack {
  margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px
}
.service-card .chip {
  font-size: 11.5px; font-weight: 500; padding: 4px 9px; border-radius: var(--rad-pill); background: var(--warm); color: var(--ink-mute); transition: background .35s var(--ease), color .35s var(--ease)
}
.service-card:hover .chip {
  background: rgba(255,255,255,.14); color: #fff
}
.case-studies {
  background: var(--warm)
}
.cases {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px
}
@media (max-width: 980px) {
  .cases {
    grid-template-columns: 1fr
  }
}
.case {
  position: relative; border-radius: var(--rad-xl); overflow: hidden; isolation: isolate; min-height: 480px; display: flex; align-items: flex-end; color: #fff; cursor: pointer; box-shadow: var(--shadow-2)
}
.case .photo {
  position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; transition: transform 1.4s var(--ease-out)
}
.case:hover .photo {
  transform: scale(1.06)
}
.case::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,14,0) 30%, rgba(11,11,14,.78) 80%, rgba(11,11,14,.95) 100%); z-index: -1
}
.case .content {
  padding: 36px 36px 32px; width: 100%
}
.case .chip-row {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px
}
.case-chip {
  font-size: 11.5px; font-weight: 600; padding: 5px 10px; border-radius: var(--rad-pill); background: rgba(255,255,255,.12); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #fff; letter-spacing: .04em; text-transform: uppercase
}
.case-chip.orange {
  background: var(--orange)
}
.case h3 {
  font-size: clamp(22px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.02em; max-width: 26ch
}
.case .meta {
  margin-top: 22px; display: flex; flex-wrap: wrap; gap: 22px 32px; color: rgba(255,255,255,.82); font-size: 14px
}
.case .meta .v {
  font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -0.02em; display: block
}
.case .meta .k {
  font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .65; margin-top: 2px
}
.case .cta-link {
  position: absolute; top: 30px; right: 30px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); display: grid; place-items: center; transition: background .25s var(--ease), color .25s var(--ease), transform .35s var(--ease)
}
.case:hover .cta-link {
  background: var(--orange); color: #fff; transform: rotate(-45deg)
}
.case .cta-link svg {
  width: 18px; height: 18px
}
.case.large {
  min-height: 620px
}
@media (max-width: 980px) {
  .case.large {
    min-height: 480px
  }
}
.cases-secondary {
  display: grid; grid-template-columns: 1fr; gap: 24px
}
.case.small {
  min-height: 228px
}
@media (max-width: 980px) {
  .case.small {
    min-height: 360px
  }
}
.all-work {
  margin-top: 56px; text-align: center
}
.process {
  background: var(--paper)
}
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step
}
@media (max-width: 980px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 560px) {
  .process-grid {
    grid-template-columns: 1fr
  }
}
.step {
  position: relative; background: var(--warm); border-radius: var(--rad-lg); padding: 36px 28px 32px; counter-increment: step; transition: transform .35s var(--ease), background .35s var(--ease)
}
.step:hover {
  transform: translateY(-6px); background: var(--warm-2)
}
.step .num {
  font-size: 13px; font-weight: 700; letter-spacing: .14em; color: var(--orange); text-transform: uppercase; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px
}
.step .num::before {
  content: counter(step, decimal-leading-zero)
}
.step .num::after {
  content: ''; display: inline-block; width: 22px; height: 1px; background: var(--orange)
}
.step .ic {
  width: 48px; height: 48px; border-radius: 12px; background: var(--paper); color: var(--ink); display: grid; place-items: center; margin-bottom: 22px; box-shadow: var(--shadow-1)
}
.step .ic svg {
  width: 22px; height: 22px; stroke-width: 1.75
}
.step h3 {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em
}
.step p {
  margin-top: 10px; font-size: 14.5px; color: var(--ink-mute); line-height: 1.55
}
.stats {
  background: var(--ink); color: #fff; padding: clamp(64px, 8vw, 96px) 0; position: relative; overflow: hidden
}
.stats::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(60% 100% at 50% 0%, rgba(232,67,10,.14), transparent 60%)
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative
}
@media (max-width: 760px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
.stat {
  padding: 12px 8px
}
.stat .v {
  font-size: clamp(40px, 5vw, 72px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.55) 100%); -webkit-background-clip: text; background-clip: text; color: transparent
}
.stat .v sup {
  font-size: .5em; vertical-align: super; color: var(--orange); -webkit-text-fill-color: var(--orange)
}
.stat .k {
  margin-top: 14px; font-size: 14.5px; letter-spacing: .02em; color: rgba(255,255,255,.7); max-width: 22ch
}
.why {
  background: var(--paper)
}
.why-head {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: end; margin-bottom: 64px
}
@media (max-width: 980px) {
  .why-head {
    grid-template-columns: 1fr
  }
}
.why-head h2 {
  font-size: var(--t-h2); letter-spacing: -0.03em; font-weight: 800; line-height: 1.05
}
.why-head h2 em {
  font-style: normal; color: var(--orange); font-weight: 700
}
.why-head .lede {
  font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.55; max-width: 56ch
}
.pillars {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px
}
@media (max-width: 980px) {
  .pillars {
    grid-template-columns: 1fr
  }
}
.pillar {
  background: var(--warm); border-radius: var(--rad-lg); overflow: hidden; display: grid; grid-template-rows: 240px 1fr; transition: transform .4s var(--ease)
}
.pillar:hover {
  transform: translateY(-6px)
}
.pillar .img {
  background-size: cover; background-position: center; position: relative
}
.pillar .img::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,11,14,.18), transparent 50%)
}
.pillar .body {
  padding: 28px 28px 32px
}
.pillar .tag {
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px
}
.pillar h3 {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em
}
.pillar p {
  margin-top: 10px; font-size: 15px; color: var(--ink-mute); line-height: 1.55
}
.testimonials {
  background: var(--warm)
}
.quote-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px
}
@media (max-width: 980px) {
  .quote-grid {
    grid-template-columns: 1fr
  }
}
.quote {
  background: var(--paper); border-radius: var(--rad-lg); padding: 32px 30px 28px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; transition: transform .35s var(--ease), box-shadow .35s var(--ease)
}
.quote:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2)
}
.quote .mark {
  width: 36px; height: 36px; border-radius: 10px; background: var(--orange-tint); color: var(--orange); display: grid; place-items: center
}
.quote .mark svg {
  width: 18px; height: 18px
}
.quote .stars {
  display: inline-flex; gap: 3px; color: var(--orange); margin-top: 8px
}
.quote .stars svg {
  width: 15px; height: 15px; fill: currentColor; stroke: none
}
.quote blockquote {
  margin: 16px 0 0; font-size: 17.5px; line-height: 1.55; letter-spacing: -0.005em; color: var(--ink)
}
.quote .person {
  display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--warm-line)
}
.quote .avatar {
  width: 44px; height: 44px; border-radius: 50%; background-size: cover; background-position: center; flex: 0 0 auto
}
.quote .who {
  font-size: 14.5px; font-weight: 600
}
.quote .role {
  font-size: 13px; color: var(--ink-mute)
}
.quote.feature {
  background: var(--ink); color: #fff
}
.quote.feature blockquote {
  color: #fff; font-size: 21px; font-weight: 600; letter-spacing: -0.015em
}
.quote.feature .who {
  color: #fff
}
.quote.feature .role {
  color: rgba(255,255,255,.6)
}
.quote.feature .person {
  border-color: rgba(255,255,255,.12)
}
.quote.feature .mark {
  background: rgba(232,67,10,.18); color: var(--orange-soft)
}
.insights {
  background: var(--paper)
}
.insights-head {
  display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 56px
}
@media (max-width: 760px) {
  .insights-head {
    flex-direction: column; align-items: flex-start
  }
}
.insights-head h2 {
  font-size: var(--t-h2); letter-spacing: -0.03em; max-width: 18ch
}
.insights-head .eyebrow {
  margin-bottom: 14px
}
.insights-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px
}
@media (max-width: 880px) {
  .insights-grid {
    grid-template-columns: 1fr
  }
}
.insight {
  display: flex; flex-direction: column; border-radius: var(--rad-lg); overflow: hidden; background: var(--warm); transition: transform .4s var(--ease), background .4s var(--ease)
}
.insight:hover {
  transform: translateY(-6px); background: var(--warm-2)
}
.insight .img {
  aspect-ratio: 16/10; background-size: cover; background-position: center
}
.insight .body {
  padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; gap: 16px
}
.insight .cat {
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange)
}
.insight h3 {
  font-size: 20px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.25
}
.insight .read {
  margin-top: auto; font-size: 13px; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 6px
}
.final-cta {
  background: var(--ink); color: #fff; position: relative; overflow: hidden
}
.final-cta::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 80% 100%, rgba(232,67,10,.22), transparent 60%)
}
.final-cta .container {
  position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: end
}
@media (max-width: 880px) {
  .final-cta .container {
    grid-template-columns: 1fr
  }
}
.final-cta h2 {
  font-size: var(--t-h2); letter-spacing: -0.03em; line-height: 1.05; max-width: 18ch
}
.final-cta h2 em {
  font-style: normal; color: var(--orange-soft); font-weight: 700
}
.final-cta p {
  margin-top: 22px; font-size: var(--t-lead); color: rgba(255,255,255,.7); max-width: 52ch
}
.final-cta .actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px
}
.final-cta .right {
  padding-bottom: 8px
}
.final-cta .points li {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.10); font-size: 15px; color: rgba(255,255,255,.85)
}
.final-cta .points li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.10)
}
.final-cta .points li .ic {
  width: 22px; height: 22px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; flex: 0 0 auto; margin-top: 2px
}
.final-cta .points li .ic svg {
  width: 12px; height: 12px; stroke-width: 3
}
.final-cta .points {
  list-style: none; padding: 0; margin: 0
}
.socials svg {
  width: 16px; height: 16px; stroke-width: 1.75
}
.faq {
  background: var(--warm)
}
.faq-layout {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(40px, 6vw, 100px); align-items: start
}
@media (max-width: 880px) {
  .faq-layout {
    grid-template-columns: 1fr
  }
}
.faq-left h2 {
  font-size: var(--t-h2); letter-spacing: -0.03em; margin-top: 16px; max-width: 16ch
}
.faq-left p {
  margin-top: 16px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.6; max-width: 36ch
}
.faq-right {
  display: flex; flex-direction: column; gap: 0
}
.faq-item {
  border-bottom: 1px solid var(--warm-line); overflow: hidden
}
.faq-item:first-child {
  border-top: 1px solid var(--warm-line)
}
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; letter-spacing: -0.01em; list-style: none; transition: color .2s var(--ease)
}
.faq-item summary::-webkit-details-marker {
  display: none
}
.faq-item summary::after {
  content: ''; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); border: 1px solid var(--warm-line); flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235B5B66' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; transition: background-color .25s var(--ease), transform .25s var(--ease)
}
.faq-item[open] summary::after {
  background-color: var(--orange); border-color: var(--orange); transform: rotate(45deg); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")
}
.faq-item[open] summary {
  color: var(--orange)
}
.faq-answer {
  padding: 0 48px 22px 0
}
.faq-answer p {
  font-size: 15px; color: var(--ink-mute); line-height: 1.7
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important
  }
  .marquee-track {
    animation: none
  }
  .floating-card {
    animation: none
  }
}
.article-page {
  background: var(--paper); color: var(--ink)
}
.article-hero {
  padding: 140px 0 40px; background: var(--paper); border-bottom: 1px solid var(--warm-line)
}
.breadcrumbs {
  font-size: 13px; color: var(--ink-mute); margin-bottom: 28px; letter-spacing: .01em
}
.breadcrumbs a {
  color: var(--ink-mute); text-decoration: none; transition: color .2s var(--ease)
}
.breadcrumbs a:hover {
  color: var(--orange)
}
.breadcrumbs span:last-child {
  color: var(--ink)
}
.article-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 12px; border: 1px solid var(--warm-line); border-radius: var(--rad-pill); font-size: 12px; font-weight: 500; color: var(--ink); letter-spacing: .03em; text-transform: uppercase; background: var(--warm); margin-bottom: 24px
}
.article-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(232,67,10,.12)
}
.article-h1 {
  font-size: clamp(34px, 5.4vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 24px; max-width: 18ch; text-wrap: balance
}
.article-h1 em {
  font-style: normal; color: var(--orange); font-weight: 700
}
.article-dek {
  font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--ink-mute); max-width: 60ch; margin: 0 0 40px; font-weight: 400
}
.article-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 24px 40px; padding-top: 24px; border-top: 1px solid var(--warm-line)
}
.author-chip {
  display: flex; align-items: center; gap: 14px
}
.author-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%); color: white; display: grid; place-items: center; font-weight: 600; font-size: 14px; letter-spacing: .02em
}
.author-name {
  font-size: 14.5px; font-weight: 600; color: var(--ink)
}
.author-role {
  font-size: 12.5px; color: var(--ink-mute); margin-top: 2px
}
.article-date {
  font-size: 12.5px; color: var(--ink-mute)
}
.article-date span:first-child {
  text-transform: uppercase; letter-spacing: .08em; font-size: 11px; display: block; margin-bottom: 4px
}
.article-date span:last-child {
  color: var(--ink); font-weight: 500
}
.article-illo {
  padding: 40px 0 60px; background: var(--paper)
}
.illo-card {
  width: 100%; aspect-ratio: 16 / 9; border-radius: var(--rad-lg); background: linear-gradient(135deg, #F7F4EE 0%, #EFEADD 100%); border: 1px solid var(--warm-line); position: relative; overflow: hidden; box-shadow: var(--shadow-2)
}
.illo-card svg {
  width: 100%; height: 100%; display: block
}
.article-body {
  padding: 40px 0 80px; background: var(--paper)
}
.prose {
  max-width: 720px; margin: 0 auto; font-size: 17.5px; line-height: 1.75; color: var(--ink)
}
.prose .lede {
  font-size: 21px; line-height: 1.6; font-weight: 500; color: var(--ink); margin: 0 0 32px; letter-spacing: -0.005em
}
.prose h2 {
  font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; line-height: 1.2; letter-spacing: -0.018em; margin: 64px 0 20px; color: var(--ink); text-wrap: balance
}
.prose h3 {
  font-size: 20px; font-weight: 600; line-height: 1.3; margin: 40px 0 14px; color: var(--ink)
}
.prose p {
  margin: 0 0 24px
}
.prose ul, .prose ol {
  margin: 0 0 28px; padding-left: 24px
}
.prose ul li, .prose ol li {
  margin-bottom: 12px; padding-left: 8px
}
.prose ul li::marker {
  color: var(--orange)
}
.prose ol li::marker {
  color: var(--orange); font-weight: 600
}
.prose strong {
  font-weight: 600; color: var(--ink)
}
.prose a {
  color: var(--ink); text-decoration: underline; text-decoration-color: rgba(232,67,10,.35); text-underline-offset: 3px; text-decoration-thickness: 1.5px; transition: text-decoration-color .2s var(--ease)
}
.prose a:hover {
  text-decoration-color: var(--orange)
}
.pull-quote {
  margin: 48px -20px; padding: 40px 32px 36px; background: var(--warm); border-radius: var(--rad-md); border-left: 4px solid var(--orange); font-size: 21px; line-height: 1.5; font-weight: 500; color: var(--ink); letter-spacing: -0.005em
}
.pull-quote::before {
  content: ""; display: block; width: 28px; height: 2px; background: var(--orange); margin-bottom: 16px
}
.callout {
  margin: 36px 0; padding: 24px 28px; background: var(--warm); border-radius: var(--rad-md); border: 1px solid var(--warm-line)
}
.callout-label {
  display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); margin-bottom: 10px
}
.callout p {
  margin: 0; font-size: 16px; line-height: 1.6
}
.in-body-svg {
  margin: 40px 0; padding: 32px; background: var(--warm); border-radius: var(--rad-md); border: 1px solid var(--warm-line)
}
.in-body-svg svg {
  width: 100%; height: auto; display: block
}
.in-body-svg + p {
  margin-top: 0
}
.in-body-svg + .caption {
  text-align: center; font-size: 13px; color: var(--ink-mute); margin: -16px 0 28px; font-style: normal
}
.article-faq {
  margin: 32px 0 56px; border-top: 1px solid var(--warm-line)
}
.article-faq details {
  border-bottom: 1px solid var(--warm-line); padding: 0
}
.article-faq summary {
  list-style: none; cursor: pointer; padding: 24px 56px 24px 0; position: relative; font-weight: 600; font-size: 17px; line-height: 1.4; color: var(--ink); transition: color .2s var(--ease)
}
.article-faq summary::-webkit-details-marker {
  display: none
}
.article-faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--warm); display: grid; place-items: center; font-size: 18px; font-weight: 400; color: var(--ink); transition: all .2s var(--ease)
}
.article-faq details[open] summary {
  color: var(--orange)
}
.article-faq details[open] summary::after {
  content: "×"; background: var(--orange); color: white
}
.article-faq .faq-a {
  padding: 0 56px 28px 0; font-size: 16px; line-height: 1.7; color: var(--ink-mute)
}
.article-faq .faq-a p {
  margin: 0 0 14px
}
.article-faq .faq-a p:last-child {
  margin-bottom: 0
}
.article-cta {
  margin: 56px 0 0; padding: 36px 32px; background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 100%); color: white; border-radius: var(--rad-lg); display: flex; flex-wrap: wrap; align-items: center; gap: 24px; justify-content: space-between
}
.article-cta h3 {
  font-size: 22px; font-weight: 600; margin: 0 0 8px; color: white; letter-spacing: -0.01em; line-height: 1.25
}
.article-cta p {
  margin: 0; font-size: 15px; color: rgba(255,255,255,.7); max-width: 44ch
}
.article-cta .btn-orange {
  flex-shrink: 0; background: var(--orange); color: white; padding: 14px 24px; border-radius: var(--rad-pill); font-weight: 500; font-size: 14.5px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s var(--ease)
}
.article-cta .btn-orange:hover {
  background: var(--orange-soft); transform: translateY(-1px)
}
.article-related {
  padding: 80px 0; background: var(--warm); border-top: 1px solid var(--warm-line)
}
.article-related h2 {
  font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; letter-spacing: -0.018em; margin: 0 0 8px; text-align: center
}
.article-related .related-eyebrow {
  text-align: center; font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--orange); margin-bottom: 12px
}
.article-related .related-sub {
  text-align: center; font-size: 16px; color: var(--ink-mute); margin: 0 auto 48px; max-width: 50ch
}
.related-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin: 0 auto
}
.rr-card {
  background: var(--paper); border-radius: var(--rad-md); border: 1px solid var(--warm-line); padding: 28px; text-decoration: none; color: var(--ink); transition: all .25s var(--ease); display: flex; flex-direction: column; gap: 16px
}
.rr-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: rgba(232,67,10,.3)
}
.rr-card .rr-tag {
  display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--orange)
}
.rr-card h3 {
  font-size: 19px; font-weight: 600; line-height: 1.3; margin: 0; color: var(--ink); letter-spacing: -0.01em
}
.rr-card .rr-dek {
  font-size: 14.5px; line-height: 1.5; color: var(--ink-mute); margin: 0
}
.rr-card .rr-foot {
  margin-top: auto; padding-top: 8px; font-size: 12.5px; color: var(--ink-mute); display: flex; align-items: center; gap: 8px
}
.rr-card .rr-foot strong {
  font-weight: 500; color: var(--ink)
}
.final-orange {
  padding: 100px 0; background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%); color: white; position: relative; overflow: hidden
}
.final-orange::before {
  content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(255,255,255,.08) 0%, transparent 60%); pointer-events: none
}
.final-orange .container {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative
}
.final-orange h2 {
  font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.1; letter-spacing: -0.022em; margin: 0 0 20px; color: white; text-wrap: balance
}
.final-orange h2 em {
  font-style: normal; color: rgba(255,255,255,.7); font-weight: 700
}
.final-orange p {
  font-size: 17px; line-height: 1.5; color: rgba(255,255,255,.85); margin: 0 0 32px; max-width: 46ch
}
.final-orange .ctas {
  display: flex; flex-wrap: wrap; gap: 12px
}
.final-orange .btn-white {
  background: white; color: var(--ink); padding: 16px 28px; border-radius: var(--rad-pill); font-weight: 500; font-size: 14.5px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s var(--ease)
}
.final-orange .btn-white:hover {
  background: var(--ink); color: white; transform: translateY(-2px)
}
.final-orange .btn-ghost {
  background: transparent; color: white; padding: 16px 28px; border-radius: var(--rad-pill); font-weight: 500; font-size: 14.5px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.4); transition: all .2s var(--ease)
}
.final-orange .btn-ghost:hover {
  background: rgba(255,255,255,.1); border-color: white
}
.final-orange .expect-card {
  background: rgba(255,255,255,.1); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.2); border-radius: var(--rad-md); padding: 28px
}
.final-orange .expect-card .expect-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 16px
}
.final-orange .expect-row {
  display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15)
}
.final-orange .expect-row:last-child {
  border-bottom: 0
}
.final-orange .expect-row .num {
  width: 24px; height: 24px; border-radius: 50%; background: white; color: var(--orange-deep); display: grid; place-items: center; font-size: 11px; font-weight: 700; flex-shrink: 0
}
.final-orange .expect-row p {
  margin: 0; font-size: 14px; line-height: 1.45; color: white
}
@media (max-width: 900px) {
  .article-hero {
    padding: 110px 0 32px
  }
  .related-grid {
    grid-template-columns: 1fr
  }
  .final-orange .container {
    grid-template-columns: 1fr; gap: 32px
  }
  .article-cta {
    flex-direction: column; align-items: flex-start
  }
  .pull-quote {
    margin: 32px 0; padding: 28px 24px; font-size: 18px
  }
}
@media (max-width: 600px) {
  .article-hero {
    padding: 96px 0 24px
  }
  .article-h1 {
    font-size: 32px
  }
  .article-dek {
    font-size: 17px
  }
  .prose {
    font-size: 16.5px
  }
  .prose .lede {
    font-size: 18px
  }
  .prose h2 {
    font-size: 22px; margin-top: 48px
  }
}
