@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --font-sans: 'Work Sans', ui-sans-serif, sans-serif;
  --font-serif: 'DM Serif Display', Georgia, serif;
  --font-mono:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  --color-paper: #faf6ef;
  --color-ink: #171412;
  --color-charcoal: #554c44;
  --color-accent: #df8637;
  --color-accent-deep: #b56b2e;
  --feature-icon-color: hsl(28 75% 55%);
  --color-white: #fff;
  --page-background:
    radial-gradient(
      ellipse 60% 60% at 50% 5%,
      rgba(223, 134, 55, 0.16) 0%,
      transparent 74%
    ),
    linear-gradient(180deg, #fffdfa 0%, var(--color-paper) 46%, #f8f2e9 100%);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--font-sans);
  -webkit-tap-highlight-color: transparent;
  background: var(--page-background);
  background-color: var(--color-paper);
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  min-height: 100vh;
  background-color: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  isolation: isolate;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: var(--page-background);
  pointer-events: none;
  z-index: -1;
}

::selection {
  background: rgba(223, 134, 55, 0.2);
}

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

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

button,
input {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  appearance: button;
}

input {
  background: transparent;
  border-radius: 0;
}

input::placeholder {
  color: currentColor;
  opacity: 1;
}

code {
  font-family: var(--font-mono);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-inline: auto;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.h-28 {
  height: 7rem;
}

.w-28 {
  width: 7rem;
}

.w-full {
  width: 100%;
}

.min-h-14 {
  min-height: 3.5rem;
}

.max-w-\[10ch\] {
  max-width: 10ch;
}

.max-w-\[12ch\] {
  max-width: 12ch;
}

.max-w-\[18ch\] {
  max-width: 18ch;
}

.max-w-\[28rem\] {
  max-width: 28rem;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[42rem\] {
  max-width: 42rem;
}

.max-w-\[44rem\] {
  max-width: 44rem;
}

.flex-1 {
  flex: 1;
}

.snap-start {
  scroll-snap-align: start;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-x-clip {
  overflow-x: clip;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border: 1px solid;
}

.border-ink\/8 {
  border-color: rgba(23, 20, 18, 0.08);
}

.border-ink\/12 {
  border-color: rgba(23, 20, 18, 0.12);
}

.bg-ink {
  background-color: var(--color-ink);
}

.bg-ink\/25 {
  background-color: rgba(23, 20, 18, 0.25);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-white\/74 {
  background-color: rgba(255, 255, 255, 0.74);
}

.px-4 {
  padding-inline: 1rem;
}

.px-5 {
  padding-inline: 1.25rem;
}

.px-6 {
  padding-inline: 1.5rem;
}

.py-2 {
  padding-block: 0.5rem;
}

.pt-12 {
  padding-top: calc(env(safe-area-inset-top, 0px) + 3rem);
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.font-serif {
  font-family: var(--font-serif);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[0\.72rem\] {
  font-size: 0.72rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[1\.55rem\] {
  font-size: 1.55rem;
}

.text-\[clamp\(1\.6rem\,3\.5vw\,2\.35rem\)\] {
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
}

.text-\[clamp\(3\.4rem\,8vw\,6\.4rem\)\] {
  font-size: clamp(3.4rem, 8vw, 6.4rem);
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[0\.92\] {
  line-height: 0.92;
}

.leading-\[0\.98\] {
  line-height: 0.98;
}

.leading-\[1\.02\] {
  line-height: 1.02;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.0em;
  line-height: 1.1em;
}

.tracking-\[-0\.055em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.text-charcoal {
  color: var(--color-charcoal);
}

.text-charcoal\/50 {
  color: rgba(85, 76, 68, 0.5);
}

.text-charcoal\/60 {
  color: rgba(85, 76, 68, 0.6);
}

.text-charcoal\/66 {
  color: rgba(85, 76, 68, 0.66);
}

.text-charcoal\/72 {
  color: rgba(85, 76, 68, 0.72);
}

.text-charcoal\/80 {
  color: rgba(85, 76, 68, 0.8);
}

.text-charcoal\/82 {
  color: rgba(85, 76, 68, 0.82);
}

.text-ink {
  color: var(--color-ink);
}

.text-ink\/55 {
  color: rgba(23, 20, 18, 0.55);
}

.text-white {
  color: var(--color-white);
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}

.decoration-ink\/18 {
  text-decoration-color: rgba(23, 20, 18, 0.18);
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.transition {
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-200 {
  transition-duration: 0.2s;
}

.outline-none {
  outline: none;
}

.placeholder\:text-charcoal\/40::placeholder {
  color: rgba(85, 76, 68, 0.4);
}

.placeholder\:text-charcoal\/46::placeholder {
  color: rgba(85, 76, 68, 0.46);
}

.hover\:bg-ink\/92:hover {
  background-color: rgba(23, 20, 18, 0.92);
}

.hover\:decoration-accent:hover {
  text-decoration-color: var(--color-accent);
}

.focus\:border-accent:focus {
  border-color: var(--color-accent);
}

.focus\:ring-4:focus {
  box-shadow: 0 0 0 4px rgba(223, 134, 55, 0.15);
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-4:focus-visible {
  outline-offset: 4px;
}

.focus-visible\:outline-accent:focus-visible {
  outline-color: var(--color-accent);
}

.shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.panel {
  padding: 1.5rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 34px rgba(23, 20, 18, 0.022),
    0 10px 24px rgba(223, 134, 55, 0.07);
}

.section-title {
  margin-top: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--color-ink);
}

.feature-heading {
  max-width: 36rem;
  margin-top: 0;
  margin-inline: auto;
  text-transform: none;
  font-size: clamp(1.85rem, 3.35vw, 2.55rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-ink);
}

.waitlist-heading {
  max-width: 36rem;
}

.waitlist-form {
  align-items: stretch;
}

.waitlist-input {
  background-color: rgba(255, 255, 255, 0.96);
  border-color: rgba(23, 20, 18, 0.1);
  box-shadow:
    0 10px 22px rgba(223, 134, 55, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.waitlist-input:focus {
  border-color: rgba(223, 134, 55, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.waitlist-button {
  border: 0;
  background:
    linear-gradient(180deg, rgba(223, 134, 55, 1), rgba(198, 118, 52, 1));
  color: var(--color-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.waitlist-button:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  filter: saturate(1.04);
}

.waitlist-button:active {
  transform: translateY(1px);
}

.privacy-note {
  max-width: 31rem;
  margin-inline: auto;
  text-align: center;
}

.privacy-link {
  color: rgba(85, 76, 68, 0.72);
  text-decoration: underline;
  text-decoration-color: rgba(85, 76, 68, 0.2);
  text-underline-offset: 4px;
}

.privacy-link:hover {
  text-decoration-color: var(--color-accent);
}

.policy-panel {
  padding: 2rem 1.75rem;
}

.policy-copy {
  max-width: 34rem;
  margin-inline: auto;
}

.policy-heading {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--color-ink);
}

.policy-copy > :first-child {
  margin-top: 0;
}

.policy-copy p {
  margin-top: 0.8rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(23, 20, 18, 0.88);
}

.feature-section {
  position: relative;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.95rem;
}

.feature-card {
  position: relative;
  width: min(100%, 17.75rem);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  min-height: 10rem;
  padding: 1.25rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 14px 28px rgba(23, 20, 18, 0.02),
    0 9px 20px rgba(223, 134, 55, 0.065);
}

.feature-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  color: var(--feature-icon-color);
  z-index: 0;
}

.feature-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.feature-copy {
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
  max-width: 24ch;
  font-size: 1.08rem;
  line-height: 1.56;
  color: rgba(23, 20, 18, 0.92);
  text-wrap: balance;
}

.hero-icon {
  filter: drop-shadow(0 12px 24px rgba(223, 134, 55, 0.08));
}

.mockup-image {
  filter: drop-shadow(0 18px 32px rgba(23, 20, 18, 0.08));
}

.ambient-glow {
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(82vw, 48rem);
  height: 26rem;
  transform: translate(-50%);
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(223, 134, 55, 0.12), transparent 68%);
  pointer-events: none;
}

@media (min-width: 40rem) {
  .shell {
    padding-inline: 2rem;
  }

  .policy-panel {
    padding: 2.35rem 2.2rem;
  }

  .feature-grid {
    gap: 1rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:pt-16 {
    padding-top: calc(env(safe-area-inset-top, 0px) + 4rem);
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 64rem) {
  .shell {
    padding-inline: 2.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
