.about-page {
  --about-red: #b40000;
  --about-yellow: #ffd000;
  --about-black: #0a0a0a;
  --about-dark: #141414;
  --about-content: 1180px;
  --about-radius: 15px;
  color: var(--about-black);
  background: #fff;
  font-family: "Barlow", Arial, sans-serif;
}

.about-page,
.about-page *,
.about-page *::before,
.about-page *::after { box-sizing: border-box; }
.about-page img { display: block; max-width: 100%; }
.about-page h1, .about-page h2, .about-page h3, .about-page p, .about-page figure, .about-page dl, .about-page dd { margin: 0; }
.about-page h1, .about-page h2, .about-page h3 { font-weight: 700; }
.about-page a { color: inherit; }
.about-shell { width: min(100% - 48px, var(--about-content)); margin-inline: auto; }

.about-eyebrow { position: relative; width: max-content; margin-bottom: 19px !important; color: var(--about-red); font-size: 20px; font-weight: 700; line-height: 1.2; }
.about-eyebrow::after { position: absolute; bottom: -9px; left: 0; width: 52px; height: 2px; background: currentColor; content: ""; }
.about-eyebrow--yellow { color: var(--about-yellow); }
.about-heading h2, .about-gallery__heading h2, .about-contact__heading h2, .about-values__heading h2 { font-size: clamp(36px, 3.1vw, 48px); line-height: 1.08; }

