@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --paper-2: #f0ece0;
  --green: #0f5257;
  --green-2: #0a3e42;
  --sage: #dce9df;
  --teal: #4f8585;
  --aqua: #101010;
  --charcoal: #1d2925;
  --muted: #0f0f0f;
  --line: rgba(29, 41, 37, .10);
  --shadow: 0 28px 80px rgba(35, 55, 47, .13);
  --radius: 28px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: "Manrope", "DM Sans", sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden
}

body.modal-open {
  overflow: hidden
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select,
textarea {
  font: inherit
}

button {
  cursor: pointer;
  border: 0
}

img {
  display: block;
  max-width: 100%
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: auto
}

.section {
  padding: 110px 0
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(49, 92, 77, .16);
  padding: 8px 13px;
  border-radius: 100px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6fa284;
  box-shadow: 0 0 0 5px rgba(111, 162, 132, .12)
}

.display {
  font-family: "Playfair Display", serif;
  letter-spacing: -.045em;
  line-height: .98
}

.muted {
  color: var(--muted);
  line-height: 1.75
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 23px;
  border-radius: 999px;
  font-weight: 700;
  transition: .3s ease
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 15px 35px rgba(15, 82, 87, .22)
}

.btn-primary:hover {
  background: var(--green-2);
  transform: translateY(-3px)
}

.btn-light {
  background: #fff;
  color: var(--green)
}

.btn-ghost {
  color: var(--green);
  padding-left: 5px;
  padding-right: 5px
}

.btn-ghost:hover {
  transform: translateX(4px)
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal.in {
  opacity: 1;
  transform: none
}

/* NAV */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 17px 0;
  transition: .35s
}

.site-header.scrolled {
  background: rgba(247, 243, 233, .86);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line)
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 19px
}

.brand-mark {
  width: 39px;
  height: 39px;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
  color: var(--muted);
  font-size: 13px
}

.nav-links a:hover {
  color: var(--green)
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--paper);
  color: var(--green)
}

.mobile-menu {
  display: none
}

/* HERO */
.hero {
  min-height: 100svh;
  padding: 145px 0 80px;
  position: relative;
  overflow: hidden
}

.hero:before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -310px;
  top: 20px;
  border-radius: 50%;
  background: rgba(205, 224, 211, .5);
  filter: blur(90px)
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 70px;
  align-items: center
}

.hero h1 {
  font-size: clamp(52px, 6vw, 82px);
  max-width: 700px;
  margin-top: 22px
}

.hero h1 em {
  color: var(--green);
  font-style: italic
}

.hero-copy {
  font-size: 17px;
  max-width: 590px;
  margin: 27px 0;
  color: var(--muted);
  line-height: 1.75
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap
}

.micro-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  color: #7b847f;
  font-size: 12px
}

.avatar-stack {
  display: flex
}

.avatar-stack span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -7px;
  background-size: cover;
  background-position: center
}

.avatar-stack span:first-child {
  margin-left: 0
}

.hero-visual {
  height: 590px;
  position: relative;
  display: grid;
  place-items: center
}

.hero-ring {
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px dashed rgba(49, 92, 77, .22);
  border-radius: 50%;
  animation: spin 28s linear infinite
}

.hero-ring:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  top: 45px;
  left: 75px;
  box-shadow: 0 0 0 10px rgba(49, 92, 77, .1)
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.hero-photo {
  width: 350px;
  height: 470px;
  border-radius: 180px 180px 35px 35px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2
}

.float-card {
  position: absolute;
  z-index: 4;
  padding: 14px 15px;
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 19px;
  box-shadow: 0 22px 55px rgba(30, 55, 45, .12);
  animation: float 5s ease-in-out infinite
}

.float-card.one {
  left: 0;
  top: 110px
}

.float-card.two {
  right: 0;
  bottom: 105px;
  animation-delay: -1.7s
}

.float-card.three {
  right: 35px;
  top: 60px;
  animation-delay: -3s
}

@keyframes float {
  50% {
    transform: translateY(-12px)
  }
}

.mini {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px
}

.mini-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--sage);
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 700
}

.mini small {
  display: block;
  font-size: 10px;
  color: #8a938e
}

.mini strong {
  font-size: 13px
}

