:root {
  --about-navy: #07162f;
  --about-text: #34425b;
  --about-muted: #647087;
  --about-orange: #ff6508;
  --about-orange-dark: #eb5400;
  --about-line: #e6ebf2;
  --about-bg: #f8fafc;
  --about-white: #fff;
  --about-shadow: 0 18px 46px rgba(13, 33, 64, .09);
}

.go-about-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--about-bg);
  color: var(--about-navy);
  font-family: Inter, Arial, sans-serif;
}

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

.go-about-page a {
  text-decoration: none;
}

.about-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.about-hero {
  position: relative;
  padding: 64px 0 0;
  margin-bottom: 54px;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 108, 18, .09), transparent 25%),
    radial-gradient(circle at 62% 15%, rgba(40, 116, 229, .08), transparent 24%),
    linear-gradient(110deg, #fff 0%, #fbfcfe 48%, #f1f6fc 100%);
}

.about-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(248, 250, 252, .92));
}

.about-hero-grid {
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  align-items: stretch;
  gap: 34px;
}

.about-hero-copy {
  align-self: center;
  padding: 24px 0 78px;
}

.about-kicker,
.about-section-kicker {
  display: inline-block;
  color: var(--about-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .045em;
}

.about-hero-copy h1 {
  max-width: 570px;
  margin: 18px 0 18px;
  color: var(--about-navy);
  font-size: clamp(42px, 4.5vw, 58px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.about-hero-copy h1 mark {
  padding: 0;
  background: transparent;
  color: var(--about-orange);
}

.about-hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: var(--about-text);
  font-size: 16px;
  line-height: 1.75;
}

.about-location-points {
  display: grid;
  max-width: 510px;
  gap: 0;
  margin-top: 30px;
}

.about-location-points article {
  position: relative;
  display: grid;
  min-height: 66px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
}

.about-location-points article:not(:last-child)::after {
  position: absolute;
  top: 49px;
  bottom: -12px;
  left: 23px;
  border-left: 1px dashed #d8dee8;
  content: "";
}

.about-point-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #edf0f4;
  border-radius: 50%;
  background: #fff;
  color: var(--about-orange);
  box-shadow: 0 8px 20px rgba(13, 33, 64, .06);
}

.about-point-icon svg,
.about-stat-icon svg,
.about-value-card > span svg,
.about-contact-list svg,
.about-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-location-points strong,
.about-location-points small {
  display: block;
}

.about-location-points strong {
  color: var(--about-navy);
  font-size: 14px;
  font-weight: 900;
}

.about-location-points small {
  margin-top: 4px;
  color: #5c6981;
  font-size: 12px;
  line-height: 1.4;
}

.about-hero-visual {
  position: relative;
  min-height: 510px;
  overflow: visible;
  border-radius: 0 0 0 26px;
  background: #dce9f8;
}

.about-hero-visual::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 105px;
  content: "";
  background: linear-gradient(90deg, #fbfcfe 0%, rgba(251, 252, 254, .76) 26%, transparent 100%);
  pointer-events: none;
}

.about-hero-visual::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(248, 250, 252, .82));
  pointer-events: none;
}

.about-hero-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center 23%;
}

.about-building-label {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 120px;
  display: grid;
  max-width: 220px;
  grid-template-columns: 36px 1fr;
  padding: 13px 15px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7719, #ff5900);
  color: #fff;
  box-shadow: 0 16px 34px rgba(181, 63, 0, .28);
}

.about-building-label > span {
  grid-row: 1 / 3;
}

.about-building-label svg,
.about-map-pin svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  stroke: #fff;
  stroke-width: 1.3;
}

.about-building-label b {
  font-size: 14px;
  font-weight: 900;
}

.about-building-label small {
  margin-top: 3px;
  font-size: 10.5px;
  line-height: 1.35;
}

.about-stats {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 138px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  margin-top: -22px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--about-shadow);
  backdrop-filter: blur(12px);
}

.about-stats article {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 28px 13px;
}

.about-stats article:not(:last-child)::after {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  content: "";
  background: #edf0f4;
}

