/* =========================================================
   About / Meet Anni — page-specific layout
   Reuses tokens, .eyebrow, .h-display, .h-script, .lede,
   .btn, .wrap, .sec-* from css/style.css
   ========================================================= */

/* ---------------------------------------------------------
   Shared split layout (image half + content half)
   Used by: hero, "Who We Work With", "A Place Became Home"
   --------------------------------------------------------- */
/* Fixed-height section with both halves absolutely pinned to it — same
   technique as .ye-detail on Your Experience. The photo always fills the
   section's full height exactly (no stretch-to-content drift, no gap). */
.ab-split{
  position: relative;
  min-height: 780px;
}
.ab-split-media{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 50%;
  overflow: hidden;
  background: var(--c-black-2);
}
.ab-split-media img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ab-media-crop--people img{ object-position: center center; }
.ab-media-crop--table img{ object-position: center center; }
.ab-split-content{
  position: absolute;
  top: 0; bottom: 0; left: 50%; right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 100px 96px 64px;
  overflow-y: visible;
}
.ab-split--reverse .ab-split-media{ left: 50%; right: 0; }
.ab-split--reverse .ab-split-content{
  left: 0; right: 50%;
  padding: 96px 64px 96px 100px;
}
.ab-split-content .h-display{ font-size: 48px; margin-bottom: 2px; }
.ab-split-content .h-script{ font-size: 54px; margin-bottom: 22px; }
.ab-split-content .lede{ max-width: 580px; margin-bottom: 22px; }
.ab-split-content .lede + .lede{ margin-top: -8px; }

.ab-pull-quote{
  font-family: var(--font-serif-italic);
  font-weight: 700;
  font-style: italic;
  font-size: 23px;
  line-height: 1.35;
  color: var(--c-gold-dark);
  max-width: 560px;
  margin: 4px 0 28px;
}

.ab-stats{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ab-stat{ display: flex; flex-direction: column; gap: 8px; }
.ab-stat-num{
  font-family: var(--font-serif-italic);
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  color: var(--c-gold-dark);
}
.ab-stat-label{
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #70614c;
}

/* ---------------------------------------------------------
   Philosophy
   --------------------------------------------------------- */
.ab-philosophy{ padding: 96px 0; }
.ab-philosophy > .wrap > .h-display,
.ab-philosophy > .wrap > .h-script{ font-size: 46px; letter-spacing: -1px; line-height: 1.05; }
.ab-philosophy-lede{ max-width: 820px; font-size: 17px; margin-top: 24px; }
.ab-cards{
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ab-card{
  position: relative;
  background: var(--c-black-2);
  border: 1px solid rgba(201,168,76,.14);
  padding: 42px 30px 36px;
  overflow: hidden;
}
.ab-card-bar{
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--c-gold);
}
.ab-card-num{
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--c-gold);
  margin-bottom: 18px;
}
.ab-card h3.h-script{
  font-size: 26px;
  margin-bottom: 16px;
  color: var(--c-cream);
}
.ab-card p{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-muted);
}

/* ---------------------------------------------------------
   Who We Work With — checklist
   --------------------------------------------------------- */
.ab-checklist{ margin-top: 26px; display: flex; flex-direction: column; gap: 18px; }
.ab-checklist li{
  position: relative;
  padding-left: 22px;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text);
}
.ab-checklist li::before{
  content: "";
  position: absolute;
  left: 0; top: 5px;
  width: 8px; height: 8px;
  background: var(--c-gold);
}

/* ---------------------------------------------------------
   Expertise & Network
   --------------------------------------------------------- */
.ab-expertise{ padding: 96px 0; }
.ab-expertise > .wrap > .h-display,
.ab-expertise > .wrap > .h-script{ font-size: 46px; letter-spacing: -1px; line-height: 1.05; }
.ab-expertise-grid{
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}
.ab-expertise-item{
  padding-left: 24px;
  border-left: 1px solid rgba(201,168,76,.3);
}
.ab-expertise-dot{
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  color: var(--c-gold);
  margin-bottom: 6px;
  line-height: 1;
}
.ab-expertise-item h3{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.3px;
  color: var(--c-gold-light);
  margin-bottom: 12px;
}
.ab-expertise-item p{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.65;
  color: var(--c-text-muted);
}

/* ---------------------------------------------------------
   Testimonials
   --------------------------------------------------------- */
