.about-selected-page{
  margin:0;
  color:#dce8ff;
  background:#020a1f;
  font-family:"Geist",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color-scheme:dark;
}

.about-selected-page .page:before{
  opacity:.055;
  mix-blend-mode:screen;
}

.about-page{
  background:
    linear-gradient(180deg,#020a1f 0%,#06142a 42%,#020a1f 100%);
}

.about-main{
  overflow:hidden;
  background:#020a1f;
}

.skip-link{
  position:absolute;
  top:14px;
  left:14px;
  z-index:120;
  transform:translateY(-160%);
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:8px;
  color:#061026;
  background:#fff;
  font-size:.875rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 20px 52px rgba(0,0,0,.32);
  transition:transform .18s ease;
}

.skip-link:focus-visible{
  transform:translateY(0);
  outline:3px solid rgba(118,170,255,.62);
  outline-offset:3px;
}

.about-shell{
  width:min(1220px,calc(100% - 74px));
  margin:0 auto;
}

.about-hero{
  position:relative;
  min-height:930px;
  display:grid;
  place-items:center;
  padding:152px 0 228px;
  isolation:isolate;
  overflow:hidden;
}

.about-hero-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(2,10,31,.08) 0%,rgba(2,10,31,.05) 44%,rgba(2,10,31,.68) 88%,#020a1f 100%),
    linear-gradient(90deg,rgba(2,10,31,.46) 0%,rgba(2,10,31,.06) 42%,rgba(2,10,31,.2) 100%),
    var(--about-hero-image) center 42%/cover no-repeat;
  filter:saturate(1.08) contrast(1.12) brightness(1.08);
  transform:scale(1.02);
}

.about-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(2,10,31,0) 0%,rgba(2,10,31,.12) 58%,#020a1f 100%),
    linear-gradient(90deg,rgba(2,10,31,.18),rgba(2,10,31,0) 42%,rgba(2,10,31,.18));
  pointer-events:none;
}

.about-hero-inner{
  max-width:940px;
  text-align:center;
  transform:translateY(8px);
}

.about-kicker,
.about-blue-kicker,
.about-green-kicker{
  margin:0 0 20px;
  font-size:.75rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.about-kicker{color:rgba(218,232,255,.72)}
.about-blue-kicker{color:#5c95ff}
.about-green-kicker{color:#63d69a}

.about-hero h1{
  max-width:900px;
  margin:0 auto;
  color:#fff;
  font-size:3.72rem;
  font-weight:780;
  line-height:1.08;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 26px 80px rgba(0,0,0,.52);
}

.about-hero-copy{
  max-width:650px;
  margin:24px auto 0;
  color:rgba(232,240,255,.82);
  font-size:1.125rem;
  line-height:1.55;
}

.about-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-top:32px;
}

.about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 24px;
  border-radius:8px;
  font-size:.9375rem;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease;
}

.about-btn:hover{transform:translateY(-2px)}

.about-btn-primary{
  color:#fff;
  background:#1764ff;
  box-shadow:0 22px 56px rgba(23,100,255,.34);
}

.about-btn-primary:hover{
  background:#0d56ea;
  box-shadow:0 28px 68px rgba(23,100,255,.42);
}

.about-btn-secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}

.about-btn-secondary:hover{
  border-color:rgba(255,255,255,.62);
  background:rgba(255,255,255,.12);
}

.about-btn-arrow:after{
  content:"→";
  margin-left:8px;
  font-size:.9em;
}

.about-principle-row{
  position:relative;
  z-index:2;
  margin-top:-204px;
  padding:0 0 72px;
}

.about-principles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-bottom:1px solid rgba(255,255,255,.13);
}

.about-principle{
  min-height:170px;
  padding:0 54px 28px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.22);
  transition:transform .24s ease;
}

.about-principle:last-child{border-right:0}

.principle-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin:0 auto 18px;
  border:1px solid rgba(84,147,255,.5);
  border-radius:8px;
  color:#62a0ff;
  background:rgba(10,31,67,.66);
  box-shadow:0 18px 44px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.1);
}

.principle-icon svg,
.about-bento-symbol svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.about-principle h2{
  margin:0;
  color:#fff;
  font-size:1.25rem;
  font-weight:720;
}

.about-principle p{
  max-width:236px;
  margin:11px auto 0;
  color:rgba(224,235,255,.78);
  font-size:.9375rem;
  line-height:1.5;
}

.about-mission-section{
  padding:78px 0 76px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg,rgba(0,91,255,.08),rgba(2,10,31,0) 42%,rgba(43,190,131,.055)),
    #031026;
}

