/* woodspiritdesigns.com | Web Design Agency | Malaga, Spain
   Parchment #F4F0E8 + Ink #1A1612 + Violet #6B46FE + Gold #D4A820
   Familjen Grotesk (900/700) + Figtree (body)
   Clean fixed header, white on scroll, underline hover
   Editorial centered hero | Numbered service list
   Horizontal process timeline | Pull-quote testimonials
   3-col pricing cards | Builder: click-card cart UX
   Social: LI+IG+Behance */
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,600;0,700;0,800;0,900;1,600&family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --wsd-parch:#F4F0E8; --wsd-white:#FFFFFF;
  --wsd-ink:#1A1612; --wsd-ink-l:#2D2822;
  --wsd-violet:#6B46FE; --wsd-violet-l:#7D5CFF; --wsd-violet-d:#5535D4;
  --wsd-violet-bg:rgba(107,70,254,.08); --wsd-violet-bg2:rgba(107,70,254,.14);
  --wsd-gold:#D4A820; --wsd-gold-bg:rgba(212,168,32,.1);
  --wsd-warm:#E6E0D4; --wsd-warm2:#DDD6C8;
  --wsd-muted:#6B6560; --wsd-slate:#4A4540;
  --wsd-max:1180px;
  --wsd-fh:'Familjen Grotesk',sans-serif;
  --wsd-fb:'Figtree',sans-serif;
  --wsd-r:6px; --wsd-r2:14px; --wsd-r3:100px;
  --wsd-tr:all .2s ease;
  --wsd-sh:0 2px 16px rgba(26,22,18,.06);
  --wsd-sh2:0 20px 60px rgba(26,22,18,.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--wsd-parch);color:var(--wsd-slate);font-family:var(--wsd-fb);font-size:1rem;line-height:1.72;overflow-x:hidden;min-width:320px;}
img{display:block;max-width:100%;height:auto;}
a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,textarea,select{font-family:inherit;}address{font-style:normal;}
h1,h2,h3,h4{font-family:var(--wsd-fh);}
p{font-size:clamp(0.78rem,1.5vw,0.96rem);line-height:1.78;color:var(--wsd-slate);}

/* ── FIXED HEADER: transparent -> white ── */
.wsd-masthead{
    position:fixed;top:0;left:0;right:0;z-index:500;
    height:68px;background:var(--wsd-parch);
    border-bottom:1px solid transparent;
    transition:background .25s,border-color .25s,box-shadow .25s;
}
.wsd-masthead.wsd-mhd-solid{
    background:var(--wsd-white);
    border-bottom-color:var(--wsd-warm);
    box-shadow:0 1px 20px rgba(26,22,18,.05);
}
.wsd-hd-in{max-width:var(--wsd-max);margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;gap:1.5rem;}
/* Logo — bigger than body text */
.wsd-logo{font-family:var(--wsd-fh);font-size:clamp(1.15rem,2vw,1.6rem);font-weight:900;color:var(--wsd-ink);text-decoration:none;letter-spacing:-.02em;flex-shrink:0;}
.wsd-logo span{color:var(--wsd-violet);}
.wsd-nav{flex:1;display:flex;align-items:center;gap:.2rem;justify-content:center;}
/* Nav font bigger than body default */
.wsd-nlk{font-family:var(--wsd-fb);font-size:clamp(1rem,1.4vw,1.1rem);font-weight:600;color:var(--wsd-ink);opacity:.6;padding:.3rem .6rem;text-decoration:none;position:relative;transition:opacity .15s;}
.wsd-nlk::after{content:'';position:absolute;bottom:0;left:.6rem;right:.6rem;height:1.5px;background:var(--wsd-violet);transform:scaleX(0);transform-origin:left;transition:transform .2s;}
.wsd-nlk:hover,.wsd-nlk.wsd-on{opacity:1;}
.wsd-nlk:hover::after,.wsd-nlk.wsd-on::after{transform:scaleX(1);}
.wsd-hd-right{display:flex;align-items:center;gap:.7rem;margin-left:auto;flex-shrink:0;}
.wsd-ls-wrap{display:flex;gap:2px;}
.wsd-ls{font-size:0.72rem;font-weight:700;color:var(--wsd-muted);padding:.06rem .2rem;cursor:pointer;border:none;background:none;transition:color .15s;}
.wsd-ls.wsd-ls-on,.wsd-ls:hover{color:var(--wsd-violet);}
.wsd-mob-btn{display:none;color:var(--wsd-ink);}
/* Mobile overlay */
.wsd-mob-panel{position:fixed;inset:0;background:var(--wsd-white);z-index:700;transform:translateX(100%);transition:transform .3s;padding:5rem 2.5rem;overflow-y:auto;}
.wsd-mob-panel.wsd-mopen{transform:translateX(0);}
.wsd-mob-cls{position:absolute;top:1.2rem;right:1.5rem;color:var(--wsd-muted);}
.wsd-mob-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;}
.wsd-mob-lk{font-family:var(--wsd-fh);font-size:1.4rem;font-weight:700;color:var(--wsd-ink);opacity:.45;text-decoration:none;transition:opacity .15s;}
.wsd-mob-lk:hover{opacity:1;color:var(--wsd-violet);}

