/* Dhama Studio — dhamastudio.com
   White ground, one humanist sans at medium weight, oversized tight-tracked
   sentence-case headings, rounded surfaces, a single saturated accent. */

:root{
  --white:#FFFFFF;
  --surface:#FAF9F7;
  --surface-2:#F2F0EC;
  --ink:#16151A;
  --ink-70:#4A4850;
  --ink-45:#82808A;
  --line:#E7E4DF;
  --accent:#B24023;
  --accent-hover:#8F3319;
  --accent-soft:#FBEFEA;
  --radius:12px;
  --radius-lg:20px;
  --pill:999px;
  --shadow-sm:0 1px 2px rgba(22,21,26,.05), 0 2px 6px rgba(22,21,26,.04);
  --shadow-md:0 8px 28px rgba(22,21,26,.07);
  --font:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font);
  font-size:17px;line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}

.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}
.section{padding-block:104px}
.section--tint{background:var(--surface)}

.skip-link{position:absolute;left:-9999px;background:var(--ink);color:#fff;padding:12px 16px;border-radius:8px}
.skip-link:focus{left:16px;top:16px;z-index:100}

/* ---------- type ---------- */
h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.03em;line-height:1.06;text-wrap:balance}
h1{font-size:clamp(38px,5.6vw,68px)}
h2{font-size:clamp(30px,3.9vw,46px)}
h3{font-size:20px;line-height:1.3;letter-spacing:-.01em}
.lead{font-size:19px;line-height:1.6;color:var(--ink-70);margin:0;max-width:56ch}
.muted{color:var(--ink-45)}
.center{text-align:center;margin-inline:auto}

/* ---------- pills & buttons ---------- */
.badge{display:inline-flex;align-items:center;gap:8px;border-radius:var(--pill);
  padding:7px 14px;font-size:13.5px;font-weight:600;background:var(--surface-2);color:var(--ink-70)}
.badge--accent{background:var(--accent-soft);color:var(--accent)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border-radius:var(--pill);padding:15px 26px;min-height:52px;font-size:16px;font-weight:600;
  border:1.5px solid transparent;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--accent);color:#fff}
.btn--primary:hover{background:var(--accent-hover)}
.btn--ghost{background:var(--white);color:var(--ink);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--ink);}
.btn--sm{padding:10px 18px;min-height:44px;font-size:15px}

/* ---------- header ---------- */
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.header__in{display:flex;align-items:center;justify-content:space-between;gap:24px;height:74px}
.header__logo{display:inline-flex;align-items:center;min-height:44px}
.header__logo img{height:34px;width:auto}
.nav{display:flex;align-items:center;gap:30px}
.nav a{font-size:15px;font-weight:500;color:var(--ink-70);transition:color .15s}
.nav a:hover{color:var(--ink)}
.nav-toggle{display:none}

/* ---------- hero ---------- */
.hero{padding-block:76px 88px}
.hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.hero h1{margin-bottom:22px}
.hero .lead{font-size:20px}
.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.hero__note{margin:20px 0 0;font-size:14.5px;color:var(--ink-45)}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero__art{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.hero__art img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-md)}
.hero__art img:nth-child(1){transform:translateY(-14px)}
.hero__art img:nth-child(4){transform:translateY(14px)}

/* ---------- comparison ---------- */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}
.panel{border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;background:var(--white)}
.panel--ours{border-color:var(--ink);box-shadow:var(--shadow-md)}
.panel h3{margin-bottom:20px}
.panel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.panel li{display:flex;gap:12px;align-items:flex-start;font-size:16px;color:var(--ink-70)}
.panel--ours li{color:var(--ink)}
.ico{flex:none;width:20px;height:20px;margin-top:2px}

/* ---------- feature grid ---------- */
.features{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:44px}
.feature{flex:0 1 calc(25% - 15px);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:26px 24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,transform .2s ease}
.feature:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.feature__ico{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);
  display:grid;place-items:center;color:var(--accent)}
