/* =========================================================
   WHUPLOO ABOUT
   Page ID: 2161
   ========================================================= */

/* ---------- WORDPRESS / ASTRA PAGE SHELL ---------- */

body.page-id-2161 {
  background:#FFFAF4;
}

body.page-id-2161 .site-content > .ast-container {
  max-width:100%;
  padding-left:0;
  padding-right:0;
}

body.page-id-2161 .content-area,
body.page-id-2161 .site-main {
  width:100%;
}

body.page-id-2161 .entry-content {
  margin:0;
}

body.page-id-2161.ast-separate-container .ast-article-single {
  padding:0;
  background:transparent;
}


/* =========================================================
   ABOUT DESIGN TOKENS
   ========================================================= */

.whuploo-about {
  --canvas:#FFFAF4;
  --cream:#FFF1E0;
  --cream-2:#FFF6ED;
  --red:#C21B1B;
  --alt:#FF402F;
  --black:#171717;
  --ink:#2B241E;
  --muted:#70645B;
  --line:rgba(23,23,23,.12);
  --white:#FFFFFF;
  --max:1220px;
  --ease:cubic-bezier(.16,1,.3,1);

  overflow:hidden;
  background:var(--canvas);
  color:var(--black);
  font-family:var(--whuploo-font,Poppins,Arial,Helvetica,sans-serif);
}

.whuploo-about *,
.whuploo-about *::before,
.whuploo-about *::after {
  box-sizing:border-box;
}

.whuploo-about a {
  color:inherit;
  text-decoration:none;
}

.whuploo-about ::selection {
  background:var(--red);
  color:#FFFFFF;
}


/* =========================================================
   PAGE IDENTITY — COMPACT, NOT HERO
   ========================================================= */

.whuploo-about .identity {
  width:min(var(--max),calc(100% - 72px));
  margin:0 auto;
  padding:44px 0 28px;
  display:grid;
  grid-template-columns:180px minmax(0,1fr) 300px;
  gap:42px;
  align-items:start;
  position:relative;
}

.whuploo-about .identity::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:var(--line);
}

.whuploo-about .identity-label {
  padding-top:6px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--red);
}

