:root {
  --orange: #ff5a00;
  --blue: #2189ee;
  --mint: #64dc89;
  --cream: #fff3e4;
  --ink: #303030;
  --flat-black: #1d1d1d;
  --paper: #ffffff;
  --radius: 28px;
  --shadow: 9px 9px 0 #1f1f1f;
  --page-gutter: clamp(26px, 4vw, 56px);
  --content-max: 1320px;
  --section-y: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 0 var(--page-gutter);
  background: rgba(255, 90, 0, 0.95);
  backdrop-filter: blur(12px);
}

.brand,
h1,
h2,
h3,
.step-number {
  font-family: "Bowlby One SC", Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  text-decoration: none;
  transform: translateX(-8px);
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 30px;
  font-weight: 900;
}

.site-nav a {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
}

.site-nav a:first-child,
.site-nav a.active,
.site-nav a:hover {
  border-color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta {
  gap: 14px;
  min-width: 214px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  box-shadow: 5px 5px 0 rgba(31, 31, 31, 0.35);
}

.nav-cta,
.button-dark {
  background: var(--flat-black);
  color: white;
}

.button-light {
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-3px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.menu-button {
  display: none;
}

.section-orange {
  background: var(--orange);
  box-shadow: 0 0 0 100vmax var(--orange);
  clip-path: inset(0 -100vmax);
}

.section-blue {
  background: var(--blue);
  color: var(--cream);
  box-shadow: 0 0 0 100vmax var(--blue);
  clip-path: inset(0 -100vmax);
}

.section-cream {
  background: var(--cream);
  box-shadow: 0 0 0 100vmax var(--cream);
  clip-path: inset(0 -100vmax);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(420px, 1.08fr);
  gap: 28px;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-max));
  min-height: 860px;
  margin: 0 auto;
  padding: var(--section-y) 0 94px;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 10;
  align-self: center;
  max-width: 760px;
}

.sticker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 11px 18px;
  background: var(--cream);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-2deg);
}

.sticker-dark {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--cream);
  box-shadow: none;
}

h1 {
  margin: 34px 0 0;
  font-size: clamp(58px, 6.2vw, 112px);
  line-height: 0.82;
}

.hero p {
  max-width: 650px;
  margin: 34px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero-demo-button {
  justify-content: space-between;
  gap: 36px;
  min-width: 300px;
  min-height: 82px;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: var(--orange);
  color: #050505;
  box-shadow: 9px 9px 0 #1f1f1f;
  font-size: 20px;
}

.hero-collage {
  position: relative;
  z-index: 2;
  min-height: 660px;
}

.shape {
  position: absolute;
  border-radius: 42%;
}

.shape-mint {
  top: 30%;
  right: -45%;
  width: 122%;
  height: 79%;
  background: var(--mint);
  transform: rotate(-4deg);
}

.shape-blue {
  left: -78%;
  bottom: -66%;
  width: 160%;
  height: 86%;
  background: var(--blue);
  transform: rotate(-5deg);
}

.hero-photo {
  position: absolute;
  inset: 12% 8% auto 8%;
  height: 390px;
  margin: 0;
  overflow: hidden;
  border: 5px solid var(--ink);
  border-radius: 36px;
  background: white;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(2deg);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.burst {
  position: absolute;
  z-index: 7;
  top: 38px;
  left: 2%;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  background: var(--blue);
  color: var(--flat-black);
  clip-path: polygon(50% 0%, 61% 18%, 79% 8%, 82% 29%, 100% 33%, 88% 50%, 100% 67%, 80% 71%, 78% 92%, 60% 82%, 50% 100%, 39% 82%, 21% 92%, 18% 71%, 0% 67%, 12% 50%, 0% 33%, 18% 29%, 21% 8%, 39% 18%);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-12deg);
}

.album-tag {
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 56px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 16px 22px;
  background: var(--mint);
  box-shadow: 6px 6px 0 var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(6deg);
}

.phone-frame,
.flow-device {
  overflow: hidden;
  margin: 0;
  border: 5px solid var(--ink);
  border-radius: 42px;
  background: var(--ink);
  padding: 9px;
  box-shadow: 12px 12px 0 var(--blue);
}

.phone-frame {
  position: absolute;
  z-index: 8;
  right: -1%;
  bottom: 22px;
  width: 235px;
  transform: rotate(7deg);
}

.phone-frame img,
.flow-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-card {
  position: absolute;
  z-index: 6;
  left: 2%;
  bottom: 12px;
  width: 330px;
  margin: 0;
  border: 5px solid var(--ink);
  border-radius: 30px;
  background: var(--ink);
  padding: 30px;
  box-shadow: 9px 9px 0 var(--mint);
  transform: rotate(-3deg);
}

.proof,
.flow,
.audiences,
.contact {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-max));
  margin: 0 auto;
  padding: var(--section-y) 0;
}

