/* Dream Steps — archetypes/design.css
 * Shared by every page in the design archetype (5 page(s)).
 * Pages: ['design/brand-identity.html', 'design/logo-design.html', 'design/packaging-design.html', 'design/ui-ux-design.html', 'design/video-animation.html']
 */

:root {
  --ink: #0B0B0E; --ink-soft: #15151B; --ink-mute: #6B6B7B; --ink-line: #2A2A33; --paper: #FFFFFF; --warm: #F7F4EE; --warm-2: #EFEADD; --warm-line: #E8E3D8; --orange: #E8430A; --orange-soft: #FF6A2C; --orange-deep: #C73508; --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: 16px; --rad-lg: 24px; --rad-xl: 32px; --rad-pill: 100px; --container: 1260px; --gutter: clamp(20px, 4vw, 40px); --t-h2: clamp(24px, 3vw, 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.7; 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.1; font-weight: 700
}
h1 {
  letter-spacing: -0.035em; line-height: 1.08; font-weight: 700
}
.eyebrow.on-orange {
  color: rgba(255,255,255,.92)
}
.eyebrow.on-orange::before {
  background: #fff; opacity: 1
}
.btn-on-orange-solid {
  background: #fff; color: var(--orange); box-shadow: 0 12px 32px -10px rgba(11,11,14,.25)
}
.btn-on-orange-solid:hover {
  background: var(--ink); color: #fff
}
.btn-on-orange-ghost {
  background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55)
}
.btn-on-orange-ghost:hover {
  box-shadow: inset 0 0 0 1.5px #fff; background: rgba(255,255,255,.06)
}
.section-pad {
  padding: clamp(80px, 10vw, 140px) 0
}
.dropdown-simple {
  left: 50%; transform: translateX(-50%) translateY(-6px); 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: 18ch; margin: 0; text-wrap: balance
}
.hero h1 .headline-orange {
  display: block; font-size: inherit; color: var(--orange); font-weight: 600; font-style: normal; margin-top: 6px
}
.hero-sub {
  margin-top: 28px; max-width: 58ch; 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%
  }
}
.hero-canvas {
  position: relative; aspect-ratio: 4 / 5; max-height: 720px
}
.hc-board {
  position: relative; width: 100%; height: 100%; background:
        radial-gradient(60% 50% at 88% 0%, rgba(232,67,10,.22), transparent 60%),
        radial-gradient(50% 50% at 5% 100%, rgba(232,67,10,.10), transparent 70%),
        linear-gradient(165deg, #15151B 0%, #0B0B0E 60%, #08080C 100%); border-radius: 22px; border: 1px solid rgba(255,255,255,.08); padding: 28px 32px 100px; display: flex; flex-direction: column; gap: 22px; box-shadow: var(--shadow-ink), inset 0 1px 0 rgba(255,255,255,.05); isolation: isolate; overflow: hidden
}
.hc-board-top {
  display: flex; align-items: center; justify-content: space-between; font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase
}
.hc-board-top .hc-board-label {
  color: rgba(255,255,255,.5)
}
.hc-board-top .hc-board-version {
  color: var(--orange); font-feature-settings: 'tnum' 1
}
.hc-board-mark {
  display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; padding: 12px 0 18px
}
.hc-mark-shape {
  width: 92px; height: 92px; color: #fff; filter: drop-shadow(0 12px 30px rgba(232,67,10,.25))
}
.hc-mark-shape svg {
  width: 100%; height: 100%
}
.hc-mark-name {
  display: flex; flex-direction: column; align-items: center; gap: 6px
}
.hc-name-text {
  font-size: clamp(26px, 2.6vw, 32px); font-weight: 700; letter-spacing: -0.02em; color: #fff; line-height: 1
}
.hc-name-dot {
  color: var(--orange)
}
.hc-name-tag {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.42)
}
.hc-board-divider {
  height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.10) 30%, rgba(255,255,255,.10) 70%, transparent)
}
.hc-board-row {
  display: flex; flex-direction: column; gap: 10px
}
.hc-section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.5)
}
.hc-palette {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; height: 32px
}
.hc-palette span {
  border-radius: 6px; border: 1px solid rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.04)
}
.hc-type {
  display: flex; align-items: baseline; gap: 18px
}
.hc-type .t-big {
  font-size: 38px; font-weight: 700; letter-spacing: -0.04em; color: #fff; line-height: 1
}
.hc-type-meta {
  display: flex; flex-direction: column; gap: 2px
}
.hc-type-meta span:first-child {
  font-size: 13px; color: rgba(255,255,255,.78); font-weight: 600
}
.hc-type-meta span:last-child {
  font-size: 11px; color: rgba(255,255,255,.42); letter-spacing: 0.04em; font-feature-settings: 'tnum' 1
}
.hc-chip {
  position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(11,11,14,.78); -webkit-backdrop-filter: blur(14px) saturate(1.1); backdrop-filter: blur(14px) saturate(1.1); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; z-index: 4
}
.hc-chip .hc-num {
  font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1; font-feature-settings: 'tnum' 1
}
.hc-chip .hc-num sup {
  font-size: .55em; color: var(--orange); vertical-align: super
}
.hc-chip .hc-divider {
  width: 1px; height: 30px; background: rgba(255,255,255,.16)
}
.hc-chip .hc-rating {
  display: flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1
}
.hc-chip .hc-rating .star {
  color: var(--orange); font-size: 17px
}
.hc-chip .hc-label {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 4px
}
@media (max-width: 980px) {
  .hero-canvas {
    max-width: 520px; margin: 0 auto; width: 100%
  }
}
.stats-band {
  background: var(--ink); color: #fff; padding: clamp(48px, 6vw, 80px) 0; position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,.06)
}
.stats-band::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(60% 100% at 50% 0%, rgba(232,67,10,.10), transparent 60%)
}
.stats-band .container {
  position: relative
}
.stats-band-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px
}
@media (max-width: 760px) {
  .stats-band-grid {
    grid-template-columns: repeat(2, 1fr); gap: 32px 20px
  }
}
.sb-stat {
  display: flex; flex-direction: column; gap: 10px
}
.sb-stat .sb-val {
  font-size: clamp(36px, 4.4vw, 56px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.5) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-feature-settings: 'tnum' 1
}
.sb-stat .sb-val sup {
  font-size: .42em; color: var(--orange); -webkit-text-fill-color: var(--orange); vertical-align: super
}
.sb-stat .sb-val .unit {
  font-size: .42em; color: rgba(255,255,255,.45); -webkit-text-fill-color: rgba(255,255,255,.45); margin-left: 4px; font-weight: 700
}
.sb-stat .sb-val .star {
  color: var(--orange); -webkit-text-fill-color: var(--orange); font-size: .6em; margin-left: 4px
}
.sb-stat .sb-key {
  font-size: 13.5px; color: rgba(255,255,255,.62); line-height: 1.45; max-width: 22ch
}
.wd-tile {
  padding: 0; display: flex; flex-direction: column
}
.wd-tile .wd-visual {
  aspect-ratio: 4/3; position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; transition: transform .5s var(--ease)
}
.wd-tile:hover .wd-visual {
  transform: scale(1.015)
}
.wd-tile .wd-visual::after {
  content: ''; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 0%, rgba(255,255,255,.06), transparent 60%); pointer-events: none
}
.wd-tile .wd-body {
  padding: 26px 30px 30px; flex: 1; display: flex; flex-direction: column; background: var(--paper)
}
.wd-tile .wd-icon {
  margin-bottom: 16px
}
.wd-art {
  display: flex; align-items: center; justify-content: center; gap: 22px; width: 100%; height: 100%; padding: 20px
}
.wd-art-logos {
  background: linear-gradient(135deg, #F7F4EE 0%, #EFEADD 100%)
}
.wd-art-logos svg {
  width: 46px; height: 46px; color: var(--ink); opacity: .85
}
.wd-art-system {
  background: linear-gradient(160deg, #15151B 0%, #0B0B0E 100%); display: flex; flex-direction: column; gap: 16px; padding: 26px; color: rgba(255,255,255,.92)
}
.wd-art-system .ws-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px
}
.wd-art-system .ws-mark {
  width: 38px; height: 38px; color: #fff
}
.wd-art-system .ws-mark svg {
  width: 100%; height: 100%
}
.wd-art-system .ws-palette {
  display: flex; gap: 5px
}
.wd-art-system .ws-palette span {
  width: 16px; height: 16px; border-radius: 4px; border: 1px solid rgba(255,255,255,.05)
}
.wd-art-system .ws-type {
  display: flex; align-items: baseline; gap: 10px
}
.wd-art-system .ws-type .aa {
  font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -0.04em; line-height: 1
}
.wd-art-system .ws-type .meta {
  font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.5)
}
.wd-art-cards {
  background: linear-gradient(135deg, #EFEADD 0%, #E0D8C5 100%); position: relative; padding: 28px
}
.wd-art-cards .wd-card {
  position: absolute; background: #fff; border-radius: 8px; box-shadow: 0 14px 28px -12px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.04)
}
.wd-art-cards .wd-card-back {
  width: 58%; aspect-ratio: 7/4; left: 6%; bottom: 14%; transform: rotate(-7deg); background: var(--ink)
}
.wd-art-cards .wd-card-back::before {
  content: ''; position: absolute; top: 12px; left: 14px; width: 14px; height: 14px; background: var(--orange); border-radius: 50%
}
.wd-art-cards .wd-card-front {
  width: 62%; aspect-ratio: 7/4; right: 4%; top: 12%; transform: rotate(5deg); padding: 12px 14px; display: flex; flex-direction: column; justify-content: space-between
}
.wd-art-cards .wd-card-mark {
  width: 16px; height: 16px; background: var(--orange); border-radius: 50%
}
.wd-art-cards .wd-card-lines {
  display: flex; flex-direction: column; gap: 4px
}
.wd-art-cards .wd-card-lines span {
  height: 3px; border-radius: 2px; background: var(--ink); opacity: .12
}
.wd-art-cards .wd-card-lines span:first-child {
  width: 80%
}
.wd-art-cards .wd-card-lines span:last-child {
  width: 50%
}
.wd-art-package {
  background: linear-gradient(160deg, #EFEADD 0%, #DDD3BD 100%); gap: 30px; color: var(--ink)
}
.wd-art-package svg {
  width: 70px; opacity: .82
}
.wd-art-book {
  background: linear-gradient(160deg, #F7F4EE 0%, #E8E3D8 100%); padding: 20px
}
.wd-art-book svg {
  width: 88%; height: auto; color: var(--ink)
}
.wd-art-refresh {
  background: linear-gradient(135deg, #F7F4EE 0%, #EFEADD 100%); gap: 16px
}
.wd-art-refresh > svg:first-child {
  width: 48px; height: 48px; color: var(--ink-mute); opacity: .65
}
.wd-art-refresh > svg:nth-child(2) {
  width: 32px; height: 16px; color: var(--orange)
}
.wd-art-refresh > svg:last-child {
  width: 48px; height: 48px; color: var(--ink)
}
@media (max-width: 560px) {
  .wd-art-package {
    gap: 18px
  }
  .wd-art-package svg {
    width: 56px
  }
}
.portfolio-card .pc-svg-mark {
  width: 64px; height: 64px; color: rgba(255,255,255,.95); margin-bottom: 18px; transition: transform .5s var(--ease); z-index: 2
}
.portfolio-card .pc-svg-mark svg {
  width: 100%; height: 100%
}
.portfolio-card:hover .pc-svg-mark {
  transform: scale(1.05)
}
.portfolio-card .pc-palette {
  position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%); display: flex; gap: 4px; opacity: .42; z-index: 2
}
.portfolio-card .pc-palette span {
  width: 14px; height: 4px; border-radius: 2px
}
.in-action {
  background: var(--paper)
}
.in-action-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px
}
@media (max-width: 980px) {
  .in-action-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 540px) {
  .in-action-grid {
    grid-template-columns: 1fr
  }
}
.ia-card {
  position: relative; border-radius: var(--rad-lg); overflow: hidden; aspect-ratio: 4/5; isolation: isolate; cursor: pointer; transition: transform .5s var(--ease), box-shadow .5s var(--ease); box-shadow: var(--shadow-1); padding: 30px 26px 26px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--ia-bg)
}
.ia-card::before {
  content: ''; position: absolute; inset: 0; background-image:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.07), transparent 50%),
        radial-gradient(circle at 82% 92%, rgba(0,0,0,.18), transparent 60%); z-index: -1; pointer-events: none
}
.ia-card::after {
  content: ''; position: absolute; inset: 12px; border: 1px solid transparent; border-radius: 14px; transition: border-color .35s var(--ease); pointer-events: none
}
.ia-card:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-2)
}
.ia-card:hover::after {
  border-color: rgba(255,255,255,.18)
}
.ia-icon {
  width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: grid; place-items: center; color: #fff
}
.ia-icon svg {
  width: 26px; height: 26px; stroke-width: 1.5
}
.ia-meta {
  z-index: 2
}
.ia-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange-soft); margin-bottom: 8px
}
.ia-card h3 {
  font-size: 19px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.25; color: #fff
}
.ia-card p {
  font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.7); margin-top: 6px
}
.real-cost {
  background: var(--warm)
}
.real-cost-head {
  max-width: 720px; margin: 0 auto 80px; text-align: center
}
.real-cost-head .eyebrow {
  justify-content: center
}
.real-cost-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1; max-width: 18ch; margin-left: auto; margin-right: auto
}
.rc-list {
  max-width: 1040px; margin: 0 auto; display: flex; flex-direction: column
}
.rc-row {
  display: grid; grid-template-columns: 320px 1fr; gap: clamp(40px, 5vw, 80px); padding: 56px 0; border-top: 1px solid var(--warm-line); align-items: center
}
.rc-row:first-child {
  border-top: none; padding-top: 8px
}
.rc-row:last-child {
  padding-bottom: 8px
}
.rc-row.flip {
  grid-template-columns: 1fr 320px
}
.rc-row.flip .rc-visual {
  order: 2
}
@media (max-width: 880px) {
  .rc-row,
      .rc-row.flip {
    grid-template-columns: 1fr; gap: 28px; padding: 48px 0
  }
  .rc-row.flip .rc-visual {
    order: 0
  }
}
.rc-visual {
  position: relative; aspect-ratio: 1; background: var(--paper); border-radius: var(--rad-lg); box-shadow:
        0 24px 50px -28px rgba(11,11,14,.18),
        inset 0 0 0 1px rgba(11,11,14,.04); display: grid; place-items: center; overflow: hidden; isolation: isolate
}
.rc-visual::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 0%, rgba(232,67,10,.06), transparent 60%); z-index: 0
}
.rc-visual svg {
  position: relative; z-index: 1; width: 78%; height: 78%
}
.rc-num {
  position: absolute; top: 18px; left: 22px; font-size: 28px; font-weight: 800; color: var(--orange); letter-spacing: -0.04em; line-height: 1; font-feature-settings: 'tnum' 1; z-index: 2
}
.rc-content h3 {
  font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 16px; line-height: 1.15
}
.rc-content p {
  font-size: 17px; line-height: 1.8; color: var(--ink-mute); max-width: 56ch
}
.what-we-design {
  background: var(--paper)
}
.section-head {
  max-width: 720px; margin: 0 auto 64px; text-align: center
}
.section-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1; max-width: 22ch; margin-left: auto; margin-right: auto
}
.section-head p {
  margin-top: 18px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.65
}
.section-head.on-ink h2 {
  color: #fff; max-width: 24ch
}
.section-head.on-ink p {
  color: rgba(255,255,255,.7)
}
@media (max-width: 560px) {
  .wd-grid {
    grid-template-columns: 1fr
  }
}
.wd-tile:hover {
  background: var(--warm)
}
.wd-icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--warm); color: var(--orange); display: grid; place-items: center; margin-bottom: 24px; transition: background .35s var(--ease)
}
.wd-tile:hover .wd-icon {
  background: var(--paper)
}
.wd-icon svg {
  width: 24px; height: 24px; stroke-width: 1.75
}
.wd-tile h3 {
  font-size: 21px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 10px
}
.wd-tile p {
  font-size: 15px; line-height: 1.65; color: var(--ink-mute)
}
.how-we-work {
  background: var(--ink); color: #fff; position: relative; overflow: hidden; isolation: isolate
}
.how-we-work::before {
  content: ''; position: absolute; inset: 0; background:
        radial-gradient(50% 50% at 88% 12%, rgba(232,67,10,.16) 0%, transparent 60%),
        radial-gradient(40% 40% at 8% 90%, rgba(232,67,10,.10) 0%, transparent 70%); z-index: -1
}
.how-we-work .container {
  max-width: 860px
}
.how-timeline {
  position: relative; padding-left: 140px; margin: 0 auto; list-style: none
}
.how-timeline::before {
  content: ''; position: absolute; left: 120px; top: 0; bottom: 0; width: 2px; background: var(--orange); opacity: 0.35
}
.how-step {
  position: relative; padding-bottom: 60px; padding-left: 36px
}
.how-step:last-child {
  padding-bottom: 0
}
.how-step::before {
  content: ''; position: absolute; left: -8px; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--ink); border: 2.5px solid var(--orange); z-index: 2
}
.how-step .how-num {
  position: absolute; right: calc(100% + 48px); top: 0; width: 88px; text-align: right; font-size: 24px; font-weight: 800; color: var(--orange); letter-spacing: -0.03em; line-height: 1; white-space: nowrap; font-feature-settings: 'tnum' 1
}
.how-step .how-num-label {
  position: absolute; right: calc(100% + 48px); top: 32px; width: 88px; text-align: right; font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.4); line-height: 1.3; white-space: nowrap
}
.how-content h3 {
  font-size: clamp(20px, 2vw, 26px); font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 10px; line-height: 1.2
}
.how-content p {
  font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.72); max-width: 56ch
}
@media (max-width: 640px) {
  .how-timeline {
    padding-left: 24px
  }
  .how-timeline::before {
    left: 0
  }
  .how-step {
    padding-left: 20px; padding-bottom: 40px
  }
  .how-step::before {
    left: -7px
  }
  .how-step .how-num {
    position: static; right: auto; width: auto; text-align: left; font-size: 18px; display: block; margin-bottom: 4px
  }
  .how-step .how-num-label {
    position: static; right: auto; width: auto; text-align: left; display: inline-block; margin-bottom: 8px
  }
}
.portfolio {
  background: var(--paper)
}
.portfolio-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px
}
@media (max-width: 880px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 560px) {
  .portfolio-grid {
    grid-template-columns: 1fr
  }
}
.portfolio-card {
  position: relative; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; padding: 32px; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; transition: transform .5s var(--ease), box-shadow .5s var(--ease); box-shadow: 0 16px 40px -20px rgba(0,0,0,.4); isolation: isolate; color: #fff; background-color: var(--pc-bg)
}
.portfolio-card::before {
  content: ''; position: absolute; inset: 0; background-image:
        radial-gradient(circle at 22% 14%, rgba(255,255,255,.07), transparent 50%),
        radial-gradient(circle at 78% 92%, rgba(0,0,0,.18), transparent 60%); z-index: -1; pointer-events: none
}
.portfolio-card::after {
  content: ''; position: absolute; inset: 14px; border: 1px solid transparent; border-radius: 12px; transition: border-color .35s var(--ease); pointer-events: none
}
.portfolio-card:hover {
  transform: translateY(-6px); box-shadow: 0 24px 60px -20px rgba(0,0,0,.55)
}
.portfolio-card:hover::after {
  border-color: rgba(255,255,255,.22)
}
.portfolio-card .pc-monogram {
  position: absolute; top: 26px; left: 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: rgba(255,255,255,.45); font-feature-settings: 'tnum' 1; z-index: 2
}
.portfolio-card .pc-mark {
  font-size: clamp(26px, 3.1vw, 40px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; text-align: center; color: #fff; z-index: 2
}
.portfolio-card .pc-meta {
  position: absolute; left: 28px; right: 28px; bottom: 26px; display: flex; justify-content: space-between; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.62); z-index: 2
}
.portfolio-card .pc-meta .country {
  text-align: right
}
.portfolio-note {
  max-width: 56ch; margin: 56px auto 28px; text-align: center; font-size: 16px; line-height: 1.65; color: var(--ink-mute)
}
.portfolio-cta {
  text-align: center
}
.client-stories {
  background: var(--warm)
}
.cs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px
}
@media (max-width: 880px) {
  .cs-grid {
    grid-template-columns: 1fr
  }
}
.cs-card {
  background: var(--paper); border-radius: var(--rad-lg); padding: 40px 36px 36px; display: flex; flex-direction: column; gap: 20px; box-shadow: var(--shadow-1); transition: transform .35s var(--ease), box-shadow .35s var(--ease)
}
.cs-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2)
}
.cs-header {
  display: flex; flex-direction: column; gap: 6px
}
.cs-header h3 {
  font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1
}
.cs-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange)
}
.cs-section {
  padding-top: 18px; border-top: 1px solid var(--warm-line)
}
.cs-section:first-of-type {
  padding-top: 4px; border-top: none
}
.cs-label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px
}
.cs-section p {
  font-size: 15.5px; line-height: 1.65; color: var(--ink)
}
.cs-link {
  margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--orange); transition: color .25s var(--ease)
}
.cs-link:hover {
  color: var(--orange-deep)
}
.cs-link .icon {
  width: 14px; height: 14px; transition: transform .25s var(--ease)
}
.cs-link:hover .icon-arrow {
  transform: translateX(4px)
}
.why-not-ai {
  background: var(--ink); color: #fff; position: relative; overflow: hidden; isolation: isolate
}
.why-not-ai::before {
  content: ''; position: absolute; inset: 0; background:
        radial-gradient(50% 50% at 88% 8%, rgba(232,67,10,.14) 0%, transparent 60%),
        radial-gradient(40% 40% at 8% 90%, rgba(232,67,10,.08) 0%, transparent 70%); z-index: 0
}
.why-not-ai .container {
  position: relative; z-index: 1
}
.wna-stage {
  max-width: 1080px; margin: 0 auto
}
.wna-stage > header {
  text-align: center; margin-bottom: 64px
}
.wna-stage > header .eyebrow {
  justify-content: center; color: rgba(255,255,255,.7)
}
.wna-stage > header .eyebrow::before {
  background: var(--orange); opacity: 1
}
.wna-title {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1; max-width: 26ch; margin-left: auto; margin-right: auto; color: #fff
}
.wna-title em {
  font-style: normal; color: var(--orange); font-weight: 700
}
.wna-comparison {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(20px, 3vw, 36px); align-items: stretch; margin-bottom: 64px
}
@media (max-width: 880px) {
  .wna-comparison {
    grid-template-columns: 1fr; gap: 16px
  }
  .wna-comparison .wna-vs {
    padding: 8px 0
  }
}
.wna-side {
  position: relative; border-radius: var(--rad-lg); padding: 28px 28px 26px; display: flex; flex-direction: column; gap: 22px
}
.wna-side-label {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase
}
.wna-side-tag {
  font-feature-settings: 'tnum' 1; padding: 4px 10px; border-radius: 100px
}
.wna-side.ai {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.7)
}
.wna-side.ai .wna-side-tag {
  background: rgba(255,255,255,.06); color: rgba(255,255,255,.55)
}
.wna-side.ds {
  background: linear-gradient(160deg, rgba(232,67,10,.14) 0%, rgba(232,67,10,.04) 100%); border: 1px solid rgba(232,67,10,.35); color: #fff; box-shadow: 0 28px 60px -28px rgba(232,67,10,.45), inset 0 1px 0 rgba(255,255,255,.06)
}
.wna-side.ds .wna-side-tag {
  background: var(--orange); color: #fff
}
.wna-ai-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; flex: 1
}
.wna-ai-logo {
  aspect-ratio: 1; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; display: grid; place-items: center; padding: 14px; color: rgba(255,255,255,.42)
}
.wna-ai-logo svg {
  width: 65%; height: 65%
}
.wna-ds-stage {
  flex: 1; display: grid; place-items: center; padding: 16px 8px 4px; position: relative
}
.wna-ds-mark {
  width: 78%; max-width: 220px; aspect-ratio: 1; color: #fff; filter: drop-shadow(0 18px 36px rgba(232,67,10,.4))
}
.wna-ds-mark svg {
  width: 100%; height: 100%
}
.wna-ds-meta {
  margin-top: 16px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: rgba(255,255,255,.65); line-height: 1.4
}
.wna-ds-meta strong {
  color: #fff; font-weight: 700
}
.wna-vs {
  display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: var(--orange); white-space: nowrap
}
.wna-vs::before, .wna-vs::after {
  content: ''; display: block; width: 1px; height: 28px; background: rgba(232,67,10,.4); margin: 6px auto
}
@media (max-width: 880px) {
  .wna-vs {
    flex-direction: row
  }
  .wna-vs::before, .wna-vs::after {
    width: 28px; height: 1px; margin: 0 8px
  }
}
.wna-essay {
  max-width: 720px; margin: 0 auto
}
.wna-thesis {
  display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.10); align-items: baseline
}
.wna-thesis:first-child {
  border-top: none; padding-top: 8px
}
.wna-thesis-marker {
  font-size: 13.5px; font-weight: 800; letter-spacing: 0.16em; color: var(--orange); font-feature-settings: 'tnum' 1; line-height: 1
}
.wna-thesis-content h4 {
  font-size: clamp(17px, 1.7vw, 21px); font-weight: 700; color: #fff; letter-spacing: -0.015em; line-height: 1.3; margin-bottom: 12px
}
.wna-thesis-content p {
  font-size: 15.5px; line-height: 1.75; color: rgba(255,255,255,.72); max-width: 58ch; margin: 0
}
.wna-thesis-emphasis .wna-thesis-content h4 {
  color: var(--orange-soft)
}
.wna-essay-cta {
  margin-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.08)
}
.wna-essay-meta {
  font-size: 12.5px; color: rgba(255,255,255,.5); letter-spacing: 0.04em
}
@media (max-width: 600px) {
  .wna-thesis {
    grid-template-columns: 1fr; gap: 6px; padding: 22px 0
  }
  .wna-thesis-marker {
    margin-bottom: 4px
  }
}
.faq {
  background: var(--warm)
}
.faq-head {
  text-align: center; max-width: 760px; margin: 0 auto 56px
}
.faq-head .eyebrow {
  justify-content: center
}
.faq-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1
}
.faq-list {
  display: flex; flex-direction: column; gap: 12px; max-width: 880px; margin: 0 auto
}
.faq-item {
  background: var(--paper); border-radius: var(--rad-md); overflow: hidden; box-shadow: var(--shadow-1); transition: box-shadow .35s var(--ease)
}
.faq-item[open] {
  box-shadow: var(--shadow-2)
}
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; text-align: left; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); cursor: pointer; list-style: none; line-height: 1.35
}
.faq-question::-webkit-details-marker {
  display: none
}
.faq-question .pl-ic {
  width: 32px; height: 32px; border-radius: 50%; background: var(--warm); color: var(--orange); display: grid; place-items: center; flex: 0 0 auto; transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease); box-shadow: inset 0 0 0 1px var(--warm-line)
}
.faq-question .pl-ic svg {
  width: 16px; height: 16px; stroke-width: 2.5; transition: transform .35s var(--ease)
}
.faq-item[open] .faq-question .pl-ic {
  background: var(--orange); color: #fff; box-shadow: none
}
.faq-item[open] .faq-question .pl-ic svg {
  transform: rotate(45deg)
}
.faq-answer {
  padding: 0 26px 26px
}
.faq-answer p {
  font-size: 16px; line-height: 1.7; color: var(--ink-mute); max-width: 64ch
}
.cta-strip {
  background: var(--paper); padding: 0; position: relative; z-index: 2
}
.cta-strip + .in-action,
    .cta-strip + .client-stories,
    .cta-strip + .faq,
    .cta-strip + .why-not-ai {
  padding-top: clamp(48px, 5vw, 80px)
}
.portfolio:has(+ .cta-strip),
    .in-action:has(+ .cta-strip),
    .client-stories:has(+ .cta-strip) {
  padding-bottom: clamp(48px, 5vw, 80px)
}
.cta-strip.on-warm {
  background: var(--warm)
}
.cta-strip-card {
  position: relative; background: linear-gradient(135deg, #F7F4EE 0%, #EFEADD 100%); border-radius: var(--rad-xl); padding: clamp(36px, 5vw, 60px); display: grid; grid-template-columns: 1.4fr auto; gap: clamp(28px, 4vw, 56px); align-items: center; overflow: hidden; isolation: isolate; box-shadow: 0 30px 80px -40px rgba(11,11,14,.18)
}
.cta-strip-card::before {
  content: ''; position: absolute; inset: 0; background:
        radial-gradient(45% 70% at 92% 100%, rgba(232,67,10,.14), transparent 60%),
        radial-gradient(35% 60% at 8% 0%, rgba(232,67,10,.06), transparent 70%); z-index: -1
}
.cta-strip-card::after {
  content: ''; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border: 1px solid rgba(232,67,10,.18); border-radius: 50%; z-index: -1; opacity: .55
}
.cta-strip-card .cta-strip-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px
}
.cta-strip-card .cta-strip-eyebrow::before {
  content: ''; width: 18px; height: 1px; background: var(--orange)
}
.cta-strip-card h3 {
  font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1.15; max-width: 24ch; margin-bottom: 10px
}
.cta-strip-card p {
  font-size: 15.5px; line-height: 1.65; color: var(--ink-mute); max-width: 54ch
}
.cta-strip-actions {
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px; white-space: nowrap
}
.cta-strip-actions .cta-meta {
  font-size: 12px; color: var(--ink-mute); letter-spacing: 0.02em
}
@media (max-width: 760px) {
  .cta-strip-card {
    grid-template-columns: 1fr; gap: 24px
  }
  .cta-strip-actions {
    align-items: flex-start
  }
}
.cta-orange {
  position: relative; background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%); color: #fff; overflow: hidden; isolation: isolate
}
.cta-orange::before {
  content: ''; position: absolute; inset: 0; background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(60% 60% at 50% 50%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(60% 60% at 50% 50%, #000 20%, transparent 75%); z-index: -1; opacity: .7
}
.cta-orange::after {
  content: ''; position: absolute; right: -200px; top: -200px; width: 600px; height: 600px; background: radial-gradient(closest-side, rgba(255,255,255,.16), transparent 70%); z-index: -1
}
.cta-orange .container {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center
}
@media (max-width: 880px) {
  .cta-orange .container {
    grid-template-columns: 1fr
  }
}
.cta-orange h2 {
  font-size: clamp(28px, 3.4vw, 48px); letter-spacing: -0.02em; line-height: 1.08; max-width: 18ch; font-weight: 700
}
.cta-orange p {
  margin-top: 20px; font-size: var(--t-lead); color: rgba(255,255,255,.92); max-width: 56ch; line-height: 1.65
}
.cta-orange .actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px
}
.socials svg {
  width: 16px; height: 16px
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important
  }
}
.from-journal {
  background: var(--paper)
}
.from-journal .fj-head {
  text-align: center; max-width: 720px; margin: 0 auto 56px
}
.from-journal .eyebrow {
  color: var(--orange)
}
.from-journal h2 {
  font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; letter-spacing: -0.022em; margin: 16px 0 14px; line-height: 1.1; text-wrap: balance
}
.from-journal h2 em {
  font-style: normal; color: var(--orange)
}
.from-journal .fj-sub {
  font-size: 17px; line-height: 1.55; color: var(--ink-mute); margin: 0; max-width: 56ch; margin: 0 auto
}
.fj-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px
}
.fj-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 .3s var(--ease); display: flex; flex-direction: column
}
.fj-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: rgba(232,67,10,.3)
}
.fj-thumb svg {
  width: 100%; height: 100%; display: block
}
.fj-body {
  padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1
}
.fj-meta {
  display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--ink-mute)
}
.fj-cat {
  font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); font-size: 11px
}
.fj-card h3 {
  font-size: 19px; font-weight: 600; line-height: 1.3; letter-spacing: -0.012em; margin: 0; color: var(--ink); text-wrap: balance
}
.fj-card p {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-mute); margin: 0
}
.fj-foot {
  margin-top: auto; padding-top: 14px; display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink); font-weight: 500
}
.fj-allposts {
  text-align: center; margin-top: 48px
}
.fj-allposts a {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border: 1px solid var(--ink); border-radius: var(--rad-pill); font-size: 14.5px; font-weight: 500; color: var(--ink); text-decoration: none; transition: all .2s var(--ease)
}
.fj-allposts a:hover {
  background: var(--ink); color: white
}
@media (max-width: 900px) {
  .fj-grid {
    grid-template-columns: 1fr
  }
}
