.about-page { --about-primary: #6b3fa0; --about-ink: #29232e; --about-muted: #756f7a; color: var(--about-ink); }
.about-page h1, .about-page h2, .about-page h3 { color: var(--about-ink); }
.about-hero { position: relative; display: flex; align-items: center; min-height: 320px; margin-bottom: 48px; padding: 48px; overflow: hidden; border: 1px solid #eee4f7; border-radius: 22px; background: linear-gradient(120deg, #f6effd, #fff 68%); }
.about-hero:after { position: absolute; right: -55px; bottom: -90px; width: 270px; height: 270px; border-radius: 50%; background: rgba(107, 63, 160, .055); content: ""; }
.about-hero-content { position: relative; z-index: 1; max-width: 790px; }
.about-eyebrow { color: var(--about-primary); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-eyebrow .fa { margin-right: 5px; }
.about-hero h1 { margin: 9px 0 16px; font-size: 40px; }
.about-hero p { max-width: 740px; margin: 0; color: var(--about-muted); font-size: 16px; line-height: 1.7; }
.about-hero .about-lead { margin-bottom: 10px; color: var(--about-ink); font-size: 19px; }
.about-hero-icon { position: relative; z-index: 1; display: flex; width: 112px; height: 112px; flex: 0 0 112px; align-items: center; justify-content: center; margin-left: auto; border: 1px solid #e5d9ef; border-radius: 32px; background: rgba(255, 255, 255, .72); color: var(--about-primary); box-shadow: 0 14px 35px rgba(74, 44, 99, .12); font-size: 47px; transform: rotate(5deg); }
.about-section { margin-bottom: 50px; }
.about-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.about-section-head h2 { margin: 7px 0 0; font-size: 28px; }
.about-section-head > p { max-width: 460px; margin: 0; color: var(--about-muted); line-height: 1.6; }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-feature { display: flex; min-width: 0; flex-direction: column; padding: 25px; border: 1px solid #ece7ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(45, 28, 59, .065); transition: transform .2s ease, box-shadow .2s ease; }
.about-feature:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(45, 28, 59, .11); }
.about-icon, .about-info-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--about-primary); }
.about-icon { width: 50px; height: 50px; margin-bottom: 17px; border: 1px solid #e8ddf1; border-radius: 15px; background: linear-gradient(145deg, #fbf8fd, #f1e9f8); box-shadow: 0 6px 14px rgba(107, 63, 160, .1); font-size: 21px; }
.about-feature h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.35; }
.about-feature p { flex: 1 1 auto; margin: 0; color: var(--about-muted); line-height: 1.65; }
.about-card-link { margin-top: 15px; color: var(--about-primary); font-weight: 600; }
.about-card-link .fa { margin-left: 4px; }
.about-brands { display: flex; gap: 16px; align-items: flex-start; margin-top: 18px; padding: 21px 24px; border: 1px solid #e7dcef; border-radius: 15px; background: #f8f4fb; }
.about-brands > .fa { color: var(--about-primary); font-size: 24px; }
.about-brands strong { display: block; margin-bottom: 5px; }
.about-brands p { margin: 0; color: var(--about-muted); line-height: 1.6; }
.about-visit { margin-bottom: 50px; padding: 32px; border: 1px solid #eee7f4; border-radius: 20px; background: linear-gradient(145deg, #fbf9fd, #f7f2fb); }
.about-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.about-info-card { display: flex; gap: 14px; padding: 21px; border: 1px solid #eae3ed; border-radius: 14px; background: #fff; }
.about-info-icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; background: var(--about-primary); color: #fff; font-size: 17px; box-shadow: 0 7px 15px rgba(107, 63, 160, .2); }
.about-info-card strong { display: block; margin-bottom: 5px; color: var(--about-primary); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.about-info-card p { margin: 0; line-height: 1.55; }
.about-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; margin-bottom: 50px; padding: 36px; border-radius: 20px; background: #30273a; color: #fff; box-shadow: 0 14px 35px rgba(38, 28, 47, .15); }
.about-contact h2 { margin: 7px 0 12px; color: #fff; font-size: 28px; }
.about-contact-copy > p { margin: 0; color: #d7cfdd; line-height: 1.65; }
.about-contact .about-eyebrow { color: #c8a9e6; }
.about-contact-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.about-contact-item { display: flex; gap: 11px; align-items: flex-start; min-width: 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; background: rgba(255, 255, 255, .06); }
.about-contact-item > .fa { margin-top: 3px; color: #c8a9e6; font-size: 18px; }
.about-contact-item strong, .about-contact-item a, .about-contact-item span { display: block; }
.about-contact-item strong { margin-bottom: 6px; color: #c8a9e6; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.about-contact-item a, .about-contact-item span { color: #fff; line-height: 1.6; word-break: break-word; }
.about-contact-item a:hover { color: #e2c9f7; }
.about-legal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; overflow: hidden; margin: 20px 0 0; border: 1px solid #e9e3ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(45, 28, 59, .055); }
.about-legal > div { padding: 22px 24px; border-bottom: 1px solid #eee9f1; }
.about-legal > div:nth-child(odd) { border-right: 1px solid #eee9f1; }
.about-legal > div:nth-last-child(-n+2) { border-bottom: 0; }
.about-legal dt { margin-bottom: 6px; color: var(--about-primary); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.about-legal dd { margin: 0; color: var(--about-muted); line-height: 1.6; }
.about-media { margin-bottom: 34px; overflow: hidden; border: 1px solid #e9e3ed; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(45, 28, 59, .07); }
.about-media-head { display: flex; align-items: center; gap: 16px; padding: 23px 27px; }
.about-media-head > .fa { width: 46px; color: var(--about-primary); font-size: 31px; text-align: center; }
.about-media-head h2 { margin: 0 0 4px; font-size: 23px; }
.about-media-head p { margin: 0; color: var(--about-muted); }
.about-frame { position: relative; height: 0; overflow: hidden; background: #eee; }
.about-frame-tour { padding-bottom: 50%; }
.about-frame-map { padding-bottom: 38%; }
.about-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 991px) {
  .about-hero { min-height: 0; padding: 38px; }
  .about-hero-icon { width: 86px; height: 86px; flex-basis: 86px; font-size: 37px; }
  .about-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-contact { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .about-hero { margin-bottom: 35px; padding: 29px 24px; border-radius: 17px; }
  .about-hero h1 { font-size: 32px; }
  .about-hero .about-lead { font-size: 17px; }
  .about-hero-icon { display: none; }
  .about-section-head { display: block; }
  .about-section-head > p { margin-top: 10px; }
  .about-feature-grid, .about-info-grid, .about-contact-list, .about-legal { grid-template-columns: 1fr; }
  .about-visit, .about-contact { padding: 24px; }
  .about-legal > div, .about-legal > div:nth-child(odd), .about-legal > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #eee9f1; }
  .about-legal > div:last-child { border-bottom: 0; }
  .about-media-head { align-items: flex-start; padding: 20px; }
  .about-media-head h2 { font-size: 20px; }
  .about-frame-tour, .about-frame-map { padding-bottom: 70%; }
}
@media (max-width: 479px) {
  .about-feature-grid { display: block; }
  .about-feature { margin-bottom: 14px; }
  .about-contact { padding: 21px; }
  .about-frame-tour, .about-frame-map { padding-bottom: 88%; }
}