/* HOME SECTIONS */
.center-heading {
  text-align: center;
  max-width: 720px;
  margin: auto
}

.center-heading h2 {
  font-size: clamp(42px, 5vw, 62px);
  margin-top: 15px
}

.center-heading p {
  margin: 20px auto 0;
  max-width: 600px
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px
}

.step {
  padding: 31px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: .3s
}

.step:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 25px
}

.step h3 {
  font-size: 20px;
  margin-bottom: 10px
}

.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7
}

.split-section {
  background: var(--paper)
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.split-photo {
  height: 570px;
  border-radius: 34px;
  object-fit: cover;
  box-shadow: var(--shadow)
}

.split h2 {
  font-size: clamp(42px, 5vw, 64px);
  margin: 16px 0 22px
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 30px
}

.feature {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 18px
}

.feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--sage);
  display: grid;
  place-items: center;
  color: var(--green);
  flex: none
}

.feature strong {
  font-size: 14px
}

.feature p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  margin-top: 4px
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 55px
}

.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: 30px;
  padding: 27px;
  color: #fff;
  background: #24483e
}

.audience-card:nth-child(2) {
  background: #587c74
}

.audience-card:nth-child(3) {
  background: #2c3531
}

.audience-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 1;
  margin-top: 12px
}

.audience-card p {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 280px
}

.audience-card .card-image {
  position: absolute;
  width: 170px;
  height: 220px;
  right: -15px;
  bottom: -25px;
  border-radius: 90px 90px 15px 15px;
  object-fit: cover;
  opacity: .9;
  transform: rotate(7deg)
}

.audience-card .card-arrow {
  position: absolute;
  left: 27px;
  bottom: 27px;
  font-weight: 700;
  font-size: 12px
}

.quote-band {
  background: var(--green);
  color: #fff;
  text-align: center
}

.quote-band h2 {
  font-size: clamp(42px, 5vw, 65px);
  max-width: 850px;
  margin: 15px auto
}

.quote-band p {
  max-width: 570px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.7
}

.site-footer {
  background: var(--charcoal);
  color: #fff;
  padding: 58px 0 26px
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px
}

.footer-copy {
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 300px
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .55);
  font-size: 12px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 45px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .35);
  font-size: 10px;
  display: flex;
  justify-content: space-between
}

/* MODAL */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(16, 28, 24, .62);
  backdrop-filter: blur(15px);
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: .35s
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible
}

.modal {
  width: min(780px, 100%);
  background: var(--paper);
  border-radius: 32px;
  padding: 38px;
  box-shadow: 0 45px 120px rgba(0, 0, 0, .28);
  transform: translateY(25px) scale(.97);
  transition: .4s;
  position: relative
}

.modal-backdrop.active .modal {
  transform: none
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--muted)
}

.modal-close:hover {
  background: var(--green);
  color: #fff
}

.modal-heading {
  text-align: center;
  max-width: 580px;
  margin: auto
}

.modal-heading h2 {
  font-size: 43px;
  margin-top: 14px
}

.modal-heading p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px
}

.role {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 23px 20px;
  border-radius: 21px;
  background: var(--cream);
  border: 1px solid transparent;
  transition: .35s
}

.role:hover {
  transform: translateY(-7px);
  background: #fff;
  border-color: rgba(49, 92, 77, .16);
  box-shadow: 0 20px 45px rgba(30, 55, 45, .1)
}

.role:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--sage);
  right: -45px;
  bottom: -45px;
  transition: .4s
}

.role:hover:after {
  transform: scale(1.4)
}

.role-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 17px
}

.role h3,
.role p,
.role span {
  position: relative;
  z-index: 2
}

.role h3 {
  font-size: 17px
}

.role p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 7px
}

.role span {
  display: block;
  color: var(--green);
  font-weight: 700;
  font-size: 11px;
  margin-top: 18px
}

/* FOCUSED PAGES */
.focus-page {
  min-height: 100vh;
  background: var(--cream)
}

.focus-hero {
  min-height: 760px;
  padding: 125px 0 80px;
  position: relative;
  overflow: hidden
}

.focus-hero:before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  right: -260px;
  top: 30px;
  background: rgba(204, 224, 211, .45);
  filter: blur(90px)
}

