/* ==========================================================================
   Grower Folks — services.css
   One layout per service page (/digital-marketing, /video-production, …).
   Shared blocks (FAQ accordion, "other services", yellow CTA) live in site.css.
   Prefixes: svp- shared · dm- digital marketing · vp- video · cd- creative design
             br- branding · vx- VFX & animation · ph- photography · wd- web
   ========================================================================== */

/* ---- Shared ------------------------------------------------------------- */
.svp-hero { position: relative; padding: calc(var(--hdr-h) + clamp(3rem, 7vw, 6rem)) 0 clamp(3rem, 6vw, 5rem); overflow: hidden; }
.svp-hero .wrap { position: relative; z-index: 1; }
.svp-copy { display: grid; gap: 1.25rem; justify-items: start; }
.svp-copy .t-1 { max-width: 18ch; }
.svp-copy .lead { max-width: 54ch; }
.svp-copy .actions { margin-top: .5rem; }
.svp-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.svp-intro p { color: var(--fg-2); font-weight: 300; font-size: 1.05rem; line-height: 1.7; text-wrap: pretty; }
.svp-qa { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.svp-qa div { display: grid; gap: .6rem; align-content: start; padding-top: 1.25rem; border-top: 1px solid var(--rule); }
.svp-qa h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.25; }
.svp-qa p { color: var(--fg-2); font-weight: 300; line-height: 1.7; font-size: var(--t-small); text-wrap: pretty; }
.work--2 { grid-template-columns: repeat(2, 1fr); }
.svp .mono, .vp-hud, .vp-tc, .vp-shotlist small, .vp-callsheet__t, .vx-keyframes small, .vx-layers small, .ph-exif, .ph-meta dt, .ph-sheet li > div::before, .br-swatch, .wd-browser__url, .wd-sprints header b { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }
@media (max-width: 900px) { .svp-intro { grid-template-columns: 1fr; } .svp-qa { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .work--2 { grid-template-columns: 1fr; } }

/* ---- Digital marketing: campaign panel + ledger + monthly rhythm ------- */
.dm-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(ellipse 70% 70% at 70% 40%, #000 10%, transparent 75%); mask-image: radial-gradient(ellipse 70% 70% at 70% 40%, #000 10%, transparent 75%); }
.dm-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.dm-panel { padding: clamp(1.25rem, 2vw, 1.75rem); display: grid; gap: 1.5rem; animation: rise .9s var(--ease) .35s both; }
.dm-panel__top { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--t-tiny); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); }
.dm-live { display: inline-flex; align-items: center; gap: .5rem; color: var(--fg); font-weight: 600; }
.dm-live i { width: 8px; height: 8px; border-radius: 50%; background: #2ee27a; box-shadow: 0 0 0 4px rgba(46, 226, 122, .2); animation: dmpulse 1.8s ease-in-out infinite; }
@keyframes dmpulse { 50% { box-shadow: 0 0 0 9px rgba(46, 226, 122, .04); } }
.dm-funnel { display: grid; gap: .8rem; }
.dm-funnel li { display: grid; grid-template-columns: 4rem 1fr; align-items: center; gap: 1rem; font-size: var(--t-small); color: var(--fg-2); }
.dm-funnel i { display: block; height: 2.3rem; width: var(--w); border-radius: 8px; background: var(--grad); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35); transform-origin: left; animation: dmgrow 1.1s var(--ease) both; animation-delay: calc(var(--i, 0) * 140ms + .8s); }
.dm-funnel li:last-child i { background: var(--yellow); }
@keyframes dmgrow { from { transform: scaleX(0); } }
.dm-panel__foot { display: flex; flex-wrap: wrap; gap: .5rem; }
.dm-panel__foot span { font-size: var(--t-tiny); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .6rem; border: 1px solid var(--rule); border-radius: 999px; color: var(--fg-3); }
.dm-outcomes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.dm-outcomes li { padding: clamp(1.25rem, 2vw, 1.75rem); display: grid; gap: .5rem; align-content: start; }
.dm-outcomes small { font-family: var(--f-serif); font-style: italic; font-size: 1.5rem; line-height: 1; color: var(--brand); margin-bottom: .5rem; }
.dm-outcomes h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; }
.dm-outcomes p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.dm-ledger { list-style: none; margin: 0; padding: 0; counter-reset: dm; border-top: 1px solid var(--rule); }
.dm-ledger li { display: grid; grid-template-columns: 4rem 1fr 1.6fr; gap: .5rem 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--rule-2); align-items: baseline; transition: padding-left .3s var(--ease); }
.dm-ledger li:hover { padding-left: .6rem; }
.dm-ledger li::before { content: counter(dm, decimal-leading-zero); counter-increment: dm; font-family: var(--f-serif); font-style: italic; font-size: 1.3rem; color: var(--brand); }
.dm-ledger h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
.dm-ledger p { color: var(--fg-2); font-weight: 300; line-height: 1.65; text-wrap: pretty; }
.dm-rhythm { list-style: none; margin: 0; padding: 2.25rem 0 0; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.dm-rhythm::before { content: ''; position: absolute; left: 0; right: 0; top: .35rem; height: 1px; background: var(--rule); }
.dm-rhythm li { position: relative; display: grid; gap: .5rem; align-content: start; }
.dm-rhythm li::before { content: ''; position: absolute; top: -2.4rem; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255, 235, 9, .15); }
.dm-rhythm__t { font-size: var(--t-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.dm-rhythm h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.dm-rhythm p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 32ch; }
@media (max-width: 1000px) { .dm-outcomes, .dm-rhythm { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .dm-grid { grid-template-columns: 1fr; } .dm-ledger li { grid-template-columns: 3rem 1fr; } .dm-ledger p { grid-column: 2; } }
@media (max-width: 560px) { .dm-outcomes, .dm-rhythm { grid-template-columns: 1fr; } }

/* ---- Video production: poster hero + filmstrip + shot list + call sheet - */
.vp-hero { padding-top: var(--hdr-h); }
.vp-poster { position: relative; min-height: min(80vh, 46rem); display: grid; align-items: end; background: var(--bg-3); overflow: hidden; }
.vp-poster > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transform: scale(1.04); animation: vpken 22s ease-in-out infinite alternate; }
@keyframes vpken { to { transform: scale(1.12) translate(-1.5%, -1%); } }
.vp-poster::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 0%, rgba(2, 2, 2, .7) 35%, rgba(2, 2, 2, .15) 100%); }
.vp-frame { position: absolute; inset: 1.5rem var(--pad); pointer-events: none; opacity: .55;
  --c: rgba(255, 255, 255, .9);
  background: linear-gradient(var(--c), var(--c)) top left / 26px 1px, linear-gradient(var(--c), var(--c)) top left / 1px 26px,
              linear-gradient(var(--c), var(--c)) top right / 26px 1px, linear-gradient(var(--c), var(--c)) top right / 1px 26px,
              linear-gradient(var(--c), var(--c)) bottom left / 26px 1px, linear-gradient(var(--c), var(--c)) bottom left / 1px 26px,
              linear-gradient(var(--c), var(--c)) bottom right / 26px 1px, linear-gradient(var(--c), var(--c)) bottom right / 1px 26px;
  background-repeat: no-repeat; }
