:root {
  --orange: #e85d04;
  --accent: #e85d04;
  --ink: #1c1914;
  --paper: #fffaf6;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Oswald", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.stage {
  position: relative;
}

.header {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  min-height: 78px;
  padding: 8px 12px;
  background: #fff;
  border-bottom: 2px solid var(--orange);
}

.icon-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--orange);
  padding: 0;
  cursor: pointer;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
}

.wordmark {
  justify-self: center;
  display: flex;
  align-items: center;
  height: 64px;
}

.wordmark img {
  height: 62px;
  width: auto;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 72svh;
  padding: 15svh 22px 24px;
  color: #fff;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46%;
  background: linear-gradient(
    180deg,
    rgba(232, 93, 4, 0.58) 0%,
    rgba(232, 93, 4, 0.28) 55%,
    transparent 100%
  );
  pointer-events: none;
}

.hero h1,
.cta {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.05rem, 8.8vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(20, 16, 12, 0.25), 0 10px 28px rgba(20, 16, 12, 0.45);
}

.hero h1 .line {
  display: block;
  white-space: nowrap;
}

.hero h1 em {
  font-style: inherit;
  color: var(--orange);
}

.cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: transparent;
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 650;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.body {
  background: var(--paper);
  padding: 0 0 72px;
}

.pain,
.solve {
  width: min(100% - 48px, 720px);
  margin: 0 auto;
  text-align: center;
}

.pain {
  padding: 28px 0 36px;
}

.pain h2 {
  margin: 0;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solve h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.45rem, 5.4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.solve-grid {
  display: grid;
  grid-template-columns: 1fr 101px;
  gap: 16px 20px;
  align-items: center;
  text-align: left;
}

.solve-grid p {
  margin: 0;
}

.solve-grid img {
  width: 101px;
  height: auto;
  max-height: 185px;
  object-fit: contain;
  justify-self: end;
  background: transparent;
  transform: scale(1.1);
  transform-origin: left center;
}

.solve-grid + .solve-grid {
  margin-top: 48px;
}

.solve-grid-flip {
  grid-template-columns: 101px 1fr;
}

.solve-grid-flip img {
  justify-self: start;
  transform-origin: right center;
}

.solve-grid-flip p,
.shop .solve-grid-flip .shop-copy {
  text-align: right;
}

.pain p span {
  color: var(--orange);
  font-weight: 650;
}

.pain p,
.solve p {
  margin: 16px 0 0;
  color: rgba(28, 25, 20, 0.68);
  font-size: 1.05rem;
  line-height: 1.55;
}

.band {
  margin: 8px 0 0;
  padding: 18px 20px;
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solve {
  padding: 40px 0 36px;
}

.buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 48px;
  padding: 0 28px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.buy-now-sm {
  margin-top: 12px;
  min-height: 40px;
  font-size: 0.82rem;
}

.shop {
  width: min(100% - 40px, 720px);
  margin: 0 auto;
  padding: 28px 0 36px;
  border-top: 2px solid var(--orange);
  text-align: center;
}

.shop h2 {
  margin: 0 0 28px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop .slot {
  padding: 18px 16px;
  background: #fff;
  border: 1px solid rgba(232, 93, 4, 0.28);
  margin-top: 14px;
}

.shop h2 + .slot {
  margin-top: 0;
}

.shop-copy {
  text-align: left;
}

.shop-copy h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.shop-copy p {
  margin: 6px 0 0;
}

.shop-copy .price {
  margin-top: 10px;
  color: var(--orange);
  font-size: 1.45rem;
  font-weight: 800;
}

.see-details {
  display: block;
  margin-top: 8px;
  color: rgba(28, 25, 20, 0.48);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.solve-grid-flip .see-details {
  text-align: right;
}

.voices {
  width: min(100% - 40px, 720px);
  margin: 0 auto;
  padding: 28px 0 28px;
  border-top: 2px solid var(--orange);
  text-align: center;
}

.voices h2 {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voices-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.voice {
  flex: 0 0 82%;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1fr 83px;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px 12px 10px;
  background: #eceae6;
  text-align: left;
}

.voice-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.voice-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #d9d5d0;
}

.voice-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.4;
}

.voice-place {
  margin-top: 14px !important;
  color: rgba(28, 25, 20, 0.55) !important;
  font-size: 0.8rem !important;
}

.voice-model {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
}

.voice-model span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.voice-model img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  background: #ddd;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(20, 16, 12, 0.45);
}

.scrim[hidden] {
  display: none;
}

.drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  width: min(86vw, 320px);
  background: #fff;
  transform: translateX(-104%);
  transition: transform 0.28s ease;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer-bar {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  min-height: 62px;
  padding: 8px 8px 8px 4px;
  background: #fff;
  border-bottom: 2px solid var(--orange);
}

.drawer-mark {
  height: 56px;
  width: auto;
  margin: 0 auto;
}

.drawer-nav {
  display: grid;
  padding: 8px 8px 24px;
}

.drawer-nav a {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(28, 25, 20, 0.08);
  font-weight: 600;
}

.faq {
  width: min(100% - 40px, 720px);
  margin: 0 auto;
  padding: 8px 0 48px;
  text-align: center;
}

.faq h2 {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq details {
  margin-top: 10px;
  background: #fff;
  border: 1px solid rgba(232, 93, 4, 0.28);
  text-align: left;
}

.faq summary {
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  color: var(--orange);
  font-weight: 700;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0;
  padding: 0 16px 14px;
  color: rgba(28, 25, 20, 0.68);
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq details p + p {
  padding-top: 0;
}

.site-foot {
  padding: 28px 20px 40px;
  text-align: center;
  border-top: 2px solid var(--orange);
  background: #fff;
}

.site-foot img {
  width: 96px;
  height: auto;
  margin: 0 auto 12px;
}

.foot-mail {
  display: block;
  margin: 0 0 10px;
  color: var(--orange);
  font-weight: 650;
  font-size: 0.92rem;
}

.foot-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 12px;
}

.foot-nav a {
  color: rgba(28, 25, 20, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.foot-copy {
  margin: 0;
  color: rgba(28, 25, 20, 0.5);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (min-width: 860px) {
  .hero {
    min-height: 78vh;
  }

  .hero h1 {
    font-size: 2.85rem;
  }
}
