._2r3UiG_page {
  --background: #fff7e7;
  --surface: #fff;
  --ink: #162d4a;
  --muted: #5c6875;
  --accent: #f1644b;
  --accent-2: #8bc9dc;
  --soft: #f6d77d;
  --line: #162d4a26;
  background: var(--background);
  color: var(--ink);
  min-height: 100vh;
  font-family: Avenir Next, Avenir, Nunito Sans, system-ui, sans-serif;
}

._2r3UiG_night {
  --background: #0d173d;
  --surface: #17234f;
  --ink: #fff7e7;
  --muted: #b8bad9;
  --accent: #b9a2ff;
  --accent-2: #9de2c5;
  --soft: #ffc68a;
  --line: #fff7e729;
}

._2r3UiG_garage {
  --background: #e5f4ea;
  --surface: #f8fff9;
  --ink: #103b3b;
  --muted: #4c6e68;
  --accent: #1649c6;
  --accent-2: #ff725d;
  --soft: #b7dfc6;
  --line: #103b3b26;
}

._2r3UiG_shell {
  width: min(1160px, 100% - 48px);
  margin-inline: auto;
}

._2r3UiG_header {
  justify-content: space-between;
  align-items: center;
  height: 84px;
  display: flex;
}

._2r3UiG_brand {
  letter-spacing: -.04em;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
}

._2r3UiG_brand svg {
  width: 38px;
  height: 38px;
}

._2r3UiG_nav {
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

._2r3UiG_navLink {
  color: var(--muted);
}

._2r3UiG_navButton, ._2r3UiG_primaryButton, ._2r3UiG_secondaryButton {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: inline-flex;
}

._2r3UiG_navButton {
  border: 1px solid var(--line);
  padding: 11px 17px;
}

._2r3UiG_hero {
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  min-height: 680px;
  padding-block: 72px 96px;
  display: grid;
}

._2r3UiG_kicker {
  color: var(--accent);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}

._2r3UiG_kicker:before {
  content: "";
  background: currentColor;
  border-radius: 999px;
  width: 9px;
  height: 9px;
}

._2r3UiG_title {
  letter-spacing: -.065em;
  max-width: 650px;
  margin: 0;
  font-family: Arial Rounded MT Bold, Avenir Next, system-ui, sans-serif;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: .98;
}

._2r3UiG_titleAccent {
  color: var(--accent);
}

._2r3UiG_lede {
  color: var(--muted);
  max-width: 590px;
  margin: 26px 0 0;
  font-size: 19px;
  line-height: 1.62;
}

._2r3UiG_actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

._2r3UiG_primaryButton, ._2r3UiG_secondaryButton {
  min-height: 54px;
  padding: 0 23px;
}

._2r3UiG_primaryButton {
  background: var(--accent);
  color: var(--background);
}

._2r3UiG_sunday ._2r3UiG_primaryButton {
  color: #fff;
}

._2r3UiG_secondaryButton {
  border: 1px solid var(--line);
}

._2r3UiG_smallNote {
  color: var(--muted);
  margin-top: 17px;
  font-size: 13px;
}

._2r3UiG_heroArt {
  background: var(--accent-2);
  border-radius: 36% 64% 58% 42% / 42% 40% 60% 58%;
  padding: 12px;
  overflow: hidden;
  transform: rotate(1.5deg);
}

._2r3UiG_night ._2r3UiG_heroArt {
  box-shadow: 18px 18px 0 var(--accent);
  border-radius: 34px 90px;
}

._2r3UiG_garage ._2r3UiG_heroArt {
  border: 3px solid var(--ink);
  box-shadow: 13px 13px 0 var(--accent-2);
  border-radius: 72px 28px;
}

._2r3UiG_heroArt img {
  aspect-ratio: 3 / 2;
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: auto;
}

._2r3UiG_promiseStrip {
  border-block: 1px solid var(--line);
}

._2r3UiG_promises {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  display: grid;
}

._2r3UiG_promise {
  padding: 25px 30px;
}

._2r3UiG_promise + ._2r3UiG_promise {
  border-left: 1px solid var(--line);
}

._2r3UiG_promise strong, ._2r3UiG_promise span {
  display: block;
}

._2r3UiG_promise strong {
  margin-bottom: 5px;
  font-size: 15px;
}

._2r3UiG_promise span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

._2r3UiG_section {
  padding-block: 112px;
}

._2r3UiG_sectionHeading {
  max-width: 680px;
}

._2r3UiG_sectionHeading h2, ._2r3UiG_sampleCopy h2, ._2r3UiG_articleCopy h2, ._2r3UiG_cta h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-family: Arial Rounded MT Bold, Avenir Next, system-ui, sans-serif;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.02;
}

._2r3UiG_sectionHeading p, ._2r3UiG_sampleCopy > p, ._2r3UiG_articleCopy > p, ._2r3UiG_cta > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

._2r3UiG_steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
  display: grid;
}

._2r3UiG_step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  min-height: 250px;
  padding: 28px;
}

