:root {
  color-scheme: light;
  --background: #fcf7f0;
  --background-deep: #f3e5d5;
  --surface: #fff9f3;
  --surface-muted: #f7f0e8;
  --surface-rose: #f4ded1;
  --accent: #b86433;
  --accent-soft: #f4dec7;
  --accent-muted: #d58a46;
  --rose: #bd7b68;
  --champagne: #ead1aa;
  --text: #3b2d24;
  --text-soft: #6e5948;
  --text-muted: #836e5e;
  --line: #ded2c7;
  --line-strong: #cbb9a8;
  --shadow: 0 18px 50px rgba(87, 58, 35, 0.14);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(244, 222, 199, 0.9), transparent 34rem),
    linear-gradient(180deg, var(--background) 0%, #f9efe4 48%, var(--background) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(184, 100, 51, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-180%);
  background: var(--text);
  color: var(--surface);
  padding: 0.65rem 0.9rem;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(252, 247, 240, 0.91);
  border-bottom: 1px solid rgba(203, 185, 168, 0.58);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(100% - 2rem, var(--max));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(59, 45, 36, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-soft);
  font-size: 0.93rem;
  font-weight: 650;
  text-decoration: none;
  padding: 0.55rem 0.62rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(244, 222, 199, 0.58);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 2rem));
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(203, 185, 168, 0.58);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(252, 247, 240, 0.96), rgba(252, 247, 240, 0));
  z-index: -1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-mark {
  position: absolute;
  width: clamp(280px, 52vw, 760px);
  right: clamp(-7rem, -4vw, -1rem);
  top: clamp(4rem, 9vw, 7rem);
  opacity: 0.2;
  filter: blur(1px);
  transform: rotate(-9deg);
}

.cinema-plate {
  position: absolute;
  inset: 9% 0 auto auto;
  width: min(62vw, 740px);
  height: min(60vw, 580px);
  background:
    linear-gradient(115deg, rgba(255, 249, 243, 0.74), rgba(244, 222, 199, 0.34)),
    url("app-icon.png");
  background-size: cover;
  background-position: center;
  opacity: 0.26;
  clip-path: polygon(18% 0, 100% 0, 100% 82%, 0 100%, 0 24%);
  filter: saturate(0.92);
}

.device {
  position: absolute;
  right: clamp(1rem, 9vw, 7rem);
  bottom: clamp(1rem, 7vh, 4rem);
  width: clamp(188px, 25vw, 290px);
  aspect-ratio: 0.48;
  padding: 0.72rem;
  border: 1px solid rgba(98, 72, 55, 0.26);
  border-radius: 38px;
  background: linear-gradient(145deg, #4b3628, #2d211a);
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}

.device::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 50%;
  width: 42%;
  height: 1.2rem;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #271d17;
  z-index: 2;
}

.screen {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(239, 207, 184, 0.92)),
    radial-gradient(circle at 20% 16%, rgba(213, 138, 70, 0.28), transparent 9rem);
  padding: 3rem 1rem 1rem;
  color: var(--text);
}

.screen-kicker,
.screen-small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-title {
  margin: 0.24rem 0 0.85rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  line-height: 1.1;
}

.screen-card {
  border: 1px solid rgba(203, 185, 168, 0.76);
  border-radius: 8px;
  padding: 0.72rem;
  background: rgba(255, 249, 243, 0.74);
  box-shadow: 0 10px 28px rgba(75, 47, 28, 0.09);
}

.taste-bars {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.taste-bars span {
  display: block;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--accent-soft);
}

.taste-bars span:nth-child(1) {
  width: 90%;
  background: #bd7b68;
}

.taste-bars span:nth-child(2) {
  width: 72%;
  background: #d58a46;
}

.taste-bars span:nth-child(3) {
  width: 58%;
  background: #ead1aa;
}

.screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(203, 185, 168, 0.64);
}

.screen-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0 0.58rem;
  border-radius: 999px;
  background: #3b2d24;
  color: #fff9f3;
  font-size: 0.72rem;
  font-weight: 750;
}

.hero-inner {
  width: min(100% - 2rem, var(--max));
  min-height: calc(min(760px, 100svh) - 68px);
  margin: 0 auto;
  padding: clamp(4.5rem, 11vw, 9rem) 0 clamp(3rem, 8vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 10vw, 7rem);
  line-height: 0.92;
}

.hero-copy {
  max-width: 620px;
  margin: clamp(1.1rem, 3vw, 1.6rem) 0 0;
  color: var(--text-soft);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  text-decoration: none;
}

.button.primary {
  background: var(--text);
  color: var(--surface);
  box-shadow: 0 12px 28px rgba(59, 45, 36, 0.18);
}

.button.primary:hover {
  background: #2d211a;
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 249, 243, 0.72);
  border-color: rgba(203, 185, 168, 0.92);
}

.button.secondary:hover {
  border-color: var(--accent-muted);
  background: #fff9f3;
}