.whuploo-about .identity h1 {
  margin:0;
  max-width:700px;
  font-size:clamp(40px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.052em;
}

.whuploo-about .identity-note {
  margin:18px 0 0;
  max-width:680px;
  font-size:16px;
  line-height:1.75;
  color:#41372F;
}

.whuploo-about .business-card {
  border:1px solid rgba(23,23,23,.10);
  background:#FFFFFF;
  border-radius:16px;
  padding:20px;
  box-shadow:0 14px 30px rgba(23,23,23,.035);
  transform:rotate(1deg);
}

.whuploo-about .business-card small {
  display:block;
  margin-bottom:10px;
  color:var(--red);
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.whuploo-about .business-card strong {
  display:block;
  font-size:15px;
  font-weight:600;
  margin-bottom:6px;
}

.whuploo-about .business-card p {
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}


/* =========================================================
   MOVING TRUST BELT
   ========================================================= */

.whuploo-about .trust-belt {
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:var(--cream-2);
}

.whuploo-about .trust-track {
  display:flex;
  width:max-content;
  gap:0;
  animation:whuploo-about-trust-marquee 24s linear infinite;
}

.whuploo-about .trust-chip {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 34px;
  white-space:nowrap;
  font-size:11px;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
  border-right:1px solid rgba(23,23,23,.10);
}

.whuploo-about .trust-chip i {
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  display:block;
}

@keyframes whuploo-about-trust-marquee {
  from {
    transform:translateX(0);
  }

  to {
    transform:translateX(-50%);
  }
}


/* =========================================================
   SIDE PROGRESS RAIL
   ========================================================= */

.whuploo-about .progress-rail {
  position:fixed;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.whuploo-about .progress-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  border:1px solid rgba(23,23,23,.35);
  background:var(--canvas);
  transition:
    transform .25s var(--ease),
    background .25s ease,
    border-color .25s ease;
}

.whuploo-about .progress-dot.active {
  transform:scale(1.45);
  background:var(--red);
  border-color:var(--red);
}


/* =========================================================
   SECTION BASE
   ========================================================= */

.whuploo-about .story-section {
  width:min(var(--max),calc(100% - 72px));
  margin:0 auto;
  padding:78px 0;
  border-bottom:1px solid var(--line);
  position:relative;
}

.whuploo-about .story-section::before {
  content:"";
  position:absolute;
  z-index:-1;
  width:240px;
  height:26px;
  background:rgba(255,64,47,.07);
  top:42px;
  transform:skewX(-18deg);
}

.whuploo-about .story-section[data-dir="left"]::before {
  right:-150px;
}

.whuploo-about .story-section[data-dir="right"]::before {
  left:-150px;
}

.whuploo-about .section-grid {
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:72px;
  align-items:start;
}

.whuploo-about .section-title {
  position:sticky;
  top:30px;
}

.whuploo-about .section-title h2 {
  margin:0;
  font-size:33px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.whuploo-about .section-title p {
  margin:14px 0 0;
  max-width:190px;
  font-size:12px;
  line-height:1.55;
  color:var(--muted);
}

.whuploo-about .section-title::after {
  content:"";
  display:block;
  margin-top:20px;
  width:54px;
  height:3px;
  background:var(--red);
}

.whuploo-about .copy {
  max-width:760px;
  font-size:16px;
  line-height:1.82;
  color:var(--ink);
}

.whuploo-about .copy p {
  margin:0 0 22px;
}

.whuploo-about .copy p:last-child {
  margin-bottom:0;
}


/* =========================================================
   WHAT WHUPLOO IS — FACT / ATTITUDE COLLISION
   ========================================================= */

.whuploo-about .fact-collision {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:42px;
  align-items:start;
}

.whuploo-about .attitude-card {
  min-height:300px;
  border-radius:18px;
  background:var(--black);
  color:#FFFFFF;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
  transform:rotate(-1.5deg);
}

.whuploo-about .attitude-card::before {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:2px solid rgba(255,255,255,.12);
  border-radius:50%;
  right:-90px;
  top:-70px;
}

.whuploo-about .attitude-card::after {
  content:"";
  position:absolute;
  width:130px;
  height:26px;
  background:var(--red);
  left:-20px;
  bottom:44px;
  transform:rotate(-7deg);
}

.whuploo-about .attitude-card small {
  position:relative;
  z-index:2;
  color:#D9D3CE;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.whuploo-about .attitude-card strong {
  position:relative;
  z-index:2;
  display:block;
  font-size:32px;
  font-weight:600;
  line-height:1.04;
  letter-spacing:-.04em;
  max-width:220px;
}

.whuploo-about .attitude-card span {
  position:relative;
  z-index:2;
  color:#D8D1CA;
  font-size:12px;
  line-height:1.55;
}


/* =========================================================
   WHY WHUPLOO EXISTS
   ========================================================= */

.whuploo-about .why-stage {
  position:relative;
  min-height:420px;
}

.whuploo-about .why-quote {
  max-width:820px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.04em;
  margin:0;
  color:var(--red);
}

.whuploo-about .why-support {
  max-width:820px;
  margin:34px 0 0;
}

.whuploo-about .why-orbit {
  position:absolute;
  width:220px;
  height:220px;
  border:2px solid rgba(194,27,27,.16);
  border-radius:50%;
  right:-20px;
  top:-22px;
}

.whuploo-about .why-orbit::before {
  content:"";
  position:absolute;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--red);
  left:50%;
  top:-23px;
  transform:translateX(-50%);
}


/* =========================================================
   HOW WE WORK
   ========================================================= */

.whuploo-about .process {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:28px;
  position:relative;
}

.whuploo-about .process::before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:31px;
  height:2px;
  background:rgba(23,23,23,.10);
}

.whuploo-about .process-line {
  position:absolute;
  left:0;
  top:31px;
  height:2px;
  width:0;
  background:var(--red);
  transition:width 1.2s var(--ease);
}

.whuploo-about .process.active .process-line {
  width:100%;
}

.whuploo-about .step {
  position:relative;
  padding:0 34px 0 0;
}

.whuploo-about .step + .step {
  padding-left:34px;
}

.whuploo-about .step .node {
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--canvas);
  border:3px solid var(--red);
  margin:24px 0 26px;
  position:relative;
  z-index:2;
}

.whuploo-about .step h3 {
  margin:0 0 10px;
  font-size:20px;
  font-weight:600;
  letter-spacing:-.025em;
}

.whuploo-about .step p {
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:var(--muted);
}


/* =========================================================
   SHOP CTA
   ========================================================= */

.whuploo-about .shop-cta {
  width:100%;
  margin:0;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(
      112deg,
      var(--red) 0%,
      var(--red) 58%,
      var(--alt) 100%
    );
}