.about-stat-icon {
  flex: 0 0 auto;
  color: var(--about-orange);
}

.about-stats strong,
.about-stats small {
  display: block;
}

.about-stats strong {
  color: var(--about-navy);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.1;
}

.about-stats small {
  margin-top: 10px;
  color: #4d5b73;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.about-why {
  position: relative;
  padding: 54px 0 72px;
  background:
    radial-gradient(circle at 4% 42%, rgba(255, 100, 8, .08), transparent 22%),
    radial-gradient(circle at 96% 74%, rgba(39, 111, 226, .07), transparent 20%),
    var(--about-bg);
}

.about-why-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 42px;
}

.about-why-copy h2 {
  max-width: 570px;
  margin: 14px 0 26px;
  color: var(--about-navy);
  font-size: clamp(31px, 3.5vw, 44px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -.038em;
}

.about-why-copy ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-why-copy li {
  position: relative;
  padding-left: 30px;
  color: #526078;
  font-size: 13px;
  line-height: 1.55;
}

.about-why-copy li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1.5px solid var(--about-orange);
  border-radius: 50%;
  color: var(--about-orange);
  content: "✓";
  font-size: 11px;
  font-weight: 950;
}

.about-why-visual {
  position: relative;
  min-height: 350px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #e9eef5;
  box-shadow: var(--about-shadow);
}

.about-why-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}

.about-why-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 20, 45, .82));
  pointer-events: none;
}

.about-why-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
}

.about-why-visual figcaption strong,
.about-why-visual figcaption span {
  display: block;
}

.about-why-visual figcaption strong {
  font-size: 17px;
  font-weight: 900;
}

.about-why-visual figcaption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 1.3fr);
  gap: 16px;
  margin-top: 34px;
}

.about-value-card {
  min-height: 192px;
  padding: 23px 22px;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13, 33, 64, .055);
}

.about-value-card > span {
  display: block;
  color: var(--about-orange);
}

.about-value-card > span svg {
  width: 28px;
  height: 28px;
}

.about-value-card h3 {
  margin: 14px 0 8px;
  color: var(--about-navy);
  font-size: 15px;
  font-weight: 900;
}

.about-value-card p {
  margin: 0;
  color: #5d6a80;
  font-size: 12px;
  line-height: 1.65;
}

.about-value-card.is-featured {
  position: relative;
  overflow: hidden;
  border-color: #0a244b;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 102, 197, .3), transparent 42%),
    linear-gradient(135deg, #07162f, #0c2d59);
  box-shadow: 0 18px 38px rgba(7, 22, 47, .22);
}

.about-value-card.is-featured::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  content: "";
  background: var(--about-orange);
}

.about-value-card.is-featured h3,
.about-value-card.is-featured p {
  color: #fff;
}

.about-value-card.is-featured p {
  color: rgba(255, 255, 255, .76);
}

.about-value-card.is-featured > span {
  float: left;
  margin-right: 13px;
}

.about-value-card.is-featured h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}

.about-value-card.is-featured p {
  clear: both;
  padding-top: 6px;
}

.about-location-section {
  padding: 0 0 38px;
  background: var(--about-bg);
}

.about-location-card {
  display: grid;
  min-height: 360px;
  grid-template-columns: minmax(0, .73fr) minmax(0, 1.27fr);
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--about-shadow);
}

.about-location-copy {
  padding: 30px 28px;
}

.about-location-copy h2 {
  margin: 10px 0 12px;
  color: var(--about-navy);
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.025em;
}

.about-location-copy > p {
  margin: 0;
  color: #55637a;
  font-size: 12.5px;
  line-height: 1.65;
}

.about-contact-list {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.about-contact-list a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 9px;
  color: #31405a;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}

.about-contact-list a:hover {
  color: var(--about-orange);
}

.about-contact-list span {
  color: var(--about-orange);
}

.about-contact-list svg {
  width: 19px;
  height: 19px;
}

.about-map-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 14px;
  border-radius: 8px;
  background: #fff1e8;
  color: var(--about-orange-dark);
  font-size: 11px;
  font-weight: 900;
}

