@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root {
  --ink:#202623;
  --muted:#6f7572;
  --line:#dce0dc;
  --paper:#fafbf9;
  --green:#eaf0e8;
  --dark:#25352d;
  --font:'DM Sans',Arial,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  -webkit-font-smoothing:antialiased
}

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

button, input, select {
  font:inherit
}

a, button {
  -webkit-tap-highlight-color:transparent
}

button, a, input, select {
  outline-offset:5px
}

::selection {
  background:#d4dfcf
}

.skip {
  position:fixed;
  top:-60px;
  left:20px;
  z-index:10;
  background:white;
  padding:15px
}

.skip:focus {
  top:10px
}

.header {
  position:absolute;
  z-index:5;
  top:25px;
  left:50%;
  transform:translateX(-50%);
  max-width:1110px;
  width:calc(100% - 96px);
  height:74px;
  border:1px solid #dedfdb;
  background:#ffffffdc;
  backdrop-filter:blur(12px);
  border-radius:60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px 10px 25px;
  gap:30px
}

.brand {
  display:flex;
  align-items:center;
  font-size:21px;
  font-weight:650;
  letter-spacing:-.9px;
  white-space:nowrap
}

.header nav {
  display:flex;
  gap:29px;
  align-items:center
}

.header nav a {
  font-size:14px;
  color:#666e67;
  transition:color .2s
}

.header nav a:hover, .header nav a[aria-current] {
  color:var(--ink)
}

.button {
  min-height:54px;
  min-width:165px;
  padding:15px 24px;
  border:1px solid transparent;
  border-radius:50px;
  display:inline-flex;
  justify-content:center;
  gap:32px;
  align-items:center;
  font-size:14px;
  font-weight:500;
  transition:background .2s,transform .2s;
  cursor:pointer
}

.button:hover {
  transform:translateY(-2px)
}

.button.dark {
  background:var(--ink);
  color:#fff
}

.button.dark:hover {
  background:#3a4940
}

.button.light {
  background:#ffffff8a;
  border-color:#d6dad5
}

.button.light:hover {
  background:white
}

.button.small {
  min-height:49px;
  min-width:auto;
  padding:12px 22px;
  gap:23px
}

.menu-toggle {
  display:none
}

.hero {
  position:relative;
  min-height:850px;
  height:100svh;
  max-height:1120px;
  background:radial-gradient(ellipse at 50% 46%,#ffffff 12%,#f2f4ef 63%,#e5ebe3 110%);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:155px 24px 140px;
  border-bottom:1px solid var(--line)
}

.hero-inner {
  margin-top:24px
}

.eyebrow, .overline {
  font-size:11px;
  font-weight:600;
  letter-spacing:1.9px
}

.eyebrow {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:30px;
  color:#5b675f
}

.little-line {
  width:20px;
  height:1px;
  background:#778777
}

h1 {
  font-size:clamp(52px,5.65vw,84px);
  font-weight:500;
  line-height:1.07;
  letter-spacing:-4px;
  margin:0 0 27px
}

h1 span {
  color:#7a847c
}

.hero p {
  font-size:18px;
  line-height:1.65;
  color:#646e65;
  margin:0 auto 33px;
  max-width:570px
}

.mobile-break {
  display:none
}

.hero-actions {
  display:flex;
  gap:12px;
  justify-content:center
}

.hero-note {
  margin-top:25px;
  color:#7a827a;
  font-size:12px
}

.hero-bottom {
  position:absolute;
  bottom:30px;
  left:48px;
  right:48px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#768074;
  font-size:11px
}

.hero-bottom>a {
  letter-spacing:1.5px;
  font-size:10px;
  display:flex;
  gap:15px;
  align-items:center
}

.hero-bottom>a span {
  font-size:18px
}

.hero-bottom>span:last-child {
  letter-spacing:1px;
  font-size:9px
}

.section {
  max-width:1200px;
  margin:auto;
  padding:100px 48px
}

h2 {
  font-size:44px;
  letter-spacing:-1.9px;
  line-height:1.15;
  font-weight:500;
  margin:0 0 27px
}

h2 span {
  color:#8b918a
}

.overline {
  font-size:10px;
  letter-spacing:1.6px;
  color:#687365;
  margin-bottom:34px
}

.audience-detail {
  font-size:12px;
  color:#4e594d;
  margin-bottom:37px
}

h3 {
  font-size:19px;
  font-weight:500;
  letter-spacing:-.4px;
  margin:32px 0 15px
}

.closing {
  background:#e9eee5;
  text-align:center;
  padding:85px 24px 90px
}

.closing .overline {
  margin-bottom:23px
}

.closing h2 {
  font-size:48px;
  margin-bottom:20px
}

.closing p {
  font-size:15px;
  color:#6a7666;
  margin-bottom:30px
}

.closing-note {
  display:block;
  font-size:11px;
  color:#77816f;
  margin-top:19px
}

footer {
  max-width:1440px;
  margin:auto;
  display:flex;
  gap:25px;
  align-items:center;
  padding:45px 48px;
  flex-wrap:wrap
}

footer .brand {
  font-size:17px
}

footer>span {
  font-size:12px;
  color:#848b80
}

footer>div {
  display:flex;
  gap:25px;
  margin-left:auto;
  font-size:12px
}

footer small {
  width:100%;
  border-top:1px solid var(--line);
  padding-top:20px;
  font-size:10px;
  color:#91968d;
  margin-top:12px
}

.subhero {
  min-height:640px;
  max-height:none;
  height:auto;
  padding-top:205px;
  padding-bottom:110px
}

.subhero h1 {
  font-size:70px
}

.subhero .hero-inner {
  margin:0
}

.subhero p {
  max-width:590px
}

.benefit-strip {
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:center;
  gap:65px;
  padding:25px;
  font-size:13px
}

.benefit-strip span::before {
  content:'✓';
  margin-right:11px;
  color:#64765e
}

.faq {
  max-width:870px;
  padding-top:20px
}

.faq h2 {
  font-size:35px;
  margin-bottom:35px
}

details {
  border-top:1px solid var(--line);
  padding:23px 0
}

details:last-child {
  border-bottom:1px solid var(--line)
}

summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:16px;
  font-weight:500
}