._2r3UiG_stepNumber {
  background: var(--soft);
  color: var(--ink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 13px;
  font-weight: 900;
  display: flex;
}

._2r3UiG_step h3 {
  letter-spacing: -.035em;
  margin: 42px 0 9px;
  font-size: 22px;
}

._2r3UiG_step p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

._2r3UiG_sampleSection {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

._2r3UiG_sampleGrid {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 84px;
  padding-block: 104px;
  display: grid;
}

._2r3UiG_sampleCard {
  background: var(--background);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 30px;
}

._2r3UiG_sampleLabel {
  color: var(--accent);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

._2r3UiG_wave {
  align-items: center;
  gap: 4px;
  height: 66px;
  margin: 18px 0;
  display: flex;
}

._2r3UiG_wave i {
  background: var(--accent);
  border-radius: 99px;
  width: 6px;
  height: 18px;
  display: block;
}

._2r3UiG_wave i:nth-child(2) {
  height: 34px;
}

._2r3UiG_wave i:nth-child(3) {
  height: 48px;
}

._2r3UiG_wave i:nth-child(4) {
  height: 28px;
}

._2r3UiG_wave i:nth-child(5) {
  height: 57px;
}

._2r3UiG_wave i:nth-child(6) {
  height: 38px;
}

._2r3UiG_wave i:nth-child(7) {
  height: 22px;
}

._2r3UiG_wave i:nth-child(8) {
  height: 45px;
}

._2r3UiG_wave i:nth-child(9) {
  height: 62px;
}

._2r3UiG_wave i:nth-child(10) {
  height: 31px;
}

._2r3UiG_wave i:nth-child(11) {
  height: 51px;
}

._2r3UiG_wave i:nth-child(12) {
  height: 26px;
}

._2r3UiG_wave i:nth-child(13) {
  height: 42px;
}

._2r3UiG_sampleCard h3 {
  letter-spacing: -.04em;
  margin: 0 0 9px;
  font-size: 27px;
}

._2r3UiG_sampleCard p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

._2r3UiG_sampleNext {
  border-top: 1px solid var(--line);
  color: var(--ink);
  margin-top: 22px;
  padding-top: 19px;
  font-size: 14px;
  font-weight: 800;
}

._2r3UiG_article {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

._2r3UiG_articleVisual {
  aspect-ratio: 4 / 3;
  background: var(--soft);
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2r3UiG_articleVisual svg {
  width: 72%;
  height: 72%;
}

._2r3UiG_articleLink {
  color: var(--accent);
  margin-top: 10px;
  font-weight: 900;
  display: inline-flex;
}

._2r3UiG_ctaWrap {
  padding-bottom: 96px;
}

._2r3UiG_cta {
  background: var(--ink);
  color: var(--background);
  text-align: center;
  border-radius: 42px;
  padding: clamp(42px, 7vw, 84px);
}

._2r3UiG_cta > p {
  color: var(--accent-2);
  max-width: 560px;
  margin-inline: auto;
}

._2r3UiG_cta ._2r3UiG_primaryButton {
  background: var(--accent-2);
  color: var(--ink);
  margin-top: 18px;
}

._2r3UiG_footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  min-height: 104px;
  font-size: 13px;
  display: flex;
}

._2r3UiG_chooser {
  color: #18252d;
  background: #f4f1e9;
  min-height: 100vh;
  padding: 72px 0 96px;
  font-family: Avenir Next, Avenir, system-ui, sans-serif;
}

._2r3UiG_chooserIntro {
  max-width: 700px;
  margin-bottom: 48px;
}

._2r3UiG_chooserIntro h1 {
  letter-spacing: -.06em;
  margin: 0 0 18px;
  font-family: Arial Rounded MT Bold, Avenir Next, system-ui, sans-serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1;
}

._2r3UiG_chooserIntro p {
  color: #607078;
  font-size: 18px;
  line-height: 1.6;
}

._2r3UiG_conceptGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  display: grid;
}

._2r3UiG_conceptCard {
  background: #fff;
  border: 1px solid #18252d1f;
  border-radius: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

._2r3UiG_conceptCard img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

._2r3UiG_conceptCardBody {
  flex-direction: column;
  flex: 1;
  padding: 26px;
  display: flex;
}

._2r3UiG_conceptCardBody h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 25px;
}

._2r3UiG_conceptCardBody p {
  color: #607078;
  margin: 10px 0 24px;
  line-height: 1.55;
}

._2r3UiG_conceptCardBody span {
  margin-top: auto;
  font-weight: 900;
}

@media (width <= 900px) {
  ._2r3UiG_hero, ._2r3UiG_sampleGrid, ._2r3UiG_article {
    grid-template-columns: 1fr;
  }

  ._2r3UiG_hero {
    padding-block: 54px 80px;
  }

  ._2r3UiG_heroCopy {
    max-width: 680px;
  }

  ._2r3UiG_steps, ._2r3UiG_conceptGrid {
    grid-template-columns: 1fr;
  }

  ._2r3UiG_step {
    min-height: 0;
  }

  ._2r3UiG_step h3 {
    margin-top: 28px;
  }

  ._2r3UiG_articleVisual {
    order: 2;
  }
}

@media (width <= 640px) {
  ._2r3UiG_shell {
    width: min(100% - 32px, 1160px);
  }

  ._2r3UiG_header {
    height: 72px;
  }

  ._2r3UiG_navLink {
    display: none;
  }

  ._2r3UiG_nav {
    gap: 8px;
  }

  ._2r3UiG_hero {
    gap: 48px;
    min-height: 0;
  }

  ._2r3UiG_title {
    font-size: clamp(48px, 15vw, 68px);
  }

  ._2r3UiG_lede {
    font-size: 17px;
  }

  ._2r3UiG_promises {
    grid-template-columns: 1fr;
    padding-block: 10px;
  }

  ._2r3UiG_promise {
    padding: 18px 0;
  }

  ._2r3UiG_promise + ._2r3UiG_promise {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  ._2r3UiG_section {
    padding-block: 78px;
  }

  ._2r3UiG_sampleGrid {
    gap: 48px;
    padding-block: 78px;
  }

  ._2r3UiG_article {
    gap: 42px;
  }

  ._2r3UiG_ctaWrap {
    padding-bottom: 64px;
  }

  ._2r3UiG_cta {
    border-radius: 30px;
  }

  ._2r3UiG_footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  ._2r3UiG_chooser {
    padding-top: 48px;
  }
}

