/* About page — elegant editorial style (green theme) */
.ab-hero{padding:clamp(2.5rem,6vw,4.5rem) 0 1rem;position:relative}
.ab-hero__grid{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:start}
.ab-hero__frame{margin:0;position:relative}
.ab-hero__frame img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 8%;
  border-radius:0 0 0 0;
  box-shadow:0 24px 60px rgba(7,22,20,.18),0 0 0 1px rgba(15,118,110,.12);
  border-top-left-radius:0;border-top-right-radius:0;
}
.ab-hero__frame figcaption{
  margin-top:.6rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;
  color:#0f766e;opacity:.85;font-weight:600;
}
.ab-hero__body{padding-top:.5rem}
.ab-eyebrow{
  color:#0f766e;font-size:.72rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;margin:0 0 .9rem;
}
.ab-eyebrow--dark{color:#0f766e}
.ab-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(2.4rem,6vw,4rem);line-height:1.02;margin:0 0 1.1rem;
  color:#0a221f;letter-spacing:-.01em;font-weight:600;
}
.ab-lede{
  font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.65;
  max-width:42ch;color:#3a4a46;margin:0 0 1.8rem;
  border-left:3px solid #0f766e;padding-left:1rem;
}
.ab-facts{margin:0;display:grid;gap:.5rem}
.ab-facts > div{
  display:grid;grid-template-columns:7rem 1fr;gap:.8rem;
  padding:.55rem 0;border-bottom:1px solid rgba(15,118,110,.14);
}
.ab-facts dt{
  font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
  color:#0f766e;font-weight:700;align-self:center;
}
.ab-facts dd{margin:0;font-size:.95rem;color:#1a2a26;line-height:1.5}

.ab-section{padding:clamp(2.5rem,5vw,3.75rem) 0}
.ab-section--alt{background:rgba(15,118,110,.04)}
.ab-narrow{max-width:46rem;margin-inline:auto}
.ab-h2{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.18;
  color:#0a221f;margin:0 0 1.4rem;font-weight:600;letter-spacing:-.005em;
}
.ab-p{
  font-size:1.08rem;line-height:1.85;color:#2a3a36;
  margin:0 0 1.15rem;max-width:62ch;
}
.ab-p + .ab-p{margin-top:-.3rem}
.ab-p--lead{font-size:1.15rem;color:#1a2a26}
.ab-p em{color:#0f766e;font-style:italic}
.ab-p strong{color:#0a221f;font-weight:700}

/* Values */
.ab-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}
.ab-value{
  padding:1.4rem 1.25rem;background:#fff;
  border:1px solid rgba(15,118,110,.16);border-radius:8px;
  box-shadow:0 12px 30px rgba(7,22,20,.06);
  transition:transform .3s ease,box-shadow .3s ease;
}
.ab-value:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(7,22,20,.1)}
.ab-value h3{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.4rem;margin:0 0 .5rem;color:#0f766e;font-weight:600;
}
.ab-value p{margin:0;font-size:.98rem;line-height:1.65;color:#3a4a46}

/* Timeline */
.ab-timeline{list-style:none;margin:1.5rem 0 0;padding:0;position:relative}
.ab-timeline::before{
  content:"";position:absolute;left:5rem;top:.4rem;bottom:.4rem;
  width:2px;background:linear-gradient(180deg,#0f766e,#5eead4);
}
.ab-timeline li{
  display:grid;grid-template-columns:5rem 1fr;gap:1.5rem;
  padding:1.1rem 0;position:relative;
}
.ab-timeline li::before{
  content:"";position:absolute;left:5rem;top:1.5rem;
  width:.8rem;height:.8rem;border-radius:50%;
  background:#0f766e;border:3px solid #fff;
  box-shadow:0 0 0 2px #0f766e;
  transform:translateX(calc(-50% + 1px));
}
.ab-timeline__year{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.15rem;font-weight:600;color:#0f766e;
  text-align:right;padding-right:1rem;
}
.ab-timeline__body h3{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.25rem;margin:0 0 .35rem;color:#0a221f;font-weight:600;
}
.ab-timeline__body p{margin:0;font-size:.98rem;line-height:1.65;color:#3a4a46}

/* Lines */
.ab-lines{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.5rem 0}
.ab-line{
  display:block;padding:1.4rem 1.25rem;background:#fff;
  border:1px solid rgba(15,118,110,.16);border-radius:8px;
  text-decoration:none;color:inherit;
  box-shadow:0 12px 30px rgba(7,22,20,.06);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
  position:relative;
}
.ab-line:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(7,22,20,.12);
  border-color:#0f766e;
}
.ab-line__num{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:.85rem;color:#0f766e;font-weight:600;
  letter-spacing:.1em;display:block;margin-bottom:.6rem;
}
.ab-line h3{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.3rem;margin:0 0 .5rem;color:#0a221f;font-weight:600;
}
.ab-line p{margin:0 0 .8rem;font-size:.95rem;line-height:1.6;color:#3a4a46}
.ab-line__door{
  font-size:.82rem;color:#0f766e;font-weight:600;
  letter-spacing:.04em;border-top:1px solid rgba(15,118,110,.14);
  padding-top:.7rem;display:block;
}
.ab-note{
  margin:1.8rem 0 0;font-size:.95rem;line-height:1.7;color:#5a6a66;
  padding:1rem 1.2rem;background:rgba(15,118,110,.06);
  border-left:3px solid #0f766e;border-radius:4px;
}
.ab-note a{color:#0f766e;font-weight:600;text-underline-offset:3px}

/* Awards */
.ab-awards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}
.ab-awards figure{margin:0}
.ab-awards img{
  width:100%;height:260px;object-fit:cover;object-position:center 14%;
  border-radius:8px;display:block;
  box-shadow:0 14px 36px rgba(7,22,20,.1);
}
.ab-awards figcaption{
  margin-top:.55rem;font-size:.85rem;color:#0f766e;
  letter-spacing:.06em;font-weight:600;
}

/* Site */
.ab-site{margin:0}
.ab-site img{
  width:100%;max-height:460px;object-fit:cover;object-position:center 18%;
  border-radius:10px;display:block;
  box-shadow:0 20px 50px rgba(7,22,20,.14);
}
.ab-site figcaption{
  margin-top:.6rem;font-size:.85rem;color:#0f766e;
  letter-spacing:.06em;font-weight:600;
}

@media (max-width:760px){
  .ab-hero__grid{grid-template-columns:1fr;gap:2rem}
  .ab-hero__frame{max-width:280px;margin-inline:0}
  .ab-timeline::before{left:0}
  .ab-timeline li{grid-template-columns:1fr;gap:.4rem;padding-left:1.6rem}
  .ab-timeline li::before{left:0;top:.5rem}
  .ab-timeline__year{text-align:left;padding-right:0}
}