.about-mission-grid{
  display:grid;
  grid-template-columns:minmax(0,470px) 580px;
  gap:88px;
  align-items:center;
}

.about-mission-copy h2{
  max-width:440px;
  margin:0;
  color:#fff;
  font-size:2.26rem;
  font-weight:760;
  line-height:1.12;
  letter-spacing:0;
  text-wrap:balance;
}

.about-mission-copy{
  padding-left:38px;
}

.about-mission-copy p{
  max-width:430px;
  margin:28px 0 0;
  color:rgba(224,235,255,.78);
  font-size:1.0625rem;
  line-height:1.6;
}

.about-mission-copy ul{
  display:grid;
  gap:18px;
  margin:32px 0 0;
  padding:0;
  list-style:none;
}

.about-mission-copy li{
  position:relative;
  padding-left:30px;
  color:rgba(242,247,255,.88);
  font-size:1rem;
  line-height:1.45;
}

.about-mission-copy li:before{
  content:"";
  position:absolute;
  left:0;
  top:.13em;
  width:16px;
  height:16px;
  border:1.5px solid #327cff;
  border-radius:50%;
  box-shadow:inset 0 0 0 4px #06142a;
}

.about-mission-copy li:after{
  content:"";
  position:absolute;
  left:5px;
  top:.5em;
  width:5px;
  height:3px;
  border-left:1.5px solid #73a6ff;
  border-bottom:1.5px solid #73a6ff;
  transform:rotate(-45deg);
}

.about-model-board{
  position:relative;
  overflow:hidden;
  padding:30px 34px 28px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:10px;
  background:
    linear-gradient(145deg,rgba(16,37,78,.82),rgba(8,21,47,.78)),
    rgba(255,255,255,.055);
  box-shadow:0 30px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
}

.about-model-board:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:54px 54px;
  opacity:.42;
  pointer-events:none;
  mask-image:linear-gradient(180deg,#000,transparent 88%);
}

.about-model-board > *{
  position:relative;
  z-index:1;
}

.about-model-rail{
  position:absolute;
  left:73px;
  top:118px;
  bottom:166px;
  width:1px;
  z-index:0;
  background:repeating-linear-gradient(180deg,rgba(255,255,255,.4) 0 5px,transparent 5px 10px);
}

.about-model-rail:before,
.about-model-rail:after{
  content:"";
  position:absolute;
  left:-4px;
  width:9px;
  height:9px;
  border-right:1px solid rgba(255,255,255,.7);
  border-bottom:1px solid rgba(255,255,255,.7);
}

.about-model-rail:before{
  top:36px;
  transform:rotate(45deg);
}

.about-model-rail:after{
  bottom:36px;
  transform:rotate(45deg);
}

.about-model-step{
  display:grid;
  grid-template-columns:42px 58px minmax(0,1fr);
  gap:20px;
  align-items:center;
  min-height:106px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(2,10,31,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .24s ease,border-color .24s ease,background-color .24s ease;
}

.about-model-step:hover{
  transform:translateY(-3px);
  border-color:rgba(99,214,154,.38);
  background:rgba(6,20,48,.68);
}

.about-model-step + .about-model-step{margin-top:14px}

.about-model-number{
  color:#63d69a;
  font-size:1.08rem;
  font-weight:800;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.about-model-step h3{
  margin:0;
  color:#fff;
  font-size:1.1875rem;
  font-weight:760;
  line-height:1.16;
}

.about-model-step p{
  max-width:360px;
  margin:8px 0 0;
  color:rgba(224,235,255,.76);
  font-size:.9375rem;
  line-height:1.5;
}

.about-model-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border:1px solid rgba(99,214,154,.82);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#8ef0bd;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.about-model-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.about-model-foot{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  margin-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
}

.about-model-foot div{
  position:relative;
  padding:18px 18px 0 66px;
}

.about-model-foot div + div{
  border-left:1px solid rgba(255,255,255,.16);
}

.about-model-foot strong{
  display:block;
  color:#b9d770;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.about-model-foot p{
  margin:7px 0 0;
  color:rgba(224,235,255,.76);
  font-size:.875rem;
  line-height:1.5;
}

.about-model-foot-icon{
  position:absolute;
  left:16px;
  top:18px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.055);
}