.whuploo-about .shop-cta-inner {
  width:min(var(--max),calc(100% - 72px));
  min-height:300px;
  margin:0 auto;
  padding:58px 0;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:80px;
}

.whuploo-about .shop-cta-inner::before {
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  right:110px;
  top:-315px;
  border:2px solid rgba(255,241,224,.28);
  border-radius:50%;
  pointer-events:none;
  animation:whuploo-shop-cta-drift 8s ease-in-out infinite alternate;
}

.whuploo-about .shop-cta-inner::after {
  content:"";
  position:absolute;
  width:180px;
  height:28px;
  right:250px;
  bottom:34px;
  background:rgba(255,241,224,.16);
  transform:rotate(-8deg);
  pointer-events:none;
  animation:whuploo-shop-cta-slide 7s ease-in-out infinite alternate;
}

.whuploo-about .shop-cta-copy {
  position:relative;
  z-index:2;
  max-width:760px;
}

.whuploo-about .shop-cta-copy small {
  display:block;
  margin-bottom:17px;
  color:#FFF1E0;
  font-size:10px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.whuploo-about .shop-cta-copy h2 {
  margin:0 0 20px;
  color:#FFFFFF !important;
  font-size:clamp(44px,5.4vw,72px);
  line-height:.93;
  letter-spacing:-.055em;
}

.whuploo-about .shop-cta-copy p {
  margin:0;
  color:#FFF1E0;
  font-size:16px;
  line-height:1.65;
}

.whuploo-about .shop-cta-action {
  position:relative;
  z-index:3;
}

.whuploo-about .shop-cta-btn {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-height:60px;
  padding:0 30px;
  background:#FFF1E0;
  color:var(--red) !important;
  border:2px solid #FFF1E0;
  border-radius:7px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none !important;
  white-space:nowrap;
  overflow:hidden;
  transition:
    transform .28s var(--ease),
    background-color .28s ease,
    color .28s ease;
}

.whuploo-about .shop-cta-btn:hover,
.whuploo-about .shop-cta-btn:focus-visible {
  background:#FFFFFF;
  color:var(--red) !important;
  transform:translateY(-3px);
}

.whuploo-about .shop-cta-arrow {
  display:inline-block;
  font-size:22px;
  line-height:1;
  transition:transform .3s var(--ease);
}

.whuploo-about .shop-cta-btn:hover .shop-cta-arrow,
.whuploo-about .shop-cta-btn:focus-visible .shop-cta-arrow {
  transform:translateX(7px);
}

.whuploo-about .shop-cta-circle {
  position:absolute;
  z-index:1;
  width:220px;
  height:220px;
  right:-65px;
  bottom:-145px;
  border:24px solid rgba(255,241,224,.12);
  border-radius:50%;
  pointer-events:none;
  animation:whuploo-shop-cta-circle 6.5s ease-in-out infinite alternate;
}

.whuploo-about .shop-cta-circle::after {
  content:"";
  position:absolute;
  width:28px;
  height:28px;
  left:-24px;
  top:48px;
  border-radius:50%;
  background:#FFF1E0;
}


/* =========================================================
   SHOP CTA MOTION
   ========================================================= */

@keyframes whuploo-shop-cta-drift {

  from {
    transform:translate3d(0,0,0) scale(1);
  }

  to {
    transform:translate3d(24px,18px,0) scale(1.05);
  }

}

@keyframes whuploo-shop-cta-slide {

  from {
    transform:translate3d(0,0,0) rotate(-8deg);
  }

  to {
    transform:translate3d(-42px,-8px,0) rotate(-8deg);
  }

}

@keyframes whuploo-shop-cta-circle {

  from {
    transform:translate3d(0,0,0) rotate(0deg);
  }

  to {
    transform:translate3d(-24px,-15px,0) rotate(12deg);
  }

}


/* =========================================================
   SUPPORT — LIGHT HUMAN CONTACT
   ========================================================= */

.whuploo-about .support-wrap {
  width:min(var(--max),calc(100% - 72px));
  margin:0 auto;
  padding:52px 0 92px;
}

.whuploo-about .support-panel {
  min-height:260px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(23,23,23,.10);
  background:#FFFDF8;
  position:relative;
  box-shadow:0 16px 36px rgba(23,23,23,.035);
}


/* =========================================================
   SUPPORT — LEFT
   ========================================================= */

.whuploo-about .support-left {
  padding:40px;
  background:#FFFDF8;
  color:var(--black);
  position:relative;
  overflow:visible;
}

.whuploo-about .support-left > * {
  position:relative;
  z-index:3;
}

.whuploo-about .support-left small {
  display:block;
  color:var(--red);
  font-size:10px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.whuploo-about .support-left h2 {
  margin:0 0 16px;
  color:var(--black) !important;
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
}

.whuploo-about .support-left p {
  margin:0;
  max-width:640px;
  color:#5D5148;
  font-size:15px;
  line-height:1.72;
}


/* =========================================================
   SUPPORT — RIGHT
   ========================================================= */

.whuploo-about .support-right {
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;

  background:#FFFDF8;

  position:relative;
  overflow:visible;

  border-left:1px solid rgba(23,23,23,.08);
}

.whuploo-about .support-right > * {
  position:relative;
  z-index:3;
}

.whuploo-about .support-right b {
  font-size:14px;
  font-weight:600;
  color:var(--black);
}

.whuploo-about .support-right p {
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#584C43;
}


/* =========================================================
   SUPPORT — CONTACT TEXT LINK
   ========================================================= */

.whuploo-about .btn {
  align-self:flex-start;

  display:inline-flex;
  align-items:center;

  min-height:0;
  padding:0;

  background:transparent;
  border:0;
  border-radius:0;

  color:var(--red) !important;

  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  line-height:1.4;
  text-transform:uppercase;
  text-decoration:none !important;

  position:relative;
}

.whuploo-about .btn::after {
  content:"";
  position:absolute;

  left:0;
  right:0;
  bottom:-5px;

  height:2px;
  background:var(--red);

  transform:scaleX(.28);
  transform-origin:left center;

  transition:transform .3s var(--ease);
}

.whuploo-about .btn span {
  margin-left:10px;
  transition:transform .3s var(--ease);
}

.whuploo-about .btn:hover::after,
.whuploo-about .btn:focus-visible::after {
  transform:scaleX(1);
}

.whuploo-about .btn:hover span,
.whuploo-about .btn:focus-visible span {
  transform:translateX(7px);
}


/* =========================================================
   SUPPORT — MOVING MAIL DETAILS
   ========================================================= */


/* LARGE ENVELOPE */

.whuploo-about .support-left::before {
  content:"";

  position:absolute;
  z-index:1;

  width:112px;
  height:78px;

  right:55px;
  top:38px;

  opacity:.11;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 84'%3E%3Crect x='3' y='3' width='114' height='78' rx='8' fill='none' stroke='%23C21B1B' stroke-width='3'/%3E%3Cpath d='M7 10 L60 49 L113 10' fill='none' stroke='%23C21B1B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 75 L43 43 M113 75 L77 43' fill='none' stroke='%23C21B1B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");

  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  pointer-events:none;

  animation:
    whuploo-support-mail-one 9s
    cubic-bezier(.45,.05,.55,.95)
    infinite alternate;
}


/* SMALL LOWER ENVELOPE */

.whuploo-about .support-left::after {
  content:"";

  position:absolute;
  z-index:1;

  width:72px;
  height:50px;

  left:57%;
  bottom:24px;

  opacity:.08;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 84'%3E%3Crect x='3' y='3' width='114' height='78' rx='8' fill='none' stroke='%23FF402F' stroke-width='3'/%3E%3Cpath d='M7 10 L60 49 L113 10' fill='none' stroke='%23FF402F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 75 L43 43 M113 75 L77 43' fill='none' stroke='%23FF402F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  pointer-events:none;

  animation:
    whuploo-support-mail-two 12s
    cubic-bezier(.45,.05,.55,.95)
    infinite alternate;
}


/* RIGHT EDGE ENVELOPE */

.whuploo-about .support-right::before {
  content:"";

  position:absolute;
  z-index:1;

  width:100px;
  height:70px;

  right:-28px;
  top:30px;

  opacity:.10;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 84'%3E%3Crect x='3' y='3' width='114' height='78' rx='8' fill='none' stroke='%23C21B1B' stroke-width='3'/%3E%3Cpath d='M7 10 L60 49 L113 10' fill='none' stroke='%23C21B1B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 75 L43 43 M113 75 L77 43' fill='none' stroke='%23C21B1B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  pointer-events:none;

  animation:
    whuploo-support-mail-three 15s
    cubic-bezier(.45,.05,.55,.95)
    infinite alternate;
}


/* =========================================================
   SUPPORT — MAIL MOTION
   ========================================================= */

@keyframes whuploo-support-mail-one {

  0% {
    transform:
      translate3d(20px,-8px,0)
      rotate(-5deg);
  }

  50% {
    transform:
      translate3d(-58px,28px,0)
      rotate(2deg);
  }

  100% {
    transform:
      translate3d(-138px,48px,0)
      rotate(-3deg);
  }

}


@keyframes whuploo-support-mail-two {

  0% {
    transform:
      translate3d(-18px,10px,0)
      rotate(5deg);
  }

  50% {
    transform:
      translate3d(52px,-34px,0)
      rotate(-3deg);
  }

  100% {
    transform:
      translate3d(122px,-4px,0)
      rotate(4deg);
  }

}


@keyframes whuploo-support-mail-three {

  0% {
    transform:
      translate3d(80px,-8px,0)
      rotate(-5deg);
  }

  50% {
    transform:
      translate3d(-16px,26px,0)
      rotate(2deg);
  }

  100% {
    transform:
      translate3d(-128px,48px,0)
      rotate(-4deg);
  }

}


/* =========================================================
   MOTION SYSTEM
   ========================================================= */

.whuploo-about .reveal-left,
.whuploo-about .reveal-right,
.whuploo-about .reveal-up,
.whuploo-about .reveal-down {
  opacity:0;
  will-change:transform,opacity;
  transition:
    opacity .72s var(--ease),
    transform .72s var(--ease);
}

.whuploo-about .reveal-left {
  transform:translate3d(-54px,0,0);
}

.whuploo-about .reveal-right {
  transform:translate3d(54px,0,0);
}

.whuploo-about .reveal-up {
  transform:translate3d(0,34px,0);
}

.whuploo-about .reveal-down {
  transform:translate3d(0,-34px,0);
}

.whuploo-about .is-visible {
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
}


/* Floating practical card */

.whuploo-about .identity .business-card {
  animation:whuploo-about-float-card 5.8s ease-in-out infinite alternate;
}

@keyframes whuploo-about-float-card {

  from {
    transform:translateY(5px) rotate(1deg);
  }

  to {
    transform:translateY(-7px) rotate(-.7deg);
  }

}


/* Black attitude card */

.whuploo-about .attitude-card {
  animation:whuploo-about-attitude-drift 7s ease-in-out infinite alternate;
}

@keyframes whuploo-about-attitude-drift {

  from {
    transform:translateX(-5px) rotate(-1.5deg);
  }

  to {
    transform:translateX(8px) translateY(-7px) rotate(.6deg);
  }

}


/* Why orbit */

.whuploo-about .why-orbit {
  animation:whuploo-about-orbit-drift 9s ease-in-out infinite alternate;
}

@keyframes whuploo-about-orbit-drift {

  from {
    transform:translate3d(-14px,12px,0) rotate(0deg);
  }

  to {
    transform:translate3d(16px,-10px,0) rotate(18deg);
  }

}


/* Section sweeps */

.whuploo-about .story-section[data-dir="left"]::before {
  animation:whuploo-about-sweep-left 7s ease-in-out infinite alternate;
}

.whuploo-about .story-section[data-dir="right"]::before {
  animation:whuploo-about-sweep-right 7s ease-in-out infinite alternate;
}

@keyframes whuploo-about-sweep-left {

  from {
    transform:translateX(24px) skewX(-18deg);
  }

  to {
    transform:translateX(-48px) skewX(-18deg);
  }

}

@keyframes whuploo-about-sweep-right {

  from {
    transform:translateX(-26px) skewX(-18deg);
  }

  to {
    transform:translateX(52px) skewX(-18deg);
  }

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:980px) {

  .whuploo-about .identity {
    grid-template-columns:1fr 280px;
  }

  .whuploo-about .identity-label {
    grid-column:1 / -1;
  }

  .whuploo-about .section-grid,
  .whuploo-about .fact-collision,
  .whuploo-about .support-panel {
    grid-template-columns:1fr;
  }

  .whuploo-about .section-title {
    position:static;
  }

  .whuploo-about .why-support {
    margin-left:0;
  }

  .whuploo-about .process {
    grid-template-columns:1fr;
  }

  .whuploo-about .process::before,
  .whuploo-about .process-line {
    display:none;
  }

  .whuploo-about .step,
  .whuploo-about .step + .step {
    padding:0 0 28px;
    border-bottom:1px solid var(--line);
  }

  .whuploo-about .step:last-child {
    border-bottom:0;
  }


  /* SHOP CTA */

  .whuploo-about .shop-cta-inner {
    grid-template-columns:1fr;
    gap:34px;
  }

  .whuploo-about .shop-cta-action {
    justify-self:start;
  }

  .whuploo-about .shop-cta-inner::before {
    right:-130px;
  }

  .whuploo-about .shop-cta-inner::after {
    right:40px;
  }


  /* SUPPORT */

  .whuploo-about .support-right {
    border-left:0;
    border-top:1px solid rgba(23,23,23,.08);
  }

}


@media (max-width:700px) {

  .whuploo-about .identity,
  .whuploo-about .story-section,
  .whuploo-about .support-wrap {
    width:calc(100% - 34px);
  }

  .whuploo-about .identity {
    grid-template-columns:1fr;
    padding:36px 0 26px;
    gap:22px;
  }

  .whuploo-about .business-card {
    max-width:320px;
  }

  .whuploo-about .trust-track {
    animation-duration:18s;
  }

  .whuploo-about .progress-rail {
    display:none;
  }

  .whuploo-about .story-section {
    padding:56px 0;
  }

  .whuploo-about .why-stage {
    min-height:0;
  }

  .whuploo-about .why-orbit {
    display:none;
  }

  .whuploo-about .why-quote {
    font-size:36px;
  }

  .whuploo-about .why-quote .red {
    display:block;
    margin-top:.14em;
  }


  /* SHOP CTA */

  .whuploo-about .shop-cta-inner {
    width:calc(100% - 34px);
    min-height:0;
    padding:48px 0 52px;
    gap:30px;
  }

  .whuploo-about .shop-cta-copy h2 {
    font-size:42px;
    max-width:440px;
  }

  .whuploo-about .shop-cta-copy p {
    max-width:290px;
    font-size:15px;
  }

  .whuploo-about .shop-cta-btn {
    min-height:54px;
    padding:0 24px;
  }

  .whuploo-about .shop-cta-inner::before {
    width:300px;
    height:300px;
    right:-170px;
    top:-190px;
  }

  .whuploo-about .shop-cta-inner::after {
    width:130px;
    right:-20px;
    bottom:28px;
  }

  .whuploo-about .shop-cta-circle {
    width:170px;
    height:170px;
    right:-100px;
    bottom:-120px;
  }


  /* SUPPORT */

  .whuploo-about .support-wrap {
    padding:38px 0 70px;
  }

  .whuploo-about .support-left,
  .whuploo-about .support-right {
    padding:28px 24px;
  }

  .whuploo-about .support-left::before {
    width:88px;
    height:62px;
    right:-14px;
    top:22px;
  }

  .whuploo-about .support-left::after {
    width:58px;
    height:42px;
    left:auto;
    right:26px;
    bottom:16px;
  }

  .whuploo-about .support-right::before {
    width:72px;
    height:52px;
    right:-25px;
    top:18px;
  }


  /* PAGE REVEALS */

  .whuploo-about .reveal-left {
    transform:translate3d(-28px,0,0);
  }

  .whuploo-about .reveal-right {
    transform:translate3d(28px,0,0);
  }

  .whuploo-about .reveal-up {
    transform:translate3d(0,24px,0);
  }

  .whuploo-about .reveal-down {
    transform:translate3d(0,-24px,0);
  }

}


/* =========================================================
   ABOUT TYPOGRAPHY — APPROVED HIERARCHY

   Major editorial / brand headings use Poppins 900.
   Supporting emphasis uses the approved Poppins 600 face.
   Size, tracking and line-height remain owned by each
   existing About component.
   ========================================================= */

.whuploo-about .identity h1,
.whuploo-about .section-title h2,
.whuploo-about .why-quote,
.whuploo-about .shop-cta-copy h2 {
  font-style:normal;
  font-weight:900;
}

.whuploo-about .support-left h2 {
  font-style:normal;
  font-weight:600;
}


/* =========================================================
   ACCESSIBILITY — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion:reduce) {

  .whuploo-about *,
  .whuploo-about *::before,
  .whuploo-about *::after {
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
  }

  .whuploo-about .reveal-left,
  .whuploo-about .reveal-right,
  .whuploo-about .reveal-up,
  .whuploo-about .reveal-down {
    opacity:1 !important;
    transform:none !important;
  }

}