.about-page {
  --about-ink: #163129;
  --about-muted: #5d766a;
  --about-card: #ffffff;
  --about-card-border: rgba(44, 74, 62, 0.12);
  --about-shadow: 0 20px 60px rgba(26, 46, 40, 0.10);
  padding: clamp(28px, 4vw, 56px) 0 80px;
  background:
    radial-gradient(circle at top left, rgba(240, 165, 0, 0.10), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(58, 138, 158, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf7ee 100%);
}

.about-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(44, 74, 62, 0.08);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-kicker::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(240, 165, 0, 0.16);
}

.about-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(54px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: var(--about-ink);
  max-width: 11ch;
}

.about-intro {
  margin-top: 20px;
  font-size: clamp(18px, 2vw, 21px);
  color: var(--about-muted);
  max-width: 54rem;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-actions .btn {
  box-shadow: var(--about-shadow);
}

.about-panel {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: auto;
  box-shadow: var(--about-shadow);
  border: 1px solid rgba(44, 74, 62, 0.08);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

.about-photo {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(26, 46, 40, 0.12);
  border: 1px solid rgba(44, 74, 62, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.about-photo--figure {
  display: flex;
  flex-direction: column;
}

.about-photo--hero {
  margin: 0;
}

.about-photo--hero img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-photo--figure img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.about-photo--figure figcaption {
  padding: 14px 16px 16px;
}

.about-photo--figure figcaption strong {
  display: block;
  color: var(--about-ink);
  font-size: 18px;
  margin-bottom: 6px;
}

.about-photo--figure figcaption span {
  display: block;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-section {
  margin-top: 28px;
  padding: 0;
}

.about-section + .about-section {
  margin-top: 18px;
}

.about-card {
  background: var(--about-card);
  border: 1px solid var(--about-card-border);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: var(--about-shadow);
  backdrop-filter: blur(8px);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-grid > .about-card {
  border: none;
}

.about-story,
.about-why {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.about-story::before,
.about-why::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.about-grid > .about-story::before,
.about-grid > .about-why::before {
  content: none;
}

.about-story {
  background: #ffffff;
  border-color: rgba(58, 138, 158, 0.22);
}

.about-story::before {
  background: rgba(58, 138, 158, 0.24);
  height: 5px;
  inset: 0 0 auto 0;
}

.about-why {
  background: #ffffff;
  border-color: rgba(240, 165, 0, 0.26);
}

.about-why::before {
  background: transparent;
}

.about-copy h2,
.about-story h2,
.about-why h2,
.about-cta h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.95;
  color: var(--about-ink);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.about-copy p,
.about-story p,
.about-why p,
.about-cta p,
.about-list li {
  color: var(--about-muted);
  line-height: 1.78;
  font-size: 17px;
}

.about-story p + p,
.about-why p + p {
  margin-top: 14px;
}

.about-story > p:first-of-type,
.about-why-lead {
  color: var(--about-ink);
  font-weight: 700;
}

.about-why-lead {
  margin-top: 16px;
}

.about-quote {
  border-left: 4px solid var(--amber);
  padding: 20px 20px 20px 22px;
  background: #ffffff;
  border: 1px solid rgba(240, 165, 0, 0.22);
  border-radius: 20px;
  color: var(--about-ink);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.about-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.about-list li {
  position: relative;
  padding-left: 28px;
}

.about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(44, 74, 62, 0.08);
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.about-fact {
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(44, 74, 62, 0.06), rgba(44, 74, 62, 0.02));
  border: 1px solid rgba(44, 74, 62, 0.08);
}

.about-fact strong {
  display: block;
  color: var(--about-ink);
  font-size: 22px;
  margin-bottom: 6px;
}

.about-fact span {
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-timeline {
  display: grid;
  gap: 18px;
}

.about-timeline-head h2 {
  margin-bottom: 8px;
}

.about-timeline-head p {
  color: var(--about-muted);
  max-width: 54rem;
  line-height: 1.72;
}

.timeline-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(44, 74, 62, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.timeline-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(44, 74, 62, 0.1);
  font-size: 32px;
  line-height: 1;
  flex: 0 0 54px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  text-align: center;
}

.timeline-item strong {
  display: block;
  color: var(--about-ink);
  font-size: 17px;
  line-height: 1.2;
}

.timeline-item > div > span {
  display: block;
  margin-top: 4px;
  color: var(--about-muted);
  font-size: 13px;
}

.timeline-item--2025 {
  border-left: 4px solid #dca62a;
}

.timeline-item--2026 {
  border-left: 4px solid #ba6f2d;
}

.timeline-item--2024 {
  border-left: 4px solid #4b7e55;
}

.timeline-item--2023 {
  border-left: 4px solid #45778c;
}

.timeline-item--2022 {
  border-left: 4px solid #d7883a;
}

.timeline-item--2021 {
  border-left: 4px solid #6e8e69;
}

.timeline-item--2015 {
  border-left: 4px solid #1f5a53;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.about-gallery figure {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 240px;
  box-shadow: none;
  border: 1px solid rgba(44, 74, 62, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.about-gallery figcaption {
  padding: 14px 16px 16px;
}

.about-gallery figcaption strong {
  display: block;
  color: var(--about-ink);
  font-size: 16px;
  margin-bottom: 6px;
}

.about-gallery figcaption span {
  display: block;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.62;
}

.about-gallery-note {
  display: flex;
  align-items: end;
  padding: 22px;
  background: linear-gradient(135deg, rgba(44, 74, 62, 0.96), rgba(240, 165, 0, 0.22));
}

.about-gallery-note--accent {
  background: linear-gradient(135deg, rgba(58, 138, 158, 0.94), rgba(44, 74, 62, 0.86));
}
.about-gallery-note--soft {
  background: linear-gradient(135deg, rgba(230, 220, 190, 0.96), rgba(122, 150, 134, 0.86));
}
.about-gallery-note--image {
  background:
    linear-gradient(180deg, rgba(14, 25, 22, 0.02), rgba(14, 25, 22, 0.18)),
    url('/img/over-ons-gezin-bahamas.jpg') center/cover no-repeat;
}

.about-gallery-note figcaption,
.about-gallery-note figcaption strong,
.about-gallery-note figcaption span {
  color: #fff;
}

.about-gallery .g1 { grid-column: span 7; }
.about-gallery .g2 { grid-column: span 5; }
.about-gallery .g3 { grid-column: span 5; }
.about-gallery .g4 { grid-column: span 7; }

.about-cta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.about-cta-text {
  max-width: 58rem;
}

.about-cta .about-actions {
  margin-top: 0;
  align-self: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 218px;
}

.about-cta .about-actions .btn {
  width: 100%;
}

.about-cta-links {
  margin-top: 10px;
}

.about-cta-links a {
  color: var(--green);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.about-cta-links a:hover,
.about-cta-links a:focus-visible {
  color: var(--amber);
}

@media (max-width: 980px) {
  .about-hero,
  .about-grid,
  .about-cta,
  .about-panel {
    grid-template-columns: 1fr;
    display: grid;
  }

  .about-panel {
    min-height: auto;
  }

  .about-cta .about-actions {
    min-width: 0;
    width: 100%;
    align-self: stretch;
  }

  .about-cta .about-actions .btn {
    width: auto;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-gallery .g1,
  .about-gallery .g2,
  .about-gallery .g3,
  .about-gallery .g4 {
    grid-column: span 12;
  }
}

@media (max-width: 640px) {
  .about-page {
    padding-top: 18px;
  }

  .about-shell {
    padding: 0 16px;
  }

  .timeline-list {
    grid-template-columns: 1fr;
  }

  .about-panel {
    min-height: auto;
    border-radius: 24px;
  }

  .about-photo--hero img {
    height: 360px;
  }

  .about-photo--figure img {
    height: 240px;
  }

  .about-gallery .g1,
  .about-gallery .g2,
  .about-gallery .g3,
  .about-gallery .g4 {
    grid-column: span 12;
  }

  .about-card,
  .about-gallery figure {
    border-radius: 20px;
  }
}