.focus-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 65px;
  align-items: center;
  position: relative;
  z-index: 2
}

.focus-copy h1 {
  font-size: clamp(52px, 5.8vw, 78px);
  margin-top: 20px
}

.focus-copy h1 em {
  color: var(--green);
  font-style: italic
}

.focus-copy>p {
  max-width: 580px;
  margin: 25px 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px
}

.focus-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap
}

.trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #7b847f;
  font-size: 11px
}

.focus-visual {
  height: 560px;
  position: relative
}

.focus-main-image {
  width: 390px;
  height: 500px;
  object-fit: cover;
  border-radius: 190px 190px 35px 35px;
  box-shadow: var(--shadow);
  margin-left: auto
}

.photo-badge {
  position: absolute;
  left: 0;
  top: 120px;
  background: rgba(255, 253, 248, .9);
  backdrop-filter: blur(18px);
  padding: 17px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(30, 55, 45, .12);
  display: flex;
  gap: 11px;
  align-items: center
}

.photo-badge .badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--sage);
  display: grid;
  place-items: center;
  color: var(--green)
}

.metric-card {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: var(--green);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(49, 92, 77, .22);
  min-width: 200px
}

.metric-card strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px
}

.metric-card span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .65);
  margin-top: 3px
}

.focus-section {
  padding: 105px 0;
  background: var(--paper)
}

.focus-section.alt {
  background: var(--cream)
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 55px
}

.benefit {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: .3s
}

.alt .benefit {
  background: #fff
}

.benefit:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--sage);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 20px
}

.benefit h3 {
  font-size: 18px
}

.benefit p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 8px
}

.story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.story-image {
  height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow)
}

.story-copy h2 {
  font-size: clamp(42px, 5vw, 62px);
  margin: 15px 0 20px
}

.story-copy p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 50px
}

.process-item {
  padding: 25px;
  border-radius: 22px;
  background: var(--cream);
  border: 1px solid var(--line)
}

.process-item b {
  font-size: 11px;
  color: var(--green)
}

.process-item h3 {
  margin-top: 15px;
  font-size: 16px
}

.process-item p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted)
}

.form-cta {
  background: var(--green);
  color: #fff;
  padding: 105px 0
}

.form-cta-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px;
  align-items: center
}

.form-cta h2 {
  font-size: clamp(43px, 5vw, 62px)
}

.form-cta p {
  color: rgba(255, 255, 255, .67);
  line-height: 1.7;
  margin-top: 17px;
  max-width: 500px
}

.waitlist-form {
  background: var(--paper);
  color: var(--charcoal);
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .16)
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px
}

.form-field {
  margin-bottom: 14px
}

.form-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #dddcd5;
  border-radius: 12px;
  background: #fff;
  outline: none
}

.form-field textarea {
  min-height: 92px;
  resize: vertical
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(49, 92, 77, .07)
}

.submit-btn {
  width: 100%;
  padding: 16px;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  transition: .3s
}

.submit-btn:hover {
  background: var(--green-2);
  transform: translateY(-2px)
}

.form-note {
  text-align: center;
  font-size: 10px;
  color: #929a95;
  margin-top: 11px
}

.success-state {
  display: none;
  text-align: center;
  padding: 35px 10px
}

.success-check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green);
  display: grid;
  place-items: center;
  margin: auto;
  font-size: 27px
}

.success-state h3 {
  font-family: "Playfair Display", serif;
  font-size: 37px;
  margin-top: 20px
}

.success-state p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
  margin-top: 10px
}

/* RESPONSIVE */
@media(max-width:950px) {
  .nav-links {
    display: none
  }

  .menu-btn {
    display: grid;
    place-items: center
  }

  .nav-actions .nav-join {
    display: none
  }

  .hero-grid,
  .focus-grid,
  .split,
  .story-grid,
  .form-cta-grid {
    grid-template-columns: 1fr
  }

  .hero {
    padding-top: 125px
  }

  .hero-visual {
    height: 500px
  }

  .steps,
  .audience-grid,
  .benefit-grid {
    grid-template-columns: 1fr 1fr
  }

  .process {
    grid-template-columns: 1fr 1fr
  }

  .split-photo,
  .story-image {
    height: 480px
  }

  .form-cta-grid {
    gap: 40px
  }
}

