.about-page { background: var(--la-paper); }
.about-page .about-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--la-line);
}
.about-hero-media { position: absolute; inset: 0; }
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251,248,243,.99) 0%, rgba(251,248,243,.96) 38%, rgba(251,248,243,.24) 70%);
}
.about-hero-inner { position: relative; z-index: 1; padding: 92px 0 110px; }
.about-hero-copy { width: min(700px, 57vw); }
.about-eyebrow, .about-kicker { margin: 0 0 22px; color: var(--la-wine); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.about-hero h1 { font-size: clamp(3rem, 5.1vw, 5.15rem) !important; }
.about-lead { max-width: 660px; margin: 28px 0 0; color: #4f4844; font-size: clamp(1.04rem, 1.45vw, 1.2rem); }
.about-context { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; color: var(--la-muted); font-size: .77rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.about-section { padding: 104px 0; }
.about-section.soft { background: var(--la-paper-2); }
.about-section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 56px; align-items: end; margin-bottom: 54px; }
.about-section-heading h2 { margin: 0; }
.about-section-heading > p { margin: 0; color: var(--la-muted); font-size: 1.08rem; }
.about-prose { max-width: 880px; margin-left: auto; }
.about-prose p { margin: 0 0 20px; color: #4f4844; font-size: 1.04rem; }
.partner-quote { max-width: 980px; margin: 0 auto; text-align: center; }
.partner-quote blockquote { margin: 0; color: var(--la-ink); font: 400 clamp(2rem, 3.7vw, 3.55rem)/1.2 Georgia, "Times New Roman", serif; }
.partner-quote footer { margin-top: 30px; color: var(--la-muted); }
.partner-quote strong { display: block; color: var(--la-ink); font-size: .94rem; letter-spacing: .08em; text-transform: uppercase; }
.expect-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--la-line); border: 1px solid var(--la-line); }
.expect-card { min-height: 270px; padding: 30px; background: var(--la-white); }
.expect-number { color: var(--la-wine); font-size: .75rem; letter-spacing: .14em; }
.expect-card h3 { margin: 44px 0 14px; font-size: 1.55rem; }
.expect-card p { margin: 0; color: var(--la-muted); }
.profile { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 68px; align-items: start; padding: 58px 0; border-top: 1px solid var(--la-line); }
.profile:first-of-type { padding-top: 0; border-top: 0; }
.profile-photo { aspect-ratio: 4 / 5; overflow: hidden; background: var(--la-paper-2); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile h3 { margin: 0 0 9px; font-size: clamp(2rem, 3vw, 3rem); }
.profile-role { margin: 0; color: var(--la-wine); font-weight: 700; }
.profile-focus { margin: 6px 0 25px; color: var(--la-muted); font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; }
.profile-copy p { margin: 0 0 17px; color: #4f4844; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.profile-tags li { padding: 7px 10px; border: 1px solid var(--la-line); color: var(--la-muted); font-size: .76rem; line-height: 1.25; }
.profile-link { display: inline-block; margin-top: 24px; color: var(--la-wine); text-underline-offset: 4px; }
.coordination { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 68px; align-items: center; }
.coordination-photo { aspect-ratio: 4 / 5; overflow: hidden; }
.coordination-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.coordination h2 { margin: 0 0 22px; }
.coordination p { color: #4f4844; }
.international-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 68px; }
.international-grid h2 { margin: 0; }
.international-copy p { margin: 0 0 20px; color: #4f4844; font-size: 1.04rem; }
.carousel-shell { position: relative; }
.carousel-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.carousel-head h2 { margin: 0; }
.carousel-actions { display: flex; gap: 10px; }
.carousel-button { width: 46px; height: 46px; border: 1px solid var(--la-line); border-radius: 50%; background: transparent; color: var(--la-wine); font-size: 1.35rem; cursor: pointer; }
.carousel-button:hover, .carousel-button:focus-visible { border-color: var(--la-wine); outline: none; }
.carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 31%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-card { scroll-snap-align: start; margin: 0; }
.carousel-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.carousel-card figcaption { padding-top: 13px; color: #4f4844; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
.carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #d8ccc1; cursor: pointer; }
.carousel-dot.active { background: var(--la-wine); }
.about-final { padding: 82px 0; background: var(--la-wine-dark); color: #fffaf4; }
.about-final-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; }
.about-final h2 { margin: 0; color: #fffaf4; }
.about-final p { color: rgba(255,250,244,.75); }
.about-final .button { justify-self: end; border-color: #fffaf4; background: #fffaf4; color: var(--la-wine-dark); }

@media (max-width: 900px) {
  .about-hero-copy { width: min(700px, 78vw); }
  .about-section-heading, .international-grid { grid-template-columns: 1fr; gap: 22px; }
  .about-prose { margin-left: 0; }
  .expect-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile, .coordination { gap: 38px; }
  .carousel-track { grid-auto-columns: minmax(260px, 47%); }
}

@media (max-width: 640px) {
  .about-page .about-hero { min-height: 650px; }
  .about-hero-media img { object-position: 68% center; }
  .about-hero-media::after { background: linear-gradient(90deg, rgba(251,248,243,.99) 0%, rgba(251,248,243,.93) 72%, rgba(251,248,243,.42) 100%); }
  .about-hero-inner { padding: 70px 0 86px; }
  .about-hero-copy { width: 100%; }
  .about-section { padding: 74px 0; }
  .expect-grid, .profile, .coordination, .about-final-grid { grid-template-columns: 1fr; }
  .expect-card { min-height: auto; }
  .profile { gap: 28px; }
  .profile-photo, .coordination-photo { max-width: 390px; }
  .carousel-track { grid-auto-columns: 84%; }
  .carousel-head { align-items: center; }
  .about-final .button { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track { scroll-behavior: auto !important; }
}
