:root {
  --ink: #3a2d28;
  --paper: #f1ede6;
  --paper-deep: #ebe3db;
  --rose: #a48374;
  --tan: #cbad8d;
  --warm-gray: #d1c7bd;
  --white: #fffdf9;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}

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

.site-footer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  width: min(1180px, calc(100% - 48px));
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 48px 0 96px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

h1 em {
  color: var(--rose);
  font-weight: inherit;
}

.hero-question {
  display: block;
  margin-top: 0.18em;
  font-size: 0.62em;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  min-width: 174px;
  min-height: 58px;
  padding: 8px 16px 8px 13px;
  border: 1px solid var(--ink);
  border-radius: 11px;
  background: var(--ink);
  color: var(--white);
  line-height: 1;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.store-link:hover,
.store-link:focus-visible {
  box-shadow: 0 8px 20px rgba(58, 45, 40, 0.18);
  transform: translateY(-2px);
}

.store-link:focus-visible {
  outline: 3px solid var(--tan);
  outline-offset: 3px;
}

.store-icon {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.apple-icon {
  fill: currentColor;
}

.play-a { fill: #00d7fe; }
.play-b { fill: #ffce00; }
.play-c { fill: #00f076; }
.play-d { fill: #ff3a44; }

.store-link span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.store-link small {
  font-size: 0.64rem;
  letter-spacing: 0.01em;
}

.store-link strong {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.store-note {
  margin: 11px 0 0 3px;
  color: var(--rose);
  font-size: 0.78rem;
}

.hero-art {
  position: relative;
  min-height: 610px;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  z-index: -1;
  top: 6%;
  right: -3%;
  width: 92%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper-deep);
  content: "";
}

.letter {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 11%;
  width: min(390px, 78%);
  min-height: 460px;
  padding: 24px 42px 48px;
  border: 1px solid rgba(58, 45, 40, 0.12);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(58, 45, 40, 0.12);
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.65;
  transform: rotate(2deg);
  animation: letter-arrive 900ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.letter::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(164, 131, 116, 0.28);
  content: "";
  pointer-events: none;
}

.letter p {
  margin: 0 0 20px;
}

.letter-signoff,
.letter-name {
  display: block;
}

.envelope {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: calc(2% - 32px);
  width: 88%;
  aspect-ratio: 1.58;
  filter: drop-shadow(0 18px 17px rgba(58, 45, 40, 0.2));
}

.envelope-front {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--tan);
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%);
}

.envelope-front::before,
.envelope-front::after {
  position: absolute;
  inset: 0;
  content: "";
}

.envelope-front::before {
  background: #d6b997;
  clip-path: polygon(0 0, 50% 58%, 0 100%);
}

.envelope-front::after {
  background: #c4a380;
  clip-path: polygon(100% 0, 50% 58%, 100% 100%);
}

.envelope-flap {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #d9bda0;
  clip-path: polygon(0 0, 50% 64%, 100% 0);
}

.envelope-stamp {
  position: absolute;
  z-index: 3;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.stamp-logo {
  display: block;
  width: 202px;
  height: 202px;
  background: var(--ink);
  -webkit-mask: url('/assets/morrowpal-mark.png') center / contain no-repeat;
  mask: url('/assets/morrowpal-mark.png') center / contain no-repeat;
  opacity: 0.78;
}

.manifesto {
  padding: clamp(80px, 10vw, 150px) 24px;
  background: var(--ink);
  color: var(--paper);
}

.manifesto p {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4.3rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-align: center;
}

.manifesto strong {
  color: var(--tan);
  font-weight: 400;
}

.section {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(92px, 12vw, 160px) 0;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 64px;
}

h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--warm-gray);
  list-style: none;
}

.step-grid li {
  min-height: 330px;
  padding: 32px;
  background: var(--paper);
}

.step-number {
  display: block;
  padding-bottom: 50px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
}

.step-grid h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.step-grid p {
  margin: 0;
  color: rgba(58, 45, 40, 0.76);
}

.difference {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(60px, 10vw, 130px);
  border-top: 1px solid var(--warm-gray);
}

.difference-copy > p:last-child {
  max-width: 640px;
  margin: 36px 0 0;
  font-size: 1.12rem;
}

.difference-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rose);
  list-style: none;
}

.difference-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--warm-gray);
}

.difference-list span {
  font-family: var(--serif);
  font-size: 1.7rem;
}