.proof-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
  gap: 56px;
  align-items: center;
  max-width: var(--content-max);
  margin: 0 auto;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  min-height: 440px;
  padding: 42px 48px;
  box-shadow: var(--shadow);
}

.proof h2,
.section-head h2,
.audience-head h2,
.contact-form h2 {
  margin: 18px 0 0;
  font-size: 74px;
  line-height: 0.9;
}

.proof-logos {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  grid-template-rows: minmax(130px, auto) minmax(230px, auto);
  align-items: center;
  justify-items: center;
  gap: 28px 52px;
  width: 100%;
  min-height: 360px;
}

.proof-logos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-telluride {
  grid-column: 1 / -1;
  max-width: 600px;
  max-height: 150px;
}

.logo-copper {
  max-width: 240px;
  max-height: 260px;
}

.logo-martis {
  max-width: 310px;
  max-height: 235px;
}

.flow {
  position: relative;
  overflow: hidden;
}

.section-head {
  max-width: 980px;
}

.flow-grid {
  display: grid;
  grid-template-columns: 0.8fr 0.7fr 0.8fr;
  gap: 28px;
  align-items: center;
  max-width: var(--content-max);
  margin: 56px auto 0;
}

.step {
  position: relative;
  overflow: hidden;
  --hover-x: 50%;
  --hover-y: 50%;
  min-height: 330px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.step::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--mint);
  clip-path: circle(0 at var(--hover-x) var(--hover-y));
  content: "";
  pointer-events: none;
  transition: clip-path 360ms ease;
}

.step.is-hovered::before,
.step:focus-within::before {
  clip-path: circle(150% at var(--hover-x) var(--hover-y));
}

.step > * {
  position: relative;
  z-index: 1;
}

.step-wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.step-number {
  display: inline-block;
  font-size: 58px;
}

.step-icon {
  float: right;
  width: 38px;
  height: 38px;
  fill: var(--flat-black);
}

.step h3 {
  margin: 54px 0 0;
  font-size: 42px;
}

.step p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}

.step strong {
  display: inline-flex;
  margin-top: 22px;
  border-radius: 999px;
  padding: 13px 18px;
  background: var(--flat-black);
  color: white;
  text-transform: uppercase;
}

.flow-device {
  width: min(100%, 320px);
  justify-self: center;
  transform: rotate(-4deg);
  box-shadow: 12px 12px 0 var(--mint);
}

.audience-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: end;
  max-width: var(--content-max);
  margin: 0 auto;
}

.audience-head p {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.audience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: var(--content-max);
  margin: 40px auto 22px;
}

.audience-tabs button {
  min-height: 58px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 0 28px;
  background: white;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.audience-tabs button.active {
  background: var(--flat-black);
  color: white;
}

.audience-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  max-width: var(--content-max);
  margin: 0 auto;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--orange);
  padding: 24px;
  box-shadow: var(--shadow);
}

.audience-feature figure {
  position: relative;
  isolation: isolate;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  overflow: clip;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: var(--ink);
}

.audience-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform-origin: center;
  transform: scale(1.08);
}