.about-model-foot-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.about-bento-section{
  padding:80px 0 84px;
  background:
    linear-gradient(180deg,#020a1f 0%,#06142a 48%,#020a1f 100%);
}

.about-center{text-align:center}

.about-section-title{
  max-width:720px;
  margin:0 auto 40px;
  color:#fff;
  text-align:center;
  font-size:2.72rem;
  font-weight:760;
  line-height:1.06;
  letter-spacing:0;
}

.about-bento-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-flow:dense;
  gap:6px;
}

.about-bento-card,
.about-bento-image{
  min-height:292px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}

.about-bento-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 32px;
  background:
    linear-gradient(145deg,rgba(15,35,74,.82),rgba(8,24,54,.64)),
    rgba(255,255,255,.045);
  transition:transform .24s ease,border-color .24s ease,background-color .24s ease;
}

.about-bento-card:hover{
  transform:translateY(-4px);
  border-color:rgba(99,214,154,.36);
}

.about-bento-symbol{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:24px;
  color:#63d69a;
}

.about-bento-card h3{
  margin:0;
  color:#fff;
  font-size:1.25rem;
  font-weight:760;
  line-height:1.18;
}

.about-bento-card p{
  margin:16px 0 0;
  color:rgba(224,235,255,.76);
  font-size:1rem;
  line-height:1.5;
}

.about-bento-image{
  position:relative;
  background-size:cover;
  background-position:center;
  filter:saturate(1.14) contrast(1.12) brightness(1.26);
  transition:transform .7s ease,filter .7s ease;
}

.about-bento-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,10,31,0),rgba(2,10,31,.06));
  pointer-events:none;
}

.about-bento-image:hover{
  transform:scale(1.012);
  filter:saturate(1.18) contrast(1.14) brightness(1.32);
}

.about-bento-mountain{
  background-image:url("assets/about/selected-mockup/about-bento-mountain-twilight.png");
  background-position:58% center;
}

.about-bento-castle{
  background-image:url("assets/about/selected-mockup/about-bento-original-castle-twilight.png");
  background-position:58% center;
}

.about-bento-waterfront{
  background-image:url("assets/about/selected-mockup/about-bento-waterfront-dusk.png");
  background-position:34% center;
}

.about-bento-garden{
  background-image:url("assets/about/selected-mockup/about-bento-lantern-garden.png");
}

.about-final-cta{
  position:relative;
  overflow:hidden;
  padding:70px 0 56px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.12);
  background:#05132b;
  isolation:isolate;
}

.about-final-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(2,10,31,.86),rgba(2,10,31,.42),rgba(2,10,31,.7)),
    url("assets/about/selected-mockup/about-cta-navigation-texture.png") center/cover no-repeat;
  opacity:.82;
}

.about-final-cta:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(2,10,31,.2),rgba(2,10,31,.72));
  pointer-events:none;
}

.about-final-cta h2{
  max-width:720px;
  margin:0 auto 24px;
  color:#fff;
  font-size:2.14rem;
  font-weight:760;
  line-height:1.1;
  letter-spacing:0;
  text-wrap:balance;
}

.about-early-copy{
  margin:16px 0 0;
  color:rgba(224,235,255,.64);
  font-size:.875rem;
}