/* ── HERO: Centered editorial typography ── */
.wsd-folio-stage{padding:clamp(7rem,14vh,11rem) 2rem clamp(3rem,6vh,5rem);background:var(--wsd-parch);text-align:center;}
.wsd-folio-in{max-width:900px;margin:0 auto;}
.wsd-folio-eyebrow{font-family:var(--wsd-fb);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--wsd-violet);display:block;margin-bottom:1.2rem;}
.wsd-folio-h1{font-family:var(--wsd-fh);font-size:clamp(2.6rem,7vw,6.5rem);font-weight:900;color:var(--wsd-ink);line-height:1.0;letter-spacing:-.03em;margin-bottom:.4rem;}
.wsd-folio-h1b{font-family:var(--wsd-fh);font-size:clamp(2.6rem,7vw,6.5rem);font-weight:900;font-style:italic;color:var(--wsd-violet);line-height:1.0;letter-spacing:-.03em;margin-bottom:1.5rem;}
.wsd-folio-sub{font-size:clamp(0.9rem,1.6vw,1.05rem);color:var(--wsd-muted);max-width:60ch;margin:0 auto 2rem;line-height:1.78;}
.wsd-folio-ctas{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center;}
/* Scrolling portfolio strip below hero */
.wsd-folio-strip{margin-top:clamp(2.5rem,5vh,4rem);overflow:hidden;position:relative;}
.wsd-folio-strip::before,.wsd-folio-strip::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none;}
.wsd-folio-strip::before{left:0;background:linear-gradient(to right,var(--wsd-parch),transparent);}
.wsd-folio-strip::after{right:0;background:linear-gradient(to left,var(--wsd-parch),transparent);}
.wsd-strip-track{display:flex;gap:1.2rem;animation:wsdStrip 40s linear infinite;width:max-content;}
.wsd-strip-track:hover{animation-play-state:paused;}
@keyframes wsdStrip{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.wsd-strip-thumb{width:clamp(180px,22vw,280px);height:clamp(120px,14vw,180px);border-radius:var(--wsd-r2);overflow:hidden;flex-shrink:0;}
.wsd-strip-thumb img{width:100%;height:100%;object-fit:cover;display:block;}

/* ── MARQUEE TRUST BAND ── */
.wsd-trust-band{background:var(--wsd-ink);padding:.8rem 0;overflow:hidden;}
.wsd-trust-track{display:flex;gap:2rem;animation:wsdTrust 30s linear infinite;width:max-content;align-items:center;}
.wsd-trust-track:hover{animation-play-state:paused;}
@keyframes wsdTrust{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.wsd-trust-item{font-family:var(--wsd-fh);font-size:clamp(0.72rem,1.1vw,0.82rem);font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:rgba(255,255,255,.2);white-space:nowrap;}
.wsd-trust-sep{width:3px;height:3px;border-radius:50%;background:var(--wsd-gold);flex-shrink:0;}

/* ── SERVICES: Numbered row list ── */
.wsd-craft-zone{background:var(--wsd-white);padding:5rem 2rem;}
.wsd-craft-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-craft-top{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;}
.wsd-craft-h2{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-ink);letter-spacing:-.02em;}
.wsd-craft-sub{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--wsd-muted);}
/* Service rows */
.wsd-svc-rows{border-top:1px solid var(--wsd-warm);}
.wsd-svc-row{border-bottom:1px solid var(--wsd-warm);transition:background .15s;}
.wsd-svc-row:hover{background:var(--wsd-violet-bg);}
.wsd-svc-row a{display:grid;grid-template-columns:3rem 1fr auto auto;align-items:center;gap:1.5rem;padding:1.1rem 1rem;text-decoration:none;}
.wsd-sr-num{font-family:var(--wsd-fh);font-size:0.75rem;font-weight:700;color:var(--wsd-muted);opacity:.4;transition:opacity .15s;}
.wsd-svc-row:hover .wsd-sr-num{opacity:1;color:var(--wsd-violet);}
.wsd-sr-body{}
.wsd-sr-nm{font-family:var(--wsd-fh);font-size:clamp(0.95rem,1.7vw,1.15rem);font-weight:700;color:var(--wsd-ink);display:block;margin-bottom:.08rem;}
.wsd-sr-lede{font-size:clamp(0.72rem,1.1vw,0.8rem);color:var(--wsd-muted);line-height:1.4;display:none;}
.wsd-svc-row:hover .wsd-sr-lede{display:block;}
.wsd-sr-pr{font-family:var(--wsd-fh);font-size:clamp(0.82rem,1.3vw,0.95rem);font-weight:700;color:var(--wsd-muted);white-space:nowrap;}
.wsd-svc-row:hover .wsd-sr-pr{color:var(--wsd-violet);}
.wsd-sr-arr{color:var(--wsd-muted);transition:transform .2s;}
.wsd-svc-row:hover .wsd-sr-arr{transform:translateX(4px);color:var(--wsd-violet);}