.difference-list small {
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

.safety {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100% - 1100px) / 2));
  padding-left: max(24px, calc((100% - 1100px) / 2));
  background: var(--paper-deep);
}

.safety h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
}

.safety p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: 1.1rem;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 10vw, 140px);
}

.faq .section-heading {
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--rose);
}

.faq-list details {
  border-bottom: 1px solid var(--warm-gray);
}

.faq-list summary {
  position: relative;
  padding: 25px 42px 25px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.35rem;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 26px;
  right: 4px;
  color: var(--rose);
  content: "+";
  font-family: var(--sans);
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 42px 26px 0;
  color: rgba(58, 45, 40, 0.76);
}

.closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(100px, 14vw, 180px) 24px;
  background: var(--rose);
  color: var(--paper);
  text-align: center;
}

.closing .eyebrow {
  color: var(--paper-deep);
}

.closing h2 {
  max-width: 900px;
}

.store-links-light {
  justify-content: center;
  margin-top: 44px;
}

.store-links-light .store-link {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: 168px 1fr auto auto;
  align-items: center;
  gap: 32px;
  width: min(1180px, calc(100% - 48px));
  min-height: 150px;
  margin: 0 auto;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer-links {
  white-space: nowrap;
}

.site-footer img {
  width: 168px;
  height: 62px;
}

.site-footer p {
  margin: 0;
  color: var(--rose);
  font-size: 0.82rem;
}

.copyright {
  text-align: right;
}

.legal-header {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.legal-brand {
  display: inline-block;
}

.legal-brand img {
  display: block;
  width: 168px;
  height: 62px;
  object-fit: cover;
  object-position: center 44%;
}

.legal-page {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) 0 clamp(80px, 10vw, 130px);
}

.legal-title {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--warm-gray);
}

.legal-title h1 {
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.legal-title > p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 1.12rem;
}

.legal-effective {
  margin: 24px 0 0;
  color: var(--rose);
}

.legal-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 36px 0 56px;
  padding: 20px 24px;
  border: 1px solid var(--warm-gray);
  background: var(--paper-deep);
}

.legal-contents strong {
  flex-basis: 100%;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.legal-contents a,
.legal-page section a {
  color: #715548;
  text-underline-offset: 3px;
}

.legal-page section {
  scroll-margin-top: 24px;
  margin-top: 54px;
}

.legal-page section h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.08;
}

.legal-page section h3 {
  margin: 28px 0 8px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.legal-page section p,
.legal-page section li {
  max-width: 780px;
}

.legal-page section ul {
  padding-left: 24px;
}

.legal-page section li + li {
  margin-top: 10px;
}

.legal-callout {
  padding: clamp(24px, 5vw, 42px);
  border-left: 5px solid var(--rose);
  background: var(--paper-deep);
}

.legal-callout h2 {
  margin-top: 0;
}

.legal-footer {
  width: min(900px, calc(100% - 48px));
  border-top: 1px solid var(--warm-gray);
}

@keyframes letter-arrive {
  from {
    opacity: 0;
    transform: translateY(28px) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(2deg);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

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

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .hero .store-links {
    justify-content: center;
  }

  .hero-art {
    width: min(580px, 100%);
    min-height: 570px;
    margin: 0 auto;
  }

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

  .step-grid li {
    min-height: 0;
  }

  .step-number {
    padding-bottom: 28px;
  }

  .difference,
  .faq {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 600px) {
  .hero,
  .section,
  .site-footer {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    min-height: auto;
    padding: 34px 0 72px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero-intro {
    margin-top: 24px;
    font-size: 1rem;
  }

  .store-links {
    flex-direction: column;
    align-items: stretch;
  }

  .store-link {
    justify-content: center;
    width: 100%;
  }

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

  .hero-art {
    min-height: 430px;
    margin-top: 12px;
  }

  .letter {
    left: 7%;
    width: 82%;
    min-height: 355px;
    padding: 20px 28px 32px;
    font-size: 0.8rem;
  }

  .stamp-logo {
    width: 157px;
    height: 157px;
  }

  .envelope {
    bottom: -32px;
    width: 94%;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .difference,
  .faq {
    gap: 52px;
  }

  .difference-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .difference-list small {
    text-align: left;
  }

  .safety {
    display: block;
    padding: 88px 24px;
  }

  .closing {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 220px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .legal-header,
  .legal-page,
  .legal-footer {
    width: min(100% - 32px, 900px);
  }

  .legal-contents {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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