body.page-about-redesign {
  --lw-bg: #08091a;
  --lw-panel: #10112b;
  --lw-text: #f1efff;
  --lw-muted: rgba(220, 220, 255, .62);
  --lw-cyan: #68e6df;
  --lw-purple: #c995ff;
  background: var(--lw-bg) !important;
  color: var(--lw-text);
}

body.page-about-redesign .site-header {
  z-index: 50;
  background: rgba(8, 9, 26, .72);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.lw-about { overflow: hidden; background: var(--lw-bg); }
.lw-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.lw-section { position: relative; padding: 120px 0; }

.lw-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.lw-hero__image, .lw-hero__wash, .lw-hero__grid {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.lw-hero__image { object-fit: cover; object-position: center; opacity: .78; }
.lw-hero__wash {
  background:
    linear-gradient(90deg, #09091d 2%, rgba(9,9,29,.89) 27%, rgba(9,9,29,.24) 72%, #08091a 100%),
    linear-gradient(0deg, #08091a 0%, transparent 38%, rgba(27,18,63,.18) 100%);
}
.lw-hero__grid {
  opacity: .35;
  background-image: linear-gradient(rgba(146,125,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(146,125,255,.08) 1px, transparent 1px);
  background-size: 46px 46px;
}
.lw-hero__content { position: relative; z-index: 2; padding: 150px 0 70px; }
.lw-hero__copy { max-width: 700px; }
.lw-eyebrow, .lw-section-label {
  color: rgba(168, 239, 236, .78);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.lw-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.lw-eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lw-cyan); box-shadow: 0 0 15px var(--lw-cyan); }
.lw-hero__title, .lw-split-heading h2, .lw-classes h2, .lw-raid h2, .lw-join h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .92;
}
.lw-hero__title { font-size: clamp(4.3rem, 10vw, 9rem); color: #fff; }
.lw-hero__title span, .lw-split-heading em, .lw-classes em, .lw-raid em, .lw-join em { color: var(--lw-purple); font-style: normal; }
.lw-hero__lead { max-width: 540px; margin: 34px 0 0; color: rgba(225, 224, 255, .66); font-size: 1.04rem; line-height: 1.8; }
.lw-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 36px; }
.lw-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  border: 0; border-radius: 2px; padding: 15px 24px; text-decoration: none;
  font-size: .86rem; font-weight: 800; transition: transform .25s, background .25s, color .25s;
}
.lw-button:hover { transform: translateY(-3px); }
.lw-button--primary { background: #cda1ff; color: #19102d; }
.lw-button--primary:hover { background: #e0c7ff; color: #19102d; }
.lw-text-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: .86rem; text-decoration: none; transition: color .2s; margin-top: 0; line-height: 1.2; }
.lw-text-link:hover { color: #fff; }
.lw-hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 86px; }
.lw-hero__facts span { border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(13,16,39,.72); padding: 9px 15px; color: rgba(255,255,255,.48); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }

.lw-split-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: end; }
.lw-section-label { margin-bottom: 22px; }
.lw-split-heading h2, .lw-classes h2, .lw-raid h2 { font-size: clamp(2.6rem, 5vw, 5rem); color: #fff; }
.lw-split-heading p, .lw-raid__copy > p { max-width: 570px; margin: 0; color: var(--lw-muted); font-size: 1rem; line-height: 1.95; }
.lw-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.lw-feature-card { position: relative; min-height: 210px; padding: 28px; overflow: hidden; background: rgba(16,17,43,.74); border: 1px solid rgba(150,150,255,.12); transition: transform .35s, border-color .35s; }
.lw-feature-card:hover { transform: translateY(-8px); border-color: rgba(104,230,223,.34); }
.lw-feature-card__number { position: absolute; top: 16px; right: 20px; color: rgba(255,255,255,.06); font: 3.5rem Georgia, serif; }
.lw-feature-card__mark { display: block; margin-bottom: 62px; color: var(--lw-cyan); font-size: 1.55rem; }
.lw-feature-card h3 { margin: 0; color: #fff; font-size: 1.05rem; }
.lw-feature-card p { margin: 12px 0 0; color: rgba(220,220,255,.53); font-size: .86rem; line-height: 1.65; }

.lw-classes { overflow: hidden; background: #0d0e25; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.lw-classes__glow { position: absolute; top: 10%; right: 12%; width: 420px; height: 420px; background: rgba(150,89,255,.19); border-radius: 50%; filter: blur(100px); }
.lw-classes__layout { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 52px; align-items: center; }
.lw-classes__intro > p { max-width: 380px; margin: 26px 0 0; color: var(--lw-muted); line-height: 1.8; }
.lw-class-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.lw-class-tab { cursor: pointer; padding: 10px 13px; color: rgba(255,255,255,.55); background: transparent; border: 1px solid rgba(255,255,255,.16); font: inherit; font-size: .75rem; transition: .25s; }
.lw-class-tab:hover, .lw-class-tab.is-active { color: var(--lw-cyan); border-color: var(--lw-cyan); background: rgba(104,230,223,.08); }
.lw-class-panel { position: relative; min-height: 460px; overflow: hidden; background: #11122d; border: 1px solid rgba(255,255,255,.12); }
.lw-class-panel__image { position: absolute; right: -8%; bottom: 0; width: 92%; height: 94%; max-width: none; object-fit: contain; object-position: bottom; opacity: .9; mix-blend-mode: screen; transition: opacity .25s, transform .35s; }
.lw-class-panel__shade { position: absolute; inset: 0; background: linear-gradient(90deg, #11122d 4%, rgba(17,18,45,.74) 35%, transparent 83%); }
.lw-class-panel__meta { position: absolute; top: 26px; left: 30px; right: 30px; display: flex; justify-content: space-between; color: rgba(255,255,255,.36); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; }
.lw-class-panel__copy { position: absolute; left: 30px; bottom: 32px; max-width: 310px; }
.lw-class-panel__kicker { color: var(--lw-cyan); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.lw-class-panel__copy h3 { margin: 8px 0 0; color: #fff; font: 400 3rem Georgia, serif; }
.lw-class-panel__copy p { margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.7; }
.lw-class-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.lw-class-tags span { padding: 5px 8px; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.16); font-size: .64rem; }

.lw-raid__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.lw-raid__visual { position: relative; height: 500px; }
.lw-raid__ring { position: absolute; inset: 8%; border: 1px solid rgba(201,149,255,.24); border-radius: 50%; animation: lw-drift 7s ease-in-out infinite; }
.lw-raid__ring--inner { inset: 22%; border-color: rgba(201,149,255,.38); animation-delay: -2s; }
.lw-raid__image { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 35px rgba(185,102,255,.45)); }
.lw-raid__copy > p { margin-top: 28px; }
.lw-raid__stats { display: grid; grid-template-columns: repeat(2, 150px); gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.lw-raid__stats strong { display: block; color: #fff; font: 2rem Georgia, serif; }
.lw-raid__stats span { display: block; margin-top: 4px; color: rgba(255,255,255,.4); font-size: .72rem; }

.lw-tools { padding: 62px 0; background: #17112d; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.lw-tools__layout { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.lw-tools h2 { margin: 0; color: #fff; font: 400 clamp(2rem, 4vw, 3.6rem) Georgia, serif; letter-spacing: -.04em; }
.lw-tools p { max-width: 560px; margin: 14px 0 0; color: rgba(220,220,255,.56); line-height: 1.7; }
.lw-tools__badges { display: flex; flex-wrap: wrap; gap: 10px; }
.lw-tools__badges span { display: flex; align-items: center; gap: 9px; padding: 13px 15px; color: #d9ffff; background: rgba(104,230,223,.06); border: 1px solid rgba(104,230,223,.2); font-size: .73rem; white-space: nowrap; }
.lw-tools__badges span:last-child { color: #f3dcff; background: rgba(201,149,255,.06); border-color: rgba(201,149,255,.2); }
.lw-tools__badges b { color: var(--lw-cyan); font-size: 1rem; }
.lw-tools__badges span:last-child b { color: var(--lw-purple); }

.lw-join { padding: 120px 0; }
.lw-join__layout { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.lw-join h2 { font-size: clamp(3rem, 6vw, 6rem); color: #fff; }
.lw-join p { max-width: 430px; margin: 28px 0 0; color: rgba(220,220,255,.55); line-height: 1.8; }
.lw-join__actions { min-width: 245px; }
.lw-join__actions .lw-button { width: 100%; }
.lw-socials { display: flex; gap: 10px; margin-top: 12px; }
.lw-socials a { flex: 1; padding: 12px; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.15); text-align: center; font-size: .72rem; text-decoration: none; transition: .2s; }
.lw-socials a:hover { color: #fff; border-color: var(--lw-cyan); }

@keyframes lw-drift { 0%,100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(0,-10px,0) rotate(3deg); } }
@keyframes lw-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.lw-reveal { animation: lw-rise .8s ease-out both; }
.lw-reveal--1 { animation-delay: .12s; }
.lw-reveal--2 { animation-delay: .24s; }
.lw-reveal--3 { animation-delay: .36s; }

@media (max-width: 900px) {
  .lw-shell { width: min(100% - 32px, 680px); }
  .lw-section { padding: 82px 0; }
  .lw-hero { min-height: 760px; }
  .lw-hero__content { padding-top: 120px; }
  .lw-split-heading, .lw-classes__layout, .lw-raid__layout, .lw-tools__layout, .lw-join__layout { grid-template-columns: 1fr; gap: 38px; }
  .lw-split-heading p { max-width: 600px; }
  .lw-feature-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .lw-feature-card { min-height: 170px; }
  .lw-feature-card__mark { margin-bottom: 40px; }
  .lw-class-panel { min-height: 500px; }
  .lw-class-panel__image { right: -17%; width: 115%; height: 96%; }
  .lw-raid__visual { height: 380px; order: 2; }
  .lw-raid__copy { order: 1; }
  .lw-tools__badges { margin-top: 6px; }
  .lw-join__actions { min-width: 0; max-width: 360px; }
}

@media (max-width: 560px) {
  body.page-about-redesign .site-header { position: absolute; width: 100%; background: transparent; }
  .lw-hero { min-height: 720px; }
  .lw-hero__content { padding-top: 150px; }
  .lw-hero__title { font-size: clamp(4rem, 19vw, 6rem); }
  .lw-hero__lead { font-size: .92rem; line-height: 1.7; }
  .lw-hero__facts { margin-top: 58px; }
  .lw-hero__facts span { font-size: .55rem; }
  .lw-split-heading h2, .lw-classes h2, .lw-raid h2 { font-size: 2.8rem; }
  .lw-class-panel__copy { left: 22px; bottom: 24px; right: 22px; }
  .lw-class-panel__meta { left: 22px; right: 22px; }
  .lw-class-panel__copy h3 { font-size: 2.6rem; }
  .lw-raid__visual { height: 310px; }
  .lw-tools__badges { display: grid; grid-template-columns: 1fr; }
}