/* about.html — page-specific styles */

/* ─── NAVBAR ─── */

  /* ─── PAGE HERO ─── */
  .page-hero {
    background: var(--navy);
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
  }
  .page-hero-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 60% 40%, rgba(200,151,59,0.08) 0%, transparent 60%);
  }
  .page-hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(200,151,59,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(200,151,59,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
  }
  .page-hero-inner {
    position: relative; z-index: 2;
    max-width: 1280px; margin: 0 auto;
    padding: 0 5%; width: 100%;
  }

  .page-hero-title {
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 300;
    color: var(--white);
    line-height: 1.05;
    max-width: 700px;
  }
  .page-hero-title em { font-style: italic; color: var(--gold-light); font-weight: 400; }
  .page-hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.5);
    max-width: 560px; margin-top: 20px; line-height: 1.8;
  }
  .page-hero-line {
    position: absolute; bottom: 0; left: 5%;
    width: 60px; height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
  }

  /* ─── SECTIONS ─── */

  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

  /* ─── OVERVIEW ─── */
  .overview-section { background: var(--white); padding: 100px 0; }
  .overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .overview-img-wrap { position: relative; }
  .overview-img-frame { aspect-ratio: 4/5; background: var(--white); overflow: hidden; position: relative; }
  .overview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 12%;
    background: var(--white);
  }
  .overview-corner-tl { position: absolute; top: -14px; left: -14px; width: 64px; height: 64px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
  .overview-corner-br { position: absolute; bottom: -14px; right: -14px; width: 64px; height: 64px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }
  .overview-badge {
    position: absolute; top: 32px; right: -24px;
    background: var(--gold); color: var(--navy);
    padding: 20px 24px; text-align: center; min-width: 110px;
    box-shadow: 0 8px 32px rgba(200,151,59,0.35);
  }
  .overview-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; line-height: 1; display: block; }
  .overview-badge-text { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-top: 4px; }

  .section-label-line { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
  .section-label-line::after { content: ''; flex: 1; height: 1px; background: rgba(200,151,59,0.2); }

  .overview-title { font-size: clamp(32px, 3.5vw, 52px); font-weight: 400; color: var(--text-dark); line-height: 1.12; }
  .overview-title em { font-style: italic; color: #7A5C28; }
  .overview-body { font-size: 15px; color: var(--text-mid); line-height: 1.85; }
  .overview-body + .overview-body { margin-top: 14px; }
  .overview-divider { width: 44px; height: 1.5px; background: var(--gold); margin: 28px 0; }
  .overview-quote {
    border-left: 3px solid var(--gold);
    padding: 16px 20px;
    background: rgba(200,151,59,0.04);
    margin: 28px 0;
  }
  .overview-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 400; font-style: italic;
    color: var(--text-dark); line-height: 1.5;
  }
  .overview-actions { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }

  /* ─── MISSION VISION ─── */
  .mv-section { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
  .mv-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(200,151,59,0.06) 0%, transparent 60%);
  }
  .mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); position: relative; z-index: 1; }
  .mv-card { background: var(--navy-mid); padding: 56px 48px; position: relative; overflow: hidden; }
  .mv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
  .mv-card-icon { width: 56px; height: 56px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
  .mv-card-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .mv-card-label { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .mv-card-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: var(--white); line-height: 1.2; margin-bottom: 20px; }
  .mv-card-title em { font-style: italic; color: var(--gold-light); }
  .mv-card-body { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; }
  .mv-card-points { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
  .mv-card-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.65); }
  .mv-point-dot { width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; margin-top: 8px; }

  /* ─── WHY CHOOSE US ─── */
  .why-section { background: var(--off-white); padding: 100px 0; }
  .why-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; flex-wrap: wrap; gap: 20px; }
  .why-title { font-size: clamp(32px, 3.5vw, 50px); font-weight: 400; color: var(--text-dark); line-height: 1.12; }
  .why-title em { font-style: italic; color: #7A5C28; }
  .why-desc { font-size: 15px; color: var(--text-mid); max-width: 340px; line-height: 1.7; }
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(0,0,0,0.06); }
  .why-card {
    background: var(--white); padding: 40px 36px;
    display: flex; flex-direction: column; gap: 16px;
    position: relative; overflow: hidden; transition: background 0.25s;
  }
  .why-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: rgba(200,151,59,0.03); transition: height 0.35s; }
  .why-card:hover { background: #FEFCF8; }
  .why-card:hover::after { height: 100%; }
  .why-num {
    font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300;
    color: rgba(200,151,59,0.12); line-height: 1; position: absolute;
    top: 20px; right: 24px; pointer-events: none;
  }
  .why-icon { width: 52px; height: 52px; border: 1px solid rgba(200,151,59,0.2); display: flex; align-items: center; justify-content: center; }
  .why-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .why-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--text-dark); line-height: 1.25; }
  .why-card-body { font-size: 14px; color: var(--text-mid); line-height: 1.75; }

  /* ─── TIMELINE ─── */
  .timeline-section { background: var(--white); padding: 100px 0; }
  .timeline-header { text-align: center; max-width: 640px; margin: 0 auto 72px; }
  .timeline-title { font-size: clamp(32px, 3.5vw, 52px); font-weight: 400; color: var(--text-dark); margin-top: 12px; }
  .timeline-title em { font-style: italic; color: #7A5C28; }
  .timeline-desc { font-size: 15px; color: var(--text-mid); margin-top: 14px; line-height: 1.7; }
  .timeline { position: relative; max-width: 860px; margin: 0 auto; }
  .timeline::before {
    content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
    width: 1px; background: linear-gradient(to bottom, var(--gold), rgba(200,151,59,0.1));
    transform: translateX(-50%);
  }
  .timeline-item { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 0; margin-bottom: 48px; align-items: start; }
  .timeline-item:last-child { margin-bottom: 0; }
  .timeline-content-left { text-align: right; padding-right: 40px; padding-top: 4px; }
  .timeline-content-right { padding-left: 40px; padding-top: 4px; }
  .timeline-empty { }
  .timeline-center { display: flex; flex-direction: column; align-items: center; position: relative; }
  .timeline-dot {
    width: 14px; height: 14px; background: var(--gold);
    border: 3px solid var(--white);
    box-shadow: 0 0 0 1px var(--gold);
    border-radius: 50%; flex-shrink: 0; position: relative; z-index: 1;
  }
  .timeline-year {
    font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 600;
    color: var(--gold); letter-spacing: 0.06em; margin-top: 6px; white-space: nowrap;
  }
  .timeline-event-title {
    font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600;
    color: var(--text-dark); line-height: 1.3; margin-bottom: 8px;
  }
  .timeline-event-body { font-size: 14px; color: var(--text-mid); line-height: 1.7; }
  .timeline-item.right .timeline-content-left { grid-column: 1; }
  .timeline-item.right .timeline-content-right { visibility: hidden; }
  .timeline-item.left .timeline-content-left { visibility: hidden; }
  .timeline-item.left .timeline-content-right { grid-column: 3; }

  /* ─── VALUES ─── */
  .values-section { background: var(--navy); padding: 100px 0; }
  .values-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
  .values-title { font-size: clamp(32px, 3.5vw, 52px); font-weight: 400; color: var(--white); margin-top: 12px; }
  .values-title em { font-style: italic; color: var(--gold-light); }
  .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .value-card {
    border: 1px solid var(--border-light); padding: 40px 32px;
    position: relative; transition: border-color 0.3s, background 0.3s;
  }
  .value-card:hover { border-color: rgba(200,151,59,0.4); background: rgba(255,255,255,0.02); }
  .value-num {
    font-family: 'Cormorant Garamond', serif; font-size: 11px; letter-spacing: 0.15em;
    color: rgba(200,151,59,0.75); margin-bottom: 20px;
  }
  .value-icon { width: 48px; height: 48px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .value-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .value-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--white); margin-bottom: 14px; }
  .value-body { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.75; }

  /* ─── AFFILIATIONS ─── */
  .affiliations-section { background: var(--off-white); padding: 100px 0; }
  .affiliations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .affiliations-text .overview-title { font-size: clamp(28px, 3vw, 46px); }
  .affiliations-cards { display: flex; flex-direction: column; gap: 20px; }
  .affiliation-card {
    background: var(--white); border: 1px solid rgba(0,0,0,0.07);
    padding: 28px 32px; display: flex; align-items: flex-start; gap: 20px;
    transition: border-color 0.25s, box-shadow 0.25s; position: relative;
    overflow: hidden;
  }
  .affiliation-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transition: transform 0.3s; transform-origin: bottom; }
  .affiliation-card:hover { border-color: rgba(200,151,59,0.3); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
  .affiliation-card:hover::before { transform: scaleY(1); }
  .affiliation-icon { width: 52px; height: 52px; background: rgba(200,151,59,0.08); border: 1px solid rgba(200,151,59,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .affiliation-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .affiliation-body { flex: 1; min-width: 0; }
  .affiliation-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
  .affiliation-desc { font-size: 13px; color: var(--text-mid); line-height: 1.65; }
  .affiliation-tag { display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: rgba(200,151,59,0.08); padding: 3px 10px; }

  /* ─── BD IP LANDSCAPE ─── */
  .landscape-section { background: var(--white); padding: 100px 0; }
  .landscape-grid { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: start; }
  .landscape-intro { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-top: 20px; }
  .landscape-intro + .landscape-intro { margin-top: 14px; }
  .landscape-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(0,0,0,0.06); margin-top: 36px; }
  .landscape-stat { background: var(--white); padding: 28px 24px; border-left: 3px solid var(--gold); }
  .landscape-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; color: var(--text-dark); line-height: 1; margin-bottom: 4px; }
  .landscape-stat-label { font-size: 12px; color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase; }

  .landscape-sidebar {}
  .landscape-sidebar-card { background: var(--navy); padding: 36px 32px; margin-bottom: 16px; }
  .landscape-sidebar-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 16px; }
  .landscape-sidebar-card h4 em { font-style: italic; color: var(--gold-light); }
  .landscape-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .landscape-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }
  .landscape-list-dot { width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; margin-top: 7px; }
  .landscape-note { background: var(--gold); padding: 24px 28px; }
  .landscape-note p { font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.6; }
  .landscape-note strong { font-weight: 700; display: block; margin-bottom: 6px; font-family: 'Cormorant Garamond', serif; font-size: 17px; }

  /* ─── CTA ─── */
  .cta-section { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
  .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(200,151,59,0.07) 0%, transparent 60%); }
  .cta-inner { text-align: center; position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 0 5%; }
  .cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
  .cta-title em { font-style: italic; color: var(--gold-light); }
  .cta-desc { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 44px; }
  .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .cta-contact-strip { display: flex; justify-content: center; gap: 48px; margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--border); flex-wrap: wrap; }
  .cta-contact-item { display: flex; align-items: center; gap: 14px; text-decoration: none; }
  .cta-icon { width: 44px; height: 44px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .cta-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .cta-contact-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2px; }
  .cta-contact-value { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); }

  /* ─── FOOTER (styles in shared.css) ─── */
  @media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
  }

  /* ─── WA FLOAT ─── */

  .wa-btn:hover { transform: scale(1.08); }
  .wa-btn svg { width: 28px; height: 28px; fill: white; }

  /* ─── MOBILE MENU ─── */

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1100px) {
    .overview-grid, .affiliations-grid, .landscape-grid { grid-template-columns: 1fr; }
    .overview-img-wrap { max-width: 480px; }
    .landscape-sidebar { margin-top: 0; }

    .timeline::before { left: 28px; }
    .timeline-item { grid-template-columns: 28px 1fr; gap: 0; }
    .timeline-center { align-items: flex-start; }
    .timeline-content-left { display: none; }
    .timeline-content-right { padding-left: 24px; grid-column: auto; }
    .timeline-item.left .timeline-content-left { display: none; }
    .timeline-item.left .timeline-content-right { grid-column: auto; visibility: visible; padding-left: 24px; }
    .timeline-item.right .timeline-content-right { visibility: visible; }
  }
  @media (max-width: 900px) {
    .mv-grid, .why-grid, .values-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 768px) {

    .cta-contact-strip { gap: 24px; }

    .overview-badge { right: 0; }
    .landscape-stats { grid-template-columns: 1fr 1fr; }
  }