.about-selected-page rdh-site-footer .footer{
  margin-top:0;
  padding:34px 0 26px;
  background:
    radial-gradient(circle at 16% 4%,rgba(0,91,255,.16),transparent 30%),
    radial-gradient(circle at 86% 10%,rgba(43,190,131,.07),transparent 24%),
    linear-gradient(180deg,#061026 0%,#020a1f 100%);
}

.about-selected-page rdh-site-footer .footer-shell{
  width:min(1110px,calc(100% - 180px));
}

.about-selected-page rdh-site-footer .footer-inner{
  grid-template-columns:minmax(220px,1fr) minmax(140px,.6fr) minmax(120px,.52fr) minmax(120px,.5fr) minmax(230px,.82fr);
  gap:40px;
  font-size:14px;
  line-height:1.55;
}

.about-selected-page rdh-site-footer .footer-brand-column p{
  max-width:220px;
  font-size:14px;
  line-height:1.5;
}

.about-selected-page rdh-site-footer .footer-brand{
  gap:10px;
  margin-bottom:12px;
}

.about-selected-page rdh-site-footer .brand-mark{
  width:34px;
  height:34px;
  border-radius:8px;
}

.about-selected-page rdh-site-footer .brand-word{width:150px}

.about-selected-page rdh-site-footer .footer-social{
  gap:8px;
  margin-top:16px;
}

.about-selected-page rdh-site-footer .footer-social a{
  width:34px;
  height:34px;
  border-radius:6px;
}

.about-selected-page rdh-site-footer .footer-social svg{
  width:16px;
  height:16px;
}

.about-selected-page rdh-site-footer .footer-col h3{
  margin-bottom:10px;
  font-size:14px;
  font-weight:650;
}

.about-selected-page rdh-site-footer .footer-col a,
.about-selected-page rdh-site-footer .footer-col p{
  font-size:14px;
  line-height:1.6;
}

.about-selected-page rdh-site-footer .footer-email{
  max-width:250px;
  margin-top:12px;
  padding:5px;
}

.about-selected-page rdh-site-footer .footer-email input{
  font-size:14px;
  padding:0 10px;
}

.about-selected-page rdh-site-footer .footer-email button{
  width:36px;
  height:36px;
}

.about-selected-page rdh-site-footer .footer-legal{
  margin-top:24px;
  padding-top:16px;
}

.about-selected-page rdh-site-footer .footer-disclaimer{
  max-width:900px;
  font-size:12px;
  line-height:1.6;
}

@media(max-width:1100px){
  .about-shell{width:min(100% - 48px,900px)}
  .about-hero{min-height:840px;padding:118px 0 178px}
  .about-hero h1{font-size:3.4rem}
  .about-principle-row{margin-top:-162px}
  .about-principles{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;border-bottom:0}
  .about-principle{border-right:0;padding:0 24px 24px}
  .about-principle:nth-child(odd){border-right:1px solid rgba(255,255,255,.14)}
  .about-mission-grid{grid-template-columns:1fr;gap:52px}
  .about-mission-copy{padding-left:0}
  .about-mission-copy h2{font-size:2.4rem}
  .about-bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:720px){
  .about-shell{width:min(100% - 32px,640px)}
  .about-hero{
    min-height:810px;
    place-items:end start;
    padding:152px 0 152px;
  }
  .about-hero-bg{
    background-position:62% center;
    filter:saturate(1.04) contrast(1.2) brightness(.72);
  }
  .about-hero-inner{
    text-align:left;
    transform:none;
  }
  .about-kicker,
  .about-blue-kicker,
  .about-green-kicker{
    font-size:.75rem;
    letter-spacing:.12em;
  }
  .about-hero h1{
    font-size:2.72rem;
    line-height:1.06;
  }
  .about-hero-copy{
    margin-top:22px;
    font-size:1rem;
  }
  .about-actions{
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:12px;
  }
  .about-btn{
    min-height:48px;
    padding:0 20px;
    font-size:.9rem;
  }
  .about-principle-row{
    margin-top:-112px;
    padding-bottom:60px;
  }
  .about-principles{grid-template-columns:1fr;gap:0}
  .about-principle,
  .about-principle:nth-child(odd){
    min-height:0;
    text-align:left;
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .principle-icon{margin:0 0 14px}
  .about-principle p{margin-left:0}
  .about-mission-section,
  .about-bento-section{padding:72px 0}
  .about-mission-copy h2,
  .about-section-title,
  .about-final-cta h2{
    font-size:2.2rem;
  }
  .about-mission-copy p{font-size:1rem}
  .about-model-board{padding:20px}
  .about-model-rail{display:none}
  .about-model-step{
    grid-template-columns:34px 48px minmax(0,1fr);
    min-height:0;
    gap:12px;
    padding:16px;
  }
  .about-model-icon{
    display:grid;
    width:48px;
    height:48px;
    border-radius:9px;
  }
  .about-model-icon svg{
    width:23px;
    height:23px;
  }
  .about-model-number{font-size:1rem}
  .about-model-foot{grid-template-columns:1fr}
  .about-model-foot div + div{border-left:0}
  .about-bento-grid{grid-template-columns:1fr}
  .about-bento-card,
  .about-bento-image{min-height:244px}
  .about-bento-card{padding:30px}
  .about-final-cta{padding:76px 0 72px}
  .about-selected-page rdh-site-footer .footer-social a,
  .about-selected-page rdh-site-footer .footer-email button{
    width:44px;
    height:44px;
  }
  .about-selected-page rdh-site-footer .footer-social svg{
    width:18px;
    height:18px;
  }
  .about-selected-page rdh-site-footer .footer-email input{
    min-height:44px;
  }
}

@media(max-width:390px){
  .about-hero h1{font-size:2.45rem}
  .about-hero{min-height:790px}
}

@media (prefers-reduced-motion: reduce){
  .about-btn,
  .about-principle,
  .about-model-step,
  .about-bento-card,
  .about-bento-image{
    transition:none;
  }
}