.section {
  padding: clamp(3.4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid rgba(203, 185, 168, 0.54);
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(255, 249, 243, 0.5), rgba(247, 240, 232, 0.76)),
    var(--surface-muted);
}

.section.rose-band {
  background: linear-gradient(135deg, rgba(244, 222, 209, 0.8), rgba(255, 249, 243, 0.84));
}

.section-inner,
.page-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(2rem, 7vw, 5.5rem);
  align-items: start;
}

.section h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.1rem);
  line-height: 1;
}

.section h3 {
  margin: 0 0 0.58rem;
  font-size: 1.25rem;
  line-height: 1.22;
}

.section p {
  color: var(--text-soft);
}

.lead {
  max-width: 720px;
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.feature-card,
.quiet-panel,
.note-panel {
  border: 1px solid rgba(203, 185, 168, 0.78);
  border-radius: 8px;
  background: rgba(255, 249, 243, 0.72);
  box-shadow: 0 12px 34px rgba(75, 47, 28, 0.07);
}

.feature-card {
  min-height: 170px;
  padding: 1.25rem;
}

.feature-card p,
.quiet-panel p,
.note-panel p {
  margin: 0;
}

.quiet-panel {
  padding: clamp(1.2rem, 3vw, 1.6rem);
}

.quiet-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  display: grid;
  grid-template-columns: 0.72rem 1fr;
  gap: 0.8rem;
  color: var(--text-soft);
}

.quiet-list li::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.44rem;
  border-radius: 999px;
  background: var(--accent-muted);
  box-shadow: 0 0 0 5px rgba(213, 138, 70, 0.13);
}

.editorial-rule {
  width: min(100%, 21rem);
  height: 1px;
  margin: 1.7rem 0;
  background: var(--line-strong);
}

.concept-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}

.concept-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(203, 185, 168, 0.84);
  border-radius: 999px;
  background: rgba(255, 249, 243, 0.66);
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.privacy-callout {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.privacy-callout strong {
  color: var(--text);
}

.coming-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2rem);
  border: 1px solid rgba(203, 185, 168, 0.9);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 249, 243, 0.9), rgba(244, 222, 199, 0.58));
  box-shadow: var(--shadow);
}

.coming-panel h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.app-icon-lockup {
  width: clamp(82px, 16vw, 132px);
  aspect-ratio: 1;
  border-radius: 22%;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(59, 45, 36, 0.22);
}

.site-footer {
  padding: 2.5rem 0;
  background: #f6eadc;
}

.footer-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.page-hero {
  padding: clamp(3.8rem, 9vw, 7.5rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(203, 185, 168, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 249, 243, 0.76), rgba(244, 222, 199, 0.34)),
    var(--background);
}

.page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
}

.page-hero .lead {
  max-width: 800px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.8fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: start;
}

.page-content {
  padding: clamp(2.8rem, 7vw, 5.4rem) 0;
}

.side-note {
  position: sticky;
  top: 96px;
}

.note-panel {
  padding: 1.1rem;
}

.note-panel h2,
.note-panel h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

.note-panel p,
.note-panel li {
  color: var(--text-soft);
  font-size: 0.94rem;
}

.note-panel ul {
  margin: 0.8rem 0 0;
  padding-left: 1.05rem;
}

.prose {
  display: grid;
  gap: 1.35rem;
}

.prose section {
  padding: 1.45rem;
  border: 1px solid rgba(203, 185, 168, 0.72);
  border-radius: 8px;
  background: rgba(255, 249, 243, 0.66);
}

.prose h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
}

.prose h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.05rem;
}

.prose p,
.prose li {
  color: var(--text-soft);
}

.prose p {
  margin: 0.65rem 0 0;
}

.prose ul {
  margin: 0.7rem 0 0;
  padding-left: 1.15rem;
}

.prose li + li {
  margin-top: 0.42rem;
}

.placeholder {
  color: var(--text);
  font-weight: 760;
}

.contact-list {
  display: grid;
  gap: 0.72rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(203, 185, 168, 0.72);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 700px;
    padding-top: 4.5rem;
    padding-bottom: 13rem;
  }

  .device {
    width: 178px;
    right: 1rem;
    bottom: 1.2rem;
    opacity: 0.78;
  }

  .cinema-plate {
    width: 100vw;
    height: 28rem;
    top: 20%;
  }

  .split,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .side-note {
    position: static;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    min-height: auto;
    align-items: flex-start;
    padding: 0.85rem 0;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav a {
    padding: 0.38rem 0.48rem;
    font-size: 0.88rem;
  }

  .hero-inner {
    min-height: 670px;
    padding-top: 3.4rem;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.9rem);
  }

  .hero-copy {
    font-size: 1.03rem;
  }

  .button {
    width: 100%;
  }

  .coming-panel {
    grid-template-columns: 1fr;
  }

  .app-icon-lockup {
    order: -1;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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