:root {
  --site-bg: #faf9f5;
  --site-surface: #ffffff;
  --site-soft: #f3eee6;
  --site-text: #141413;
  --site-muted: #5f5c56;
  --site-line: #ddd4ca;
  --site-accent: #cc785c;
  --site-accent-dark: #b9654a;
  --site-dark: #252320;
  --site-footer: #181715;
  --site-content: 1440px;
  --about-radius: 14px;
}

html {
  scroll-behavior: smooth;
}

.about-body {
  line-height: 1.65;
}

.about-page {
  background: var(--site-bg);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page p,
.about-page figure,
.about-page dl,
.about-page dd {
  margin: 0;
}

.section {
  width: 100%;
  padding-block: clamp(88px, 8vw, 136px);
}

.eyebrow {
  margin-bottom: 18px !important;
  color: var(--site-accent);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 820px;
}

.section-heading h2 {
  font-size: var(--type-section-title);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.section-heading > p:last-child,
.section-heading--split > p {
  margin-top: 22px;
  color: var(--site-muted);
  font-size: 17px;
  line-height: 1.8;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: clamp(48px, 7vw, 104px);
}

.section-heading--split > p {
  margin-top: 0;
}

.about-hero {
  padding-block: clamp(48px, 5vw, 76px) clamp(80px, 8vw, 124px);
}

.about-hero__visual {
  overflow: hidden;
  aspect-ratio: 1312 / 520;
  border-radius: var(--about-radius);
  background: var(--site-soft);
}

.about-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__content {
  margin-top: clamp(52px, 6vw, 80px);
}

.about-hero__heading {
  max-width: 820px;
}

.about-hero__heading h1 {
  font-size: var(--type-page-title);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.about-hero__story {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(64px, 8vw, 120px);
  margin-top: clamp(40px, 4vw, 56px);
  padding-top: clamp(32px, 3.5vw, 44px);
  border-top: 1px solid var(--site-line);
}

.about-hero__subtitle {
  max-width: 470px;
  color: #34332f;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.5;
}

.about-hero__intro {
  max-width: 660px;
}

.about-hero__intro p {
  color: var(--site-muted);
  font-size: var(--type-lead);
  line-height: 1.85;
}

.about-page .fact-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(56px, 7vw, 88px);
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.fact-band > div {
  padding: 34px 28px;
  text-align: center;
}

.fact-band > div + div {
  border-left: 1px solid var(--site-line);
}

.fact-band dt {
  color: var(--site-accent);
  font-family: Manrope, "Noto Sans SC", sans-serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.15;
}

.fact-band dd {
  margin-top: 10px;
  color: var(--site-muted);
  font-size: 14px;
}

.capability {
  background: #ffffff;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: clamp(72px, 8vw, 112px);
  margin-top: clamp(64px, 7vw, 96px);
}

.advantage-item {
  min-width: 0;
}

.story-index,
.address-band__number {
  color: var(--site-accent);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.advantage-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--site-accent);
}

.advantage-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.advantage-item h3 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.35;
}

.advantage-item p {
  margin-top: 14px;
  color: var(--site-muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 360px;
}

.credentials {
  background: var(--site-soft);
}

.credentials-story {
  padding-block: clamp(88px, 8vw, 136px) clamp(80px, 7vw, 112px);
}

.honor-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  align-items: start;
  gap: clamp(48px, 6vw, 80px);
  margin-top: clamp(64px, 7vw, 96px);
  padding-block: clamp(28px, 3vw, 42px);
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.honor-feature__visual {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  background: #e9e1d6;
}

.honor-feature__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor-feature__copy {
  padding-block: clamp(12px, 1.8vw, 24px);
}

.honor-feature__copy h3 {
  max-width: 460px;
  font-size: clamp(32px, 3vw, 44px);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.honor-feature__principles {
  margin-top: clamp(40px, 4vw, 56px) !important;
  border-top: 1px solid var(--site-line);
}

.honor-feature__principles > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  padding-block: clamp(20px, 2vw, 26px);
  border-bottom: 1px solid var(--site-line);
}

.honor-feature__principles dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.honor-feature__principles dd {
  color: var(--site-muted);
  font-size: 15px;
  line-height: 1.75;
}

.certificate-archive {
  padding-block: clamp(88px, 8vw, 128px);
  background: var(--site-dark);
  color: #ffffff;
}

.certificate-archive__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  align-items: start;
  gap: 0 clamp(56px, 7vw, 104px);
}

.certificate-archive__intro h3 {
  max-width: 340px;
  font-size: clamp(40px, 3.7vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 34px);
}

.certificate-card {
  min-width: 0;
}

.certificate-card__preview {
  appearance: none;
  display: block;
  width: 100%;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.certificate-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  background: #eee8df;
}

.certificate-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 360ms ease;
}

