.about-body {
  overflow-x: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.about-page {
  background: rgba(255, 253, 248, 0.68);
}

.about-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1536 / 364;
  max-height: 364px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background-color: #170405;
  background-image: url("../assets/about-hero-v2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 1, 2, 0.2) 0%, rgba(13, 1, 2, 0.08) 42%, transparent 65%);
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
}

.about-hero__copy {
  width: min(52%, 640px);
  color: #fffaf3;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.about-hero__copy h1 {
  margin: 0;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.14em;
}

.about-hero__rule {
  display: flex;
  width: min(100%, 320px);
  align-items: center;
  gap: 11px;
  margin: 18px 0 16px;
}

.about-hero__rule::before,
.about-hero__rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #c6a15b;
  box-shadow: 0 0 8px rgba(198, 161, 91, 0.28);
}

.about-hero__rule i {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #c6a15b;
  transform: rotate(45deg);
}

.about-hero__copy p {
  margin: 0;
  color: #fffaf3;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.1em;
}

.about-story {
  border-bottom: 1px solid var(--line-soft);
  padding: 52px 0 56px;
}

.about-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: center;
}

.about-story__inner > img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 633 / 280;
  justify-self: center;
  border-radius: 6px;
  object-fit: cover;
}

.about-story__copy {
  max-width: 620px;
  padding-right: 38px;
}

.about-story__copy h2 {
  margin: 0;
  color: #621018;
  font-size: 36px;
  letter-spacing: 0.18em;
}

.about-title-rule {
  display: block;
  width: 190px;
  height: 1px;
  margin: 10px 0 18px;
  background: var(--gold);
}

.about-story__copy p {
  margin: 0 0 16px;
  color: #45342e;
  font-size: 16px;
  line-height: 1.95;
}

.about-story__copy strong {
  display: block;
  border-left: 3px solid var(--gold-deep);
  padding-left: 14px;
  color: #6b151c;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.about-heritage {
  border-bottom: 1px solid var(--line-soft);
  padding: 68px 0 74px;
  background: #faf6ef;
}

.about-heritage__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: 88px;
  align-items: center;
}

.about-heritage__copy {
  max-width: 640px;
  padding-left: 40px;
}

.about-heritage__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.about-heritage__copy h2 {
  margin: 0;
  color: #621018;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: 0.11em;
}

.about-heritage__copy p {
  margin: 0 0 16px;
  color: #45342e;
  font-size: 16px;
  line-height: 1.95;
}

.about-heritage__copy strong {
  display: block;
  margin-top: 24px;
  border-left: 3px solid var(--gold-deep);
  padding-left: 14px;
  color: #6b151c;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.about-heritage__media {
  width: min(100%, 440px);
  margin: 0;
  justify-self: center;
}

.about-heritage__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(58, 35, 27, 0.13);
}

.about-heritage__media figcaption {
  margin-top: 9px;
  color: #76645c;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: right;
}

.about-store-info {
  min-height: 104px;
  border-bottom: 1px solid var(--line);
  background: #f8f2e8;
}

.about-store-info__inner {
  display: grid;
  grid-template-columns: 1.05fr 1.8fr 1.35fr 1.2fr;
  min-height: 104px;
  align-items: center;
}

.about-store-info__inner > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  padding: 0 28px;
}

.about-store-info__inner > a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-right: 1px solid var(--line);
  padding: 0 28px;
  color: inherit;
  text-decoration: none;
}

.about-store-info__inner > a:hover strong {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-store-info__inner > div:first-child {
  padding-left: 6px;
}

.about-store-info__inner > div:last-child {
  border-right: 0;
}

.about-store-info .icon {
  width: 36px;
  height: 36px;
  color: var(--gold-deep);
}

.about-store-info__title h2 {
  margin: 0;
  color: #641019;
  font-size: 24px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

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

.about-store-info__item strong {
  color: #3d2c27;
  font-size: 14px;
}

.about-store-info__item small {
  margin-top: 5px;
  color: #5e4941;
  font-size: 13px;
  line-height: 1.55;
}

.about-assurance {
  min-height: 126px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-assurance__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 126px;
  align-items: center;
}

.service-assurance.about-assurance__inner {
  border-top: 0;
  border-bottom: 0;
}

.about-assurance__inner > div {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-right: 1px solid var(--line);
  padding: 0 30px;
}

.about-assurance__inner > div:last-child {
  border-right: 0;
}

.about-assurance .icon {
  width: 52px;
  height: 52px;
  color: var(--gold-deep);
}

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

.about-assurance strong {
  color: #65121a;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.about-assurance small {
  margin-top: 6px;
  color: #5c4840;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1280px) {
  .about-story__inner {
    gap: 42px;
  }

  .about-story__copy h2 {
    font-size: 32px;
  }

  .about-story__copy p,
  .about-story__copy strong {
    font-size: 15px;
  }

  .about-heritage__inner {
    gap: 56px;
  }

  .about-heritage__copy {
    padding-left: 20px;
  }

  .about-heritage__copy h2 {
    font-size: 30px;
  }

  .about-store-info__inner > div,
  .about-store-info__inner > a {
    gap: 11px;
    padding: 0 16px;
  }

  .about-store-info .icon {
    width: 31px;
    height: 31px;
  }

  .about-store-info__title h2 {
    font-size: 22px;
  }

  .about-assurance__inner > div {
    gap: 16px;
    padding: 0 20px;
  }

  .about-assurance .icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1024px) {
  .about-story__inner,
  .about-heritage__inner {
    grid-template-columns: 1fr;
  }

  .about-story__copy,
  .about-heritage__copy {
    width: min(100%, 720px);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
  }

  .about-story__inner > img {
    max-width: 720px;
  }

  .about-heritage__inner {
    gap: 38px;
  }

  .about-heritage__media {
    width: min(70vw, 560px);
  }
}

@media (max-width: 720px) {
  .about-page .about-hero {
    min-height: 260px;
    background-image: url("../assets/about-hero-v2-mobile.jpg");
    background-position: center;
  }

  .about-hero__inner {
    min-height: 260px;
  }

  .about-hero::after {
    background: linear-gradient(90deg, rgba(13, 1, 2, 0.28) 0%, rgba(13, 1, 2, 0.12) 58%, transparent 82%);
  }

  .about-hero__copy {
    width: 62%;
  }

  .about-hero__copy h1 {
    font-size: 38px;
    letter-spacing: 0.1em;
  }

  .about-hero__rule {
    width: 190px;
    margin: 13px 0 12px;
  }

  .about-hero__copy p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }

  .about-page .about-story {
    padding-block: 38px 42px;
  }

  .about-page .about-story__inner {
    gap: 32px;
  }

  .about-page .about-story__copy h2 {
    font-size: 30px;
  }

  .about-page .about-story__copy p,
  .about-page .about-story__copy strong {
    font-size: 15px;
  }

  .about-heritage {
    padding-block: 44px 48px;
  }

  .about-heritage__inner {
    gap: 30px;
  }

  .about-heritage__copy h2 {
    font-size: 28px;
  }

  .about-heritage__copy p,
  .about-heritage__copy strong {
    font-size: 15px;
  }

  .about-heritage__media {
    width: min(100%, 480px);
  }

  .about-store-info__item strong {
    font-size: 14px;
  }

  .about-store-info__item small {
    font-size: 13px;
  }

  .service-assurance.about-assurance__inner > .assurance-item strong {
    font-size: 15px;
  }

  .about-assurance small {
    font-size: 13px;
  }
}