.about-map {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  border-left: 1px solid var(--about-line);
  background-color: #f4f5f7;
  background-image:
    linear-gradient(27deg, transparent 47%, rgba(212, 216, 222, .62) 48%, rgba(212, 216, 222, .62) 51%, transparent 52%),
    linear-gradient(116deg, transparent 47%, rgba(217, 221, 227, .66) 48%, rgba(217, 221, 227, .66) 51%, transparent 52%);
  background-size: 92px 92px, 122px 122px;
  color: var(--about-navy);
}

.about-map::before {
  position: absolute;
  inset: -25%;
  content: "";
  background:
    repeating-linear-gradient(12deg, transparent 0 48px, rgba(222, 225, 231, .7) 49px 52px, transparent 53px 94px),
    repeating-linear-gradient(102deg, transparent 0 58px, rgba(222, 225, 231, .62) 59px 62px, transparent 63px 108px);
  transform: rotate(-4deg);
}

.about-map-road {
  position: absolute;
  z-index: 1;
  display: block;
  height: 19px;
  border: 1px solid #d6d9df;
  background: #fff;
  box-shadow: inset 0 0 0 5px #f2f3f5;
}

.about-map-road::after {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  border-top: 1px dashed #c4c9d1;
  content: "";
}

.road-one {
  top: 42%;
  right: -10%;
  left: -10%;
  transform: rotate(-16deg);
}

.road-two {
  top: 12%;
  bottom: 0;
  left: 57%;
  width: 18px;
  height: 120%;
  transform: rotate(22deg);
}

.road-three {
  top: 78%;
  right: -10%;
  left: -10%;
  transform: rotate(14deg);
}

.about-map-pin {
  position: absolute;
  z-index: 5;
  display: block;
  filter: drop-shadow(0 8px 10px rgba(11, 34, 69, .18));
}

.about-map-pin svg {
  width: 46px;
  height: 46px;
  fill: currentColor;
  stroke: #fff;
  stroke-width: 1.2;
}

.main-pin {
  top: 38%;
  left: 42%;
  color: var(--about-orange);
  transform: translate(-50%, -50%);
}

.court-pin {
  right: 19%;
  bottom: 25%;
  color: var(--about-navy);
}

.court-pin svg {
  width: 30px;
  height: 30px;
}