.certificate-card__overlay {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.certificate-card__preview:hover,
.certificate-card__preview:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.075);
}

.certificate-card__preview:hover .certificate-card__visual img,
.certificate-card__preview:focus-visible .certificate-card__visual img {
  transform: scale(1.012);
}

.certificate-card__preview:hover .certificate-card__overlay,
.certificate-card__preview:focus-visible .certificate-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.certificate-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 4px 0;
}

.certificate-card__category {
  color: var(--site-accent);
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.certificate-card__meta h4 {
  margin-top: 12px;
  padding-right: 0;
  font-size: clamp(24px, 1.7vw, 30px);
  line-height: 1.35;
}

.certificate-card__description {
  max-width: 460px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.75;
}

.certificate-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.certificate-archive__support {
  display: grid;
  margin: clamp(72px, 7vw, 112px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
  counter-reset: certificate-support;
}

.certificate-archive__support li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 104px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.5;
  transition: color 180ms ease, padding-left 180ms ease;
}

.certificate-archive__support li::before {
  content: counter(certificate-support, decimal-leading-zero);
  counter-increment: certificate-support;
  color: var(--site-accent);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.certificate-archive__support li:hover {
  padding-left: 8px;
  color: #ffffff;
}

.certificate-dialog {
  width: min(calc(100% - 32px), 980px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--site-text);
}

.certificate-dialog::backdrop {
  background: rgba(18, 17, 15, 0.82);
  backdrop-filter: blur(6px);
}

.certificate-dialog__panel {
  overflow: hidden;
  border-radius: 12px;
  background: var(--site-soft);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.certificate-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--site-line);
  background: #ffffff;
}

.certificate-dialog__header .eyebrow {
  margin-bottom: 5px !important;
  font-size: 10px;
}

.certificate-dialog__header h2 {
  font-size: 24px;
  line-height: 1.25;
}

.certificate-dialog__close {
  appearance: none;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--site-line);
  border-radius: 50%;
  background: transparent;
  color: var(--site-text);
  font: inherit;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.certificate-dialog__close:hover {
  background: var(--site-dark);
  color: #ffffff;
}

.certificate-dialog__close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.certificate-dialog__canvas {
  display: grid;
  max-height: calc(92vh - 85px);
  overflow: auto;
  place-items: center;
  padding: clamp(20px, 4vw, 48px);
  background: var(--site-dark);
}

.certificate-dialog__canvas img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(92vh - 135px);
  object-fit: contain;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.about-body.dialog-open {
  overflow: hidden;
}

.gallery {
  background: var(--site-bg);
}

.gallery-story {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  align-items: stretch;
  gap: clamp(36px, 5vw, 72px);
  margin-top: clamp(64px, 7vw, 96px);
}

.gallery-story + .gallery-story {
  margin-top: clamp(80px, 9vw, 128px);
}

.gallery-story__visual,
.gallery-story__collage figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--site-soft);
}

.gallery-story__visual {
  min-height: 470px;
}

.gallery-story__visual img,
.gallery-story__collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-story figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(24, 23, 21, 0.82);
  color: #ffffff;
  font-size: 12px;
}

.gallery-story__copy {
  align-self: center;
  padding-block: 32px;
}

.gallery-story__copy h3 {
  max-width: 500px;
  margin-top: 18px;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.gallery-story__copy > p:not(.story-index):not(.story-tags) {
  margin-top: 24px;
  color: var(--site-muted);
  font-size: 16px;
  line-height: 1.85;
}

.story-tags {
  margin-top: 28px !important;
  color: var(--site-text);
  font-family: Manrope, "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gallery-story--reverse {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
}

.gallery-story__collage {
  display: grid;
  grid-template-rows: minmax(280px, 1.3fr) minmax(180px, 0.7fr);
  gap: 22px;
}

.location {
  background: #ffffff;
}

.location__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  gap: clamp(32px, 5vw, 72px);
  margin-top: clamp(56px, 6vw, 80px);
}

.location__visual {
  overflow: hidden;
  min-height: 420px;
  border-radius: 10px;
  background: var(--site-soft);
}

.location__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card {
  align-self: stretch;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: var(--site-soft);
}

.location-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--site-line);
}

.location-card h3 {
  margin-top: 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
}

.location-card__road {
  margin-top: 5px !important;
  font-size: 18px;
  font-weight: 600;
}

.location-card__pin {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--site-accent);
  color: #ffffff;
}