.vp-hud { position: absolute; top: 2.25rem; left: calc(var(--pad) + 1rem); right: calc(var(--pad) + 1rem); display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; letter-spacing: .12em; color: rgba(255, 255, 255, .8); }
.vp-rec { display: inline-flex; align-items: center; gap: .5rem; }
.vp-rec i { width: 9px; height: 9px; border-radius: 50%; background: #ff3b3b; box-shadow: 0 0 10px rgba(255, 59, 59, .8); animation: vpblink 1.2s steps(2, start) infinite; }
@keyframes vpblink { 50% { opacity: 0; } }
.vp-poster__copy { position: relative; z-index: 1; width: min(100% - 2 * var(--pad), var(--wrap)); margin-inline: auto; padding: clamp(5rem, 12vw, 9rem) 0 clamp(3rem, 6vw, 5rem); display: grid; gap: 1.25rem; justify-items: start; }
.vp-poster__copy .t-hero { max-width: 12ch; font-size: clamp(2.6rem, 6vw, 5.4rem); }
.vp-poster__copy .lead { max-width: 52ch; }
.vp-strip { position: relative; padding: 1.4rem 0; background: #0a0810; border-block: 1px solid var(--rule); overflow-x: auto; scrollbar-width: none; }
.vp-strip::-webkit-scrollbar { display: none; }
.vp-strip::before, .vp-strip::after { content: ''; position: absolute; left: 0; right: 0; height: 8px; background: radial-gradient(circle, rgba(255, 255, 255, .45) 0 2.5px, transparent 3px) 0 0 / 22px 8px repeat-x; pointer-events: none; }
.vp-strip::before { top: .35rem; }
.vp-strip::after { bottom: .35rem; }
.vp-strip ul { display: flex; gap: .9rem; width: max-content; padding-inline: var(--pad); list-style: none; margin: 0; }
.vp-strip a { display: block; width: clamp(16rem, 24vw, 21rem); color: var(--fg); }
.vp-strip figure { margin: 0; }
.vp-frame-img { position: relative; aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: var(--bg-3); border: 1px solid var(--rule-2); }
.vp-frame-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.vp-strip a:hover .vp-frame-img img { transform: scale(1.05); }
.vp-strip figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .6rem .1rem 0; font-size: var(--t-tiny); letter-spacing: .1em; text-transform: uppercase; color: var(--fg-3); }
.vp-strip figcaption strong { font-size: var(--t-small); font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--fg); }
.vp-two { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.vp-two .sec-head { margin-bottom: 0; }
.vp-credits { list-style: none; margin: 0; padding: 0; display: grid; border-top: 1px solid var(--rule); }
.vp-credits li { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--rule-2); }
.vp-credits h3 { text-align: right; font-size: var(--t-tiny); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brand); padding-top: .25rem; }
.vp-credits p { color: var(--fg); font-weight: 300; line-height: 1.6; }
.vp-shotlist { list-style: none; margin: 0; padding: 0; border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; }
.vp-shotlist li { display: grid; grid-template-columns: 6rem 1fr 1.6fr; gap: .5rem 1.5rem; padding: 1.25rem 1.5rem; align-items: baseline; }
.vp-shotlist li + li { border-top: 1px solid var(--rule-2); }
.vp-shotlist li:nth-child(odd) { background: rgba(255, 255, 255, .03); }
.vp-shotlist small { font-size: .72rem; letter-spacing: .14em; color: var(--yellow); }
.vp-shotlist h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.vp-shotlist p { color: var(--fg-2); font-weight: 300; line-height: 1.6; text-wrap: pretty; }
.vp-callsheet { list-style: none; margin: 0 0 0 .35rem; padding: 0; border-left: 1px solid var(--rule); }
.vp-callsheet li { position: relative; display: grid; grid-template-columns: 7rem 1fr; gap: 1.5rem; padding: 1.5rem 0 1.5rem 2rem; }
.vp-callsheet li + li { border-top: 1px dashed var(--rule-2); }
.vp-callsheet li::before { content: ''; position: absolute; left: -6px; top: 2rem; width: 11px; height: 11px; border-radius: 50%; background: var(--bg); border: 2px solid var(--brand); transition: background-color .3s, transform .3s var(--ease); }
.vp-callsheet li:hover::before { background: var(--yellow); border-color: var(--yellow); transform: scale(1.2); }
.vp-callsheet__t { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); padding-top: .4rem; }
.vp-callsheet h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.vp-callsheet p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; margin-top: .35rem; max-width: 44ch; }
@media (max-width: 900px) { .vp-two { grid-template-columns: 1fr; } .vp-shotlist li { grid-template-columns: 5rem 1fr; } .vp-shotlist p { grid-column: 2; } .vp-hud > span:nth-child(2) { display: none; } }
@media (max-width: 560px) { .vp-credits li, .vp-callsheet li { grid-template-columns: 1fr; gap: .4rem; } .vp-credits h3 { text-align: left; } .vp-strip a { width: 78vw; } }