@media(max-width:650px) {
  .container {
    width: calc(100% - 28px)
  }

  .section {
    padding: 78px 0
  }

  .hero {
    padding: 115px 0 40px
  }

  .hero h1 {
    font-size: 50px
  }

  .hero-copy {
    font-size: 15px
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch
  }

  .hero-actions .btn {
    width: 100%
  }

  .hero-visual {
    height: 430px;
    margin-top: -10px
  }

  .hero-photo {
    width: 285px;
    height: 385px
  }

  .hero-ring {
    width: 370px;
    height: 370px
  }

  .float-card.one {
    left: -4px;
    top: 80px
  }

  .float-card.two {
    right: -5px;
    bottom: 65px
  }

  .float-card.three {
    right: 5px;
    top: 35px
  }

  .steps,
  .audience-grid,
  .benefit-grid,
  .process {
    grid-template-columns: 1fr
  }

  .split-photo,
  .story-image {
    height: 420px
  }

  .footer-top {
    flex-direction: column
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px
  }

  .modal {
    padding: 27px 17px
  }

  .modal-heading h2 {
    font-size: 34px
  }

  .role-grid {
    grid-template-columns: 1fr
  }

  .role {
    padding: 18px
  }

  .focus-hero {
    padding-top: 115px
  }

  .focus-copy h1 {
    font-size: 50px
  }

  .focus-visual {
    height: 450px
  }

  .focus-main-image {
    width: 290px;
    height: 390px;
    margin: auto
  }

  .photo-badge {
    left: 0;
    top: 90px
  }

  .metric-card {
    right: 0;
    bottom: 20px
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .form-cta {
    padding: 75px 0
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}

.page-hero {
  padding: 150px 0 85px;
  background: var(--cream);
  position: relative;
  overflow: hidden
}

.page-hero:before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -250px;
  top: -180px;
  background: rgba(204, 224, 211, .55);
  filter: blur(85px)
}

.page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center
}

.page-hero h1 {
  font-size: clamp(52px, 6vw, 78px);
  margin-top: 18px
}

.page-hero h1 em {
  color: var(--green);
  font-style: italic
}

.page-hero p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
  margin: 22px 0
}

.page-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: var(--shadow)
}

.content-section {
  padding: 100px 0;
  background: var(--paper)
}

.content-section.alt {
  background: var(--cream)
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center
}

.content-copy h2 {
  font-size: clamp(40px, 5vw, 60px);
  margin: 14px 0 20px
}

.content-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
  margin-top: 12px
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 52px
}

.info-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--paper);
  transition: .3s
}

.alt .info-card {
  background: #fff
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.info-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--sage);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 20px
}

.info-card h3 {
  font-size: 18px
}

.info-card p,
.info-card li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted)
}

.info-card ul {
  padding-left: 18px;
  margin-top: 12px
}

.wide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 45px
}

.list-card {
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px
}

.list-card h3 {
  font-size: 16px;
  margin-bottom: 8px
}

.list-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65
}

.step-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: start
}

.step-big {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: var(--green)
}

.step-row h3 {
  font-size: 21px
}

.step-row p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin-top: 8px
}

.faq-wrap {
  max-width: 920px;
  margin: 50px auto 0
}

.faq-group {
  margin-bottom: 45px
}

.faq-group h2 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px
}

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  margin: 9px 0;
  overflow: hidden
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  background: transparent;
  padding: 19px 20px;
  font-weight: 700;
  color: var(--charcoal)
}

.faq-q span:last-child {
  color: var(--green);
  font-size: 20px
}

.faq-a {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75
}

.faq-item.open .faq-a {
  display: block
}

.faq-item.open .faq-q span:last-child {
  transform: rotate(45deg)
}

.waitlist-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 45px
}

.wait-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--paper)
}

.wait-card h3 {
  font-size: 18px;
  margin: 14px 0 8px
}

.wait-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.video-box {
  min-height: 390px;
  border-radius: 32px;
  background: linear-gradient(145deg, #23483d, #718e84);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.play {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  animation: float 4s ease-in-out infinite
}

.script-list {
  display: grid;
  gap: 12px;
  margin-top: 25px
}

.script-line {
  display: flex;
  gap: 14px;
  padding: 15px;
  background: var(--cream);
  border-radius: 15px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6
}

.script-line b {
  color: var(--green);
  flex: none
}

.support-box {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 27px
}

.support-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px
}