/* ── PORTFOLIO/WORK: L-shaped grid ── */
.wsd-showcase-zone{background:var(--wsd-parch);padding:5rem 2rem;border-top:1px solid var(--wsd-warm);}
.wsd-showcase-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-showcase-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;margin-top:2.5rem;}
.wsd-work-feat{border-radius:var(--wsd-r2);overflow:hidden;background:var(--wsd-white);border:1px solid var(--wsd-warm);transition:var(--wsd-tr);}
.wsd-work-feat:hover{box-shadow:var(--wsd-sh2);}
.wsd-wf-img{width:100%;height:clamp(200px,22vw,320px);object-fit:cover;display:block;transition:transform .3s;}
.wsd-work-feat:hover .wsd-wf-img{transform:scale(1.03);}
.wsd-wf-body{padding:1.5rem;}
.wsd-wf-cat{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--wsd-violet);display:block;margin-bottom:.2rem;}
.wsd-wf-result{font-family:var(--wsd-fh);font-size:clamp(1.2rem,2.2vw,1.7rem);font-weight:900;color:var(--wsd-ink);display:block;margin-bottom:.3rem;}
.wsd-wf-h{font-size:clamp(0.78rem,1.2vw,0.88rem);color:var(--wsd-muted);line-height:1.65;}
.wsd-work-stack{display:flex;flex-direction:column;gap:1.5rem;}
.wsd-work-sm{border-radius:var(--wsd-r2);overflow:hidden;background:var(--wsd-white);border:1px solid var(--wsd-warm);flex:1;transition:var(--wsd-tr);}
.wsd-work-sm:hover{box-shadow:var(--wsd-sh2);}
.wsd-ws-img{width:100%;height:140px;object-fit:cover;display:block;transition:transform .3s;}
.wsd-work-sm:hover .wsd-ws-img{transform:scale(1.04);}
.wsd-ws-body{padding:1rem;}
.wsd-ws-cat{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--wsd-violet);display:block;margin-bottom:.15rem;}
.wsd-ws-result{font-family:var(--wsd-fh);font-size:clamp(0.9rem,1.6vw,1.1rem);font-weight:900;color:var(--wsd-ink);display:block;margin-bottom:.15rem;}
.wsd-ws-h{font-size:clamp(0.72rem,1.1vw,0.8rem);color:var(--wsd-muted);line-height:1.55;}

/* ── PROCESS: Horizontal timeline on dark violet band ── */
.wsd-pipeline-band{background:var(--wsd-ink);padding:5rem 2rem;overflow:hidden;}
.wsd-pipeline-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-pipeline-h2{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-white);letter-spacing:-.02em;margin-bottom:3rem;}
.wsd-pipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;}
.wsd-pipe-grid::after{content:'';position:absolute;top:2rem;left:calc(12.5% + 1rem);right:calc(12.5% + 1rem);height:1px;background:rgba(255,255,255,.1);z-index:0;}
.wsd-pipe-step{padding:1rem 1.5rem 1rem 0;position:relative;z-index:1;}
.wsd-pipe-step::before{content:attr(data-n);font-family:var(--wsd-fh);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--wsd-violet);opacity:.6;display:block;line-height:1;margin-bottom:.5rem;}
.wsd-pipe-nm{font-family:var(--wsd-fh);font-size:clamp(0.9rem,1.5vw,1.1rem);font-weight:700;color:var(--wsd-white);display:block;margin-bottom:.35rem;}
.wsd-pipe-p{font-size:clamp(0.72rem,1.1vw,0.82rem);color:rgba(255,255,255,.35);line-height:1.7;}

/* ── ABOUT / PHILOSOPHY ── */
.wsd-studio-zone{background:var(--wsd-white);padding:5rem 2rem;border-top:1px solid var(--wsd-warm);}
.wsd-studio-in{max-width:var(--wsd-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.wsd-studio-img{border-radius:var(--wsd-r2);overflow:hidden;}
.wsd-studio-img img{width:100%;height:clamp(300px,30vw,450px);object-fit:cover;display:block;}
.wsd-studio-txt h2{font-family:var(--wsd-fh);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:900;color:var(--wsd-ink);margin-bottom:1rem;letter-spacing:-.02em;}
.wsd-studio-txt p{font-size:clamp(0.82rem,1.3vw,0.95rem);color:var(--wsd-slate);line-height:1.82;margin-bottom:.8rem;}
.wsd-studio-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.8rem;padding-top:1.8rem;border-top:1px solid var(--wsd-warm);}
.wsd-ss-item span:first-child{font-family:var(--wsd-fh);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:900;color:var(--wsd-violet);display:block;line-height:1;}
.wsd-ss-item span:last-child{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--wsd-muted);display:block;margin-top:.1rem;}

/* ── TESTIMONIALS: Pull-quote cards ── */
.wsd-voices-zone{background:var(--wsd-parch);padding:5rem 2rem;border-top:1px solid var(--wsd-warm);}
.wsd-voices-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-voice-h2{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-ink);letter-spacing:-.02em;margin-bottom:2rem;}
.wsd-voice-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;}
.wsd-vc{background:var(--wsd-white);border:1px solid var(--wsd-warm);border-radius:var(--wsd-r2);padding:1.8rem;transition:var(--wsd-tr);}
.wsd-vc:first-child{background:var(--wsd-violet);border-color:var(--wsd-violet);}
.wsd-vc:last-child{background:var(--wsd-ink);border-color:var(--wsd-ink);}
.wsd-vc:hover{box-shadow:var(--wsd-sh2);}
.wsd-vc-stars{font-size:0.72rem;letter-spacing:3px;display:block;margin-bottom:.8rem;color:var(--wsd-gold);}
.wsd-vc-q{font-family:var(--wsd-fh);font-size:clamp(0.88rem,1.4vw,1rem);font-weight:600;font-style:italic;line-height:1.65;margin-bottom:1rem;}
.wsd-vc:first-child .wsd-vc-q,.wsd-vc:last-child .wsd-vc-q{color:rgba(255,255,255,.7);}
.wsd-vc-who{font-size:0.75rem;font-weight:700;display:block;}
.wsd-vc:first-child .wsd-vc-who,.wsd-vc:last-child .wsd-vc-who{color:rgba(255,255,255,.4);}
.wsd-vc-role{font-size:0.69rem;color:var(--wsd-muted);display:block;}
.wsd-vc:first-child .wsd-vc-role,.wsd-vc:last-child .wsd-vc-role{color:rgba(255,255,255,.2);}