/* ---- Creative design: poster type + sticker + marquee + bento + stages -- */
.cd-hero { text-align: center; padding-bottom: 0; }
.cd-hero .wrap { display: grid; justify-items: center; gap: 1.5rem; }
.cd-hero .t-hero { position: relative; max-width: 13ch; font-size: clamp(2.8rem, 7vw, 6.4rem); }
.cd-sticker { position: absolute; right: -4.5rem; top: -3rem; width: 6.6rem; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; padding: .8rem; background: var(--yellow); color: var(--black); font-family: var(--f-sans); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.25; transform: rotate(12deg); box-shadow: 0 24px 40px -20px rgba(255, 235, 9, .7); animation: cdwobble 6s ease-in-out infinite; }
@keyframes cdwobble { 50% { transform: rotate(4deg) translateY(-6px); } }
.cd-hero .lead { max-width: 52ch; text-align: center; }
.cd-hero .actions { justify-content: center; }
.cd-marquee { position: relative; margin-top: clamp(2.5rem, 5vw, 4rem); padding: 1rem 0; border-block: 1px solid var(--rule); display: flex; overflow: hidden; white-space: nowrap; }
.cd-marquee div { display: inline-flex; flex: none; animation: cdmarquee 32s linear infinite; }
.cd-marquee span { font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 600; letter-spacing: -.01em; padding-right: 2.5rem; }
.cd-marquee span::after { content: '\2726'; margin-left: 2.5rem; color: var(--yellow); }
@keyframes cdmarquee { to { transform: translateX(-100%); } }
.cd-bento { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.cd-bento li { padding: clamp(1.4rem, 2.2vw, 2rem); display: grid; gap: .6rem; align-content: end; min-height: 13rem; }
.cd-bento li:nth-child(1), .cd-bento li:nth-child(5) { grid-column: span 2; }
.cd-bento small { justify-self: start; margin-bottom: auto; font-size: var(--t-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.cd-bento h3 { font-size: clamp(1.15rem, 1.6vw, 1.5rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.cd-bento p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 40ch; }
.cd-bento .glass--tint small { color: var(--yellow); }
.cd-bento .glass--tint p { color: rgba(255, 255, 255, .85); }
.cd-bento .glass--yellow small { color: var(--purple); }
.cd-bento .glass--yellow p { color: rgba(2, 2, 2, .72); }
.cd-stages { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.cd-stages li { display: grid; gap: .4rem; align-content: start; }
.cd-stages b { font-family: var(--f-serif); font-style: italic; font-weight: 400; font-size: clamp(4rem, 8vw, 7rem); line-height: .9; color: transparent; -webkit-text-stroke: 1px var(--brand); transition: color .4s var(--ease); }
.cd-stages li:hover b { color: var(--brand); }
.cd-stages h3 { margin-top: .75rem; font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
.cd-stages p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 30ch; }
.cd-two { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.cd-two .sec-head { margin-bottom: 0; }
.cd-check { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.5rem; }
.cd-check li { position: relative; display: grid; gap: .35rem; padding: 1.1rem 0 1.1rem 2rem; border-top: 1px solid var(--rule-2); }
.cd-check li::before { content: ''; position: absolute; left: 0; top: 1.4rem; width: 1rem; height: 1rem; background: var(--yellow); transition: transform .4s var(--ease); }
.cd-check li:hover::before { transform: rotate(45deg); }
.cd-check h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -.02em; }
.cd-check p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
@media (max-width: 1000px) { .cd-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cd-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .cd-two { grid-template-columns: 1fr; } .cd-check { grid-template-columns: 1fr; } .cd-sticker { right: -1.5rem; top: -3rem; width: 5.4rem; font-size: .58rem; } }
@media (max-width: 560px) { .cd-bento, .cd-stages { grid-template-columns: 1fr; } .cd-bento li { grid-column: auto !important; min-height: 0; } }

/* ---- Branding: brand board + principles + swatches + stepper ----------- */
.br-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.br-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: minmax(5.5rem, auto); grid-auto-flow: dense; gap: .75rem; animation: rise .9s var(--ease) .35s both; }
.br-tile { display: grid; place-items: center; padding: 1rem; text-align: center; }
.br-tile--type { grid-column: span 2; grid-row: span 2; font-size: clamp(5rem, 9vw, 8rem); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.br-tile--type i { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--brand); letter-spacing: 0; }
.br-tile--mark svg { width: 44%; aspect-ratio: 1; fill: var(--yellow); transition: transform .5s var(--ease); }
.br-tile--mark:hover svg { transform: rotate(-6deg) scale(1.08); }
.br-tile--word { grid-column: span 2; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; font-size: .9rem; }
.br-tile--tag { grid-column: span 3; font-family: var(--f-serif); font-style: italic; font-size: clamp(1rem, 1.4vw, 1.25rem); color: var(--fg-2); padding: 1.25rem; }
.br-swatch { border-radius: 16px; display: grid; align-content: end; padding: .75rem; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3); transition: transform .4s var(--ease); }
.br-swatch:hover { transform: translateY(-4px); }
.br-swatch--purple { background: var(--purple); color: #fff; }
.br-swatch--yellow { background: var(--yellow); color: var(--black); }
.br-principles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); border-top: 1px solid var(--rule); }
.br-principles li { position: relative; padding-top: 1.5rem; display: grid; gap: .4rem; align-content: start; }
.br-principles li::before { content: ''; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--yellow); transition: width .9s var(--ease); transition-delay: calc(var(--i, 0) * 120ms + .3s); }
.br-principles.is-in li::before { width: 3rem; }
.br-principles small { font-family: var(--f-serif); font-style: italic; font-size: 1.4rem; line-height: 1; color: var(--brand); margin-bottom: .4rem; }
.br-principles h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; }
.br-principles p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.br-swatches { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.br-swatches li { display: grid; grid-template-columns: 6px 1fr; gap: 1.25rem; padding: clamp(1.25rem, 2vw, 1.6rem); }
.br-swatches__bar { display: block; border-radius: 6px; background: var(--sw, var(--brand)); box-shadow: 0 0 18px -4px var(--sw, var(--brand)); }
.br-swatches li > div { display: grid; gap: .5rem; align-content: start; }
.br-swatches h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.br-swatches p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.br-stepper { list-style: none; margin: 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.br-stepper::before { content: ''; position: absolute; left: 1.4rem; right: 1.4rem; top: 1.4rem; height: 1px; background: var(--rule); }
.br-stepper li { display: grid; gap: .6rem; align-content: start; }
.br-stepper i { position: relative; z-index: 1; width: 2.8rem; height: 2.8rem; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-serif); font-style: italic; color: var(--white); background: var(--bg); border: 1px solid var(--rule); transition: background-color .3s, border-color .3s, color .3s, transform .3s var(--ease); }
.br-stepper li:hover i { background: var(--yellow); border-color: var(--yellow); color: var(--black); transform: translateY(-3px); }
.br-stepper h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; margin-top: .4rem; }
.br-stepper p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 30ch; }
@media (max-width: 1000px) { .br-principles, .br-stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); } .br-stepper::before { display: none; } .br-swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .br-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .br-principles, .br-stepper, .br-swatches { grid-template-columns: 1fr; } }

