/* About opening and relocated capacity cards. Scoped to this page. */
.au-story-flow{background:#126b84;}
.au-opening{position:relative;z-index:1;background:#fff;border-radius:0 0 48px 48px;padding-top:108px;}
.au-story-hero{
  margin:0 24px;min-height:560px;min-height:clamp(520px,calc(100svh - 132px),760px);
  padding:104px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  border-radius:40px;color:#fff;
  background:
    radial-gradient(ellipse at 48% 43%,#005d59 0%,rgba(0,93,89,.85) 18%,rgba(0,93,89,0) 54%),
    radial-gradient(ellipse at 0% 84%,#bca7ff 0%,rgba(188,167,255,0) 46%),
    radial-gradient(ellipse at 104% 27%,#baadff 0%,rgba(186,173,255,0) 44%),
    radial-gradient(ellipse at 53% 110%,#78e9ed 0%,rgba(120,233,237,0) 48%),
    radial-gradient(ellipse at 100% 100%,#70e4b2 0%,rgba(112,228,178,0) 48%),
    radial-gradient(ellipse at 5% 0%,#009776 0%,rgba(0,151,118,0) 47%),
    linear-gradient(125deg,#307dc4 0%,#0868b5 58%,#529adf 100%);
}
.au-story-hero .eyebrow{color:#e4eddf;margin-bottom:30px;}
.au-story-hero h1{font-family:var(--font-display);font-size:clamp(40px,5.3vw,72px);font-weight:600;line-height:1.12;letter-spacing:-2.2px;max-width:1000px;text-wrap:balance;}
.au-story-copy{max-width:784px;margin:auto;padding:112px 32px 120px;}
.au-story-copy p{font-size:15px;font-weight:400;line-height:1.7;color:var(--graphite);margin-bottom:18px;text-wrap:pretty;}
.au-story-copy p:last-of-type{margin-bottom:24px;}
.au-story-link{display:inline-flex;gap:18px;align-items:center;color:var(--green);font-size:15px;font-weight:500;padding:8px 0;}
.au-story-link:hover{color:var(--green-dk);}
.au-story-flow + .au-wrap{padding-top:64px;}
  /* ---------- au-proof: centered statement + tilted statistic cards ---------- */
  .au-proof{
    text-align:center;padding:140px 32px 72px;margin-top:-48px;
    background:#00686c;
  }
  .au-proof::after{
    content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,0) 55%,#fff 100%);
  }
  .au-proof .eyebrow{margin-bottom:22px;color:#e5f0f4;}
  .au-proof h2{font-family:var(--font-display);font-weight:700;font-size:clamp(36px,4.6vw,58px);letter-spacing:-1.8px;line-height:1.1;max-width:860px;margin:0 auto;color:#fff;text-wrap:balance;}
  .au-proof h2 .g{color:#fff;}
  .au-proof > p{max-width:780px;margin:26px auto 0;font-size:16px;line-height:1.75;color:#f0f6fa;text-wrap:pretty;}
  .au-proof .au-proof-cards{
    max-width:1136px;margin:64px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;
    background:none;border-radius:0;padding:16px 0 22px;text-align:left;
  }
  .au-proof .au-proof-card{
    --card-tilt:-3deg;min-width:0;min-height:230px;position:relative;display:flex;border:0;outline:none;
  }
  .au-proof .au-proof-surface{
    width:100%;padding:30px 24px 28px;border-radius:26px;background:#fff;
    box-shadow:0 12px 24px #17496314;display:flex;flex-direction:column;justify-content:space-between;gap:24px;
    transform:rotate(var(--card-tilt));transform-origin:center;pointer-events:none;
    transition:transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
  }
  @media (hover:hover) and (pointer:fine){
    .au-proof .au-proof-card:hover{z-index:1;}
    .au-proof .au-proof-card:hover .au-proof-surface{transform:rotate(0deg);background:#f5f8fc;box-shadow:0 20px 40px #17496326;}
  }
  .au-proof .au-proof-card:focus-visible{z-index:1;}
  .au-proof .au-proof-card:focus-visible .au-proof-surface{
    transform:rotate(0deg);background:#f5f8fc;box-shadow:0 20px 40px #17496326;
    outline:2px solid var(--green);outline-offset:5px;
  }
  @media (prefers-reduced-motion:reduce){.au-proof .au-proof-surface{transition:none;}}

  .au-proof .au-proof-card:nth-child(2){--card-tilt:3deg;}
  .au-proof .au-proof-card:nth-child(3){--card-tilt:-2deg;}
  .au-proof .au-proof-card:nth-child(4){--card-tilt:2.5deg;}
  .au-proof .au-proof-card strong{
    display:block;font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:64px;
    font-variant-numeric:lining-nums;letter-spacing:-3.5px;color:#157b85;line-height:1.05;white-space:nowrap;
  }
  .au-proof .au-proof-card strong small{font-family:'Inter',sans-serif;font-size:24px;font-weight:500;letter-spacing:-.5px;}
  .au-proof .au-proof-card:nth-child(2) strong{color:#367cc5;}
  .au-proof .au-proof-card:nth-child(3) strong{color:#8460b6;font-size:82px;}
  .au-proof .au-proof-card:nth-child(4) strong{color:#308568;font-size:76px;}
  .au-proof .au-proof-surface > span{display:block;font-size:15px;font-weight:500;line-height:1.5;color:#344350;max-width:210px;}


@media(max-width:1000px){
  .au-story-hero{margin:0 20px;padding:88px 32px;}
  .au-proof{padding:120px 32px 56px;}
  .au-proof h2{font-size:46px;}
  .au-proof .au-proof-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px;gap:32px;margin-top:48px;}
  .au-proof .au-proof-card{min-height:228px;}
}
@media(max-width:640px){
  .au-opening{padding-top:94px;border-radius:0 0 28px 28px;}
  .au-story-hero{margin:0 12px;min-height:480px;min-height:clamp(430px,calc(100svh - 112px),640px);padding:72px 24px;border-radius:28px;}
  .au-story-hero h1{font-size:clamp(34px,8vw,44px);letter-spacing:-1.2px;}
  .au-story-hero .eyebrow{margin-bottom:24px;}
  .au-story-copy{padding:64px 28px 72px;}
  .au-proof{padding:92px 24px 40px;margin-top:-28px;}
  .au-proof h2{font-size:34px;letter-spacing:-1px;}
  .au-proof > p{font-size:14px;line-height:1.7;}
  .au-proof .au-proof-cards{grid-template-columns:1fr;max-width:350px;gap:24px;margin-top:32px;padding:12px 4px 20px;}
  .au-proof .au-proof-card{min-height:192px;}
  .au-proof .au-proof-surface{padding:26px 28px;gap:20px;}
  .au-proof .au-proof-surface > span{max-width:250px;}
  .au-proof .au-proof-card:nth-child(n){--card-tilt:-1.5deg;}
  .au-proof .au-proof-card:nth-child(even){--card-tilt:1.5deg;}
  .au-story-flow + .au-wrap{padding-top:40px;}
}
