/* Dream Steps — pages/blog-index.css
 * Page-specific rules for blog/index.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
  }
}
.blog-page {
  background: var(--paper)
}
.blog-hero {
  padding: 140px 0 60px; background: var(--paper)
}
.blog-hero .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
}
.blog-hero .eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(232,67,10,.12)
}
.blog-hero h1 {
  font-size: clamp(36px, 5.4vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -0.024em; margin: 0 0 20px; max-width: 20ch; text-wrap: balance
}
.blog-hero h1 em {
  font-style: normal; color: var(--orange)
}
.blog-hero p.lead {
  font-size: 18px; line-height: 1.5; color: var(--ink-mute); max-width: 56ch; margin: 0
}
.blog-filters {
  margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; padding-top: 32px; border-top: 1px solid var(--warm-line)
}
.blog-filters a {
  padding: 8px 16px; border: 1px solid var(--warm-line); border-radius: var(--rad-pill); font-size: 13px; font-weight: 500; color: var(--ink); text-decoration: none; background: var(--warm); transition: all .2s var(--ease)
}
.blog-filters a:hover, .blog-filters a.active {
  background: var(--ink); color: white; border-color: var(--ink)
}
.blog-featured {
  padding: 0 0 60px; background: var(--paper)
}
.post-card-lg {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; background: var(--warm); border-radius: var(--rad-lg); border: 1px solid var(--warm-line); text-decoration: none; color: var(--ink); overflow: hidden; transition: all .3s var(--ease)
}
.post-card-lg:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2)
}
.post-card-lg .post-thumb {
  aspect-ratio: 16 / 11; border-right: 1px solid var(--warm-line)
}
.post-card-lg .post-thumb svg {
  width: 100%; height: 100%; display: block
}
.post-card-lg .post-body {
  padding: 48px 44px; display: flex; flex-direction: column; gap: 16px; justify-content: center
}
.post-card-lg .post-meta {
  margin-bottom: 4px
}
.post-card-lg h3 {
  font-size: clamp(22px, 2.4vw, 32px); font-weight: 700; line-height: 1.2; letter-spacing: -0.018em; margin: 0; color: var(--ink); text-wrap: balance
}
.post-card-lg p {
  font-size: 16px; line-height: 1.55; color: var(--ink-mute); margin: 0
}
.blog-grid {
  padding: 0 0 100px; background: var(--paper)
}
.blog-grid .section-head {
  display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--warm-line)
}
.blog-grid .section-head h2 {
  font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; letter-spacing: -0.016em; margin: 0
}
.blog-grid .section-head .meta {
  font-size: 13px; color: var(--ink-mute)
}
.posts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px
}
.post-card {
  background: var(--paper); border: 1px solid var(--warm-line); border-radius: var(--rad-md); overflow: hidden; text-decoration: none; color: var(--ink); transition: all .25s var(--ease); display: flex; flex-direction: column
}
.post-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: rgba(232,67,10,.3)
}
.post-card .post-thumb {
  aspect-ratio: 5 / 3; border-bottom: 1px solid var(--warm-line)
}
.post-card .post-thumb svg {
  width: 100%; height: 100%; display: block
}
.post-card .post-body {
  padding: 24px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1
}
.post-meta {
  display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--ink-mute); letter-spacing: .02em
}
.post-cat {
  font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); font-size: 11px
}
.post-card h3 {
  font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; margin: 0; color: var(--ink)
}
.post-card p {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-mute); margin: 0
}
.post-foot {
  margin-top: auto; padding-top: 12px; border-top: 1px solid var(--warm-line); display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-mute)
}
.post-author {
  font-weight: 500; color: var(--ink)
}
.blog-newsletter {
  padding: 80px 0; background: var(--warm); border-top: 1px solid var(--warm-line)
}
.newsletter-card {
  max-width: 720px; margin: 0 auto; text-align: center
}
.newsletter-card h2 {
  font-size: clamp(26px, 3vw, 36px); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 14px; text-wrap: balance
}
.newsletter-card h2 em {
  font-style: normal; color: var(--orange)
}
.newsletter-card p {
  font-size: 16px; color: var(--ink-mute); margin: 0 0 28px; line-height: 1.55
}
.newsletter-form {
  display: flex; gap: 10px; max-width: 480px; margin: 0 auto
}
.newsletter-form input {
  flex: 1; padding: 14px 18px; border: 1px solid var(--warm-line); border-radius: var(--rad-pill); font-family: inherit; font-size: 14.5px; background: var(--paper); color: var(--ink); outline: none; transition: border-color .2s var(--ease)
}
.newsletter-form input:focus {
  border-color: var(--orange)
}
.newsletter-form button {
  padding: 14px 24px; border: none; border-radius: var(--rad-pill); background: var(--ink); color: white; font-family: inherit; font-size: 14.5px; font-weight: 500; cursor: pointer; transition: all .2s var(--ease); display: inline-flex; align-items: center; gap: 8px
}
.newsletter-form button:hover {
  background: var(--orange)
}
.newsletter-meta {
  margin-top: 16px; font-size: 12.5px; color: var(--ink-mute)
}
@media (max-width: 900px) {
  .post-card-lg {
    grid-template-columns: 1fr
  }
  .post-card-lg .post-thumb {
    border-right: none; border-bottom: 1px solid var(--warm-line)
  }
  .post-card-lg .post-body {
    padding: 28px
  }
  .posts-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 600px) {
  .posts-grid {
    grid-template-columns: 1fr
  }
  .newsletter-form {
    flex-direction: column
  }
  .blog-hero {
    padding: 100px 0 40px
  }
}