/* ── PRICING: 3-column tier cards ── */
.wsd-rates-zone{background:var(--wsd-white);padding:5rem 2rem;border-top:1px solid var(--wsd-warm);}
.wsd-rates-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-rates-hd{text-align:center;margin-bottom:2.5rem;}
.wsd-rates-hd h2{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-ink);letter-spacing:-.02em;}
.wsd-rates-hd p{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--wsd-muted);margin-top:.4rem;}
.wsd-rate-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;}
.wsd-rate-card{border:1.5px solid var(--wsd-warm);border-radius:var(--wsd-r2);padding:1.8rem;transition:var(--wsd-tr);}
.wsd-rate-card.wsd-rc-feat{border-color:var(--wsd-violet);background:var(--wsd-violet-bg);}
.wsd-rate-card:hover{box-shadow:var(--wsd-sh2);}
.wsd-rc-badge{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--wsd-muted);display:block;margin-bottom:.3rem;}
.wsd-rate-card.wsd-rc-feat .wsd-rc-badge{color:var(--wsd-violet);}
.wsd-rc-nm{font-family:var(--wsd-fh);font-size:clamp(1.2rem,2vw,1.5rem);font-weight:900;color:var(--wsd-ink);display:block;margin-bottom:.15rem;}
.wsd-rc-tag{font-size:0.75rem;color:var(--wsd-muted);display:block;margin-bottom:1.2rem;line-height:1.5;}
.wsd-rc-price{font-family:var(--wsd-fh);font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:900;color:var(--wsd-ink);display:block;line-height:1;margin-bottom:.2rem;}
.wsd-rc-pp{font-size:0.72rem;color:var(--wsd-muted);display:block;margin-bottom:1.2rem;}
.wsd-rc-feat-list{border-top:1px solid var(--wsd-warm);padding-top:1rem;display:flex;flex-direction:column;gap:.28rem;}
.wsd-rc-fi{display:flex;align-items:flex-start;gap:.35rem;font-size:clamp(0.72rem,1.1vw,0.8rem);color:var(--wsd-slate);}
.wsd-rc-fi svg{color:var(--wsd-violet);flex-shrink:0;margin-top:.1rem;}

/* ── FAQ: 2-col accordion ── */
.wsd-ask-zone{background:var(--wsd-parch);padding:5rem 2rem;border-top:1px solid var(--wsd-warm);}
.wsd-ask-in{max-width:var(--wsd-max);margin:0 auto;}
.wsd-ask-h2{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-ink);letter-spacing:-.02em;margin-bottom:2rem;}
.wsd-ask-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem;}
.wsd-ask-item{border-bottom:1px solid var(--wsd-warm);}
.wsd-ask-tgl{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 0;background:none;border:none;cursor:pointer;text-align:left;}
.wsd-ask-q{font-family:var(--wsd-fb);font-size:clamp(0.85rem,1.4vw,0.95rem);font-weight:600;color:var(--wsd-ink);flex:1;line-height:1.35;transition:color .14s;}
.wsd-ask-tgl:hover .wsd-ask-q,.wsd-ask-item.wsd-ak-open .wsd-ask-q{color:var(--wsd-violet);}
.wsd-ask-ico{color:var(--wsd-muted);flex-shrink:0;transition:transform .22s;margin-top:.1rem;}
.wsd-ask-item.wsd-ak-open .wsd-ask-ico{transform:rotate(180deg);color:var(--wsd-violet);}
.wsd-ask-body{max-height:0;overflow:hidden;transition:max-height .34s cubic-bezier(.4,0,.2,1);}
.wsd-ask-body p{padding:0 0 1rem;font-size:clamp(0.78rem,1.2vw,0.88rem);color:var(--wsd-slate);line-height:1.82;}

/* ── CTA SIGNAL BAND ── */
.wsd-signal-zone{background:var(--wsd-violet);padding:5rem 2rem;position:relative;overflow:hidden;}
.wsd-signal-zone::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.04);top:-200px;right:-200px;pointer-events:none;}
.wsd-signal-in{max-width:var(--wsd-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;}
.wsd-signal-h{font-family:var(--wsd-fh);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900;color:var(--wsd-white);line-height:1.06;letter-spacing:-.02em;margin-bottom:.5rem;}
.wsd-signal-sub{font-size:clamp(0.82rem,1.3vw,0.95rem);color:rgba(255,255,255,.55);line-height:1.78;}
.wsd-signal-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:var(--wsd-r2);padding:1.8rem;}

/* ── PAGE BANNER (interior pages) ── */
.wsd-pg-bnr{background:var(--wsd-ink);padding:7rem 2rem 4rem;position:relative;overflow:hidden;}
.wsd-pg-bnr::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--wsd-violet),transparent);}
.wsd-pg-bnr-in{max-width:var(--wsd-max);margin:0 auto;text-align:center;}
.wsd-pg-eyebrow{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.25);display:block;margin-bottom:.5rem;}
.wsd-pg-h1{font-family:var(--wsd-fh);font-size:clamp(1.8rem,5vw,4rem);font-weight:900;color:var(--wsd-white);line-height:1.06;letter-spacing:-.02em;}
.wsd-pg-sub{font-size:clamp(0.82rem,1.4vw,0.95rem);color:rgba(255,255,255,.3);margin:.5rem auto 0;max-width:60ch;line-height:1.78;}