.audience-feature[data-current-audience="camp"] img {
  object-position: 56% 46%;
  transform: scale(1.2);
}

.audience-feature div {
  align-self: center;
  padding: 16px 12px;
}

.audience-feature span {
  display: inline-block;
  border-radius: 999px;
  padding: 11px 16px;
  background: var(--flat-black);
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-feature h3 {
  margin: 24px 0 0;
  font-size: 58px;
  line-height: 0.96;
}

.audience-feature p {
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
}

.quote-card,
.contact-form {
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 38px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  background: var(--mint);
}

.quote-card .sticker {
  align-self: flex-start;
}

blockquote {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 10px 0;
  font-family: "Bowlby One SC", Impact, sans-serif;
  font-size: clamp(30px, 2.65vw, 40px);
  line-height: 1.16;
  text-transform: uppercase;
}

.person {
  display: flex;
  align-items: center;
  gap: 18px;
}

.person img {
  width: 72px;
  height: 72px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
}

.person p {
  margin: 0;
}

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

.person strong {
  font-weight: 900;
  text-transform: uppercase;
}

.person span {
  margin-top: 5px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: white;
}

.contact-form .eyebrow,
.contact-form h2,
.contact-form p,
.contact-form .button,
.form-status {
  grid-column: 1 / -1;
}

.contact-form p {
  max-width: 720px;
  margin: 6px 0 16px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.contact-form .eyebrow {
  justify-self: start;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  font-size: 14px;
  letter-spacing: 0.18em;
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input {
  min-height: 54px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  padding: 0 16px;
  background: var(--cream);
  font: 700 16px Inter, Arial, sans-serif;
}

textarea {
  min-height: 132px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  padding: 14px 16px;
  background: var(--cream);
  font: 700 16px Inter, Arial, sans-serif;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 4px solid rgba(33, 137, 238, 0.28);
}

.message-field {
  grid-column: 1 / -1;
}

.honeypot-field {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .button {
  justify-self: start;
  cursor: pointer;
}

.contact-submit {
  justify-content: space-between;
  gap: 36px;
  min-width: 300px;
  min-height: 76px;
  border-radius: 22px;
  background: var(--orange);
  color: #050505;
  box-shadow: 9px 9px 0 #1f1f1f;
  font-size: 20px;
}

.form-status {
  min-height: 22px;
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px var(--page-gutter);
  background: #292929;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms ease, transform 640ms ease;
}

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

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(390px, 0.9fr) minmax(390px, 1.1fr);
    gap: 18px;
  }

  h1 {
    font-size: clamp(56px, 5.8vw, 86px);
  }

  .hero p {
    max-width: 560px;
    font-size: 24px;
  }

  .phone-frame {
    right: -1%;
    width: 210px;
  }

  .logo-card {
    left: 0;
    width: 300px;
  }

  .album-tag {
    right: -2%;
    top: 66px;
  }

  .shape-blue {
    left: -72%;
    bottom: -70%;
  }
}

@media (max-width: 1050px) {
  .site-header {
    padding: 0 26px;
  }

  .hero,
  .audience-head,
  .contact {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(64px, 12vw, 94px);
  }

  .hero {
    width: 100%;
    padding: 62px var(--page-gutter) 76px;
    overflow: hidden;
  }

  .hero-collage {
    min-height: 610px;
  }

  .proof,
  .flow,
  .audiences,
  .contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .proof-panel,
  .flow-grid,
  .audience-feature {
    grid-template-columns: 1fr;
  }

  .proof-logos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    min-height: 0;
  }

  .logo-telluride {
    max-width: 560px;
  }

  .flow-device {
    order: -1;
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 22px;
  }

  .site-header {
    position: sticky;
    grid-template-columns: auto auto;
    top: 0;
    z-index: 100;
    min-height: 72px;
    padding: 0 var(--page-gutter);
  }

  .brand {
    font-size: 34px;
  }

  .menu-button {
    justify-self: end;
    display: grid;
    gap: 6px;
    width: 46px;
    height: 42px;
    border: 3px solid var(--ink);
    border-radius: 14px;
    background: var(--cream);
    place-content: center;
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 3px;
    background: var(--ink);
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 16px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom-color: rgba(16, 16, 16, 0.25);
  }

  .nav-cta {
    display: none;
  }

  h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(50px, 13.5vw, 58px);
  }

  .hero p {
    font-size: 22px;
  }

  .hero-demo-button {
    min-width: 100%;
  }

  .hero-collage {
    min-height: 390px;
    margin: 0;
  }

  .hero-photo {
    inset: 16% 0 auto 0;
    height: 235px;
  }

  .album-tag {
    right: -6px;
    top: 72px;
    max-width: 168px;
    padding: 10px 13px;
    font-size: 11px;
  }

  .phone-frame {
    width: 126px;
    right: 0;
    bottom: 10px;
  }

  .logo-card {
    width: 172px;
    left: 0;
    padding: 18px;
    bottom: 6px;
  }

  .burst {
    left: -8px;
    width: 82px;
    height: 82px;
    font-size: 11px;
  }

  .proof h2,
  .section-head h2,
  .contact-form h2 {
    font-size: 48px;
  }

  .audience-head h2 {
    font-size: 42px;
  }

  .audience-feature h3 {
    font-size: 34px;
    line-height: 1.05;
  }

  .proof-panel,
  .quote-card,
  .contact-form {
    padding: 24px;
  }

  .proof,
  .flow,
  .audiences,
  .contact {
    width: 100%;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .contact {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .audience-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .audience-tabs button {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    font-size: 18px;
  }

  .audience-tabs button:first-child {
    grid-column: 1 / -1;
  }

  .contact-form h2 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 0.95;
  }

  .contact-form p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
  }

  .contact-form .eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .contact-form {
    gap: 12px;
    padding: 22px;
  }

  label {
    gap: 6px;
    font-size: 12px;
  }

  input {
    min-height: 46px;
    border-radius: 13px;
    padding: 0 14px;
  }

  textarea {
    min-height: 84px;
    border-radius: 13px;
    padding: 12px 14px;
  }

  .contact-submit {
    min-width: 100%;
    min-height: 58px;
    border-radius: 18px;
  }

  .quote-card {
    min-height: 0;
    gap: 32px;
    padding: 40px 34px 38px;
  }

  blockquote {
    margin: 18px 0 10px;
    font-size: 34px;
    line-height: 1.14;
  }

  .person {
    align-items: center;
    gap: 18px;
    margin-top: 18px;
  }

  .person img {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
  }

  .person strong {
    font-size: 22px;
  }

  .person span {
    font-size: 18px;
  }

  .proof-logos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 22px 24px;
  }

  .proof-logos img {
    max-height: 150px;
  }

  .logo-telluride {
    grid-column: 1 / -1;
    max-height: 130px;
  }

  .logo-copper,
  .logo-martis {
    max-height: 145px;
  }

  .step {
    min-height: 220px;
    padding: 22px;
  }

  .step-number {
    font-size: 48px;
  }

  .step-icon {
    width: 30px;
    height: 30px;
  }

  .step h3 {
    margin-top: 42px;
    font-size: 34px;
  }

  .step p {
    font-size: 17px;
  }

  .step::before {
    display: none;
  }

  .step-green {
    background: var(--mint);
  }

  .audience-feature figure {
    min-height: 240px;
  }

  .audience-feature img {
    transform: scale(1.02);
  }

  .audience-feature[data-current-audience="ski"] img {
    object-position: 50% 50%;
    transform: scale(1.12);
  }

  .audience-feature[data-current-audience="camp"] img {
    object-position: 54% 48%;
    transform: scale(1.16);
  }

  .audience-feature {
    padding: 18px;
  }

  .audience-feature div {
    padding: 8px 4px;
  }

  .audience-feature p {
    font-size: 18px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  blockquote {
    font-size: 31px;
  }

  .site-footer {
    flex-direction: column;
    padding: 28px 26px;
  }
}
