

/* ---------- HERO ---------- */
.Meethero{
  min-height: auto;                 /* stop forcing 53rem */
  height: auto;                     /* let content define height */
  padding: clamp(40px,6vw,90px) 0;  /* fluid vertical spacing */
}

.Meethero > .container-meet{
  display: grid;
  grid-template-columns: minmax(280px, 560px) 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  margin: 0 auto;                   /* remove hard margins */
  width: var(--container);          /* remove width:109rem */
}

/* Headline & CTA area */
.MeetHeading{
  font-size: clamp(28px, 5.2vw, 58px);
  line-height: 1.1;
  letter-spacing: -.02em;
  width: auto;                      /* was 59rem */
}

/* Buttons wrap nicely */
.Meet-buttons{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.btn-primary,
.btn-outline,
.btn-secondary{
  min-width: 200px;
  justify-content: center;
}

/* Hero image scales */
.Meethero img{
  width: 100%;
  max-width: clamp(280px, 60vw, 640px);
  height: auto;
  margin: 0 auto;                   /* kill margin-inline: 8rem 1rem */
  border-radius: 24px;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.28));
}

/* ---------- PAGE SECTIONS ---------- */
.pete-section,
.pete-achievements,
.pete-expertise,
.pete-genz,
.pete-humanity,
.pete-faq,
.pete-connect{ padding: clamp(36px, 5vw, 80px) 0; }

/* Two-column intro becomes fluid */
.pete-container{
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(18px, 3.5vw, 32px);
  align-items: center;
}

/* Achievements grid: remove fixed 109rem */
.pete-achievements .achievements-grid{
  width: var(--container) !important;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 3vw, 24px);
}

/* Timeline: turn flex into responsive grid */
.timeline{
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 3vw, 24px);
}

/* Gen-Z chips: remove width:99rem and enable wrap */
.pete-genz p{ width: var(--container); margin: 0 auto 1rem; }
.genz-list{
  width: var(--container) !important;
  margin: .5rem auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-start;
}
.genz-list li{ width: auto; }

/* Principles: replace huge fixed widths with grid */
.principles{
  width: var(--container) !important;
  margin: .5rem auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: clamp(12px, 3vw, 18px) !important;
}
.principles > div{
  width: auto !important;
  border-radius: 18px !important;   /* instead of 51.8rem pill on mobile */
  padding: 14px 16px !important;
}

/* FAQ container width */
.pete-faq .faq-item{ width: var(--container); }

/* Tidy the long paragraph that had margin: 0 20rem */
.pete-humanity p{
  margin: 0 auto !important;
  max-width: 65ch;
  padding-inline: 1rem;
}

/* ===== Kill horizontal overflow & clamp rogue widths ===== */
html, body {
  overflow-x: hidden;           /* band-aid to hide any residual overflow */
}

/* Make sure core containers never exceed the viewport */
.container,
.container-meet,
.wrap {
  max-width: min(1200px, 92%);
  margin-inline: auto;
}

