@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@font-face{font-family:"Dacia 36 Regular";src:url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.woff2") format("woff2"),url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.woff") format("woff"),url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Dacia Block";src:url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.woff2") format("woff2"),url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.woff") format("woff"),url("https://db.onlinewebfonts.com/t/5abb07aea0d984d001c85492fc8560de.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}

:root{
  --font-heading:"Dacia 36 Regular","Dacia Block",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --font-body:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --font-main:var(--font-body);
  --ink:#121212;
  --muted:#858585;
  --navy:#0b1424;
  --navy-2:#101a2b;
  --paper:#ffffff;
  --soft:#f2f2f2;
  --card:#f4f4f3;
  --line:#dedede;
  --button:#d5d5d5;
  --red:#e74436;
  --shadow:0 28px 80px rgba(12,20,36,.10);
  --ease:cubic-bezier(.22,1,.36,1);
  --container:1120px;
  --header:86px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 20px);background:#fff;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-body);letter-spacing:-.025em;overflow-x:hidden;opacity:0;transform:translateY(10px);transition:opacity .45s var(--ease),transform .45s var(--ease),filter .35s var(--ease)}
body.loaded{opacity:1;transform:none} body.page-out{opacity:0;transform:translateY(-14px);filter:blur(4px)}

h1,h2,h3,h4,h5,h6,
.brand,
.quote,
.eyebrow,
.section-title span,.page-hero span,.cap-heading span,
.stat-row strong,.single-stat strong,
.case-title,.case-kicker,.case-chapter-label,
.case-stat-row strong,.case-mini-card h3,
.uc-title h1,.uc-intro h2,.uc-chapter h2,.uc-feature-title h2,.uc-chapter-label,
.uc-mini-card h3,.uc-stat strong,.uc-speech span,.uc-process-card strong,.uc-process-card b,
.craft-kicker,.craft-intro h1,.craft-copy h2,.craft-media-card figcaption,
.reference-card figcaption,.identity-card figcaption,.small-detail-card figcaption,.third-card figcaption,
.about-exact-story h2,.about-exact-stats strong{font-family:var(--font-heading)!important;}

p,.hero-profile p,.hero-side p,.about-copy p,.case-content>p,.service-card p,.cap-card p,
.case-intro p,.case-copy-wide p,.case-split-grid p,.case-center-copy p,.case-after-quote,
.uc-intro p,.uc-chapter p,.uc-paragraph-only p,.uc-feature-title p,.uc-mini-card p,
.craft-lead,.craft-copy p,.about-exact-copy p,.about-exact-col p{font-family:var(--font-body);}