.support-box p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 10px
}

@media(max-width:950px) {

  .page-hero-grid,
  .content-grid {
    grid-template-columns: 1fr
  }

  .page-image {
    height: 440px
  }

  .card-grid {
    grid-template-columns: 1fr 1fr
  }

  .waitlist-cards {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:650px) {
  .page-hero {
    padding: 120px 0 65px
  }

  .page-hero h1 {
    font-size: 50px
  }

  .page-image {
    height: 390px
  }

  .card-grid,
  .wide-list,
  .waitlist-cards {
    grid-template-columns: 1fr
  }

  .content-section {
    padding: 75px 0
  }

  .step-row {
    grid-template-columns: 55px 1fr
  }

  .faq-q {
    font-size: 13px
  }
}

/* v2 visual polish */
body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

.nav-links {
  font-weight: 600
}

.brand {
  letter-spacing: -.035em
}

.hero h1,
.focus-copy h1 {
  font-weight: 600
}

.hero-copy,
.focus-copy>p {
  letter-spacing: -.012em
}

.btn {
  letter-spacing: -.01em
}

.hero-form-card {
  position: relative;
  z-index: 5;
  background: rgba(255, 253, 248, .95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 30px;
  padding: 27px;
  box-shadow: 0 35px 90px rgba(15, 82, 87, .17);
  width: min(100%, 470px);
  margin-left: auto
}

.hero-form-card:before {
  content: "";
  position: absolute;
  inset: -10px -10px auto auto;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--aqua);
  z-index: -1;
  display: none;
}

.hero-form-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px
}

.hero-form-top h3 {
  font-family: "Playfair Display", serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.035em
}

.hero-form-top p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.55;
  margin-top: 7px
}

.hero-form-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: none
}

.hero-form-card .form-field {
  margin-bottom: 11px
}

.hero-form-card .form-field input,
.hero-form-card .form-field select {
  padding: 12px 13px;
  border-radius: 12px;
  font-size: 12px
}

.hero-form-card .form-field label {
  font-size: 13px;
  letter-spacing: .02em
}

.hero-form-photo {
  position: absolute;
  left: -45px;
  bottom: -30px;
  width: 145px;
  height: 185px;
  border-radius: 80px 80px 18px 18px;
  object-fit: cover;
  box-shadow: 0 20px 45px rgba(20, 40, 36, .18);
  transform: rotate(-6deg);
  border: 7px solid var(--cream);
  display: none;
}

.focus-grid.with-form {
  grid-template-columns: 1fr 1fr;
  gap: 55px
}

.focus-visual.form-visual {
  height: auto;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative
}

.form-floating-note {
  position: absolute;
  right: -15px;
  top: 70px;
  background: #fff;
  padding: 12px 14px;
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(15, 82, 87, .12);
  font-size: 10px;
  font-weight: 700;
  color: var(--green);
  z-index: 4;
  display: none;
}

.form-floating-note span {
  display: block;
  color: #89928e;
  font-weight: 500;
  margin-top: 3px
}

.modal .role-icon {
  background: var(--green)
}

.modal-backdrop {
  background: rgba(7, 39, 42, .66)
}

@media(max-width:950px) {
  .focus-grid.with-form {
    grid-template-columns: 1fr
  }

  .focus-visual.form-visual {
    min-height: auto;
    justify-content: center
  }

  .hero-form-card {
    margin: 0 auto
  }

  .form-floating-note {
    right: 2%;
    top: 25px
  }

  .hero-form-photo {
    left: -10px
  }
}

@media(max-width:650px) {
  .hero-form-card {
    padding: 21px;
    border-radius: 24px
  }

  .hero-form-top h3 {
    font-size: 27px
  }

  .hero-form-photo {
    width: 100px;
    height: 135px;
    left: -8px;
    bottom: -20px
  }

  .form-floating-note {
    right: -3px;
    top: 10px
  }

  .focus-visual.form-visual {
    padding-top: 20px
  }

  .hero-form-card .form-row {
    grid-template-columns: 1fr 1fr
  }
}