summary::after {
  content:'+';
  color:#7c8678;
  font-size:22px;
  line-height:1
}

details[open] summary::after {
  content:'−'
}

details p {
  font-size:15px;
  line-height:1.8;
  color:#6b7566;
  margin:18px 40px 0 0
}

.contact-page {
  padding:190px 24px 100px;
  max-width:670px;
  margin:auto;
  min-height:80vh
}

.contact-page h1 {
  font-size:52px;
  letter-spacing:-2px
}

.contact-page>p {
  color:#737d6d;
  line-height:1.8
}

.contact-form {
  margin-top:35px
}

.field {
  display:flex;
  flex-direction:column;
  gap:9px;
  margin:20px 0
}

.field label {
  font-size:14px
}

.field input, .field select {
  border:1px solid #cdd4c8;
  padding:15px 16px;
  border-radius:5px;
  background:white;
  min-height:52px;
  width:100%
}

.form-note {
  font-size:12px;
  color:#7d8677;
  line-height:1.7
}

.contact-form .button {
  margin-top:8px
}

.contact-status {
  padding:20px;
  background:#eaf0e6;
  line-height:1.7;
  border-radius:5px;
  margin-top:20px
}

.contact-status a {
  text-decoration:underline
}

.contact-page .overline {
  margin-bottom:25px
}

.hidden {
  display:none!important
}

@media(min-width:1600px) {
  .hero-inner {
    margin-top:70px
  }

  .header {
    top:30px
  }

  .hero-bottom {
    bottom:40px
  }

}

@media(max-width:900px) {
  .header {
    width:calc(100% - 40px);
    gap:18px;
    padding-left:20px
  }

  .header nav {
    gap:20px
  }

  .nav-how {
    display:none
  }

  .hero {
    min-height:760px
  }

  h1 {
    font-size:66px;
    letter-spacing:-3px
  }

  .section {
    padding-left:30px;
    padding-right:30px
  }

  .benefit-strip {
    gap:25px
  }

  footer {
    padding:35px 30px
  }

  footer>span {
    display:none
  }

  .hero-bottom {
    left:30px;
    right:30px
  }

  .hero-bottom>span:last-child {
    display:none
  }

  .subhero h1 {
    font-size:60px
  }

}