.ab-testimonials{ padding: 96px 0; }
.ab-testimonials-title{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 46px;
  letter-spacing: -1px;
  line-height: 1.05;
  color: var(--c-cream);
  margin: 18px 0 44px;
}
.ab-testimonials-title .h-script{ font-size: 46px; }
.ab-t-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ab-t-card{
  background: var(--c-black-2);
  border: 1px solid rgba(201,168,76,.18);
  padding: 34px 30px;
}
.ab-t-mark{
  font-family: var(--font-serif-italic);
  font-weight: 600;
  font-style: italic;
  font-size: 44px;
  color: var(--c-gold);
  line-height: 1;
  margin-bottom: 14px;
}
.ab-t-card p{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #cfc7bb;
  margin-bottom: 32px;
}
.ab-t-who{
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-gold);
}

/* ---------------------------------------------------------
   Closing CTA
   --------------------------------------------------------- */
.ab-cta{
  position: relative;
  background-image: url("../assets/images/ye-cta-gradient.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.ab-cta-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
}
.ab-cta-heading{ flex: 1 1 320px; }
.ab-cta-script{
  font-family: var(--font-serif-italic);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(34px, 5.4vw, 80px);
  line-height: 1.05;
  color: var(--c-black);
}
.ab-cta-display{
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(28px, 4.6vw, 70px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-gold-pale);
  margin-top: 6px;
}
.ab-cta-body{ flex: 1 1 380px; max-width: 550px; }
.ab-cta-body p:not(.ab-cta-whatsapp){
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  color: var(--c-black-2);
}
.ab-cta-btn{
  margin-top: 26px;
  background: var(--c-black) !important;
  color: var(--c-gold) !important;
  border: none;
}
.ab-cta-whatsapp{
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 12px;
  color: var(--c-black-2);
  margin-top: 18px;
}

@media (max-width: 700px){
  .ab-cta-inner{ align-items: flex-start; }
  .ab-cta-btn.btn{ width: 100%; }
}

@media (min-width: 900px){
  .ab-cta{ aspect-ratio: 1440 / 460; padding: 0; }
  .ab-cta-inner, .ab-cta-heading, .ab-cta-body{ display: contents; }
  .ab-cta-script, .ab-cta-display, .ab-cta-body p, .ab-cta-btn.btn, .ab-cta-whatsapp{
    position: absolute;
    margin: 0;
    white-space: nowrap;
  }
  .ab-cta-display{
    left: 7.85%; top: 35.2%;
    font-size: clamp(28px, 4.86vw, 70px);
  }
  .ab-cta-script{
    left: 37.5%; top: 17.8%;
    font-size: clamp(30px, 5.56vw, 80px);
  }
  .ab-cta-body p:not(.ab-cta-whatsapp){
    left: 52.7%; top: 39.6%;
    width: 38.2%;
    white-space: normal;
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .ab-cta-btn.btn{
    left: 38.2%; top: 68.9%;
    width: 23.6%;
    height: 12.2%;
    min-height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ab-cta-whatsapp{
    left: 52.8%; top: 84.6%;
  }
}

/* =========================================================
   Responsive — reflow to a single column below 800px
   (the Figma frame is a 1440px desktop-only comp; no mobile
   design was provided, so proportions/hierarchy below are a
   deliberate responsive judgement call)
   ========================================================= */
@media (max-width: 1150px){
  .ab-split{ display: flex; flex-direction: column; min-height: 0; }
  .ab-split-media,
  .ab-split--reverse .ab-split-media{
    position: relative;
    order: -1;
    height: 340px;
    left: auto; right: auto; top: auto; bottom: auto;
  }
  .ab-split-content,
  .ab-split--reverse .ab-split-content{
    position: static;
    left: auto; right: auto; top: auto; bottom: auto;
    padding: 48px var(--gutter-mobile);
  }
  .ab-cards{ grid-template-columns: 1fr; }
  .ab-expertise-grid{ grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .ab-t-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 800px){
  .ab-split-content .h-display{ font-size: 34px; }
  .ab-split-content .h-script{ font-size: 36px; }
  .ab-philosophy-lede{ font-size: 15px; }
  .ab-testimonials-title,
  .ab-testimonials-title .h-script{ font-size: 32px; }
  .ab-philosophy > .wrap > .h-display,
  .ab-philosophy > .wrap > .h-script,
  .ab-expertise > .wrap > .h-display,
  .ab-expertise > .wrap > .h-script{ font-size: 32px; }
  .ab-expertise-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 480px){
  .ab-stats{ gap: 24px; }
}
.ab-cta-whatsapp a{ color:inherit; transition:color .2s ease; } .ab-cta-whatsapp a:hover{ color: var(--c-gold); }