/* ---- VFX & animation: orbs + gradient-border cards + keyframe track ----- */
.vx-hero { text-align: center; min-height: min(78vh, 46rem); display: grid; align-items: center; }
.vx-hero .wrap { display: grid; justify-items: center; gap: 1.5rem; }
.vx-hero .t-hero { max-width: 14ch; }
.vx-hero .lead { max-width: 52ch; text-align: center; }
.vx-hero .actions { justify-content: center; }
.vx-orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.vx-orbs i { position: absolute; border-radius: 50%; opacity: .9; animation: vxfloat 11s ease-in-out infinite alternate; }
.vx-orbs i:nth-child(1) { width: 20vw; height: 20vw; max-width: 300px; max-height: 300px; left: 6%; top: 14%; background: radial-gradient(circle at 32% 30%, #d9c2ff 0%, #8027db 45%, rgba(128, 39, 219, 0) 72%); }
.vx-orbs i:nth-child(2) { width: 11vw; height: 11vw; max-width: 160px; max-height: 160px; right: 14%; top: 20%; background: radial-gradient(circle at 32% 30%, #fff9b8 0%, #ffeb09 45%, rgba(255, 235, 9, 0) 72%); animation-delay: -3.5s; }
.vx-orbs i:nth-child(3) { width: 8vw; height: 8vw; max-width: 120px; max-height: 120px; left: 24%; bottom: 10%; background: radial-gradient(circle at 32% 30%, #fff 0%, #ac64ff 45%, rgba(172, 100, 255, 0) 72%); animation-delay: -7s; }
.vx-ring { position: absolute; right: 5%; bottom: 6%; width: 24vw; max-width: 340px; aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(172, 100, 255, .6); animation: vxspin 36s linear infinite; }
.vx-ring::before { content: ''; position: absolute; top: -7px; left: 50%; width: 13px; height: 13px; margin-left: -6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 16px rgba(255, 235, 9, .8); }
@keyframes vxfloat { to { transform: translate(7%, -12%) scale(1.1); } }
@keyframes vxspin { to { transform: rotate(360deg); } }
.vx-cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.vx-card { position: relative; overflow: hidden; border-radius: 20px; padding: 1px; background: rgba(255, 255, 255, .14); isolation: isolate; }
.vx-card::before { content: ''; position: absolute; inset: -60%; z-index: -1; background: conic-gradient(from 0deg, transparent 0 55%, var(--brand) 75%, var(--yellow) 88%, transparent 100%); animation: vxspin 5s linear infinite; animation-play-state: paused; opacity: .55; }
.vx-card:hover::before { animation-play-state: running; opacity: 1; }
.vx-card > div { position: relative; height: 100%; border-radius: 19px; background: #0d0a14; padding: clamp(1.4rem, 2.2vw, 2rem); display: grid; gap: .6rem; align-content: start; }
.vx-card small { font-family: var(--f-serif); font-style: italic; font-size: 1.5rem; line-height: 1; color: var(--brand); margin-bottom: .4rem; }
.vx-card h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.vx-card p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.vx-keyframes { list-style: none; margin: 0; padding: 3.75rem 0 0; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.vx-track { position: absolute; left: 0; right: 0; top: 1rem; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .1); }
.vx-track::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: var(--grad); transform-origin: left; animation: vxplay 9s var(--ease) infinite; }
.vx-track i { position: absolute; top: 50%; left: var(--x); width: 14px; height: 14px; margin: -7px 0 0 -7px; background: var(--yellow); border: 2px solid var(--bg); transform: rotate(45deg); box-shadow: 0 0 0 2px rgba(255, 235, 9, .3); }
@keyframes vxplay { 0% { transform: scaleX(0); } 80%, 100% { transform: scaleX(1); } }
.vx-keyframes li { display: grid; gap: .5rem; align-content: start; }
.vx-keyframes small { font-size: .72rem; letter-spacing: .14em; color: var(--brand); }
.vx-keyframes h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; }
.vx-keyframes p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 30ch; }
.vx-layers { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.vx-layers li { display: grid; grid-template-columns: 3rem 1fr 1.3fr; gap: .5rem 1.5rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--rule-2); }
.vx-layers small { font-size: .72rem; letter-spacing: .12em; color: var(--fg-3); }
.vx-layers h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -.02em; }
.vx-layers p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.55; margin-top: .2rem; }
.vx-layers__bar { position: relative; display: block; height: 12px; border-radius: 6px; background: rgba(255, 255, 255, .06); overflow: hidden; }
.vx-layers__bar::before { content: ''; position: absolute; top: 0; bottom: 0; left: var(--s, 0); width: var(--w, 50%); border-radius: inherit; background: var(--c, var(--grad)); transform-origin: left; transform: scaleX(0); transition: transform 1s var(--ease); transition-delay: calc(var(--i, 0) * 120ms + .3s); }
.vx-layers.is-in .vx-layers__bar::before { transform: none; }
@media (max-width: 1000px) { .vx-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vx-keyframes { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vx-track { display: none; } .vx-keyframes { padding-top: 0; } }
@media (max-width: 720px) { .vx-layers li { grid-template-columns: 3rem 1fr; } .vx-layers__bar { grid-column: 2; } }
@media (max-width: 560px) { .vx-cards, .vx-keyframes { grid-template-columns: 1fr; } .vx-ring { display: none; } }

/* ---- Photography: viewfinder + EXIF strip + contact sheet + apertures --- */
.ph-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ph-finder { position: relative; aspect-ratio: 3 / 2; border-radius: 12px; overflow: hidden; background: var(--bg-3); box-shadow: var(--shadow); animation: rise .9s var(--ease) .35s both; }
.ph-finder img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); }
.ph-corners { position: absolute; inset: 1rem; pointer-events: none; --c: rgba(255, 255, 255, .95);
  background: linear-gradient(var(--c), var(--c)) top left / 22px 2px, linear-gradient(var(--c), var(--c)) top left / 2px 22px,
              linear-gradient(var(--c), var(--c)) top right / 22px 2px, linear-gradient(var(--c), var(--c)) top right / 2px 22px,
              linear-gradient(var(--c), var(--c)) bottom left / 22px 2px, linear-gradient(var(--c), var(--c)) bottom left / 2px 22px,
              linear-gradient(var(--c), var(--c)) bottom right / 22px 2px, linear-gradient(var(--c), var(--c)) bottom right / 2px 22px;
  background-repeat: no-repeat; }
.ph-focus { position: absolute; left: 50%; top: 50%; width: 22%; aspect-ratio: 1; transform: translate(-50%, -50%); border: 1.5px solid var(--yellow); border-radius: 4px; animation: phfocus 3.2s ease-in-out infinite; }
.ph-focus::before, .ph-focus::after { content: ''; position: absolute; background: var(--yellow); }
.ph-focus::before { left: 50%; top: -8px; bottom: -8px; width: 1px; margin-left: -.5px; -webkit-mask: linear-gradient(#000 0 20%, transparent 20% 80%, #000 80%); mask: linear-gradient(#000 0 20%, transparent 20% 80%, #000 80%); }
.ph-focus::after { top: 50%; left: -8px; right: -8px; height: 1px; margin-top: -.5px; -webkit-mask: linear-gradient(90deg, #000 0 20%, transparent 20% 80%, #000 80%); mask: linear-gradient(90deg, #000 0 20%, transparent 20% 80%, #000 80%); }
@keyframes phfocus { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; } 50% { transform: translate(-50%, -50%) scale(1.18); opacity: .55; } }
.ph-exif { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 1.25rem .8rem; background: linear-gradient(to top, rgba(2, 2, 2, .85), transparent); font-size: .68rem; letter-spacing: .14em; color: rgba(255, 255, 255, .85); }
.ph-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); margin: 0; }
.ph-meta > div { padding-top: 1.25rem; border-top: 1px solid var(--rule); display: grid; gap: .5rem; align-content: start; }
.ph-meta dt { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-3); }
.ph-meta dd { margin: 0; }
.ph-meta strong { display: block; font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .3rem; }
.ph-meta span { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.ph-sheet { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2rem); }
.ph-sheet li { padding: .6rem .6rem 1rem; background: #f4f2f7; border-radius: 4px; box-shadow: 0 24px 40px -24px rgba(0, 0, 0, .9); transform: rotate(var(--r, 0deg)); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.ph-sheet li:hover { transform: rotate(0deg) translateY(-8px); box-shadow: 0 34px 50px -24px rgba(128, 39, 219, .6); }
.ph-sheet li > div { position: relative; aspect-ratio: 4 / 3; border-radius: 2px; background: linear-gradient(135deg, #1b1130 0%, #0d0a14 60%, #171225 100%); display: grid; align-content: end; padding: 1rem; overflow: hidden; }
.ph-sheet li > div::before { content: attr(data-n); position: absolute; top: .8rem; left: 1rem; font-size: .66rem; letter-spacing: .16em; color: var(--yellow); }
.ph-sheet li > div::after { content: ''; position: absolute; right: -20%; top: -30%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(128, 39, 219, .5), transparent 65%); pointer-events: none; }
.ph-sheet h3 { position: relative; font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; color: var(--white); }
.ph-sheet figcaption { padding: .8rem .4rem 0; color: #3a3542; font-size: var(--t-small); font-weight: 400; line-height: 1.55; }
.ph-steps { list-style: none; margin: 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.ph-steps::before { content: ''; position: absolute; left: 1.5rem; right: 1.5rem; top: 1.5rem; border-top: 1px dotted rgba(255, 255, 255, .3); }
.ph-steps li { display: grid; gap: .6rem; align-content: start; }
.ph-aperture { position: relative; z-index: 1; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid var(--rule); background: var(--bg); display: grid; place-items: center; }
.ph-aperture::before { content: ''; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: conic-gradient(var(--yellow) 0 60deg, transparent 60deg 120deg, var(--yellow) 120deg 180deg, transparent 180deg 240deg, var(--yellow) 240deg 300deg, transparent 300deg); transition: transform .6s var(--ease); }
.ph-steps li:hover .ph-aperture::before { transform: rotate(120deg) scale(1.25); }
.ph-steps h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.02em; margin-top: .4rem; }
.ph-steps p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; max-width: 30ch; }
@media (max-width: 1000px) { .ph-meta, .ph-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ph-steps::before { display: none; } .ph-sheet { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .ph-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .ph-meta, .ph-steps, .ph-sheet { grid-template-columns: 1fr; } .ph-exif span:nth-child(n+4) { display: none; } }

/* ---- Web design & development: browser mock + component kit + sprints -- */
.wd-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.wd-browser { padding: 0; overflow: visible; animation: rise .9s var(--ease) .35s both; }
.wd-browser__bar { display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-bottom: 1px solid var(--rule-2); }
.wd-browser__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.wd-browser__bar i:first-child { background: var(--yellow); }
.wd-browser__url { flex: 1; margin-left: .5rem; padding: .35rem .8rem; border-radius: 999px; background: rgba(255, 255, 255, .06); font-size: .7rem; letter-spacing: .04em; color: var(--fg-3); }
.wd-wire { padding: 1.25rem 1.25rem 1.5rem; display: grid; gap: 1rem; border-radius: 0 0 22px 22px; overflow: hidden; }
.wd-wire__nav { display: flex; justify-content: space-between; align-items: center; }
.wd-wire__nav b { width: 2.2rem; height: .6rem; border-radius: 3px; background: var(--fg); }
.wd-wire__nav span { display: flex; gap: .5rem; }
.wd-wire__nav span i { width: 1.6rem; height: .4rem; border-radius: 2px; background: rgba(255, 255, 255, .28); }
.wd-wire__hero { display: grid; gap: .55rem; padding: 1.5rem 0 .75rem; justify-items: start; }
.wd-wire__hero b { display: block; height: .95rem; width: 72%; border-radius: 4px; background: linear-gradient(90deg, var(--fg), rgba(255, 255, 255, .7)); }
.wd-wire__hero b:nth-child(2) { width: 48%; background: var(--brand); }
.wd-wire__hero i { display: block; height: .45rem; width: 62%; border-radius: 3px; background: rgba(255, 255, 255, .2); }
.wd-wire__btn { display: block; width: 5rem; height: 1.45rem; border-radius: 4px; background: var(--yellow); margin-top: .5rem; }
.wd-wire__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.wd-wire__cols i { display: block; height: 3.4rem; border-radius: 8px; background: rgba(255, 255, 255, .05); border: 1px solid var(--rule-2); }
.wd-badge { position: absolute; right: -1rem; top: -1rem; padding: .55rem .85rem; border-radius: 999px; background: var(--yellow); color: var(--black); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 16px 30px -14px rgba(255, 235, 9, .8); animation: rise .8s var(--ease) 1s both; }
.wd-kit { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.wd-kit li { display: grid; gap: .5rem; align-content: start; padding: 1rem 1rem 1.5rem; }
.wd-kit h3 { font-size: 1.1rem; font-weight: 600; letter-spacing: -.02em; padding: .75rem .4rem 0; }
.wd-kit p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; padding: 0 .4rem; }
.wd-vis { position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: rgba(2, 2, 2, .45); border: 1px solid var(--rule-2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); padding: 1.1rem; display: grid; align-content: start; gap: .5rem; }
.wd-vis__line { display: block; height: .4rem; width: 70%; border-radius: 3px; background: rgba(255, 255, 255, .18); }
.wd-vis__line--h { height: .7rem; width: 80%; background: linear-gradient(90deg, var(--fg), rgba(255, 255, 255, .7)); }
.wd-vis__line--brand { background: var(--brand); width: 55%; }
.wd-vis__line--short { width: 42%; }
.wd-vis__btn { display: block; width: 3.6rem; height: 1.1rem; border-radius: 4px; background: var(--yellow); margin-top: .3rem; }
.wd-vis__btn--sm { width: 2.6rem; height: .9rem; }
.wd-vis--ux { grid-template-columns: 1fr 1fr; gap: .6rem; }
.wd-vis__box { display: block; min-height: 2.2rem; border-radius: 6px; border: 1px dashed rgba(255, 255, 255, .35); }
.wd-vis__box--wide { grid-column: 1 / -1; min-height: 2.6rem; border-color: var(--brand); }
.wd-vis__cursor { position: absolute; right: 18%; bottom: 14%; width: 16px; height: 20px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .6)); transition: transform .5s var(--ease); }
.wd-kit li:hover .wd-vis__cursor { transform: translate(-8px, -6px); }
.wd-vis--dev { align-content: center; justify-items: center; gap: 0; }
.wd-vis__layer { display: block; width: 62%; height: 1.5rem; border-radius: 6px; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .05); transition: transform .5s var(--ease); }
.wd-vis__layer:nth-child(1) { transform: translate(-12%, 80%); background: rgba(128, 39, 219, .6); border-color: rgba(255, 255, 255, .4); }
.wd-vis__layer:nth-child(2) { transform: translate(0, 0); z-index: 1; }
.wd-vis__layer:nth-child(3) { transform: translate(12%, -80%); background: rgba(255, 235, 9, .85); border-color: #fff; z-index: 2; }
.wd-kit li:hover .wd-vis__layer:nth-child(1) { transform: translate(-18%, 110%); }
.wd-kit li:hover .wd-vis__layer:nth-child(3) { transform: translate(18%, -110%); }
.wd-vis--shop { grid-template-columns: 38% 1fr; grid-template-rows: auto auto auto; column-gap: .8rem; align-content: center; }
.wd-vis__img { grid-row: 1 / 4; display: block; height: 100%; min-height: 3.6rem; border-radius: 8px; background: linear-gradient(135deg, #8027db, #ac64ff 60%, #c39efc); }
.wd-vis__price { display: inline-grid; place-items: center; justify-self: start; width: 1.5rem; height: 1.5rem; border-radius: 999px; background: var(--yellow); color: var(--black); font-size: .7rem; font-weight: 700; }
.wd-vis--shop .wd-vis__btn { grid-column: 2; }
.wd-vis__search { display: flex; align-items: center; height: 1.3rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .3); padding: 0 .5rem; margin-bottom: .3rem; }
.wd-vis__search i { width: .55rem; height: .55rem; border-radius: 50%; border: 1.5px solid var(--yellow); position: relative; }
.wd-vis__search i::after { content: ''; position: absolute; right: -4px; bottom: -3px; width: 5px; height: 1.5px; background: var(--yellow); transform: rotate(45deg); }
.wd-vis--care { grid-template-columns: repeat(3, auto); justify-content: start; align-content: center; gap: .8rem; }
.wd-vis__toggle { position: relative; display: block; width: 2.6rem; height: 1.4rem; border-radius: 999px; background: rgba(255, 255, 255, .15); transition: background-color .3s; }
.wd-vis__toggle i { position: absolute; top: 3px; left: 3px; width: calc(1.4rem - 6px); height: calc(1.4rem - 6px); border-radius: 50%; background: #fff; transition: transform .35s var(--ease); }
.wd-vis__toggle.is-on { background: var(--brand); }
.wd-vis__toggle.is-on i { transform: translateX(1.2rem); }
.wd-vis__toggle--y.is-on { background: var(--yellow); }
.wd-kit li:hover .wd-vis__toggle:not(.is-on) { background: var(--brand); }
.wd-kit li:hover .wd-vis__toggle:not(.is-on) i { transform: translateX(1.2rem); }
.wd-vis__ok { grid-column: 1 / -1; justify-self: start; display: grid; place-items: center; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: rgba(46, 226, 122, .12); border: 1px solid rgba(46, 226, 122, .35); color: #2ee27a; font-size: .75rem; font-weight: 700; }
.wd-sprints { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.wd-sprints li { display: grid; gap: .75rem; align-content: start; padding: 1rem; border-radius: var(--r-lg); background: rgba(255, 255, 255, .03); border: 1px solid var(--rule-2); }
.wd-sprints header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .25rem .25rem 0; font-size: var(--t-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--fg); }
.wd-sprints header b { font-weight: 500; color: var(--brand); letter-spacing: .1em; }
.wd-card { padding: 1rem 1.1rem; border-radius: 12px; }
.wd-card p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
.wd-two { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.wd-two .sec-head { margin-bottom: 0; }
.wd-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.wd-checks li { display: grid; grid-template-columns: 2.25rem 1fr; gap: .25rem 1rem; padding: 1.25rem; }
.wd-checks__ok { grid-row: 1 / 3; width: 2.25rem; height: 2.25rem; border-radius: 50%; display: grid; place-items: center; background: rgba(46, 226, 122, .12); border: 1px solid rgba(46, 226, 122, .35); color: #2ee27a; font-style: normal; font-weight: 700; font-size: .9rem; }
.wd-checks h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -.02em; }
.wd-checks p { color: var(--fg-2); font-weight: 300; font-size: var(--t-small); line-height: 1.6; }
@media (max-width: 1000px) { .wd-sprints, .wd-kit { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .wd-grid, .wd-two { grid-template-columns: 1fr; } .wd-badge { right: .5rem; } }
@media (max-width: 560px) { .wd-sprints, .wd-checks, .wd-kit { grid-template-columns: 1fr; } }

/* ---- Reduced motion ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .dm-panel, .br-board, .ph-finder, .wd-browser, .wd-badge, .dm-funnel i, .dm-live i, .vp-poster > img, .vp-rec i, .cd-sticker, .cd-marquee div, .vx-orbs i, .vx-ring, .vx-card::before, .vx-track::before, .ph-focus { animation: none; }
  .dm-funnel i { transform: none; }
  .vx-track::before { transform: none; }
  .br-principles li::before { width: 3rem; }
  .vx-layers__bar::before { transform: none; }
}