/* ── SERVICE PAGE ── */
.wsd-svc-img-hero{width:100%;height:clamp(220px,26vw,380px);object-fit:cover;display:block;}
.wsd-svc-shell{max-width:var(--wsd-max);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:start;background:var(--wsd-white);}
.wsd-svc-body h2{font-family:var(--wsd-fh);font-size:clamp(1rem,1.8vw,1.2rem);font-weight:700;color:var(--wsd-ink);margin:2rem 0 .4rem;}
.wsd-svc-body p{font-size:clamp(0.78rem,1.2vw,0.92rem);color:var(--wsd-slate);line-height:1.82;margin-bottom:.9rem;}
.wsd-svc-del{display:flex;align-items:flex-start;gap:.4rem;font-size:clamp(0.78rem,1.2vw,0.85rem);color:var(--wsd-slate);margin-bottom:.28rem;}
.wsd-svc-del svg{color:var(--wsd-violet);flex-shrink:0;margin-top:.1rem;}
.wsd-svc-sidebar{background:var(--wsd-ink);border-radius:var(--wsd-r2);overflow:hidden;position:sticky;top:85px;}
.wsd-svc-sb-hd{background:var(--wsd-violet);padding:.7rem 1.3rem;}
.wsd-svc-sb-ht{font-family:var(--wsd-fh);font-size:clamp(0.88rem,1.5vw,1rem);font-weight:700;color:var(--wsd-white);}
.wsd-svc-sb-bd{padding:1.2rem 1.3rem;}
.wsd-svc-sb-from{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.2);display:block;}
.wsd-svc-sb-pr{font-family:var(--wsd-fh);font-size:clamp(2rem,4vw,2.6rem);font-weight:900;color:var(--wsd-gold);display:block;line-height:1;}
.wsd-svc-sb-pp{font-size:0.72rem;color:rgba(255,255,255,.15);display:block;margin-bottom:.8rem;}
.wsd-svc-sb-row{display:flex;align-items:flex-start;gap:.3rem;font-size:.72rem;color:rgba(255,255,255,.25);margin-bottom:.2rem;}
.wsd-svc-sb-btn{display:block;width:100%;text-align:center;background:var(--wsd-violet);color:var(--wsd-white);font-family:var(--wsd-fh);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;padding:.55rem;border-radius:var(--wsd-r);cursor:pointer;transition:background .14s;text-decoration:none;margin-top:1rem;border:none;}
.wsd-svc-sb-btn:hover{background:var(--wsd-violet-l);}