.about-button { display: inline-flex; min-height: 48px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 12px 16px; border: 1px solid; border-radius: 10px; font-size: 20px; font-weight: 700; line-height: 1.15; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.about-button:focus-visible { outline: 3px solid #ef8c8c; outline-offset: 3px; }
.about-button--primary { border-color: var(--about-red); color: #fff !important; background: var(--about-red); }
.about-button--primary:hover, .about-button--primary:focus-visible { color: var(--about-red) !important; background: #fff; }
.about-button--yellow { border-color: var(--about-yellow); color: var(--about-black); background: var(--about-yellow); }
.about-button--yellow:hover, .about-button--yellow:focus-visible { color: var(--about-yellow); background: var(--about-black); }
.about-button--dark { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }
.about-button--dark:hover, .about-button--dark:focus-visible { border-color: #fff; background: rgba(255,255,255,.1); }

.about-intro { padding: 95px 0 90px; }
.about-intro__layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.about-intro__copy h1 { margin-bottom: 22px; font-size: clamp(34px, 2.7vw, 40px); line-height: 1.12; }
.about-intro__copy > p:not(.about-eyebrow) { margin-bottom: 20px; font-size: 19px; line-height: 1.42; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 34px 0 32px; }
.about-stat { min-width: 0; }
.about-stat strong { display: block; color: var(--about-red); font-size: 52px; font-weight: 600; line-height: 1; }
.about-stat span { display: block; margin-top: 7px; font-size: 17px; line-height: 1.2; }
.about-intro__visual { position: relative; transform: rotate(-2deg); }
.about-intro__visual > img { width: 100%; height: 455px; border-radius: 28px; box-shadow: 0 26px 50px rgba(0,0,0,.17); object-fit: cover; }
.about-intro__visual figcaption { position: absolute; right: -18px; bottom: -18px; display: flex; min-width: 150px; flex-direction: column; padding: 18px 20px; border-radius: 15px; color: #fff; background: var(--about-red); box-shadow: 0 16px 20px rgba(0,0,0,.16); transform: rotate(2deg); }
.about-intro__visual figcaption span { font-size: 22px; font-weight: 700; }
.about-intro__visual figcaption strong { font-size: 44px; line-height: 1; }
.about-intro__visual figcaption small { margin-top: 5px; font-size: 12px; }

.about-difference { padding: 90px 0 110px; background: #fff; }
.about-heading { max-width: 850px; }
.about-heading > p:last-child { margin-top: 12px; font-size: 20px; line-height: 1.38; }
.about-difference__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; }
.about-feature { min-height: 250px; padding: 26px 24px; border: 1px solid var(--about-red); border-radius: 15px; background: #fff; }
.about-feature__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.about-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 10px; background: var(--about-yellow); place-items: center; }
.about-icon img { width: 25px; height: 25px; object-fit: contain; }
.about-tag { padding: 5px 9px; border-radius: 5px; color: var(--about-red); background: #fff0f0; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.about-feature h3 { margin: 20px 0 11px; font-size: 19px; line-height: 1.2; }
.about-feature > p { font-size: 15px; line-height: 1.58; }

.about-values { position: relative; overflow: hidden; padding: 96px 0 100px; color: #fff; background: var(--about-dark); isolation: isolate; }
.about-values__decoration { position: absolute; z-index: -1; top: -190px; right: max(-170px, calc(50% - 760px)); width: 620px; opacity: .12; }
.about-values__heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 70px; }
.about-values__heading > p { padding-bottom: 8px; font-size: 20px; line-height: 1.42; }
.about-values__cards { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; margin-top: 38px; border: 2px solid #414141; border-radius: 20px; }
.about-value { position: relative; min-height: 365px; overflow: hidden; padding: 38px 30px 28px; background: #1a1a1a; }
.about-value + .about-value { border-left: 2px solid #414141; }
.about-value__number { position: absolute; top: -7px; right: 28px; color: var(--about-yellow); font-size: 96px; font-weight: 700; line-height: 1; opacity: .05; }
.about-value h3 { margin: 22px 0 13px; font-size: 23px; }
.about-value > p { min-height: 128px; font-size: 15px; line-height: 1.6; }
.about-value small { display: block; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--about-yellow); font-size: 11px; font-weight: 500; }
.about-values__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 40px; }
.about-values__photos figure { position: relative; overflow: hidden; height: 280px; border-radius: 20px; }
.about-values__photos img { width: 100%; height: 100%; object-fit: cover; }
.about-values__photos img { transition: transform 300ms ease; }
.about-values__photos figure:hover img { transform: scale(1.035); }
.about-values__photos figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.72), transparent 62%); content: ""; }
.about-values__photos figcaption { position: absolute; z-index: 1; bottom: 25px; left: 28px; display: flex; flex-direction: column; }
.about-values__photos strong { font-size: 22px; }
.about-values__photos span { margin-top: 5px; font-size: 14px; }

.about-gallery { padding: 105px 0 120px; background: #fff; }
.about-gallery__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.about-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 245px 245px 245px; gap: 16px; }
.about-gallery__item { overflow: hidden; padding: 0; border: 0; border-radius: var(--about-radius); background: transparent; cursor: zoom-in; }
.about-gallery__item img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; transition: transform 300ms ease; }
.about-gallery__item:hover img, .about-gallery__item:focus-visible img { transform: scale(1.035); }
.about-gallery__item:focus-visible { outline: 3px solid #ef8c8c; outline-offset: 3px; }
.about-gallery__one { grid-area: 1 / 1 / 3 / 3; }
.about-gallery__two { grid-area: 1 / 3 / 3 / 4; }
.about-gallery__three { grid-area: 1 / 4 / 2 / 5; }
.about-gallery__four { grid-area: 2 / 4 / 3 / 5; }
.about-gallery__five { grid-area: 3 / 1 / 4 / 2; }
.about-gallery__six { grid-area: 3 / 2 / 4 / 4; }
.about-gallery__seven { grid-area: 3 / 4 / 4 / 5; }

.about-contact { padding: 80px 0 90px; background: #fff; }
.about-contact__heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.about-contact__heading > p { padding-bottom: 4px; font-size: 19px; line-height: 1.42; }
.about-contact__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 72px; }
.about-map { position: relative; min-height: 680px; overflow: hidden; border-radius: var(--about-radius); }
.about-map > img { width: 100%; height: 100%; object-fit: cover; }
.about-map figcaption { position: absolute; top: 47%; left: 50%; display: flex; width: 225px; flex-direction: column; padding: 20px 24px; border-radius: 14px; background: #fff; box-shadow: 0 16px 20px rgba(0,0,0,.14); transform: translate(-50%, -50%); }
.about-map figcaption strong { font-size: 15px; text-align: center; }
.about-map figcaption span { margin: 5px 0 12px; padding-bottom: 12px; border-bottom: 1px solid #e8e0d8; color: rgba(10,10,10,.55); font-size: 13px; text-align: center; }
.about-map figcaption small { display: flex; justify-content: space-between; margin-top: 5px; color: rgba(10,10,10,.48); }
.about-map figcaption b { font-weight: 400; }
.about-map figcaption small::after { color: var(--about-red); font-weight: 700; content: attr(data-hours); }
.about-map > .about-button { position: absolute; bottom: 42px; left: 50%; min-width: 250px; transform: translateX(-50%); }
.about-map > .about-button:hover { transform: translateX(-50%) translateY(-1px); }
.about-contact__side { display: grid; grid-template-rows: auto 1fr; gap: 20px; }
.about-contact-card { padding: 30px 38px; border: 2px solid var(--about-red); border-radius: var(--about-radius); }
.about-contact-card h3 { margin-bottom: 17px; color: var(--about-red); font-size: 20px; }
.about-contact-card dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(10,10,10,.08); }
.about-contact-card dt { color: rgba(10,10,10,.58); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.about-contact-card dd { font-size: 15px; font-weight: 600; }
.about-contact-card dd a { text-decoration: none; }
.about-contact-card__label { margin-top: 20px !important; color: rgba(10,10,10,.58); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.about-hours { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.about-hours div { display: flex; flex-direction: column; padding: 10px 13px; border-radius: 9px; background: #f7f7f7; }
.about-hours span { color: rgba(10,10,10,.5); font-size: 13px; }
.about-hours strong { margin-top: 3px; color: var(--about-red); font-size: 17px; }
.about-contact__photos { display: grid; grid-template-columns: .9fr 1.1fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 270px; }
.about-contact__photos img { width: 100%; height: 100%; border-radius: var(--about-radius); object-fit: cover; }
.about-contact__photos img:first-child { grid-row: 1 / 3; }
.about-contact__bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 24px 32px; border-radius: 15px; color: #fff; background: var(--about-black); }
.about-contact__bar > div:first-child { display: flex; flex-direction: column; }
.about-contact__bar > div:first-child span { margin-top: 4px; font-size: 13px; }
.about-contact__bar > div:last-child { display: flex; gap: 10px; }
.about-contact__bar .about-button { min-height: 44px; padding-block: 10px; font-size: 13px; text-transform: none; }

.about-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; padding: 28px 80px; color: #fff; background: rgba(0,0,0,.92); opacity: 0; pointer-events: none; transition: opacity 180ms ease; place-items: center; }
.about-lightbox.is-open { opacity: 1; pointer-events: auto; }
.about-lightbox__figure { display: grid; max-width: min(1200px, 88vw); max-height: 88vh; gap: 12px; place-items: center; }
.about-lightbox__image { max-width: 100%; max-height: 80vh; border-radius: 12px; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.about-lightbox__caption { font-size: 16px; text-align: center; }
.about-lightbox__close, .about-lightbox__arrow { position: absolute; display: grid; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); font: inherit; font-size: 30px; line-height: 1; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; place-items: center; }
.about-lightbox__close:hover, .about-lightbox__arrow:hover, .about-lightbox__close:focus-visible, .about-lightbox__arrow:focus-visible { border-color: #fff; color: var(--about-red); background: #fff; }
.about-lightbox__close:focus-visible, .about-lightbox__arrow:focus-visible { outline: 3px solid #ef8c8c; outline-offset: 3px; }
.about-lightbox__close { top: 24px; right: 24px; }
.about-lightbox__arrow { top: 50%; transform: translateY(-50%); }
.about-lightbox__arrow--previous { left: 24px; }
.about-lightbox__arrow--next { right: 24px; }
.about-lightbox__counter { position: absolute; bottom: 22px; left: 50%; font-size: 14px; transform: translateX(-50%); }

.about-values h2, .about-values h3 {
  color: white;
}

@media (max-width: 980px) {
  .about-intro__layout { grid-template-columns: 1fr; }
  .about-intro__visual { width: min(100%, 650px); margin-inline: auto; }
  .about-difference__grid { grid-template-columns: repeat(2, 1fr); }
  .about-values__heading, .about-contact__heading { grid-template-columns: 1fr; gap: 25px; }
  .about-values__cards { grid-template-columns: 1fr; }
  .about-value + .about-value { border-top: 2px solid #414141; border-left: 0; }
  .about-value > p { min-height: 0; }
  .about-gallery__grid { grid-template-rows: repeat(3, 200px); }
  .about-contact__layout { grid-template-columns: 1fr; }
  .about-map { min-height: 620px; }
}

@media (max-width: 700px) {
  .about-shell { width: min(100% - 32px, var(--about-content)); }
  .about-intro, .about-difference, .about-values, .about-gallery, .about-contact { padding-block: 65px; }
  .about-intro__copy > p:not(.about-eyebrow), .about-heading > p:last-child, .about-values__heading > p, .about-contact__heading > p { font-size: 17px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat strong { font-size: 44px; }
  .about-intro__visual > img { height: 380px; }
  .about-intro__visual figcaption { right: 0; }
  .about-difference__grid { grid-template-columns: 1fr; margin-top: 45px; }
  .about-feature { min-height: 0; }
  .about-values__photos { grid-template-columns: 1fr; }
  .about-values__photos figure { height: 245px; }
  .about-gallery__heading { align-items: flex-start; flex-direction: column; }
  .about-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(5, 190px); }
  .about-gallery__one { grid-area: 1 / 1 / 3 / 3; }
  .about-gallery__two { grid-area: 3 / 1 / 5 / 2; }
  .about-gallery__three { grid-area: 3 / 2 / 4 / 3; }
  .about-gallery__four { grid-area: 4 / 2 / 5 / 3; }
  .about-gallery__five { grid-area: 5 / 1 / 6 / 2; }
  .about-gallery__six { grid-area: 6 / 1 / 7 / 3; }
  .about-gallery__seven { grid-area: 5 / 2 / 6 / 3; }
  .about-gallery__grid { grid-template-rows: repeat(6, 190px); }
  .about-lightbox { padding: 70px 16px 60px; }
  .about-lightbox__arrow { top: auto; bottom: 14px; transform: none; }
  .about-lightbox__arrow--previous { left: 16px; }
  .about-lightbox__arrow--next { right: 16px; }
  .about-lightbox__close { top: 14px; right: 16px; }
  .about-map { min-height: 540px; }
  .about-contact-card { padding: 25px 20px; }
  .about-contact-card dl > div { grid-template-columns: 1fr; gap: 5px; }
  .about-hours { grid-template-columns: 1fr; }
  .about-contact__photos { min-height: 360px; }
  .about-contact__bar { align-items: stretch; flex-direction: column; }
  .about-contact__bar > div:last-child { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .about-button { transition: none; }
}