.about-map-label {
  position: absolute;
  z-index: 6;
  display: block;
  border-radius: 8px;
  background: #fff;
  color: var(--about-navy);
  box-shadow: 0 7px 16px rgba(14, 35, 67, .11);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.floor-label {
  top: 14%;
  left: 29%;
  padding: 8px 10px;
  background: var(--about-navy);
  color: #fff;
}

.office-label {
  top: 39%;
  left: 47%;
  padding: 10px 12px;
}

.office-label small {
  display: block;
  margin-top: 2px;
  color: #6b7689;
  font-size: 9px;
}

.court-label {
  right: 8%;
  bottom: 35%;
  padding: 8px 10px;
  background: var(--about-navy);
  color: #fff;
}

.about-map-landmark {
  position: absolute;
  z-index: 3;
  display: block;
  width: 64px;
  height: 76px;
  opacity: .72;
  transform: skewY(-15deg);
}

.about-map-landmark::before,
.about-map-landmark::after,
.about-map-landmark i {
  position: absolute;
  content: "";
}

.about-map-landmark::before {
  inset: 12px 7px 0;
  border: 1px solid #b9c0ca;
  background: repeating-linear-gradient(90deg, #d6dae1 0 6px, #f4f5f7 7px 12px);
}

.about-map-landmark::after {
  top: 0;
  right: 0;
  left: 0;
  height: 18px;
  border: 1px solid #b9c0ca;
  background: #e3e6eb;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.plaza-landmark {
  top: 48%;
  left: 35%;
}

.court-landmark {
  right: 17%;
  bottom: 3%;
  width: 86px;
  height: 62px;
}

.about-map-open {
  position: absolute;
  z-index: 8;
  right: 14px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
  color: var(--about-orange-dark);
  box-shadow: 0 6px 14px rgba(13, 33, 64, .09);
  font-size: 10px;
  font-weight: 900;
}

.about-cta-section {
  padding: 0 0 64px;
  background: var(--about-bg);
}

.about-cta {
  display: grid;
  max-width: 1010px;
  min-height: 92px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  padding: 18px 26px;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(13, 33, 64, .065);
}

.about-cta-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff791b, #ff5b00);
  color: #fff;
  box-shadow: 0 9px 20px rgba(255, 101, 8, .22);
}

.about-cta h2 {
  margin: 0;
  color: var(--about-navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.about-cta p {
  margin: 5px 0 0;
  color: #657086;
  font-size: 11.5px;
}

.about-cta > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff7818, #ff5900);
  color: #fff;
  box-shadow: 0 9px 20px rgba(255, 101, 8, .2);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.about-cta > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(255, 101, 8, .28);
}

@media (max-width: 1040px) {
  .about-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-stats article:nth-child(3)::after {
    display: none;
  }

  .about-stats article:nth-child(-n+3) {
    border-bottom: 1px solid #edf0f4;
  }

  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-hero {
    padding-top: 40px;
  }

  .about-hero-grid,
  .about-why-grid,
  .about-location-card {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    padding: 20px 0 6px;
  }

  .about-hero-copy h1,
  .about-hero-copy > p {
    max-width: 680px;
  }

  .about-hero-visual {
    min-height: 420px;
    border-radius: 20px;
  }

  .about-hero-visual::before {
    display: none;
  }

  .about-hero-visual > img {
    min-height: 420px;
  }

  .about-building-label {
    bottom: 34px;
  }

  .about-stats {
    margin-top: 22px;
  }

  .about-why-grid {
    gap: 32px;
  }

  .about-location-card {
    overflow: hidden;
  }

  .about-map {
    min-height: 390px;
    border-top: 1px solid var(--about-line);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .about-container {
    width: min(100% - 24px, 1180px);
  }

  .about-hero {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .about-hero-grid {
    gap: 24px;
  }

  .about-hero-copy h1 {
    margin-top: 13px;
    font-size: clamp(38px, 11.5vw, 49px);
  }

  .about-hero-copy > p {
    font-size: 14px;
  }

  .about-location-points {
    margin-top: 22px;
  }

  .about-location-points article {
    grid-template-columns: 42px 1fr;
  }

  .about-location-points article:not(:last-child)::after {
    left: 20px;
  }

  .about-point-icon {
    width: 40px;
    height: 40px;
  }

  .about-point-icon svg {
    width: 21px;
    height: 21px;
  }

  .about-hero-visual,
  .about-hero-visual > img {
    min-height: 360px;
  }

  .about-hero-visual > img {
    object-position: center 18%;
  }

  .about-building-label {
    right: 12px;
    bottom: 20px;
    max-width: 205px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .about-stats article {
    min-height: 112px;
    padding: 22px 12px;
  }

  .about-stats article:nth-child(3)::after {
    display: block;
  }

  .about-stats article:nth-child(2n)::after {
    display: none;
  }

  .about-stats article:nth-child(-n+4) {
    border-bottom: 1px solid #edf0f4;
  }

  .about-stats strong {
    font-size: 18px;
  }

  .about-why {
    padding: 42px 0 54px;
  }

  .about-why-copy h2 {
    font-size: 31px;
  }

  .about-why-visual,
  .about-why-visual > img {
    min-height: 290px;
  }

  .about-values {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .about-value-card {
    min-height: 0;
  }

  .about-location-section {
    padding-bottom: 26px;
  }

  .about-location-copy {
    padding: 25px 21px;
  }

  .about-map {
    min-height: 330px;
  }

  .main-pin {
    left: 38%;
  }

  .office-label {
    left: 46%;
  }

  .about-cta-section {
    padding-bottom: 46px;
  }

  .about-cta {
    grid-template-columns: auto 1fr;
    padding: 18px;
  }

  .about-cta > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats article {
    justify-content: flex-start;
    padding-left: 28px;
    border-bottom: 1px solid #edf0f4;
  }

  .about-stats article::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-cta > a {
    transition: none !important;
  }
}