.feature p{margin:0;font-size:15px;line-height:1.6;color:var(--ink-70)}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:44px;counter-reset:s}
.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px}
.step__n{counter-increment:s;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;
  display:grid;place-items:center;font-weight:700;font-size:15px;margin-bottom:18px}
.step__n::before{content:counter(s)}
.step p{margin:10px 0 0;color:var(--ink-70);font-size:15.5px}

/* ---------- work ---------- */
.work{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:44px;align-items:start}
.work figure{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--white)}
.work img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}
.work figure:hover img{transform:scale(1.03)}
.work figcaption{padding:13px 16px;font-size:14px;font-weight:600;color:var(--ink-70)}

/* ---------- pricing ---------- */
.tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:44px;align-items:start}
.tier{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;
  display:flex;flex-direction:column;gap:18px}
.tier--best{border-color:var(--ink);box-shadow:var(--shadow-md);position:relative}
.tier__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tier__price{font-size:46px;font-weight:600;letter-spacing:-.03em;line-height:1}
.tier__price small{font-size:15px;font-weight:500;color:var(--ink-45);letter-spacing:0}
.tier ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;flex:1}
.tier li{display:flex;gap:10px;font-size:15px;color:var(--ink-70)}
.tier li[data-off]{color:var(--ink-45);opacity:.65}