/* ── BUILDER ── */
.wsd-build-wrap{background:var(--wsd-parch);padding:3rem 0 6rem;}
.wsd-build-max{max-width:var(--wsd-max);margin:0 auto;padding:0 2rem;}
.wsd-build-grid{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-top:2rem;align-items:start;}
.wsd-build-blk{background:var(--wsd-white);border:1px solid var(--wsd-warm);border-radius:var(--wsd-r2);padding:1.5rem;margin-bottom:1rem;}
.wsd-build-blk h3{font-family:var(--wsd-fh);font-size:clamp(0.9rem,1.5vw,1.05rem);font-weight:700;color:var(--wsd-ink);margin-bottom:.3rem;}
.wsd-build-blk p{font-size:clamp(0.72rem,1.1vw,0.82rem);color:var(--wsd-muted);margin-bottom:.9rem;}
/* Service CARDS in builder (click to add) */
.wsd-svc-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;}
.wsd-svc-card{border:1.5px solid var(--wsd-warm);border-radius:var(--wsd-r2);padding:1rem;cursor:pointer;transition:var(--wsd-tr);position:relative;user-select:none;}
.wsd-svc-card:hover{border-color:var(--wsd-violet);background:var(--wsd-violet-bg);}
.wsd-svc-card.wsd-sc-sel{border-color:var(--wsd-violet);background:var(--wsd-violet-bg2);}
.wsd-sc-ico{display:inline-flex;width:28px;height:28px;border-radius:var(--wsd-r);align-items:center;justify-content:center;margin-bottom:.5rem;}
.wsd-sc-nm{font-family:var(--wsd-fb);font-size:clamp(0.75rem,1.1vw,0.85rem);font-weight:700;color:var(--wsd-ink);display:block;margin-bottom:.15rem;}
.wsd-sc-pr{font-size:0.69rem;font-weight:600;color:var(--wsd-muted);}
.wsd-svc-card.wsd-sc-sel .wsd-sc-nm{color:var(--wsd-violet-d);}
.wsd-svc-card.wsd-sc-sel .wsd-sc-pr{color:var(--wsd-violet);}
.wsd-sc-tick{position:absolute;top:.5rem;right:.5rem;width:16px;height:16px;border-radius:50%;background:var(--wsd-violet);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;color:white;}
.wsd-svc-card.wsd-sc-sel .wsd-sc-tick{opacity:1;}
/* Add-on toggle rows */
.wsd-addon-rows{display:flex;flex-direction:column;gap:.45rem;}
.wsd-addon-row{border:1px solid var(--wsd-warm);border-radius:var(--wsd-r);padding:.6rem .9rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;transition:var(--wsd-tr);}
.wsd-addon-row:hover{border-color:var(--wsd-violet);}
.wsd-addon-row.wsd-ar-on{border-color:var(--wsd-violet);background:var(--wsd-violet-bg);}
.wsd-ar-sw{width:32px;height:18px;border-radius:9px;background:var(--wsd-warm);flex-shrink:0;position:relative;transition:background .15s;}
.wsd-ar-sw::after{content:'';position:absolute;width:12px;height:12px;border-radius:50%;background:white;top:3px;left:3px;transition:transform .15s;}
.wsd-addon-row.wsd-ar-on .wsd-ar-sw{background:var(--wsd-violet);}
.wsd-addon-row.wsd-ar-on .wsd-ar-sw::after{transform:translateX(14px);}
.wsd-ar-nm{flex:1;font-size:clamp(0.78rem,1.2vw,0.88rem);font-weight:600;color:var(--wsd-ink);}
.wsd-ar-pr{font-size:0.78rem;font-weight:700;color:var(--wsd-muted);}
.wsd-addon-row.wsd-ar-on .wsd-ar-pr{color:var(--wsd-violet);}
/* Hours select */
.wsd-hrs-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;}
.wsd-hrs-sel{background:var(--wsd-parch);border:1.5px solid var(--wsd-warm);border-radius:var(--wsd-r);padding:.45rem .8rem;font-size:clamp(0.82rem,1.3vw,0.95rem);font-weight:600;color:var(--wsd-ink);cursor:pointer;transition:border-color .15s;}
.wsd-hrs-sel:focus{outline:none;border-color:var(--wsd-violet);}
.wsd-hrs-rate{font-size:0.75rem;color:var(--wsd-muted);}
/* Cart panel */
.wsd-cart-panel{background:var(--wsd-ink);border-radius:var(--wsd-r2);overflow:hidden;position:sticky;top:85px;}
.wsd-cp-hd{background:var(--wsd-violet);padding:.65rem 1.2rem;}
.wsd-cp-ht{font-family:var(--wsd-fh);font-size:clamp(0.88rem,1.5vw,1rem);font-weight:700;color:var(--wsd-white);}
.wsd-cp-bd{padding:.6rem 1.2rem;min-height:80px;}
.wsd-cp-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.3rem;}
.wsd-cp-lbl{font-size:clamp(0.69rem,1.1vw,0.78rem);color:rgba(255,255,255,.3);line-height:1.4;}
.wsd-cp-val{font-family:var(--wsd-fh);font-size:clamp(0.78rem,1.2vw,0.88rem);font-weight:700;color:var(--wsd-gold);white-space:nowrap;}
.wsd-cp-empty{font-size:clamp(0.69rem,1.1vw,0.78rem);color:rgba(255,255,255,.12);font-style:italic;}
.wsd-cp-sep{border:none;border-top:1px solid rgba(255,255,255,.07);margin:.4rem 0;}
.wsd-cp-tot{display:flex;justify-content:space-between;align-items:flex-end;padding:.15rem 1.2rem .25rem;}
.wsd-cp-tl{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.18);}
.wsd-cp-tv{font-family:var(--wsd-fh);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900;color:var(--wsd-gold);}
.wsd-cp-ft{padding:.6rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);}
.wsd-cp-go{display:block;width:100%;background:var(--wsd-violet);color:var(--wsd-white);font-family:var(--wsd-fh);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;padding:.58rem;border:none;border-radius:var(--wsd-r);cursor:pointer;transition:background .14s;}
.wsd-cp-go:hover:not(:disabled){background:var(--wsd-violet-l);}
.wsd-cp-go:disabled{opacity:.25;cursor:not-allowed;}

