.about-showcase {
  --about-ink: #132c32;
  --about-muted: #62757a;
  --about-line: #dfe8e9;
  --about-accent: #0799ad;
  --about-dark: #102a31;
  --about-warm: #ece4d7;
  overflow: hidden;
  background: #fff;
  color: var(--about-ink);
}

.about-showcase *,
.about-showcase *::before,
.about-showcase *::after { box-sizing: border-box; }
.about-showcase :is(h1,h2,h3,p,figure) { margin: 0; }
.about-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.about-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 72vh, 760px);
  background-color: #16343b;
  background-position: center;
  background-size: cover;
  place-items: center;
  isolation: isolate;
}

.about-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(transparent, rgba(4, 18, 22, .42));
  content: '';
  pointer-events: none;
  z-index: -1;
}

.about-hero__content { width: min(900px, calc(100% - 48px)); color: #fff; text-align: center; }
.about-eyebrow,
.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #67d6df;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.about-eyebrow::before,
.about-kicker::before { width: 34px; height: 2px; background: currentColor; content: ''; }
.about-eyebrow { color: #fff; }
.about-eyebrow::after { width: 34px; height: 2px; background: currentColor; content: ''; }
.about-hero h1 { max-width: 900px; margin: 24px auto 18px; font-size: clamp(42px, 6.2vw, 76px); line-height: 1.08; letter-spacing: -.04em; }
.about-hero p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.7vw, 21px); line-height: 1.75; }
.about-scroll-cue { position: absolute; bottom: 34px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); }
.about-scroll-cue i { display: block; width: 1px; height: 34px; background: rgba(255,255,255,.68); animation: about-scroll 1.8s ease-in-out infinite; }
.about-scroll-cue span { font-size: 9px; letter-spacing: .22em; }
@keyframes about-scroll { 0%,100%{ transform: scaleY(.5); transform-origin: top; opacity:.45 } 50%{ transform: scaleY(1); opacity:1 } }

