.about-page {
  min-height: 100vh;
  background: #f7fafc;
}

.about-page .button {
  border-radius: 999px;
}

.about-story {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 79% 17%, rgba(31, 122, 184, 0.34), transparent 35%),
    radial-gradient(circle at 12% 92%, rgba(255, 138, 52, 0.1), transparent 30%),
    linear-gradient(145deg, #061b2c 0%, #082842 54%, #0a3555 100%);
}

.about-story::before {
  position: absolute;
  top: 22%;
  left: -8rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, 0.018),
    0 0 0 8rem rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.about-story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.25rem);
  min-height: min(850px, 100svh);
  padding-top: clamp(8.8rem, 13vh, 10.25rem);
  padding-bottom: clamp(5.5rem, 8vw, 7.5rem);
}

.about-story__copy {
  padding-bottom: 1rem;
}

.about-story__eyebrow,
.visit-contact__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.3rem;
  color: #8fd0ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.about-story__eyebrow::before,
.visit-contact__eyebrow::before {
  width: 2.4rem;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  content: "";
}

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

.about-story__copy h1 {
  max-width: 9.7ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.7rem, 6vw, 5.8rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.about-story__copy p:not(.about-story__eyebrow) {
  max-width: 51ch;
  margin: 1.5rem 0 0;
  color: rgba(225, 237, 245, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

.about-story__copy p + p:not(.about-story__eyebrow) {
  margin-top: 0.9rem;
}

.about-story__copy .button {
  gap: 0.7rem;
  margin-top: 1.85rem;
  padding-inline: 1.6rem;
  box-shadow: 0 12px 30px rgba(255, 138, 52, 0.18);
}

.action-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.about-storefront {
  position: relative;
  margin: 0 0 1.5rem;
}

.about-storefront::before {
  position: absolute;
  z-index: -1;
  right: -1.8rem;
  bottom: -2rem;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: rgba(18, 101, 158, 0.32);
  filter: blur(48px);
  content: "";
  pointer-events: none;
}

.about-storefront img {
  width: 100%;
  height: clamp(480px, 47vw, 610px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  object-fit: cover;
  object-position: center 57%;
  box-shadow: 0 32px 70px rgba(0, 8, 18, 0.34);
}

.address-docket {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 2.5vw, 1.8rem);
  bottom: -1.5rem;
  display: grid;
  width: min(320px, calc(100% - 2rem));
  padding: 1rem 1.1rem 1.05rem;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 19px;
  box-shadow: 0 20px 46px rgba(0, 18, 32, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.address-docket > span:first-child {
  color: #5d7180;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.address-docket strong {
  margin-top: 0.4rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.1vw, 1.9rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.address-docket a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(10, 41, 66, 0.13);
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.about-visit {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 88% 17%, rgba(123, 194, 239, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #edf5fa 100%);
}

.about-visit::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 41, 66, 0.16), transparent);
  content: "";
  transform: translateX(-50%);
}

.about-visit__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas: "contact map";
  align-items: center;
  gap: clamp(2.75rem, 6vw, 6.5rem);
}

.visit-contact {
  grid-area: contact;
  min-width: 0;
}

.visit-contact__eyebrow {
  margin-bottom: 1.15rem;
  color: var(--blue);
}

.visit-contact h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 4.8vw, 4.75rem);
  letter-spacing: -0.04em;
  line-height: 0.93;
}

.visit-contact > p:not(.visit-contact__eyebrow) {
  max-width: 43ch;
  margin: 1.35rem 0 0;
  color: var(--text-muted);
  font-size: 1.04rem;
  line-height: 1.62;
}

.contact-record {
  position: relative;
  display: grid;
  gap: 0.22rem;
  margin: 1.65rem 0 0;
  padding: 0.2rem 0 0.2rem 1.15rem;
  color: var(--navy);
  border-left: 3px solid var(--orange);
  font-style: normal;
}

.contact-record strong {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.contact-record span {
  color: var(--text-muted);
}

.visit-directions {
  width: auto;
  gap: 0.7rem;
  margin-top: 1.5rem;
  padding-inline: 1.45rem;
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.visit-directions:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.contact-routes {
  display: grid;
  margin-top: 1.15rem;
  border-top: 1px solid rgba(10, 41, 66, 0.13);
}

.contact-routes a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 48px;
  color: var(--navy);
  border-bottom: 1px solid rgba(10, 41, 66, 0.13);
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 180ms ease, padding-left 220ms var(--ease);
}

.contact-routes a .action-arrow {
  color: var(--blue);
}

.contact-routes a:hover {
  padding-left: 0.35rem;
  color: var(--blue);
}

.workshop-map {
  position: relative;
  grid-area: map;
  min-width: 0;
  min-height: clamp(500px, 48vw, 610px);
  margin: 0;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid rgba(10, 41, 66, 0.1);
  border-radius: 30px;
  box-shadow: 0 28px 64px rgba(10, 41, 66, 0.14);
}

.workshop-map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: saturate(0.8) contrast(1.02);
}

.workshop-map figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 58px;
  padding: 0.8rem 0.9rem 0.8rem 1rem;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(10, 41, 66, 0.17);
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.workshop-map figcaption > span:first-child {
  color: #5f7180;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workshop-map figcaption a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--blue);
  text-decoration: none;
}

@media (max-width: 980px) {
  .about-story__grid {
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: 2.7rem;
  }

  .about-story__copy h1 {
    font-size: clamp(3.5rem, 7vw, 4.7rem);
  }

  .about-storefront img {
    height: clamp(440px, 55vw, 540px);
  }

  .about-visit__grid {
    grid-template-columns: minmax(275px, 0.8fr) minmax(0, 1.2fr);
    gap: 2.5rem;
  }

  .visit-contact h2 {
    font-size: clamp(2.8rem, 5.5vw, 3.8rem);
  }
}

@media (max-width: 760px) {
  .about-story::before {
    top: 3rem;
    left: -15rem;
  }

  .about-story__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
    min-height: 0;
    padding-top: 7.8rem;
    padding-bottom: 5rem;
  }

  .about-story__copy {
    padding-bottom: 0;
  }

  .about-story__copy h1 {
    max-width: 10ch;
    font-size: clamp(3.35rem, 13vw, 4.4rem);
  }

  .about-story__copy p:not(.about-story__eyebrow) {
    max-width: 60ch;
  }

  .about-storefront {
    margin-bottom: 1.5rem;
  }

  .about-storefront img {
    height: min(103vw, 490px);
    border-radius: 25px;
  }

  .address-docket {
    right: 0.8rem;
    bottom: -1.5rem;
    width: min(310px, calc(100% - 1.6rem));
    border-radius: 16px;
  }

  .about-visit {
    padding-block: 5rem;
  }

  .about-visit__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "contact"
      "map";
    gap: 3.25rem;
  }

  .visit-contact h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 12vw, 4rem);
  }

  .visit-contact > p:not(.visit-contact__eyebrow) {
    max-width: 55ch;
  }

  .workshop-map {
    min-height: min(112vw, 480px);
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .about-story__grid,
  .about-visit__grid {
    width: min(calc(100vw - 32px), 1180px);
  }

  .about-story__grid {
    padding-top: 7.2rem;
    padding-bottom: 4.5rem;
  }

  .about-story__eyebrow,
  .visit-contact__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .about-story__copy h1 {
    font-size: clamp(3.15rem, 15vw, 3.8rem);
  }

  .about-story__copy p:not(.about-story__eyebrow) {
    font-size: 1rem;
  }

  .about-story__copy .button {
    width: 100%;
  }

  .about-storefront img {
    height: 108vw;
  }

  .visit-contact h2 {
    font-size: clamp(2.9rem, 13.5vw, 3.5rem);
  }

  .visit-directions {
    width: 100%;
  }

  .workshop-map {
    min-height: 430px;
  }

  .workshop-map figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-routes a {
    transition: none;
  }
}