/* ---------- faq ---------- */
.faq{max-width:1060px;margin:44px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.faq__col{display:flex;flex-direction:column;gap:12px;min-width:0}
.faq details{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:border-color .18s}
.faq details[open]{border-color:var(--ink)}
.faq summary{cursor:pointer;list-style:none;padding:20px 24px;display:flex;justify-content:space-between;
  align-items:center;gap:20px;font-weight:600;font-size:17px;min-height:56px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:11px;height:11px;flex:none;border-right:2px solid var(--ink-45);
  border-bottom:2px solid var(--ink-45);transform:rotate(45deg) translateY(-3px);transition:transform .2s}
.faq details[open] summary::after{transform:rotate(225deg) translateY(-3px)}
.faq p{margin:0;padding:0 24px 22px;color:var(--ink-70);font-size:16px;max-width:68ch}

/* ---------- closing ---------- */
.closing{background:var(--ink);color:#fff;border-radius:24px;padding:64px 48px;text-align:center}
.closing h2{margin-bottom:16px}
.closing .lead{color:rgba(255,255,255,.72);margin-inline:auto}
.closing .btn--primary{margin-top:30px}

/* ---------- footer ---------- */
.footer{border-top:1px solid var(--line);padding-block:44px;background:var(--white)}
.footer__in{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.footer img{height:30px;width:auto;opacity:.75}
.footer nav{display:flex;gap:26px;flex-wrap:wrap}
.footer a{font-size:14.5px;color:var(--ink-45)}
.footer a:hover{color:var(--ink)}
.footer__legal{margin:22px 0 0;font-size:13.5px;color:var(--ink-45)}


/* ---------- responsive ---------- */
@media(max-width:980px){
  .hero__grid{grid-template-columns:1fr;gap:40px}
  .hero__art{max-width:560px}
  .feature{flex-basis:calc(50% - 10px)}
  .work,.steps,.tiers{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compare{grid-template-columns:1fr}
}
@media(max-width:940px){
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;
    border:1.5px solid var(--line);border-radius:var(--pill);background:var(--white);font:inherit;font-size:15px;font-weight:600}
  .nav-toggle[hidden]{display:none}
  .nav{position:absolute;left:0;right:0;top:74px;flex-direction:column;align-items:stretch;gap:0;
    background:var(--white);border-bottom:1px solid var(--line);padding:8px 24px 20px}
  .nav[data-open="false"]{display:none}
  .nav a{padding:14px 0;border-top:1px solid var(--line);font-size:16px}
  .nav .btn{margin-top:14px}
}
@media(max-width:720px){
  .section{padding-block:68px}
  .hero{padding-block:48px 60px}
  .work,.steps,.tiers{grid-template-columns:1fr}
  .feature{flex-basis:100%}
  .closing{padding:44px 24px;border-radius:18px}
  .footer__in{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* ---------- guarantee band ---------- */
.assure-panel{background:var(--accent-soft);border-radius:24px;padding:64px 56px}
.assure-panel h2{max-width:18ch}
.assure{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:48px}
.assure > div{display:flex;flex-direction:column;align-items:flex-start;gap:12px;
  padding-inline:36px;border-left:1px solid rgba(178,64,35,.2)}
.assure > div:first-child{border-left:0;padding-left:0}
.assure > div:last-child{padding-right:0}
.assure__ico{width:30px;height:30px;color:var(--accent);flex:none;margin-bottom:4px}
.assure h3{font-size:19px;margin:0}
.assure p{margin:0;font-size:15.5px;line-height:1.62;color:var(--ink-70)}

/* ---------- about ---------- */
.about{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
@media(max-width:980px){
  .assure{grid-template-columns:1fr;gap:0}
  .assure > div{padding-inline:0;padding-block:28px;border-left:0;border-top:1px solid rgba(178,64,35,.2)}
  .assure > div:first-child{padding-top:0;border-top:0}
  .assure > div:last-child{padding-bottom:0}
  .about{grid-template-columns:1fr;gap:36px}
}

@media(max-width:720px){
  /* footer links and the logo link are inline text — pad to a 44px touch target */
  .footer nav a{display:inline-flex;align-items:center;min-height:44px}
  .footer nav{gap:0 26px}
  .header__logo{display:inline-flex;align-items:center;min-height:44px}
}

/* .nav a sets a link colour; buttons inside the nav must keep their own. */
.nav a.btn--primary{color:#fff}
.nav a.btn--ghost{color:var(--ink)}

/* ---------- direct order ---------- */
.order{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;margin-top:44px;align-items:start}
.brief{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:18px}
.brief__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px;font-size:14.5px;font-weight:600}
.field span em{font-weight:400;font-style:normal;color:var(--ink-45)}
.field input,.field select,.field textarea{
  font:inherit;font-weight:400;font-size:16px;color:var(--ink);background:var(--white);
  border:1px solid var(--line);border-radius:calc(var(--radius) / 2);padding:13px 14px;min-height:50px;width:100%}
.field textarea{min-height:auto;resize:vertical;line-height:1.55}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}
.brief__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.brief__note{margin:0;font-size:14px;color:var(--ink-45);flex:1;min-width:220px}
.brief__note.is-error{color:var(--accent)}
.brief__note.is-ok{color:var(--ink);font-weight:500}
.order__aside{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:32px;
  display:flex;flex-direction:column;gap:12px}
.order__aside p{margin:0;font-size:15px;color:var(--ink-70)}
.order__aside h3{margin:0}
.order__aside hr{border:0;border-top:1px solid var(--line);margin:10px 0 4px;width:100%}
.order__email{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-weight:600;color:var(--ink)}
.order__email a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:2px}
.order__email a:hover{border-bottom-color:var(--ink)}
.order__copy{font:inherit;font-size:13px;font-weight:500;color:var(--ink-70);background:var(--surface);
  border:1px solid var(--line);border-radius:var(--pill);padding:5px 12px;cursor:pointer;
  transition:border-color .18s,color .18s}
.order__copy:hover{border-color:var(--ink);color:var(--ink)}
.order__copy.is-done{color:var(--accent);border-color:var(--accent)}
.order__aside .btn{align-self:flex-start;margin-top:6px}
@media(max-width:860px){
  .faq{grid-template-columns:1fr}
}
@media(max-width:900px){.order{grid-template-columns:1fr}.brief__row{grid-template-columns:1fr}}

/* tier: primary buy button plus a quieter direct-order link */
.extras{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
.extra{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.extra h3{margin:0;font-size:21px}
.extra p{margin:0;font-size:15px;color:var(--ink-70);line-height:1.62}
.extra__price{margin-top:auto !important;padding-top:4px;font-size:15px;color:var(--ink-45)}
.extra__price strong{color:var(--ink);font-weight:600}
.extra .btn{margin-top:4px}
@media(max-width:880px){ .extras{grid-template-columns:1fr} }
.tier__buy{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.tier__buy .btn:first-child{width:100%}
.btn--text{background:transparent;border-color:transparent;color:var(--accent);padding:0;min-height:0}
.btn--text:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}
.btn--xs{font-size:14px;font-weight:600;min-height:32px;padding:4px 0}

/* ---------- case studies (homepage teaser) ---------- */
.cases__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cases__nav{display:flex;gap:10px;flex:none}
.cases__btn{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--line);background:var(--white);
  color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:border-color .18s,color .18s,opacity .18s}
.cases__btn svg{width:20px;height:20px}
.cases__btn:hover:not(:disabled){border-color:var(--ink)}
.cases__btn:disabled{opacity:.35;cursor:default}

/* the rail bleeds to the viewport edge so the row reads as continuing off-screen */
.cases__rail{margin-top:44px;overflow-x:auto;overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;scroll-padding-inline:max(24px,calc((100% - var(--maxw)) / 2 + 24px));
  scrollbar-width:none;-ms-overflow-style:none}
.cases__rail::-webkit-scrollbar{display:none}
.cases__rail:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.cases{display:flex;gap:20px;padding-inline:max(24px,calc((100% - var(--maxw)) / 2 + 24px));width:max-content}
.case{flex:0 0 clamp(268px,26vw,360px);scroll-snap-align:start}
.case{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  display:flex;flex-direction:column;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}
.case:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.case:hover .case__more{color:var(--accent-hover)}
.case__cover{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.case__body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:12px;flex:1}
.case__title{display:flex;flex-direction:column;gap:5px}
.case__title h3{font-size:23px;letter-spacing:-.02em}
.case__tag{font-size:13.5px;color:var(--ink-45)}
.case__body > p{margin:0;color:var(--ink-70);font-size:15.5px;line-height:1.6;flex:1}
.case__more{display:inline-flex;align-items:center;min-height:44px;font-size:15px;font-weight:600;color:var(--accent)}

/* ============================================================
   Dedicated case-study pages
   ============================================================ */
.case-hero{padding-block:72px 56px;border-bottom:1px solid var(--line)}
.case-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.case-hero h1{max-width:16ch;margin-bottom:20px}
.case-hero .lead{font-size:20px}
.case-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;
  margin-top:40px;padding-top:28px;border-top:1px solid var(--line)}
.case-facts h2{margin:0 0 8px;font-size:11.5px;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--ink-45);font-family:var(--font)}
.case-facts p{margin:0;font-size:15px;color:var(--ink-70);line-height:1.55}

.chapter{padding-block:80px;border-bottom:1px solid var(--line)}
.chapter:last-of-type{border-bottom:0}
.chapter__head{max-width:62ch;margin-bottom:36px}
.chapter__head h2{margin-bottom:16px}
.chapter__head p{margin:0 0 12px;color:var(--ink-70);font-size:16.5px;line-height:1.65}
.plate{width:100%;height:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}
.plates{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.chapter--tint{background:var(--surface)}
.chapter--tint .plate{background:var(--white)}

.palette{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.chip{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.chip i{display:block;height:104px}
.chip div{padding:16px 18px}
.chip strong{display:block;font-size:16px}
.chip span{display:block;font-size:13.5px;color:var(--ink-45);font-variant-numeric:tabular-nums;margin-top:3px}

.typelist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.typelist div{border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px;background:var(--white)}
.typelist strong{display:block;font-size:18px;margin-bottom:4px}
.typelist span{font-size:13.5px;color:var(--ink-45)}

.case-nav{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;
  padding-block:44px;border-top:1px solid var(--line)}
.backlink{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:15px;font-weight:600;color:var(--ink-70)}
.backlink:hover{color:var(--ink)}

@media(max-width:860px){
  .case-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .plates,.palette,.typelist{grid-template-columns:1fr}
  .chapter{padding-block:56px}
  .case-hero{padding-block:48px 40px}
}

/* the About section claims a person does the work — so it shows one working,
   not more logo plates (those already appear twice elsewhere on the page). */
.about__photo{margin:0}
.about__photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface)}

@media(max-width:720px){
  .tier__buy .btn--xs{min-height:44px;padding:10px 0}
}

/* ---------- reviews ---------- */
.reviews__top{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.stars{display:inline-flex;gap:3px;color:var(--accent)}
.stars svg{width:19px;height:19px}
.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:40px}
.review{margin:0;background:var(--white);border:1px solid var(--line);border-radius:16px;
  padding:30px 30px 28px;display:flex;flex-direction:column;gap:20px}
.review p{margin:0;font-size:15.5px;line-height:1.62}
.review__who{display:flex;align-items:center;gap:12px;margin-top:auto}
.review__avatar{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);
  display:grid;place-items:center;color:var(--ink-45);flex:none}
.review__name{font-weight:600;font-size:15px}
.review blockquote{margin:0}
.review blockquote p{margin:0;font-size:15px;line-height:1.62;color:var(--ink)}
.review__id{display:flex;flex-direction:column;min-width:0}
.review__meta{font-size:13.5px;color:var(--ink-45)}
.review__avatar{object-fit:cover;background:var(--surface)}
.review__top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.review__src{font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--ink-45);
  background:var(--surface);border-radius:var(--pill);padding:4px 9px;white-space:nowrap}
.reviews__cta{display:flex;justify-content:center;margin-top:28px}
@media(max-width:1000px){.reviews{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media(max-width:720px){.reviews{grid-template-columns:1fr;gap:16px}.review{padding:24px}}

@media(max-width:720px){
  .assure-panel{padding:44px 24px;border-radius:18px}
}

/* ---------- selected-package summary ---------- */
.order__summary{display:flex;flex-direction:column;gap:12px;padding-bottom:22px;
  border-bottom:1px solid var(--line);margin-bottom:4px}
.order__summary-label{margin:0;font-size:13px;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--accent)}
.order__summary-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.order__summary-head h3{margin:0}
.order__summary-price{font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}
.order__summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.order__summary-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink-70)}
.order__summary-list .ico{width:18px;height:18px;color:var(--accent);margin-top:2px}
.order__summary-note{margin:0;font-size:15px;color:var(--ink-70)}

.footer__meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 24px}
.footer__social{display:flex;gap:22px;flex-wrap:wrap}
.footer__social a{display:inline-flex;align-items:center;min-height:44px}