.about-story { padding: 110px 0 70px; background: linear-gradient(180deg,#fff,#f7faf9); }
.about-story__intro { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 24px 80px; align-items: start; }
.about-story__intro .about-kicker { grid-column: 1 / -1; }
.about-story__intro h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.14; letter-spacing: -.035em; }
.about-story__lead { color: #29484f; font-size: clamp(18px,2vw,24px); font-weight: 600; line-height: 1.65; }
.about-story__body { grid-column: 2; color: var(--about-muted); font-size: 16px; line-height: 1.95; }
.about-story__body p + p { margin-top: 16px; }
.about-story__visual { height: clamp(380px,48vw,600px); margin-top: 70px; overflow: hidden; background: #dbe4e5; }
.about-story__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-story__visual:hover img { transform: scale(1.025); }
.about-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-right: 1px solid var(--about-line); border-bottom: 1px solid var(--about-line); }
.about-stat { min-height: 128px; padding: 26px 28px; border-top: 1px solid var(--about-line); border-left: 1px solid var(--about-line); background: rgba(255,255,255,.9); }
.about-stat strong { display: block; color: var(--about-accent); font-size: clamp(24px,3vw,38px); line-height: 1.15; letter-spacing: -.03em; }
.about-stat span { display: block; margin-top: 9px; color: var(--about-muted); font-size: 13px; }

.about-gallery-story { padding: 90px 0 120px; background: #f7faf9; }
.about-section-heading { max-width: 720px; margin: 0 auto 62px; text-align: center; }
.about-section-heading h2 { color: var(--about-ink); font-size: clamp(34px,4vw,50px); line-height: 1.2; letter-spacing: -.035em; }
.about-section-heading p { margin-top: 16px; color: var(--about-muted); font-size: 16px; line-height: 1.75; }
.about-section-heading.is-dark h2 { color: #fff; }
.about-section-heading.is-dark p { color: rgba(255,255,255,.6); }
.about-gallery-row { display: grid; min-height: 430px; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); margin-top: 26px; background: #fff; box-shadow: 0 22px 70px rgba(17,48,55,.08); }
.about-gallery-row.is-reverse { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); }
.about-gallery-row.is-reverse .about-gallery-row__media { order: 2; }
.about-gallery-row__media { min-height: 430px; overflow: hidden; background: #dce4e4; }
.about-gallery-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-gallery-row:hover img { transform: scale(1.035); }
.about-gallery-row__copy { display: flex; padding: 58px 62px; flex-direction: column; justify-content: center; }
.about-row-index { color: var(--about-accent); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.about-gallery-row__copy h3 { margin-top: 18px; font-size: clamp(27px,3vw,38px); line-height: 1.25; letter-spacing: -.025em; }
.about-gallery-row__copy div { margin-top: 18px; color: var(--about-muted); font-size: 15px; line-height: 1.9; }

.about-mission { padding: 92px 0; background: var(--about-dark); }
.about-mission__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.about-mission-card { position: relative; min-height: 260px; padding: 48px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); color: #fff; }
.about-symbol { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(7,153,173,.5); border-radius: 50%; color: #56cbd5; font-size: 21px; }
.about-mission-card h3 { margin-top: 30px; color: #ece4d7; font-size: 24px; }
.about-mission-card p { margin-top: 14px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.85; }

.about-values { padding: 110px 0; background: #fff; }
.about-values__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.about-value-card { min-height: 280px; padding: 34px 28px; border: 1px solid var(--about-line); background: #fff; transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.about-value-card:hover { transform: translateY(-7px); border-color: rgba(7,153,173,.4); box-shadow: 0 22px 52px rgba(19,44,50,.1); }
.about-value-card h3 { margin-top: 34px; font-size: 20px; }
.about-value-card p { margin-top: 13px; color: var(--about-muted); font-size: 14px; line-height: 1.8; }

.about-journey { padding: 110px 0 130px; background: #f5f7f6; }
.about-timeline { position: relative; max-width: 900px; margin: 0 auto; }
.about-timeline::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #b9cccf; content: ''; }
.about-timeline-item { position: relative; display: grid; width: 50%; min-height: 150px; padding: 0 48px 32px 0; }
.about-timeline-item.is-right { margin-left: 50%; padding: 0 0 32px 48px; }
.about-timeline-dot { position: absolute; top: 24px; right: -7px; width: 14px; height: 14px; border: 3px solid #f5f7f6; border-radius: 50%; background: var(--about-accent); box-shadow: 0 0 0 1px var(--about-accent); }
.about-timeline-item.is-right .about-timeline-dot { right: auto; left: -7px; }
.about-timeline-card { padding: 25px 28px; border: 1px solid var(--about-line); background: #fff; }
.about-timeline-year { color: var(--about-accent); font-size: 13px; letter-spacing: .14em; }
.about-timeline-card h3 { margin-top: 8px; font-size: 19px; }
.about-timeline-card p { margin-top: 9px; color: var(--about-muted); font-size: 14px; line-height: 1.7; }

.about-choose { padding: 110px 0 125px; background: #112b32; }
.about-choose__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.about-choose-card { display: grid; min-height: 190px; padding: 34px; grid-template-columns: 52px 1fr; gap: 22px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; transition: background .28s ease; }
.about-choose-card:hover { background: rgba(255,255,255,.055); }
.about-choose-card h3 { color: #ece4d7; font-size: 18px; }
.about-choose-card p { margin-top: 10px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }

.about-cta { padding: 100px 0; background: var(--about-warm); }
.about-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: center; }
.about-cta h2 { font-size: clamp(34px,4.2vw,54px); line-height: 1.15; letter-spacing: -.035em; }
.about-cta p { max-width: 700px; margin-top: 16px; color: #5a625f; font-size: 16px; line-height: 1.75; }
.about-cta__socials { display:grid; grid-template-columns:repeat(4,64px); gap:13px; align-items:center; justify-content:end; }
.about-cta__social-link { display:grid; width:64px; height:64px; place-items:center; border:1px solid rgba(15,45,52,.14); background:var(--about-dark); color:#fff; text-decoration:none; transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease; }
.about-cta__social-link:hover { transform:translateY(-4px); border-color:transparent; box-shadow:0 12px 28px rgba(15,45,52,.18); }
.about-cta__social-link--instagram:hover { background:#d62976; }
.about-cta__social-link--facebook:hover { background:#1877f2; }
.about-cta__social-link--youtube:hover { background:#ff0033; }
.about-cta__social-link--whatsapp:hover { background:#20b85a; }
.about-cta__social-link.is-disabled { opacity:.3; cursor:not-allowed; pointer-events:none; }
.about-cta__social-icon { display:block; width:28px; height:28px; }
.about-cta__social-icon svg { display:block; width:100%; height:100%; overflow:visible; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.about-cta__social-icon .icon-fill { fill:currentColor; stroke:none; }

@media (max-width: 900px) {
  .about-story__intro { grid-template-columns: 1fr; gap: 20px; }
  .about-story__body { grid-column: 1; }
  .about-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-values__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-choose__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-gallery-row,.about-gallery-row.is-reverse { grid-template-columns: 1fr; }
  .about-gallery-row.is-reverse .about-gallery-row__media { order: 0; }
  .about-gallery-row__media { min-height: 380px; }
}

@media (max-width: 640px) {
  .about-shell { width: min(100% - 36px,1180px); }
  .about-hero { min-height: calc(100svh - 72px); }
  .about-hero__content { width: calc(100% - 36px); text-align: left; }
  .about-eyebrow::before,.about-eyebrow::after { display: block; width: 24px; }
  .about-hero h1 { margin: 20px 0 16px; font-size: clamp(39px,12vw,56px); }
  .about-hero p { font-size: 15px; }
  .about-scroll-cue { left: 28px; align-items: flex-start; transform: none; }
  .about-story,.about-values,.about-journey,.about-choose { padding: 80px 0; }
  .about-gallery-story { padding: 72px 0 80px; }
  .about-story__visual { height: 320px; margin-top: 46px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat { min-height: 108px; padding: 21px 18px; }
  .about-section-heading { margin-bottom: 42px; text-align: left; }
  .about-gallery-row { margin-top: 18px; box-shadow: 0 14px 44px rgba(17,48,55,.08); }
  .about-gallery-row__media { min-height: 290px; }
  .about-gallery-row__copy { padding: 36px 26px 42px; }
  .about-mission { padding: 72px 0; }
  .about-mission__grid,.about-values__grid,.about-choose__grid { grid-template-columns: 1fr; }
  .about-mission-card { min-height: 230px; padding: 34px 28px; }
  .about-value-card { min-height: 230px; }
  .about-timeline::before { left: 7px; }
  .about-timeline-item,.about-timeline-item.is-right { width: 100%; margin-left: 0; padding: 0 0 24px 34px; }
  .about-timeline-dot,.about-timeline-item.is-right .about-timeline-dot { top: 24px; right: auto; left: 0; }
  .about-choose__grid { border-top: 1px solid rgba(255,255,255,.13); }
  .about-choose-card { min-height: 170px; padding: 28px 24px; }
  .about-cta { padding: 78px 0; }
  .about-cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .about-cta__socials { width:100%; grid-template-columns:repeat(4,minmax(0,1fr)); justify-content:stretch; }
  .about-cta__social-link { width:100%; height:auto; aspect-ratio:1; max-height:72px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-showcase * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
