body { background: var(--white); }
.about-section { padding: 112px 0; }
.about-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.about-heading h2 { margin-bottom: 0; }
.about-heading > p { max-width: 520px; margin: 0; color: var(--muted); }

.about-hero { position: relative; overflow: hidden; padding: 78px 0 108px; background: linear-gradient(130deg, var(--warm) 0%, #fff 56%, #eaf3f8 100%); }
.about-hero::before { content: ""; position: absolute; width: 580px; height: 580px; left: -360px; bottom: -360px; border: 1px solid rgba(8, 47, 80, .08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(8, 47, 80, .025), 0 0 0 180px rgba(8, 47, 80, .018); }
.about-hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.about-hero-copy h1 { max-width: 680px; margin-bottom: 28px; color: var(--navy); }
.about-hero-lead { max-width: 610px; margin-bottom: 30px; color: #526c80; font-size: 1.12rem; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.about-hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.about-hero-proof span { padding: 8px 11px; color: var(--muted); background: rgba(255, 255, 255, .72); border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; }
.about-hero-proof b { color: var(--navy); }
.about-hero-visual { position: relative; min-height: 635px; }
.about-hero-image { width: 100%; height: 610px; object-fit: cover; object-position: center 30%; border-radius: 44px 44% 44px 44px; box-shadow: var(--shadow); }
.hero-standard-card { position: absolute; top: 34px; left: -28px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; color: var(--navy); background: rgba(255, 255, 255, .97); border-radius: 18px; box-shadow: 0 18px 40px rgba(8, 47, 80, .18); }
.hero-standard-card img { width: 48px; height: 48px; object-fit: contain; }
.hero-standard-card div, .hero-gutter-card span { display: flex; flex-direction: column; }
.hero-standard-card small, .hero-gutter-card small { color: var(--muted); font-size: .68rem; }
.hero-standard-card strong, .hero-gutter-card strong { color: var(--navy); font-family: Inter, ui-sans-serif, sans-serif; font-size: .88rem; }
.hero-gutter-card { position: absolute; right: -26px; bottom: 0; width: 335px; display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 13px; padding: 12px; color: var(--navy); background: rgba(255, 255, 255, .97); border-radius: 21px; box-shadow: 0 22px 48px rgba(8, 47, 80, .22); }
.hero-gutter-card > img { width: 82px; height: 70px; object-fit: cover; border-radius: 14px; }

.rules-section { color: var(--white); background: linear-gradient(135deg, var(--navy) 0%, #0d416a 100%); }
.rules-heading h2 { color: var(--white); }
.rules-heading > p { color: #bfd1de; }
.rules-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; }
.rules-grid article { position: relative; min-height: 315px; padding: 27px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 25px; }
.rules-grid article:nth-child(-n+3) { grid-column: span 3; }
.rules-grid article:nth-child(4), .rules-grid article:nth-child(5) { grid-column: span 5; }
.rules-grid article:nth-child(3) { grid-column: span 4; }
.rules-grid article > span { position: absolute; top: 23px; right: 23px; color: #78a0ba; font-size: .7rem; font-weight: 800; }
.rules-grid img { width: 68px; height: 68px; margin-bottom: 43px; object-fit: contain; }
.rules-grid h3 { color: var(--white); font-size: 1.26rem; }
.rules-grid p { color: #bdd0dc; font-size: .86rem; }
.rules-grid small { position: absolute; right: 27px; bottom: 25px; left: 27px; padding-top: 13px; color: #91b4ca; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .7rem; }

.crew-section { background: var(--white); }
.crew-grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 82px; }
.crew-media { position: relative; padding-bottom: 52px; }
.crew-media > img { width: 100%; height: 680px; object-fit: cover; border-radius: 40px; }
.crew-media-note { position: absolute; right: -22px; bottom: 0; width: min(400px, 88%); display: flex; align-items: center; gap: 13px; padding: 17px; color: var(--navy); background: var(--warm); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.crew-media-note img { width: 58px; height: 58px; object-fit: contain; }
.crew-media-note span { display: flex; flex-direction: column; }
.crew-media-note small { color: var(--muted); font-size: .68rem; }
.crew-media-note strong { font-family: Inter, ui-sans-serif, sans-serif; font-size: .83rem; }
.crew-lead { color: var(--muted); font-size: 1.06rem; }
.arrival-list { margin-top: 31px; border-top: 1px solid var(--line); }
.arrival-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.arrival-list article > span { color: var(--navy-3); font-size: .7rem; font-weight: 800; }
.arrival-list h3 { margin-bottom: 5px; font-size: 1.02rem; }
.arrival-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.boundaries-section { background: var(--warm); }
.boundary-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.boundary-grid article { min-height: 285px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.boundary-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 62px; color: var(--navy); background: var(--blue-pale); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.boundary-grid h3 { font-size: 1.18rem; }
.boundary-grid p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }

.founder-section { color: var(--white); background: var(--navy); }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 78px; }
.founder-profile { padding: 36px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .15); border-radius: 30px; }
.founder-avatar { width: 132px; height: 132px; display: grid; place-items: center; margin-bottom: 32px; color: var(--navy); background: var(--warm); border-radius: 50%; font: 800 2.2rem/1 Inter, ui-sans-serif, sans-serif; letter-spacing: -.06em; }
.founder-profile h2 { margin-bottom: 7px; color: var(--white); font-size: clamp(2.35rem, 4vw, 3.6rem); }
.founder-profile > div:nth-child(2) > p:last-child { color: #b9cedb; }
.founder-profile dl { margin: 34px 0 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.founder-profile dl div { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.founder-profile dt { color: #8fb0c5; font-size: .72rem; }
.founder-profile dd { margin: 0; color: var(--white); font-size: .8rem; font-weight: 800; text-align: right; }
.founder-story h2 { color: var(--white); }
.founder-story > p:not(.eyebrow) { color: #bed1dd; }
.founder-story blockquote { margin: 32px 0; padding: 28px 30px; color: var(--white); background: rgba(255, 255, 255, .08); border-left: 3px solid #8eb5ce; border-radius: 0 18px 18px 0; font: 700 clamp(1.25rem, 2.5vw, 1.8rem)/1.45 Inter, ui-sans-serif, sans-serif; letter-spacing: -.025em; }

.details-section { background: var(--white); }
.details-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 78px; }
.details-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.details-card { padding: 20px 38px 30px; background: var(--warm); border: 1px solid var(--line); border-radius: 30px; }
.details-card dl { margin: 0; }
.details-card dl div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 20px; min-height: 68px; border-bottom: 1px solid var(--line); }
.details-card dt { color: var(--muted); font-size: .78rem; }
.details-card dd { margin: 0; color: var(--navy); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 800; text-align: right; }
.details-card dd.pending { color: #847969; font-weight: 600; }
.details-note { margin: 23px 0 0; padding: 15px 17px; color: var(--muted); background: var(--white); border-radius: 14px; font-size: .73rem; }

.fix-section { padding-top: 0; background: var(--white); }
.fix-card { display: grid; grid-template-columns: .4fr 1fr .72fr; align-items: center; gap: 45px; padding: 58px; color: var(--white); background: linear-gradient(120deg, var(--navy) 0%, #0d4168 100%); border-radius: 40px; overflow: hidden; }
.fix-number { display: flex; flex-direction: column; align-items: flex-start; padding-right: 35px; border-right: 1px solid rgba(255, 255, 255, .17); }
.fix-number strong { font: 800 clamp(5rem, 9vw, 8.5rem)/.82 Inter, ui-sans-serif, sans-serif; letter-spacing: -.08em; }
.fix-number span { margin-top: 13px; color: #b7cede; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fix-copy h2 { color: var(--white); font-size: clamp(2.2rem, 4vw, 3.65rem); }
.fix-copy > p:not(.eyebrow) { color: #c0d2de; }
.fix-steps { display: grid; gap: 10px; }
.fix-steps article { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; padding: 15px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13); border-radius: 15px; }
.fix-steps article > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); background: var(--white); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.fix-steps p { margin: 0; color: #c3d5e0; font-size: .78rem; }
.fix-steps strong { color: var(--white); }

.about-faq-section { background: var(--warm); }
.about-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 78px; }
.about-faq-intro { position: sticky; top: 120px; align-self: start; }
.about-faq-intro > p:not(.eyebrow) { color: var(--muted); }
.about-faq-section .faq-list { border-top-color: rgba(8, 47, 80, .18); }
.about-faq-section .faq-list details { border-bottom-color: rgba(8, 47, 80, .18); }
.about-faq-section .faq-list summary span { background: var(--white); }
.about-faq-section .faq-list a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1080px) {
  .about-hero-grid { gap: 42px; }
  .hero-standard-card { left: -12px; }
  .hero-gutter-card { right: -12px; }
  .rules-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-grid article, .rules-grid article:nth-child(-n+3), .rules-grid article:nth-child(3), .rules-grid article:nth-child(4), .rules-grid article:nth-child(5) { grid-column: auto; }
  .rules-grid article:last-child { grid-column: 1 / -1; }
  .boundary-grid { grid-template-columns: repeat(3, 1fr); }
  .fix-card { grid-template-columns: .35fr 1fr; }
  .fix-steps { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .about-section { padding: 86px 0; }
  .about-hero-grid, .crew-grid, .founder-grid, .details-grid, .about-faq-grid { grid-template-columns: 1fr; }
  .about-hero-copy { max-width: 690px; }
  .about-hero-visual { min-height: 590px; }
  .about-hero-image { height: 560px; }
  .about-heading { grid-template-columns: 1fr; gap: 20px; }
  .crew-grid, .founder-grid, .details-grid, .about-faq-grid { gap: 52px; }
  .crew-media > img { height: 580px; }
  .boundary-grid { grid-template-columns: repeat(2, 1fr); }
  .fix-card { grid-template-columns: 1fr; }
  .fix-number { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
  .fix-steps { grid-column: auto; }
  .about-faq-intro { position: static; }
}

@media (max-width: 620px) {
  .about-section { padding: 72px 0; }
  .about-hero { padding: 42px 0 86px; }
  .about-hero .entity-line { align-items: flex-start; border-radius: 16px; line-height: 1.5; }
  .about-hero h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
  .about-hero-lead { font-size: 1rem; }
  .about-hero-actions { align-items: stretch; flex-direction: column; }
  .about-hero-actions .button { width: 100%; }
  .about-hero-visual { min-height: 495px; }
  .about-hero-image { height: 465px; border-radius: 30px 34% 30px 30px; }
  .hero-standard-card { top: 15px; left: 10px; padding: 9px 11px; }
  .hero-standard-card img { width: 40px; height: 40px; }
  .hero-gutter-card { right: 10px; bottom: 0; width: calc(100% - 20px); grid-template-columns: 68px 1fr auto; }
  .hero-gutter-card > img { width: 68px; height: 58px; }
  .rules-grid { grid-template-columns: 1fr; }
  .rules-grid article:last-child { grid-column: auto; }
  .rules-grid article { min-height: 290px; }
  .crew-media > img { height: 460px; }
  .crew-media-note { right: 10px; }
  .boundary-grid { grid-template-columns: 1fr; }
  .boundary-grid article { min-height: 230px; }
  .boundary-grid article > span { margin-bottom: 38px; }
  .details-card { padding: 12px 20px 22px; }
  .details-card dl div { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .details-card dd { text-align: left; }
  .fix-card { width: min(calc(100% - 20px), 1200px); padding: 34px 22px; border-radius: 28px; }
  .fix-steps { grid-template-columns: 1fr; }
}
