.founder-story {
  background: #fffdfa;
  color: #19302e;
  overflow: hidden;
}
.founder-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: center;
}
.founder-photo {
  position: relative;
  max-width: 420px;
  margin: auto;
}
.founder-photo:before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  border-radius: 24px;
  background: #f5c35b;
}
.founder-photo img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  filter: saturate(0.92);
}
.founder-copy h2 {
  font:
    700 clamp(39px, 4.6vw, 61px)/1.08 "Playfair Display",
    serif;
  letter-spacing: -0.035em;
  margin: 16px 0 23px;
}
.founder-copy > p {
  font-size: 18px;
  color: #5f706a;
  margin: 0 0 17px;
}
.founder-quote {
  margin: 27px 0;
  padding: 24px;
  border-left: 4px solid #ee735d;
  background: #fbf7ef;
  font:
    600 21px/1.45 "DM Sans",
    sans-serif;
  color: #0b3b38;
}
.founder-signature strong {
  display: block;
  font:
    700 22px "Playfair Display",
    serif;
  color: #0b3b38;
}
.founder-signature span {
  font-size: 14px;
  color: #6b7974;
}
.whatsapp-page {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 19px;
  border-radius: 999px;
  background: #1fa855;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(11, 59, 56, 0.28);
}
.whatsapp-page:hover {
  transform: translateY(-2px);
}
.whatsapp-page svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.support-whatsapp {
  display: inline-flex;
  margin-top: 22px;
  background: #1fa855;
  box-shadow: none;
}
.land-route {
  position: relative;
  overflow: hidden;
  background: #f3ecdf;
}
.land-route:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(11, 59, 56, 0.1);
  border-radius: 50%;
  left: -260px;
  bottom: -310px;
}
.land-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}
.land-copy h2 {
  font:
    700 clamp(39px, 4.8vw, 64px)/1.08 "Playfair Display",
    serif;
  letter-spacing: -0.035em;
  margin: 16px 0 24px;
  color: #062a28;
}
.land-copy > p {
  font-size: 18px;
  color: #5f706a;
  margin: 0 0 18px;
}
.land-copy .land-emphasis {
  font-weight: 700;
  color: #0b3b38;
  padding-left: 18px;
  border-left: 3px solid #f5c35b;
  margin: 25px 0 28px;
}
.land-panel {
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(145deg, #0b3b38, #062a28);
  color: #fff;
  box-shadow: 0 28px 75px rgba(6, 42, 40, 0.22);
}
.land-kicker {
  display: block;
  margin-bottom: 26px;
  color: #f5c35b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.land-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  align-items: center;
}
.land-step b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(245, 195, 91, 0.12);
  border: 1px solid rgba(245, 195, 91, 0.38);
  color: #f5c35b;
  font-size: 16px;
}
.land-step strong {
  display: block;
  font:
    700 24px/1.15 "Playfair Display",
    serif;
}
.land-step span {
  display: block;
  margin-top: 5px;
  color: #bcd1cb;
  font-size: 15px;
}
.land-connector {
  width: 1px;
  height: 25px;
  background: rgba(245, 195, 91, 0.38);
  margin: 7px 0 7px 29px;
}
.land-seal {
  margin-top: 28px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d9e7e3;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.exclusive-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(245, 195, 91, 0.12);
  color: #f5c35b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.deliverables {
  background: #f7f2e8;
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.delivery-card {
  position: relative;
  min-height: 235px;
  padding: 31px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(11, 59, 56, 0.09);
  box-shadow: 0 12px 34px rgba(11, 59, 56, 0.055);
  overflow: hidden;
}
.delivery-card:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #eff6f1;
}
.delivery-card b {
  display: block;
  color: #ee735d;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.delivery-card h3 {
  position: relative;
  z-index: 1;
  margin: 31px 0 12px;
  font:
    700 27px/1.15 "Playfair Display",
    serif;
  color: #0b3b38;
}
.delivery-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66756f;
}
.mobile-access {
  display: none;
}
.experience {
  background: #fffdfa;
  position: relative;
  overflow: hidden;
}
.experience:before {
  content: "";
  position: absolute;
  right: -250px;
  top: 120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(11, 59, 56, 0.08);
}
.experience-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 26px;
  overflow: hidden;
  background: #0b3b38;
  color: #fff;
  box-shadow: 0 24px 60px rgba(11, 59, 56, 0.14);
  margin-bottom: 28px;
}
.experience-flow article {
  position: relative;
  padding: 32px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.experience-flow article:first-child {
  border-left: 0;
}
.experience-flow article > span {
  position: absolute;
  right: 22px;
  top: 18px;
  font:
    700 44px/1 "Playfair Display",
    serif;
  color: rgba(255, 255, 255, 0.08);
}
.experience-flow small {
  display: block;
  color: #f5c35b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.experience-flow strong {
  display: block;
  font:
    700 25px/1.15 "Playfair Display",
    serif;
}
.experience-flow p {
  margin: 10px 0 0;
  color: #bdd0cb;
  font-size: 15px;
}
.value-groups {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.value-group {
  padding: 30px;
  border-radius: 22px;
  border: 1px solid #dfe6e0;
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 59, 56, 0.045);
}
.value-group.featured {
  background: #f7edcf;
  border-color: #ead18c;
}
.value-group.wide {
  grid-column: 1/-1;
}
.value-heading {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid #e4e9e5;
}
.value-heading > b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eaf4ed;
  color: #0b6d5f;
  font-size: 14px;
}
.featured .value-heading > b {
  background: #0b3b38;
  color: #f5c35b;
}
.value-heading small {
  display: block;
  color: #a94d3e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.value-heading h3 {
  font:
    700 25px/1.15 "Playfair Display",
    serif;
  margin: 4px 0 0;
  color: #0b3b38;
}
.value-group ul {
  list-style: none;
  padding: 13px 0 0;
  margin: 0;
}
.value-group li {
  padding: 9px 0 9px 26px;
  position: relative;
  color: #596b65;
}
.value-group li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16826c;
  font-weight: 900;
}
.total-delivery {
  margin-top: 18px;
  padding: 28px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5c35b, #f1b94b);
  color: #26342f;
  text-align: center;
}
.total-delivery small {
  display: block;
  color: #755514;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.total-delivery strong {
  display: block;
  max-width: 850px;
  margin: 8px auto 5px;
  color: #0b3b38;
  font:
    700 27px/1.25 "Playfair Display",
    serif;
}
.total-delivery p {
  margin: 0;
  color: #56645e;
}
.access-rule {
  position: relative;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 28px;
  align-items: center;
  padding: 25px 30px;
  border-radius: 20px;
  background: #eef6f0;
  border: 1px solid #d8e7dd;
}
.access-rule small {
  display: block;
  color: #a94d3e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.access-rule strong {
  display: block;
  font:
    700 27px/1.2 "Playfair Display",
    serif;
  color: #0b3b38;
  margin-top: 4px;
}
.access-rule p {
  margin: 0;
  color: #5b6d66;
}
@media (max-width: 900px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .founder-photo {
    max-width: 350px;
  }
}
@media (max-width: 900px) {
  .land-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .delivery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .experience-flow {
    grid-template-columns: 1fr;
  }
  .experience-flow article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .experience-flow article:first-child {
    border-top: 0;
  }
  .value-groups {
    grid-template-columns: 1fr;
  }
  .value-group.wide {
    grid-column: auto;
  }
  .access-rule {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }
  .founder-grid {
    gap: 38px;
  }
  .founder-photo {
    width: calc(100% - 28px);
  }
  .founder-copy > p {
    font-size: 17px;
  }
  .founder-quote {
    font-size: 19px;
    padding: 20px;
  }
  .land-panel {
    padding: 28px 22px;
    border-radius: 23px;
  }
  .land-step {
    grid-template-columns: 50px 1fr;
  }
  .land-step b {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .land-connector {
    margin-left: 25px;
  }
  .land-step strong {
    font-size: 21px;
  }
  .delivery-grid {
    grid-template-columns: 1fr;
  }
  .delivery-card {
    min-height: 0;
  }
  .experience-flow article,
  .value-group {
    padding: 25px 22px;
  }
  .value-heading {
    grid-template-columns: 46px 1fr;
  }
  .value-heading > b {
    width: 46px;
    height: 46px;
  }
  .value-heading h3 {
    font-size: 22px;
  }
  .access-rule {
    padding: 22px;
  }
  .whatsapp-page {
    right: 14px;
    bottom: 84px;
    padding: 13px;
    width: 52px;
    height: 52px;
    justify-content: center;
  }
  .whatsapp-page span {
    display: none;
  }
  .mobile-access {
    position: fixed;
    display: flex;
    z-index: 89;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    padding: 8px 17px;
    align-items: center;
    justify-content: space-between;
    background: #062a28;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -12px 30px rgba(6, 42, 40, 0.2);
  }
  .mobile-access span {
    font-size: 13px;
    color: #9fc2ba;
  }
  .mobile-access strong {
    padding: 11px 15px;
    border-radius: 999px;
    background: #ee735d;
    font-size: 14px;
  }
}