/* ── CHECKOUT ── */
.wsd-co-wrap{background:var(--wsd-parch);padding:3rem 0 5rem;}
.wsd-co-max{max-width:var(--wsd-max);margin:0 auto;padding:0 2rem;}
.wsd-co-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;margin-top:2rem;align-items:start;}
.wsd-co-form-blk{background:var(--wsd-white);border:1px solid var(--wsd-warm);border-radius:var(--wsd-r2);padding:1.8rem;margin-bottom:1rem;}
.wsd-co-form-blk h3{font-family:var(--wsd-fh);font-size:clamp(0.95rem,1.6vw,1.1rem);font-weight:700;color:var(--wsd-ink);margin-bottom:1.2rem;}
.wsd-frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.8rem;}
.wsd-fld{margin-bottom:.8rem;}
.wsd-fl{display:block;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--wsd-muted);margin-bottom:.22rem;}
.wsd-fin{width:100%;background:var(--wsd-parch);border:1.5px solid var(--wsd-warm);border-radius:var(--wsd-r);padding:.55rem .8rem;color:var(--wsd-ink);font-size:clamp(0.82rem,1.2vw,0.9rem);transition:border-color .14s;}
.wsd-fin:focus{outline:none;border-color:var(--wsd-violet);}
.wsd-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:0.78rem;color:var(--wsd-slate);margin:1rem 0;line-height:1.6;}
.wsd-agree input{margin-top:.15rem;accent-color:var(--wsd-violet);}
.wsd-agree a{color:var(--wsd-violet);}
.wsd-co-btn{width:100%;background:var(--wsd-violet);color:var(--wsd-white);font-family:var(--wsd-fh);font-size:clamp(0.9rem,1.6vw,1.05rem);font-weight:800;padding:.75rem;border:none;border-radius:var(--wsd-r2);cursor:pointer;transition:background .14s;}
.wsd-co-btn:hover{background:var(--wsd-violet-l);}
.wsd-co-summary{background:var(--wsd-ink);border-radius:var(--wsd-r2);padding:1.5rem;position:sticky;top:85px;}
.wsd-co-summary h3{font-family:var(--wsd-fh);font-size:clamp(0.88rem,1.5vw,1rem);font-weight:700;color:var(--wsd-gold);margin-bottom:1.2rem;}
.wsd-ord-row{display:flex;justify-content:space-between;font-size:clamp(0.72rem,1.1vw,0.8rem);color:rgba(255,255,255,.25);margin-bottom:.25rem;}
.wsd-ord-plan{background:rgba(255,255,255,.05);border-radius:var(--wsd-r);padding:.5rem .8rem;margin-bottom:.7rem;display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap;}
.wsd-ord-pnm{font-family:var(--wsd-fh);font-size:clamp(0.85rem,1.3vw,0.95rem);font-weight:700;color:var(--wsd-white);}
.wsd-ord-ppr{font-family:var(--wsd-fh);font-size:clamp(0.85rem,1.3vw,0.95rem);font-weight:700;color:var(--wsd-gold);}
.wsd-ord-sep{border:none;border-top:1px solid rgba(255,255,255,.07);margin:.7rem 0;}
.wsd-ord-total{display:flex;justify-content:space-between;align-items:center;}
.wsd-ord-tl{font-size:0.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.18);}
.wsd-ord-tv{font-family:var(--wsd-fh);font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;color:var(--wsd-gold);}
.wsd-no-ord{font-size:0.82rem;color:rgba(255,255,255,.12);text-align:center;padding:1.5rem 0;font-style:italic;}
.wsd-err{background:#FEF2F2;border:1px solid #FCA5A5;border-radius:var(--wsd-r);padding:.65rem .9rem;font-size:clamp(0.78rem,1.2vw,0.85rem);color:#B91C1C;margin-bottom:1rem;}

/* ── LEGAL ── */
.wsd-legal-wrap{max-width:820px;margin:0 auto;padding:4rem 2rem 7rem;background:var(--wsd-white);}
.wsd-legal-eff{display:inline-block;font-size:0.72rem;color:var(--wsd-muted);background:var(--wsd-parch);border:1px solid var(--wsd-warm);padding:.18rem .65rem;border-radius:var(--wsd-r3);margin-bottom:1.5rem;}
.wsd-legal-wrap h2{font-family:var(--wsd-fh);font-size:clamp(0.95rem,1.6vw,1.1rem);font-weight:700;color:var(--wsd-ink);margin:2.5rem 0 .4rem;}
.wsd-legal-wrap p,.wsd-legal-wrap li{font-size:clamp(0.78rem,1.2vw,0.9rem);color:var(--wsd-slate);line-height:1.82;margin-bottom:.85rem;}
.wsd-legal-wrap ul{padding-left:1.4rem;margin:.5rem 0;}
.wsd-legal-wrap li{list-style:disc;}
.wsd-legal-wrap a{color:var(--wsd-violet);}

/* ── BUTTONS ── */
.wsd-btn-v{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--wsd-fb);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;color:var(--wsd-white);background:var(--wsd-violet);padding:.5rem 1.6rem;border-radius:var(--wsd-r3);border:none;cursor:pointer;transition:var(--wsd-tr);text-decoration:none;white-space:nowrap;}
.wsd-btn-v:hover{background:var(--wsd-violet-l);}
.wsd-btn-out{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--wsd-fb);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;color:var(--wsd-ink);background:transparent;padding:.48rem 1.6rem;border-radius:var(--wsd-r3);border:1.5px solid var(--wsd-ink);transition:var(--wsd-tr);text-decoration:none;white-space:nowrap;}
.wsd-btn-out:hover{background:var(--wsd-ink);color:var(--wsd-white);}
.wsd-btn-gw{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--wsd-fb);font-size:clamp(0.82rem,1.2vw,0.9rem);font-weight:700;color:rgba(255,255,255,.65);background:transparent;padding:.48rem 1.6rem;border-radius:var(--wsd-r3);border:1.5px solid rgba(255,255,255,.3);transition:var(--wsd-tr);text-decoration:none;white-space:nowrap;}
.wsd-btn-gw:hover{border-color:rgba(255,255,255,.8);color:var(--wsd-white);}