/* the name arrives as a signature, not as a sentence */
.byline{display:flex;align-items:center;gap:16px;margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}
.byline__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none;background:var(--white)}
.byline__name{margin:0;font-size:17px;font-weight:600;color:var(--ink)}
.byline__role{margin:3px 0 0;font-size:14.5px;color:var(--ink-45)}

@media(max-width:720px){
  .cases__rail{scroll-padding-inline:24px}
  .cases{padding-inline:24px}
  .case{flex:0 0 min(82vw, 320px)}
  .cases__head{align-items:flex-start}
}

/* ---------- Behance boards: plates butt together, no copy between ---------- */
.board{max-width:1000px;margin:52px auto 0;border:1px solid var(--line);
  border-radius:var(--radius-lg);overflow:hidden;background:var(--white)}
.board img{display:block;width:100%;height:auto;margin:0}
@media(max-width:720px){.board{margin-top:36px;border-radius:var(--radius)}}

/* waiting on direct-client testimonials — visibly empty, never filled with invented text */
.review__src--direct{color:var(--accent);background:var(--accent-soft)}
.review__avatar--initial{background:var(--accent-soft);color:var(--accent);
  font-size:13px;font-weight:700;letter-spacing:.01em}

#reviews{padding-block:72px}
@media(max-width:720px){#reviews{padding-block:56px}}

/* ---------- Fiverr seller level ---------- */
.rated{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:start;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:34px 36px}
.rated__badge{width:60px;height:60px;border-radius:50%;background:var(--accent-soft);
  color:var(--accent);display:grid;place-items:center;flex:none}
.rated__badge svg{width:30px;height:30px}
.rated__body h2{font-size:clamp(24px,2.6vw,32px);margin-bottom:16px}
.rated__body p{margin:0 0 14px;font-size:16px;line-height:1.62;color:var(--ink-70);max-width:70ch}
.rated__stats{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;
  padding-top:16px;border-top:1px solid var(--line);font-size:15px;font-weight:600;color:var(--ink)}
@media(max-width:720px){
  .rated{grid-template-columns:1fr;gap:20px;padding:26px 24px}
  .rated__badge{width:52px;height:52px}
}

/* ---------- client logo band ---------- */
.clients{border-bottom:1px solid var(--line);padding-block:34px 38px;background:var(--white)}
.clients__cap{margin:0 0 24px;text-align:center;font-size:14px;color:var(--ink-45)}
.clients__row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;
  justify-content:center;align-items:center;gap:20px 52px}
