.about-hero {
  padding: clamp(4rem, 8vw, 7.5rem) 5vw;
  background: linear-gradient(125deg, #effbf8 0%, #fff7f2 100%);
}
.about-hero-grid, .story-grid, .expect-grid {
  width: min(1160px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.about-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .98; margin: 1rem 0 1.5rem; }
.about-hero .lead { font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 680px; line-height: 1.7; }
.founder-logo-card {
  background: #fff;
  border-radius: 30px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 24px 70px rgba(25, 81, 77, .12);
}
.founder-logo-card img { width: min(390px, 100%); height: auto; }
.founder-logo-card h2 { margin: .5rem 0 .2rem; }
.founder-logo-card p { margin: .15rem 0; }
.founder-logo-card small { display: block; color: #56706d; margin-top: .65rem; }
.personal-story {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 5vw;
  background:
    radial-gradient(circle at 8% 10%, rgba(105,199,189,.18), transparent 26rem),
    radial-gradient(circle at 94% 82%, rgba(255,183,148,.2), transparent 25rem),
    linear-gradient(135deg, #f8fdfc 0%, #fffaf7 100%);
}
.personal-story::before,.personal-story::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.personal-story::before{width:190px;height:190px;left:-95px;bottom:10%;border:1px solid rgba(105,199,189,.34)}
.personal-story::after{width:130px;height:130px;right:-65px;top:16%;border:1px solid rgba(244,151,123,.35)}
.story-shell{position:relative;z-index:1;width:min(1160px,100%);margin:auto}
.story-heading{text-align:center;max-width:890px;margin:0 auto clamp(2.5rem,6vw,4.5rem)}
.story-heading h2,.expect-section h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.08}
.story-heading h2{margin:.85rem 0 1.25rem;color:#173f3b}
.story-heading h2 em{font-style:normal;color:#d66f59}
.story-heading>p:last-child{max-width:720px;margin:0 auto;color:#536d6a;font-size:1.12rem;line-height:1.75}
.founder-story-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:stretch}
.story-copy{padding:clamp(1.5rem,3vw,2.4rem);background:rgba(255,255,255,.78);border:1px solid rgba(105,199,189,.24);border-radius:28px;box-shadow:0 20px 60px rgba(25,81,77,.08);backdrop-filter:blur(8px)}
.story-copy p { font-size: 1.08rem; line-height: 1.82; margin: 0 0 1.25rem; color:#344f4c }
.story-copy p:last-child{margin-bottom:0}
.story-copy .story-opening{font-size:1.23rem;line-height:1.7;color:#1d5e58;font-weight:650}
.founder-quote {
  margin: 1.6rem 0 0;
  padding: 1.8rem;
  border-left: 5px solid #69c7bd;
  background: #f3fbf9;
  border-radius: 0 18px 18px 0;
  font-size: 1.15rem;
  line-height: 1.7;
}
.founder-quote cite { display: block; margin-top: 1rem; font-style: normal; font-weight: 700; color: #267f78; }
.founder-quote-feature{position:relative;display:flex;flex-direction:column;justify-content:center;margin:0;padding:clamp(2rem,4vw,3.2rem);border:0;border-radius:28px;background:linear-gradient(145deg,#184f4a 0%,#267f78 70%,#319087 100%);box-shadow:0 24px 65px rgba(25,81,77,.2);color:#fff;overflow:hidden}
.founder-quote-feature::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;bottom:-95px;background:rgba(255,205,181,.16)}
.founder-quote-feature .quote-mark{position:absolute;left:1.15rem;top:-1.3rem;font-family:Georgia,serif;font-size:9rem;line-height:1;color:rgba(255,255,255,.13)}
.founder-quote-feature p{position:relative;margin:0;font-family:Georgia,serif;font-size:clamp(1.32rem,2.2vw,1.72rem);line-height:1.55}
.founder-quote-feature cite{position:relative;margin-top:1.6rem;color:#ffd8c7;font-size:1rem;letter-spacing:.02em}
.founder-quote-feature small{position:relative;margin-top:.3rem;color:rgba(255,255,255,.76)}
.founder-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem}
.founder-principles article{position:relative;overflow:hidden;padding:1.55rem;background:#fff;border:1px solid rgba(105,199,189,.22);border-radius:20px;box-shadow:0 12px 30px rgba(25,81,77,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.founder-principles article:hover,.founder-principles article:focus-within{transform:translateY(-6px);box-shadow:0 20px 42px rgba(25,81,77,.13);border-color:rgba(38,127,120,.45)}
.founder-principles article>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:#e5f6f3;color:#267f78;font-weight:800;font-size:.85rem}
.founder-principles article:nth-child(2)>span{background:#fff0e9;color:#c86550}
.founder-principles h3{margin:1rem 0 .55rem;color:#173f3b;font-size:1.13rem}
.founder-principles p{margin:0;color:#5b706e;line-height:1.65;font-size:.96rem}
.experience-band {
  padding: 3.5rem 5vw;
  background: #123f3b;
  color: #fff;
}
.experience-grid {
  width: min(1160px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.experience-grid article { padding: 1.5rem; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.experience-grid b { display: block; color: #ffd4be; font-size: 1.1rem; margin-bottom: .55rem; }
.experience-grid p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.55; }
.expect-section { padding: clamp(4rem, 8vw, 7rem) 5vw; background: #fff8f3; }
.expect-list { display: grid; gap: .85rem; }
.expect-list div { background: #fff; border-radius: 15px; padding: 1rem 1.2rem; box-shadow: 0 8px 22px rgba(34,71,67,.06); }
.expect-list b { color: #247c75; }
.about-cta { padding: 4.5rem 5vw; text-align: center; }
.about-cta p { max-width: 720px; margin: 1rem auto 1.5rem; }
@media (max-width: 820px) {
  .about-hero-grid, .story-grid, .expect-grid { grid-template-columns: 1fr; }
  .founder-story-layout{grid-template-columns:1fr}
  .founder-principles{grid-template-columns:1fr}
  .experience-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .experience-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion:reduce){.founder-principles article{transition:none}.founder-principles article:hover,.founder-principles article:focus-within{transform:none}}

.founder-photo-card{position:relative;overflow:hidden;padding:0 0 1.75rem}.founder-photo-card .founder-portrait{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 18%;border-radius:30px 30px 0 0}.founder-card-logo{position:absolute!important;right:1rem;top:1rem;width:62px!important;height:auto!important;padding:.35rem;background:rgba(255,255,255,.9);border-radius:14px;box-shadow:0 8px 20px rgba(25,81,77,.12)}