a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.page-transition{position:fixed;inset:0;z-index:9999;background:#fff;pointer-events:none;opacity:0;transition:opacity .38s var(--ease)}body.page-out .page-transition{opacity:1}.scroll-progress{position:fixed;left:0;top:0;z-index:9998;height:3px;width:0;background:linear-gradient(90deg,#111,#888);transform-origin:left}.site-header{position:sticky;top:0;z-index:1000;height:var(--header);background:rgba(255,255,255,.86);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:height .3s var(--ease),box-shadow .3s var(--ease),background .3s var(--ease)}.site-header.scrolled{height:72px;box-shadow:0 14px 45px rgba(14,21,36,.07);background:rgba(255,255,255,.94)}.nav-shell{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{justify-self:start;font-weight:950;font-size:30px;line-height:1;letter-spacing:-.055em}.brand span{color:var(--red)}.nav-menu{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:800;letter-spacing:-.02em}.nav-link{position:relative;padding:11px 0;transition:color .25s var(--ease),transform .25s var(--ease)}.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:1.5px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.nav-link:hover,.nav-link.active{color:#6f6f6f;transform:translateY(-1px)}.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1);transform-origin:left}.contact-pill{justify-self:end;height:44px;min-width:146px;padding:0 19px;border-radius:10px;background:#d1d1d1;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(0,0,0,.045);transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.contact-pill svg{width:19px;height:19px;fill:currentColor}.contact-pill:hover{background:#bfbfbf;transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.12)}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:10px;background:#efefef;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:#111;margin:5px auto;transition:transform .25s var(--ease),opacity .25s var(--ease)}.menu-toggle.open span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle.open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.hero{padding-top:24px;min-height:520px}.hero-profile{text-align:center;margin-bottom:27px}.hero-profile span{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:34px;border:1px solid #aaa;border-radius:999px;color:#8c8c8c;background:#fff;font-size:13px;font-weight:600}.hero-profile p{margin:9px 0 0;color:#878787;font-size:13px;font-weight:700}.hero-grid{display:grid;grid-template-columns:310px 1fr 310px;gap:38px;align-items:start}.hero-center{text-align:center;min-width:0}.hero-center h1{margin:0;position:relative;z-index:3;color:#151515;font-weight:950;font-size:clamp(48px,4.55vw,72px);line-height:1.02;letter-spacing:-.075em}.hero-center h1 span{color:#8a8a8a}.portrait-wrap{position:relative;width:455px;max-width:100%;height:320px;margin:16px auto 0;overflow:hidden}.portrait-circle{position:absolute;left:50%;bottom:-220px;transform:translateX(-50%);width:430px;height:430px;border-radius:50%;background:#cfcfcd}.portrait-wrap img{position:absolute;left:50%;bottom:-2px;z-index:2;width:330px;transform:translateX(-50%);filter:drop-shadow(0 16px 24px rgba(0,0,0,.12));transition:transform .65s var(--ease)}.portrait-wrap:hover img{transform:translateX(-50%) translateY(-5px) scale(1.018)}.hero-side{padding-top:70px}.hero-side p{margin:18px 0 0;max-width:285px;font-size:15px;line-height:1.17;font-weight:650}.quote{display:block;font-size:50px;line-height:.55;font-weight:950}.hero-right{text-align:right}.hero-right p{margin-left:auto}.stat-row{display:flex;gap:52px;margin-top:51px}.stat-row strong,.single-stat strong{display:block;font-size:42px;line-height:.9;font-weight:950;letter-spacing:-.06em}.stat-row span,.single-stat span{display:block;margin-top:8px;color:#777;font-size:13px;line-height:1.05;font-weight:650}.single-stat{margin-top:62px}.about-band{margin-top:-1px;background:var(--navy);color:#fff;border-radius:22px 22px 0 0;width:min(var(--container),calc(100% - 96px));margin-inline:auto;box-shadow:0 20px 60px rgba(11,20,36,.08)}.about-inner{width:100%;padding:48px 58px 60px}.about-inner h2{margin:0 0 32px;color:#bfc3cb;font-size:36px;line-height:1;font-weight:950;letter-spacing:-.06em}.about-inner h2 span{color:#fff}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:30px 88px}.about-copy p{margin:0;color:rgba(255,255,255,.94);font-size:17px;line-height:1.16;font-weight:560;letter-spacing:-.02em}.work-section{padding:105px 0}.section-title{margin-bottom:44px}.section-title span,.page-hero span,.cap-heading span{display:block;color:#8d8d8d;font-size:23px;line-height:1;font-weight:900;letter-spacing:-.055em}.section-title h2,.page-hero h1,.cap-heading h2{margin:12px 0 0;font-size:clamp(38px,3vw,52px);line-height:.95;font-weight:950;letter-spacing:-.075em}.case-list{display:grid;gap:31px}.case-card{min-height:360px;display:grid;grid-template-columns:1.08fr 1fr;border-radius:14px;overflow:hidden;background:#f4f4f3;box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);transition:transform .55s var(--ease),box-shadow .55s var(--ease),background .55s var(--ease)}.case-card:hover{transform:translateY(-8px);box-shadow:0 30px 85px rgba(15,23,42,.12);background:#f8f8f7}.case-card.reverse .case-content{order:2}.case-card.reverse .case-media{order:1}.case-content{align-self:center;padding:58px 32px;max-width:560px}.eyebrow{margin:0 0 17px;color:#151515;font-size:12px;line-height:1;font-weight:950;letter-spacing:-.03em}.case-content h3,.service-card h3,.cap-card h3{margin:0;color:#111827;font-size:28px;line-height:1.04;font-weight:950;letter-spacing:-.06em}.case-content>p:not(.eyebrow){margin:18px 0 28px;color:#8a8a8a;font-size:15px;line-height:1.18;font-weight:600}.case-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:188px;height:42px;padding:0 20px;border:1px solid #cacaca;border-radius:999px;background:#fff;color:#202020;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease)}.case-button:hover{transform:translateX(6px);background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 15px 32px rgba(11,20,36,.18)}.case-button span,.text-link span{transition:transform .35s var(--ease)}.case-button:hover span,.text-link:hover span{transform:translateX(4px)}.case-media{position:relative;min-height:360px;overflow:hidden;background:#e7e7e5}.case-media img{position:absolute;transition:transform .75s var(--ease),filter .75s var(--ease)}.main-img{inset:0;width:100%;height:100%;object-fit:cover}.side-img{top:0;right:0;width:36%;height:100%;object-fit:cover;box-shadow:-18px 0 36px rgba(0,0,0,.08)}.case-card:hover .main-img{transform:scale(1.055)}.case-card:hover .side-img{transform:translateX(-4px) scale(1.055)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px;margin-top:62px}.service-card{min-height:286px;padding:32px 25px 28px;border-radius:14px;background:#fff;box-shadow:0 35px 80px rgba(15,23,42,.055);border:1px solid rgba(0,0,0,.035);transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}.service-card:hover{transform:translateY(-8px);box-shadow:0 36px 90px rgba(15,23,42,.12);border-color:rgba(0,0,0,.11)}.icon-bubble{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#f2f2f1;color:#8d8d8d;font-size:28px;font-weight:900;margin-bottom:28px;transition:transform .45s var(--ease),background .45s var(--ease),color .45s var(--ease)}.service-card:hover .icon-bubble{transform:translateY(-5px) rotate(-3deg);background:var(--navy);color:#fff}.service-card p:not(.eyebrow){margin:20px 0 22px;color:#858585;font-size:15px;line-height:1.16;font-weight:600}.text-link{display:inline-flex;align-items:center;gap:10px;color:#575757;font-size:14px;font-weight:850}.text-link:hover{color:#111}.capabilities{background:#f0f0f0;padding:72px 0 86px}.capabilities-inner{text-align:center}.cap-heading{margin-bottom:48px}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;text-align:left}.cap-card{min-height:170px;border-radius:14px;background:#fff;padding:28px 25px;box-shadow:0 20px 60px rgba(15,23,42,.045);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.cap-card:hover{transform:translateY(-7px);box-shadow:0 28px 80px rgba(15,23,42,.095)}.cap-card strong{display:block;color:#e3e3e3;font-size:42px;line-height:1;font-weight:950;margin-bottom:22px;letter-spacing:-.06em}.cap-card h3{font-size:20px}.cap-card p{margin:12px 0 0;color:#7f7f7f;font-size:14px;line-height:1.2;font-weight:600}.site-footer{background:var(--navy);color:#fff;padding:92px 0 30px}.footer-cta{text-align:center}.footer-cta h2{margin:0;font-size:clamp(30px,3.1vw,48px);line-height:1.05;font-weight:950;letter-spacing:-.07em}.footer-cta p{margin:14px 0 58px;font-size:clamp(28px,2.65vw,42px);line-height:1.04;font-weight:950;letter-spacing:-.07em}.footer-links{display:flex;justify-content:center;gap:135px;margin-bottom:36px}.footer-links a{display:grid;justify-items:center;gap:7px;transition:transform .35s var(--ease),opacity .35s var(--ease)}.footer-links a:hover{transform:translateY(-6px);opacity:.9}.footer-icon{font-size:38px;line-height:1;font-weight:950}.footer-icon.in{font-size:40px}.footer-links small{color:#aeb4c0;font-size:11px;font-weight:900;letter-spacing:.03em}.footer-links strong{font-size:18px;font-weight:850}.footer-button{display:inline-flex;align-items:center;justify-content:center;min-width:178px;height:43px;border-radius:9px;background:#dedede;color:#111;font-size:13px;font-weight:850;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.footer-button:hover{background:#fff;transform:translateY(-3px);box-shadow:0 14px 34px rgba(255,255,255,.11)}.footer-bottom{display:flex;justify-content:space-between;margin-top:72px;padding-top:24px;border-top:1px solid rgba(255,255,255,.13);color:#9ca3af;font-size:13px}.page-hero{padding:54px 0 26px;text-align:center}.page-hero h1{max-width:800px;margin-inline:auto}.about-page-hero h1{font-size:clamp(45px,4.8vw,78px);line-height:.94}.contact-hero{padding:54px 0 36px;text-align:center}.contact-hero h1{margin:0;color:#8b8b8b;font-size:clamp(42px,4vw,64px);line-height:1;font-weight:950;letter-spacing:-.06em}.contact-hero p{margin:18px 0 0;color:#8a8a8a;font-size:20px;font-weight:800}.contact-section{padding:24px 0 112px}.contact-card{display:grid;grid-template-columns:390px 1fr;gap:76px;padding:66px 40px;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(15,23,42,.09);min-height:450px}.contact-info{border-right:1px solid #e4e4e4;padding:70px 55px 34px 0}.contact-info h2{margin:0 0 36px;font-size:28px;line-height:1.15;font-weight:950;letter-spacing:-.05em}.contact-line{display:flex;align-items:center;gap:18px;margin-bottom:32px}.contact-line>span{width:52px;height:52px;border-radius:7px;background:#e8e8e8;color:#777;display:grid;place-items:center;font-size:22px}.contact-line small{display:block;color:#8c8c8c;font-size:13px;font-weight:700}.contact-line strong{display:block;margin-top:5px;font-size:16px;font-weight:650}.social-box{min-height:140px;border-radius:12px;background:#dfdfdf;padding:26px 30px}.social-box p{margin:0 0 28px;font-size:15px;font-weight:700}.social-box a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#777;font-size:14px;font-weight:950;transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease)}.social-box a:hover{transform:translateY(-5px);background:var(--navy);color:#fff}.contact-form{padding:54px 0 0}.contact-form h2{margin:0 0 32px;color:#0d1728;font-size:29px;line-height:1;font-weight:950;letter-spacing:-.055em}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:block}.form-grid label span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.form-grid .full{grid-column:1/-1}input,textarea{width:100%;border:1px solid #d6dbe4;border-radius:11px;background:#fff;color:#111827;outline:none;font-size:15px;font-weight:600;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}input{height:46px;padding:0 18px}textarea{height:120px;padding:16px 18px;resize:vertical}input:focus,textarea:focus{border-color:#9ca3af;box-shadow:0 0 0 5px rgba(15,23,42,.06);transform:translateY(-1px)}.send-button{margin-top:30px;height:43px;padding:0 20px;border:0;border-radius:10px;background:#cfcfcf;color:#222;font-size:15px;font-weight:850;cursor:pointer;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.send-button:hover{background:#bfbfbf;transform:translateY(-3px);box-shadow:0 16px 35px rgba(0,0,0,.13)}.form-status{min-height:22px;margin:16px 0 0;color:#666;font-size:14px;font-weight:700}.figma-detail-page,.case-image-shell{width:min(1440px,100%);margin:0 auto;background:#fff}.figma-long-image,.case-page-image{width:100%;height:auto;margin:0 auto;transition:transform .7s var(--ease),filter .7s var(--ease);will-change:transform}.figma-long-image:hover,.case-page-image:hover{filter:saturate(1.03) contrast(1.01)}.case-image-shell{padding-bottom:0}.back-link{display:inline-flex;margin:28px 0 18px 6.7%;height:38px;align-items:center;padding:0 16px;border-radius:999px;background:#f2f2f2;color:#222;font-size:14px;font-weight:850;transition:transform .35s var(--ease),background .35s var(--ease),box-shadow .35s var(--ease)}.back-link:hover{transform:translateX(-5px);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.09)}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:700;width:44px;height:44px;border:0;border-radius:50%;background:#111827;color:#fff;cursor:pointer;font-weight:950;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .3s var(--ease),visibility .3s var(--ease),transform .3s var(--ease)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.reveal{opacity:0;filter:blur(12px);will-change:opacity,transform,filter}.fade-up{transform:translateY(52px) scale(.985)}.fade-left{transform:translateX(50px) scale(.985)}.fade-right{transform:translateX(-50px) scale(.985)}.reveal.visible{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1);transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease);transition-delay:var(--reveal-delay,0ms)}.magnetic{will-change:transform}
@media(max-width:1120px){.container,.about-band{width:min(100% - 48px,960px)}.hero-grid{grid-template-columns:1fr;gap:18px}.hero-side{padding-top:0;text-align:center}.hero-side p{margin-inline:auto}.hero-left{order:2}.hero-center{order:1}.hero-right{order:3}.stat-row{justify-content:center;margin-top:28px}.single-stat{margin-top:28px}.about-copy{gap:30px 50px}.contact-card{grid-template-columns:1fr;gap:34px}.contact-info{border-right:0;border-bottom:1px solid #e4e4e4;padding:0 0 40px}.contact-form{padding-top:0}}
@media(max-width:860px){:root{--header:78px}.container,.about-band{width:min(100% - 32px,680px)}.nav-shell{grid-template-columns:auto 1fr auto}.brand{font-size:24px}.menu-toggle{display:block;justify-self:end}.contact-pill{display:none}.nav-menu{position:fixed;left:16px;right:16px;top:78px;display:grid;gap:0;padding:14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-14px);transition:opacity .3s var(--ease),visibility .3s var(--ease),transform .3s var(--ease)}.nav-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{padding:15px 6px}.hero-center h1{font-size:46px}.portrait-wrap{height:265px}.portrait-circle{width:350px;height:350px;bottom:-175px}.portrait-wrap img{width:285px}.about-inner{padding:38px 26px 45px}.about-copy{grid-template-columns:1fr}.work-section{padding:72px 0}.case-card,.case-card.reverse{grid-template-columns:1fr}.case-card.reverse .case-content,.case-card.reverse .case-media{order:initial}.case-media{order:-1;min-height:300px}.case-content{padding:34px 26px}.service-grid,.cap-grid{grid-template-columns:1fr}.footer-links{gap:44px;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:12px}.form-grid{grid-template-columns:1fr}.figma-detail-page,.case-image-shell{width:100%}}
@media(max-width:520px){.container,.about-band{width:min(100% - 24px,420px)}.hero{padding-top:18px}.hero-profile span{min-width:0;padding-inline:18px}.hero-center h1{font-size:38px}.portrait-wrap{height:230px}.portrait-circle{width:292px;height:292px;bottom:-145px}.portrait-wrap img{width:246px}.stat-row{gap:28px}.stat-row strong,.single-stat strong{font-size:34px}.about-inner h2{font-size:31px}.about-copy p{font-size:15px}.section-title h2,.page-hero h1,.cap-heading h2{font-size:34px}.case-media{min-height:240px}.case-content h3,.service-card h3{font-size:24px}.contact-card{padding:34px 20px}.contact-info h2,.contact-form h2{font-size:24px}.footer-cta p{margin-bottom:42px}}
@media(prefers-reduced-motion:reduce){body{opacity:1!important;transform:none!important;filter:none!important}}


.detail-static,.figma-long-image,.case-page-image{display:block!important;opacity:1!important;visibility:visible!important;filter:none!important;transform:none!important;}
.figma-detail-page,.case-image-shell{min-height:calc(100vh - var(--header));padding-top:0;}
.figma-detail-page img,.case-image-shell img{pointer-events:auto;}


.about-exact-page{background:#fff;color:#171717;}
.about-exact-page .site-footer{margin-top:88px;}
.about-exact-page .container{width:min(1240px,calc(100% - 200px));}
.about-exact-hero{position:relative;min-height:376px;margin-top:14px;border-radius:14px;background:#e0e0df;overflow:hidden;display:grid;grid-template-columns:minmax(0,760px) 1fr;align-items:center;padding:52px 48px 46px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02);isolation:isolate;}
.about-exact-hero::after{content:"";position:absolute;inset:auto 0 0 auto;width:48%;height:100%;background:radial-gradient(circle at 60% 45%,rgba(255,255,255,.28),rgba(255,255,255,0) 55%);pointer-events:none;}
.about-exact-copy{position:relative;z-index:3;max-width:740px;}
.about-exact-copy h1{margin:0 0 28px;font-size:26px;line-height:1.26;font-weight:950;letter-spacing:-.055em;max-width:735px;}
.about-exact-copy p{margin:0 0 32px;color:#7d7d7d;font-size:20px;line-height:1.13;font-weight:650;letter-spacing:-.035em;max-width:760px;}
.about-exact-button{display:inline-flex;justify-self:start;min-width:162px;height:44px;font-size:14px;background:#cbcbcb;}
.about-exact-portrait{position:absolute;right:22px;bottom:-8px;width:430px;height:358px;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:auto;}
.about-exact-portrait img{width:407px;max-width:none;filter:drop-shadow(0 16px 18px rgba(0,0,0,.08));transform-origin:50% 100%;transition:transform .8s var(--ease),filter .8s var(--ease);}
.about-exact-hero:hover .about-exact-portrait img{transform:translateY(-6px) scale(1.018);filter:drop-shadow(0 25px 26px rgba(0,0,0,.12));}
.about-exact-story{padding:92px 0 0;}
.about-exact-story h2{margin:0 0 30px;font-size:38px;line-height:1;font-weight:950;letter-spacing:-.07em;}
.about-exact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:92px;}
.about-exact-col p{margin:0;color:#626262;font-size:17px;line-height:1.35;font-weight:560;letter-spacing:-.025em;}
.about-exact-col p+p{margin-top:32px;}
.about-exact-line{height:1px;background:#d8d8d8;margin:34px 0 20px;}
.about-exact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.about-exact-stats article{min-width:0;}
.about-exact-stats strong{display:block;margin:0 0 9px;color:#121212;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.06em;}
.about-exact-stats span{display:block;color:#6e737b;font-size:16px;line-height:1.32;font-weight:560;letter-spacing:-.025em;}


.case-card,.service-card,.cap-card,.contact-card,.about-exact-hero,.about-exact-stats article,.footer-links a,.social-box,.contact-line,.case-media,.figma-long-image,.case-page-image{will-change:transform,filter,box-shadow;}
.case-media::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.28) 38%,transparent 68%);transform:translateX(-130%);transition:transform .85s var(--ease);pointer-events:none;z-index:5;}
.case-card:hover .case-media::after,.case-media:hover::after{transform:translateX(130%);}
.case-card:hover,.service-card:hover,.cap-card:hover,.contact-card:hover{transform:translateY(-10px);}
.case-media:hover .main-img{transform:scale(1.075) rotate(.12deg);filter:saturate(1.08) contrast(1.02);}
.case-media:hover .side-img{transform:translateX(-8px) scale(1.07);filter:saturate(1.08) contrast(1.02);}
.service-card,.cap-card,.case-card,.contact-card{backface-visibility:hidden;}
.footer-links a:hover .footer-icon{transform:translateY(-2px) rotate(-6deg);}
.footer-icon{display:inline-block;transition:transform .35s var(--ease);}
.detail-static,.figma-long-image,.case-page-image{opacity:1!important;visibility:visible!important;}
.figma-long-image,.case-page-image{animation:detailImageIn .7s var(--ease) both;}
.figma-detail-page:hover .figma-long-image,.case-image-shell:hover .case-page-image{transform:scale(1.004)!important;filter:saturate(1.04) contrast(1.015)!important;}
@keyframes detailImageIn{from{opacity:0;filter:blur(10px);transform:translateY(16px)}to{opacity:1;filter:none;transform:none}}

@media(max-width:1180px){
  .about-exact-page .container{width:min(100% - 72px,980px);}
  .about-exact-hero{grid-template-columns:1fr;min-height:0;padding:42px 36px 330px;}
  .about-exact-portrait{right:50%;transform:translateX(50%);width:360px;height:300px;}
  .about-exact-portrait img{width:340px;}
  .about-exact-grid{grid-template-columns:1fr;gap:28px;}
}
@media(max-width:760px){
  .about-exact-page .container{width:min(100% - 32px,620px);}
  .about-exact-hero{margin-top:10px;padding:30px 24px 275px;border-radius:14px;}
  .about-exact-copy h1{font-size:23px;line-height:1.22;}
  .about-exact-copy p{font-size:17px;line-height:1.2;}
  .about-exact-portrait{height:260px;width:315px;}
  .about-exact-portrait img{width:300px;}
  .about-exact-story{padding-top:68px;}
  .about-exact-story h2{font-size:34px;}
  .about-exact-stats{grid-template-columns:1fr;gap:18px;}
  .about-exact-col p{font-size:16px;}
}
@media(max-width:520px){
  .about-exact-page .container{width:min(100% - 24px,420px);}
  .about-exact-hero{padding:26px 20px 235px;}
  .about-exact-copy h1{font-size:20px;}
  .about-exact-copy p{font-size:15px;}
  .about-exact-portrait{height:220px;width:260px;}
  .about-exact-portrait img{width:255px;}
}
.case-card:hover,.service-card:hover,.cap-card:hover,.contact-card:hover,.about-exact-hero:hover{transform:translateY(-10px) perspective(1200px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));}
.about-exact-hero:hover{transform:translateY(-4px) perspective(1200px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));box-shadow:0 28px 80px rgba(15,23,42,.08);}
@media(max-width:860px){.about-exact-button{display:inline-flex!important;}}


.detail-gallery{
  width:min(1440px,100%);
  margin:0 auto;
  background:#fff;
  overflow:visible;
  padding:0 0 28px;
}
.detail-slice{
  position:relative;
  display:block;
  margin:0 auto;
  overflow:hidden;
  background:#fff;
  transform-origin:50% 50%;
  transition:transform .85s var(--ease), box-shadow .85s var(--ease), filter .85s var(--ease), opacity .85s var(--ease);
  will-change:transform,opacity,filter;
  z-index:1;
}
.detail-slice img{
  width:100%;
  height:auto;
  display:block;
  transform:scale(1.001);
  transition:transform 1.05s var(--ease), filter 1.05s var(--ease);
  will-change:transform,filter;
  backface-visibility:hidden;
}
.detail-slice::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255,255,255,.26) 50%, transparent 58%, transparent 100%);
  transform:translateX(-125%);
  transition:transform 1.1s var(--ease);
  mix-blend-mode:screen;
}
.detail-slice:hover{
  z-index:4;
  transform:translateY(-7px) perspective(1600px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
  box-shadow:0 36px 100px rgba(15,23,42,.13);
}
.detail-slice:hover img{
  transform:scale(1.024);
  filter:saturate(1.08) contrast(1.018);
}
.detail-slice:hover::after{transform:translateX(125%);}
.reveal.detail-slice{opacity:0;filter:blur(14px);transform:translateY(64px) scale(.988);}
.reveal.detail-slice.visible{
  opacity:1;
  filter:blur(0);
  transform:translateY(0) scale(1);
  transition:opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease), box-shadow .85s var(--ease);
  transition-delay:var(--reveal-delay,0ms);
}
.reveal.detail-slice.visible:hover{
  transform:translateY(-7px) perspective(1600px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}
.craft-detail-gallery,.case-detail-gallery{padding-top:0;}

@media(max-width:860px){
  .detail-gallery{width:100%;padding-bottom:12px;}
  .detail-slice:hover,.reveal.detail-slice.visible:hover{transform:translateY(-3px);box-shadow:0 20px 55px rgba(15,23,42,.08);}
  .detail-slice:hover img{transform:scale(1.012);}
}


.craft-page-template .site-header .container.nav-shell{width:min(1240px,calc(100% - 96px));}
.craft-main{background:#fff;}
.craft-container{width:min(1268px,calc(100% - 96px));margin-inline:auto;}
.craft-intro{padding-top:28px;margin-bottom:44px;}
.craft-kicker{margin:0 0 13px;color:#171717;font-size:15px;line-height:1;font-weight:900;letter-spacing:-.035em;}
.craft-intro h1{margin:0;color:#141414;font-size:clamp(44px,4.1vw,60px);line-height:.98;font-weight:950;letter-spacing:-.07em;}
.craft-lead{margin:24px 0 0;color:#7d7d7d;font-size:22px;line-height:1.18;font-weight:560;letter-spacing:-.035em;}
.craft-project{margin-top:50px;}
.craft-grid{display:grid;align-items:start;}
.craft-grid-posters{grid-template-columns:repeat(2,595px);gap:68px;justify-content:center;}
.craft-grid-details{grid-template-columns:repeat(2,554px);gap:29px;justify-content:center;margin-top:54px;}
.craft-grid-small-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;justify-content:center;width:min(1022px,100%);margin:22px auto 0;}
.craft-grid-thirds{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:0;}
.craft-media-card{position:relative;margin:0;border-radius:9px;overflow:visible;transform:translateZ(0);will-change:transform,filter,box-shadow;}
.craft-img-wrap{position:relative;overflow:hidden;border-radius:inherit;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.04);}
.craft-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(112deg,transparent 0%,rgba(255,255,255,.33) 38%,transparent 70%);transform:translateX(-135%);transition:transform .9s var(--ease);pointer-events:none;mix-blend-mode:screen;}
.craft-media-card img{display:block;width:100%;height:auto;border-radius:inherit;transition:transform .72s var(--ease),filter .72s var(--ease);transform-origin:center;}
.craft-media-card figcaption{margin:13px 0 0;text-align:center;color:#1f1f1f;font-size:20px;line-height:1.05;font-weight:950;letter-spacing:-.055em;}
.craft-media-card:hover{transform:translateY(-9px) perspective(1200px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));filter:drop-shadow(0 28px 45px rgba(15,23,42,.12));}
.craft-media-card:hover img{transform:scale(1.026);filter:saturate(1.08) contrast(1.025);}
.craft-media-card:hover .craft-img-wrap::after{transform:translateX(135%);}
.craft-copy{margin:44px 0 0;max-width:1125px;}
.craft-copy h2{margin:0 0 18px;color:#8a8a8a;font-size:28px;line-height:1.05;font-weight:950;letter-spacing:-.065em;}
.craft-copy p{margin:0;color:#747474;font-size:15.7px;line-height:1.42;font-weight:530;letter-spacing:-.022em;}
.wide-card{width:min(1241px,100%);margin-inline:auto;}
.reference-card{width:min(1020px,100%);margin:38px auto 0;}
.reference-card figcaption,.identity-card figcaption,.small-detail-card figcaption,.third-card figcaption{min-height:42px;margin:0;padding:13px 10px 14px;background:#efefef;border-radius:0 0 8px 8px;color:#1f1f1f;font-size:13.5px;font-weight:850;letter-spacing:-.035em;display:flex;align-items:center;justify-content:center;}
.identity-card .craft-img-wrap,.small-detail-card .craft-img-wrap,.third-card .craft-img-wrap,.reference-card .craft-img-wrap{border-radius:8px 8px 0 0;}
.identity-card,.small-detail-card,.third-card,.reference-card{border-radius:8px;background:#efefef;overflow:hidden;}
.small-detail-card figcaption,.third-card figcaption{font-size:13px;}
.poster-card .craft-img-wrap{border-radius:0;}
.poster-card img{border-radius:0;}
.poster-card:hover{filter:drop-shadow(0 35px 55px rgba(15,23,42,.16));}
.saudi-details{width:min(1137px,100%);}
.octopus-main{margin-top:0;width:min(1138px,100%);}
.octopus-pair{width:min(1022px,100%);grid-template-columns:509px 477px;gap:36px;margin-top:24px;}
.founding-pair{width:min(858px,100%);grid-template-columns:repeat(2,424px);gap:18px;margin-top:26px;}
.heritage-grid{width:min(1210px,100%);grid-template-columns:396px 396px 396px;gap:18px;justify-content:center;}
.watheeq-main{width:min(1258px,100%);}
.watheeq-pair-top{width:min(1160px,100%);grid-template-columns:repeat(2,570px);gap:20px;margin-top:26px;}
.watheeq-pair-bottom{width:min(1160px,100%);grid-template-columns:repeat(2,570px);gap:20px;margin-top:20px;}
.voices-main{width:min(1204px,100%);}
.voices-pair{width:min(1184px,100%);grid-template-columns:repeat(2,583px);gap:18px;margin-top:26px;}
.hope-pair{width:min(1218px,100%);grid-template-columns:600px 600px;gap:18px;margin-top:26px;}
.printing-main{width:min(1224px,100%);}
.printing-pair{width:min(990px,100%);grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px;}
.sidr-grid{width:min(1241px,100%);grid-template-columns:395px 815px;gap:18px 31px;justify-content:center;margin-top:24px;}
.sidr-grid .craft-media-card:nth-child(3),.sidr-grid .craft-media-card:nth-child(4){grid-column:auto;}
.sidr-grid .craft-media-card:nth-child(3){width:705px;justify-self:end;}
.sidr-grid .craft-media-card:nth-child(4){width:505px;justify-self:start;}
.craft-last-project{margin-bottom:70px;}
.craft-page-template .site-footer{margin-top:0;}
.craft-page-template .footer-cta{padding-top:94px;}
.craft-page-template .footer-bottom{width:min(1240px,calc(100% - 96px));}

.craft-media-card.reveal{opacity:0;filter:blur(12px);transform:translateY(58px) scale(.985);}
.craft-media-card.reveal.visible{opacity:1;filter:none;transform:translate3d(0,0,0) scale(1);transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease);transition-delay:var(--reveal-delay,0ms);}
.craft-media-card.reveal.visible:hover{transform:translateY(-9px) perspective(1200px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));}
.craft-copy.reveal.visible,.craft-intro.reveal.visible{transition-duration:.85s;}

@media(max-width:1100px){
  .craft-page-template .site-header .container.nav-shell,.craft-container{width:min(100% - 48px,900px);}
  .craft-grid-posters,.craft-grid-details,.craft-grid-small-pair,.craft-grid-thirds,.octopus-pair,.founding-pair,.heritage-grid,.watheeq-pair-top,.watheeq-pair-bottom,.voices-pair,.hope-pair,.printing-pair,.sidr-grid{grid-template-columns:1fr 1fr;width:100%;gap:18px;}
  .craft-grid-posters{gap:24px;}
  .craft-media-card figcaption{font-size:16px;}
  .sidr-grid .craft-media-card:nth-child(3),.sidr-grid .craft-media-card:nth-child(4){width:auto;justify-self:stretch;}
  .craft-lead br{display:none;}
}
@media(max-width:720px){
  .craft-page-template .site-header .container.nav-shell,.craft-container{width:min(100% - 28px,520px);}
  .craft-intro{padding-top:18px;margin-bottom:30px;}
  .craft-intro h1{font-size:36px;}
  .craft-lead{font-size:18px;}
  .craft-project{margin-top:38px;}
  .craft-grid-posters,.craft-grid-details,.craft-grid-small-pair,.craft-grid-thirds,.octopus-pair,.founding-pair,.heritage-grid,.watheeq-pair-top,.watheeq-pair-bottom,.voices-pair,.hope-pair,.printing-pair,.sidr-grid{grid-template-columns:1fr;gap:16px;}
  .craft-copy{margin-top:26px;}
  .craft-copy h2{font-size:24px;}
  .craft-media-card:hover,.craft-media-card.reveal.visible:hover{transform:translateY(-4px);}
  .craft-media-card:hover img{transform:scale(1.015);}
}

body.craft-page-template .site-header{position:sticky;top:0;background:rgba(255,255,255,.92)}
body.craft-page-template .site-header .container.nav-shell{width:min(1220px,calc(100% - 40px));}
body.craft-page-template .nav-menu{gap:22px;font-size:11px;}
body.craft-page-template .brand{font-size:18px;}
body.craft-page-template .contact-pill{height:36px;min-width:108px;padding:0 14px;font-size:11px;border-radius:9px;gap:7px;}
body.craft-page-template .contact-pill svg{width:15px;height:15px;}
body.craft-page-template .craft-container{width:min(640px,calc(100% - 34px));margin-inline:auto;}
body.craft-page-template .craft-intro{padding-top:10px;margin-bottom:20px;}
body.craft-page-template .craft-kicker{font-size:12px;margin:0 0 6px;}
body.craft-page-template .craft-intro h1{font-size:clamp(24px,5vw,32px);line-height:1.02;}
body.craft-page-template .craft-lead{margin:10px 0 0;font-size:12.5px;line-height:1.36;max-width:430px;}
body.craft-page-template .craft-lead br{display:none;}
body.craft-page-template .craft-project{margin-top:36px;}
body.craft-page-template .craft-grid-posters,
body.craft-page-template .craft-grid-details,
body.craft-page-template .octopus-pair,
body.craft-page-template .founding-pair,
body.craft-page-template .heritage-grid,
body.craft-page-template .watheeq-pair-top,
body.craft-page-template .watheeq-pair-bottom,
body.craft-page-template .voices-pair,
body.craft-page-template .hope-pair,
body.craft-page-template .sidr-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
body.craft-page-template .printing-pair{width:100%;grid-template-columns:1fr;gap:12px;}
body.craft-page-template .wide-card,
body.craft-page-template .reference-card,
body.craft-page-template .octopus-main,
body.craft-page-template .watheeq-main,
body.craft-page-template .voices-main,
body.craft-page-template .printing-main{width:100%;margin-inline:auto;}
body.craft-page-template .craft-media-card{filter:none;transition:transform .55s var(--ease),filter .55s var(--ease),box-shadow .55s var(--ease);}
body.craft-page-template .craft-media-card:hover{transform:translateY(-6px) perspective(1200px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));filter:none;}
body.craft-page-template .craft-img-wrap{border-radius:8px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.04),0 18px 35px rgba(15,23,42,.04);}
body.craft-page-template .poster-card .craft-img-wrap{box-shadow:none;border-radius:0;}
body.craft-page-template .poster-card img{border-radius:0;}
body.craft-page-template .identity-card,
body.craft-page-template .small-detail-card,
body.craft-page-template .third-card,
body.craft-page-template .reference-card{background:#f1f1f1;border-radius:8px;overflow:hidden;}
body.craft-page-template .identity-card .craft-img-wrap,
body.craft-page-template .small-detail-card .craft-img-wrap,
body.craft-page-template .third-card .craft-img-wrap,
body.craft-page-template .reference-card .craft-img-wrap{border-radius:8px 8px 0 0;box-shadow:none;}
body.craft-page-template .craft-media-card figcaption{margin:6px 0 0;font-size:10.2px;line-height:1.18;font-weight:800;color:#111;letter-spacing:-.02em;text-align:center;}
body.craft-page-template .identity-card figcaption,
body.craft-page-template .small-detail-card figcaption,
body.craft-page-template .third-card figcaption,
body.craft-page-template .reference-card figcaption{margin:0;min-height:auto;padding:8px 8px 9px;background:#efefef;border-radius:0 0 8px 8px;font-size:10.4px;font-weight:800;}
body.craft-page-template .craft-copy{margin:12px 0 0;max-width:none;}
body.craft-page-template .craft-copy h2{margin:0 0 8px;font-size:14px;line-height:1.15;color:#444;font-weight:900;letter-spacing:-.025em;}
body.craft-page-template .craft-copy p{font-size:10.6px;line-height:1.5;color:#747474;max-width:none;}
body.craft-page-template .reference-card{margin-top:12px;}
body.craft-page-template .saudi-details{margin-top:12px;}
body.craft-page-template .octopus-pair,
body.craft-page-template .founding-pair,
body.craft-page-template .watheeq-pair-top,
body.craft-page-template .watheeq-pair-bottom,
body.craft-page-template .voices-pair,
body.craft-page-template .hope-pair,
body.craft-page-template .printing-pair,
body.craft-page-template .sidr-grid{margin-top:12px;}
body.craft-page-template .sidr-grid .craft-media-card:nth-child(3),
body.craft-page-template .sidr-grid .craft-media-card:nth-child(4){width:auto;justify-self:stretch;}
body.craft-page-template .craft-last-project{margin-bottom:34px;}
body.craft-page-template .footer-cta{padding-top:56px;padding-bottom:34px;}
body.craft-page-template .footer-cta h2{font-size:23px;}
body.craft-page-template .footer-cta p{font-size:17px;}
body.craft-page-template .footer-links{gap:40px;}
body.craft-page-template .footer-links strong{font-size:13px;}
body.craft-page-template .footer-links small{font-size:9px;}
body.craft-page-template .footer-button{height:40px;min-width:140px;font-size:12px;}
body.craft-page-template .footer-bottom{padding:20px 0 24px;}
body.craft-page-template .footer-bottom span{font-size:9px;}

@media (min-width: 1100px){
  body.craft-page-template .craft-container{width:min(660px,calc(100% - 40px));}
}
@media (max-width: 640px){
  body.craft-page-template .site-header .container.nav-shell{width:min(100% - 22px,640px);grid-template-columns:auto auto auto;gap:10px;}
  body.craft-page-template .nav-menu{gap:12px;font-size:10px;}
  body.craft-page-template .brand{font-size:16px;}
  body.craft-page-template .contact-pill{min-width:92px;font-size:10px;padding:0 10px;}
  body.craft-page-template .craft-container{width:min(100% - 20px,600px);}
  body.craft-page-template .craft-grid-posters,
  body.craft-page-template .craft-grid-details,
  body.craft-page-template .octopus-pair,
  body.craft-page-template .founding-pair,
  body.craft-page-template .heritage-grid,
  body.craft-page-template .watheeq-pair-top,
  body.craft-page-template .watheeq-pair-bottom,
  body.craft-page-template .voices-pair,
  body.craft-page-template .hope-pair,
  body.craft-page-template .sidr-grid{gap:10px;}
  body.craft-page-template .craft-intro h1{font-size:18px;}
  body.craft-page-template .craft-lead{font-size:10.8px;}
  body.craft-page-template .craft-copy h2{font-size:12px;}
  body.craft-page-template .craft-copy p{font-size:9.8px;}
}


body.craft-page-template .heritage-grid{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  align-items:start;
}
body.craft-page-template .heritage-grid .third-card figcaption{
  font-size:10.2px !important;
  padding:8px 6px 9px !important;
}

body.craft-page-template .sidr-grid{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  gap:10px !important;
  align-items:start;
}
body.craft-page-template .sidr-grid > .craft-media-card{width:auto !important;justify-self:stretch !important;}
body.craft-page-template .sidr-grid > .craft-media-card:nth-child(1){grid-column:1 / span 4;}
body.craft-page-template .sidr-grid > .craft-media-card:nth-child(2){grid-column:5 / span 8;}
body.craft-page-template .sidr-grid > .craft-media-card:nth-child(3){grid-column:1 / span 7;}
body.craft-page-template .sidr-grid > .craft-media-card:nth-child(4){grid-column:8 / span 5;}
body.craft-page-template .sidr-grid .small-detail-card figcaption,
body.craft-page-template .sidr-grid .identity-card figcaption{
  font-size:10.1px !important;
}


body.craft-page-template .octopus-pair{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
body.craft-page-template .octopus-pair .identity-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#f1f1f1 !important;
}
body.craft-page-template .octopus-pair .identity-card .craft-img-wrap{
  border-radius:8px 8px 0 0 !important;
}
body.craft-page-template .octopus-pair .identity-card figcaption{
  display:flex !important;
  align-items:center;
  justify-content:center;
  margin:0 !important;
  padding:9px 8px 10px !important;
  min-height:38px !important;
  background:#efefef !important;
  border-radius:0 0 8px 8px !important;
  font-size:10.4px !important;
  line-height:1 !important;
  font-weight:800 !important;
  box-shadow:none !important;
}


@media (max-width: 640px){
  body.craft-page-template .heritage-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important; gap:8px !important;}
  body.craft-page-template .sidr-grid{grid-template-columns:repeat(12,minmax(0,1fr)) !important; gap:8px !important;}
  body.craft-page-template .octopus-pair{grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:8px !important;}
}


body.craft-page-template .octopus-caption-card{display:flex;flex-direction:column;background:#f1f1f1;border-radius:8px;overflow:hidden;}
body.craft-page-template .octopus-caption-card .craft-img-wrap{border-radius:8px 8px 0 0 !important;}
body.craft-page-template .octopus-caption-card .caption-bar{
  display:flex;align-items:center;justify-content:center;
  min-height:38px;padding:9px 8px 10px;margin:0;
  background:#efefef;color:#111;font-size:10.4px;font-weight:800;line-height:1;
  border-radius:0 0 8px 8px;
}


body.craft-page-template .octopus-caption-card figcaption{display:none !important;}
body.craft-page-template .octopus-caption-card::after{content:none !important;}
body.craft-page-template .octopus-caption-card{margin:0 !important;padding:0 !important;}
body.craft-page-template .octopus-caption-card .caption-bar{box-shadow:none !important;border-top:none !important;}


body.craft-page-template .octopus-caption-card{background:transparent !important;overflow:visible !important;}
body.craft-page-template .octopus-caption-card .craft-img-wrap{border-radius:8px !important;box-shadow:none !important;}
body.craft-page-template .octopus-caption-card .caption-bar{display:none !important;}


body.craft-page-template .octopus-main .craft-img-wrap,
body.craft-page-template .octopus-main img{
  border-radius:0 !important;
  box-shadow:none !important;
}

body.craft-page-template .octopus-pair{
  width:89.807% !important; 
  max-width:1022px !important;
  display:grid !important;
  grid-template-columns:509fr 477fr !important;
  gap:3.523% !important; 
  margin:3.164% auto 0 !important; 
}

body.craft-page-template .octopus-pair .octopus-caption-card,
body.craft-page-template .octopus-pair .octopus-caption-card .craft-img-wrap,
body.craft-page-template .octopus-pair .octopus-caption-card img{
  width:100% !important;
  border-radius:8px !important;
  box-shadow:none !important;
}


body.case-figma-page{
  background:#f6f6f5;
}
body.case-figma-page main{
  display:block;
}
.case-full-page{
  padding:24px 0 0;
}
.case-figma-frame{
  width:min(1440px,100%);
  margin:0 auto;
  background:#fff;
  overflow:hidden;
}
.case-figma-frame .case-page-image{
  display:block;
  width:100%;
  height:auto;
}
body.case-figma-page .site-footer{
  margin-top:0;
}
body.case-figma-page .footer-cta{
  padding-top:78px;
}
@media (max-width:860px){
  .case-full-page{padding-top:16px;}
  body.case-figma-page .footer-cta{padding-top:62px;}
}



body.case-match-page{background:#fff;color:#141414;}
body.case-match-page main{background:#fff;}
.uc-artboard{--uc-scale:min(1,calc(100vw / 1440));position:relative;width:min(1440px,100%);aspect-ratio:1440 / var(--uc-h);margin:0 auto;background:#fff;overflow:hidden;}
.uc-shade{position:absolute;left:0;width:100%;pointer-events:none;}
.uc-el{position:absolute;z-index:2;}
.uc-el.reveal{will-change:opacity,transform,filter;}
.uc-topline{color:#898989;font-weight:650;letter-spacing:-.015em;}
.uc-topline .uc-breadcrumb{margin:0;font-size:clamp(9px,.833333vw,12px);line-height:1.15;}
.uc-title h1{margin:0;color:#181818;font-size:clamp(24px,var(--fs-vw),var(--fs-px));line-height:.94;font-weight:950;letter-spacing:-.065em;}
.uc-intro .uc-kicker,.uc-feature-title p{margin:0 0 14px;color:#7b7b7b;font-size:clamp(10px,.902778vw,13px);font-weight:900;line-height:1.05;}
.uc-intro h2{margin:0 0 24px;color:#171717;font-size:clamp(18px,1.875vw,27px);line-height:1.02;font-weight:950;letter-spacing:-.055em;}
.uc-intro p:not(.uc-kicker),.uc-chapter p,.uc-paragraph-only p,.uc-feature-title p{margin:0 0 20px;color:#777;font-size:clamp(11px,var(--fs-vw,1.180556vw),var(--fs-px,17px));line-height:1.34;font-weight:560;letter-spacing:-.025em;}
.uc-meta{padding:28px 24px 22px;border-radius:10px;background:#e1e1e1;color:#191919;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02);}
.uc-meta-row{padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid #cfcfcf;}
.uc-meta-row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0;}
.uc-meta-row span{display:block;margin-bottom:8px;color:#8c8c8c;font-size:clamp(9px,.902778vw,13px);font-weight:850;letter-spacing:.015em;}
.uc-meta-row strong{display:block;color:#1d1d1d;font-size:clamp(10px,1.041667vw,15px);font-weight:850;line-height:1.16;letter-spacing:-.025em;}
.uc-picture{overflow:hidden;border-radius:10px;background:#f4f4f4;box-shadow:0 18px 48px rgba(15,23,42,.04);}
.uc-picture img{width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease),filter .75s var(--ease);}
.uc-clean-img{box-shadow:none;background:transparent;overflow:visible;}
.uc-clean-img img{object-fit:contain;}
.uc-hero-img{border-radius:10px;}
.uc-rounded-img{border-radius:12px;}
.uc-gallery-img{border-radius:8px;box-shadow:0 16px 46px rgba(15,23,42,.045);}
.uc-video-img{border-radius:13px;box-shadow:0 20px 60px rgba(15,23,42,.06);}
.uc-picture:hover img{transform:scale(1.035);filter:saturate(1.06) contrast(1.02);}
.uc-clean-img:hover img{transform:translateY(-4px) scale(1.018);}
.uc-picture::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-120%);transition:transform .85s var(--ease);pointer-events:none;}
.uc-picture:hover::after{transform:translateX(120%);}
.uc-chapter{color:#171717;}
.uc-chapter-label{margin:0 0 8px!important;color:#151515!important;font-size:clamp(12px,1.25vw,18px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.045em!important;}
.uc-chapter h2,.uc-feature-title h2{margin:0 0 22px;color:#8a8a8a;font-size:clamp(22px,2.5vw,36px);line-height:.92;font-weight:950;letter-spacing:-.065em;}
.uc-chapter blockquote{margin:38px auto 22px;padding:0;color:#1f1f1f;border:0;font-size:clamp(14px,1.527778vw,22px);line-height:1.25;font-weight:520;letter-spacing:-.035em;text-align:center;max-width:760px;}
.uc-center{text-align:center;}
.uc-center .uc-chapter-label,.uc-center h2{text-align:center;}
.uc-center p{color:#858585;}
.uc-mini-card{padding:26px 28px;border-radius:10px;background:#fff;box-shadow:0 24px 65px rgba(15,23,42,.08);transition:transform .45s var(--ease),box-shadow .45s var(--ease);}
.uc-mini-card h3{margin:0 0 12px;color:#1b1b1b;font-size:clamp(12px,1.111111vw,16px);line-height:1.15;font-weight:950;letter-spacing:-.04em;}
.uc-mini-card p{margin:0;color:#777;font-size:clamp(9px,.833333vw,12px);line-height:1.3;font-weight:560;letter-spacing:-.02em;}
.uc-mini-card:hover{transform:translateY(-8px);box-shadow:0 32px 85px rgba(15,23,42,.13);}
.uc-stat strong{display:block;color:#141414;font-size:clamp(18px,1.805556vw,26px);line-height:1;font-weight:950;letter-spacing:-.06em;}
.uc-stat span{display:block;margin-top:12px;color:#7e7e7e;font-size:clamp(9px,.833333vw,12px);line-height:1.15;font-weight:650;letter-spacing:-.02em;}
.uc-progress-card,.uc-credential-card,.uc-process-card{padding:28px 34px;border-radius:10px;background:#dedede;color:#171717;box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);}
.uc-progress-card p,.uc-credential-card p,.uc-process-card p{margin:0 0 18px;color:#777;font-size:clamp(10px,.972222vw,14px);font-weight:850;}
.uc-progress-card hr,.uc-process-card hr{border:0;border-top:1px solid #c8c8c8;margin:0 0 20px;}
.uc-progress-card strong{display:block;margin:16px 0 9px;color:#1d1d1d;font-size:clamp(10px,.972222vw,14px);font-weight:950;}
.uc-progress-card .bar{display:block;height:8px;border-radius:999px;background:#878787;}
.uc-progress-card .short{width:48%;}.uc-progress-card .long{width:82%;}
.uc-feature-title h2{color:#8a8a8a;margin-bottom:16px;}
.uc-feature-title p{max-width:760px;}
.uc-credential-card .medals{color:#8a8a8a;font-size:clamp(13px,1.388889vw,20px);line-height:1.55;letter-spacing:.38em;max-width:430px;}
.uc-wide-quote{display:flex;align-items:center;padding:0 48px;border-radius:10px;background:#fff;box-shadow:0 20px 75px rgba(15,23,42,.08);color:#252525;font-size:clamp(14px,1.527778vw,22px);line-height:1.2;font-weight:520;letter-spacing:-.035em;}
.uc-speech{padding:44px 46px;border-radius:9px;background:#dedede;color:#161616;}
.uc-speech::after{content:"";position:absolute;left:34px;bottom:-24px;border-width:24px 24px 0 0;border-style:solid;border-color:#dedede transparent transparent transparent;}
.uc-speech span{display:block;color:#888;font-size:clamp(36px,4.166667vw,60px);line-height:.5;font-weight:950;}
.uc-speech p{margin:28px 0 0;font-size:clamp(14px,1.666667vw,24px);line-height:1.15;font-weight:520;letter-spacing:-.035em;}
.uc-process-card{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.uc-process-card p,.uc-process-card hr{flex-basis:100%;}
.uc-process-card span{color:#9a9a9a;font-size:clamp(15px,1.527778vw,22px);letter-spacing:.18em;}
.uc-process-card strong,.uc-process-card b{font-size:clamp(10px,.972222vw,14px);font-weight:950;}
body.case-match-page .site-footer{margin-top:0;}
body.case-match-page .footer-cta{padding-top:78px;}


body.case-live-page{background:#fff;color:#151515;}
body.case-live-page .site-header{background:rgba(255,255,255,.92);}
.case-live-main{background:#fff;}
.case-live{background:#fff;}
.case-container{width:min(1240px,calc(100% - 96px));margin-inline:auto;}
.case-top{padding-top:28px;}
.case-breadcrumb{margin:0 0 17px;color:#8a8a8a;font-size:12px;line-height:1.1;font-weight:650;letter-spacing:-.015em;}
.case-title{margin:0;color:#171717;font-size:clamp(34px,2.95vw,42px);line-height:.94;font-weight:950;letter-spacing:-.072em;}
.case-no-hero-top{padding-top:30px;}
.case-hero-photo{margin:34px 0 46px;width:100%;border-radius:10px;}
.case-clean-hero{box-shadow:none;background:transparent;overflow:visible;}
.case-daly-hero{width:min(804px,100%);margin:30px auto 58px;}
.case-daly-hero img{object-fit:contain;}
.case-overview-grid{display:grid;grid-template-columns:minmax(0,545px) 310px;align-items:start;justify-content:space-between;gap:72px;margin:0 0 70px;}
.case-overview-no-hero{margin-top:62px;margin-bottom:116px;}
.case-intro,.case-copy-wide,.case-split-grid,.case-center-copy{letter-spacing:-.025em;}
.case-kicker{margin:0 0 14px;color:#767676;font-size:13px;line-height:1;font-weight:900;}
.case-intro h2{margin:0 0 24px;color:#171717;font-size:26px;line-height:1.02;font-weight:950;letter-spacing:-.06em;}
.case-intro p:not(.case-kicker),.case-copy-wide p,.case-split-grid p,.case-center-copy p,.case-after-quote{margin:0 0 22px;color:#777;font-size:17px;line-height:1.36;font-weight:560;letter-spacing:-.025em;}
.case-meta-card{padding:26px 24px 22px;border-radius:10px;background:#e1e1e1;color:#191919;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02);}
.case-meta-row{padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid #cfcfcf;}
.case-meta-row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0;}
.case-meta-row span{display:block;margin-bottom:8px;color:#8a8a8a;font-size:13px;line-height:1;font-weight:850;letter-spacing:.015em;}
.case-meta-row strong{display:block;color:#1b1b1b;font-size:15px;line-height:1.18;font-weight:850;letter-spacing:-.025em;}
.case-section{padding:98px 0;}
.case-section.case-tint{background:#f4f4f4;}
.case-copy-wide{max-width:1120px;}
.case-copy-wide > p:not(.case-chapter-label){max-width:1120px;}
.case-chapter-label{margin:0 0 8px!important;color:#151515!important;font-size:18px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important;}
.case-section h2,.case-center-copy h2,.case-split-grid h2{margin:0 0 25px;color:#8a8a8a;font-size:36px;line-height:.92;font-weight:950;letter-spacing:-.072em;}
.case-quote-card{width:min(560px,100%);margin:36px auto 42px;padding:28px 34px;border:0;border-radius:7px;background:#e4e4e4;color:#151515;text-align:center;font-size:20px;line-height:1.23;font-weight:520;letter-spacing:-.035em;}
.case-center-copy{text-align:center;max-width:820px;margin-inline:auto;}
.case-center-copy.wide{max-width:900px;}
.case-center-copy p{max-width:880px;margin-left:auto;margin-right:auto;}
.case-center-copy blockquote,.case-copy-wide blockquote:not(.case-quote-card){margin:30px auto 0;padding:0;border:0;color:#1e1e1e;font-size:22px;line-height:1.22;font-weight:520;letter-spacing:-.04em;text-align:center;max-width:780px;}
.case-mini-grid{display:grid;gap:24px;}
.case-mini-grid.four{grid-template-columns:repeat(4,1fr);margin-top:30px;}
.case-mini-card{min-height:88px;padding:24px 26px;border-radius:10px;background:#fff;color:#777;box-shadow:0 20px 52px rgba(15,23,42,.08);font-size:13px;line-height:1.32;font-weight:560;letter-spacing:-.02em;transition:transform .55s var(--ease),box-shadow .55s var(--ease),background .55s var(--ease);}
.case-mini-card h3{margin:0 0 12px;color:#202020;font-size:16px;line-height:1.1;font-weight:950;letter-spacing:-.04em;}
.case-mini-card p{margin:0;color:#777;font-size:13px;line-height:1.32;font-weight:560;}
.case-mini-card:hover{transform:translateY(-8px);box-shadow:0 34px 80px rgba(15,23,42,.13);background:#fff;}
.case-split-grid{display:grid;grid-template-columns:minmax(0,560px) minmax(320px,520px);align-items:center;justify-content:space-between;gap:70px;}
.case-outcomes{padding-top:102px;padding-bottom:112px;}
.case-stat-row{display:flex;align-items:flex-start;gap:48px;margin-top:34px;}
.case-stat-row.with-rule{padding-top:20px;border-top:1px solid #cfcfcf;width:max-content;max-width:100%;}
.case-stat-row strong{display:block;color:#151515;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.06em;}
.case-stat-row span{display:block;margin-top:10px;color:#777;font-size:12px;line-height:1.1;font-weight:650;letter-spacing:-.02em;}
.case-progress-card,.case-process-card,.case-credential-card{padding:30px 36px;border-radius:10px;background:#dedede;color:#171717;box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);}
.case-progress-card p,.case-process-card p,.case-credential-card p{margin:0 0 20px;color:#777;font-size:14px;line-height:1;font-weight:850;}
.case-progress-card hr,.case-process-card hr,.case-credential-card hr{border:0;border-top:1px solid #c8c8c8;margin:0 0 19px;}
.case-progress-card .case-progress-row + .case-progress-row{margin-top:18px;}
.case-progress-card .case-progress-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 0 8px;}
.case-progress-card .case-progress-head strong{display:block;margin:0;color:#1d1d1d;font-size:14px;font-weight:950;}
.case-progress-card .case-progress-value{color:#787878;font-size:14px;line-height:1;font-weight:850;letter-spacing:-.03em;}
.case-progress-card .case-progress-track{position:relative;}
.case-progress-card .bar{display:block;height:8px;border-radius:999px;background:#858585;}
.case-progress-card .case-progress-track::before{content:"";position:absolute;left:0;right:0;top:0;height:8px;border-radius:999px;background:#c9c9c9;}
.case-progress-card .case-progress-track .bar{position:relative;z-index:1;}
.case-progress-card .short{width:48%;}.case-progress-card .long{width:82%;}
.case-learned{padding-top:116px;padding-bottom:116px;}
.case-learned-gallery{padding-top:72px;padding-bottom:124px;}
.case-learned-gallery .case-center-copy{margin-bottom:36px;}
.case-image-grid{display:grid;gap:24px;}
.case-image-grid.three{grid-template-columns:repeat(3,1fr);}
.case-image-card{position:relative;display:block;margin:0;overflow:hidden;border-radius:10px;background:#f4f4f4;box-shadow:0 18px 48px rgba(15,23,42,.045);transform:translateZ(0);transition:transform .75s var(--ease),box-shadow .75s var(--ease),filter .75s var(--ease);will-change:transform,box-shadow;}
.case-image-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease),filter .9s var(--ease);will-change:transform,filter;}
.case-image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.32) 45%,transparent 62%);transform:translateX(-130%);transition:transform 1s var(--ease);pointer-events:none;mix-blend-mode:screen;}
.case-image-card:hover{transform:translateY(-8px) perspective(1400px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));box-shadow:0 35px 90px rgba(15,23,42,.13);}
.case-image-card:hover img{transform:scale(1.035);filter:saturate(1.08) contrast(1.018);}
.case-image-card:hover::after{transform:translateX(130%);}
.case-clean-hero:hover{box-shadow:none;}
.case-clean-hero:hover img{transform:translateY(-4px) scale(1.018);}
.case-hero-photo img{aspect-ratio:1240 / 540;}
.case-speech-bubble{position:relative;width:min(640px,100%);margin:54px auto 0;padding:42px 46px 38px;border:0;border-radius:9px;background:#dedede;color:#161616;font-size:22px;line-height:1.16;font-weight:520;letter-spacing:-.04em;text-align:left;}
.case-speech-bubble::after{content:"";position:absolute;left:38px;bottom:-24px;border-width:24px 24px 0 0;border-style:solid;border-color:#dedede transparent transparent transparent;}
.case-speech-bubble span{display:block;margin-bottom:18px;color:#888;font-size:58px;line-height:.42;font-weight:950;}
.case-hidden-cost{padding-top:120px;padding-bottom:118px;}
.case-hidden-cost .case-center-copy{max-width:880px;}
.case-hidden-cost .case-center-copy p{margin-bottom:18px;}
.case-solution{padding-top:95px;padding-bottom:95px;}
.case-process-card{align-self:end;}
.case-process-card .case-process-line{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.case-process-card span{color:#8f8f8f;font-size:22px;letter-spacing:.16em;white-space:nowrap;}
.case-process-card strong,.case-process-card b{font-size:14px;line-height:1;font-weight:950;white-space:nowrap;}
.case-color-ch1{padding-top:60px;padding-bottom:118px;}
.case-color-live .case-learned{padding-top:122px;padding-bottom:138px;}
.case-adobe-decision{padding-top:10px;padding-bottom:116px;}
.case-adobe-architecture{padding-top:92px;padding-bottom:100px;}
.case-adobe-architecture .case-split-grid{align-items:center;}
.adobe-stats{gap:62px;margin-top:42px;}
.case-credential-card{min-height:190px;padding:18px 20px 20px;overflow:hidden;background:#dedede;}
.case-credential-card p{margin:0 0 10px;color:#787878;font-size:13px;line-height:1;font-weight:850;}
.case-credential-card hr{margin:0 0 12px;border:0;border-top:1px solid #c9c9c9;}
.credential-reference-image{display:block;width:100%;max-width:290px;height:auto;border-radius:0;}

.case-wide-quote{margin:58px 0 34px;padding:31px 38px;border:0;border-radius:10px;background:#fff;color:#222;font-size:22px;line-height:1.25;font-weight:520;letter-spacing:-.04em;box-shadow:0 25px 70px rgba(15,23,42,.07);}
.case-after-quote{max-width:1120px;margin-bottom:40px!important;}
.case-adobe-live .case-learned{padding-top:116px;padding-bottom:135px;}
.case-daly-live .case-overview-grid{margin-bottom:72px;}
.case-daly-context{padding-top:88px;padding-bottom:88px;}
.case-daly-system{padding-top:90px;padding-bottom:92px;}
.case-daly-system .case-copy-wide{max-width:710px;}
.case-daly-system blockquote{max-width:650px;}
.daly-stats{gap:58px;margin-top:26px;margin-bottom:32px;}
.case-daly-learned{padding-top:96px;padding-bottom:112px;}
.case-media-section{background:#f8f8f8;padding-top:96px;padding-bottom:128px;}
.case-video-card{border-radius:14px;margin-bottom:118px;}
.case-video-card img{aspect-ratio:auto;}
.play-button{position:absolute;left:50%;top:50%;width:58px;height:58px;border-radius:50%;border:3px solid rgba(255,255,255,.95);background:rgba(255,255,255,.2);transform:translate(-50%,-50%);box-shadow:0 10px 25px rgba(0,0,0,.18);transition:transform .45s var(--ease),background .45s var(--ease);z-index:2;}
.play-button::before{content:"";position:absolute;left:22px;top:16px;border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;}
.case-video-card:hover .play-button{transform:translate(-50%,-50%) scale(1.12);background:rgba(255,255,255,.28);}
.case-daly-gallery{margin-top:0;}
.case-daly-gallery .case-image-card{background:#fff;}
body.case-live-page .site-footer{margin-top:0;}
body.case-live-page .footer-cta{padding-top:78px;}
.case-live-creative .case-hero-photo{margin-bottom:56px;}
.case-live-creative .case-overview-grid{margin-top:10px;}
.case-live-daly .case-daly-hero{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;}
.case-live-daly .case-daly-hero img{margin-inline:auto;}
.case-live-daly .case-daly-system .case-copy-wide{max-width:1120px;}
.case-live-daly .case-daly-system .case-copy-wide > p,
.case-live-daly .case-daly-system .case-copy-wide > h2,
.case-live-daly .case-daly-system .case-copy-wide > blockquote,
.case-live-daly .case-daly-system .case-copy-wide > .case-stat-row{max-width:710px;}
.case-live-daly .case-daly-system .case-copy-wide > blockquote{margin-left:0;margin-right:0;}



@media(max-width:1000px){
  .case-container{width:min(100% - 48px,840px);}
  .case-overview-grid,.case-split-grid{grid-template-columns:1fr;gap:34px;}
  .case-meta-card{max-width:420px;}
  .case-overview-no-hero{margin-top:44px;margin-bottom:74px;}
  .case-mini-grid.four{grid-template-columns:repeat(2,1fr);}
  .case-image-grid.three{grid-template-columns:1fr 1fr;}
  .case-image-grid.three .case-image-card:last-child{grid-column:1/-1;}
  .case-process-card{align-self:stretch;}
}
@media(max-width:640px){
  .case-container{width:min(100% - 28px,520px);}
  .case-top{padding-top:18px;}
  .case-title{font-size:31px;}
  .case-hero-photo{margin:26px 0 32px;}
  .case-daly-hero{margin:24px auto 36px;}
  .case-overview-grid{margin-bottom:48px;}
  .case-section,.case-hidden-cost,.case-learned,.case-learned-gallery,.case-media-section{padding-top:62px;padding-bottom:62px;}
  .case-section h2,.case-center-copy h2,.case-split-grid h2{font-size:29px;}
  .case-intro p:not(.case-kicker),.case-copy-wide p,.case-split-grid p,.case-center-copy p,.case-after-quote{font-size:15px;line-height:1.45;}
  .case-mini-grid.four,.case-image-grid.three{grid-template-columns:1fr;}
  .case-image-grid.three .case-image-card:last-child{grid-column:auto;}
  .case-stat-row{gap:28px;flex-wrap:wrap;}
  .case-stat-row.with-rule{width:100%;}

  .case-quote-card,.case-wide-quote,.case-speech-bubble{font-size:18px;}
  .case-speech-bubble{padding:32px 28px;}
  .case-process-card .case-process-line{gap:12px;}
  .case-process-card span{font-size:17px;}
  .case-video-card{margin-bottom:44px;}
  .play-button{width:48px;height:48px;}
  .play-button::before{left:18px;top:13px;border-left-width:15px;border-top-width:10px;border-bottom-width:10px;}
}
@media(prefers-reduced-motion:reduce){
  .case-image-card,.case-image-card img,.case-mini-card,.play-button{transition:none!important;transform:none!important;}
}



body.case-live-page .reveal{
  opacity:0;
  transform:translate3d(0,42px,0);
  filter:blur(6px);
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1),
    filter .85s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform,filter;
}
body.case-live-page .reveal.visible{
  opacity:1;
  transform:translate3d(0,0,0);
  filter:blur(0);
}
body.case-live-page .case-section.reveal,
body.case-live-page .case-section .reveal{
  transition-duration:.95s;
}
body.case-live-page .case-section:nth-of-type(2) .reveal{transition-delay:.05s;}
body.case-live-page .case-section:nth-of-type(3) .reveal{transition-delay:.08s;}
body.case-live-page .case-section:nth-of-type(4) .reveal{transition-delay:.1s;}
body.case-live-page .case-mini-card,
body.case-live-page .case-stat-row > div,
body.case-live-page .case-meta-card,
body.case-live-page .case-progress-card,
body.case-live-page .case-process-card,
body.case-live-page .case-credential-card,
body.case-live-page .case-wide-quote,
body.case-live-page .case-quote-card{
  transition:
    transform .55s cubic-bezier(.16,1,.3,1),
    box-shadow .55s cubic-bezier(.16,1,.3,1),
    background .55s cubic-bezier(.16,1,.3,1),
    filter .55s cubic-bezier(.16,1,.3,1);
}
body.case-live-page .case-mini-card:hover,
body.case-live-page .case-meta-card:hover,
body.case-live-page .case-progress-card:hover,
body.case-live-page .case-process-card:hover,
body.case-live-page .case-credential-card:hover,
body.case-live-page .case-wide-quote:hover,
body.case-live-page .case-quote-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 80px rgba(15,23,42,.10);
}
body.case-live-page .case-image-card{
  isolation:isolate;
  cursor:default;
  transition:
    transform .7s cubic-bezier(.16,1,.3,1),
    box-shadow .7s cubic-bezier(.16,1,.3,1),
    filter .7s cubic-bezier(.16,1,.3,1);
}
body.case-live-page .case-image-card img{
  transition:
    transform .95s cubic-bezier(.16,1,.3,1),
    filter .95s cubic-bezier(.16,1,.3,1);
}
body.case-live-page .case-image-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.28),transparent 34%);
  opacity:0;
  transition:opacity .55s cubic-bezier(.16,1,.3,1);
  mix-blend-mode:screen;
}
body.case-live-page .case-image-card::after{
  z-index:2;
}
body.case-live-page .case-image-card:hover{
  transform:translateY(-10px) scale(1.012);
  box-shadow:0 38px 95px rgba(15,23,42,.15);
}
body.case-live-page .case-image-card:hover::before{
  opacity:1;
}
body.case-live-page .case-image-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.025) brightness(1.015);
}
body.case-live-page .case-clean-hero:hover{
  transform:translateY(-6px) scale(1.006);
  box-shadow:none;
}
body.case-live-page .case-clean-hero:hover img{
  transform:scale(1.025);
}
body.case-live-page .case-video-card:hover .play-button{
  transform:translate(-50%,-50%) scale(1.16);
}
body.case-live-page .case-stat-row > div:hover{
  transform:translateY(-4px);
}
body.case-live-page .case-mini-grid .case-mini-card:nth-child(1){transition-delay:.02s;}
body.case-live-page .case-mini-grid .case-mini-card:nth-child(2){transition-delay:.06s;}
body.case-live-page .case-mini-grid .case-mini-card:nth-child(3){transition-delay:.1s;}
body.case-live-page .case-mini-grid .case-mini-card:nth-child(4){transition-delay:.14s;}




html, body{
  min-height:100%;
  overflow-x:hidden;
  overflow-y:auto;
}
body.page-out{
  pointer-events:none;
}
.page-transition,
.scroll-progress{
  pointer-events:none;
}
.reveal{
  opacity:0;
  visibility:hidden;
  filter:blur(13px);
  transition:
    opacity .95s cubic-bezier(.16,1,.3,1),
    transform .95s cubic-bezier(.16,1,.3,1),
    filter .95s cubic-bezier(.16,1,.3,1),
    visibility 0s linear .95s;
  will-change:opacity,transform,filter;
}
.reveal.fade-up:not(.visible){
  transform:translate3d(0,72px,0) scale(.982);
}
.reveal.fade-left:not(.visible){
  transform:translate3d(72px,0,0) scale(.982);
}
.reveal.fade-right:not(.visible){
  transform:translate3d(-72px,0,0) scale(.982);
}
.reveal.visible{
  opacity:1;
  visibility:visible;
  filter:blur(0);
  transition-delay:var(--reveal-delay,0ms);
}
.reveal.fade-up.visible:not(:hover),
.reveal.fade-left.visible:not(:hover),
.reveal.fade-right.visible:not(:hover){
  transform:translate3d(0,0,0) scale(1);
}
body.loaded .reveal:not(.visible){
  pointer-events:none;
}
.page-transition{
  transition:opacity .38s cubic-bezier(.16,1,.3,1);
}
body.page-out .page-transition{
  opacity:1;
}


body{
  padding-top:var(--header);
}
.site-header,
body.craft-page-template .site-header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
}
.nav-menu{
  z-index:1001;
}


.case-embed-card,
.uc-embed-card{
  position:relative;
  overflow:hidden;
  background:#080808;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 28px 80px rgba(15,23,42,.14);
}
.case-embed-card::before,
.uc-embed-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.18),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.08),transparent 42%,rgba(0,0,0,.12));
  opacity:.72;
}
.case-native-video,
.case-youtube-frame,
.case-youtube-frame iframe,
.uc-embed-card iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.case-native-video,
.case-youtube-frame iframe,
.uc-embed-card iframe{
  position:relative;
  z-index:2;
  object-fit:cover;
}
.case-native-video,
.case-youtube-frame{
  aspect-ratio:16 / 9;
  min-height:260px;
  background:#0b0b0b;
}
.case-embed-card:hover{
  filter:saturate(1.04) contrast(1.02);
}
.case-embed-card:hover .case-native-video,
.case-embed-card:hover .case-youtube-frame iframe,
.uc-embed-card:hover iframe{
  transform:scale(1.01);
}
.case-native-video,
.case-youtube-frame iframe,
.uc-embed-card iframe{
  transition:transform .85s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.16,1,.3,1);
}
.uc-embed-card{
  border-radius:13px;
}
.uc-embed-card iframe{
  background:#000;
}
.uc-embed-card::after,
.case-embed-card::after{
  z-index:3;
}
body.case-live-page .case-embed-card:hover video,
body.case-live-page .case-embed-card:hover iframe{
  transform:scale(1.012);
  filter:saturate(1.05) contrast(1.02) brightness(1.01);
}
@media(max-width:640px){
  .case-native-video,
  .case-youtube-frame{
    min-height:190px;
  }
}



.hero-center h1,
.section-title h2,
.page-hero h1,
.cap-heading h2,
.about-inner h2,
.case-content h3,
.service-card h3,
.cap-card h3,
.footer-cta h2,
.craft-intro h1,
.craft-copy h2,
.craft-media-card figcaption,
.uc-title h1,
.uc-intro h2,
.uc-chapter h2,
.uc-feature-title h2,
.uc-mini-card h3,
.case-title,
.case-intro h2,
.case-section h2,
.case-center-copy h2,
.case-split-grid h2,
.case-mini-card h3{
  letter-spacing:-0.015em !important;
  word-spacing:0.025em;
  font-kerning:normal;
  text-rendering:geometricPrecision;
}

.section-title span,
.page-hero span,
.cap-heading span,
.case-chapter-label,
.uc-chapter-label,
.eyebrow{
  letter-spacing:0 !important;
  font-kerning:normal;
}

@media(max-width:640px){
  .hero-center h1,
  .section-title h2,
  .page-hero h1,
  .cap-heading h2,
  .case-title,
  .craft-intro h1,
  .uc-title h1{
    letter-spacing:-0.01em !important;
    word-spacing:0.02em;
  }
}

.cms-empty{grid-column:1/-1;margin:0;padding:24px;border:1px dashed #d8dde7;border-radius:18px;text-align:center;color:#6b7280;background:#fafafa;font-weight:700}

/* CMS case-study spacing fixes */
.case-image-card.case-hero-photo{margin:48px 0 76px;width:100%;}
.case-image-card.case-hero-photo img{aspect-ratio:1240 / 540;min-height:360px;}
.case-overview-grid{margin-top:0;margin-bottom:92px;}
.case-meta-card{align-self:start;}
.case-live .case-section:first-of-type{margin-top:0;}
@media(max-width:780px){.case-image-card.case-hero-photo{margin:34px 0 48px;}.case-image-card.case-hero-photo img{min-height:220px;}.case-overview-grid{margin-bottom:58px;}}


/* =========================================================
   MOBILE CASE-STUDY FIX + GLOBAL CASE MOTION PATCH
   Desktop stays untouched. These rules only affect mobile
   case-study pages and generic case-study images/cards.
   ========================================================= */

/* More consistent scroll reveal for all current/future case study pages */
body.case-match-page .uc-el.reveal,
body.case-live-page .reveal,
body.case-match-page .uc-picture.reveal,
body.case-live-page .case-image-card.reveal{
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .9s cubic-bezier(.16,1,.3,1),
    visibility 0s linear .9s;
}

@media (hover:hover) and (pointer:fine){
  body.case-match-page .uc-picture,
  body.case-live-page .case-image-card,
  body.case-live-page .case-embed-card{
    transition:
      transform .72s cubic-bezier(.16,1,.3,1),
      box-shadow .72s cubic-bezier(.16,1,.3,1),
      filter .72s cubic-bezier(.16,1,.3,1);
    will-change:transform,box-shadow,filter;
  }

  body.case-match-page .uc-picture:hover,
  body.case-live-page .case-image-card:hover,
  body.case-live-page .case-embed-card:hover{
    transform:translateY(-8px) scale(1.01);
    box-shadow:0 34px 90px rgba(15,23,42,.14);
  }

  body.case-match-page .uc-picture:hover img,
  body.case-live-page .case-image-card:hover img{
    transform:scale(1.04);
    filter:saturate(1.07) contrast(1.02) brightness(1.01);
  }

  body.case-match-page .uc-clean-img:hover,
  body.case-live-page .case-clean-hero:hover{
    box-shadow:none;
    transform:translateY(-5px) scale(1.004);
  }
}

/* Mobile only: keep the original desktop artboard untouched, but make the
   case-study content flow vertically on phones so titles and paragraphs
   cannot overlap each other. */
@media (max-width: 760px){
  body.case-match-page{
    background:#fff;
  }

  body.case-match-page .uc-artboard{
    width:min(100% - 28px, 560px) !important;
    max-width:560px !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 auto !important;
    padding:18px 0 58px !important;
    overflow:visible !important;
    display:flex !important;
    flex-direction:column !important;
    gap:24px !important;
  }

  body.case-match-page .uc-shade{
    display:none !important;
  }

  body.case-match-page .uc-el{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    transform:none !important;
    z-index:auto !important;
  }

  body.case-match-page .uc-topline{
    order:1;
    margin-top:6px !important;
  }

  body.case-match-page .uc-title{
    order:2;
    margin-top:-8px !important;
  }

  body.case-match-page .uc-intro{
    order:3;
    max-width:100% !important;
  }

  body.case-match-page .uc-meta{
    order:4;
    width:100% !important;
    padding:22px 20px !important;
    border-radius:14px !important;
    margin:2px 0 4px !important;
  }

  body.case-match-page .uc-picture{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  body.case-match-page .uc-clean-img{
    overflow:visible !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  body.case-match-page .uc-picture img{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
  }

  body.case-match-page .uc-rounded-img,
  body.case-match-page .uc-gallery-img,
  body.case-match-page .uc-hero-img{
    border-radius:14px !important;
  }

  body.case-match-page .uc-rounded-img img,
  body.case-match-page .uc-gallery-img img,
  body.case-match-page .uc-hero-img img{
    object-fit:cover !important;
  }

  body.case-match-page .uc-embed-card{
    aspect-ratio:16 / 9 !important;
    min-height:210px !important;
    height:auto !important;
    border-radius:14px !important;
    overflow:hidden !important;
  }

  body.case-match-page .uc-embed-card iframe{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
  }

  body.case-match-page .uc-title h1{
    font-size:clamp(36px, 11vw, 52px) !important;
    line-height:.92 !important;
    letter-spacing:-.04em !important;
    margin:0 !important;
  }

  body.case-match-page .uc-intro h2,
  body.case-match-page .uc-chapter h2,
  body.case-match-page .uc-feature-title h2{
    font-size:clamp(30px, 9vw, 42px) !important;
    line-height:.96 !important;
    letter-spacing:-.035em !important;
    margin:0 0 14px !important;
  }

  body.case-match-page .uc-chapter-label{
    font-size:22px !important;
    line-height:1.02 !important;
    margin:0 0 8px !important;
  }

  body.case-match-page .uc-topline .uc-breadcrumb,
  body.case-match-page .uc-intro .uc-kicker,
  body.case-match-page .uc-feature-title p{
    font-size:12px !important;
    line-height:1.35 !important;
  }

  body.case-match-page .uc-intro p:not(.uc-kicker),
  body.case-match-page .uc-chapter p,
  body.case-match-page .uc-paragraph-only p,
  body.case-match-page .uc-feature-title p{
    font-size:16px !important;
    line-height:1.48 !important;
    letter-spacing:-.012em !important;
    margin:0 0 16px !important;
  }

  body.case-match-page .uc-chapter blockquote,
  body.case-match-page .uc-wide-quote{
    font-size:20px !important;
    line-height:1.28 !important;
    letter-spacing:-.02em !important;
    margin:22px 0 10px !important;
    text-align:left !important;
  }

  body.case-match-page .uc-center,
  body.case-match-page .uc-center .uc-chapter-label,
  body.case-match-page .uc-center h2{
    text-align:left !important;
  }

  body.case-match-page .uc-mini-card{
    width:100% !important;
    padding:22px 20px !important;
    border-radius:14px !important;
    margin:0 !important;
  }

  body.case-match-page .uc-mini-card h3{
    font-size:20px !important;
    line-height:1.08 !important;
    margin:0 0 10px !important;
  }

  body.case-match-page .uc-mini-card p,
  body.case-match-page .uc-meta-row strong,
  body.case-match-page .uc-meta-row span{
    font-size:14px !important;
    line-height:1.35 !important;
  }

  body.case-match-page .uc-stat strong{
    font-size:30px !important;
  }

  body.case-match-page .uc-stat span{
    font-size:13px !important;
    line-height:1.3 !important;
  }

  body.case-match-page .uc-progress-card,
  body.case-match-page .uc-credential-card,
  body.case-match-page .uc-process-card,
  body.case-match-page .uc-speech,
  body.case-match-page .uc-wide-quote{
    width:100% !important;
    padding:24px 22px !important;
    border-radius:14px !important;
  }

  body.case-match-page .uc-speech p{
    font-size:20px !important;
    line-height:1.22 !important;
  }

  body.case-match-page .uc-process-card{
    gap:12px !important;
  }

  body.case-match-page .uc-process-card span{
    font-size:18px !important;
    letter-spacing:.12em !important;
  }
}

@media (max-width: 430px){
  body.case-match-page .uc-artboard{
    width:min(100% - 22px, 420px) !important;
    gap:22px !important;
  }

  body.case-match-page .uc-title h1{
    font-size:34px !important;
  }

  body.case-match-page .uc-intro h2,
  body.case-match-page .uc-chapter h2,
  body.case-match-page .uc-feature-title h2{
    font-size:29px !important;
  }

  body.case-match-page .uc-intro p:not(.uc-kicker),
  body.case-match-page .uc-chapter p,
  body.case-match-page .uc-paragraph-only p,
  body.case-match-page .uc-feature-title p{
    font-size:15px !important;
    line-height:1.5 !important;
  }

  body.case-match-page .uc-embed-card{
    min-height:188px !important;
  }
}

/* === FINAL MOBILE FIX: case-match artboard pages only (Saudi-US + Broadcast Studio) ===
   Desktop stays untouched. On phones, the absolute desktop artboard is converted
   into a normal vertical mobile flow so text/cards cannot overlap. */
@media screen and (max-width: 820px){
  body.case-match-page .site-header{
    position:fixed !important;
  }

  body.case-match-page main{
    background:#fff !important;
    overflow:visible !important;
  }

  body.case-match-page .uc-artboard,
  body.case-match-page article.uc-artboard[style]{
    box-sizing:border-box !important;
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    width:min(100% - 32px, 560px) !important;
    max-width:560px !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 auto !important;
    padding:22px 0 64px !important;
    overflow:visible !important;
    gap:24px !important;
    background:#fff !important;
  }

  body.case-match-page .uc-shade{
    display:none !important;
  }

  body.case-match-page .uc-artboard > .uc-el,
  body.case-match-page .uc-artboard > .uc-el[style]{
    box-sizing:border-box !important;
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    transform:none !important;
    z-index:auto !important;
    flex:0 0 auto !important;
  }

  body.case-match-page .uc-topline{order:1 !important;margin-bottom:-12px !important;}
  body.case-match-page .uc-title{order:2 !important;margin-bottom:-4px !important;}
  body.case-match-page .uc-intro{order:3 !important;}
  body.case-match-page .uc-meta{order:4 !important;}

  body.case-match-page .uc-picture,
  body.case-match-page .uc-picture[style]{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
    border-radius:14px !important;
  }

  body.case-match-page .uc-clean-img{
    overflow:visible !important;
    box-shadow:none !important;
    background:transparent !important;
  }

  body.case-match-page .uc-picture img{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
  }

  body.case-match-page .uc-rounded-img img,
  body.case-match-page .uc-gallery-img img,
  body.case-match-page .uc-hero-img img{
    object-fit:cover !important;
  }

  body.case-match-page .uc-embed-card,
  body.case-match-page .uc-video-img{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:210px !important;
    aspect-ratio:16 / 9 !important;
    overflow:hidden !important;
    border-radius:14px !important;
  }

  body.case-match-page .uc-embed-card iframe{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    border:0 !important;
  }

  body.case-match-page .uc-title h1{
    margin:0 !important;
    font-size:clamp(34px, 10.4vw, 52px) !important;
    line-height:.94 !important;
    letter-spacing:-.045em !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  body.case-match-page .uc-intro h2,
  body.case-match-page .uc-chapter h2,
  body.case-match-page .uc-feature-title h2{
    margin:0 0 14px !important;
    font-size:clamp(28px, 8.4vw, 42px) !important;
    line-height:.98 !important;
    letter-spacing:-.04em !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  body.case-match-page .uc-chapter-label{
    margin:0 0 9px !important;
    font-size:20px !important;
    line-height:1.08 !important;
  }

  body.case-match-page .uc-breadcrumb,
  body.case-match-page .uc-kicker{
    font-size:12px !important;
    line-height:1.35 !important;
  }

  body.case-match-page .uc-intro p:not(.uc-kicker),
  body.case-match-page .uc-chapter p,
  body.case-match-page .uc-paragraph-only p,
  body.case-match-page .uc-feature-title p{
    margin:0 0 16px !important;
    font-size:16px !important;
    line-height:1.52 !important;
    letter-spacing:-.012em !important;
  }

  body.case-match-page .uc-chapter blockquote,
  body.case-match-page .uc-wide-quote,
  body.case-match-page .uc-speech p{
    margin:22px 0 8px !important;
    font-size:20px !important;
    line-height:1.3 !important;
    letter-spacing:-.02em !important;
    text-align:left !important;
  }

  body.case-match-page .uc-center,
  body.case-match-page .uc-center .uc-chapter-label,
  body.case-match-page .uc-center h2{
    text-align:left !important;
  }

  body.case-match-page .uc-meta,
  body.case-match-page .uc-mini-card,
  body.case-match-page .uc-progress-card,
  body.case-match-page .uc-credential-card,
  body.case-match-page .uc-process-card,
  body.case-match-page .uc-speech,
  body.case-match-page .uc-wide-quote{
    width:100% !important;
    padding:22px 20px !important;
    border-radius:14px !important;
  }

  body.case-match-page .uc-mini-card{
    box-shadow:0 18px 55px rgba(15,23,42,.08) !important;
  }

  body.case-match-page .uc-mini-card h3{
    margin:0 0 10px !important;
    font-size:20px !important;
    line-height:1.1 !important;
  }

  body.case-match-page .uc-mini-card p,
  body.case-match-page .uc-meta-row strong,
  body.case-match-page .uc-meta-row span{
    font-size:14px !important;
    line-height:1.36 !important;
  }

  body.case-match-page .site-footer{
    margin-top:0 !important;
  }
}

@media screen and (max-width: 430px){
  body.case-match-page .uc-artboard,
  body.case-match-page article.uc-artboard[style]{
    width:min(100% - 26px, 410px) !important;
    gap:22px !important;
  }

  body.case-match-page .uc-title h1{
    font-size:32px !important;
  }

  body.case-match-page .uc-intro h2,
  body.case-match-page .uc-chapter h2,
  body.case-match-page .uc-feature-title h2{
    font-size:28px !important;
  }

  body.case-match-page .uc-intro p:not(.uc-kicker),
  body.case-match-page .uc-chapter p,
  body.case-match-page .uc-paragraph-only p,
  body.case-match-page .uc-feature-title p{
    font-size:15px !important;
    line-height:1.52 !important;
  }

  body.case-match-page .uc-embed-card,
  body.case-match-page .uc-video-img{
    min-height:188px !important;
  }
}


/* =========================================================
   CASE STUDY SCROLL FLOW v3
   Softer reveal. Case sections move as one unit so the image/table
   never appears before the heading. Desktop layout remains untouched.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal{
  opacity:0;
  transform:translate3d(0,22px,0) scale(.995);
  filter:none;
  transition:
    opacity .62s cubic-bezier(.16,1,.3,1),
    transform .62s cubic-bezier(.16,1,.3,1),
    filter .62s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:none;
}

body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media(max-width:760px){
  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal{
    transform:translate3d(0,16px,0) scale(.998);
    transition-duration:.52s !important;
  }
}


/* =========================================================
   CASE REVEAL FLOW v4
   Reveal when the section actually reaches the viewport, smoother on all screens.
   Desktop layout stays unchanged.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal{
  opacity:0 !important;
  visibility:hidden !important;
  transform:translate3d(0,38px,0) scale(.992) !important;
  filter:blur(7px) !important;
  transition:
    opacity .82s cubic-bezier(.16,1,.3,1),
    transform .82s cubic-bezier(.16,1,.3,1),
    filter .82s cubic-bezier(.16,1,.3,1),
    visibility 0s linear .82s !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform,filter;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:translate3d(0,0,0) scale(1) !important;
  filter:none !important;
  transition:
    opacity .82s cubic-bezier(.16,1,.3,1),
    transform .82s cubic-bezier(.16,1,.3,1),
    filter .82s cubic-bezier(.16,1,.3,1),
    visibility 0s linear 0s !important;
}

body.case-live-page .site-footer.reveal,
body.case-match-page .site-footer.reveal{
  transform:translate3d(0,44px,0) !important;
}
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .site-footer.reveal.visible{
  transform:translate3d(0,0,0) !important;
}

/* Keep children inside grouped live-case sections stable, so media/table never reveal before the heading. */
body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

/* More breathing room only for Color Engineering and Adobe pages. */
body.case-live-color .case-no-hero-top,
body.case-live-adobe .case-no-hero-top{
  padding-top:76px !important;
}
body.case-live-color .case-title,
body.case-live-adobe .case-title{
  margin-bottom:18px !important;
}
body.case-live-color .case-overview-no-hero,
body.case-live-adobe .case-overview-no-hero{
  margin-top:72px !important;
}

@media(max-width:760px){
  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal{
    transform:translate3d(0,26px,0) scale(.996) !important;
    filter:blur(4px) !important;
    transition-duration:.68s !important;
  }
  body.case-live-color .case-no-hero-top,
  body.case-live-adobe .case-no-hero-top{
    padding-top:44px !important;
  }
  body.case-live-color .case-title,
  body.case-live-adobe .case-title{
    margin-bottom:14px !important;
  }
  body.case-live-color .case-overview-no-hero,
  body.case-live-adobe .case-overview-no-hero{
    margin-top:46px !important;
  }
}


/* =========================================================
   CASE REVEAL FLOW v6
   Smooth scroll reveal without jitter. Keeps all desktop layouts unchanged.
   Mobile-only Saudi page: role/meta card moves before the intro paragraph.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal{
  opacity:0 !important;
  visibility:visible !important;
  filter:none !important;
  transform:translate3d(0,20px,0) !important;
  transition:
    opacity .50s cubic-bezier(.22,.61,.36,1),
    transform .68s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  transform:translate3d(0,0,0) !important;
}

/* Keep live/dynamic case inner items stable; the parent section reveals as one clean unit. */
body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media(max-width:760px){
  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal{
    transform:translate3d(0,14px,0) !important;
    transition-duration:.42s,.58s !important;
  }

  /* Saudi-US only, mobile only: put the gray meta card before the intro copy. */
  body.case-match-saudi .uc-meta{
    order:3 !important;
    margin-top:4px !important;
  }
  body.case-match-saudi .uc-intro{
    order:4 !important;
  }
}


/* =========================================================
   CASE REVEAL FINAL v7
   Smoother no-stutter reveal. Mobile Saudi intro/meta stays first.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal{
  opacity:0 !important;
  visibility:visible !important;
  filter:none !important;
  transform:translate3d(0,16px,0) !important;
  transition:
    opacity .42s ease-out,
    transform .62s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  backface-visibility:hidden;
  transform-style:preserve-3d;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  transform:translate3d(0,0,0) !important;
}

/* Parent section reveals as a unit on dynamic/live cases, so inner text/media never stutters separately. */
body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media(max-width:760px){
  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal{
    transform:translate3d(0,12px,0) !important;
    transition:
      opacity .36s ease-out,
      transform .54s cubic-bezier(.16,1,.3,1) !important;
  }

  /* Saudi-US only on mobile: keep the intro and gray role card at the top.
     Desktop keeps the original absolute artboard design unchanged. */
  body.case-match-saudi .uc-topline{order:1 !important;}
  body.case-match-saudi .uc-title{order:2 !important;}
  body.case-match-saudi .uc-intro{order:3 !important; margin-top:0 !important;}
  body.case-match-saudi .uc-meta{order:4 !important; margin-top:24px !important;}
}


/* =========================================================
   FINAL CASE REVEAL + MOBILE ORDER v8
   - keeps desktop layout untouched
   - fixes Saudi-US mobile order so copy/meta comes before media
   - keeps scroll reveal active, smoother, no stutter/blur
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal{
  opacity:0 !important;
  visibility:visible !important;
  transform:translate3d(0,24px,0) !important;
  filter:none !important;
  transition:
    opacity .58s cubic-bezier(.22,.61,.36,1),
    transform .74s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:translate3d(0,0,0) !important;
  filter:none !important;
}

body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media screen and (max-width:820px){
  /* Mobile flex order: any unassigned artboard item must not jump before intro/meta. */
  body.case-match-page .uc-artboard > .uc-el,
  body.case-match-page .uc-artboard > .uc-el[style]{
    order:50 !important;
  }
  body.case-match-page .uc-topline{order:1 !important;}
  body.case-match-page .uc-title{order:2 !important;}
  body.case-match-page .uc-intro{order:3 !important; margin-top:0 !important;}
  body.case-match-page .uc-meta{order:4 !important; margin-top:8px !important; margin-bottom:22px !important;}

  /* Saudi-US mobile only: keep the requested intro + gray role card at the start. */
  body.case-match-saudi .uc-topline{order:1 !important;}
  body.case-match-saudi .uc-title{order:2 !important;}
  body.case-match-saudi .uc-intro{order:3 !important;}
  body.case-match-saudi .uc-meta{order:4 !important;}

  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal{
    transform:translate3d(0,18px,0) !important;
    transition:
      opacity .48s cubic-bezier(.22,.61,.36,1),
      transform .64s cubic-bezier(.16,1,.3,1) !important;
  }
}

/* =========================================================
   CASE SCROLL REVEAL v9
   Real on-scroll reveal for case sections + footer.
   Desktop layout stays untouched; Saudi-US mobile order stays fixed.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal,
body.case-match-page .footer-cta.reveal{
  opacity:0 !important;
  visibility:visible !important;
  transform:translate3d(0,26px,0) !important;
  filter:none !important;
  transition:
    opacity .56s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform;
  backface-visibility:hidden;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible,
body.case-match-page .footer-cta.reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:translate3d(0,0,0) !important;
  filter:none !important;
}

/* Dynamic/live case pages reveal by complete section, not child-by-child. */
body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media (hover:hover) and (pointer:fine){
  body.case-match-page .uc-picture.reveal.visible:hover,
  body.case-match-page .uc-mini-card.reveal.visible:hover,
  body.case-live-page .case-image-card.reveal.visible:hover,
  body.case-live-page .case-embed-card.reveal.visible:hover{
    transform:translate3d(0,-6px,0) scale(1.006) !important;
  }
}

@media screen and (max-width:820px){
  body.case-match-page .uc-artboard > .uc-el,
  body.case-match-page .uc-artboard > .uc-el[style]{
    order:50 !important;
  }
  body.case-match-page .uc-topline{order:1 !important;}
  body.case-match-page .uc-title{order:2 !important;}
  body.case-match-page .uc-intro{order:3 !important; margin-top:0 !important;}
  body.case-match-page .uc-meta{order:4 !important; margin-top:8px !important; margin-bottom:22px !important;}

  body.case-match-saudi .uc-topline{order:1 !important;}
  body.case-match-saudi .uc-title{order:2 !important;}
  body.case-match-saudi .uc-intro{order:3 !important;}
  body.case-match-saudi .uc-meta{order:4 !important;}

  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal,
  body.case-match-page .footer-cta.reveal{
    transform:translate3d(0,20px,0) !important;
    transition:
      opacity .46s cubic-bezier(.22,.61,.36,1),
      transform .62s cubic-bezier(.16,1,.3,1) !important;
  }
}


/* =========================================================
   CASE SCROLL REVEAL v10 - final reliable scroll trigger
   Keeps layout/order as-is; only controls appearance motion.
   ========================================================= */
body.case-live-page .case-top.reveal,
body.case-live-page .case-section.reveal,
body.case-live-page .case-hidden-cost.reveal,
body.case-live-page .case-learned.reveal,
body.case-live-page .case-learned-gallery.reveal,
body.case-live-page .case-media-section.reveal,
body.case-live-page .site-footer.reveal,
body.case-match-page .uc-el.reveal,
body.case-match-page .uc-picture.reveal,
body.case-match-page .uc-mini-card.reveal,
body.case-match-page .uc-progress-card.reveal,
body.case-match-page .uc-process-card.reveal,
body.case-match-page .uc-credential-card.reveal,
body.case-match-page .uc-wide-quote.reveal,
body.case-match-page .site-footer.reveal,
body.case-match-page .footer-cta.reveal{
  opacity:0 !important;
  visibility:visible !important;
  transform:translate3d(0,30px,0) !important;
  filter:none !important;
  transition:
    opacity .62s cubic-bezier(.22,.61,.36,1),
    transform .78s cubic-bezier(.16,1,.3,1) !important;
  transition-delay:var(--reveal-delay,0ms) !important;
  will-change:opacity,transform;
  backface-visibility:hidden;
}

body.case-live-page .case-top.reveal.visible,
body.case-live-page .case-section.reveal.visible,
body.case-live-page .case-hidden-cost.reveal.visible,
body.case-live-page .case-learned.reveal.visible,
body.case-live-page .case-learned-gallery.reveal.visible,
body.case-live-page .case-media-section.reveal.visible,
body.case-live-page .site-footer.reveal.visible,
body.case-match-page .uc-el.reveal.visible,
body.case-match-page .uc-picture.reveal.visible,
body.case-match-page .uc-mini-card.reveal.visible,
body.case-match-page .uc-progress-card.reveal.visible,
body.case-match-page .uc-process-card.reveal.visible,
body.case-match-page .uc-credential-card.reveal.visible,
body.case-match-page .uc-wide-quote.reveal.visible,
body.case-match-page .site-footer.reveal.visible,
body.case-match-page .footer-cta.reveal.visible{
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
  filter:none !important;
}

/* Dynamic/live case pages reveal as complete blocks; inner elements stay stable. */
body.case-live-page .case-section .reveal,
body.case-live-page .case-top .reveal,
body.case-live-page .case-hidden-cost .reveal,
body.case-live-page .case-learned .reveal,
body.case-live-page .case-learned-gallery .reveal,
body.case-live-page .case-media-section .reveal{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
  transition:none !important;
}

@media screen and (max-width:820px){
  body.case-match-page .uc-artboard > .uc-el,
  body.case-match-page .uc-artboard > .uc-el[style]{order:50 !important;}
  body.case-match-page .uc-topline{order:1 !important;}
  body.case-match-page .uc-title{order:2 !important;}
  body.case-match-page .uc-intro{order:3 !important; margin-top:0 !important;}
  body.case-match-page .uc-meta{order:4 !important; margin-top:8px !important; margin-bottom:22px !important;}

  body.case-match-saudi .uc-topline{order:1 !important;}
  body.case-match-saudi .uc-title{order:2 !important;}
  body.case-match-saudi .uc-intro{order:3 !important;}
  body.case-match-saudi .uc-meta{order:4 !important;}

  body.case-live-page .case-top.reveal,
  body.case-live-page .case-section.reveal,
  body.case-live-page .case-hidden-cost.reveal,
  body.case-live-page .case-learned.reveal,
  body.case-live-page .case-learned-gallery.reveal,
  body.case-live-page .case-media-section.reveal,
  body.case-live-page .site-footer.reveal,
  body.case-match-page .uc-el.reveal,
  body.case-match-page .uc-picture.reveal,
  body.case-match-page .uc-mini-card.reveal,
  body.case-match-page .uc-progress-card.reveal,
  body.case-match-page .uc-process-card.reveal,
  body.case-match-page .uc-credential-card.reveal,
  body.case-match-page .uc-wide-quote.reveal,
  body.case-match-page .site-footer.reveal,
  body.case-match-page .footer-cta.reveal{
    transform:translate3d(0,22px,0) !important;
    transition:
      opacity .54s cubic-bezier(.22,.61,.36,1),
      transform .68s cubic-bezier(.16,1,.3,1) !important;
  }
}

/* =========================================================
   HOME MOBILE SPACING FIX
   Adds breathing room under the 1,540 stat on the homepage only.
   Desktop stays untouched.
   ========================================================= */
@media screen and (max-width:860px){
  main > .hero .hero-right .single-stat{
    margin-bottom:76px;
  }
  main > .hero .hero-right .single-stat span{
    margin-top:12px;
    line-height:1.16;
  }
}

@media screen and (max-width:520px){
  main > .hero .hero-right .single-stat{
    margin-bottom:86px;
  }
}
