:root {
  color-scheme: only light;
  --bg: #ef3a81;
  --text: #faf2e6;
  --phone-offset: 0px;
}

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

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

body {
  min-height: 100vh;
  background: var(--bg);
  font-family: "Fraunces", "Times New Roman", serif;
  color: var(--text);
  overflow-x: hidden;
}

.page-content {
  min-height: 100vh;
  display: grid;
  place-items: start;
  padding: 230px clamp(16px, 6vw, 90px) 60px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

  .page-copy {
    display: grid;
    gap: 42px;
  }

.page-content h1 {
  text-align: left;
}

.page-copy .big {
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.site-header {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding: 0 clamp(16px, 6vw, 90px);
}

.nav {
  display: flex;
  gap: 16px;
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 247, 240, 0.85);
}

.nav a.active {
  color: var(--text);
  background: rgba(255, 247, 240, 0.2);
  padding: 6px 12px;
  border-radius: 0;
}

.nav a {
  padding: 6px 12px;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(32px, 6vw) minmax(0, 0.9fr);
  align-items: center;
  gap: 0;
  padding: 110px clamp(16px, 6vw, 90px) 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-copy {
  display: grid;
  gap: 60px;
  justify-items: start;
  text-align: left;
  max-width: 660px;
  justify-self: end;
  grid-column: 1;
  align-self: start;
  margin-top: 140px;
}

.brand {
  font-size: clamp(4rem, 6.2vw, 8rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
}

.underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.18em;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='14' viewBox='0 0 360 14'%3E%3Cpath d='M4 9 C 20 3, 44 12, 68 7 S 112 3, 148 8 S 200 12, 236 7 S 292 3, 356 8' fill='none' stroke='%23FAF2E6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 14px;
  background-position: 0 100%;
}

.phone {
  max-width: min(70vw, 360px);
  height: auto;
  display: block;
  justify-self: start;
  grid-column: 3;
  align-self: start;
  margin-top: 140px;
  transform: translateY(var(--phone-offset));
}

.walker {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: min(80vw, 520px);
  height: auto;
  margin-top: 40px;
  margin-bottom: 120px;
}

h1 {
  font-size: clamp(2.4rem, 3.9vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-align: left;
  overflow-wrap: normal;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 26px 36px;
  border-radius: 999px;
  background: var(--text);
  color: #1f120c;
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  justify-self: start;
}

.mobile-only {
  display: none;
}

@media (max-width: 700px) {
  :root {
    --phone-offset: 0px;
  }

  .hero {
    text-align: left;
    grid-template-columns: 1fr;
    padding: 110px 6vw 60px;
    gap: 8px;
  }

  .hero-copy {
    justify-items: start;
    text-align: left;
    max-width: 100%;
    margin-top: 0;
    grid-column: auto;
    align-self: center;
    gap: 36px;
    width: 100%;
  }

  .hero-copy h1 {
    margin-top: -8px;
  }

  .brand {
    font-size: clamp(3.2rem, 12vw, 4.8rem);
  }

  .phone {
    justify-self: center;
    grid-column: auto;
    max-width: min(82vw, 320px);
    transform: none;
    margin-bottom: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-4px);
  }

  .walker {
    max-width: min(90vw, 360px);
    margin-top: 20px;
  }

  .site-header {
    top: 16px;
    justify-content: center;
  }

  .nav {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 700;
  }

  h1 {
    text-align: left;
    font-size: clamp(1.7rem, 6.2vw, 2.6rem);
    line-height: 1.1;
    max-width: none;
    text-wrap: auto;
  }

  .page-content {
    padding: 140px 8vw 60px;
  }

  .page-copy .big {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    line-height: 1.25;
    font-weight: 200;
  }

  .page-copy {
    gap: 28px;
  }

  .mobile-only {
    display: block;
  }

  .button {
    padding: 20px 28px;
    font-size: 1.1rem;
    justify-self: start;
    margin-bottom: 0;
  }

  .underline {
    padding-bottom: 0.28em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='10' viewBox='0 0 360 10'%3E%3Cpath d='M4 7 C 20 3, 44 9, 68 6 S 112 3, 148 7 S 200 9, 236 6 S 292 3, 356 7' fill='none' stroke='%23FAF2E6' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 10px;
  }
}

@media (min-width: 701px) {
  .button {
    padding: 30px 46px;
    font-size: 1.4rem;
  }

  body {
    user-select: none;
  }

  img {
    user-select: none;
    -webkit-user-drag: none;
  }
}