/* ── COOKIE + CHAT ── */
.wsd-ck{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--wsd-ink);border-top:2px solid var(--wsd-violet);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.wsd-ck p{font-size:0.78rem;color:rgba(255,255,255,.35);margin:0;}
.wsd-ck a{color:var(--wsd-gold);}
.wsd-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.wsd-ck-yes{background:var(--wsd-violet);color:white;font-family:var(--wsd-fb);font-size:0.85rem;font-weight:700;padding:.28rem .85rem;border-radius:var(--wsd-r3);cursor:pointer;border:none;}
.wsd-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--wsd-fb);font-size:0.82rem;padding:.26rem .85rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--wsd-r3);cursor:pointer;}
.wsd-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--wsd-violet);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 4px 20px rgba(107,70,254,.4);transition:var(--wsd-tr);color:white;}
.wsd-chat-fab:hover{background:var(--wsd-violet-l);transform:scale(1.08);}
.wsd-chat-pop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:var(--wsd-white);border:1px solid var(--wsd-warm);border-radius:var(--wsd-r2);box-shadow:var(--wsd-sh2);opacity:0;pointer-events:none;transform:translateY(10px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.wsd-chat-pop.wsd-cp-open{opacity:1;pointer-events:auto;transform:none;}
.wsd-chat-hd{background:var(--wsd-violet);padding:.8rem 1.1rem;}
.wsd-chat-nm{font-family:var(--wsd-fh);font-size:clamp(0.88rem,1.5vw,1rem);font-weight:700;color:white;}
.wsd-chat-nm em{opacity:.5;font-style:normal;}
.wsd-chat-bd{padding:.8rem 1rem;}
.wsd-chat-ta{width:100%;background:var(--wsd-parch);border:1.5px solid var(--wsd-warm);border-radius:var(--wsd-r);padding:.5rem .8rem;font-size:0.85rem;color:var(--wsd-ink);margin-bottom:.35rem;resize:none;transition:border-color .14s;}
.wsd-chat-ta:focus{outline:none;border-color:var(--wsd-violet);}
.wsd-chat-send-btn{width:100%;background:var(--wsd-violet);color:white;font-family:var(--wsd-fh);font-size:0.88rem;font-weight:700;padding:.5rem;border-radius:var(--wsd-r);border:none;cursor:pointer;}
.wsd-chat-send-btn:hover{background:var(--wsd-violet-l);}
.wsd-chat-done{display:none;text-align:center;padding:.9rem;}

/* ── FOOTER ── */
.wsd-atelier{background:var(--wsd-ink);}
.wsd-atelier-top{max-width:var(--wsd-max);margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;border-bottom:1px solid rgba(255,255,255,.05);}
.wsd-ft-logo{font-family:var(--wsd-fh);font-size:clamp(1.15rem,2vw,1.6rem);font-weight:900;color:var(--wsd-white);display:block;margin-bottom:.4rem;text-decoration:none;letter-spacing:-.02em;}
.wsd-ft-logo span{color:var(--wsd-violet);}
.wsd-ft-tag{font-size:0.72rem;color:rgba(255,255,255,.18);line-height:1.65;margin-bottom:.7rem;}
.wsd-ft-socs{display:flex;gap:.35rem;margin-bottom:.5rem;}
.wsd-ft-soc{width:30px;height:30px;border:1px solid rgba(255,255,255,.09);border-radius:var(--wsd-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.2);transition:var(--wsd-tr);text-decoration:none;}
.wsd-ft-soc:hover{border-color:var(--wsd-gold);color:var(--wsd-gold);}
.wsd-ft-col h4{font-family:var(--wsd-fh);font-size:0.78rem;font-weight:700;color:rgba(255,255,255,.18);display:block;margin-bottom:.6rem;}
.wsd-ft-nav{display:flex;flex-direction:column;gap:.2rem;}
.wsd-ft-nav a{font-size:0.75rem;color:rgba(255,255,255,.18);transition:color .14s;text-decoration:none;}
.wsd-ft-nav a:hover{color:var(--wsd-gold);}
.wsd-ft-ct a{display:flex;align-items:flex-start;gap:.3rem;font-size:0.72rem;color:rgba(255,255,255,.18);transition:color .14s;text-decoration:none;margin-bottom:.22rem;}
.wsd-ft-ct a:hover{color:var(--wsd-gold);}
.wsd-atelier-base{max-width:var(--wsd-max);margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.wsd-ft-copy{font-size:0.69rem;color:rgba(255,255,255,.1);}
.wsd-ft-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.wsd-ft-legal a{font-size:0.69rem;color:rgba(255,255,255,.1);text-decoration:none;transition:color .14s;}
.wsd-ft-legal a:hover{color:var(--wsd-gold);}

/* ── MISC ── */
.wsd-reveal{opacity:0;transform:translateY(12px);transition:opacity .42s,transform .42s;}
.wsd-reveal.wsd-vis{opacity:1;transform:none;}
.wsd-result-pg{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;flex-direction:column;gap:1.5rem;background:var(--wsd-parch);}
.wsd-result-pg h1{font-family:var(--wsd-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--wsd-ink);}

/* ── RESPONSIVE ── */
@media(max-width:1000px){
  .wsd-nav{display:none;} .wsd-mob-btn{display:flex;}
  .wsd-showcase-grid{grid-template-columns:1fr;}
  .wsd-pipe-grid{grid-template-columns:1fr 1fr;} .wsd-pipe-grid::after{display:none;}
  .wsd-studio-in{grid-template-columns:1fr;}
  .wsd-voice-cards{grid-template-columns:1fr;}
  .wsd-rate-cards{grid-template-columns:1fr;}
  .wsd-ask-cols{grid-template-columns:1fr;}
  .wsd-signal-in,.wsd-co-grid,.wsd-build-grid{grid-template-columns:1fr;}
  .wsd-svc-cards-grid{grid-template-columns:1fr 1fr;}
  .wsd-atelier-top{grid-template-columns:1fr 1fr;}
  .wsd-svc-shell{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .wsd-folio-h1,.wsd-folio-h1b{font-size:clamp(2rem,9vw,3.5rem);}
  .wsd-svc-cards-grid{grid-template-columns:1fr;}
  .wsd-frow{grid-template-columns:1fr;}
  .wsd-pipe-grid{grid-template-columns:1fr;}
  .wsd-atelier-top{grid-template-columns:1fr;}
  .wsd-rate-cards{gap:.8rem;}
  .wsd-svc-row a{grid-template-columns:2rem 1fr auto;}
}
