:root {
  --cream: #f7f4ef;
  --cream-2: #efe9df;
  --white: #fff;
  --ink: #343631;
  --muted: #676860;
  --green: #a7b6a3;
  --green-dark: #687565;
  --green-soft: #d7dfd3;
  --peach: #d7a096;
  --peach-soft: #ead4cd;
  --dark: #2f312d;
  --shadow: 0 24px 80px rgba(48,49,45,.14);
  --radius: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Assistant','Heebo',Arial,sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img,video {
  max-width: 100%;
  display: block;
}

.container {
  width: 85%;
  margin: auto;
}

.narrow {
  width: min(850px,calc(100% - 44px));
}

.section-pad {
  padding: 120px 0;
}

.soft {
  background: linear-gradient(180deg,#fbfaf7 0%,#f2eee7 100%);
}

.center {
  text-align: center;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(215,160,150,.25);
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.brand img {
  width: 92px;
  height: 48px;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 22px;
  color: #555650;
  font-size: 16px;
}

.nav a {
  transition: .25s;
}

.nav a:hover {
  color: var(--green-dark);
}

.header-cta {
  background: #a8b7a3;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 16px;
}

.float-wa {
  position: fixed;
  z-index: 60;
  bottom: 22px;
  left: 22px;
  background: var(--green);
  color: #fff;
  padding: 15px 24px;
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(104,117,101,.35);
  font-weight: 700;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 26%,rgba(246, 173, 159, 0.29),#f7eae5 34%),linear-gradient(90deg,#eac6b9 0%,#fbfaf7 54%,#f0cfc7 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #b7837b;
  letter-spacing: .2em;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow:before {
  content: '';
  width: 34px;
  height: 1px;
  background: #cfa097;
}

h1,h2,h3,p {
  margin-top: 0;
}

h1 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -.04em;
  margin-bottom: 30px;
}

h1 em {
  font-style: normal;
  font-weight: 800;
}

h2 {
  font-size: clamp(38px,5vw,68px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -.035em;
  margin-bottom: 28px;
}

h3 {
  font-size: clamp(28px,3vw,42px);
  line-height: 1.18;
  font-weight: 500;
  margin-bottom: 20px;
}

.lead,.hero-content p {
  font-size: clamp(20px,2vw,24px);
  line-height: 1.75;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 28px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s;
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-3px);
}

.primary {
  background:#f4a99a;
  color: #501c1c;
  box-shadow: 0 18px 50px rgba(141,155,135,.24);
}

.primary:hover {
  background: #d89f93;
}

.ghost {
  background: #fff;
  color: var(--ink);
  border-color: #eee1dc;
}

.light {
  background: #f7ada3;
  color: var(--dark);
}

.dark-btn {
  background: #2b4115;
  color: #fff;
}

.peach {
  background: var(--peach-soft);
  color: #4a403c;
}

.outline-light {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  background:#a8b7a3;
}

.outline-light:hover {
  background: #fff;
  color: var(--dark);
}

.hero-media {
  position: relative;
}

.image-orbit {
  position: absolute;
  inset: 6%;
  background: var(--peach-soft);
  filter: blur(55px);
  border-radius: 50%;
  opacity: .8;
}

.hero-media img {
  position: relative;
  border-radius: 44px;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
  object-fit: cover;
}

.formula-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
  margin-top: 70px;
}

.formula-card,.program-card,.line-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: 0 18px 55px rgba(48,49,45,.08);
  border: 1px solid rgba(215,160,150,.13);
}

.formula-card span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 800;
  margin-bottom: 24px;
}

.formula-card p,.program-card p,.line-card p,.about p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.science {
  background: #fff;
}

.science-list {
  display: grid;
  gap: 20px;
}

.line-card {
  padding: 28px;
}

.line-card b {
  font-size: 23px;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 62px;
}

.program-card {
  position: relative;
  overflow: hidden;
}

.program-card ul {
  padding: 0;
  margin: 24px 0 32px;
  list-style: none;
  color: var(--muted);
}

.program-card li {
  margin-bottom: 9px;
}

.program-card li:before {
  content: '✓';
  color: var(--green-dark);
  font-weight: 900;
  margin-left: 8px;
}

.program-card.dark {
  background: radial-gradient(circle at 82% 26%,rgba(246, 173, 159, 0.29),#f4a99a 34%),linear-gradient(90deg,#eac6b9 0%,#f4d6cf 54%,#f0cfc7 100%);
  color: #000;
}

.program-card.dark p,.program-card.dark li {
  color: #000;
}

.program-card.dark li:before {
  color: #000;
}

.program-card.green {
  background: var(--green-soft);
}

.program-card.business {
  background: #fff;
}

.tag {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #f4a99a;
  color: #000;
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 800;
}

.featured h3 {
  padding-top: 36px;
}

.cards-section {
  background: #fff;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.mini-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
}

.mini-list div {
  background: var(--cream);
  border: 1px solid #eee3dd;
  padding: 14px 18px;
  border-radius: 18px;
  color: var(--muted);
}

.mini-list div:before {
  content: '✓';
  color: var(--green-dark);
  font-weight: 900;
  margin-left: 9px;
}

.cards-visual {
  position: relative;
  min-height: 560px;
}

.cards-visual:before {
  content: '';
  position: absolute;
  inset: 12% 5%;
  background: var(--peach-soft);
  filter: blur(70px);
  border-radius: 50%;
  opacity: .65;
}

.cards-visual .stack {
  position: relative;
  z-index: 2;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.cards-visual .example {
  position: absolute;
  z-index: 3;
  width: 34%;
  left: 0;
  bottom: 0;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  transform: rotate(-6deg);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 60px;
}

.shot-card,.video-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(48,49,45,.09);
  border: 1px solid rgba(215,160,150,.14);
}

.shot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  background: #111;
}