@media(max-width:600px) {
  .header {
    top:16px;
    height:63px;
    width:calc(100% - 28px);
    padding:9px 17px;
    gap:10px
  }

  .brand {
    font-size:19px
  }

  .header-cta {
    display:none
  }

  .menu-toggle {
    display:block;
    border:0;
    background:transparent;
    font-size:22px;
    padding:6px 9px
  }

  .header nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    padding:24px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }

  .header nav.open {
    display:flex
  }

  .header nav a {
    padding:14px;
    font-size:16px
  }

  .nav-how {
    display:block
  }

  .hero {
    height:90svh;
    min-height:690px;
    max-height:850px;
    padding:130px 20px 110px
  }

  .hero-inner {
    margin-top:0
  }

  .eyebrow {
    font-size:9px;
    letter-spacing:1.3px;
    margin-bottom:29px
  }

  h1 {
    font-size:49px;
    letter-spacing:-2.5px;
    line-height:1.08
  }

  .hero p {
    font-size:16px;
    line-height:1.7;
    margin-bottom:29px
  }

  .mobile-break {
    display:block
  }

  .button {
    min-width:144px;
    padding:14px 20px;
    gap:20px;
    font-size:13px;
    min-height:51px
  }

  .hero-actions {
    gap:10px
  }

  .hero-note {
    font-size:10px;
    margin-top:22px
  }

  .hero-bottom {
    left:23px;
    right:23px;
    bottom:24px
  }

  .hero-bottom>span {
    font-size:10px
  }

  .hero-bottom>a {
    font-size:8px;
    gap:8px
  }

  .section {
    padding:65px 24px
  }

  h2 {
    font-size:35px;
    letter-spacing:-1.4px
  }

  .audience-detail {
    margin-bottom:28px
  }

  .closing {
    padding:65px 24px
  }

  .closing h2 {
    font-size:36px
  }

  .closing p {
    line-height:1.7;
    font-size:14px
  }

  footer {
    padding:35px 24px;
    gap:25px
  }

  footer>div {
    width:100%;
    margin:0;
    gap:24px
  }

  footer small {
    margin-top:0
  }

  .subhero {
    height:auto;
    min-height:610px;
    padding-top:150px;
    padding-bottom:70px
  }

  .subhero h1 {
    font-size:47px
  }

  .benefit-strip {
    flex-direction:column;
    align-items:center;
    gap:14px;
    padding:24px
  }

  .faq {
    padding-top:0
  }

  .faq h2 {
    font-size:32px
  }

  .contact-page {
    padding-top:140px
  }

  .contact-page h1 {
    font-size:43px
  }

  .contact-page .overline {
    font-size:9px
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  * {
    transition:none!important
  }

}

.eyebrow, .overline, .hero-note, .hero-bottom, .hero-bottom>a, .hero-bottom>span, .hero-bottom>span:last-child, .closing-note, footer small, .contact-page .overline {
  font-size:12px
}

.audience-detail, footer>div {
  font-size:14px
}

details p, .closing p {
  font-size:16px
}

@media(max-width:600px) {
  .hero-bottom>span {
    display:none
  }

  .hero-bottom {
    justify-content:center
  }

  .eyebrow {
    letter-spacing:.8px;
    font-size:11px
  }

}

.brand-logo {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:40px;
  height:48px;
  flex:0 0 40px;
  margin-right:10px;
  mix-blend-mode:multiply
}

.brand-logo img {
  position:absolute;
  width:84px;
  height:84px;
  max-width:none;
  left:-23px;
  top:-18px
}

footer .brand-logo {
  transform:scale(.85);
  transform-origin:left center;
  margin-right:4px
}

@media(max-width:600px) {
  .header .brand-logo {
    transform:scale(.85);
    transform-origin:left center;
    margin-right:4px
  }

}

.header {
  position:fixed;
  transition:padding .256s ease,top .256s ease,width .256s ease,max-width .256s ease,border-radius .256s ease,box-shadow .256s ease,background-color .256s ease
}

.header.is-scrolled {
  top:0;
  width:100%;
  max-width:100%;
  border-radius:0;
  border-width:0 0 1px;
  background:#ffffffed;
  box-shadow:0 3px 18px #20262308;
  padding-left:max(24px,calc((100vw - 1060px)/2));
  padding-right:max(24px,calc((100vw - 1086px)/2))
}

@media(max-width:600px) {
  .header.is-scrolled {
    padding-left:20px;
    padding-right:20px
  }

  .header.is-scrolled nav {
    top:63px;
    border-radius:0 0 20px 20px
  }

}

@media(prefers-reduced-motion:reduce) {
  .header {
    transition:none
  }

}