/* Any wide grids/rows should never overflow */
.achievements-grid,
.genz-list,
.principles,
.connect-grid,
.footer-grid,
.footer-bottom,
.pete-container,
.timeline,
.NewsLettercontainer {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* HERO (Meet Pete D) – remove hard width from wrapper if present */
.Meethero > div {
  width: auto !important;
  margin: 0 auto !important;
}

/* Footer: remove negative margins that push content outside the viewport */
.site-footer .footer-brand,
footer .footer-brand {
  margin: 0 !important;
}

/* Footer bottom bar: avoid fixed widths that overflow */
footer .footer-bottom {
  width: 100% !important;
}

/* Avoid 100vw traps (if used anywhere); prefer 100% */
[class*="fullwidth"],
.nav,
header,
footer,
section {
  max-width: 100%;
}

/* If any element is using 100vw, force it to respect the viewport */
*[style*="100vw"] {
  width: 100% !important;
  max-width: 100% !important;
}
  :root{
  --brand:#0a2540;
  --brand-2:#1d72b8;
  --gold:#ff4e00;
  --ink:#0b1630;
  --muted:#6b7280;
  --card:#ffffff;
}

/* ---- Shared ---- */
.container-meet{ width:min(1120px,92%); margin-inline:auto; }
.btn-primary,.btn-outline,.btn-secondary{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.85rem 1.25rem; border-radius:999px; font: weight 100px;; text-decoration:none;
  transition:transform .2s, box-shadow .2s, background .2s, color .2s; border:1px solid transparent;    gap: 2rem;
    margin: 0rem 1rem;
}
.btn-primary{ background:#0ea5e9; color:#001018; }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(0, 0, 0, 0.35); }
.btn-outline{ background:rgba(255,255,255,.1); color:#fff; border-color:rgba(255,255,255,.35); }
.btn-outline:hover{ background:rgba(255,255,255,.18); }
.btn-secondary{ background:#000; color:#fff; }
.btn-secondary:hover{ box-shadow:0 10px 22px rgba(0,0,0,.35); transform:translateY(-2px); }

/* ---- HERO ---- */
.Meethero{
  position:relative; isolation:isolate;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;
  height: 53rem;
  padding: clamp(48px,6vw,90px) 0;
  border-bottom-left-radius:48px; border-bottom-right-radius:48px;
  box-shadow:0 26px 60px rgba(2,6,23,.25);
}
.Meethero > div{    display: grid
;
    grid-template-columns: minmax(300px, 560px) 1fr;
    gap: 18rem;
    margin: 2rem 8rem;
    align-items: center;
    width: 109rem; }
.Meethero-text{ padding-left:min(2vw,12px); }
.MeetSubHeading{
  display:inline-block; background:var(--gold); color:#111827; font-weight:100;
  padding:.35rem .9rem; border-radius:10px; margin-bottom:.8rem;
}
.MeetHeading{     font-size: clamp(34px, 5.8vw, 64px);
    line-height: 1.05;
    margin: .25rem 0 1rem;
    letter-spacing: -.02em;
    width: 59rem;
    font-weight: 100; }
.MeetHeadParaBlock{ margin:.25rem 0 .75rem; color:#dbe7fb; }
.MeetParaST{ color:#dbe7fb; }
.Meet-buttons{ width: max(67rem, 97%); margin: 2rem 0rem;}

.Meethero img{
    display: block;
    margin-inline: 8rem 1rem;
    border-radius: 24px;
    max-width: 746px;
    width: 45rem;
}

/* ---- PAGE 2 (split card) ---- */
.pete-section{ padding: clamp(48px,6vw,84px) 0; background:#fff; }
.pete-container{ width:min(1120px,92%); margin-inline:auto; display:grid; gap:28px; grid-template-columns: 1fr 1.2fr; align-items:center; }
.pete-image img{ width:100%; border-radius:24px; box-shadow:0 20px 60px rgba(2,6,23,.15); }
.pete-intro{
  background: radial-gradient(600px 300px at 10% 0%, rgba(30,144,255,.10), transparent 60%), #fff;
  border:1px solid #e5e7eb; border-radius:24px; padding:28px;
  box-shadow:0 14px 30px rgba(2,6,23,.06);
}
.pete-intro h2{ margin:0 0 .3rem; font-size: clamp(26px,4vw,40px); color:var(--ink); }
.pete-intro h3{ margin:.2rem 0 1rem; font-size: clamp(18px,2.6vw,26px); color:var(--gold); }
.pete-intro p{ color:#334155; }

/* ---- GEN Z list (chips) ---- */
.pete-genz{ padding: clamp(44px,6vw,80px) 0; background:linear-gradient(180deg,#f8fbff,#fff); }
.genz-list{
    list-style: none;
    padding: 0rem 0rem;
    margin-top: 1rem;
    width: 99rem;
        margin: 10px auto 0;
    padding: 0;
    list-style: none;
  display: flex;
    gap: 12px;
}
.genz-list li{
  background:#000; color:#fff; border-radius:14px; padding:.65rem 1rem;
  box-shadow:0 10px 22px rgba(0,0,0,.18); transition:transform .2s, box-shadow .2s;
}
.genz-list li:hover{ transform:translateY(-3px); box-shadow:0 18px 34px rgba(0,0,0,.22); }

/* ---- Humanity-centric principles (soft cards) ---- */
.pete-humanity{ padding: clamp(44px,6vw,80px) 0; background:#fff; }

.principles{
  width:min(1120px,92%); margin:0 auto; display:grid; gap:14px; grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
}
.principles > div{
  background:#f7f9fc; border:1px solid #e8eef6; border-radius:18px; padding:16px 18px;
  box-shadow: 0 10px 24px rgba(2,6,23,.06);
}

/* ---- FAQ accordion ---- */
.pete-faq{ padding: clamp(44px,6vw,80px) 0; background:#fff; }
.faq-item{ width:min(1120px,92%); margin:8px auto; border-bottom:1px solid #e5e7eb; }
.faq-q{
  width:100%; text-align:left; background:#fff; border:none; padding:16px 6px;
  font-weight:100; color:#0a2540; cursor:pointer; position:relative;
}
.faq-q::after{ content:"+"; position:absolute; right:6px; top:16px; transition:transform .2s; }
.faq-q.open::after{ transform:rotate(45deg); }
.faq-a{ overflow:hidden; max-height:0; transition:max-height .25s ease; color:#334155; padding:0 6px; }

/* ---- Connect panels ---- */
.pete-connect{ padding: clamp(44px,6vw,80px) 0; background:linear-gradient(180deg,#fff,#f8fbff); }
.connect-grid{
  width:min(1120px,92%); margin:0 auto; display:grid; gap:18px; grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
}
.connect-grid > div{
  background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:18px;
  box-shadow:0 12px 26px rgba(2,6,23,.06);
}
.connect-grid h3{ margin:.2rem 0 .6rem; color:var(--ink); }
.connect-grid li{ margin:.45rem 0; color:#0b1630; }
/* Layouts */
.pete-section, .pete-achievements, .pete-expertise, .pete-genz,
.pete-humanity, .pete-faq, .pete-connect {
 
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
        margin: 4rem 2rem;

}
.pete-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.pete-image img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.pete-intro h2 {
     font-size: 4rem;
    margin-bottom: .5rem;
    color: #0a2540;
}
.pete-intro h3 {
  font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ff4e00;
    width: 63rem;
}
.pete-intro p { color:#374151; line-height:1.6; }

/* Achievements Grid */
.achievements-grid {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 109rem;
    margin: 0rem 0rem;
}
.strongst{
       font-weight: 100;
    font-size: 1.5rem;
    height: 2.5rem;
    padding: -0.8rem;
    letter-spacing: 0.1px;

}
.achievement {
   background: #ff4e00;
    padding: 0.5rem;
    border-radius: 5rem;
    box-shadow: 0 7px 10px rgb(22 23 14);
    transition: transform .3s ease;
}
.achievement h3{
       font-weight: 100;
    font-size: 2rem;
    padding: 1rem;
    color: white;
}
.achievement p{
  margin: 1rem 1rem;
}
.achievement:hover { transform: translateY(-5px); }

/* Timeline */
.timeline {
          display: block;

    gap: 8rem;
}
.timeline-item {
  border-left: 4px solid #ff4e00;
  padding-left: 1rem;
}

/* Gen Z list */
.genz-list { list-style: none; padding:0rem 0rem; margin-top:1rem; }
.genz-list li {
    padding: 0rem 2rem;
    background: #ff4e00 !important;
    margin-bottom: .6rem;
    border-radius: 8.5rem;
    width: 26rem;
}

/* Humanity section */
.principles {
      width: min(1078px, 84%);
    width: 107rem;
    margin: 1rem 3rem;
    gap: 45px;
    display: flex
;
}
.principles div {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 51.8rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    width: 49rem;
    margin: 1rem;
}

/* FAQ accordion */
.pete-faq .faq-item {
  border-bottom:1px solid #e5e7eb;
  margin-bottom:1rem;
}
.faq-q {
  background:none;
  border:none;
  width:100%;
  text-align:left;
  font-size:1.1rem;
  font-weight:100;
  color:#1f2937;
  padding:1rem;
  cursor:pointer;
  position:relative;
}
.faq-q::after {
  content:"+";
  position:absolute;
  right:15px;
  font-size:1.3rem;
}
.faq-item.active .faq-q::after { content:"−"; }
.faq-a {
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
  padding:0 1rem;
  color:#374151;
}
.faq-item.active .faq-a {
  max-height:500px;
  padding:1rem;
}

/* Connect */
.connect-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
}
.connect-grid ul { list-style:none; padding:0; }
.connect-grid li { margin-bottom:.6rem; }

@media(max-width:900px) {
  .pete-container { grid-template-columns:1fr; }
  .connect-grid { grid-template-columns:1fr; }
}