.video-card.wide {
  grid-column: span 2;
}

.video-card.wide video {
  aspect-ratio: 16/9;
}

.about {
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: center;
}

.about-images {

  min-height: 720px;
position: sticky;
top: 120px;
align-self: start;
height: fit-content;
}

.main-about {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 620px;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.small-about {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  height: 360px;
  object-fit: cover;
  border: 12px solid #fff;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

blockquote {
  margin: 30px 0;
  padding: 28px 32px;
  background: var(--cream);
  border-right: 5px solid var(--peach);
  border-radius: 26px;
  color: #4d4d48;
  font-size: 22px;
  line-height: 1.65;
}

.final-cta {
  background: radial-gradient(circle at center,rgba(255,255,255,.08),transparent 38%),#ffe9e9;
  color: #501c1c;
}

.final-cta .lead {
  color: #501c1c;;
}

.footer-logo {
  width: 170px;
  margin: 0 auto 30px;
  filter: brightness(1.15);
}

.center-actions {
  justify-content: center;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease,transform .8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: .12s;
}

.delay-2 {
  transition-delay: .24s;
}

@media (max-width:980px) {
  .nav {
    display: none;
  }

  .site-header {
    top: 10px;
  }

  .header-cta {
    padding: 10px 16px;
  }

  .hero-grid,.split,.cards-grid,.about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero {
    padding-top: 120px;
  }

  .section-pad {
    padding: 86px 0;
  }

  .formula-grid,.program-grid,.testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cards-visual {
    min-height: auto;
  }

  .cards-visual .example {
    display: none;
  }

  .about-images {
    min-height: auto;
  }

  .main-about,.small-about {
    position: relative;
    width: 100%;
    height: auto;
  }

  .small-about {
    margin-top: 18px;
    border: 0;
  }

  .video-card.wide {
    grid-column: auto;
  }

  .video-card.wide video {
    aspect-ratio: 9/16;
  }

}

@media (max-width:560px) {
  body {
    font-size: 17px;
  }

  .container,.narrow {
    width: min(100% - 28px,1180px);
  }

  .brand img {
    width: 76px;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .float-wa {
    left: 14px;
    right: 14px;
    text-align: center;
    padding: 13px 14px;
  }

  .site-header {
    border-radius: 24px;
  }

  .hero-media img {
    border-radius: 30px;
  }

  .formula-card,.program-card {
    padding: 28px;
  }

  .testimonial-grid {
    gap: 18px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 38px;
  }

}

.about-expanded .about-grid {
  align-items: flex-start;
}

.about-expanded .about-content {
  max-width: 760px;
}

.about-expanded .lead {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.7;
  color: #52544f;
  margin-bottom: 28px;
}

.story-box,
.sensitive-box,
.method-box,
.about-mini-grid article {
  border-radius: 30px;
  padding: 28px;
  margin: 28px 0;
  line-height: 2;
}

.story-box {
  background: linear-gradient(135deg, #fbf3ef, #f7f1ec);
  border: 1px solid rgba(214, 151, 142, 0.35);
  box-shadow: 0 18px 45px rgba(82, 60, 52, 0.06);
}

.story-box h3,
.sensitive-box h3,
.method-box h3,
.about-mini-grid h3 {
  font-size: clamp(24px, 2vw, 34px);
  margin-bottom: 14px;
  color: #343530;
}

.about-expanded blockquote {
  font-size: 22px;
  line-height: 1.2;
  background: #f3eee8;
  border-right: 5px solid #d8998f;
  border-left: none;
  color: #343530;
  padding: 30px 36px;
  border-radius: 28px;
  margin: 34px 0;
}

.about-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 28px 0;
}

.about-mini-grid article {
  background: #ffffff;
  border: 1px solid rgba(143, 155, 135, 0.22);
  box-shadow: 0 16px 45px rgba(55, 57, 52, 0.055);
  margin: 0;
}

.sensitive-box {
  background: #eef3eb;
  border: 1px solid rgba(143, 155, 135, 0.28);
}

.method-box {
  background: #fff;
  border: 1px solid rgba(216, 153, 143, 0.32);
  box-shadow: 0 18px 50px rgba(82, 60, 52, 0.06);
}

.about-expanded ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.about-expanded li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  color: #5b5d58;
}

.about-expanded li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.85em;
  width: 10px;
  height: 10px;
  background: #d8998f;
  border-radius: 50%;
}

.about-expanded p {
  color: #5b5d58;
}

@media (max-width: 900px) {
  .about-mini-grid {
    grid-template-columns: 1fr;
  }

  .story-box,
  .sensitive-box,
  .method-box,
  .about-mini-grid article {
    padding: 22px;
    border-radius: 24px;
  }

  .about-expanded blockquote {
    padding: 24px;
    border-radius: 24px;
  }
}

@media (max-width: 900px) {
  .about-images {
    position: relative;
    top: auto;
  }
}

.about-images img {
  transition: transform .5s ease, opacity .5s ease;
}

.about-images:hover img {
  transform: translateY(-4px);
}