
:root{
  --bg:#f6f4ef;
  --surface:#fff;
  --ink:#172226;
  --muted:#667175;
  --line:#dcded9;
  --accent:#118f8f;
  --accent-soft:#dff3ef;
  --dark:#142126;
  --sand:#f1e6d6;
  --sand-line:#e2d2bc;
  --blue:#ddebf0;
  --radius:22px;
  --shadow:0 24px 70px rgba(20,33,38,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.site-header{
  position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
  padding:18px clamp(22px,5vw,72px);background:rgba(246,244,239,.9);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(220,222,217,.75)
}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;letter-spacing:-1.1px;font-weight:750}
.brand-icon{width:34px;height:34px;object-fit:contain}
.brand-visual{color:var(--accent)}
.brand-upscale{font-weight:500}
.site-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:650}
.site-nav a:hover,.site-nav a.active{color:var(--accent)}
.nav-cta{border:1px solid var(--ink);padding:10px 16px;border-radius:999px}
.nav-cta.active{background:var(--ink);color:#f1e6d6}
.menu-toggle{display:none;background:none;border:0;font-weight:700}
.section{padding:clamp(74px,9vw,124px) clamp(22px,6vw,92px);max-width:1500px;margin:0 auto}
.page-hero{padding-top:96px;padding-bottom:70px}
.page-hero .eyebrow{margin-bottom:18px}
.page-hero h1,.hero h1,.section h2{letter-spacing:-.055em;line-height:.98;margin:0}
.page-hero h1{font-size:clamp(50px,6vw,88px);max-width:980px}
.page-hero p{font-size:clamp(18px,1.5vw,22px);color:var(--muted);max-width:760px;margin:26px 0 0}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--accent);font-size:12px;margin-bottom:20px}
.section h2{font-size:clamp(40px,5vw,68px)}
.section-intro{max-width:860px;margin-bottom:44px}
.section-intro p{font-size:18px;color:var(--muted);max-width:740px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;border-radius:999px;font-weight:750;border:1px solid transparent;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--ink);color:#fff}
.button-secondary{border-color:var(--line);background:rgba(255,255,255,.65)}
.hero{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:clamp(45px,7vw,105px);align-items:center;padding-top:88px
}
.hero h1{font-size:clamp(50px,6vw,92px);max-width:920px}
.hero h1 span{color:var(--accent)}
.hero-lede{font-size:clamp(18px,1.6vw,23px);color:var(--muted);max-width:720px;margin:28px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{margin-top:18px;color:var(--muted);font-size:14px;font-weight:600}
.hero-board{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.hero-board-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.tiny-label{font-size:10px;letter-spacing:.14em;color:#8a989b;font-weight:800}
.status-pill{font-size:10px;font-weight:750;background:var(--accent-soft);color:#266f69;border-radius:999px;padding:7px 10px}
.hero-path{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center}
.path-card{min-height:145px;border-radius:18px;padding:18px;display:flex;flex-direction:column;justify-content:space-between}
.path-card span{font-size:11px;font-weight:800;opacity:.65}
.path-card strong{font-size:18px}
.path-card small{font-size:11px;opacity:.72}
.audit-path{background:var(--sand)}
.website-path{background:var(--accent-soft)}
.system-path{background:var(--dark);color:white}
.path-arrow{font-size:23px;color:var(--accent);font-weight:800}
.hero-board-note{border-top:1px solid var(--line);margin-top:24px;padding-top:18px;color:var(--muted);font-size:13px}
.capability-strip{display:flex;justify-content:center;gap:20px 42px;flex-wrap:wrap;padding:22px;border-block:1px solid var(--line);font-size:13px;font-weight:750;background:rgba(255,255,255,.38)}
.capability-strip span:before{content:"•";color:var(--accent);margin-right:10px}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.solution-card{
  position:relative;border:1px solid var(--line);padding:31px;border-radius:var(--radius);
  display:flex;flex-direction:column;min-height:540px
}
.audit-card{background:var(--sand);border-color:var(--sand-line)}
.website-card{background:var(--accent-soft);border-color:#c6e3dd}
.system-card{background:#173039;border-color:#173039;color:#fff}
.solution-number{font-size:11px;font-weight:850;letter-spacing:.08em;color:#91693f}
.website-card .solution-number{color:#087f7d}
.system-card .solution-number{color:#6bd2c8}
.solution-card h3{font-size:30px;letter-spacing:-.035em;margin:24px 0 11px}
.solution-card p{color:#6f6c66}
.website-card p{color:#4e706d}
.system-card p{color:#c1ced0}
.solution-card ul{list-style:none;padding:0;margin:6px 0 24px}
.solution-card li{padding:10px 0;border-bottom:1px solid rgba(80,90,90,.14)}
.solution-card li:before{content:"✓";font-weight:900;margin-right:9px;color:var(--accent)}
.system-card li{border-bottom-color:rgba(255,255,255,.10)}
.system-card li:before{color:#6bd2c8}
.solution-card a{display:inline-block;margin-top:auto;font-weight:800;color:#805b36}
.website-card a{color:#087f7d}
.system-card a{color:#6bd2c8}
.tailored-tag{position:absolute;right:20px;top:-12px;background:#28505a;color:#b9eee7;border-radius:999px;padding:7px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:850}
.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}
.card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px}
.soft-card{background:#ece9e2}
.dark-card{background:var(--dark);color:white}
.dark-card p{color:#b8c3c5}
.bullet-list{list-style:none;padding:0;margin:0}
.bullet-list li{padding:11px 0;border-bottom:1px solid rgba(100,115,117,.15)}
.bullet-list li:before{content:"✓";color:var(--accent);font-weight:900;margin-right:10px}
.meta-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}
.meta-pill{background:#eeeae2;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700}
.detail-hero{display:grid;grid-template-columns:1fr .8fr;gap:55px;align-items:center}
.detail-panel{background:white;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}
.detail-panel h3{margin:0 0 14px;font-size:22px}
.detail-panel ul{margin:0;padding:0;list-style:none;color:var(--muted)}
.detail-hero .detail-panel li{position:relative;padding:6px 0 6px 24px}
.detail-hero .detail-panel li::before{content:"›";position:absolute;left:2px;top:3px;color:var(--accent);font-size:22px;font-weight:800;line-height:1}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{border-top:2px solid var(--ink);padding-top:18px}
.process-grid span{color:var(--accent);font-weight:850}
.process-grid h3{font-size:25px;margin:8px 0}
.process-grid p{color:var(--muted)}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.work-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.work-preview{aspect-ratio:16/9;padding:24px;display:flex;flex-direction:column;justify-content:space-between}
.work-preview small{text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.work-preview strong{font-size:clamp(25px,3vw,42px);letter-spacing:-.04em;max-width:80%}
.work-copy{padding:22px}
.work-copy h3{margin:0 0 7px;font-size:22px}
.work-copy p{margin:0;color:var(--muted)}
.cleaning{background:linear-gradient(135deg,#d8eeea,#f4efe5)}
.landscape{background:linear-gradient(135deg,#dce6d1,#92b79a)}
.rental{background:linear-gradient(135deg,#f1d7c0,#dd9f7d)}
.tote{background:linear-gradient(135deg,#ccdbe5,#9ab3c4)}
.about-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px}
.est-block{background:var(--dark);color:white;border-radius:28px;padding:36px;position:sticky;top:110px}
.est-block strong{display:block;font-size:56px;letter-spacing:-.05em}
.est-block span{color:#9adfd7;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}
.about-copy p{font-size:18px;color:var(--muted);max-width:780px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.values-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.values-grid h3{margin:0 0 8px}
.values-grid p{margin:0;color:var(--muted);font-size:14px}
.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.contact-copy p{color:var(--muted);font-size:18px}
.project-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.project-form label,.project-form legend{font-size:12px;font-weight:800;color:#48575b}
.project-form input,.project-form textarea{
  width:100%;margin-top:7px;margin-bottom:16px;border:1px solid var(--line);background:#fafaf8;border-radius:12px;padding:13px 14px;outline:none;color:var(--ink)
}
.project-form input:focus,.project-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(17,143,143,.12)}
.project-form fieldset{border:0;padding:0;margin:0 0 18px}
.check-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.check-grid label input{position:absolute;opacity:0;pointer-events:none}
.check-grid label span{display:block;background:#f2f2ef;border:1px solid var(--line);border-radius:999px;padding:9px 12px;cursor:pointer}
.check-grid label input:checked+span{background:var(--ink);color:white;border-color:var(--ink)}
.submit-button{width:100%;border:0}
.form-message{font-size:13px;margin:12px 0 0}
.form-message.success{
  display:flex;align-items:flex-start;gap:12px;
  margin-top:16px;padding:15px 16px;
  border:1px solid rgba(17,143,143,.28);
  border-radius:14px;background:rgba(17,143,143,.08);
  color:var(--ink);font-size:16px;line-height:1.5;font-weight:650
}
.form-message.success::before{
  content:'✓';flex:0 0 26px;width:26px;height:26px;
  display:grid;place-items:center;margin-top:1px;
  border-radius:50%;background:var(--accent);color:#fff;
  font-size:15px;font-weight:900;line-height:1
}
.form-message.error{color:#ad423d}
.cta-band{background:var(--accent-soft);border-radius:28px;padding:clamp(34px,6vw,70px);display:flex;justify-content:space-between;gap:30px;align-items:center}
.cta-band h2{font-size:clamp(34px,4vw,56px);max-width:800px}
.site-footer{
  max-width:1500px;margin:0 auto;padding:0 clamp(22px,6vw,92px) 36px;border-top:1px solid var(--line);
  color:var(--muted);font-size:12px
}
.footer-nav-row{display:flex;gap:22px;flex-wrap:wrap;justify-content:flex-end;padding:22px 0;border-bottom:1px solid var(--line)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:28px}
.footer-identity{display:flex;align-items:center;gap:18px;min-width:0}
.footer-identity p{margin:0}
.footer-brand{font-size:19px;flex:0 0 auto}
.footer-brand .brand-icon{width:28px;height:28px}
.footer-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px;white-space:nowrap}
.footer-socials{display:flex;align-items:center;gap:8px}
.footer-social-link{
  width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  color:var(--ink);background:#fff;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease
}
.footer-social-link:hover,.footer-social-link:focus-visible{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}
.footer-social-link:focus-visible{outline:3px solid rgba(17,143,143,.22);outline-offset:2px}
.footer-social-link svg{width:17px;height:17px;display:block;fill:currentColor}
.footer-social-link svg rect,.footer-social-link svg circle{fill:none;stroke:currentColor;stroke-width:1.8}
.footer-social-link svg .instagram-dot{fill:currentColor;stroke:none}
.footer-copyright{white-space:nowrap}
@media(max-width:760px){.footer-nav-row{justify-content:flex-start;gap:14px 18px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-identity{align-items:flex-start;flex-direction:column;gap:8px}.footer-meta{justify-content:flex-start;flex-wrap:wrap}.footer-socials{order:1}.footer-copyright{order:2}}
@media(max-width:1100px){
  .hero,.detail-hero,.split,.contact-section,.about-story{grid-template-columns:1fr}
  .solution-grid{grid-template-columns:1fr}
  .work-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .est-block{position:static}
}
@media(max-width:760px){
  .site-header{padding:15px 18px}
  .menu-toggle{display:block}
  .site-nav{
    display:none;position:absolute;left:18px;right:18px;top:64px;flex-direction:column;align-items:stretch;
    background:#fff;padding:18px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:7px 4px}
  .nav-cta{text-align:center}
  .section{padding:66px 20px}
  .hero{padding-top:62px}
  .hero h1,.page-hero h1{font-size:49px}
  .hero-path{grid-template-columns:1fr}
  .path-arrow{transform:rotate(90deg);text-align:center}
  .process-grid,.field-row{grid-template-columns:1fr}
  .cta-band{display:block}
  .cta-band .button{margin-top:20px}
}

.hero-path.service-choices{grid-template-columns:repeat(3,1fr);gap:14px}
.service-choices .path-card{transition:.2s}
.service-choices .path-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(20,33,38,.09)}
.process-loop{position:relative;width:min(820px,100%);height:610px;margin:20px auto 55px}
.loop-track{position:absolute;inset:65px 105px 75px;border:2px solid #bdd9d4;border-radius:50%}
.loop-track:after{content:"";position:absolute;right:4%;top:12%;width:14px;height:14px;border-top:3px solid var(--accent);border-right:3px solid var(--accent);transform:rotate(38deg)}
.loop-step{position:absolute;width:142px;height:142px;border-radius:50%;padding:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px solid var(--line);box-shadow:0 10px 28px rgba(20,33,38,.07);z-index:2}
.loop-step span{font-size:10px;font-weight:850;opacity:.65}.loop-step strong{font-size:20px}.loop-step small{font-size:10px;opacity:.7;margin-top:4px}
.step-define{left:2%;top:225px;background:var(--sand)}.step-design{left:21%;top:25px;background:#e5f2ef}.step-build{right:21%;top:25px;background:#cce8e5}
.step-launch{right:2%;top:220px;width:158px;height:158px;background:var(--dark);color:#fff;border-color:var(--dark);box-shadow:0 16px 36px rgba(20,33,38,.16)}.step-launch strong{font-size:25px}
.step-evaluate{left:50%;bottom:0;transform:translateX(-50%);background:#e2e8e4}
.loop-center{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);width:230px;text-align:center}
.loop-center span{display:block;color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.loop-center strong{display:block;font-size:19px}.loop-center small{display:block;color:var(--muted);font-size:11px;margin-top:5px}
.process-detail-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-detail-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.process-detail-grid span{font-size:10px;color:var(--accent);font-weight:850}.process-detail-grid h3{font-size:20px;margin:8px 0}.process-detail-grid p{font-size:13px;color:var(--muted);margin:0}.process-detail-grid .launch-detail{background:var(--dark);color:#fff}.process-detail-grid .launch-detail p{color:#b8c3c5}
@media(max-width:900px){.process-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.hero-path.service-choices{grid-template-columns:1fr}.process-loop{height:auto;display:grid;gap:12px}.loop-track,.loop-center{display:none}.loop-step{position:static;transform:none!important;width:100%;height:auto;min-height:105px;border-radius:20px}.step-launch{width:100%;height:auto}.process-detail-grid{grid-template-columns:1fr}}

.hero-v8{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:clamp(52px,7vw,110px);padding-bottom:54px}
.hero-v8 .hero-copy{align-self:center}
.hero-v8 .hero-copy h1{font-size:clamp(54px,6vw,92px);max-width:820px}
.hero-v8 .hero-lede{max-width:650px;font-size:clamp(18px,1.55vw,22px)}
.hero-service-stack{display:grid;gap:18px;align-self:center}
.hero-service-card{display:grid;grid-template-columns:92px 1fr;gap:24px;align-items:center;min-height:156px;padding:27px 30px;border-radius:24px;transition:transform .2s ease,box-shadow .2s ease}
.hero-service-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(20,33,38,.08)}
.hero-service-card strong,.hero-service-card span,.hero-service-card small{display:block}
.hero-service-card strong{font-size:25px;letter-spacing:-.035em;line-height:1.15}
.hero-service-card span{font-size:18px;margin-top:3px}
.hero-service-card small{margin-top:7px;color:#59676a;font-size:13px;line-height:1.45}
.hero-audit{background:#f6e6de;color:#74311c}
.hero-website{background:#dff2ec;color:#07574d}
.hero-system{background:#e9e8fb;color:#38358f}
.hero-system small{color:#5a5a78}
.hero-service-icon{width:66px;height:66px;display:grid;place-items:center}
.hero-service-icon svg{width:60px;height:60px;fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}
.trust-strip{padding-top:24px;padding-bottom:46px;border-top:1px solid var(--line)}
.trust-label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#697579;font-weight:800;margin-bottom:26px}
.trust-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:center}
.trust-name{display:flex;align-items:center;justify-content:center;min-height:54px;color:#536064;font-weight:760;letter-spacing:.02em;text-align:center}
.plan2dish{font-size:21px;letter-spacing:-.02em}
.totebin{font-size:18px;text-transform:uppercase;letter-spacing:.06em}
.speedtrader{font-size:21px;font-style:italic}
.mastertrader{font-size:19px;letter-spacing:.03em}
@media(max-width:1100px){.hero-v8{grid-template-columns:1fr}.hero-service-stack{max-width:780px}}
@media(max-width:760px){.hero-v8 .hero-copy h1{font-size:49px}.hero-service-card{grid-template-columns:62px 1fr;gap:16px;min-height:132px;padding:22px}.hero-service-icon{width:50px;height:50px}.hero-service-icon svg{width:48px;height:48px}.hero-service-card strong{font-size:22px}.hero-service-card span{font-size:16px}.trust-logos{grid-template-columns:1fr 1fr}}

/* v9, corrected hero service panel */
.hero-choice-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:var(--shadow);
}
.hero-choice-title{
  font-size:18px;
  font-weight:760;
  color:#4d5558;
  margin-bottom:24px;
}
.hero-choice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.hero-choice-card{
  min-height:198px;
  border-radius:22px;
  padding:24px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .2s ease, box-shadow .2s ease;
}
.hero-choice-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(20,33,38,.08);
}
.hero-choice-card strong{
  font-size:22px;
  letter-spacing:-.035em;
  line-height:1.1;
  margin-top:20px;
}
.hero-choice-card span{
  font-size:16px;
  margin-top:4px;
}
.hero-choice-icon{
  width:42px;
  height:42px;
  margin-bottom:auto;
}
.hero-choice-icon svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:3.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-choice-note{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid var(--line);
  color:#596467;
  font-size:18px;
  line-height:1.45;
  font-weight:520;
}
@media(max-width:1100px){
  .hero-choice-panel{max-width:900px}
}
@media(max-width:760px){
  .hero-choice-grid{grid-template-columns:1fr}
  .hero-choice-card{
    min-height:135px;
    display:grid;
    grid-template-columns:52px 1fr;
    grid-template-rows:auto auto;
    column-gap:14px;
    align-content:center;
  }
  .hero-choice-icon{
    grid-row:1 / span 2;
    margin:0;
    align-self:center;
  }
  .hero-choice-card strong{margin-top:0}
  .hero-choice-note{font-size:16px}
}

/* v10 requested refinements */
.hero-choice-card{
  justify-content:flex-start;
}
.hero-choice-icon{
  margin-bottom:18px;
}
.hero-choice-card strong{
  margin-top:0;
}
.hero-choice-card span{
  margin-top:6px;
}

/* Match homepage and Services colors */
.hero-audit,
.solution-card.audit-card{
  background:#F4E5DD;
  color:#7A331C;
  border-color:#E7CEC2;
}
.hero-website,
.solution-card.website-card{
  background:#DDEFEA;
  color:#075B50;
  border-color:#C7E2DB;
}
.hero-system,
.solution-card.system-card{
  background:#E8E6F7;
  color:#3D388F;
  border-color:#D7D3F0;
}

/* Keep service card body copy readable on the new light system card */
.solution-card.system-card p{
  color:#5D5A78;
}
.solution-card.system-card li{
  border-bottom-color:rgba(61,56,143,.13);
}
.solution-card.system-card li:before{
  color:#3D388F;
}
.solution-card.system-card a{
  color:#3D388F;
}
.solution-card.website-card p{
  color:#4D716C;
}
.solution-card.audit-card p{
  color:#70594F;
}

/* Remove visual assumptions left by old numbering / tailored styling */
.solution-card{
  padding-top:31px;
}
.tailored-tag,.solution-number{
  display:none !important;
}

@media(max-width:760px){
  .hero-choice-card{
    justify-content:center;
  }
  .hero-choice-icon{
    margin-bottom:0;
  }
}

/* v12 UI refinements */

/* Slightly smaller homepage H1 */
.hero-v8 .hero-copy h1{
  font-size:clamp(50px,5.45vw,84px);
}

/* Horizontally scrollable trust row */
.trust-logos{
  display:flex;
  gap:38px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding-bottom:6px;
}
.trust-logos::-webkit-scrollbar{display:none}
.trust-name{
  flex:0 0 auto;
  min-width:max-content;
  scroll-snap-align:start;
  padding-right:8px;
}

/* Audit checkmarks should match brown copy */
.solution-card.audit-card li:before{
  color:#7A331C;
}

/* Callout icons for the three main service cards */
.solution-callout-icon{
  width:88px;
  height:72px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
}
.solution-callout-icon svg{
  width:88px;
  height:72px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.audit-card .solution-callout-icon{color:#7A331C}
.website-card .solution-callout-icon{color:#075B50}
.system-card .solution-callout-icon{color:#3D388F}

/* Bottom CTA box */
.cta-band{
  background:#85DEDE;
}

@media(max-width:760px){
  .hero-v8 .hero-copy h1{
    font-size:45px;
  }
  .trust-logos{
    gap:28px;
    margin-right:-20px;
    padding-right:20px;
  }
}

/* v17, rotating trusted-logo strip */
.trust-marquee{
  position:relative;
  overflow:hidden;
  width:100%;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.trust-marquee-track{
  display:flex;
  width:max-content;
  animation:trust-logo-scroll 32s linear infinite;
  will-change:transform;
  backface-visibility:hidden;
}
.trust-marquee:hover .trust-marquee-track,
.trust-marquee:focus-within .trust-marquee-track{
  animation-play-state:paused;
}
.trust-logo-set{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:38px;
  padding-right:38px;
}
.trust-marquee .trust-name,
.trust-logo-placeholder{
  flex:0 0 auto;
  min-width:170px;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.trust-logo-placeholder{
  padding:10px 22px;
  border:1.5px dashed #aab3b5;
  border-radius:14px;
  color:#7b8789;
  background:rgba(255,255,255,.45);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.trust-marquee img{
  display:block;
  max-width:170px;
  max-height:48px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@keyframes trust-logo-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:760px){
  .trust-logo-set{gap:28px;padding-right:28px}
  .trust-marquee .trust-name,
  .trust-logo-placeholder{min-width:148px}
}
@media(prefers-reduced-motion:reduce){
  .trust-marquee{
    overflow-x:auto;
    -webkit-mask-image:none;
    mask-image:none;
    scrollbar-width:none;
  }
  .trust-marquee::-webkit-scrollbar{display:none}
  .trust-marquee-track{animation:none}
  .trust-logo-set[aria-hidden="true"]{display:none}
}

/* v18, Work page editorial hero */
.work-hero-v18{
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(560px,1.04fr);
  gap:clamp(46px,6vw,96px);
  align-items:center;
  min-height:660px;
  padding-top:72px;
  padding-bottom:68px;
  overflow:hidden;
}
.work-hero-copy{position:relative;z-index:2}
.work-kicker{
  margin-bottom:32px;
  color:#075b50;
  font-size:clamp(22px,2vw,28px);
  font-weight:760;
  letter-spacing:-.02em;
}
.work-hero-v18 h1{
  margin:0;
  max-width:760px;
  font-size:clamp(58px,5.15vw,82px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:500;
}
.work-hero-v18 p{
  max-width:720px;
  margin:42px 0 0;
  color:#5d5d5b;
  font-size:clamp(22px,2vw,31px);
  line-height:1.5;
  letter-spacing:-.025em;
}
.work-hero-visual{
  position:relative;
  min-height:590px;
  align-self:stretch;
}
.project-browser{
  position:absolute;
  overflow:hidden;
  border:1px solid rgba(23,34,38,.10);
  border-radius:24px;
  box-shadow:0 28px 70px rgba(20,33,38,.13);
  transform-origin:center;
}
.project-browser-bar{
  height:50px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 24px;
  background:#f2f2f2;
}
.project-browser-bar span{
  width:16px;
  height:16px;
  border-radius:50%;
  background:#e9a43c;
}
.project-browser-content{height:calc(100% - 50px)}
.project-browser-tote{
  width:min(600px,90%);
  height:365px;
  right:-12px;
  top:12px;
  background:white;
  transform:rotate(4deg);
  z-index:1;
}
.tote-browser-content{
  padding:36px 32px;
  background:#fff;
  color:#121212;
}
.tote-eyebrow{
  color:#bc8208;
  font-size:20px;
  line-height:1.15;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:-.025em;
}
.tote-headline{margin-top:14px;text-transform:uppercase}
.tote-headline strong,
.tote-headline span{display:block;font-weight:900;letter-spacing:-.055em;line-height:.98}
.tote-headline strong{font-size:42px;font-style:italic}
.tote-headline span{font-size:48px;color:#eda33a;margin-top:8px}
.tote-actions{display:flex;align-items:center;gap:14px;margin-top:18px}
.tote-button{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  padding:0 20px;
  border-radius:11px;
  background:#e8a238;
  color:#111;
  font-size:19px;
  font-weight:850;
}
.tote-outline{
  display:block;
  width:132px;
  height:48px;
  border:2px solid #202529;
  border-radius:11px;
}
.project-browser-plan{
  width:min(620px,92%);
  height:370px;
  left:8px;
  bottom:4px;
  background:#0f171b;
  color:white;
  transform:rotate(-3deg);
  z-index:2;
  border-color:#172228;
}
.project-browser-bar-dark{background:#172126}
.project-browser-bar-dark span{background:#394852}
.plan-browser-content{
  padding:58px 38px 42px;
  background:#0f171b;
}
.plan-pill{
  display:inline-flex;
  align-items:center;
  border:1px solid #50606a;
  border-radius:999px;
  padding:7px 16px;
  color:#76e3b4;
  font-size:18px;
  line-height:1;
}
.plan-headline{margin-top:28px}
.plan-headline strong,
.plan-headline span{display:block;font-weight:900;letter-spacing:-.055em;line-height:.95}
.plan-headline strong{font-size:49px}
.plan-headline span{font-size:50px;color:#72e0b0;margin-top:5px}
.plan-button{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:30px;
  padding:12px 26px;
  border-radius:999px;
  background:#72e0b0;
  color:#102027;
  font-size:18px;
  font-weight:850;
}
.plan-button b{font-size:24px;line-height:1}

@media(max-width:1100px){
  .work-hero-v18{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:72px;
    overflow:visible;
  }
  .work-hero-copy{max-width:850px}
  .work-hero-visual{min-height:620px;max-width:850px;width:100%;margin:10px auto 0}
  .project-browser-tote{right:0}
}
@media(max-width:760px){
  .work-hero-v18{gap:38px;padding-top:58px;padding-bottom:38px}
  .work-kicker{margin-bottom:20px;font-size:22px}
  .work-hero-v18 h1{font-size:48px;line-height:1.02}
  .work-hero-v18 p{margin-top:28px;font-size:22px;line-height:1.4}
  .work-hero-visual{min-height:455px;margin-top:0}
  .project-browser{border-radius:18px}
  .project-browser-bar{height:38px;padding:0 16px;gap:7px}
  .project-browser-bar span{width:11px;height:11px}
  .project-browser-content{height:calc(100% - 38px)}
  .project-browser-tote{width:92%;height:270px;top:5px;right:-7%}
  .tote-browser-content{padding:24px 22px}
  .tote-eyebrow{font-size:13px}
  .tote-headline strong{font-size:30px}
  .tote-headline span{font-size:34px}
  .tote-button{min-height:36px;font-size:13px;padding:0 14px}
  .tote-outline{width:90px;height:36px}
  .project-browser-plan{width:94%;height:282px;left:-3%;bottom:0}
  .plan-browser-content{padding:40px 25px 28px}
  .plan-pill{font-size:12px;padding:6px 11px}
  .plan-headline{margin-top:19px}
  .plan-headline strong{font-size:34px}
  .plan-headline span{font-size:35px}
  .plan-button{margin-top:20px;font-size:13px;padding:9px 17px;gap:8px}
  .plan-button b{font-size:18px}
}


/* v20, Website & UX audit offer ladder */
.hero-choice-card small{
  display:block;
  margin-top:8px;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.72;
}
.audit-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.audit-option{
  display:flex;
  flex-direction:column;
  min-height:520px;
  padding:32px;
  border:1px solid var(--line);
  border-radius:26px;
}
.audit-option-mini{
  background:#F4E5DD;
  border-color:#E7CEC2;
}
.audit-option-full{
  background:#fff;
  box-shadow:var(--shadow);
}
.audit-offer-label{
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(23,34,38,.08);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.audit-option h3{
  margin:20px 0 10px;
  font-size:clamp(28px,3vw,40px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.audit-option p{
  margin:0 0 16px;
  color:var(--muted);
}
.audit-option .bullet-list{margin-bottom:28px}
.audit-option .button{align-self:flex-start;margin-top:auto}
@media(max-width:760px){
  .audit-options{grid-template-columns:1fr}
  .audit-option{min-height:0}
}

/* v22, Let’s Talk tangled-services hero */
.talk-page-hero{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:clamp(44px,6vw,92px);
  align-items:center;
  padding-top:clamp(72px,7vw,98px);
  padding-bottom:clamp(62px,7vw,92px);
}
.talk-page-hero .talk-hero-copy{position:relative;z-index:2}
.talk-page-hero .talk-hero-copy h1{max-width:760px}
.talk-page-hero .talk-hero-copy p{max-width:700px}
.talk-hero-art{
  position:relative;
  margin:0;
  min-width:0;
  width:100%;
  align-self:center;
}
.talk-tangle{
  width:100%;
  height:auto;
  display:block;
}
.talk-solution-mark{
  position:absolute;
  right:-1.5%;
  top:50%;
  transform:translateY(-50%);
  width:clamp(112px,9.5vw,150px);
  aspect-ratio:1;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(223,243,239,.96);
  box-shadow:0 18px 46px rgba(20,33,38,.09);
}
.talk-solution-mark img{
  width:61%;
  height:61%;
  object-fit:contain;
  display:block;
}
@media(max-width:1100px){
  .talk-page-hero{grid-template-columns:1fr;gap:34px}
  .talk-hero-art{max-width:900px;margin-inline:auto}
  .talk-solution-mark{right:0;width:128px}
}
@media(max-width:760px){
  .talk-page-hero{padding-top:58px;padding-bottom:44px;gap:28px}
  .talk-page-hero .talk-hero-copy h1{font-size:49px}
  .talk-hero-art{width:calc(100% + 16px);margin-left:-8px}
  .talk-solution-mark{width:88px;right:0}
}


/* v24, restored rotating trusted-company strip */
.trust-marquee{
  position:relative;
  overflow:hidden;
  width:100%;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.trust-marquee-track{
  display:flex;
  width:max-content;
  animation:trust-logo-scroll 32s linear infinite;
  will-change:transform;
}
.trust-marquee:hover .trust-marquee-track,
.trust-marquee:focus-within .trust-marquee-track{animation-play-state:paused}
.trust-logo-set{display:flex;flex:0 0 auto;align-items:center;gap:38px;padding-right:38px}
.trust-marquee .trust-name,.trust-logo-placeholder{
  flex:0 0 auto;min-width:170px;min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center
}
.trust-logo-placeholder{
  padding:10px 22px;border:1.5px dashed #aab3b5;border-radius:14px;color:#7b8789;background:rgba(255,255,255,.45);
  font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase
}
@keyframes trust-logo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* v24, four vertical service boxes */
.service-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  max-width:none;
  border-top:0;
}
.service-row{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:350px;
  gap:0;
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,33,38,.045);
  transition:transform .2s ease,box-shadow .2s ease;
}
.service-row:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,33,38,.08)}
.service-row-icon{width:50px;height:50px;margin-bottom:24px;border-radius:15px}
.service-row-icon svg{width:29px;height:29px}
.service-row h3{font-size:24px;margin:0 0 11px}
.service-row p{font-size:14px;line-height:1.6;max-width:none;margin:0 0 24px}
.service-row a{margin-top:auto;font-size:13px;font-weight:800}
.service-row.audit{background:#F8EFEB;border-color:#E7CEC2}
.service-row.website{background:#EAF5F2;border-color:#C7E2DB}
.service-row.maintenance{background:#FFF5D9;border-color:#EAD9A6}
.service-row.system{background:#F0EFFA;border-color:#D7D3F0}

@media(max-width:1100px){.service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-row{min-height:300px}}
@media(max-width:760px){
  .trust-logo-set{gap:28px;padding-right:28px}
  .trust-marquee .trust-name,.trust-logo-placeholder{min-width:148px}
  .service-list{grid-template-columns:1fr}
  .service-row{min-height:0;padding:24px}
  .service-row a{margin-top:4px}
}
@media(prefers-reduced-motion:reduce){
  .trust-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none;scrollbar-width:none}
  .trust-marquee::-webkit-scrollbar{display:none}
  .trust-marquee-track{animation:none}
  .trust-logo-set[aria-hidden="true"]{display:none}
}


/* v25, services, about and active nav refinements */
.services-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:clamp(40px,6vw,90px);
  align-items:center;
}
.services-page-hero .hero-copy{max-width:820px}
.services-page-hero .hero-copy p{max-width:720px}
.services-visual-placeholder{
  min-height:360px;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#e8f1ee 0%,#f2ece2 100%);
  position:relative;
  overflow:hidden;
}
.services-visual-placeholder:before,
.services-visual-placeholder:after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(17,143,143,.10);
}
.services-visual-placeholder:before{width:240px;height:240px;right:-60px;top:-55px}
.services-visual-placeholder:after{width:175px;height:175px;left:-55px;bottom:-55px;background:rgba(128,91,54,.08)}
.services-browser{
  position:absolute;
  left:9%;top:15%;
  width:64%;
  background:#fff;
  border:1px solid rgba(20,33,38,.13);
  border-radius:18px;
  box-shadow:0 20px 45px rgba(20,33,38,.12);
  overflow:hidden;
  z-index:2;
}
.services-browser-bar{height:34px;border-bottom:1px solid #e4e5e1;display:flex;align-items:center;gap:6px;padding:0 12px;background:#fafafa}
.services-browser-bar i{width:7px;height:7px;border-radius:50%;background:#c8cecb}
.services-browser-body{padding:26px 24px 24px}
.visual-line{display:block;width:58%;height:8px;border-radius:99px;background:#d9dfdc;margin-bottom:11px}
.visual-line-lg{width:78%;height:13px;background:#3c5559}
.visual-button{display:block;width:76px;height:25px;border-radius:7px;background:var(--accent);margin:18px 0 22px}
.visual-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.visual-cards b{display:block;height:55px;border-radius:9px;background:#eef2ef;border:1px solid #e0e5e1}
.visual-node{position:absolute;z-index:3;width:98px;height:98px;border-radius:50%;background:#fff;border:1px solid rgba(20,33,38,.12);box-shadow:0 14px 28px rgba(20,33,38,.10);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#31575a}
.visual-node span{font-size:27px;line-height:1}
.visual-node small{margin-top:7px;font-size:11px;font-weight:800;letter-spacing:.02em}
.node-maintain{right:8%;top:15%}
.node-systems{right:12%;bottom:12%}
.visual-connector{position:absolute;z-index:1;border-top:2px dashed rgba(17,143,143,.38);transform-origin:left center}
.connector-a{width:25%;left:63%;top:35%;transform:rotate(-14deg)}
.connector-b{width:28%;left:59%;top:66%;transform:rotate(18deg)}
.primary-services-list{display:grid;gap:18px}
.primary-service-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
  gap:34px;
  align-items:start;
  padding:30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
}
.primary-service-main{display:grid;grid-template-columns:62px 1fr;gap:20px;align-items:start}
.primary-service-main .solution-callout-icon{margin:0;width:54px;height:54px}
.primary-service-main .solution-callout-icon svg{width:52px;height:52px}
.primary-service-main h3{font-size:28px;letter-spacing:-.035em;margin:0 0 8px}
.primary-service-main p{margin:0;color:var(--muted)}
.primary-service-main a{display:inline-block;margin-top:15px;font-weight:800;color:#805b36}
.service-checklist{list-style:none;padding:0;margin:0;border-left:1px solid var(--line);padding-left:30px}
.service-checklist li{position:relative;padding:8px 0 8px 27px;color:#48575b;font-size:14px;border:0}
.service-checklist li:before{content:"✓";position:absolute;left:0;top:7px;color:var(--accent);font-weight:900;font-size:16px}
.maintenance-icon{color:#6e5f91}
.value-icon{width:44px;height:44px;margin-bottom:18px;color:var(--accent)}
.value-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.values-grid article{padding:26px}
@media(max-width:900px){
  .services-page-hero{grid-template-columns:1fr}
  .services-visual-placeholder{min-height:270px}
  .primary-service-row{grid-template-columns:1fr}
  .service-checklist{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:18px}
}
@media(max-width:760px){
  .primary-service-main{grid-template-columns:50px 1fr;gap:15px}
  .primary-service-row{padding:22px}
  .services-visual-placeholder{min-height:230px;padding:22px}
}


/* v26, editorial hero inspired by approved reference */
.hero-v26{
  grid-template-columns:minmax(0,1.06fr) minmax(520px,.94fr);
  gap:clamp(42px,5vw,86px);
  align-items:center;
  padding-top:58px;
  padding-bottom:72px;
  overflow:visible;
}
.hero-v26-copy{min-width:0}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  margin-bottom:34px;
  border:1.5px solid #a9d7d3;
  border-radius:999px;
  background:#e8f1ef;
  color:#0c7d7b;
  font-size:clamp(13px,1vw,16px);
  line-height:1.2;
  font-weight:780;
  letter-spacing:.005em;
}
.hero-v26 h1{
  max-width:810px;
  font-size:clamp(58px,5.45vw,86px);
  line-height:1.07;
  letter-spacing:-.058em;
}
.hero-v26 h1 .hero-highlight{
  position:relative;
  display:inline-block;
  z-index:0;
  color:var(--ink);
  white-space:nowrap;
}
.hero-v26 h1 .hero-highlight:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-.03em;
  right:-.03em;
  bottom:.06em;
  height:.31em;
  border-radius:.055em;
  background:#d9f238;
}
.hero-v26-lede{
  max-width:700px;
  margin:34px 0 32px;
  color:var(--muted);
  font-size:clamp(18px,1.4vw,24px);
  line-height:1.55;
}
.hero-v26-actions{gap:16px}
.hero-v26-actions .button{min-width:186px;padding:15px 25px;font-size:16px}
.hero-outline-button{border:2px solid var(--ink);background:transparent;color:var(--ink)}
.hero-outline-button:hover{background:rgba(255,255,255,.55)}
.hero-proof-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:54px;
  max-width:780px;
}
.hero-proof-stat strong{
  display:block;
  margin-bottom:5px;
  font-size:clamp(24px,2vw,34px);
  line-height:1;
  letter-spacing:-.035em;
}
.hero-proof-stat span{
  display:block;
  color:#5e696d;
  font-size:13px;
  font-weight:650;
  line-height:1.4;
}
.hero-ui-scene{
  position:relative;
  min-height:590px;
  align-self:stretch;
}
.hero-scene-blob{
  position:absolute;
  display:block;
  border-radius:44% 56% 54% 46% / 46% 45% 55% 54%;
  filter:saturate(.92);
}
.hero-scene-blob-lime{
  width:145px;height:145px;
  right:10%;top:0;
  background:#e4f58d;
  transform:rotate(14deg);
}
.hero-scene-blob-mint{
  width:122px;height:122px;
  right:-1%;bottom:92px;
  background:#b8e8df;
  transform:rotate(-18deg);
}
.hero-floating-window{
  position:absolute;
  z-index:2;
  background:rgba(255,255,255,.96);
  border:1px solid #eef0ed;
  border-radius:17px;
  box-shadow:0 30px 65px rgba(20,33,38,.13);
  overflow:hidden;
}
.mini-browser-bar{
  height:28px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  border-bottom:1px solid #e8eae6;
}
.mini-browser-bar span{width:7px;height:7px;border-radius:50%;background:#d7d9d5}
.hero-audit-window{
  width:min(390px,70%);
  left:2%;top:27px;
  padding-bottom:18px;
  transform:rotate(-7deg);
}
.hero-audit-list{list-style:none;margin:12px 24px 2px;padding:0}
.hero-audit-list li{
  position:relative;
  padding:10px 4px 10px 34px;
  color:#536166;
  border-bottom:1px dashed #d9dcda;
  font-size:15px;
  font-weight:700;
}
.hero-audit-list li:last-child{border-bottom:0}
.hero-audit-list li:before{
  content:"✓";
  position:absolute;
  left:0;top:9px;
  width:22px;height:22px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#159795;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.hero-site-window{
  width:min(440px,76%);
  right:0;top:230px;
  padding-bottom:22px;
  transform:rotate(5deg);
}
.mini-site-block{
  height:105px;
  margin:22px 22px 18px;
  border-radius:12px;
  background:linear-gradient(118deg,#72d7ca 0%,#10a4a0 100%);
}
.mini-site-line{height:12px;border-radius:999px;margin-left:22px;background:#d9dbd7}
.mini-site-line-one{width:48%}
.mini-site-line-two{width:34%;margin-top:10px;background:#93c9c6}
.hero-metrics-window{
  width:min(330px,61%);
  left:18%;bottom:12px;
  padding-bottom:18px;
  transform:rotate(4deg);
}
.hero-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 18px 2px}
.hero-metric{padding:17px 15px;border-radius:12px}
.hero-metric span{display:block;margin-bottom:4px;color:#56656a;font-size:12px;font-weight:750}
.hero-metric strong{display:block;font-size:24px;line-height:1;letter-spacing:-.04em}
.hero-metric-lime{background:#e9f799}
.hero-metric-sand{background:#f2e7d4}

@media(max-width:1180px){
  .hero-v26{grid-template-columns:minmax(0,1fr) minmax(440px,.8fr);gap:34px}
  .hero-v26 h1{font-size:clamp(52px,5.6vw,72px)}
  .hero-ui-scene{min-height:520px}
  .hero-audit-window{width:72%}
  .hero-site-window{width:78%;top:205px}
}
@media(max-width:980px){
  .hero-v26{grid-template-columns:1fr;padding-top:54px}
  .hero-v26-copy{max-width:820px}
  .hero-ui-scene{width:min(720px,100%);min-height:540px;margin:4px auto 0}
}
@media(max-width:760px){
  .hero-v26{padding-top:42px;padding-bottom:58px}
  .hero-kicker{margin-bottom:26px;padding:9px 14px;font-size:12px}
  .hero-v26 h1{font-size:clamp(43px,12vw,58px);line-height:1.03}
  .hero-desktop-break{display:none}
  .hero-v26-lede{margin:26px 0;font-size:18px}
  .hero-v26-lede .hero-desktop-break{display:none}
  .hero-v26-actions .button{width:100%;min-width:0}
  .hero-proof-stats{grid-template-columns:1fr;gap:20px;margin-top:38px}
  .hero-proof-stat{display:grid;grid-template-columns:100px 1fr;align-items:baseline;gap:12px}
  .hero-proof-stat strong{margin:0;font-size:25px}
  .hero-proof-stat span{font-size:13px}
  .hero-ui-scene{min-height:430px;margin-top:10px}
  .hero-scene-blob-lime{width:92px;height:92px;right:4%}
  .hero-scene-blob-mint{width:80px;height:80px;right:0;bottom:55px}
  .hero-audit-window{width:75%;left:0;top:25px}
  .hero-audit-list{margin-left:16px;margin-right:16px}
  .hero-audit-list li{font-size:12px;padding-left:29px}
  .hero-audit-list li:before{width:19px;height:19px;font-size:11px}
  .hero-site-window{width:73%;right:0;top:182px}
  .mini-site-block{height:76px;margin:16px}
  .mini-site-line{margin-left:16px;height:9px}
  .hero-metrics-window{width:62%;left:10%;bottom:0}
  .hero-metric{padding:12px 10px}
  .hero-metric strong{font-size:18px}
}

/* v30, smoother animated Services hero */
.services-page-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);
  gap:clamp(46px,6vw,96px);
  align-items:center;
}
.services-animated-visual{
  position:relative;
  min-height:500px;
  overflow:visible;
  isolation:isolate;
  border-radius:30px;
  background:transparent;
}
.services-animated-visual [data-depth]{
  --parallax-x:0px;
  --parallax-y:0px;
  transform:translate3d(var(--parallax-x),var(--parallax-y),0);
  will-change:transform;
}
.services-ambient{
  position:absolute;
  z-index:0;
  display:block;
  border-radius:44% 56% 52% 48% / 46% 44% 56% 54%;
  pointer-events:none;
}
.services-ambient-lime{
  width:155px;
  height:155px;
  right:12%;
  top:4%;
  background:#e4f58d;
  animation:services-blob-a 16s ease-in-out infinite alternate;
}
.services-ambient-aqua{
  width:125px;
  height:125px;
  right:4%;
  bottom:10%;
  background:#b8e8df;
  animation:services-blob-b 18s ease-in-out infinite alternate;
}
.services-float{
  position:absolute;
  z-index:3;
  pointer-events:none;
}
.services-float-inner{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:0 23px;
  border:1px solid rgba(20,33,38,.14);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 34px rgba(20,33,38,.11);
  color:var(--ink);
  font-size:19px;
  font-weight:800;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.services-float .dot{
  width:12px;
  height:12px;
  flex:0 0 12px;
  border-radius:50%;
}
.dot-teal{background:#159795}
.dot-lime{background:#d9f238}
.dot-aqua{background:#78d9d0}
.dot-ink{background:#17282d}
.services-float-booking{left:4%;top:12%}
.services-float-booking .services-float-inner{animation:services-float-a 11.5s cubic-bezier(.37,0,.63,1) infinite alternate}
.services-float-payments{right:4%;top:18%}
.services-float-payments .services-float-inner{animation:services-float-b 13.5s cubic-bezier(.37,0,.63,1) infinite alternate}
.services-float-seo{left:3%;top:48%}
.services-float-seo .services-float-inner{animation:services-float-c 10.8s cubic-bezier(.37,0,.63,1) infinite alternate}
.services-float-ux{right:3%;top:50%}
.services-float-ux .services-float-inner{animation:services-float-a 12.8s cubic-bezier(.37,0,.63,1) .7s infinite alternate}
.services-float-forms{left:13%;bottom:7%}
.services-float-forms .services-float-inner{animation:services-float-b 11.9s cubic-bezier(.37,0,.63,1) .35s infinite alternate}
.services-float-automation{right:12%;bottom:4%}
.services-float-automation .services-float-inner{animation:services-float-c 14.2s cubic-bezier(.37,0,.63,1) .5s infinite alternate}
.services-center-card{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:250px;
  transform:translate3d(calc(-50% + var(--parallax-x)),calc(-50% + var(--parallax-y)),0) !important;
  pointer-events:none;
}
.services-center-card-inner{
  overflow:hidden;
  border:1px solid rgba(20,33,38,.12);
  border-radius:21px;
  background:#fff;
  box-shadow:0 30px 55px rgba(20,33,38,.13);
  transform:rotate(-2.5deg);
  animation:services-center-float 13s cubic-bezier(.37,0,.63,1) infinite alternate;
}
.services-center-bar{
  height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-bottom:1px solid #e7e8e4;
  background:#fbfbfa;
}
.services-center-bar i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d6d9d5;
}
.services-center-body{
  min-height:155px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#fff 0%,#fbfbf9 100%);
}
.services-check-pulse{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#159795;
  box-shadow:0 0 0 0 rgba(21,151,149,.18);
  animation:services-check-pulse 5.8s ease-out 1.2s infinite;
}
.services-check-pulse svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:#fff;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.services-check-pulse path{
  stroke-dasharray:28;
  stroke-dashoffset:28;
  animation:services-check-draw 1.05s cubic-bezier(.22,1,.36,1) .35s forwards;
}
@keyframes services-float-a{
  from{transform:translate3d(-2px,-3px,0) rotate(-.2deg)}
  to{transform:translate3d(3px,5px,0) rotate(.25deg)}
}
@keyframes services-float-b{
  from{transform:translate3d(-3px,3px,0) rotate(.2deg)}
  to{transform:translate3d(4px,-4px,0) rotate(-.25deg)}
}
@keyframes services-float-c{
  from{transform:translate3d(2px,-3px,0) rotate(-.2deg)}
  to{transform:translate3d(-3px,4px,0) rotate(.2deg)}
}
@keyframes services-center-float{
  from{transform:translate3d(0,-3px,0) rotate(-2.1deg)}
  to{transform:translate3d(0,4px,0) rotate(-1.6deg)}
}
@keyframes services-blob-a{
  from{border-radius:44% 56% 52% 48% / 46% 44% 56% 54%}
  to{border-radius:57% 43% 45% 55% / 55% 53% 47% 45%}
}
@keyframes services-blob-b{
  from{border-radius:51% 49% 58% 42% / 43% 56% 44% 57%}
  to{border-radius:42% 58% 46% 54% / 56% 43% 57% 44%}
}
@keyframes services-check-pulse{
  0%,48%{box-shadow:0 0 0 0 rgba(21,151,149,.20)}
  70%{box-shadow:0 0 0 14px rgba(21,151,149,0)}
  100%{box-shadow:0 0 0 0 rgba(21,151,149,0)}
}
@keyframes services-check-draw{
  from{stroke-dashoffset:28}
  to{stroke-dashoffset:0}
}
@media(max-width:1120px){
  .services-page-hero{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:36px}
 .services-animated-visual{min-height:460px}
  .services-float-inner{min-height:54px;padding:0 19px;font-size:17px}
  .services-center-card{width:220px}
  .services-center-body{min-height:135px}
}
@media(max-width:900px){
  .services-page-hero{grid-template-columns:1fr}
 .services-animated-visual{width:min(680px,100%);min-height:470px;margin:0 auto}
}
@media(max-width:620px){
 .services-animated-visual{min-height:405px;border-radius:22px}
  .services-float-inner{min-height:44px;padding:0 15px;gap:8px;font-size:14px;box-shadow:0 12px 25px rgba(20,33,38,.10)}
  .services-float .dot{width:9px;height:9px;flex-basis:9px}
  .services-float-booking{left:2%;top:9%}
  .services-float-payments{right:2%;top:15%}
  .services-float-seo{left:2%;top:46%}
  .services-float-ux{right:2%;top:48%}
  .services-float-forms{left:7%;bottom:5%}
  .services-float-automation{right:4%;bottom:2%}
  .services-center-card{width:175px}
  .services-center-bar{height:32px;padding:0 13px;gap:6px}
  .services-center-bar i{width:7px;height:7px}
  .services-center-body{min-height:105px}
  .services-check-pulse{width:52px;height:52px}
  .services-check-pulse svg{width:28px;height:28px}
  .services-ambient-lime{width:104px;height:104px;right:10%;top:5%}
  .services-ambient-aqua{width:88px;height:88px;right:4%;bottom:11%}
}
@media(prefers-reduced-motion:reduce){
  .services-animated-visual *,
  .services-animated-visual *:before,
  .services-animated-visual *:after{
    animation:none !important;
    transition:none !important;
  }
  .services-animated-visual [data-depth]{
    --parallax-x:0px !important;
    --parallax-y:0px !important;
  }
  .services-check-pulse path{stroke-dashoffset:0}
}


/* v31, animated Process hero and global CTA/nav refinements */
.site-nav a.nav-cta.active{
  background:var(--ink);
  color:#d7f24e;
}
.cta-band{
  background:#d7f24e;
}

.process-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);
  gap:clamp(54px,6vw,96px);
  align-items:center;
  overflow:visible;
  padding-top:82px;
  padding-bottom:82px;
}
.process-page-hero .process-hero-copy{min-width:0}
.process-page-hero .process-hero-copy h1{
  max-width:720px;
  font-size:clamp(50px,5.2vw,78px);
}
.process-page-hero .process-hero-copy p{max-width:660px}
.process-page-hero .eyebrow-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:9px 15px;
  border:1px solid rgba(17,143,143,.24);
  border-radius:999px;
  background:rgba(17,143,143,.06);
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
}
.process-animated-visual{
  position:relative;
  min-height:520px;
  min-width:0;
  overflow:visible;
  isolation:isolate;
  cursor:pointer;
  border-radius:28px;
  outline:none;
}
.process-animated-visual:focus-visible{
  outline:3px solid rgba(17,143,143,.28);
  outline-offset:10px;
}
.process-animated-visual [data-process-depth]{
  --process-x:0px;
  --process-y:0px;
  will-change:transform;
}
.process-orbit{
  position:absolute;
  z-index:0;
  left:8%;
  right:7%;
  top:14%;
  bottom:12%;
  border:2px solid #bddfd9;
  border-radius:50%;
  pointer-events:none;
  animation:process-orbit-breathe 14s ease-in-out infinite alternate;
}
.process-node{
  position:absolute;
  z-index:3;
  width:132px;
  height:132px;
  transform:translate3d(calc(-50% + var(--process-x)),calc(-50% + var(--process-y)),0);
  pointer-events:none;
}
.process-node-inner{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:16px;
  border:1px solid rgba(20,33,38,.10);
  border-radius:50%;
  text-align:center;
  box-shadow:0 18px 38px rgba(20,33,38,.08);
}
.process-node span{font-size:11px;font-weight:850;opacity:.65}
.process-node strong{font-size:22px;letter-spacing:-.035em;line-height:1.05;margin-top:5px}
.process-node small{font-size:11px;line-height:1.35;opacity:.72;margin-top:8px;max-width:90px}
.process-node-define{left:11%;top:50%}
.process-node-define .process-node-inner{background:#f1e6d6;animation:process-float-a 13.5s cubic-bezier(.37,0,.63,1) infinite alternate}
.process-node-design{left:32%;top:13%}
.process-node-design .process-node-inner{background:#e4f1ef;animation:process-float-b 15.5s cubic-bezier(.37,0,.63,1) .3s infinite alternate}
.process-node-build{left:68%;top:13%}
.process-node-build .process-node-inner{background:#cbe7e3;animation:process-float-c 14.2s cubic-bezier(.37,0,.63,1) .55s infinite alternate}
.process-node-launch{left:89%;top:50%;width:148px;height:148px}
.process-node-launch .process-node-inner{background:var(--dark);color:#fff;border-color:var(--dark);box-shadow:0 22px 46px rgba(20,33,38,.16);animation:process-float-a 16s cubic-bezier(.37,0,.63,1) .8s infinite alternate}
.process-node-launch strong{font-size:27px}
.process-node-launch small{color:#c3cdcf}
.process-node-evaluate{left:50%;top:88%}
.process-node-evaluate .process-node-inner{background:#e2e8e4;animation:process-float-c 14.8s cubic-bezier(.37,0,.63,1) .25s infinite alternate}
.process-hero-center{
  position:absolute;
  z-index:2;
  left:50%;
  top:52%;
  width:230px;
  text-align:center;
  transform:translate3d(calc(-50% + var(--process-x)),calc(-50% + var(--process-y)),0);
  pointer-events:none;
}
.process-hero-center span{display:block;color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:850}
.process-hero-center strong{display:block;font-size:19px;line-height:1.25;letter-spacing:-.03em;margin-top:6px}
.process-hero-center small{display:block;color:var(--muted);font-size:11px;margin-top:7px}
@keyframes process-float-a{from{transform:translate3d(-2px,-3px,0) rotate(-.25deg)}to{transform:translate3d(3px,4px,0) rotate(.2deg)}}
@keyframes process-float-b{from{transform:translate3d(2px,3px,0) rotate(.2deg)}to{transform:translate3d(-3px,-4px,0) rotate(-.2deg)}}
@keyframes process-float-c{from{transform:translate3d(-3px,2px,0) rotate(-.15deg)}to{transform:translate3d(3px,-3px,0) rotate(.2deg)}}
@keyframes process-orbit-breathe{from{opacity:.78;transform:scale(.995)}to{opacity:1;transform:scale(1.008)}}
.process-animated-visual.is-paused .process-node-inner,
.process-animated-visual.is-paused .process-orbit{
  animation-play-state:paused!important;
}

@media(max-width:1100px){
  .process-page-hero{grid-template-columns:1fr;gap:34px}
  .process-page-hero .process-hero-copy h1{max-width:900px}
  .process-animated-visual{width:min(690px,100%);min-height:520px;margin:0 auto}
}
@media(max-width:760px){
  .process-page-hero{padding-top:58px;padding-bottom:58px}
  .process-page-hero .process-hero-copy h1{font-size:47px}
  .process-animated-visual{min-height:430px;width:100%;margin-top:8px}
  .process-orbit{left:7%;right:7%;top:16%;bottom:14%}
  .process-node{width:100px;height:100px}
  .process-node strong{font-size:18px}
  .process-node small{font-size:9px;margin-top:5px;max-width:74px}
  .process-node span{font-size:9px}
  .process-node-define{left:11%;top:50%}
  .process-node-design{left:31%;top:14%}
  .process-node-build{left:69%;top:14%}
  .process-node-launch{left:89%;top:50%;width:112px;height:112px}
  .process-node-launch strong{font-size:21px}
  .process-node-evaluate{left:50%;top:88%}
  .process-hero-center{width:170px;top:53%}
  .process-hero-center strong{font-size:16px}
  .process-hero-center small{font-size:9px}
}
@media(max-width:480px){
  .process-animated-visual{min-height:385px}
  .process-node{width:84px;height:84px}
  .process-node-inner{padding:8px}
  .process-node strong{font-size:15px}
  .process-node small{display:none}
  .process-node-launch{width:94px;height:94px}
  .process-node-launch strong{font-size:18px}
  .process-hero-center{width:145px}
  .process-hero-center span{font-size:9px}
  .process-hero-center strong{font-size:14px}
  .process-hero-center small{display:none}
}
@media(prefers-reduced-motion:reduce){
  .process-node-inner,.process-orbit{animation:none!important}
}


/* v33, unify Services page cards with homepage service-card language */
.primary-services-list{gap:22px}
.primary-service-row{
  position:relative;
  overflow:hidden;
  padding:34px 34px 32px;
  border:1px solid #d7d7d2;
  border-top-width:5px;
  border-radius:24px;
  background:#fff;
  box-shadow:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.primary-service-row:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(20,33,38,.07)}
.primary-service-audit{border-top-color:#129b99}
.primary-service-website{border-top-color:#d8f53c}
.primary-service-maintenance{border-top-color:#15272c}
.primary-service-system{border-top-color:#d49331}
.primary-service-main{grid-template-columns:66px minmax(0,1fr);gap:24px}
.service-style-icon{
  width:58px;height:58px;border-radius:16px;display:grid;place-items:center;
}
.service-style-icon svg{
  width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;
}
.primary-service-audit .service-style-icon{background:#e2f2f1;color:#0b9291}
.primary-service-website .service-style-icon{background:#f4fadf;color:#b9df18}
.primary-service-maintenance .service-style-icon{background:#e1e3e3;color:#15272c}
.primary-service-system .service-style-icon{background:#fbefdf;color:#cf8d2a}
.primary-service-main h3{font-size:27px;line-height:1.2;margin:2px 0 10px}
.primary-service-main p{font-size:15px;line-height:1.6;max-width:700px}
.primary-service-main a{color:var(--ink);font-size:14px;margin-top:17px}
.service-checklist{border-left-color:#e0dfda;padding-left:34px}
.service-checklist li{font-size:14px;line-height:1.45;padding-top:8px;padding-bottom:8px}
.primary-service-audit .service-checklist li:before{color:#129b99}
.primary-service-website .service-checklist li:before{color:#a9cb13}
.primary-service-maintenance .service-checklist li:before{color:#15272c}
.primary-service-system .service-checklist li:before{color:#cf8d2a}

/* Supporting services, smaller companion cards in the same family */
.supporting-services-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:38px;
}
.supporting-services-grid .support-card{
  min-height:250px;
  padding:27px 24px 25px;
  border:1px solid #d7d7d2;
  border-top-width:5px;
  border-radius:22px;
  background:#fff;
  box-shadow:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.supporting-services-grid .support-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(20,33,38,.065)}
.support-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;margin-bottom:24px}
.support-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.supporting-services-grid h3{font-size:20px;line-height:1.2;margin:0 0 12px;letter-spacing:-.025em}
.supporting-services-grid p{font-size:14px;line-height:1.58;margin:0}
.support-brand{border-top-color:#129b99}.support-brand .support-icon{background:#e2f2f1;color:#0b9291}
.support-seo{border-top-color:#d8f53c}.support-seo .support-icon{background:#f4fadf;color:#a9cb13}
.support-email{border-top-color:#15272c}.support-email .support-icon{background:#e1e3e3;color:#15272c}
.support-ai{border-top-color:#d49331}.support-ai .support-icon{background:#fbefdf;color:#cf8d2a}
.support-maintenance{border-top-color:#129b99}.support-maintenance .support-icon{background:#e2f2f1;color:#0b9291}

@media(max-width:1200px){
  .supporting-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .primary-service-row{padding:30px}
  .service-checklist{border-left:0;border-top:1px solid #e0dfda;padding-left:0;padding-top:20px}
  .supporting-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .primary-service-row{padding:25px 23px}
  .primary-service-main{grid-template-columns:54px minmax(0,1fr);gap:17px}
  .service-style-icon{width:50px;height:50px;border-radius:14px}
  .service-style-icon svg{width:28px;height:28px}
  .primary-service-main h3{font-size:23px}
  .supporting-services-grid{grid-template-columns:1fr}
  .supporting-services-grid .support-card{min-height:0}
}

/* v35, directional process arrows and Launch brand mark */
.process-direction-arrows{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:visible}
.process-direction-arrow{position:absolute;width:17px;height:17px;display:grid;place-items:center;transform:translate(-50%,-50%) rotate(var(--arrow-angle,0deg));transform-origin:center;will-change:left,top,transform}
.process-direction-arrow svg{width:100%;height:100%;overflow:visible}
.process-direction-arrow path{fill:none;stroke:#159795;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.process-launch-mark{display:grid!important;place-items:center;width:29px;height:29px;margin:-3px 0 2px!important;border-radius:999px;background:#f7f4ee;opacity:1!important}
.process-launch-mark img{display:block;width:18px;height:18px;object-fit:contain}
.process-node-launch .process-node-inner{gap:1px}
.process-node-launch .process-node-inner>span:not(.process-launch-mark){font-size:9px}
.process-node-launch strong{margin-top:1px}
.process-node-launch small{margin-top:5px}
@media(max-width:760px){.process-direction-arrow{width:13px;height:13px}.process-launch-mark{width:23px;height:23px}.process-launch-mark img{width:14px;height:14px}}
@media(max-width:480px){.process-launch-mark{width:20px;height:20px;margin-bottom:0!important}.process-launch-mark img{width:12px;height:12px}}
@media(prefers-reduced-motion:reduce){.process-direction-arrow{transition:none!important}}


/* v36, refine Process orbit and animate the existing Let's Talk visual */
.process-node-launch .process-node-inner{
  background:var(--accent);
  color:#fff;
  border:0;
  box-shadow:0 22px 48px rgba(17,143,143,.22);
}
.process-node-launch small{color:rgba(255,255,255,.72)}
.process-node-launch .process-node-inner>span{font-size:11px}
.process-node-launch strong{margin-top:5px}
.process-node-launch small{margin-top:8px}
.process-center-mark{
  width:42px;
  height:42px;
  margin:0 auto 11px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,33,38,.10);
}
.process-center-mark img{width:25px;height:25px;object-fit:contain}
.process-direction-arrow{width:15px;height:15px}
.process-direction-arrow path{stroke-width:2.5}

/* Detail cards mirror the animated node palette */
.process-detail-grid article:nth-child(1){background:#f1e6d6;border-color:rgba(20,33,38,.08)}
.process-detail-grid article:nth-child(2){background:#e4f1ef;border-color:rgba(20,33,38,.08)}
.process-detail-grid article:nth-child(3){background:#cbe7e3;border-color:rgba(20,33,38,.08)}
.process-detail-grid article:nth-child(4){background:var(--accent);color:#fff;border:0}
.process-detail-grid article:nth-child(5){background:#e2e8e4;border-color:rgba(20,33,38,.08)}
.process-detail-grid article:nth-child(4) span,
.process-detail-grid article:nth-child(4) h3{color:#fff}
.process-detail-grid article:nth-child(4) p{color:rgba(255,255,255,.76)}
.process-detail-grid article:nth-child(1) span,
.process-detail-grid article:nth-child(2) span,
.process-detail-grid article:nth-child(3) span,
.process-detail-grid article:nth-child(5) span{color:var(--ink);opacity:.62}

/* Existing Let's Talk artwork, now with the same calm floating/parallax language */
.talk-hero-art{
  overflow:visible;
  isolation:isolate;
  padding:18px 12px;
}
.talk-hero-art [data-talk-depth]{
  --talk-x:0px;
  --talk-y:0px;
  will-change:transform;
}
.talk-tangle{
  position:relative;
  z-index:1;
  filter:drop-shadow(0 20px 34px rgba(20,33,38,.045));
  animation:talk-tangle-float 15s cubic-bezier(.37,0,.63,1) infinite alternate;
}
.talk-solution-mark{
  z-index:3;
  animation:talk-mark-float 12.5s cubic-bezier(.37,0,.63,1) .35s infinite alternate;
}
.talk-solution-mark:before{
  content:"";
  position:absolute;
  inset:-10px;
  border:1px solid rgba(17,143,143,.14);
  border-radius:50%;
  opacity:.65;
  animation:talk-ring-breathe 5.8s ease-in-out infinite alternate;
}
@keyframes talk-tangle-float{
  from{transform:translate3d(calc(var(--talk-x) - 2px),calc(var(--talk-y) - 4px),0) rotate(-.12deg)}
  to{transform:translate3d(calc(var(--talk-x) + 3px),calc(var(--talk-y) + 5px),0) rotate(.12deg)}
}
@keyframes talk-mark-float{
  from{transform:translate3d(calc(var(--talk-x) - 2px),calc(-50% + var(--talk-y) - 5px),0) rotate(-.35deg)}
  to{transform:translate3d(calc(var(--talk-x) + 4px),calc(-50% + var(--talk-y) + 5px),0) rotate(.35deg)}
}
@keyframes talk-ring-breathe{from{transform:scale(.97);opacity:.35}to{transform:scale(1.04);opacity:.7}}
@media(max-width:760px){
  .process-center-mark{width:34px;height:34px;margin-bottom:8px}
  .process-center-mark img{width:20px;height:20px}
  .process-direction-arrow{width:12px;height:12px}
  .talk-hero-art{padding:10px 6px}
}
@media(max-width:480px){
  .process-center-mark{width:30px;height:30px;margin-bottom:6px}
  .process-center-mark img{width:18px;height:18px}
}
@media(prefers-reduced-motion:reduce){
  .talk-tangle,.talk-solution-mark,.talk-solution-mark:before{animation:none!important;transition:none!important}
  .talk-hero-art [data-talk-depth]{--talk-x:0px!important;--talk-y:0px!important}
}

/* v37, real client logos in Trusted By carousel */
.trust-logo-set{gap:46px;padding-right:46px}
.trust-logo-item{
  flex:0 0 auto;
  width:220px;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.trust-logo-item img{
  display:block;
  width:auto;
  height:auto;
  max-width:210px;
  max-height:56px;
  object-fit:contain;
}
.trust-logo-item.logo-multiply img{mix-blend-mode:multiply}
.trust-logo-item.logo-totebin img{max-width:130px;max-height:66px}
.trust-logo-item.logo-speedtrader img{max-width:215px;max-height:40px}
.trust-logo-item.logo-plan2dish img{max-width:205px;max-height:48px}
.trust-logo-item.logo-nd img{max-width:210px;max-height:52px}
.trust-logo-item.logo-butterflypaths img{max-width:215px;max-height:48px}
.trust-logo-item.logo-respire img{max-width:190px;max-height:58px}
.trust-marquee .trust-name{min-width:190px;min-height:74px}
@media(max-width:760px){
  .trust-logo-set{gap:30px;padding-right:30px}
  .trust-logo-item{width:178px;min-height:66px}
  .trust-logo-item img{max-width:168px;max-height:48px}
  .trust-logo-item.logo-totebin img{max-width:112px;max-height:56px}
  .trust-logo-item.logo-speedtrader img{max-width:172px;max-height:34px}
  .trust-logo-item.logo-respire img{max-width:155px;max-height:50px}
  .trust-marquee .trust-name{min-width:158px;min-height:66px}
}


/* v40 Services hero + supporting-service refinements */
.services-ambient-lime{
  animation:services-cloud-lime 15s ease-in-out infinite alternate;
}
.services-ambient-aqua{
  animation:services-cloud-aqua 17s ease-in-out infinite alternate;
}
@keyframes services-cloud-lime{
  from{translate:-10px 0;border-radius:44% 56% 52% 48% / 46% 44% 56% 54%}
  to{translate:12px 0;border-radius:57% 43% 45% 55% / 55% 53% 47% 45%}
}
@keyframes services-cloud-aqua{
  from{translate:10px 0;border-radius:51% 49% 58% 42% / 43% 56% 44% 57%}
  to{translate:-11px 0;border-radius:42% 58% 46% 54% / 56% 43% 57% 44%}
}
.services-check-pulse{
  position:relative;
  overflow:hidden;
  animation:services-check-to-v-bg 3.2s cubic-bezier(.22,1,.36,1) .2s forwards;
}
.services-check-icon{
  position:absolute;
  inset:0;
  margin:auto;
  animation:services-check-fade 3.2s ease .2s forwards;
}
.services-v-logo{
  position:absolute;
  width:39px;
  height:39px;
  object-fit:contain;
  opacity:0;
  transform:scale(.65) rotate(-4deg);
  animation:services-v-reveal 3.2s cubic-bezier(.22,1,.36,1) .2s forwards;
}
@keyframes services-check-to-v-bg{
  0%,45%{background:#159795;box-shadow:0 0 0 0 rgba(21,151,149,.18)}
  58%{background:#fff;box-shadow:0 0 0 12px rgba(21,151,149,0)}
  100%{background:#fff;box-shadow:0 12px 30px rgba(20,33,38,.08)}
}
@keyframes services-check-fade{
  0%,38%{opacity:1;transform:scale(1)}
  55%,100%{opacity:0;transform:scale(.72)}
}
@keyframes services-v-reveal{
  0%,45%{opacity:0;transform:scale(.65) rotate(-4deg)}
  62%,100%{opacity:1;transform:scale(1) rotate(0)}
}
.support-social{border-top-color:#129b99}
.support-social .support-icon{background:#e2f2f1;color:#0b9291}
@media(prefers-reduced-motion:reduce){
  .services-ambient-lime,.services-ambient-aqua{translate:0 0!important}
  .services-check-pulse{background:#fff!important;box-shadow:0 12px 30px rgba(20,33,38,.08)!important}
  .services-check-icon{display:none!important}
  .services-v-logo{opacity:1!important;transform:none!important;animation:none!important}
}

/* v41, About hero workspace image + personal bio */
.about-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:clamp(42px,6vw,88px);
  align-items:center;
  overflow:visible;
}
.about-page-hero .about-hero-copy{min-width:0}
.about-page-hero .about-hero-copy h1{
  font-size:clamp(48px,5.2vw,76px);
  max-width:760px;
}
.about-page-hero .about-hero-copy p{max-width:650px}
.about-page-hero .eyebrow-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:9px 15px;
  border:1px solid rgba(17,143,143,.24);
  border-radius:999px;
  background:rgba(17,143,143,.06);
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
}
.about-hero-image{
  margin:0;
  min-width:0;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(20,33,38,.10);
  box-shadow:0 24px 60px rgba(20,33,38,.10);
  background:#e9e5dc;
}
.about-hero-image img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
}
.about-bio-section{padding-top:24px}
.about-bio{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:clamp(34px,5vw,64px);
}
.about-bio .eyebrow-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:9px 15px;
  border:1px solid rgba(17,143,143,.24);
  border-radius:999px;
  background:rgba(17,143,143,.06);
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
}
.about-bio-grid{
  display:grid;
  grid-template-columns:minmax(250px,360px) minmax(0,1fr);
  gap:clamp(30px,5vw,68px);
  align-items:center;
  margin-top:28px;
}
.about-bio-portrait{
  margin:0;
  max-width:360px;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(20,33,38,.10);
  box-shadow:0 22px 50px rgba(20,33,38,.10);
  background:#e9e5dc;
}
.about-bio-portrait img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  object-position:center;
}
.about-bio-copy-wrap h2{
  font-size:clamp(38px,4.5vw,62px);
  max-width:420px;
  margin-bottom:20px;
}
.about-bio-copy p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:18px;
  line-height:1.68;
  max-width:760px;
}
.about-bio-skills{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid var(--line);
  font-size:13px;
  line-height:1.7;
  font-weight:800;
  letter-spacing:.02em;
  color:var(--ink);
}
@media(max-width:1050px){
  .about-page-hero{grid-template-columns:1fr;gap:34px}
  .about-hero-image{max-width:900px}
  .about-hero-image img{aspect-ratio:16 / 10}
  .about-bio-grid{grid-template-columns:1fr;gap:22px}
  .about-bio-portrait{max-width:320px}
  .about-bio-copy-wrap h2{max-width:none}
}
@media(max-width:760px){
  .about-page-hero{padding-top:58px;padding-bottom:48px}
  .about-page-hero .about-hero-copy h1{font-size:47px}
  .about-hero-image{border-radius:22px}
  .about-hero-image img{aspect-ratio:4 / 3}
  .about-bio-section{padding-top:0}
  .about-bio{padding:28px 23px;border-radius:22px}
  .about-bio-copy p{font-size:16px}
  .about-bio-skills{font-size:12px}
}

/* v44, Work page typography, real project cards, and lightweight project modals */
.work-hero-v18 h1{
  font-size:clamp(50px,6vw,88px);
  line-height:.98;
  font-weight:700;
  max-width:980px;
}
.work-hero-v18 p{
  max-width:760px;
  margin:26px 0 0;
  color:var(--muted);
  font-size:clamp(18px,1.5vw,22px);
  line-height:1.55;
  letter-spacing:0;
}
.work-projects-section{padding-top:70px}
.work-projects-intro{max-width:900px}
.work-projects-intro .eyebrow-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:9px 15px;
  border:1px solid rgba(17,143,143,.24);
  border-radius:999px;
  background:rgba(17,143,143,.06);
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
}
.work-case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.work-case-card{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease;
}
.work-case-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(20,33,38,.08);
}
.work-case-trigger{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
}
.work-case-trigger:focus-visible{
  outline:3px solid rgba(17,143,143,.34);
  outline-offset:-3px;
  border-radius:25px;
}
.work-case-image{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#eef0ed;
}
.work-case-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:transform .35s ease;
}
.work-case-card:hover .work-case-image img{transform:scale(1.012)}
.work-case-copy{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:30px 30px 28px;
}
.work-case-kicker,
.work-modal-kicker{
  color:var(--accent);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.work-case-copy h3{
  margin:9px 0 14px;
  font-size:clamp(30px,3vw,44px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.work-case-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.work-case-action{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  padding-top:26px;
  color:var(--ink);
  font-size:14px;
  font-weight:850;
}
body.work-modal-open{overflow:hidden}
.work-modal{
  width:min(1180px,calc(100vw - 36px));
  max-height:90vh;
  padding:0;
  border:0;
  border-radius:28px;
  background:#f8f7f3;
  color:var(--ink);
  box-shadow:0 34px 90px rgba(10,20,24,.28);
  overflow:auto;
}
.work-modal::backdrop{
  background:rgba(10,18,21,.68);
  backdrop-filter:blur(5px);
}
.work-modal-shell{
  position:relative;
  padding:clamp(30px,5vw,60px);
}
.work-modal-close{
  position:sticky;
  z-index:5;
  float:right;
  top:18px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin:-10px -8px 0 20px;
  border:1px solid var(--line);
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:var(--ink);
  font-size:29px;
  line-height:1;
  box-shadow:0 8px 22px rgba(20,33,38,.08);
}
.work-modal-close:hover{background:#fff;transform:translateY(-1px)}
.work-modal-header{max-width:880px;margin-bottom:34px}
.work-modal-header h2{
  margin:8px 0 16px;
  font-size:clamp(45px,6vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
}
.work-modal-header p{
  max-width:850px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.work-modal-gallery{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);
  gap:18px;
  align-items:stretch;
}
.work-modal-shot{
  margin:0;
  overflow:hidden;
  min-height:300px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.work-modal-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.work-modal-shot-wide{min-height:460px}
.work-modal-shot-detail img{object-position:center}
.work-modal-summary{
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);
  gap:40px;
  margin-top:38px;
  padding-top:32px;
  border-top:1px solid var(--line);
}
.work-modal-summary h3{
  margin:0;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.work-modal-summary ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 22px;
}
.work-modal-summary li{
  position:relative;
  padding:13px 14px 13px 36px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  color:#536166;
  font-size:14px;
  line-height:1.45;
}
.work-modal-summary li:before{
  content:"✓";
  position:absolute;
  left:13px;
  top:12px;
  color:var(--accent);
  font-weight:900;
}
@media(max-width:900px){
  .work-case-grid{grid-template-columns:1fr}
  .work-modal-gallery{grid-template-columns:1fr}
  .work-modal-shot,.work-modal-shot-wide{min-height:0;aspect-ratio:16 / 10}
  .work-modal-summary{grid-template-columns:1fr;gap:20px}
}
@media(max-width:760px){
  .work-hero-v18 h1{font-size:49px;line-height:.98}
  .work-hero-v18 p{margin-top:26px;font-size:18px;line-height:1.55}
  .work-projects-section{padding-top:54px}
  .work-case-copy{padding:24px 22px}
  .work-case-copy h3{font-size:32px}
  .work-case-copy p{font-size:15px}
  .work-modal{width:calc(100vw - 20px);border-radius:22px}
  .work-modal-shell{padding:26px 20px 30px}
  .work-modal-close{top:10px;margin-right:0}
  .work-modal-header h2{font-size:46px}
  .work-modal-header p{font-size:16px}
  .work-modal-summary ul{grid-template-columns:1fr}
}

/* v45, Work modal mobile screenshots + responsive modal polish */
.work-modal-close{
  float:none;
  position:sticky;
  top:16px;
  margin-left:auto;
  margin-right:0;
  margin-bottom:-44px;
  padding:0;
  font-size:0;
  line-height:0;
  cursor:pointer;
}
.work-modal-close::before,
.work-modal-close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:17px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transform-origin:center;
}
.work-modal-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.work-modal-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.work-modal-shot picture{
  display:block;
  width:100%;
  height:100%;
}

@media(max-width:700px){
  .work-modal{
    width:calc(100vw - 12px);
    max-height:calc(100dvh - 12px);
    border-radius:18px;
  }
  .work-modal-shell{padding:18px 16px 26px}
  .work-modal-close{
    top:10px;
    width:42px;
    height:42px;
    margin-bottom:-42px;
  }
  .work-modal-header{
    margin-bottom:24px;
    padding-right:48px;
  }
  .work-modal-kicker{font-size:10px}
  .work-modal-header h2{
    margin-top:7px;
    margin-bottom:13px;
    font-size:clamp(38px,11vw,48px);
    line-height:1;
  }
  .work-modal-header p{
    font-size:15px;
    line-height:1.58;
  }
  .work-modal-gallery{
    display:block;
  }
  .work-modal-shot,
  .work-modal-shot-wide,
  .work-modal-primary-shot{
    min-height:0;
    height:auto;
    aspect-ratio:auto;
    border-radius:16px;
  }
  .work-modal-primary-shot picture,
  .work-modal-primary-shot img{
    width:100%;
    height:auto;
  }
  .work-modal-primary-shot img{
    display:block;
    object-fit:contain;
    object-position:top center;
  }
  .work-modal-secondary-shot{display:none}
  .work-modal-summary{
    gap:16px;
    margin-top:26px;
    padding-top:24px;
  }
  .work-modal-summary h3{font-size:22px}
  .work-modal-summary li{
    padding:12px 12px 12px 34px;
    font-size:13px;
  }
  .work-modal-summary li:before{left:12px;top:11px}
}


/* v46, Work modal desktop + mobile project views */
.work-modal-gallery{
  grid-template-columns:minmax(0,1fr) minmax(220px,300px);
  align-items:stretch;
}
.work-modal-primary-shot{
  min-height:460px;
}
.work-modal-primary-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.work-modal-mobile-shot{
  min-height:460px;
  background:#eef0ed;
}
.work-modal-mobile-shot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
/* Keep the close control pinned and center the CSS-drawn X exactly. */
.work-modal-close{
  position:sticky;
  top:16px;
  right:0;
  z-index:10;
  display:block;
  width:44px;
  height:44px;
  margin:0 0 -44px auto;
  padding:0;
  border-radius:50%;
}
.work-modal-close::before,
.work-modal-close::after{
  left:50%;
  top:50%;
  width:16px;
  height:2px;
  margin:0;
}
@media(max-width:900px){
  .work-modal-gallery{
    grid-template-columns:minmax(0,1fr) minmax(180px,240px);
  }
  .work-modal-primary-shot,
  .work-modal-mobile-shot{
    min-height:400px;
    aspect-ratio:auto;
  }
}
@media(max-width:700px){
  .work-modal-gallery{display:block}
  .work-modal-primary-shot{display:none}
  .work-modal-mobile-shot{
    display:block;
    min-height:0;
    height:auto;
    aspect-ratio:auto;
    border-radius:16px;
  }
  .work-modal-mobile-shot img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .work-modal-secondary-shot{display:none}
}


/* v47, Work modal mobile references should display at their natural portrait ratio. */
.work-modal-gallery{
  align-items:start;
}
.work-modal-mobile-shot{
  min-height:0;
  height:auto;
  align-self:start;
  background:#fff;
}
.work-modal-mobile-shot img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:top center;
}
#work-modal-totebin .work-modal-mobile-shot{
  overflow:hidden;
}

/* Mobile navigation uses a compact three-dot affordance instead of the word Menu. */
.menu-toggle{
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
  padding:6px 8px;
  color:var(--ink);
}
.menu-toggle span{
  display:block;
  font-size:22px;
  line-height:1;
  letter-spacing:3px;
  transform:translateY(-3px);
}
@media(max-width:760px){
  .menu-toggle{display:flex}
}

/* Legal content */
.legal-page .page-hero{padding-bottom:38px}
.legal-page .page-hero h1{max-width:920px}
.legal-meta{margin-top:18px;color:var(--muted);font-size:14px;font-weight:650}
.legal-content{max-width:980px;padding-top:10px}
.legal-content h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;margin:46px 0 14px}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{font-size:17px;line-height:1.75;color:var(--muted)}
.legal-content ul{padding-left:22px}
.legal-content a{text-decoration:underline;text-underline-offset:3px}
.cookie-settings-button{border:1px solid var(--ink);background:transparent;color:var(--ink);padding:12px 17px;border-radius:999px;font-weight:800}

/* Cookie consent */
.cookie-consent{
  position:fixed;
  left:clamp(14px,3vw,36px);
  bottom:clamp(14px,3vw,30px);
  z-index:9999;
  width:min(470px,calc(100vw - 28px));
  padding:22px;
  border:1px solid rgba(20,33,38,.14);
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 70px rgba(20,33,38,.20);
}
.cookie-consent[hidden]{display:none}
.cookie-consent h2{font-size:22px;letter-spacing:-.03em;line-height:1.1;margin:0 0 9px}
.cookie-consent p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}
.cookie-consent a{text-decoration:underline;text-underline-offset:2px;font-weight:750;color:var(--ink)}
.cookie-consent-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.cookie-consent-actions button{border-radius:999px;padding:11px 16px;font-weight:800;border:1px solid var(--ink)}
.cookie-accept{background:var(--ink);color:#fff}
.cookie-decline{background:#fff;color:var(--ink)}
@media(max-width:520px){
  .cookie-consent{padding:19px;border-radius:18px}
  .cookie-consent-actions button{flex:1}
}


/* v48, external project links in Work modals */
.work-modal-site-action{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
}
.work-modal-site-action .button{
  min-width:132px;
  padding:12px 18px;
  font-size:14px;
  gap:7px;
}
.work-modal-site-action .button span{
  font-size:15px;
  line-height:1;
}
.work-modal-coming-soon{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 17px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#eeece6;
  color:#687377;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}
@media(max-width:700px){
  .work-modal-site-action{margin-top:18px}
  .work-modal-site-action .button{width:100%;min-width:0}
}


/* v49, subtle scroll-reveal motion for below-the-fold content. */
.scroll-reveal-ready .scroll-reveal{
  opacity:0;
  transform:translate3d(0,22px,0);
  transition:
    opacity 520ms cubic-bezier(.22,1,.36,1),
    transform 520ms cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.scroll-reveal-ready .scroll-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}
@media(max-width:760px){
  .scroll-reveal-ready .scroll-reveal{
    transform:translate3d(0,16px,0);
    transition-duration:460ms;
  }
}
@media(prefers-reduced-motion:reduce){
  .scroll-reveal-ready .scroll-reveal,
  .scroll-reveal-ready .scroll-reveal.is-visible{
    opacity:1;
    transform:none;
    transition:none;
    transition-delay:0ms;
    will-change:auto;
  }
}

/* v50, editorial body imagery on dedicated service pages. */
.service-visual-section{
  padding-top:clamp(12px,2vw,28px);
  padding-bottom:clamp(28px,5vw,68px);
}
.service-visual-frame{
  max-width:1240px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(8,40,67,.10);
  border-radius:clamp(22px,3vw,36px);
  background:#f7f4ed;
  box-shadow:0 26px 70px rgba(8,40,67,.10);
}
.service-visual-frame img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
}
@media(max-width:760px){
  .service-visual-section{
    padding-top:0;
    padding-bottom:38px;
  }
  .service-visual-frame{
    border-radius:20px;
    box-shadow:0 18px 44px rgba(8,40,67,.10);
  }
}



/* v54 — Services flyout navigation */
.nav-services{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-services-trigger{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.nav-services-chevron{
  display:inline-block;
  font-size:13px;
  line-height:1;
  transform:translateY(-1px);
  transition:transform .18s ease;
}
.nav-services-flyout{
  position:absolute;
  top:calc(100% + 14px);
  left:-22px;
  z-index:120;
  width:min(360px,calc(100vw - 40px));
  padding:10px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 60px rgba(20,33,38,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate3d(0,-7px,0);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.nav-services-flyout::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-16px;
  height:16px;
}
.nav-services:hover .nav-services-flyout,
.nav-services:focus-within .nav-services-flyout{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate3d(0,0,0);
}
.nav-services:hover .nav-services-chevron,
.nav-services:focus-within .nav-services-chevron{
  transform:translateY(-1px) rotate(180deg);
}
.site-nav .nav-services-flyout a{
  display:block;
  padding:12px 13px;
  border-radius:12px;
  color:var(--ink);
}
.site-nav .nav-services-flyout a:hover,
.site-nav .nav-services-flyout a:focus-visible,
.site-nav .nav-services-flyout a.active{
  background:var(--accent-soft);
  color:#075f5f;
  outline:none;
}
.nav-services-flyout span{
  display:block;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
}
.nav-services-flyout small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  line-height:1.4;
}
@media(max-width:760px){
  .nav-services{
    display:block;
    width:100%;
  }
  .nav-services-trigger{
    width:100%;
    justify-content:space-between;
    padding:7px 4px;
  }
  .nav-services-chevron{
    margin-right:4px;
  }
  .nav-services-flyout{
    position:static;
    width:auto;
    margin:2px 0 7px;
    padding:3px 0 3px 12px;
    border:0;
    border-left:2px solid var(--accent-soft);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .nav-services-flyout::before{display:none}
  .site-nav .nav-services-flyout a{
    padding:8px 5px;
    background:transparent;
  }
  .nav-services-flyout small{display:none}
}


/* v56 — production contact form */
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.submit-button:disabled{cursor:wait;opacity:.72}

/* =========================================================
   Homepage
   Homepage-only overrides and components moved out of index.html in V62.
   Scoped to html.home-page so dedicated pages keep the shared styles above.
   ========================================================= */
html.home-page .nav-cta.active{background:var(--ink);color:white}
html.home-page .menu-toggle{display:none;background:none;border:0;font-weight:700}
html.home-page .solution-card{position:relative;border:1px solid var(--line);padding:31px;border-radius:var(--radius);
  display:flex;flex-direction:column;min-height:540px}
html.home-page .detail-panel ul{margin:0;padding-left:18px;color:var(--muted)}
html.home-page .values-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
html.home-page .form-message.success{color:#16745f}
html.home-page .cta-band{background:var(--accent-soft);border-radius:28px;padding:clamp(34px,6vw,70px);display:flex;justify-content:space-between;gap:30px;align-items:center}
@media (max-width:760px){
  html.home-page .menu-toggle{display:block}
}
html.home-page .hero-v8 .hero-copy h1{font-size:clamp(54px,6vw,92px);max-width:820px}
html.home-page .trust-strip{padding-top:30px;padding-bottom:46px;border-top:0;background:#eaeaea}
html.home-page .trust-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:center}
html.home-page .trust-name{display:flex;align-items:center;justify-content:center;min-height:54px;color:#536064;font-weight:760;letter-spacing:.02em;text-align:center}
@media (max-width:760px){
  html.home-page .hero-v8 .hero-copy h1{font-size:49px}
  html.home-page .trust-logos{grid-template-columns:1fr 1fr}
}
html.home-page .hero-choice-card{min-height:198px;
  border-radius:22px;
  padding:24px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .2s ease, box-shadow .2s ease;}
html.home-page .hero-choice-card strong{font-size:22px;
  letter-spacing:-.035em;
  line-height:1.1;
  margin-top:20px;}
html.home-page .hero-choice-card span{font-size:16px;
  margin-top:4px;}
html.home-page .hero-choice-icon{width:42px;
  height:42px;
  margin-bottom:auto;}
@media (max-width:760px){
  html.home-page .hero-choice-card{min-height:135px;
    display:grid;
    grid-template-columns:52px 1fr;
    grid-template-rows:auto auto;
    column-gap:14px;
    align-content:center;}
  html.home-page .hero-choice-icon{grid-row:1 / span 2;
    margin:0;
    align-self:center;}
}
html.home-page .solution-callout-icon{width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:18px;}
html.home-page .solution-callout-icon svg{width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:3.2;
  stroke-linecap:round;
  stroke-linejoin:round;}
html.home-page .cta-band{background:#d9f238;}
html.home-page .proof-strip{padding-top:34px;
  padding-bottom:34px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);}
html.home-page .proof-grid{display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;}
html.home-page .proof-item{padding:26px 28px;
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:center;}
html.home-page .proof-item + .proof-item{border-left:1px solid var(--line)}
html.home-page .proof-item strong{display:block;
  font-size:clamp(23px,2.4vw,34px);
  letter-spacing:-.045em;
  line-height:1.05;
  color:var(--ink);}
html.home-page .proof-item span{display:block;
  margin-top:9px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;}
html.home-page .featured-work-section{background:#eaeaea}
html.home-page .featured-work-header{display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;}
html.home-page .featured-work-header .section-intro{margin:0}
html.home-page .text-link{font-weight:800;color:var(--ink);white-space:nowrap}
html.home-page .featured-work-grid{display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;}
html.home-page .featured-project{background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease;}
html.home-page .featured-project:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,33,38,.08)}
html.home-page .project-art{min-height:230px;
  padding:26px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;}
html.home-page .project-art-plan{background:#e6f0ea}
html.home-page .project-art-tote{background:#FCDEA7}
html.home-page .project-art-speed{background:#1f2a2d;color:#fff}
html.home-page .mini-browser{width:min(100%,340px);
  background:#fff;
  border:1px solid rgba(20,33,38,.14);
  border-radius:16px;
  box-shadow:0 14px 32px rgba(20,33,38,.12);
  overflow:hidden;}
html.home-page .mini-browser-bar{height:28px;border-bottom:1px solid #e7e5df;display:flex;align-items:center;gap:5px;padding:0 10px}
html.home-page .mini-browser-bar i{width:6px;height:6px;border-radius:50%;background:#c6cac8;display:block}
html.home-page .plan-ui{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
html.home-page .plan-ui span{height:54px;border-radius:9px;background:#edf4ef;border:1px solid #d9e6dc}
html.home-page .plan-ui span:nth-child(2){background:#d4e7da}
html.home-page .plan-ui span:nth-child(5){background:#f2e9d7}
html.home-page .tote-stack{display:flex;gap:10px;align-items:flex-end;filter:drop-shadow(0 14px 14px rgba(93,72,25,.14))}
html.home-page .tote-stack span{display:block;width:76px;height:84px;border-radius:8px 8px 12px 12px;background:#31383b;border-top:8px solid #171c1e}
html.home-page .tote-stack span:nth-child(2){height:104px}
html.home-page .tote-stack span:nth-child(3){height:70px}
html.home-page .trade-panel{width:min(100%,340px);background:#11191b;border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:18px;box-shadow:0 14px 32px rgba(0,0,0,.25)}
html.home-page .trade-bars{height:128px;display:flex;align-items:flex-end;gap:8px;border-left:1px solid #47585c;border-bottom:1px solid #47585c;padding:0 8px 8px}
html.home-page .trade-bars span{display:block;flex:1;background:#92c9bd;border-radius:3px 3px 0 0;opacity:.9}
html.home-page .trade-bars span:nth-child(1){height:30%}
html.home-page .trade-bars span:nth-child(2){height:48%}
html.home-page .trade-bars span:nth-child(3){height:38%}
html.home-page .trade-bars span:nth-child(4){height:76%}
html.home-page .trade-bars span:nth-child(5){height:62%}
html.home-page .trade-bars span:nth-child(6){height:90%}
html.home-page .project-copy{padding:24px}
html.home-page .project-kicker{text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:850;color:var(--accent)}
html.home-page .project-copy h3{font-size:27px;margin:7px 0 9px;letter-spacing:-.035em}
html.home-page .project-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
html.home-page .project-tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}
html.home-page .project-tags span{font-size:10px;font-weight:780;background:#f0efeb;border-radius:999px;padding:7px 9px;color:#556165}
html.home-page .project-link{font-weight:800;font-size:13px}
html.home-page .process-preview-grid{display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:34px;}
html.home-page .process-preview-card{position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  min-height:190px;}
html.home-page .process-preview-card:not(:last-child):after{content:"→";
  position:absolute;
  right:-13px;
  top:50%;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  display:grid;
  place-items:center;
  z-index:2;
  font-size:13px;}
html.home-page .process-preview-card span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--accent)}
html.home-page .process-preview-card h3{font-size:23px;margin:12px 0 8px}
html.home-page .process-preview-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
html.home-page .process-preview-note{margin-top:22px;color:var(--muted);font-size:14px}
html.home-page .tools-panel{background:#eaeaea;
  color:var(--ink);
  border-radius:28px;
  padding:clamp(30px,5vw,54px);
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:44px;
  align-items:center;}
html.home-page .tools-panel .eyebrow{color:var(--accent)}
html.home-page .tools-panel h2{color:var(--ink);margin-bottom:10px}
html.home-page .tools-panel p{color:var(--muted);max-width:560px;margin:0}
html.home-page .tools-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}
html.home-page .tools-list span{display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border:1px solid #cfd2cf;
  background:#fff;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  color:var(--ink);}
html.home-page .tools-note{font-size:12px!important;margin-top:17px!important;color:var(--muted)!important}
@media (max-width:1100px){
  html.home-page .proof-grid{grid-template-columns:1fr 1fr}
  html.home-page .proof-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}
  html.home-page .proof-item:nth-child(4){border-top:1px solid var(--line)}
  html.home-page .featured-work-grid{grid-template-columns:1fr 1fr}
  html.home-page .featured-project:last-child{grid-column:1 / -1}
  html.home-page .process-preview-grid{grid-template-columns:1fr 1fr}
  html.home-page .process-preview-card:nth-child(2):after{display:none}
  html.home-page .tools-panel{grid-template-columns:1fr}
}
@media (max-width:760px){
  html.home-page .proof-grid{grid-template-columns:1fr}
  html.home-page .proof-item + .proof-item{border-left:0;border-top:1px solid var(--line)}
  html.home-page .featured-work-header{display:block}
  html.home-page .featured-work-header .text-link{display:inline-block;margin-top:16px}
  html.home-page .featured-work-grid{grid-template-columns:1fr}
  html.home-page .featured-project:last-child{grid-column:auto}
  html.home-page .project-art{min-height:205px}
  html.home-page .process-preview-grid{grid-template-columns:1fr}
  html.home-page .process-preview-card:not(:last-child):after{display:none}
  html.home-page .tools-panel{padding:30px 24px}
}
html.home-page .hero-clarity-visual{align-self:center;
  border-radius:30px;
  overflow:hidden;
  background:#f6f3ed;
  box-shadow:0 20px 52px rgba(20,33,38,.08);
  border:1px solid var(--line);}
html.home-page .hero-clarity-visual img{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover}
html.home-page .service-section-intro{margin-bottom:34px}
html.home-page .service-section-intro h2{max-width:720px}

/* Homepage service-card icon primitives (layout comes from shared .service-list/.service-row rules) */
html.home-page .service-section-v28 .service-row-icon{display:grid;place-items:center}
html.home-page .service-section-v28 .service-row-icon svg{fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:760px){html.home-page .hero-clarity-visual{border-radius:22px}}
html.home-page .trust-logo-set{display:flex;flex:0 0 auto;align-items:center;gap:38px;padding-right:38px}
@media (max-width:760px){
  html.home-page .trust-logo-set{gap:28px;padding-right:28px}
}
html.home-page .hero-v26{grid-template-columns:minmax(0,1.14fr) minmax(480px,.86fr);
  gap:clamp(36px,4vw,68px);
  align-items:center;
  padding-top:58px;
  padding-bottom:72px;
  overflow:visible;}
html.home-page .hero-v26 h1{max-width:810px;
  font-size:clamp(56px,5vw,80px);
  line-height:1.07;
  letter-spacing:-.058em;}
html.home-page .hero-headline-line{display:block;white-space:nowrap}
@media (max-width:1180px){
  html.home-page .hero-v26{grid-template-columns:minmax(0,1.08fr) minmax(400px,.82fr);gap:30px}
  html.home-page .hero-v26 h1{font-size:clamp(50px,5.2vw,68px)}
}
@media (max-width:760px){
  html.home-page .hero-headline-line{white-space:normal}
}
html.home-page .trust-strip{background:#f1eeea;
  max-width:none;
  width:100%;
  margin:0;
  box-sizing:border-box;
  padding-left:clamp(22px,6vw,92px);
  padding-right:clamp(22px,6vw,92px);}
html.home-page .trust-label{text-align:center;
  width:100%;}
@media (max-width:760px){
  html.home-page .trust-strip{padding-left:20px;padding-right:20px}
}
html.home-page .eyebrow.eyebrow-pill{display:inline-flex;
  align-items:center;
  width:max-content;
  padding:10px 18px;
  margin-bottom:28px;
  border:1.5px solid #a9d7d3;
  border-radius:999px;
  background:#e8f1ef;
  color:#0c7d7b;
  text-transform:none;
  letter-spacing:.005em;
  font-size:clamp(13px,1vw,16px);
  line-height:1.2;
  font-weight:780;}

/* V66 — shared bottom CTA treatment for Home + Work */
html.home-page .cta-band,
.work-page .cta-band{
  background:#d9f238;
}
html.home-page .cta-band .eyebrow.eyebrow-pill,
.work-page .cta-band .eyebrow.eyebrow-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:10px 18px;
  margin-bottom:28px;
  border:1.5px solid #a9d7d3;
  border-radius:999px;
  background:#e8f1ef;
  color:#108f8f;
  text-transform:none;
  letter-spacing:.005em;
  font-size:clamp(13px,1vw,16px);
  line-height:1.2;
  font-weight:780;
}
html.home-page .proof-v28{background:var(--dark);
  color:#fff;
  border:0;
  box-shadow:0 0 0 100vmax var(--dark);
  clip-path:inset(0 -100vmax);
  padding-top:clamp(72px,8vw,108px);
  padding-bottom:clamp(72px,8vw,108px);}
html.home-page .proof-v28-header{max-width:820px;margin-bottom:54px}
html.home-page .proof-v28-eyebrow{display:inline-flex;
  align-items:center;
  width:max-content;
  padding:10px 18px;
  margin-bottom:30px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#d8ff3f;
  font-size:clamp(13px,1vw,16px);
  font-weight:780;
  line-height:1.2;}
html.home-page .proof-v28 h2{color:#fff;
  max-width:800px;
  font-size:clamp(43px,4.5vw,67px);
  line-height:1.08;
  letter-spacing:-.045em;}
html.home-page .proof-v28 .proof-grid{background:transparent;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  overflow:hidden;}
html.home-page .proof-v28 .proof-item{min-height:180px;
  padding:34px 28px;}
html.home-page .proof-v28 .proof-item + .proof-item{border-left:1px solid rgba(255,255,255,.18)}
html.home-page .proof-v28 .proof-item strong{color:#d8ff3f;
  font-size:clamp(34px,3vw,46px);
  letter-spacing:-.045em;}
html.home-page .proof-v28 .proof-item span{margin-top:15px;
  color:#aeb8b9;
  font-size:15px;
  line-height:1.45;
  max-width:270px;}
html.home-page .service-section-v28 .service-section-intro{margin-bottom:54px}
html.home-page .service-section-v28 .service-section-intro h2{max-width:900px}
html.home-page .service-section-v28 .service-section-intro p{max-width:820px;line-height:1.6}
html.home-page .service-section-v28 .service-row{background:#fff;
  border:1px solid #d7d7d2;
  border-top-width:5px;
  box-shadow:none;
  min-height:410px;
  padding:34px 30px 30px;}
html.home-page .service-section-v28 .service-row:hover{box-shadow:0 14px 32px rgba(20,33,38,.07)}
html.home-page .service-section-v28 .service-row.audit{border-color:#d7d7d2;border-top-color:#129b99}
html.home-page .service-section-v28 .service-row.website{border-color:#d7d7d2;border-top-color:#d8f53c}
html.home-page .service-section-v28 .service-row.maintenance{border-color:#d7d7d2;border-top-color:#15272c}
html.home-page .service-section-v28 .service-row.system{border-color:#d7d7d2;border-top-color:#d49331}
html.home-page .service-section-v28 .service-row-icon{width:54px;height:54px;border-radius:15px;margin-bottom:26px}
html.home-page .service-section-v28 .service-row-icon svg{width:30px;height:30px}
html.home-page .service-section-v28 .service-row.audit .service-row-icon{background:#e2f2f1;color:#0b9291}
html.home-page .service-section-v28 .service-row.website .service-row-icon{background:#f4fadf;color:#b9df18}
html.home-page .service-section-v28 .service-row.maintenance .service-row-icon{background:#e1e3e3;color:#15272c}
html.home-page .service-section-v28 .service-row.system .service-row-icon{background:#fbefdf;color:#cf8d2a}
html.home-page .service-section-v28 .service-row h3{font-size:23px;line-height:1.24;margin-bottom:18px}
html.home-page .service-section-v28 .service-row p{font-size:15px;line-height:1.58;color:#657174}
html.home-page .service-section-v28 .service-row a{font-size:14px}
html.home-page .featured-work-section{background:#f1eeea;
  box-shadow:0 0 0 100vmax #f1eeea;
  clip-path:inset(0 -100vmax);}
html.home-page .featured-work-section .section-intro h2{max-width:800px}
@media (max-width:1100px){
  html.home-page .proof-v28 .proof-grid{grid-template-columns:1fr 1fr}
  html.home-page .proof-v28 .proof-item:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  html.home-page .proof-v28 .proof-item:nth-child(4){border-top:1px solid rgba(255,255,255,.18)}
  html.home-page .service-section-v28 .service-row{min-height:350px}
}
@media (max-width:760px){
  html.home-page .eyebrow.eyebrow-pill, html.home-page .proof-v28-eyebrow{padding:9px 14px;font-size:12px;margin-bottom:22px}
  html.home-page .proof-v28-header{margin-bottom:36px}
  html.home-page .proof-v28 h2{font-size:40px}
  html.home-page .proof-v28 .proof-grid{grid-template-columns:1fr}
  html.home-page .proof-v28 .proof-item{min-height:0;padding:28px 24px}
  html.home-page .proof-v28 .proof-item + .proof-item{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  html.home-page .service-section-v28 .service-section-intro{margin-bottom:36px}
  html.home-page .service-section-v28 .service-row{min-height:0;padding:27px 24px}
}
html.home-page .project-art.project-art-image{padding:0;
  min-height:0;
  aspect-ratio:16/10;
  background:#fff;}
html.home-page .project-art.project-art-image img{display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;}
html.home-page .trust-logo-item.logo-mastertrader img{max-width:205px;max-height:58px}
html.home-page .trust-logo-item.logo-mybella img{max-width:185px;max-height:58px}
@media (max-width:760px){
  html.home-page .trust-logo-item.logo-mastertrader img{max-width:162px;max-height:48px}
  html.home-page .trust-logo-item.logo-mybella img{max-width:150px;max-height:48px}
}
html.home-page .hero-audit-window{z-index:4;
  top:8px;
  left:1%;}
html.home-page .hero-site-window{z-index:2;
  top:188px;}
html.home-page .hero-metrics-window{z-index:3;
  left:14%;
  bottom:54px;}
html.home-page .hero-scene-blob-lime{animation:hero-cloud-lime 11s ease-in-out infinite alternate;}
html.home-page .hero-scene-blob-mint{animation:hero-cloud-mint 13s ease-in-out infinite alternate;}
@keyframes hero-cloud-lime{from{translate:-8px 0}
  to{translate:11px 0}}
@keyframes hero-cloud-mint{from{translate:10px 0}
  to{translate:-9px 0}}
html.home-page .featured-project-speedtrader .project-art{border-bottom:1px solid var(--line);}
html.home-page .proof-v28-header{position:relative;
  max-width:none;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;}
html.home-page .proof-v28-header-copy{max-width:820px}
html.home-page .proof-learn-more{flex:0 0 auto;
  margin-bottom:9px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;}
html.home-page .proof-learn-more:hover{color:#d8ff3f}
html.home-page .trust-marquee-track{animation-duration:50s}
html.home-page .trust-logo-item.logo-speedtrader img{max-width:225px;max-height:44px}
html.home-page .trust-logo-item.logo-mountsinai img{max-width:225px;max-height:55px}
html.home-page .trust-logo-item.logo-rosalind img{max-width:230px;max-height:52px}
html.home-page .trust-logo-item.logo-airplane img{max-width:145px;max-height:68px}
html.home-page .trust-logo-item.logo-elle{display:flex;align-items:center;justify-content:center}
html.home-page .elle-wordmark{display:block;
  color:#111;
  font-family:Didot,"Bodoni MT","Times New Roman",serif;
  font-size:46px;
  font-weight:500;
  line-height:1;
  letter-spacing:.035em;
  transform:scaleX(.72);
  transform-origin:center;}
@media (max-width:760px){
  html.home-page .hero-audit-window{top:10px}
  html.home-page .hero-site-window{top:168px}
  html.home-page .hero-metrics-window{left:12%;bottom:26px}
  html.home-page .proof-v28-header{display:block}
  html.home-page .proof-learn-more{display:inline-block;margin-top:18px;margin-bottom:0}
  html.home-page .trust-logo-item.logo-mountsinai img{max-width:165px;max-height:46px}
  html.home-page .trust-logo-item.logo-rosalind img{max-width:168px;max-height:42px}
  html.home-page .trust-logo-item.logo-airplane img{max-width:115px;max-height:54px}
  html.home-page .elle-wordmark{font-size:38px}
}
@media (prefers-reduced-motion:reduce){
  html.home-page .hero-scene-blob-lime, html.home-page .hero-scene-blob-mint{animation:none!important;translate:0 0!important}
}
html.home-page .nav-services:hover .nav-services-flyout, html.home-page .nav-services:focus-within .nav-services-flyout{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}
html.home-page .nav-services:hover .nav-services-chevron, html.home-page .nav-services:focus-within .nav-services-chevron{transform:translateY(-1px) rotate(180deg)}
html.home-page .site-nav .nav-services-flyout a:hover, html.home-page .site-nav .nav-services-flyout a:focus-visible, html.home-page .site-nav .nav-services-flyout a.active{background:var(--accent-soft);color:#075f5f;outline:none}
/* v64 — homepage hero mobile stacking fix after CSS consolidation */
@media (max-width:980px){
  html.home-page .hero-v26{
    grid-template-columns:1fr;
    gap:34px;
    align-items:start;
  }
  html.home-page .hero-v26-copy{
    width:100%;
    max-width:820px;
  }
  html.home-page .hero-ui-scene{
    width:min(720px,100%);
    margin:0 auto;
  }
}
@media (max-width:760px){
  html.home-page .hero-v26{
    grid-template-columns:1fr;
    gap:26px;
    padding-top:42px;
    padding-bottom:54px;
    overflow:hidden;
  }
  html.home-page .hero-v26-copy{
    width:100%;
    min-width:0;
  }
  html.home-page .hero-v26 h1{
    font-size:clamp(42px,12vw,54px);
    line-height:1.02;
    max-width:100%;
  }
  html.home-page .hero-kicker{
    max-width:100%;
  }
  html.home-page .hero-ui-scene{
    width:100%;
    min-height:390px;
    margin-top:2px;
  }
  html.home-page .hero-audit-window{
    width:82%;
    left:0;
    top:10px;
  }
  html.home-page .hero-site-window{
    width:82%;
    right:0;
    top:160px;
  }
  html.home-page .hero-metrics-window{
    width:68%;
    left:8%;
    bottom:12px;
  }
}
@media (max-width:430px){
  html.home-page .hero-v26 h1{font-size:clamp(40px,11.5vw,49px)}
  html.home-page .hero-ui-scene{min-height:365px}
  html.home-page .hero-audit-window{width:86%}
  html.home-page .hero-site-window{width:84%;top:152px}
  html.home-page .hero-metrics-window{width:72%;left:7%;bottom:8px}
}


/* =========================================================
   V65 — Consistent desktop hero heading scale
   Keep tablet/mobile sizing responsive; standardize desktop
   hero H1s to a single 78px size across the site.
   ========================================================= */
@media (min-width:1024px){
  html.home-page .hero-v26 h1,
  .services-page-hero h1,
  .detail-hero h1,
  .work-hero-v18 h1,
  .process-page-hero .process-hero-copy h1,
  .about-page-hero .about-hero-copy h1,
  .talk-page-hero .talk-hero-copy h1,
  .legal-page .page-hero h1{
    font-size:78px;
  }
}


/* =========================================================
   V70 — Resources hub + article pages
   ========================================================= */
.resources-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding-top:96px;padding-bottom:82px}
.resources-hero-copy h1,.resource-article-hero h1{font-size:clamp(52px,6vw,86px);letter-spacing:-.06em;line-height:.98;margin:0;max-width:980px}
.resources-hero-copy p,.resource-article-hero>p{font-size:clamp(18px,1.55vw,22px);color:var(--muted);max-width:760px;margin:26px 0 0}
.resources-hero-visual{position:relative;min-height:440px;border-radius:36px;background:linear-gradient(145deg,#dff3ef 0%,#eef3d5 55%,#f1e6d6 100%);overflow:hidden;border:1px solid rgba(20,33,38,.06)}
.resource-orbit{position:absolute;border:2px solid rgba(20,33,38,.16);border-radius:50%}
.orbit-one{width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-50%)}
.orbit-two{width:235px;height:235px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(22deg);border-style:dashed}
.resource-v-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:112px;height:112px;border-radius:30px;background:var(--dark);color:#d9f238;display:grid;place-items:center;font-size:64px;font-weight:850;letter-spacing:-.12em;padding-right:8px;box-shadow:0 22px 50px rgba(20,33,38,.18)}
.resource-note{position:absolute;background:#fff;border:1px solid rgba(20,33,38,.08);border-radius:999px;padding:10px 15px;font-size:12px;font-weight:850;box-shadow:0 12px 30px rgba(20,33,38,.08)}
.note-one{left:13%;top:20%;transform:rotate(-8deg)}.note-two{right:12%;top:24%;transform:rotate(7deg)}.note-three{right:10%;bottom:19%;transform:rotate(-5deg)}.note-four{left:15%;bottom:18%;transform:rotate(6deg)}
.resources-intro-section{padding-top:44px}
.resources-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:72px}.resources-filter-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:750;color:#4f5d61}
.resources-heading{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:end;margin-bottom:42px}.resources-heading h2{margin:0}.resources-heading>p{color:var(--muted);font-size:18px;max-width:620px;margin:0 0 8px}
.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.resource-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.resource-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.resource-card-link{display:block;height:100%}.resource-card-art{height:215px;position:relative;overflow:hidden}.resource-card-art span,.resource-card-art i,.resource-card-art b{position:absolute;display:block}
.resource-art-1{background:#dff3ef}.resource-art-1 span{width:170px;height:120px;border:2px solid var(--dark);border-radius:18px;left:13%;top:22%}.resource-art-1 i{width:90px;height:14px;background:#118f8f;left:19%;top:41%;border-radius:999px}.resource-art-1 b{width:150px;height:150px;border:2px dashed rgba(20,33,38,.35);border-radius:50%;right:10%;top:16%}
.resource-art-2{background:#f1e6d6}.resource-art-2 span{width:175px;height:112px;background:#fff;border:1px solid #d8ccb9;border-radius:18px;left:12%;top:24%;box-shadow:16px 16px 0 #173039}.resource-art-2 i{width:110px;height:10px;background:#d9f238;left:18%;top:45%;border-radius:10px}.resource-art-2 b{width:74px;height:74px;border-radius:22px;background:#118f8f;right:15%;top:24%;transform:rotate(11deg)}
.resource-art-3{background:#173039}.resource-art-3 span{width:210px;height:2px;background:#6bd2c8;left:12%;top:50%;transform:rotate(-11deg)}.resource-art-3 i{width:92px;height:92px;border:2px solid #d9f238;border-radius:50%;left:19%;top:25%}.resource-art-3 b{width:125px;height:74px;background:#fff;border-radius:16px;right:12%;bottom:22%;transform:rotate(5deg)}
.resource-art-4{background:#e8edf0}.resource-art-4 span{width:190px;height:130px;background:#fff;border:1px solid #d6dcde;border-radius:16px;left:14%;top:18%}.resource-art-4 i{width:120px;height:8px;background:#118f8f;left:21%;top:35%;box-shadow:0 22px 0 #d9f238,0 44px 0 #d9dee0}.resource-art-4 b{width:74px;height:74px;border:2px solid #173039;border-radius:16px;right:13%;bottom:19%;transform:rotate(-7deg)}
.resource-art-5{background:#eef3d5}.resource-art-5 span{width:180px;height:180px;border:2px solid #173039;border-radius:50%;left:12%;top:7%}.resource-art-5 i{width:115px;height:115px;border:2px dashed #118f8f;border-radius:50%;left:24%;top:22%}.resource-art-5 b{width:85px;height:85px;background:#173039;border-radius:50%;right:14%;top:30%;box-shadow:0 0 0 12px rgba(255,255,255,.6)}
.resource-card-body{padding:28px}.resource-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#647276;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.resource-meta span+span:before{content:'•';margin-right:12px;color:#9aa4a6}.resource-card h2{font-size:clamp(27px,2.5vw,38px);line-height:1.04;letter-spacing:-.045em;margin:15px 0 14px}.resource-card p{color:var(--muted);margin:0 0 24px}.resource-read{font-size:13px;font-weight:850;color:var(--accent)}
.resource-disclosure{background:var(--dark);color:#fff;border-radius:30px;padding:clamp(34px,5vw,60px);display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.resource-disclosure h2{font-size:clamp(36px,4.5vw,60px)}.resource-disclosure p{color:#c5d0d2;font-size:17px;margin:0}.resource-disclosure .eyebrow-pill{background:rgba(107,210,200,.12);color:#8ae3d9}
.resource-article-hero{max-width:1280px;margin:0 auto;padding:50px clamp(22px,6vw,92px) 42px}.resource-article-hero-inner{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:90px;align-items:end}.resource-article-hero-copy{min-width:0}.resource-back{display:inline-block;margin-bottom:24px;color:var(--accent);font-size:13px;font-weight:800}.resource-article-hero .resource-meta{margin-bottom:16px}.resource-article-hero-image{margin:0;border-radius:24px;overflow:hidden;background:#f4f1ea;aspect-ratio:4/3;box-shadow:0 18px 45px rgba(20,43,45,.10)}.resource-article-hero-image img{width:100%;height:100%;object-fit:cover;display:block}
.resource-article-wrap{max-width:1280px;margin:0 auto;padding:0 clamp(22px,6vw,92px) 110px;display:grid;grid-template-columns:minmax(0,780px) 300px;gap:90px;align-items:start}.resource-article-content{font-size:18px;line-height:1.72}.resource-article-content .resource-lede{font-size:23px;line-height:1.55;color:#3d4b4f;margin:0 0 54px}.resource-article-content section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid var(--line)}.resource-article-content section h2{font-size:32px;line-height:1.12;letter-spacing:-.035em;margin:0 0 12px}.resource-article-content section p{color:#566368;margin:0}.resource-article-aside{position:sticky;top:110px}.article-aside-card{background:#dff3ef;border-radius:24px;padding:28px}.article-aside-card strong{display:block;font-size:24px;line-height:1.15;letter-spacing:-.03em;margin:8px 0 12px}.article-aside-card p{color:#4f6968;margin:0}.article-cta{background:#f1e6d6;border-radius:26px;padding:34px;margin-top:48px}.article-cta h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin:0 0 24px}.related-resources{border-top:1px solid var(--line)}.related-resources>h2{margin-bottom:38px}.related-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-resource{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:190px;display:flex;flex-direction:column}.related-resource span{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.related-resource strong{font-size:21px;line-height:1.16;margin:14px 0;letter-spacing:-.025em}.related-resource i{font-style:normal;margin-top:auto;font-size:22px}
@media(min-width:1024px){.resources-hero-copy h1{font-size:78px}.resource-article-hero h1{font-size:64px}}
@media(max-width:1000px){.resources-hero,.resources-heading,.resource-disclosure,.resource-article-wrap,.resource-article-hero-inner{grid-template-columns:1fr}.resources-hero-visual{min-height:370px}.resource-article-hero-inner{gap:28px}.resource-article-hero-image{max-width:560px;aspect-ratio:16/9}.resource-article-wrap{gap:36px}.resource-article-aside{position:static}.related-resources-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.resources-hero{padding-top:52px;gap:34px}.resources-hero-copy h1,.resource-article-hero h1{font-size:49px}.resources-hero-visual{min-height:310px}.orbit-one{width:270px;height:270px}.orbit-two{width:180px;height:180px}.resource-v-mark{width:90px;height:90px;font-size:52px}.resources-filter-row{margin-bottom:48px}.resources-grid,.related-resources-grid{grid-template-columns:1fr}.resource-card-art{height:180px}.resource-disclosure{gap:20px}.resource-article-wrap{padding-bottom:70px}.resource-article-content{font-size:17px}.resource-article-content .resource-lede{font-size:21px}.resource-article-content section h2{font-size:28px}}

@media(max-width:760px){.resource-article-hero{padding-top:34px;padding-bottom:30px}.resource-article-hero-image{max-width:none}.footer-nav-row a{line-height:1.35}}

/* v72 resources card images + footer layout */
.resource-card-image{
  height:215px;
  overflow:hidden;
  background:#f4f1ea;
}
.resource-card-image img{
  width:100%;height:100%;display:block;object-fit:cover;
}

.site-footer{
  padding-top:34px;
}
.footer-layout{
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(520px,1.25fr);
  gap:48px;
  align-items:start;
}
.footer-left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.footer-identity{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.footer-left .footer-copyright{
  margin-top:30px;
}
.footer-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:18px;
}
.footer-primary-nav,
.footer-legal-nav{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:14px 24px;
}
.footer-primary-nav a,
.footer-legal-nav a{
  line-height:1.35;
}
.footer-right .footer-socials{
  justify-content:flex-end;
}

@media(max-width:900px){
  .footer-layout{grid-template-columns:1fr;gap:30px}
  .footer-right{align-items:flex-start}
  .footer-primary-nav,.footer-legal-nav{justify-content:flex-start}
  .footer-right .footer-socials{justify-content:flex-start}
  .footer-left .footer-copyright{margin-top:20px}
}
@media(max-width:760px){
  .resource-card-image{height:180px}
}


/* v74 JetHost recommendation callout */
.hosting-recommendation{
  background:var(--accent-soft);
  border:1px solid rgba(20,33,38,.08);
  border-radius:26px;
  padding:34px;
  margin:12px 0 48px;
}
.hosting-recommendation .eyebrow-pill{
  display:inline-flex;
  background:rgba(17,143,143,.10);
  color:var(--accent);
  margin-bottom:18px;
}
.hosting-recommendation h2{
  font-size:36px;
  line-height:1.08;
  letter-spacing:-.04em;
  margin:0 0 16px;
}
.resource-article-content .hosting-recommendation > p{
  color:#45575a;
  margin:0 0 20px;
}
.hosting-recommendation-offer{
  display:flex;
  flex-direction:column;
  gap:2px;
  background:#fff;
  border:1px solid rgba(20,33,38,.08);
  border-radius:18px;
  padding:18px 20px;
  margin:24px 0 22px;
}
.hosting-recommendation-offer strong{
  font-size:18px;
  line-height:1.35;
  color:var(--ink);
}
.hosting-recommendation-offer span{
  font-size:12px;
  line-height:1.5;
  color:var(--muted);
}
.hosting-recommendation-button{
  gap:8px;
}
.resource-article-content .hosting-recommendation .affiliate-disclosure{
  font-size:12px;
  line-height:1.55;
  color:#667579;
  margin:20px 0 0;
}
.resource-article-content .hosting-recommendation .affiliate-disclosure strong{
  color:#425155;
}
@media(max-width:760px){
  .hosting-recommendation{padding:26px 22px;margin-bottom:38px}
  .hosting-recommendation h2{font-size:30px}
  .hosting-recommendation-button{width:100%}
}

/* v75 newsletter confirmation / thanks page */
.thanks-page{background:#fff}
.thanks-hero{padding-top:94px;padding-bottom:72px;background:#f1eeea}
.thanks-card{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:32px;padding:clamp(38px,7vw,82px);text-align:center;box-shadow:0 18px 55px rgba(20,38,40,.06)}
.thanks-check{width:76px;height:76px;margin:0 auto 24px;color:var(--accent)}
.thanks-check svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.thanks-card .eyebrow-pill{display:inline-flex;margin-bottom:20px}
.thanks-card h1{font-size:clamp(58px,8vw,104px);line-height:.9;letter-spacing:-.06em;margin:0}
.thanks-lede{font-size:clamp(19px,2vw,24px);line-height:1.5;max-width:760px;margin:28px auto 0;color:var(--muted)}
.thanks-note{font-size:14px;color:#687579;margin:18px auto 0}
.thanks-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.thanks-start-section{padding-top:88px;padding-bottom:110px}
.thanks-start-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:54px;align-items:end;margin-bottom:38px}
.thanks-start-heading h2{font-size:clamp(42px,5vw,68px);max-width:760px}
.thanks-start-heading p{color:var(--muted);font-size:18px;margin:0 0 6px}
.thanks-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.thanks-resource-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;min-height:290px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.thanks-resource-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.thanks-resource-card span{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.thanks-resource-card strong{font-size:27px;line-height:1.08;letter-spacing:-.035em;margin:16px 0 14px}
.thanks-resource-card p{font-size:15px;line-height:1.6;color:var(--muted);margin:0}
.thanks-resource-card i{font-style:normal;color:var(--accent);font-size:26px;margin-top:auto;padding-top:24px}
@media(max-width:900px){.thanks-start-heading{grid-template-columns:1fr;gap:18px}.thanks-resource-grid{grid-template-columns:1fr}}
@media(max-width:620px){.thanks-hero{padding-top:54px;padding-bottom:54px}.thanks-card{border-radius:24px;padding:34px 24px}.thanks-check{width:64px;height:64px}.thanks-card h1{font-size:58px}.thanks-actions{flex-direction:column}.thanks-actions .button{width:100%}.thanks-start-section{padding-top:68px;padding-bottom:76px}.thanks-resource-card{min-height:0}}