.location-card__pin svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.location-card > p {
  margin-top: 32px;
  color: var(--site-muted);
  font-size: 16px;
  line-height: 1.85;
}

.location-map-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  align-self: stretch;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: var(--site-soft);
}

.location-map-card__canvas {
  position: relative;
  min-height: 300px;
  background:
    linear-gradient(rgba(247, 242, 235, 0.72), rgba(247, 242, 235, 0.72)),
    repeating-linear-gradient(45deg, transparent 0 24px, rgba(211, 125, 91, 0.08) 24px 25px);
}

.location-map {
  position: absolute;
  inset: 0;
}

.location-map__status {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px;
  background: rgba(247, 242, 235, 0.94);
  text-align: center;
}

.location-map__status[hidden] {
  display: none;
}

.location-map__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--site-accent);
  color: #ffffff;
}

.location-map__status-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.location-map__status strong {
  color: var(--site-text);
  font-size: 18px;
}

.location-map__status > span:last-of-type {
  max-width: 330px;
  margin-top: 8px;
  color: var(--site-muted);
  font-size: 14px;
  line-height: 1.7;
}

.location-map__status button {
  margin-top: 18px;
  padding: 9px 18px;
  border: 1px solid var(--site-accent);
  border-radius: 999px;
  background: transparent;
  color: var(--site-accent);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.location-map__status button:hover,
.location-map__status button:focus-visible {
  background: var(--site-accent);
  color: #ffffff;
}

.location-map-card__details {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 28px 26px;
  border-top: 1px solid var(--site-line);
  background: rgba(250, 249, 245, 0.98);
}

.location-map-card h3 {
  margin-top: 8px;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.25;
}

.location-map-card address {
  margin-top: 4px;
  color: var(--site-muted);
  font-size: 16px;
  font-style: normal;
}

.location-map-card__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid var(--site-accent);
  border-radius: 999px;
  color: var(--site-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.location-map-card__link:hover,
.location-map-card__link:focus-visible {
  background: var(--site-accent);
  color: #ffffff;
}

.location-map__noscript {
  margin: 0;
  padding: 12px 28px;
  border-top: 1px solid var(--site-line);
  color: var(--site-muted);
  font-size: 14px;
}

.amap-brand-marker {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 9px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--site-accent);
  box-shadow: 0 12px 28px rgba(47, 35, 28, 0.22);
  color: #ffffff;
  font: 700 13px/1 Manrope, "Noto Sans SC", sans-serif;
  white-space: nowrap;
}

.amap-brand-marker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.amap-info-card {
  min-width: 220px;
  padding: 4px 2px;
  color: #141413;
  font-family: "Noto Sans SC", sans-serif;
}

.amap-info-card strong {
  display: block;
  font-size: 16px;
}

.amap-info-card span {
  display: block;
  margin-top: 6px;
  color: #6f6a64;
  font-size: 13px;
}

.address-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.address-band article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  padding: 34px 36px;
}

.address-band article + article {
  border-left: 1px solid var(--site-line);
}

.address-band h3 {
  font-size: 20px;
}

.address-band address,
.address-band article div > p {
  margin-top: 10px;
  color: var(--site-muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.75;
}

.about-cta {
  padding-block: clamp(72px, 7vw, 104px);
  background: var(--site-accent);
  color: #ffffff;
}

.about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 7vw, 96px);
}

