/* Auto-split from css/style.css. Keep page-specific styles here. */
@import url('prodv2-shared.css?v=1.1.1');

/* ---------- Foundation section ---------- */
.foundation-hero{position:relative; min-height:440px; border-radius:26px; overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; padding:40px;}
.foundation-hero img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;}
.foundation-hero::before{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(6,20,12,.82) 0%, rgba(6,20,12,.4) 60%, rgba(6,20,12,.25) 100%); z-index:1;}
.foundation-hero-content{position:relative; z-index:2; color:#fff;}
.foundation-hero-content h1{
  color:#fff; font-family:var(--hm-serif,Georgia,serif); font-weight:500;
  font-size:clamp(2.4rem, 5vw, 4rem); letter-spacing:0; margin-top:14px;
}
.foundation-hero-content h1 em{color:#e2a23e; font-style:italic;}
.foundation-hero-content p{color:#eef3ef; margin-top:14px; font-size:1.05rem;}
.foundation-intro{max-width:750px; margin:34px auto 0; text-align:center; color:var(--av-muted,#5f5b53); line-height:1.75;}
.foundation-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px;}
@media (max-width:860px){.foundation-grid{grid-template-columns:1fr;}}
.foundation-card{
  text-align:center; padding:34px 24px;
  background:rgba(255,252,246,.72); border:1px solid rgba(169,143,105,.25); border-radius:20px;
  box-shadow:0 12px 28px rgba(80,55,22,.06);
}
.foundation-card .icon-circle{width:64px; height:64px; border-radius:50%; background:#fff; border:1px solid rgba(208,121,0,.3); display:flex; align-items:center; justify-content:center; margin:0 auto 16px;}
.foundation-card .icon-circle .icon{width:28px; height:28px; color:var(--av-gold,#d07900);}
.foundation-card h4{font-family:var(--hm-serif,Georgia,serif); font-weight:500; font-size:1.2rem; text-transform:none; letter-spacing:0; color:var(--av-ink,#0b2819);}
.foundation-card p{color:var(--av-muted,#5f5b53);}
.foundation-closing{max-width:650px; margin:44px auto 0; text-align:center; font-family:var(--hm-serif,Georgia,serif); font-style:italic; font-size:1.2rem; color:var(--av-ink,#0b2819);}
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:40px;}
@media (max-width:760px){.gallery-grid{grid-template-columns:repeat(2,1fr);}}
.gallery-grid img{width:100%; height:180px; object-fit:cover; border-radius:18px; box-shadow:0 12px 28px rgba(80,55,22,.08);}


/* ==================== FOUNDATION ZAOUIA PAGE ==================== */
.fdnv2-page{
  background:
    radial-gradient(circle at 12% 12%, rgba(239,121,0,.08), transparent 24%),
    radial-gradient(circle at 88% 24%, rgba(6,53,31,.07), transparent 28%),
    var(--pv-bg);
  overflow:hidden;
}
.fdnv2-shell{
  width:min(100% - 42px, 1480px);
  margin-inline:auto;
}
.fdnv2-section::before{
  content:"";
  position:absolute;
  width:min(520px, 42vw);
  height:min(520px, 42vw);
  border:1px solid rgba(208,155,64,.13);
  border-radius:50%;
  pointer-events:none;
}
.fdnv2-section-head h2 em,
.fdnv2-cta-band h2 em{
  color:var(--pv-orange);
  font-style:italic;
}
.fdnv2-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
  margin-top:32px;
}
.fdnv2-secondary{
  display:inline-flex;
  align-items:center;
  min-height:52px;
  padding:0 22px;
  border:1px solid var(--pv-line);
  border-radius:999px;
  color:var(--pv-green);
  background:rgba(255,255,255,.36);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:background .3s ease, border-color .3s ease;
}
.fdnv2-secondary.light{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.08);
}
.fdnv2-secondary.light:hover{background:rgba(255,255,255,.18);}

/* ---------- Full-bleed photo hero (same language as the homepage hero) ---------- */
.fdnv2-fullhero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.fdnv2-fullhero-bg{
  position:absolute; inset:0; z-index:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  animation:fdnKenBurns 24s ease-in-out infinite alternate;
}
@keyframes fdnKenBurns{from{transform:scale(1)}to{transform:scale(1.08)}}
.fdnv2-fullhero::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(75deg, rgba(7,32,18,.9) 0%, rgba(7,32,18,.5) 46%, rgba(7,32,18,.08) 75%),
    linear-gradient(0deg, rgba(7,32,18,.82) 0%, transparent 38%);
}
.fdnv2-fullhero-inner{
  position:relative; z-index:2; width:100%;
  padding-top:clamp(140px, 16vw, 200px);
  padding-bottom:72px;
}
.fdnv2-fullhero-text{max-width:820px;}
.fdnv2-fullhero-text .susv2-breadcrumb.light{
  color:rgba(255,255,255,.62);
  margin-bottom:20px;
}
.fdnv2-fullhero-text .susv2-breadcrumb.light a{color:#fff; opacity:.92;}
.prodv2-kicker.light{color:#e2a23e;}
.prodv2-kicker.light::before,
.prodv2-kicker.light::after{background:rgba(226,162,62,.55);}
.fdnv2-fullhero-text h1{
  font-family:var(--hm-serif, Georgia, serif); font-weight:500; letter-spacing:0;
  color:#fff; font-size:clamp(2.8rem, 6.4vw, 6.6rem); line-height:1.0;
  margin:20px 0 18px;
}
.fdnv2-fullhero-text h1 em{font-style:italic; font-weight:400; color:#e2a23e;}
.fdnv2-fullhero-text > p{
  color:rgba(240,246,240,.9); font-size:1.06rem; max-width:620px; margin:0 0 30px;
  line-height:1.72;
}
.fdnv2-fullhero-text p.fdnv2-subtitle{
  color:#fff;
  font-family:var(--hm-serif, Georgia, serif);
  font-style:italic;
  font-size:clamp(1.2rem, 1.8vw, 1.55rem);
  max-width:640px;
  margin:0 0 16px;
  line-height:1.5;
}
.fdnv2-section{
  position:relative;
  padding:clamp(86px, 8vw, 130px) 0;
}
.fdnv2-section::before{
  left:-16%;
  bottom:3%;
}
.fdnv2-section-head{
  max-width:860px;
  margin:0 auto 54px;
  text-align:center;
}
.fdnv2-section-head .prodv2-kicker{
  justify-content:center;
}
.fdnv2-section-head h2{
  margin:0;
  color:var(--pv-green);
  font-family:var(--hm-serif, Georgia, serif);
  font-size:clamp(3.4rem, 5.6vw, 6.4rem);
  font-weight:500;
  line-height:.96;
}
.fdnv2-section-head p{
  max-width:720px;
  margin:22px auto 0;
  color:var(--pv-muted);
  font-size:1.05rem;
  line-height:1.8;
}
.fdnv2-pillar-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}
.fdnv2-pillar-grid article{
  min-height:350px;
  padding:26px 24px;
  border:1px solid var(--pv-line);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(244,251,242,.72));
  box-shadow:0 22px 60px rgba(74,48,18,.06);
  transition:transform .3s ease, box-shadow .3s ease;
}
.fdnv2-pillar-grid article:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 80px rgba(74,48,18,.12);
}
.fdnv2-pillar-grid i{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin-bottom:26px;
  border:1px solid rgba(208,155,64,.42);
  border-radius:50%;
  color:var(--pv-green);
  background:rgba(255,250,242,.74);
}
.fdnv2-pillar-grid svg{
  width:31px;
  height:31px;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fdnv2-pillar-grid h3{
  margin:0 0 12px;
  color:var(--pv-green);
  font-family:var(--hm-serif, Georgia, serif);
  font-size:clamp(1.8rem, 2.1vw, 2.35rem);
  font-weight:500;
  line-height:1.02;
}
.fdnv2-pillar-grid p{
  margin:0;
  color:var(--pv-muted);
  line-height:1.65;
}
.fdnv2-gallery-section{
  padding-top:clamp(76px, 8vw, 120px);
}
.fdnv2-gallery{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
}
.fdnv2-gallery img{
  width:100%;
  height:clamp(220px, 20vw, 320px);
  display:block;
  object-fit:cover;
  border:1px solid rgba(113,83,39,.14);
  border-radius:26px;
  box-shadow:0 22px 60px rgba(70,47,20,.1);
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.fdnv2-gallery img:hover{transform:scale(1.03) translateY(-4px);}
.foundation-closing{
  max-width:700px;
  margin:clamp(40px, 5vw, 64px) auto 0;
  text-align:center;
  font-family:var(--hm-serif,Georgia,serif);
  font-style:italic;
  font-size:clamp(1.2rem, 1.8vw, 1.5rem);
  color:var(--pv-green);
  line-height:1.6;
}
.fdnv2-cta-band{
  position:relative;
  overflow:hidden;
  padding:clamp(84px, 9vw, 132px) 0;
  text-align:center;
  background:
    radial-gradient(circle at 16% 18%, rgba(208,155,64,.22), transparent 32%),
    radial-gradient(circle at 86% 82%, rgba(208,155,64,.15), transparent 30%),
    linear-gradient(135deg, #07371f 0%, #031f13 100%);
}
.fdnv2-cta-band::before,
.fdnv2-cta-band::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  border:1px solid rgba(226,162,62,.16);
  border-radius:50%;
  pointer-events:none;
}
.fdnv2-cta-band::before{left:-120px; bottom:-140px;}
.fdnv2-cta-band::after{right:-100px; top:-120px;}
.fdnv2-cta-band-inner{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:0 auto;
}
.fdnv2-cta-band .prodv2-kicker{justify-content:center;}
.fdnv2-cta-band h2{
  max-width:850px;
  margin:20px auto 18px;
  color:#fff;
  font-family:var(--hm-serif, Georgia, serif);
  font-size:clamp(3rem, 5.2vw, 5.6rem);
  font-weight:500;
  line-height:1;
}
.fdnv2-cta-band-inner > p{
  max-width:600px;
  margin:0 auto 36px;
  color:rgba(255,255,255,.78);
  font-size:1.08rem;
  line-height:1.75;
}
.fdnv2-cta-band .prodv2-cta{margin:0 auto;}
@media (max-width:1180px){
  .fdnv2-pillar-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .fdnv2-pillar-grid article:last-child{
    grid-column:1 / -1;
  }
  .fdnv2-gallery{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:760px){
  .fdnv2-fullhero-text h1,
  .fdnv2-section-head h2,
  .fdnv2-cta-band h2{
    font-size:clamp(3rem, 13vw, 4.4rem);
  }
  .fdnv2-pillar-grid,
  .fdnv2-gallery{
    grid-template-columns:1fr;
  }
  .fdnv2-pillar-grid article:last-child{
    grid-column:auto;
  }
  .fdnv2-cta-band{
    display:grid;
    padding:24px;
  }
}
@media (max-width:1180px){
  .susv2-hero-grid,
  .susv2-social-layout,
  .susv2-people-grid,
  .susv2-foundation-grid,
  .susv2-contact-grid{
    grid-template-columns:1fr;
  }
  .susv2-hero-stage{
    min-height:560px;
  }
  .susv2-hero-main,
  .susv2-hero-video{
    width:72%;
    height:360px;
  }
  .susv2-impact-strip,
  .susv2-practice-grid,
  .susv2-cycle-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .susv2-photo-ribbon{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .susv2-photo-ribbon img,
  .susv2-photo-ribbon img:nth-child(2),
  .susv2-photo-ribbon img:nth-child(3),
  .susv2-photo-ribbon img:nth-child(4){
    height:320px;
    margin-bottom:0;
  }
  .susv2-people-badge{
    right:24px;
  }
  .susv2-social-media{
    min-height:460px;
  }
}
@media (max-width:760px){
  .susv2-hero{
    min-height:auto;
    padding-top:145px;
  }
  .susv2-hero .prodv2-copy h1{
    font-size:clamp(3.2rem, 14vw, 4.5rem);
  }
  .susv2-hero-stage{
    min-height:auto;
    display:grid;
    gap:14px;
  }
  .susv2-hero-main,
  .susv2-hero-video,
  .susv2-float-card{
    position:relative;
    inset:auto;
    width:100%;
    height:260px;
  }
  .susv2-hero-chip{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
  }
  .susv2-impact-strip,
  .susv2-practice-grid,
  .susv2-cycle-grid{
    grid-template-columns:1fr;
  }
  .susv2-practice-card{
    min-height:auto;
    padding:24px;
  }
  .susv2-photo-ribbon{
    grid-template-columns:1fr;
  }
  .susv2-photo-ribbon img,
  .susv2-photo-ribbon img:nth-child(2),
  .susv2-photo-ribbon img:nth-child(3),
  .susv2-photo-ribbon img:nth-child(4){
    height:260px;
  }
  .susv2-section-head h2,
  .susv2-social-intro h2,
  .susv2-cycle h2,
  .susv2-people .prodv2-copy h2,
  .susv2-foundation .prodv2-copy h2{
    font-size:clamp(3rem, 13vw, 4.3rem);
  }
  .susv2-social-intro{
    text-align:left;
  }
  .susv2-social-intro .prodv2-kicker{
    justify-content:flex-start;
  }
  .susv2-social-media{
    min-height:340px;
    border-radius:26px;
  }
  .susv2-social-grid{
    grid-template-columns:1fr;
  }
  .susv2-social-grid article{
    padding:22px;
  }
  .susv2-people-media{
    min-height:auto;
  }
  .susv2-people-media img{
    height:360px;
  }
  .susv2-people-badge{
    right:16px;
    bottom:16px;
  }
  .susv2-people-list{
    grid-template-columns:1fr;
  }
  .susv2-foundation-collage{
    grid-template-columns:1fr;
  }
  .susv2-foundation-collage img,
  .susv2-foundation-collage img:first-child{
    grid-row:auto;
    height:240px;
  }
  .susv2-contact-grid{
    padding:24px;
    border-radius:26px;
  }
  .susv2-form{
    padding:20px;
  }
  .susv2-form .form-row,
  .susv2-contact-list li{
    grid-template-columns:1fr;
  }
}


/* ---------- Foundation hero: larger, more readable text ---------- */
.fdnv2-fullhero-text h1{
  font-size:clamp(3.4rem, 8vw, 8rem);
  margin:0 0 26px;
}
.fdnv2-fullhero-text p.fdnv2-hero-lead{
  color:#fff;
  font-size:clamp(1.18rem, 1.75vw, 1.6rem);
  line-height:1.7;
  max-width:760px;
  margin:0 0 34px;
  text-shadow:0 2px 16px rgba(4,18,10,.5);
}

/* ---------- Pillars: intro paragraph only, no kicker/heading ---------- */
.fdnv2-section-head.fdnv2-section-head--lead{
  margin-bottom:clamp(38px, 4.5vw, 62px);
}
.fdnv2-section-head--lead p{
  max-width:860px;
  margin:0 auto;
  font-size:clamp(1.1rem, 1.5vw, 1.42rem);
  line-height:1.75;
}

/* ---------- Pillars: big photos instead of line icons ---------- */
.fdnv2-pillar-grid--photo article{
  padding:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.fdnv2-pillar-media{
  position:relative;
  height:clamp(240px, 22vw, 320px);
  overflow:hidden;
  margin-bottom:26px;
}
.fdnv2-pillar-media img{
  width:100%; height:100%;
  display:block;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.22,1,.36,1);
}
.fdnv2-pillar-grid--photo article:hover .fdnv2-pillar-media img{transform:scale(1.07);}
.fdnv2-pillar-grid--photo h3,
.fdnv2-pillar-grid--photo p{padding-left:28px; padding-right:28px;}
.fdnv2-pillar-grid--photo p{padding-bottom:30px;}
