:root{--about-yellow:#edd601;--about-ink:#080808;--about-soft:#f4f6f0;--about-border:#dfe3da;--about-radius:28px}
.about-page{background:#fff}
.about-page main p{font-size:15px!important;line-height:1.7!important;font-weight:500!important}
.about-shell{width:min(1280px,calc(100% - 48px));margin-left:auto;margin-right:auto}
.page-kicker{display:inline-flex;align-items:center;gap:12px;padding:9px 16px;border-radius:999px;background:#f4f6f0;font:800 11px/1 "DM Sans";letter-spacing:.13em;text-transform:uppercase}
.page-kicker:before,.page-kicker:after{content:"";width:25px;height:2px;background:var(--about-yellow)}
.about-hero{position:relative;isolation:isolate;overflow:hidden;min-height:740px;padding:145px max(6vw,calc((100vw - 1280px)/2)) 70px;display:grid;grid-template-columns:1fr;place-items:center;background:linear-gradient(125deg,#d4f4a0 0,#61c685 46%,#1c8b6c 100%)}
.about-hero:after{content:"";position:absolute;inset:auto 0 0;height:25px;background:linear-gradient(175deg,transparent 48%,#fff 50%)}
.about-hero-glow{position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 8% 18%,rgba(255,239,80,.55),transparent 18%),radial-gradient(circle at 48% 30%,rgba(255,255,255,.26),transparent 28%),radial-gradient(circle at 91% 18%,rgba(255,255,255,.18),transparent 14%)}
.about-hero-copy{width:min(920px,100%);color:#fff;text-align:center}
.about-hero-copy .page-kicker{color:#11261e;background:#fff}
.about-hero h1{max-width:920px;margin:28px auto 18px;font-size:clamp(50px,5vw,72px);line-height:1.01;letter-spacing:-.055em}
.about-hero h1 span{color:#ffe600}
.about-hero h2{margin:0 0 18px;font-size:25px;letter-spacing:-.02em}
.about-hero-copy>p{max-width:850px;margin-left:auto;margin-right:auto;color:#fff!important;font-size:16px!important}
.about-hero-actions,.talk-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.about-hero-actions{justify-content:center}
.about-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 22px;border-radius:999px;font-size:13px!important;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.about-btn:hover{transform:translateY(-4px);box-shadow:0 13px 25px rgba(0,0,0,.18)}
.about-btn.primary{background:var(--about-yellow);color:#000}.about-btn.secondary{background:#fff;color:#10241d}.about-btn.dark{background:#080808;color:#fff}
.hero-points{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:24px}.hero-points span{padding:8px 12px;border:1px solid rgba(255,255,255,.45);border-radius:999px;font-size:11px;font-weight:700}
.about-hero-image{position:relative;align-self:end;height:610px}
.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:180px 180px 28px 28px;filter:drop-shadow(0 24px 36px rgba(0,0,0,.22))}
.image-stamp{position:absolute;right:-8px;bottom:42px;padding:17px 25px;border-radius:16px;background:#080808;color:#fff;box-shadow:0 18px 30px rgba(0,0,0,.2)}.image-stamp b,.image-stamp span{display:block}.image-stamp b{color:var(--about-yellow);font-size:18px}.image-stamp span{font-size:11px}
.about-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;padding:90px 65px;border:1px solid var(--about-border);border-radius:var(--about-radius);background:linear-gradient(135deg,#fff,#fffdeb);box-shadow:0 20px 50px rgba(25,45,35,.07)}
.section-heading h2,.serve-copy h2,.approach-head h2,.limits-title h2,.expect-copy h2,.commitment-section h2,.talk-copy h2{margin:24px 0;font-size:clamp(42px,4vw,60px);line-height:1.05;letter-spacing:-.05em}
.intro-copy{padding-top:15px}.intro-copy p{margin-bottom:20px}.intro-copy .lead{font-size:21px!important;font-weight:700!important;line-height:1.45!important}
.serve-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center;padding:100px 0}
.serve-visual{position:relative;height:650px;border-radius:28px;overflow:hidden;background:var(--about-soft)}.serve-visual img{width:100%;height:100%;object-fit:cover;object-position:67% center}.serve-badge{position:absolute;left:24px;bottom:24px;padding:18px 22px;border-radius:15px;background:var(--about-yellow)}.serve-badge strong,.serve-badge span{display:block}.serve-badge strong{font-size:20px}.serve-badge span{font-size:11px}
.serve-copy{padding-right:20px}.serve-copy p{margin-bottom:16px}
.approach-section{padding:90px 0;background:var(--about-soft)}
.approach-head{text-align:center}.approach-head h2{max-width:850px;margin-left:auto;margin-right:auto}.approach-head>p{font-size:17px!important}
.approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:45px}
.approach-grid article{position:relative;overflow:hidden;min-height:190px;padding:28px;border:1px solid var(--about-border);border-top:4px solid var(--about-yellow);border-radius:20px;background:#fff;box-shadow:0 12px 25px rgba(20,40,30,.05);transition:transform .22s ease,box-shadow .22s ease}
.approach-grid article:hover{transform:translateY(-8px);box-shadow:0 20px 36px rgba(20,40,30,.12)}.approach-grid article:after{content:"";position:absolute;right:-35px;bottom:-35px;width:100px;height:100px;border-radius:50%;background:rgba(237,214,1,.15)}
.approach-grid b{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:var(--about-yellow);font-size:16px}.approach-grid h3{position:relative;z-index:1;margin:32px 0 0;font-size:18px;line-height:1.45}.approach-note{margin-top:28px;text-align:center;font-size:17px!important;font-weight:700!important}
.limits-section{padding:100px 0}.limits-title{max-width:900px;margin:0 auto 45px;text-align:center}.limits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.limits-grid article{position:relative;padding:36px 35px 32px 90px;border:1px solid var(--about-border);border-radius:22px;background:#fff;box-shadow:0 13px 30px rgba(20,40,30,.06);transition:transform .22s ease,border-color .22s ease}.limits-grid article:hover{transform:translateY(-6px);border-color:var(--about-yellow)}.limits-grid article>span{position:absolute;left:28px;top:32px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--about-yellow);font-weight:800}.limits-grid h3{font-size:22px;margin-bottom:12px}.limits-grid p{margin:0}
.expect-section{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;padding:75px;border-radius:var(--about-radius);background:linear-gradient(130deg,#0d1714,#183128);color:#fff}.expect-copy .page-kicker{background:rgba(255,255,255,.1)}.expect-copy p{color:#fff!important}.expect-list{display:grid;gap:12px;align-content:center}.expect-list div{display:flex;align-items:center;gap:15px;padding:16px 18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06);transition:transform .2s ease,background .2s ease}.expect-list div:hover{transform:translateX(7px);background:rgba(237,214,1,.12)}.expect-list b{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:50%;background:var(--about-yellow);color:#000}.expect-list span{font-size:14px;font-weight:700}
.commitment-section{margin-top:90px;margin-bottom:90px;padding:65px 70px;border:1px solid #e3dc7b;border-radius:var(--about-radius);background:linear-gradient(125deg,#fffde5,#f4f6f0)}.commitment-section>div{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.commitment-section h2{font-size:46px}.commitment-section p:last-child{margin-bottom:0}
.talk-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;margin-bottom:90px;padding:70px;border-radius:var(--about-radius);background:linear-gradient(120deg,#eff6e8,#fff)}
.talk-copy h2{margin-bottom:20px}.talk-form{padding:34px;border:1px solid var(--about-border);border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(20,40,30,.09)}.talk-form h3{font-size:22px}.talk-form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.talk-form input,.talk-form textarea{width:100%;margin-bottom:12px;padding:14px 15px;border:1px solid #daddd6;border-radius:10px;background:#fbfcfa;font:13px "DM Sans";outline:none}.talk-form input:focus,.talk-form textarea:focus{border-color:var(--about-yellow)}.talk-form textarea{resize:vertical}.talk-form button{border:0;padding:15px 20px;border-radius:999px;background:var(--about-yellow);font:800 13px "DM Sans";cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.talk-form button:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(135,121,0,.2)}
@media(max-width:1000px){.about-hero{grid-template-columns:1fr;padding-top:135px}.about-hero-image{height:520px}.about-intro,.serve-section,.expect-section,.talk-section{grid-template-columns:1fr}.serve-visual{height:520px}.approach-grid{grid-template-columns:repeat(2,1fr)}.commitment-section>div{grid-template-columns:1fr;gap:10px}}
@media(max-width:650px){.about-shell{width:calc(100% - 24px)}.about-page main p{font-size:14px!important}.about-hero{padding:115px 20px 50px;gap:25px}.about-hero h1{font-size:42px}.about-hero h2{font-size:20px}.about-hero-image{height:420px}.about-intro,.expect-section,.commitment-section,.talk-section{padding:38px 24px}.section-heading h2,.serve-copy h2,.approach-head h2,.limits-title h2,.expect-copy h2,.commitment-section h2,.talk-copy h2{font-size:36px}.serve-section{padding:60px 0;gap:35px}.serve-visual{height:430px}.approach-section,.limits-section{padding:60px 0}.approach-grid,.limits-grid{grid-template-columns:1fr}.approach-grid article{min-height:160px}.limits-grid article{padding:30px 24px 26px 78px}.talk-form{padding:24px 18px}.talk-form>div{grid-template-columns:1fr}.hero-points{display:none}}

/* Professional about-page section redesign */
.about-intro{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:clamp(45px,6vw,90px);
  margin-top:76px;
  padding:clamp(58px,6vw,88px);
  border:1px solid #dce3d9;
  border-radius:34px;
  background:
    radial-gradient(circle at 96% 5%,rgba(237,214,1,.18),transparent 27%),
    linear-gradient(135deg,#ffffff 0%,#fbfcf8 66%,#fffce3 100%);
  box-shadow:0 25px 70px rgba(13,49,38,.09);
}
.about-intro:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:8px;
  height:100%;
  background:linear-gradient(180deg,var(--about-yellow),#147b5b);
}
.about-intro:after{
  content:"01";
  position:absolute;
  right:44px;
  bottom:-30px;
  z-index:-1;
  color:rgba(13,49,38,.035);
  font-size:180px;
  line-height:1;
  font-weight:900;
}
.about-intro .section-heading{
  align-self:center;
}
.about-intro .section-heading h2{
  max-width:570px;
  margin:28px 0 0;
  font-size:clamp(43px,4.35vw,66px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.about-intro .intro-copy{
  align-self:center;
  padding:34px 36px;
  border:1px solid rgba(15,75,57,.11);
  border-radius:24px;
  background:rgba(255,255,255,.83);
  box-shadow:0 18px 45px rgba(17,56,43,.08);
  backdrop-filter:blur(8px);
}
.about-intro .intro-copy .lead{
  position:relative;
  margin:0 0 28px;
  padding-left:20px;
  font-size:clamp(19px,1.7vw,25px)!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.about-intro .intro-copy .lead:before{
  content:"";
  position:absolute;
  inset:4px auto 4px 0;
  width:4px;
  border-radius:4px;
  background:var(--about-yellow);
}
.about-intro .intro-copy p:not(.lead){
  margin:0;
  padding:18px 0;
  border-top:1px solid #e3e8df;
}

.limits-section{
  padding-top:95px;
  padding-bottom:95px;
}
.limits-title{
  max-width:820px;
  margin-bottom:52px;
}
.limits-title h2{
  margin:22px 0 14px;
  font-size:clamp(42px,4vw,61px);
  line-height:1.04;
  letter-spacing:-.05em;
}
.limits-grid{
  gap:22px;
}
.limits-grid article{
  isolation:isolate;
  overflow:hidden;
  min-height:250px;
  padding:38px 38px 34px 112px;
  border:1px solid #dce3d8;
  border-radius:26px;
  background:linear-gradient(145deg,#fff 55%,#f7f9f4);
  box-shadow:0 18px 44px rgba(15,58,44,.075);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.limits-grid article:after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-62px;
  z-index:-1;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(237,214,1,.13);
  transition:transform .35s ease,background .35s ease;
}
.limits-grid article:hover{
  transform:translateY(-8px);
  border-color:#dac700;
  box-shadow:0 25px 58px rgba(15,58,44,.14);
}
.limits-grid article:hover:after{
  transform:scale(1.3);
  background:rgba(237,214,1,.2);
}
.limits-grid article>span{
  left:34px;
  top:37px;
  width:56px;
  height:56px;
  border-radius:17px;
  box-shadow:0 10px 22px rgba(157,141,0,.2);
}
.limits-grid h3{
  margin:0 0 15px;
  font-size:clamp(23px,2vw,29px);
  letter-spacing:-.025em;
}
.limits-grid p{
  max-width:590px;
  color:#26352f;
}

.commitment-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-top:80px;
  margin-bottom:90px;
  padding:clamp(62px,6vw,90px);
  border:0;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 12%,rgba(237,214,1,.2),transparent 28%),
    linear-gradient(125deg,#0a1e18 0%,#10382b 55%,#175f48 100%);
  box-shadow:0 28px 65px rgba(7,39,29,.2);
}
.commitment-section:before{
  content:"";
  position:absolute;
  right:-75px;
  bottom:-110px;
  z-index:-1;
  width:330px;
  height:330px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:0 0 0 48px rgba(255,255,255,.035);
}
.commitment-section .page-kicker{
  color:#fff;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.1);
}
.commitment-section>div{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(50px,7vw,105px);
  margin-top:30px;
}
.commitment-section h2{
  margin:0;
  color:#fff;
  font-size:clamp(43px,4.4vw,66px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.commitment-section>div>div{
  position:relative;
  padding:34px 36px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(8px);
}
.commitment-section>div>div:before{
  content:"✓";
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  margin-bottom:21px;
  border-radius:14px;
  background:var(--about-yellow);
  color:#08150f;
  font-size:22px;
  font-weight:900;
}
.commitment-section p{
  color:#fff!important;
}

.talk-section{
  position:relative;
  overflow:hidden;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(48px,6vw,86px);
  margin-bottom:95px;
  padding:clamp(55px,6vw,82px);
  border:1px solid #dce5da;
  border-radius:34px;
  background:
    radial-gradient(circle at 4% 96%,rgba(237,214,1,.15),transparent 28%),
    linear-gradient(125deg,#f4f8f1 0%,#fff 72%);
  box-shadow:0 24px 65px rgba(12,52,39,.09);
}
.talk-section:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#147b5b,var(--about-yellow));
}
.talk-copy h2{
  max-width:570px;
  margin:26px 0 22px;
  font-size:clamp(44px,4.5vw,67px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.talk-copy>p{
  max-width:570px;
}
.talk-actions{
  gap:11px;
  margin-top:30px;
}
.talk-actions .about-btn{
  min-height:48px;
  padding:13px 20px;
}
.talk-actions .about-btn.dark{
  background:#0d3126!important;
  color:#fff!important;
}
.talk-actions .about-btn.dark:hover{
  background:#071d17!important;
  color:#fff!important;
}
.talk-form{
  position:relative;
  padding:clamp(30px,3vw,45px);
  border:1px solid #d8dfd7;
  border-radius:28px;
  background:#fff;
  box-shadow:0 25px 60px rgba(12,52,39,.13);
}
.talk-form:before{
  content:"";
  position:absolute;
  top:0;
  left:34px;
  right:34px;
  height:4px;
  border-radius:0 0 5px 5px;
  background:var(--about-yellow);
}
.talk-form h3{
  margin:0 0 28px;
  font-size:clamp(24px,2.2vw,31px);
  letter-spacing:-.03em;
}
.talk-form input,.talk-form textarea{
  min-height:54px;
  border-color:#d8dfd7;
  border-radius:13px;
  background:#fbfcfa;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.talk-form textarea{
  min-height:130px;
}
.talk-form input:focus,.talk-form textarea:focus{
  border-color:#cbb900;
  background:#fff;
  box-shadow:0 0 0 4px rgba(237,214,1,.14);
}
.talk-form button{
  min-height:50px;
  padding:14px 24px;
}

@media(max-width:1000px){
  .about-intro,.commitment-section>div,.talk-section{grid-template-columns:1fr}
  .about-intro{gap:40px}
  .limits-grid article{min-height:270px}
}
@media(max-width:700px){
  .about-intro,.commitment-section,.talk-section{padding:40px 24px}
  .about-intro{margin-top:45px;border-radius:24px}
  .about-intro .intro-copy{padding:24px 20px}
  .about-intro .section-heading h2,.commitment-section h2,.talk-copy h2{font-size:38px}
  .limits-section{padding-top:65px;padding-bottom:65px}
  .limits-grid{grid-template-columns:1fr}
  .limits-grid article{min-height:0;padding:30px 24px 28px 88px}
  .limits-grid article>span{left:22px;top:28px;width:48px;height:48px}
  .commitment-section,.talk-section{border-radius:24px}
  .commitment-section>div>div{padding:26px 22px}
  .talk-form{padding:28px 20px}
}

/* Who we are — refined dark editorial layout */
.about-intro{
  isolation:isolate;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:clamp(48px,7vw,100px);
  min-height:560px;
  padding:clamp(62px,6vw,88px);
  border:0;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 12%,rgba(237,214,1,.22),transparent 25%),
    radial-gradient(circle at 5% 100%,rgba(66,171,125,.25),transparent 30%),
    linear-gradient(125deg,#081b15 0%,#0d372a 58%,#135a44 100%);
  box-shadow:0 28px 70px rgba(8,45,33,.2);
}
.about-intro:before{
  left:clamp(62px,6vw,88px);
  top:auto;
  bottom:52px;
  width:90px;
  height:5px;
  border-radius:6px;
  background:var(--about-yellow);
}
.about-intro:after{
  content:"VENTRO";
  right:-17px;
  bottom:-28px;
  color:rgba(255,255,255,.035);
  font-size:clamp(95px,13vw,205px);
  font-weight:900;
  letter-spacing:-.08em;
}
.about-intro .section-heading{
  position:relative;
  z-index:1;
  padding-right:10px;
}
.about-intro .section-heading .page-kicker{
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
}
.about-intro .section-heading .page-kicker:before,
.about-intro .section-heading .page-kicker:after{
  background:var(--about-yellow);
}
.about-intro .section-heading h2{
  max-width:600px;
  margin-top:30px;
  color:#fff;
  font-size:clamp(43px,4.45vw,66px);
  line-height:1.02;
}
.about-intro .intro-copy{
  display:grid;
  gap:0;
  align-self:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  margin:0;
  padding:25px 26px 25px 76px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#fff!important;
}
.about-intro .intro-copy .lead{
  font-size:clamp(19px,1.65vw,24px)!important;
  line-height:1.45!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:15px!important;
  line-height:1.7!important;
}
.about-intro .intro-copy p:last-child{
  border-bottom:0;
}
.about-intro .intro-copy p:before{
  position:absolute;
  left:0;
  top:25px;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:var(--about-yellow);
  color:#07150f;
  font-size:15px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.2);
}
.about-intro .intro-copy p:nth-child(1):before{content:"01"}
.about-intro .intro-copy p:nth-child(2):before{content:"02"}
.about-intro .intro-copy p:nth-child(3):before{content:"03"}

@media(max-width:1000px){
  .about-intro{
    grid-template-columns:1fr;
    min-height:0;
  }
  .about-intro .section-heading h2{max-width:760px}
}
@media(max-width:700px){
  .about-intro{
    padding:42px 24px 54px;
    border-radius:24px;
  }
  .about-intro:before{left:24px;bottom:28px;width:62px}
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){
    padding:22px 0 22px 62px;
  }
  .about-intro .intro-copy p:before{
    top:22px;
    width:42px;
    height:42px;
    border-radius:13px;
  }
}

/* Restore simple unboxed information layout */
.about-intro .intro-copy{
  display:block;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  overflow:visible;
  min-height:0;
  margin:0;
  padding:23px 0;
  border:0;
  border-bottom:1px solid #dfe4dd;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.about-intro .intro-copy .lead{
  padding-top:0;
}
.about-intro .intro-copy p:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.about-intro .intro-copy .lead:before,
.about-intro .intro-copy p:not(.lead):before,
.about-intro .intro-copy .lead:after,
.about-intro .intro-copy p:not(.lead):after{
  display:none;
  content:none;
}
.about-intro .intro-copy p:hover{
  transform:none;
  border-color:#dfe4dd;
  box-shadow:none;
}

@media(max-width:700px){
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){
    padding:21px 0;
  }
  .about-intro .intro-copy .lead{padding-top:0}
  .about-intro .intro-copy p:last-child{padding-bottom:0}
}

/* Match the approved simple text treatment */
.about-intro .intro-copy{
  width:100%;
  max-width:720px;
  margin-left:auto;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  margin:0;
  padding:30px 0;
  border-bottom:1px solid #d9dfd7;
  color:#090909!important;
}
.about-intro .intro-copy .lead{
  padding-top:0;
  font-size:clamp(21px,1.75vw,27px)!important;
  line-height:1.48!important;
  font-weight:800!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:clamp(15px,1.3vw,19px)!important;
  line-height:1.75!important;
  font-weight:500!important;
}
.about-intro .intro-copy p:last-child{
  padding-bottom:0;
  border-bottom:0;
}

@media(max-width:700px){
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){padding:23px 0}
  .about-intro .intro-copy .lead{padding-top:0}
  .about-intro .intro-copy p:last-child{padding-bottom:0}
}

/* Alternative numbered panels */
.about-intro .intro-copy{
  gap:18px;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  overflow:hidden;
  padding:27px 28px 27px 92px;
  border:1px solid #dce2da;
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}
.about-intro .intro-copy .lead:after,
.about-intro .intro-copy p:not(.lead):after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  display:block;
  width:5px;
  height:auto;
  background:var(--about-yellow);
}
.about-intro .intro-copy .lead:before,
.about-intro .intro-copy p:not(.lead):before{
  left:25px;
  top:50%;
  width:45px;
  height:45px;
  transform:translateY(-50%);
  border:1px solid #d7c500;
  border-radius:50%;
  background:#fffce3;
  color:#111;
  font-size:13px;
}
.about-intro .intro-copy p:nth-child(1):before{content:"01"}
.about-intro .intro-copy p:nth-child(2):before{content:"02"}
.about-intro .intro-copy p:nth-child(3):before{content:"03"}
.about-intro .intro-copy p:hover{
  transform:translateX(6px);
  border-color:#d1be00;
  box-shadow:0 12px 27px rgba(13,49,38,.07);
}

@media(max-width:700px){
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){
    padding:24px 18px 24px 75px;
  }
  .about-intro .intro-copy .lead:before,
  .about-intro .intro-copy p:not(.lead):before{
    left:18px;
    top:50%;
    width:40px;
    height:40px;
  }
}

/* Who we are — clean premium card composition */
.about-intro{
  display:block;
  min-height:0;
  padding:clamp(58px,5vw,76px);
  border:1px solid #dce3da;
  border-radius:32px;
  color:var(--about-ink);
  background:
    radial-gradient(circle at 6% 8%,rgba(237,214,1,.12),transparent 20%),
    radial-gradient(circle at 94% 92%,rgba(20,123,91,.1),transparent 22%),
    #f8faf6;
  box-shadow:0 24px 65px rgba(13,49,38,.08);
}
.about-intro:before{
  left:50%;
  top:auto;
  bottom:auto;
  width:72px;
  height:4px;
  transform:translateX(-50%);
  border-radius:5px;
  background:var(--about-yellow);
}
.about-intro:after{
  content:"";
  right:-76px;
  bottom:-76px;
  width:190px;
  height:190px;
  border:1px solid rgba(20,123,91,.13);
  border-radius:50%;
  box-shadow:0 0 0 32px rgba(20,123,91,.035);
}
.about-intro .section-heading{
  max-width:900px;
  margin:0 auto 48px;
  padding:0;
  text-align:center;
}
.about-intro .section-heading .page-kicker{
  color:#10251d;
  border:1px solid #e4e8e0;
  background:#fff;
  box-shadow:0 8px 20px rgba(13,49,38,.05);
}
.about-intro .section-heading h2{
  max-width:850px;
  margin:24px auto 0;
  color:#08110e;
  font-size:clamp(40px,4.15vw,61px);
  line-height:1.02;
  letter-spacing:-.052em;
}
.about-intro .intro-copy{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
  padding:0;
  background:transparent;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  min-height:230px;
  margin:0;
  padding:78px 28px 30px;
  border:1px solid #dce3da;
  border-radius:22px;
  color:#1b2924!important;
  background:#fff;
  box-shadow:0 14px 35px rgba(13,49,38,.06);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.about-intro .intro-copy .lead{
  font-size:18px!important;
  line-height:1.55!important;
  font-weight:700!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:15px!important;
  line-height:1.7!important;
  font-weight:500!important;
}
.about-intro .intro-copy p:hover{
  transform:translateY(-7px);
  border-color:#d5c300;
  box-shadow:0 22px 45px rgba(13,49,38,.12);
}
.about-intro .intro-copy p:before{
  top:24px;
  left:28px;
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--about-yellow);
  color:#07150f;
  box-shadow:none;
}
.about-intro .intro-copy p:after{
  content:"";
  position:absolute;
  top:43px;
  left:80px;
  right:28px;
  height:1px;
  background:linear-gradient(90deg,#dfe4dc,transparent);
}

@media(max-width:1000px){
  .about-intro .intro-copy{grid-template-columns:1fr}
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){min-height:0}
}
@media(max-width:700px){
  .about-intro{padding:42px 20px}
  .about-intro .section-heading{margin-bottom:34px}
  .about-intro .section-heading h2{font-size:37px}
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){padding:72px 22px 26px}
  .about-intro .intro-copy p:before{left:22px}
  .about-intro .intro-copy p:after{left:72px;right:22px}
}

/* Who we are — final image-led split layout */
.about-intro{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:0;
  min-height:570px;
  padding:0;
  overflow:hidden;
  border:1px solid #d9e0d7;
  border-radius:30px;
  background:#fff;
  box-shadow:0 25px 65px rgba(12,48,37,.11);
}
.about-intro:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  z-index:0;
  width:44%;
  height:auto;
  transform:none;
  border-radius:0;
  background:
    linear-gradient(155deg,rgba(5,35,27,.42),rgba(7,69,51,.88)),
    url("assets/all sections.jpg") center/cover no-repeat;
}
.about-intro:after{
  content:"";
  position:absolute;
  left:calc(44% - 70px);
  right:auto;
  bottom:-70px;
  z-index:1;
  width:140px;
  height:140px;
  border:18px solid var(--about-yellow);
  border-radius:50%;
  box-shadow:none;
  opacity:.9;
}
.about-intro .section-heading{
  position:relative;
  z-index:2;
  align-self:end;
  max-width:none;
  margin:0;
  padding:clamp(46px,5vw,72px);
  text-align:left;
}
.about-intro .section-heading .page-kicker{
  color:#10251d;
  border:0;
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.about-intro .section-heading h2{
  max-width:590px;
  margin:28px 0 0;
  color:#fff;
  font-size:clamp(42px,4.25vw,62px);
  line-height:1.02;
  letter-spacing:-.052em;
  text-shadow:0 5px 24px rgba(0,0,0,.25);
}
.about-intro .intro-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0;
  padding:clamp(48px,5vw,76px);
  background:#fff;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  min-height:0;
  margin:0;
  padding:26px 0 26px 64px;
  border:0;
  border-bottom:1px solid #e1e6df;
  border-radius:0;
  color:#17231f!important;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.about-intro .intro-copy p:last-child{
  border-bottom:0;
}
.about-intro .intro-copy .lead{
  padding-top:0;
  font-size:clamp(20px,1.7vw,25px)!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:15px!important;
  line-height:1.75!important;
  font-weight:500!important;
}
.about-intro .intro-copy p:hover{
  transform:none;
  border-color:#e1e6df;
  box-shadow:none;
}
.about-intro .intro-copy p:before{
  top:25px;
  left:0;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f1db00;
  color:#0c2018;
  box-shadow:0 8px 18px rgba(161,145,0,.18);
}
.about-intro .intro-copy .lead:before{
  top:2px;
}
.about-intro .intro-copy p:after{
  display:none;
}

@media(max-width:1000px){
  .about-intro{
    grid-template-columns:1fr;
  }
  .about-intro:before{
    width:100%;
    height:440px;
    inset:0 0 auto;
  }
  .about-intro:after{
    left:auto;
    right:-50px;
    top:370px;
    bottom:auto;
  }
  .about-intro .section-heading{
    min-height:440px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .about-intro .intro-copy{
    display:flex;
  }
}
@media(max-width:700px){
  .about-intro{
    padding:0;
    border-radius:24px;
  }
  .about-intro:before{height:390px}
  .about-intro:after{top:330px}
  .about-intro .section-heading{
    min-height:390px;
    padding:34px 24px;
  }
  .about-intro .section-heading h2{font-size:38px}
  .about-intro .intro-copy{padding:34px 24px}
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){padding-left:56px}
}

/* Who we are — minimal corporate layout */
.about-intro{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(55px,7vw,105px);
  min-height:0;
  padding:clamp(64px,6vw,92px);
  overflow:hidden;
  border:1px solid #dce2da;
  border-radius:28px;
  color:#080808;
  background:#fff;
  box-shadow:0 20px 55px rgba(15,52,40,.07);
}
.about-intro:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  z-index:0;
  width:6px;
  height:auto;
  transform:none;
  border-radius:0;
  background:var(--about-yellow);
}
.about-intro:after{
  content:"";
  position:absolute;
  top:-110px;
  right:-110px;
  bottom:auto;
  left:auto;
  z-index:0;
  width:245px;
  height:245px;
  border:1px solid rgba(20,123,91,.1);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(237,214,1,.035);
}
.about-intro .section-heading{
  position:relative;
  z-index:1;
  align-self:center;
  min-height:0;
  max-width:none;
  margin:0;
  padding:0;
  text-align:left;
}
.about-intro .section-heading .page-kicker{
  color:#10251d;
  border:0;
  background:#f4f6f0;
  box-shadow:none;
}
.about-intro .section-heading h2{
  max-width:570px;
  margin:28px 0 0;
  color:#080808;
  font-size:clamp(39px,3.8vw,56px);
  line-height:1.04;
  letter-spacing:-.05em;
  text-shadow:none;
}
.about-intro .section-heading h2:after{
  content:"";
  display:block;
  width:72px;
  height:5px;
  margin-top:32px;
  border-radius:5px;
  background:var(--about-yellow);
}
.about-intro .intro-copy{
  position:relative;
  z-index:1;
  display:block;
  align-self:center;
  padding:0;
  background:transparent;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  min-height:0;
  margin:0;
  padding:23px 0;
  border:0;
  border-bottom:1px solid #dfe4dd;
  border-radius:0;
  color:#111!important;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.about-intro .intro-copy .lead{
  padding-top:0;
  font-size:clamp(19px,1.6vw,24px)!important;
  line-height:1.5!important;
  font-weight:800!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:15px!important;
  line-height:1.75!important;
  font-weight:500!important;
}
.about-intro .intro-copy p:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.about-intro .intro-copy p:before,
.about-intro .intro-copy p:after{
  display:none;
}
.about-intro .intro-copy p:hover{
  transform:none;
  border-color:#dfe4dd;
  box-shadow:none;
}

@media(max-width:1000px){
  .about-intro{
    grid-template-columns:1fr;
    gap:38px;
  }
  .about-intro:before{
    inset:0 auto 0 0;
    width:6px;
    height:auto;
  }
  .about-intro .section-heading{
    display:block;
    min-height:0;
  }
}
@media(max-width:700px){
  .about-intro{
    padding:42px 26px 42px 30px;
    border-radius:22px;
  }
  .about-intro .section-heading{
    min-height:0;
    padding:0;
  }
  .about-intro .section-heading h2{font-size:37px}
  .about-intro .intro-copy{padding:0}
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){padding-left:0}
}

/* Boxed information points */
.about-intro .intro-copy{
  display:grid;
  gap:15px;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  padding:24px 25px 24px 70px;
  border:1px solid #dde3db;
  border-radius:17px;
  background:#f9faf7;
  box-shadow:0 10px 25px rgba(13,49,38,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.about-intro .intro-copy .lead{
  padding-top:24px;
}
.about-intro .intro-copy p:last-child{
  padding-bottom:24px;
  border-bottom:1px solid #dde3db;
}
.about-intro .intro-copy .lead:before,
.about-intro .intro-copy p:not(.lead):before{
  content:"✓";
  position:absolute;
  left:22px;
  top:25px;
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:10px;
  background:var(--about-yellow);
  color:#0a1913;
  font-size:15px;
  font-weight:900;
}
.about-intro .intro-copy p:hover{
  transform:translateY(-4px);
  border-color:#d2c000;
  box-shadow:0 16px 32px rgba(13,49,38,.1);
}

@media(max-width:700px){
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){
    padding:22px 18px 22px 60px;
  }
  .about-intro .intro-copy .lead:before,
  .about-intro .intro-copy p:not(.lead):before{
    left:17px;
    top:22px;
  }
}

/* FINAL: approved plain paragraph layout — must remain last */
.about-intro .intro-copy{
  display:block!important;
  width:100%;
  max-width:720px;
  margin-left:auto;
}
.about-intro .intro-copy .lead,
.about-intro .intro-copy p:not(.lead){
  position:relative;
  display:block;
  overflow:visible;
  width:100%;
  min-height:0;
  margin:0!important;
  padding:30px 0!important;
  border:0!important;
  border-bottom:1px solid #d9dfd7!important;
  border-radius:0!important;
  color:#090909!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.about-intro .intro-copy .lead{
  padding-top:0!important;
  font-size:clamp(21px,1.75vw,27px)!important;
  line-height:1.48!important;
  font-weight:800!important;
}
.about-intro .intro-copy p:not(.lead){
  font-size:clamp(15px,1.3vw,19px)!important;
  line-height:1.75!important;
  font-weight:500!important;
}
.about-intro .intro-copy p:last-child{
  padding-bottom:0!important;
  border-bottom:0!important;
}
.about-intro .intro-copy .lead:before,
.about-intro .intro-copy p:not(.lead):before,
.about-intro .intro-copy .lead:after,
.about-intro .intro-copy p:not(.lead):after{
  content:none!important;
  display:none!important;
}
.about-intro .intro-copy p:hover{
  transform:none!important;
  box-shadow:none!important;
}

@media(max-width:700px){
  .about-intro .intro-copy .lead,
  .about-intro .intro-copy p:not(.lead){padding:23px 0!important}
  .about-intro .intro-copy .lead{padding-top:0!important}
  .about-intro .intro-copy p:last-child{padding-bottom:0!important}
}

/* Process card interactions */
.approach-grid article{
  isolation:isolate;
  border:1px solid #dce2da;
  border-top:4px solid var(--about-yellow);
  box-shadow:0 14px 34px rgba(13,49,38,.075);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.approach-grid article:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(125deg,transparent 30%,rgba(237,214,1,.1),transparent 70%);
  transform:translateX(-110%);
  transition:transform .55s ease;
}
.approach-grid article:after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-50px;
  z-index:-1;
  width:125px;
  height:125px;
  border-radius:50%;
  background:rgba(237,214,1,.13);
  transition:transform .35s ease,background .35s ease;
}
.approach-grid article:hover{
  transform:translateY(-9px);
  border-color:#d6c300;
  box-shadow:0 24px 48px rgba(13,49,38,.14);
}
.approach-grid article:hover:before{
  transform:translateX(110%);
}
.approach-grid article:hover:after{
  transform:scale(1.28);
  background:rgba(237,214,1,.22);
}
.approach-grid article b{
  transition:transform .28s ease,background .28s ease,box-shadow .28s ease;
}
.approach-grid article:hover b{
  transform:rotate(-7deg) scale(1.08);
  background:#ffe600;
  box-shadow:0 10px 22px rgba(168,151,0,.22);
}
.approach-grid article h3{
  transition:transform .28s ease;
}
.approach-grid article:hover h3{
  transform:translateY(-2px);
}

@media(prefers-reduced-motion:reduce){
  .approach-grid article,
  .approach-grid article:before,
  .approach-grid article:after,
  .approach-grid article b,
  .approach-grid article h3{
    transition:none!important;
  }
}

/* Smaller About page hero title */
.about-hero h1{
  max-width:850px;
  font-size:clamp(42px,4.15vw,60px);
  line-height:1.04;
}
@media(max-width:650px){
  .about-hero h1{font-size:36px}
}
