:root{--black:#0a0a0a;--ink:#1a1a1a;--paper:#fff;--paper-warm:#f5f3ef;--paper-cool:#eef0f3;--rule:#d6d6d2;--rule-dark:#2a2a2a;--red:#e3201c;--red-deep:#c41a16;--muted:#6a6a6a;--muted-dark:#8a8a8a;--serif:"Fraunces","Times New Roman",Georgia,serif;--sans:"Inter Tight",-apple-system,BlinkMacSystemFont,sans-serif;--max:1240px;--gutter:clamp(20px,4vw,56px)}.shift-ready-page *{box-sizing:border-box;margin:0;padding:0}.shift-ready-page{scroll-behavior:smooth;font-family:var(--sans);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11";line-height:1.45}.shift-ready-page ::selection{background:var(--red);color:var(--paper)}.shift-ready-page a{color:inherit;text-decoration:none}.shift-ready-page .wrap{max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.shift-ready-page .section{padding:clamp(40px,5vw,72px) 0}.shift-ready-page .section--warm{background:var(--paper-warm)}.shift-ready-page .section--ink{background:var(--ink);color:var(--paper)}.shift-ready-page .section--tight{padding:clamp(28px,3.5vw,48px) 0}.shift-ready-page .eyebrow{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--red);font-size:11px;font-weight:600;display:block}.shift-ready-page .eyebrow:before{content:"/ ";opacity:.85;margin-right:2px}.shift-ready-page nav.topbar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rule);z-index:50;background:#fffffff0;position:sticky;top:0}.shift-ready-page .topbar-inner{padding:16px var(--gutter);max-width:var(--max);align-items:center;gap:24px;margin:0 auto;display:flex}.shift-ready-page .brand-wordmark{font-family:var(--sans);letter-spacing:-.025em;color:var(--ink);align-items:baseline;gap:4px;line-height:1;transition:color .2s;display:inline-flex}.shift-ready-page .brand-wordmark:hover{color:var(--red)}.shift-ready-page .brand-the{font-family:var(--serif);color:inherit;opacity:.78;font-size:15px;font-style:italic;font-weight:400}.shift-ready-page .brand-shift{letter-spacing:-.02em;font-size:17px;font-weight:700}.shift-ready-page .brand-reg{vertical-align:super;color:var(--red);margin-left:2px;font-size:9px}.shift-ready-page .nav-menu{align-items:center;gap:28px;margin:0 0 0 auto;padding:0;list-style:none;display:flex}.shift-ready-page .nav-menu li{display:inline-flex}.shift-ready-page .nav-link{font-family:var(--sans);letter-spacing:-.005em;color:var(--ink);white-space:nowrap;padding:8px 4px;font-size:13px;font-weight:500;transition:color .18s;display:inline-block;position:relative}.shift-ready-page .nav-link:hover{color:var(--red)}.shift-ready-page .nav-link:after{content:"";background:var(--red);transform-origin:0;height:1px;transition:transform .25s;position:absolute;bottom:2px;left:4px;right:4px;transform:scaleX(0)}.shift-ready-page .nav-link:hover:after{transform:scaleX(1)}.shift-ready-page .nav-link--active{color:var(--red)}.shift-ready-page .nav-link--active:after{transform:scaleX(1)}.shift-ready-page .nav-link--cta{background:var(--red);color:#fff;border-radius:2px;margin-left:12px;padding:9px 18px;font-weight:600;transition:background .18s,transform .18s}.shift-ready-page .nav-link--cta:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}.shift-ready-page .nav-link--cta:after{display:none}.shift-ready-page .nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:8px;display:none}.shift-ready-page .nav-toggle span{background:var(--ink);border-radius:1px;width:22px;height:1.5px;transition:transform .3s,opacity .2s;display:block}.shift-ready-page .nav-toggle[aria-expanded=true] span:first-child{transform:translateY(6.5px)rotate(45deg)}.shift-ready-page .nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.shift-ready-page .nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:1080px){.shift-ready-page .nav-toggle{display:flex}.shift-ready-page .nav-menu{background:var(--paper);border-bottom:1px solid var(--rule);flex-direction:column;align-items:stretch;gap:0;max-height:0;margin:0;padding:12px 0;transition:max-height .35s,padding .35s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.shift-ready-page .nav-menu.is-open{max-height:600px;padding:12px 0 20px}.shift-ready-page .nav-menu li{width:100%;display:block}.shift-ready-page .nav-link{padding:14px var(--gutter);font-size:15px;display:block}.shift-ready-page .nav-link:after{display:none}.shift-ready-page .nav-link--cta{margin:8px var(--gutter)0;text-align:center;padding:14px 16px}}.shift-ready-page .btn{font-family:var(--sans);letter-spacing:-.005em;color:var(--paper);background:var(--ink);border:1px solid var(--ink);cursor:pointer;align-items:center;gap:10px;padding:14px 22px;font-size:14.5px;font-weight:600;transition:all .2s;display:inline-flex}.shift-ready-page .btn:hover{background:var(--red);border-color:var(--red);transform:translateY(-1px)}.shift-ready-page .btn--ghost{color:var(--ink);background:0 0}.shift-ready-page .btn--ghost:hover{background:var(--ink);color:var(--paper)}.shift-ready-page .btn--lg{padding:18px 26px;font-size:15.5px}.shift-ready-page .btn .arrow{font-family:var(--serif);font-style:italic;font-weight:400;transition:transform .2s}.shift-ready-page .btn:hover .arrow{transform:translate(3px)}.shift-ready-page .hero{padding:clamp(40px,5vw,72px) 0;position:relative;overflow:hidden}.shift-ready-page .hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e3201c0a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.shift-ready-page .hero-grid{grid-template-columns:1fr;align-items:center;gap:clamp(28px,4vw,56px);display:grid;position:relative}@media (min-width:980px){.shift-ready-page .hero-grid{grid-template-columns:1.15fr 1fr;gap:clamp(40px,5vw,72px)}}.shift-ready-page .hero-left{flex-direction:column;gap:clamp(20px,2.5vw,28px);display:flex}.shift-ready-page .hero-eyebrow{display:inline-block}.shift-ready-page .hero-title{font-family:var(--sans);letter-spacing:-.035em;color:var(--ink);max-width:16ch;font-size:clamp(36px,5vw,66px);font-weight:700;line-height:1.02}.shift-ready-page .hero-title .em{font-family:var(--serif);font-style:italic;font-weight:400}.shift-ready-page .hero-deck{font-family:var(--serif);color:#2a2a2a;border-left:3px solid var(--red);max-width:52ch;padding-left:18px;font-size:clamp(15px,1.15vw,17px);line-height:1.55}.shift-ready-page .hero-deck strong{font-family:var(--sans);font-style:normal;font-weight:600}.shift-ready-page .hero-media{aspect-ratio:5/4;object-fit:cover;background:var(--paper-warm);width:100%;display:block}@media (min-width:980px){.shift-ready-page .hero-media{aspect-ratio:5/4;max-height:580px}}.shift-ready-page .hero-media--placeholder{border:2px dashed var(--rule);background:repeating-linear-gradient(45deg,var(--paper-warm),var(--paper-warm)12px,#00000005 12px,#00000005 24px);justify-content:center;align-items:center;display:flex}.shift-ready-page .hero-media-inner{text-align:center;flex-direction:column;gap:6px;display:flex}.shift-ready-page .hero-media-label{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:700}.shift-ready-page .hero-media-hint{font-family:var(--serif);color:var(--muted);font-size:13px;font-style:italic}.shift-ready-page .problem-grid{grid-template-columns:1fr;align-items:center;gap:clamp(28px,4vw,56px);display:grid}@media (min-width:980px){.shift-ready-page .problem-grid{grid-template-columns:1fr 1.1fr}.shift-ready-page .problem-grid .problem-media{order:-1}}.shift-ready-page .problem-text{flex-direction:column;gap:18px;display:flex}.shift-ready-page .problem-title{font-family:var(--sans);letter-spacing:-.035em;color:var(--ink);max-width:14ch;font-size:clamp(30px,4.2vw,54px);font-weight:800;line-height:1.05}.shift-ready-page .problem-title .red{color:var(--red);font-style:normal;font-family:var(--sans);letter-spacing:-.025em;font-weight:700}.shift-ready-page .problem-body{font-family:var(--serif);color:#2a2a2a;flex-direction:column;gap:14px;max-width:56ch;font-size:clamp(15px,1.15vw,17px);line-height:1.6;display:flex}.shift-ready-page .problem-body strong{font-family:var(--sans);color:var(--ink);font-style:normal;font-weight:600}.shift-ready-page .problem-media{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.shift-ready-page .problem-media--placeholder{border:2px dashed var(--rule);background:repeating-linear-gradient(45deg,#00000004,#00000004 12px,#0000 12px 24px);justify-content:center;align-items:center;display:flex}.shift-ready-page .problem-media-inner{text-align:center;flex-direction:column;gap:6px;display:flex}.shift-ready-page .problem-media-label{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.shift-ready-page .problem-media-hint{font-family:var(--serif);color:var(--muted);font-size:12.5px;font-style:italic}.shift-ready-page .section-head{margin-bottom:clamp(24px,3vw,40px)}.shift-ready-page .section-title{font-family:var(--sans);letter-spacing:-.03em;color:var(--ink);max-width:22ch;margin-top:14px;font-size:clamp(28px,3.6vw,44px);font-weight:700;line-height:1.05}.shift-ready-page .section-title .em{font-family:var(--serif);font-style:italic;font-weight:400}.shift-ready-page .section-deck{font-family:var(--serif);color:#2a2a2a;max-width:60ch;margin-top:14px;font-size:clamp(15px,1.1vw,17px);line-height:1.55}.shift-ready-page .whatis-grid{grid-template-columns:1fr;align-items:start;gap:clamp(28px,3vw,48px);display:grid}@media (min-width:880px){.shift-ready-page .whatis-grid{grid-template-columns:1fr 1fr}}.shift-ready-page .whatis-list{grid-template-columns:1fr;gap:0;margin:0;padding:0;list-style:none;display:grid}@media (min-width:540px){.shift-ready-page .whatis-list{grid-template-columns:1fr 1fr}}.shift-ready-page .whatis-list li{font-family:var(--sans);color:var(--ink);border-bottom:1px solid var(--rule);padding:18px 0 18px 32px;font-size:15.5px;font-weight:500;line-height:1.35;position:relative}.shift-ready-page .whatis-list li:before{content:"→";color:var(--red);font-family:var(--serif);font-style:italic;position:absolute;top:18px;left:0}.shift-ready-page .dims-grid{border-top:1px solid var(--ink);grid-template-columns:1fr;gap:0;display:grid}@media (min-width:720px){.shift-ready-page .dims-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1080px){.shift-ready-page .dims-grid{grid-template-columns:repeat(3,1fr)}}.shift-ready-page .dim{border-bottom:1px solid var(--ink);padding:clamp(28px,3vw,40px) clamp(20px,2.5vw,32px);position:relative}@media (min-width:720px){.shift-ready-page .dim:nth-child(2n){border-left:1px solid var(--ink)}}@media (min-width:1080px){.shift-ready-page .dim:nth-child(2n){border-left:0}.shift-ready-page .dim:not(:nth-child(3n+1)){border-left:1px solid var(--ink)}}.shift-ready-page .dim-num{font-family:var(--sans);letter-spacing:.15em;color:var(--red);margin-bottom:12px;font-size:12px;font-weight:700}.shift-ready-page .dim-name{font-family:var(--sans);letter-spacing:-.02em;color:var(--ink);margin-bottom:14px;font-size:clamp(18px,1.6vw,22px);font-weight:700;line-height:1.15}.shift-ready-page .dim-desc{font-family:var(--serif);color:#2a2a2a;font-size:15.5px;line-height:1.5}.shift-ready-page .framework-grid{grid-template-columns:1fr;align-items:start;gap:clamp(32px,4vw,64px);display:grid}@media (min-width:880px){.shift-ready-page .framework-grid{grid-template-columns:1.4fr 1fr}}.shift-ready-page .framework-title{font-family:var(--sans);letter-spacing:-.03em;color:var(--paper);max-width:18ch;font-size:clamp(28px,3.6vw,44px);font-weight:700;line-height:1.05}.shift-ready-page .framework-title .em{font-family:var(--serif);font-style:italic;font-weight:400}.shift-ready-page .framework-body{font-family:var(--serif);color:#ffffffc7;flex-direction:column;gap:14px;margin-top:18px;font-size:clamp(15px,1.1vw,17px);line-height:1.6;display:flex}.shift-ready-page .framework-card{background:#ffffff08;border:1px solid #ffffff1f;padding:clamp(24px,3vw,36px)}.shift-ready-page .framework-card-label{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:16px;font-size:11px;font-weight:600}.shift-ready-page .framework-card-name{font-family:var(--sans);letter-spacing:-.02em;color:var(--paper);margin-bottom:22px;font-size:clamp(20px,1.8vw,26px);font-weight:700;line-height:1.15}.shift-ready-page .framework-card-list{margin:0;padding:0;list-style:none}.shift-ready-page .framework-card-list li{font-family:var(--sans);color:#ffffffd9;border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding:12px 0;font-size:14.5px;display:flex}.shift-ready-page .framework-card-list li:last-child{border-bottom:0}.shift-ready-page .framework-card-list li:before{content:"›";color:var(--red);font-family:var(--serif);font-size:18px;line-height:1}.shift-ready-page .framework-actions{flex-direction:column;align-items:flex-start;gap:20px;margin-top:24px;display:flex}.shift-ready-page .framework-download{flex-wrap:wrap;align-items:center;gap:14px 16px;display:flex}.shift-ready-page .framework-download-label{font-family:var(--sans);color:var(--paper);border-bottom:1px solid var(--red);padding-bottom:4px;font-size:14.5px;font-weight:600;line-height:1.3}.shift-ready-page .framework-download-btns{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shift-ready-page .framework-download-btn{font-family:var(--sans);letter-spacing:.04em;color:var(--paper);background:#ffffff0f;border:1px solid #ffffff38;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.shift-ready-page .framework-download-btn:hover{color:var(--paper);background:#ffffff1f;border-color:#ffffff59}.shift-ready-page .framework-download-flag{border:1px solid #ffffff26;flex-shrink:0;width:22px;height:15px;display:block}.shift-ready-page .framework-link{font-family:var(--sans);color:var(--paper);border-bottom:1px solid var(--red);align-items:baseline;gap:8px;padding-bottom:4px;font-size:14.5px;font-weight:600;transition:color .2s,border-color .2s;display:inline-flex}.shift-ready-page .framework-link:hover{color:var(--red)}.shift-ready-page .framework-link .arrow{font-family:var(--serif);font-style:italic;transition:transform .2s}.shift-ready-page .framework-link:hover .arrow{transform:translate(3px)}.shift-ready-page .process-grid{grid-template-columns:1fr;gap:16px;display:grid;position:relative}@media (min-width:880px){.shift-ready-page .process-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.shift-ready-page .process-step{background:var(--paper);border:1px solid var(--rule);flex-direction:column;gap:14px;padding:clamp(24px,3vw,36px);display:flex;position:relative}.shift-ready-page .process-step--featured{background:var(--ink);border-color:var(--ink);color:var(--paper)}.shift-ready-page .process-num{font-family:var(--sans);letter-spacing:.15em;color:var(--red);font-size:12px;font-weight:700}.shift-ready-page .process-name{font-family:var(--sans);letter-spacing:-.02em;color:inherit;font-size:clamp(20px,1.8vw,26px);font-weight:700;line-height:1.15}.shift-ready-page .process-step--featured .process-name{color:var(--paper)}.shift-ready-page .process-desc{font-family:var(--serif);color:#2a2a2a;font-size:15.5px;line-height:1.5}.shift-ready-page .process-step--featured .process-desc{color:#ffffffd1}.shift-ready-page .process-list{margin:8px 0 0;padding:0;list-style:none}.shift-ready-page .process-list li{font-family:var(--sans);color:inherit;border-top:1px solid var(--rule);align-items:center;gap:8px;padding:9px 0;font-size:13.5px;font-weight:500;display:flex}.shift-ready-page .process-step--featured .process-list li{color:#ffffffe0;border-top-color:#ffffff24}.shift-ready-page .process-list li:before{content:"→";color:var(--red);font-family:var(--serif);font-size:14px;font-style:italic}.shift-ready-page .pillars{border-top:1px solid var(--rule);grid-template-columns:1fr;gap:0;display:grid}@media (min-width:880px){.shift-ready-page .pillars{border-top:0;grid-template-columns:repeat(3,1fr)}}.shift-ready-page .pillar{border-bottom:1px solid var(--rule);flex-direction:column;padding:clamp(28px,3vw,40px) clamp(20px,2.5vw,28px) clamp(28px,3vw,40px) 0;display:flex}@media (min-width:880px){.shift-ready-page .pillar{border-bottom:0;padding:0 clamp(20px,2.5vw,32px)}.shift-ready-page .pillar:first-child{padding-left:0}.shift-ready-page .pillar:last-child{padding-right:0}.shift-ready-page .pillar:not(:last-child){border-right:1px solid var(--rule)}}.shift-ready-page .pillar-num{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:14px;font-size:11.5px;font-weight:700}.shift-ready-page .pillar-name{font-family:var(--sans);letter-spacing:-.02em;color:var(--ink);margin-bottom:18px;font-size:clamp(20px,1.8vw,26px);font-weight:700;line-height:1.15}.shift-ready-page .pillar-body{font-family:var(--serif);color:#2a2a2a;margin-bottom:22px;font-size:15.5px;line-height:1.55}.shift-ready-page .pillar-list{margin:auto 0 0;padding:0;list-style:none}.shift-ready-page .pillar-list li{font-family:var(--sans);color:var(--ink);border-top:1px solid var(--rule);padding:12px 0 12px 20px;font-size:14px;font-weight:500;line-height:1.35;position:relative}.shift-ready-page .pillar-list li:last-child{border-bottom:1px solid var(--rule)}.shift-ready-page .pillar-list li:before{content:"→";color:var(--red);font-family:var(--serif);font-style:italic;position:absolute;top:12px;left:0}.shift-ready-page .receive-layout{grid-template-columns:1fr;align-items:start;gap:clamp(32px,4vw,64px);display:grid}@media (min-width:980px){.shift-ready-page .receive-layout{grid-template-columns:1fr 1.2fr}}.shift-ready-page .receive-intro{flex-direction:column;gap:18px;display:flex}@media (min-width:980px){.shift-ready-page .receive-intro{z-index:2;background:var(--paper-warm);align-self:start;padding-bottom:12px;position:sticky;top:96px}}.shift-ready-page .receive-title{font-family:var(--sans);letter-spacing:-.035em;color:var(--ink);max-width:14ch;margin-top:12px;font-size:clamp(32px,4.2vw,56px);font-weight:700;line-height:1.02}.shift-ready-page .receive-title .em{font-family:var(--serif);font-style:italic;font-weight:400}.shift-ready-page .receive-deck{font-family:var(--serif);color:#2a2a2a;max-width:42ch;font-size:clamp(15px,1.15vw,17px);line-height:1.55}.shift-ready-page .receive-deck strong{font-family:var(--sans);color:var(--ink);font-style:normal;font-weight:600}.shift-ready-page .receive-stat{border-top:1px solid var(--rule);align-items:center;gap:16px;margin-top:12px;padding-top:24px;display:flex}.shift-ready-page .receive-stat-num{font-family:var(--sans);letter-spacing:-.05em;color:var(--red);font-size:clamp(48px,5.5vw,72px);font-weight:800;line-height:.9}.shift-ready-page .receive-stat-label{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);white-space:pre-line;font-size:12px;font-weight:600;line-height:1.35}.shift-ready-page .receive-items{border-top:1px solid var(--ink);grid-template-columns:1fr;gap:0;display:grid}@media (min-width:980px){.shift-ready-page .receive-items{grid-template-columns:1fr 1fr}}.shift-ready-page .receive-item{border-bottom:1px solid var(--ink);align-items:flex-start;gap:14px;padding:clamp(20px,2.2vw,26px) clamp(16px,1.8vw,22px) clamp(20px,2.2vw,26px) 0;transition:background .2s;display:flex}@media (min-width:980px){.shift-ready-page .receive-item{padding-left:clamp(16px,1.8vw,22px)}.shift-ready-page .receive-item:nth-child(2n){border-left:1px solid var(--ink)}}.shift-ready-page .receive-item:hover{background:#00000005}.shift-ready-page .receive-num{font-family:var(--serif);color:var(--red);min-width:32px;font-size:clamp(20px,1.8vw,26px);font-style:italic;font-weight:400;line-height:1}.shift-ready-page .receive-text{font-family:var(--sans);letter-spacing:-.005em;color:var(--ink);flex:1;min-width:0;font-size:clamp(15px,1.15vw,17px);font-weight:500;line-height:1.4}.shift-ready-page .audience{flex-wrap:wrap;gap:10px;margin-top:clamp(28px,3vw,40px);display:flex}.shift-ready-page .audience-chip{font-family:var(--sans);letter-spacing:-.005em;color:var(--ink);border:1px solid var(--ink);background:0 0;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.shift-ready-page .audience-chip:hover{background:var(--ink);color:var(--paper)}.shift-ready-page .final{background:var(--ink);color:var(--paper);padding:clamp(56px,7vw,104px) 0;position:relative;overflow:hidden}.shift-ready-page .final-bg{opacity:.75;filter:grayscale(.05)contrast(1.05)brightness();z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.shift-ready-page .final-bg--placeholder{opacity:1;background-image:repeating-linear-gradient(45deg,#ffffff0f,#ffffff0f 2px,#0000 2px 28px)}.shift-ready-page .final-overlay{z-index:1;background:linear-gradient(100deg,#0d1117bf 0%,#0d111773 55%,#0d111726 100%);position:absolute;inset:0}.shift-ready-page .final-content{z-index:2;max-width:980px;position:relative}.shift-ready-page .final-eyebrow{margin-bottom:clamp(20px,2.5vw,32px);display:block;color:var(--red)!important}.shift-ready-page .final-headline{font-family:var(--sans);letter-spacing:-.035em;color:var(--paper);max-width:22ch;margin-bottom:clamp(20px,2.5vw,32px);font-size:clamp(28px,3.6vw,52px);font-weight:800;line-height:.98}.shift-ready-page .final-headline em{font-family:var(--sans);color:var(--red);letter-spacing:-.03em;font-style:normal;font-weight:800}.shift-ready-page .final-keywords{text-transform:capitalize;white-space:nowrap;margin-top:10px;font-size:.82em;display:block}.shift-ready-page .final-keywords em+em:before{content:"•";color:#ffffff80;vertical-align:middle;margin:0 .45em 0 .35em;font-size:.55em;font-weight:400;display:inline-block;transform:translateY(-.15em)}.shift-ready-page .final-headline-accent{font-family:var(--serif);color:#ffffffc7;margin-top:8px;font-size:.82em;font-style:italic;font-weight:400;line-height:1.15;display:inline-block}.shift-ready-page .final-body{font-family:var(--serif);color:#ffffffc7;max-width:58ch;margin-bottom:clamp(28px,3.5vw,44px);font-size:clamp(16px,1.25vw,19px);line-height:1.55}.shift-ready-page .final-cta{flex-wrap:wrap;gap:14px;display:flex}.shift-ready-page .btn--inverse{background:var(--paper);color:var(--ink);border-color:var(--paper)}.shift-ready-page .btn--inverse:hover{background:var(--red);color:var(--paper);border-color:var(--red)}.shift-ready-page footer.foot{background:var(--paper-warm);color:#2a2a2a;border-top:1px solid var(--rule);padding:clamp(48px,6vw,80px) 0 clamp(28px,3vw,40px)}.shift-ready-page .foot-grid{grid-template-columns:1fr;gap:clamp(32px,4vw,48px);padding-bottom:clamp(32px,4vw,48px);display:grid}@media (min-width:640px){.shift-ready-page .foot-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.shift-ready-page .foot-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1180px){.shift-ready-page .foot-grid{grid-template-columns:repeat(6,1fr);gap:clamp(28px,2.5vw,40px)}}.shift-ready-page .foot-contact-row{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);flex-direction:column;gap:24px;padding:clamp(28px,3vw,40px) 0;display:flex}@media (min-width:720px){.shift-ready-page .foot-contact-row{flex-direction:row;justify-content:space-between;align-items:center;gap:32px}}.shift-ready-page .foot-contact-row .foot-cities{border-top:0;flex-wrap:wrap;align-items:center;gap:16px;margin-top:0;padding-top:0;display:flex}.shift-ready-page .foot-contact-row .foot-cities-label{white-space:nowrap;margin-bottom:0}.shift-ready-page .foot-col-label{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:18px;font-size:11px;font-weight:600}.shift-ready-page .foot-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.shift-ready-page .foot-list a{font-family:var(--sans);color:#4a4a4a;font-size:14px;font-weight:500;transition:color .18s}.shift-ready-page .foot-list a:hover{color:var(--ink)}.shift-ready-page .foot-col--contact{flex-direction:column;gap:14px;display:flex}.shift-ready-page .foot-email{font-family:var(--sans);color:var(--ink);letter-spacing:-.01em;border-bottom:1px solid var(--red);align-self:flex-start;padding-bottom:4px;font-size:16px;font-weight:600;transition:color .18s}.shift-ready-page .foot-email:hover{color:var(--red)}.shift-ready-page .foot-domain{font-family:var(--sans);color:#6a6a6a;font-size:13px;transition:color .18s}.shift-ready-page .foot-domain:hover{color:var(--ink)}.shift-ready-page .foot-cities{border-top:1px solid var(--rule);margin-top:12px;padding-top:18px}.shift-ready-page .foot-cities-label{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:#6a6a6a;margin-bottom:12px;font-size:10.5px;font-weight:600}.shift-ready-page .foot-cities-list{flex-wrap:wrap;gap:10px 18px;margin:0;padding:0;list-style:none;display:flex}.shift-ready-page .foot-cities-list li{font-family:var(--sans);color:#4a4a4a;align-items:center;gap:8px;font-size:13px;display:inline-flex}.shift-ready-page .foot-cities-list .city-flag{font-size:16px;line-height:1}.shift-ready-page .foot-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:clamp(24px,3vw,36px);display:flex}.shift-ready-page .foot-meta{font-family:var(--sans);letter-spacing:.02em;color:#6a6a6a;font-size:12px}.shift-ready-page .brand-wordmark--light{color:var(--ink)}.shift-ready-page .brand-wordmark--light .brand-the{color:#4a4a4a}.shift-ready-page .brand-wordmark--light .brand-shift{color:var(--ink)}@media (max-width:720px){.shift-ready-page .hero-title{max-width:none;font-size:clamp(32px,8vw,44px)}.shift-ready-page .problem-title{font-size:clamp(26px,7vw,36px)}.shift-ready-page .section-title,.shift-ready-page .framework-title{font-size:clamp(24px,6.5vw,32px)}.shift-ready-page .final-line{font-size:clamp(20px,6vw,28px)}.shift-ready-page .btn--lg{justify-content:center;width:100%}}.shift-ready-page .foot-contact-row{border-bottom:0!important}.shift-ready-page .foot-contact-left{flex-direction:column;gap:18px;display:flex}.shift-ready-page .foot-addresses{flex-wrap:wrap;gap:28px;display:flex}.shift-ready-page .foot-addr{flex-direction:column;gap:3px;display:flex}.shift-ready-page .foot-addr-city{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:11px;font-weight:700}.shift-ready-page .foot-addr-line{font-family:var(--sans);color:#4a4a4a;font-size:13.5px;line-height:1.4}.shift-ready-page .foot-wa{font-family:var(--sans);color:#fff;white-space:nowrap;background:#25d366;border-radius:999px;align-self:flex-start;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:600;transition:filter .18s;display:inline-flex}.shift-ready-page .foot-wa:hover{filter:brightness(.92)}.shift-ready-page .frameworks{background:var(--ink);color:var(--paper);grid-template-columns:1fr;align-items:center;gap:clamp(28px,3.5vw,44px);margin-top:clamp(36px,4.5vw,56px);padding:clamp(28px,3.5vw,44px);display:grid}@media (min-width:860px){.shift-ready-page .frameworks{grid-template-columns:1.3fr 1fr}}.shift-ready-page .frameworks-eyebrow{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:14px;font-size:12px;font-weight:700;display:block}.shift-ready-page .frameworks-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--paper);margin:0 0 14px;font-size:clamp(22px,2.6vw,32px);font-weight:400;line-height:1.1}.shift-ready-page .frameworks-deck{font-family:var(--sans);color:#ffffffc7;margin:0;font-size:clamp(14px,1.3vw,16px);line-height:1.55}.shift-ready-page .frameworks-badges{flex-direction:column;gap:14px;display:flex}.shift-ready-page .framework-badge{border:1px solid #ffffff2e;border-radius:6px;align-items:center;gap:16px;padding:12px 16px;display:flex}.shift-ready-page .framework-logo{background:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:64px;height:48px;padding:6px;display:flex}.shift-ready-page .framework-logo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.shift-ready-page .framework-badge-desc{font-family:var(--sans);color:#ffffffb3;font-size:13px;line-height:1.3}.shift-ready-page :is(h1,h2,h3,h4,h5,h6){color:inherit;font-family:var(--sans);letter-spacing:inherit;margin:0}.shift-ready-page .shift-brand-logo{align-items:center;line-height:0;display:inline-flex}.shift-ready-page .shift-brand-logo__img{object-fit:contain;width:auto;height:28px}@media (min-width:980px){.shift-ready-page .shift-brand-logo__img{height:56px}}.shift-ready-page .reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(16px)}.shift-ready-page .reveal.in{opacity:1;transform:none}