.about-cta h2 {
  font-size: var(--type-section-title);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.about-cta__inner > div:first-child > p:last-child {
  max-width: 740px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.about-cta__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.button {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.button--light {
  background: #ffffff;
  color: var(--site-accent-dark) !important;
}

.button--light:hover {
  background: var(--site-dark);
  color: #ffffff !important;
}

.text-link--light {
  color: #ffffff !important;
}

.button span,
.text-link span {
  transition: transform 180ms ease;
}

.button:hover span,
.text-link:hover span {
  transform: translateX(4px);
}

.image-zoom img {
  transition: transform 500ms ease;
}

.image-zoom:hover img {
  transform: scale(1.025);
}

@media (max-width: 1180px) {
  .advantage-item h3 {
    font-size: 22px;
  }

  .certificate-archive__layout {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .certificate-archive__intro {
    max-width: 720px;
  }

  .certificate-archive__intro h3 {
    max-width: none;
  }

  .certificate-archive__support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .certificate-archive__support li {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 96px;
    padding: 18px 24px;
    text-align: center;
  }

  .certificate-archive__support li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 1024px) {
  .about-hero__story {
    gap: 56px;
  }

}

@media (max-width: 900px) {
  .section {
    padding-block: 96px;
  }

  .section-heading--split,
  .about-hero__story,
  .gallery-story,
  .gallery-story--reverse,
  .location__overview {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    align-items: start;
    gap: 24px;
  }

  .about-hero__visual {
    aspect-ratio: 16 / 8.5;
  }

  .about-hero__story {
    gap: 28px;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 72px;
  }

  .honor-feature {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .honor-feature__copy {
    max-width: 680px;
    padding-top: 0;
  }

  .honor-feature__copy h3 {
    max-width: none;
  }

  .gallery-story__visual {
    min-height: 420px;
  }

  .gallery-story--reverse .gallery-story__copy {
    order: 2;
  }

  .gallery-story--reverse .gallery-story__collage {
    order: 1;
  }

  .gallery-story__copy {
    padding-block: 0;
  }

  .location__visual {
    min-height: 440px;
  }

  .about-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .about-page .fact-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fact-band > div:nth-child(3) {
    border-top: 1px solid var(--site-line);
    border-left: 0;
  }

  .fact-band > div:nth-child(4) {
    border-top: 1px solid var(--site-line);
  }

  .gallery-story__collage {
    grid-template-rows: repeat(2, minmax(220px, 1fr));
  }

  .address-band {
    grid-template-columns: 1fr;
  }

  .address-band article + article {
    border-top: 1px solid var(--site-line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding-block: 80px;
  }

  .section-heading h2,
  .about-cta h2 {
    font-size: var(--type-section-title-mobile);
  }

  .section-heading > p:last-child,
  .section-heading--split > p,
  .about-hero__intro p {
    font-size: var(--type-body-mobile);
  }

  .about-hero {
    padding-block: 32px 72px;
  }

  .about-hero__visual {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }

  .about-hero__content {
    margin-top: 44px;
  }

  .about-hero__heading h1 {
    font-size: var(--type-page-title-mobile);
  }

  .about-hero__subtitle {
    font-size: 20px;
  }

  .about-hero__story {
    margin-top: 32px;
    padding-top: 28px;
    gap: 22px;
  }

  .about-page .fact-band {
    margin-top: 48px;
  }

  .fact-band > div {
    padding: 28px 14px;
  }

  .fact-band dt {
    font-size: 24px;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
    row-gap: 52px;
  }

  .advantage-icon {
    width: 46px;
    height: 46px;
  }

  .advantage-item h3 {
    margin-top: 24px;
  }

  .advantage-item p {
    max-width: none;
  }

  .credentials-story {
    padding-block: 80px 72px;
  }

  .honor-feature {
    margin-top: 48px;
    padding-block: 24px;
  }

  .honor-feature__principles {
    margin-top: 32px !important;
  }

  .honor-feature__principles > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 20px;
  }

  .certificate-archive {
    padding-block: 76px;
  }

  .certificate-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .certificate-card__meta h4 {
    padding-right: 0;
    font-size: 22px;
  }

  .certificate-archive__support {
    grid-template-columns: 1fr;
  }

  .certificate-archive__support li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .certificate-archive__support li {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 76px;
    padding: 16px 0;
    text-align: left;
  }

  .certificate-dialog {
    width: min(calc(100% - 20px), 980px);
    max-height: 96vh;
  }

  .certificate-dialog__header {
    padding: 16px 18px;
  }

  .certificate-dialog__header h2 {
    font-size: 20px;
  }

  .certificate-dialog__canvas {
    max-height: calc(96vh - 77px);
    padding: 16px;
  }

  .certificate-dialog__canvas img {
    max-height: calc(96vh - 109px);
  }

  .gallery-story,
  .gallery-story + .gallery-story {
    margin-top: 56px;
  }

  .gallery-story__visual {
    min-height: 300px;
  }

  .gallery-story__copy h3 {
    font-size: 30px;
  }

  .gallery-story__collage {
    grid-template-rows: 240px 200px;
  }

  .location__overview {
    margin-top: 48px;
  }

  .location__visual {
    min-height: 300px;
  }

  .location-card {
    padding: 30px 24px;
  }

  .location-card h3 {
    font-size: 30px;
  }

  .location-map-card {
    grid-template-rows: minmax(280px, 1fr) auto;
    min-height: 430px;
  }

  .location-map-card__details {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
  }

  .location-map-card h3 {
    font-size: 28px;
  }

  .location-map-card__link {
    justify-content: center;
    width: 100%;
  }

  .address-band article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 28px 16px;
  }

  .about-cta {
    padding-block: 72px;
  }

  .about-cta__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .about-cta__actions .button,
  .about-cta__actions .text-link {
    width: 100%;
  }

  .text-link--light {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-zoom img,
  .button span,
  .text-link span,
  .location-map-card__link {
    transform: none !important;
    transition: none !important;
  }
}