.clients__row li{display:flex;align-items:center;justify-content:center;height:44px}
.clients__row img{height:32px;width:auto;opacity:.85}
.clients__row .clients__wide{height:22px}
@media(max-width:720px){
  .clients__row{gap:16px 28px}
  .clients__row img{height:26px}
  .clients__row .clients__wide{height:18px}
}

/* honeypot: only a bot fills this in */
.brief__bot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ---------- reveal on scroll ----------
   Only active when JS is on (html.js) and the visitor has not asked for
   reduced motion. 12px of travel, once per element, opacity+transform only. */
@media (prefers-reduced-motion: no-preference){
  .js .section h2.center,
  .js .section .lead.center,
  .js .assure-panel,
  .js .panel,
  .js .feature,
  .js .step,
  .js .work figure,
  .js .tier,
  .js .extra,
  .js .review,
  .js .faq details,
  .js .case,
  .js .clients__row li{
    opacity:0;transform:translateY(12px);
    transition:opacity .42s cubic-bezier(.22,.61,.36,1), transform .42s cubic-bezier(.22,.61,.36,1)}
  .js .is-in{opacity:1 !important;transform:none !important}

  /* cards in a row arrive 55ms apart rather than all at once */
  .js .compare > *:nth-child(2),
  .js .features > *:nth-child(2),
  .js .steps > *:nth-child(2),
  .js .work > *:nth-child(2),
  .js .tiers > *:nth-child(2),
  .js .extras > *:nth-child(2),
  .js .reviews > *:nth-child(2),
  .js .faq > *:nth-child(2),
  .js .clients__row > *:nth-child(2),
  .js .assure > *:nth-child(2){transition-delay:55ms}
  .js .compare > *:nth-child(3),
  .js .features > *:nth-child(3),
  .js .steps > *:nth-child(3),
  .js .work > *:nth-child(3),
  .js .tiers > *:nth-child(3),
  .js .extras > *:nth-child(3),
  .js .reviews > *:nth-child(3),
  .js .faq > *:nth-child(3),
  .js .clients__row > *:nth-child(3),
  .js .assure > *:nth-child(3){transition-delay:110ms}
  .js .compare > *:nth-child(4),
  .js .features > *:nth-child(4),
  .js .steps > *:nth-child(4),
  .js .work > *:nth-child(4),
  .js .tiers > *:nth-child(4),
  .js .extras > *:nth-child(4),
  .js .reviews > *:nth-child(4),
  .js .faq > *:nth-child(4),
  .js .clients__row > *:nth-child(4),
  .js .assure > *:nth-child(4){transition-delay:165ms}
  .js .compare > *:nth-child(5),
  .js .features > *:nth-child(5),
  .js .steps > *:nth-child(5),
  .js .work > *:nth-child(5),
  .js .tiers > *:nth-child(5),
  .js .extras > *:nth-child(5),
  .js .reviews > *:nth-child(5),
  .js .faq > *:nth-child(5),
  .js .clients__row > *:nth-child(5),
  .js .assure > *:nth-child(5){transition-delay:220ms}
  .js .compare > *:nth-child(6),
  .js .features > *:nth-child(6),
  .js .steps > *:nth-child(6),
  .js .work > *:nth-child(6),
  .js .tiers > *:nth-child(6),
  .js .extras > *:nth-child(6),
  .js .reviews > *:nth-child(6),
  .js .faq > *:nth-child(6),
  .js .clients__row > *:nth-child(6),
  .js .assure > *:nth-child(6){transition-delay:275ms}
  .js .compare > *:nth-child(7),
  .js .features > *:nth-child(7),
  .js .steps > *:nth-child(7),
  .js .work > *:nth-child(7),
  .js .tiers > *:nth-child(7),
  .js .extras > *:nth-child(7),
  .js .reviews > *:nth-child(7),
  .js .faq > *:nth-child(7),
  .js .clients__row > *:nth-child(7),
  .js .assure > *:nth-child(7){transition-delay:330ms}
  .js .compare > *:nth-child(8),
  .js .features > *:nth-child(8),
  .js .steps > *:nth-child(8),
  .js .work > *:nth-child(8),
  .js .tiers > *:nth-child(8),
  .js .extras > *:nth-child(8),
  .js .reviews > *:nth-child(8),
  .js .faq > *:nth-child(8),
  .js .clients__row > *:nth-child(8),
  .js .assure > *:nth-child(8){transition-delay:385ms}
  .js .compare > *:nth-child(9),
  .js .features > *:nth-child(9),
  .js .steps > *:nth-child(9),
  .js .work > *:nth-child(9),
  .js .tiers > *:nth-child(9),
  .js .extras > *:nth-child(9),
  .js .reviews > *:nth-child(9),
  .js .faq > *:nth-child(9),
  .js .clients__row > *:nth-child(9),
  .js .assure > *:nth-child(9){transition-delay:440ms}

  .js .cases > *:nth-child(2){transition-delay:55ms}
  .js .cases > *:nth-child(3){transition-delay:110ms}
  .js .cases > *:nth-child(4){transition-delay:165ms}
  .js .cases > *:nth-child(5){transition-delay:220ms}
  .js .cases > *:nth-child(6){transition-delay:275ms}
  .js .cases > *:nth-child(7){transition-delay:330ms}
  .js .cases > *:nth-child(8){transition-delay:385ms}
  .js .cases > *:nth-child(9){transition-delay:440ms}

  /* the hero does not wait for a scroll */
  .js .hero__grid > div > *,
  .js .hero__art img{animation:rise .5s cubic-bezier(.22,.61,.36,1) both}
  .js .hero__grid > div > *:nth-child(1){animation-delay:0ms}
  .js .hero__grid > div > *:nth-child(2){animation-delay:60ms}
  .js .hero__grid > div > *:nth-child(3){animation-delay:120ms}
  .js .hero__grid > div > *:nth-child(4){animation-delay:180ms}
  .js .hero__grid > div > *:nth-child(5){animation-delay:240ms}
  .js .hero__art img:nth-child(1){animation-delay:90ms}
  .js .hero__art img:nth-child(2){animation-delay:160ms}
  .js .hero__art img:nth-child(3){animation-delay:230ms}
  .js .hero__art img:nth-child(4){animation-delay:300ms}
  @keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
}
