@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dm-sans-normal.7c87a648293f.woff2") format("woff2")
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-serif-normal.9b8dd1ecf641.woff2") format("woff2")
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-serif-italic.bc891bdd08ad.woff2") format("woff2")
}

:root {
  --canvas: #f7f5ef;
  --paper: #fffdf8;
  --ink: #303b35;
  --muted: #626d5b;
  --olive: #626f54;
  --olive-dark: #505d45;
  --olive-pale: #eceee4;
  --rust: #a9664e;
  --line: #dedfd4;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

::selection {
  background: #dce1cb;
  color: var(--ink)
}

[hidden] {
  display: none !important
}

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

button,
input,
textarea {
  font: inherit
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

button:disabled {
  cursor: wait;
  opacity: .65
}

:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 5px
}

main:focus {
  outline: none
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1,
h2,
h3 {
  font-weight: 400
}

svg {
  display: block;
  flex-shrink: 0
}

.page-shell {
  width: min(1120px, calc(100% - 96px));
  margin-inline: auto
}

.site-main {
  flex: 1
}

.site-main>.page-shell {
  width: 100%
}

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

.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10;
  padding: 10px 20px;
  background: var(--ink);
  color: var(--paper)
}

.skip-link:focus {
  top: 10px
}

.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--olive);
  margin-bottom: 21px
}

.display-title {
  font-family: var(--serif);
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.05;
  letter-spacing: -1.4px;
  margin-bottom: 20px;
  text-wrap: balance
}

.display-title em,
.section-intro em,
.reflection-section em {
  color: var(--rust)
}

.text-muted,
.page-description {
  color: var(--muted)
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 53px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: background .2s, color .2s, transform .2s;
  text-align: center
}

.button:hover {
  transform: translateY(-2px)
}

.button-primary {
  background: var(--olive);
  color: var(--paper)
}

.button-primary:hover {
  background: var(--olive-dark)
}

.button-secondary,
.button-outline {
  border-color: #abb19c;
  background: transparent;
  color: var(--ink)
}

.button-secondary:hover,
.button-outline:hover {
  background: var(--olive-pale)
}

.button-small {
  min-height: 41px;
  padding: 9px 17px;
  font-size: 12px;
  gap: 20px
}

.button-full {
  width: 100%
}

.button span[aria-hidden] {
  font-size: 20px;
  line-height: 1
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #a8af9d;
  transition: color .2s
}

.text-link:hover {
  color: var(--rust)
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 103px;
  gap: 24px;
  border-bottom: 1px solid var(--line)
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 37px;
  line-height: 1;
  letter-spacing: -1px;
  flex-shrink: 0;
  white-space: nowrap
}

.brand-mark {
  width: 30px;
  height: 30px;
  color: var(--olive);
  margin-top: 2px
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 33px
}

.nav-text {
  font-size: 12px;
  color: #60685e;
  transition: color .2s
}

.nav-text:hover,
.nav-text[aria-current] {
  color: var(--rust)
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 30px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted)
}

.footer-note {
  display: flex;
  align-items: center;
  gap: 11px
}

.footer-note p {
  margin: 0
}

.footer-envelope {
  font-size: 24px;
  line-height: 1;
  color: #8c977c
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 25px
}

.footer-links a:hover {
  color: var(--ink)
}

.footer-links form {
  margin: 0
}

.footer-links .text-link {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none
}

.footer-year {
  color: #8b8e82
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: center;
  padding-block: 58px 76px;
  min-height: 680px
}

.hero-copy {
  padding-bottom: 6px
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 25px
}

.little-envelope {
  font-size: 21px;
  line-height: 1;
  color: var(--rust)
}

.hero-title {
  font-family: var(--serif);
  font-size: clamp(80px, 8.2vw, 112px);
  line-height: .99;
  letter-spacing: -2.5px;
  margin-bottom: 29px
}

.hero-title em {
  color: var(--rust);
  font-weight: 400
}

.hero-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 30px
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap
}

.how-link {
  font-size: 12px;
  text-decoration: none;
  gap: 11px
}

.hero-footnote {
  font-size: 10px;
  letter-spacing: .15px;
  color: #85897b;
  margin: 19px 0 0;
  display: flex;
  align-items: center;
  gap: 7px
}

.small-dot {
  width: 4px;
  height: 4px;
  background: #98a283;
  border-radius: 50%;
  display: inline-block
}

.letter-art {
  position: relative;
  height: 550px;
  width: 100%;
  isolation: isolate;
  pointer-events: none
}

.art-halo {
  position: absolute;
  width: 88%;
  height: 80%;
  top: 36px;
  left: 10%;
  background: #eeeee4;
  border-radius: 48% 48% 45% 42%;
  transform: rotate(5deg);
  z-index: -2
}

.art-orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.art-sun {
  position: absolute;
  right: -3px;
  top: 30px;
  width: 90px;
  color: #b99560;
  transform: rotate(15deg)
}

.art-envelope-back {
  position: absolute;
  left: 38px;
  right: 25px;
  top: 222px;
  height: 274px;
  background: #b6bea3;
  clip-path: polygon(0 29%, 50% 0, 100% 29%, 100% 100%, 0 100%);
  transform: rotate(6deg)
}

.art-letter {
  position: absolute;
  top: 73px;
  left: 95px;
  right: 48px;
  height: 334px;
  transform: rotate(-7deg);
  background: var(--paper);
  padding: 28px 30px;
  box-shadow: 0 3px 8px #3843310c, 0 15px 35px #38433109;
  border: 1px solid #e7e5d9
}

.art-letter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  letter-spacing: 1.7px;
  color: #949789;
  border-bottom: 1px solid #eeece3;
  padding-bottom: 13px;
  margin-bottom: 19px
}

.art-letter-top span:last-child {
  font-size: 22px;
  line-height: 1;
  color: var(--rust)
}

.art-salutation {
  font-family: var(--serif);
  font-style: italic;
  font-size: 33px;
  line-height: 1.1;
  margin-bottom: 15px
}

.art-handwriting {
  font-family: var(--serif);
  font-style: italic;
  font-size: 23px;
  line-height: 1.5;
  color: #7c8171;
  margin-bottom: 16px
}

.art-letter-lines {
  display: grid;
  gap: 12px;
  opacity: .5
}

.art-letter-lines span {
  height: 1px;
  background: #d9dccd;
  width: 95%
}

.art-letter-lines span:last-child {
  width: 70%
}

.art-signoff {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  margin-top: 12px;
  color: #89907e
}

.art-envelope-front {
  overflow: hidden;
  position: absolute;
  top: 313px;
  left: 38px;
  right: 25px;
  height: 184px;
  transform: rotate(6deg);
  background: #a8b393;
  clip-path: polygon(0 0, 50% 44%, 100% 0, 100% 100%, 0 100%)
}

.art-envelope-front::before,
.art-envelope-front::after {
  content: "";
  position: absolute;
  bottom: -85px;
  width: 70%;
  height: 230px;
  background: #b6bfa4
}

.art-envelope-front::before {
  left: -65px;
  transform: rotate(40deg);
  border-top: 1px solid #8c9b7c66
}

.art-envelope-front::after {
  right: -65px;
  transform: rotate(-40deg);
  border-top: 1px solid #8c9b7c66
}

.envelope-to {
  position: absolute;
  bottom: 25px;
  left: 27px;
  z-index: 1;
  font-size: 7px;
  letter-spacing: 1.8px;
  color: #58664b
}

.envelope-seal {
  position: absolute;
  left: calc(50% - 19px);
  top: 78px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  z-index: 2;
  background: #e6e8d9;
  border: 3px double #afb89d;
  color: #788466;
  font-family: var(--serif);
  font-size: 18px;
  box-shadow: 0 2px 3px #4d584416
}

.art-caption {
  position: absolute;
  bottom: -5px;
  left: 73px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: #888d7d;
  transform: rotate(-4deg)
}

.caption-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #bbc1ad
}

.art-sparkle {
  position: absolute;
  bottom: 34px;
  right: 2px;
  font-size: 34px;
  color: #a9b294
}

.how-section {
  border-top: 1px solid var(--line);
  padding-block: 53px 58px;
  scroll-margin-top: 32px
}

.section-intro {
  text-align: center;
  margin-bottom: 42px
}

.section-intro .eyebrow {
  margin-bottom: 10px
}

.section-intro h2 {
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -.7px;
  margin-bottom: 10px
}

.section-intro>p:last-child {
  font-size: 12px;
  color: var(--muted)
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px
}

.ritual-step {
  position: relative;
  padding-top: 15px
}

.step-number {
  font-size: 10px;
  color: #8d9680;
  font-weight: 500;
  letter-spacing: 1px
}

.ritual-step>.step-number {
  position: absolute;
  right: 0;
  top: 14px
}

.step-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 19px;
  color: var(--olive)
}

.step-icon svg {
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ritual-step h3 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 11px
}

.ritual-step>p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 290px;
  margin: 0
}

.reflection-section {
  position: relative;
  text-align: center;
  background: #eeeee5;
  border-radius: 3px;
  padding: 52px 25px 49px;
  margin: 16px 0 76px;
  overflow: hidden
}

.reflection-envelope {
  color: #b6bda5;
  font-size: 42px;
  display: block;
  line-height: 1;
  margin-bottom: 19px
}

.reflection-section .eyebrow {
  font-size: 9px;
  letter-spacing: 1.8px;
  margin-bottom: 12px
}

.reflection-section h2 {
  font-family: var(--serif);
  font-size: 47px;
  line-height: 1.1;
  letter-spacing: -.5px;
  margin-bottom: 16px
}

.reflection-section>p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px
}

.reflection-link {
  font-size: 12px
}

/* Forms use native controls, so the writing flow works without JavaScript. */
.field {
  margin-bottom: 20px
}

.field-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #4c594c
}

input:not([type="hidden"]):not([type="checkbox"]),
textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9ddcf;
  border-radius: 5px;
  background: var(--paper);
  padding: 12px 14px;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
  min-width: 0;
  line-height: 1.5;
  font-size: 14px
}

input:not([type="hidden"]):focus,
textarea:focus {
  border-color: #8b997d;
  box-shadow: 0 0 0 3px #68745b0d;
  outline: none
}

input::placeholder,
textarea::placeholder {
  color: #919687;
  opacity: 1
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #a9654e
}

input[type="date"] {
  min-height: 48px
}

.field-hint {
  font-size: 10px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 7px
}

.field-hint ul,
.field-errors ul,
.form-errors ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.field-hint li+li {
  margin-top: 3px
}

.field-errors,
.field-error {
  color: #984b38;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 6px
}

.field-error:empty {
  display: none
}

.field-error p {
  margin: 0
}

.form-errors {
  padding: 12px 16px;
  background: #f5e9e3;
  color: #984b38;
  border: 1px solid #e6c9bc;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 20px
}

.compose-layout>.form-errors {
  grid-column: 1/-1;
  margin: 0
}

.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-block: 65px 82px;
  max-width: 980px
}

.auth-aside {
  position: relative;
  padding: 55px 22px 75px 34px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line)
}

.auth-aside::after {
  content: "";
  background: url("../images/envelope.56c691c460c4.svg") center/contain no-repeat;
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 36px;
  color: #bcc4ab;
  font-size: 82px;
  line-height: 1
}

.auth-aside .eyebrow {
  margin-bottom: 29px
}

.auth-quote {
  font-family: var(--serif);
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: -.6px;
  margin-bottom: 25px;
  text-wrap: balance
}

.auth-aside-note {
  font-family: var(--serif);
  font-style: italic;
  color: #869078;
  font-size: 24px;
  line-height: 1.5;
  max-width: 300px
}

.auth-card {
  width: 100%;
  max-width: 410px;
  justify-self: end
}

.auth-card>.eyebrow {
  margin-bottom: 10px
}

.auth-title {
  font-size: 49px;
  letter-spacing: -.8px;
  margin-bottom: 13px
}

.auth-intro {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 31px
}

.auth-form .button {
  margin-top: 7px
}

.auth-switch {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin: 24px 0 0
}

.auth-switch .text-link {
  font-size: 11px;
  color: var(--olive)
}

.compose-intro {
  padding: 54px 0 30px
}

.compose-intro .eyebrow {
  margin-bottom: 12px
}

.compose-intro .display-title {
  font-size: 56px;
  margin-bottom: 16px
}

.compose-intro>.text-muted {
  font-size: 13px;
  margin: 0
}

.compose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 298px;
  gap: 32px;
  align-items: start
}

.writing-paper {
  padding: 31px 39px 19px;
  background: var(--paper);
  border: 1px solid #e5e5d9;
  box-shadow: 0 6px 22px #46543f05;
  border-radius: 2px
}

.paper-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9de
}

.paper-topline .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
  margin: 0
}

.paper-date {
  font-size: 10px;
  color: #959c8b;
  white-space: nowrap
}

.paper-salutation {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 39px;
  margin: 26px 0 17px;
  line-height: 1.1
}

.writing-paper .paper-salutation input.letter-title-input {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-overflow: ellipsis;
  box-shadow: none
}

.paper-salutation:hover input.letter-title-input {
  border-bottom-color: var(--line)
}

.writing-paper .paper-salutation input.letter-title-input:focus {
  border-bottom-color: var(--olive);
  outline: 1px solid #bcc5ab;
  outline-offset: 5px;
  text-overflow: clip
}

.writing-paper .paper-salutation input.letter-title-input[aria-invalid="true"] {
  border-bottom-color: var(--rust)
}

.title-edit-icon {
  color: var(--muted);
  cursor: text
}

textarea.letter-textarea {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.8;
  border: 0;
  resize: vertical;
  border-radius: 0;
  padding: 0;
  background: transparent;
  min-height: 265px;
  max-height: 80vh;
  color: #56614f
}

textarea.letter-textarea:focus {
  border: 0;
  box-shadow: none;
  outline: 1px solid #bcc5ab;
  outline-offset: 7px
}

textarea.letter-textarea::placeholder {
  color: #a0a591;
  font-style: italic
}

.paper-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e9e9de;
  padding-top: 15px;
  margin-top: 8px
}

.writing-hint,
.word-count {
  font-size: 10px;
  color: #87917d;
  line-height: 1.5;
  margin: 0
}

.delivery-panel {
  padding: 27px 25px;
  background: #eeeee5;
  border: 1px solid #e6e8dc;
  border-radius: 5px
}

.delivery-panel-icon {
  width: 30px;
  height: 30px;
  color: var(--olive);
  margin-bottom: 20px
}

.delivery-panel .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
  margin-bottom: 9px
}

.delivery-panel h2 {
  font-family: var(--serif);
  font-size: 33px;
  line-height: 1.08;
  margin-bottom: 14px;
  max-width: 200px
}

.delivery-panel>.text-muted {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 24px
}

.delivery-panel .field-label {
  font-size: 10px
}

.delivery-panel .date-input {
  font-size: 12px;
  min-height: 45px
}

.date-shortcuts {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px
}

.date-shortcut {
  font-size: 9px;
  border: 1px solid #d2d9c5;
  background: transparent;
  padding: 6px 10px;
  line-height: 1.5;
  border-radius: 4px;
  color: #67745a;
  transition: background .2s
}

.date-shortcut:hover,
.date-shortcut[aria-pressed="true"] {
  background: #dce2ce;
  border-color: #aab69b
}

.delivery-note {
  font-size: 10px;
  line-height: 1.8;
  color: #7a8470;
  margin: 20px 0
}

.delivery-email {
  display: block;
  overflow-wrap: anywhere;
  color: #59674e
}

.compose-submit {
  width: 100%;
  min-height: 47px;
  font-size: 11px;
  gap: 17px;
  padding: 12px 14px
}

.delivery-footnote {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.4;
  color: #7d886e;
  margin: 15px 0 0
}

.writing-prompts {
  margin: 38px 0 66px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px
}

.prompt-intro {
  grid-row: 1/3
}

.prompt-intro .eyebrow {
  font-size: 9px;
  margin-bottom: 9px;
  letter-spacing: 1.4px
}

.prompt-intro h2 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px
}

.prompt-options {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  flex-wrap: wrap
}

.prompt-button {
  font-size: 10px;
  line-height: 1.6;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #87917b
}

.prompt-button:hover,
.prompt-button[aria-pressed="true"] {
  color: var(--olive-dark);
  border-color: #a5b294
}

.prompt-guidance {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  color: #7a846e;
  margin: 0;
  max-width: 500px
}

.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 62px 0 39px
}

.page-heading .eyebrow {
  margin-bottom: 12px
}

.page-heading .display-title {
  font-size: 58px;
  margin-bottom: 15px
}

.page-heading .text-muted {
  font-size: 13px;
  margin: 0
}

.page-heading>.button {
  flex-shrink: 0
}

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

.letter-row {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 28px 10px;
  border-bottom: 1px solid var(--line)
}

.letter-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--olive-pale);
  display: grid;
  place-items: center;
  color: #879476;
  flex-shrink: 0
}

.letter-details {
  flex: 1;
  min-width: 0
}

.letter-title {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow-wrap: anywhere
}

.letter-date {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0
}

.letter-date time {
  color: #66725c
}

.status-badge {
  padding: 5px 11px;
  border: 1px solid #d5dcc9;
  border-radius: 30px;
  background: #eef1e7;
  color: #687858;
  font-size: 9px;
  letter-spacing: .3px;
  flex-shrink: 0
}

.status-badge::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8a9b76;
  margin-right: 5px;
  vertical-align: middle
}

.status-sent {
  background: #f1eeea;
  color: #8a7b6f;
  border-color: #e1d8cf
}

.status-sent::before {
  background: #bba591
}

.empty-state {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 38px 25px 45px;
  margin: 0 0 72px;
  background: #f9f8f2
}

.empty-illustration {
  margin: 0 auto 16px;
  color: #7f8c6a
}

.empty-title {
  font-size: 44px;
  margin-bottom: 16px
}

.empty-description {
  font-size: 13px;
  line-height: 1.85;
  max-width: 405px;
  margin: 0 auto 25px
}

.success-page {
  text-align: center;
  padding-block: 64px 87px;
  max-width: 760px
}

.success-seal {
  display: grid;
  place-items: center;
  color: #82916d;
  margin-bottom: 25px
}

.success-page>.eyebrow {
  margin-bottom: 16px
}

.success-page>.display-title {
  font-size: 65px;
  margin-bottom: 24px
}

.success-description {
  max-width: 440px;
  font-size: 13px;
  line-height: 1.9;
  margin: 0 auto 30px
}

.success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap
}

.success-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: #87947b;
  margin: 30px 0 0
}

.about-page {
  max-width: 780px;
  margin: 0 auto;
  padding-block: 62px 76px
}

.about-heading {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 54px
}

.about-heading .display-title {
  font-size: 76px;
  margin-bottom: 27px
}

.about-heading .page-description {
  font-size: 13px;
  line-height: 1.9;
  max-width: 460px;
  margin: 0 auto
}

.about-steps {
  display: grid;
  gap: 29px;
  margin-bottom: 43px
}

.about-steps article {
  display: flex;
  gap: 29px;
  align-items: start;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--line)
}

.about-steps .step-number {
  padding-top: 10px
}

.about-steps h2 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 12px
}

.about-steps p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin: 0
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  padding: 27px 29px;
  background: var(--olive-pale);
  border-radius: 5px;
  scroll-margin-top: 32px
}

.privacy-note>svg {
  margin-top: 3px;
  color: #80906d
}

.privacy-note h2 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px
}

.privacy-note p {
  font-size: 11px;
  line-height: 1.85;
  color: #76816d;
  margin-bottom: 10px
}

.privacy-note p:last-child {
  margin-bottom: 0
}

.about-cta {
  text-align: center;
  margin-top: 38px
}

.about-cta>p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 27px;
  color: #7e896f;
  margin-bottom: 20px
}

@media(min-width:1500px) {
  .page-shell {
    width: min(1200px, calc(100% - 128px))
  }

  .hero {
    gap: 60px;
    min-height: 710px
  }

  .letter-art {
    max-width: 540px;
    justify-self: end
  }

  .hero-title {
    font-size: 120px
  }

  .hero-description {
    font-size: 15px
  }
}

@media(max-width:1050px) {
  .page-shell {
    width: calc(100% - 72px)
  }

  .hero {
    gap: 10px;
    padding-block: 50px 65px;
    min-height: 620px
  }

  .hero-title {
    font-size: 91px
  }

  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px
  }

  .hero-description {
    font-size: 12px
  }

  .hero-actions {
    gap: 18px
  }

  .hero-actions>.button {
    font-size: 11px;
    padding-inline: 17px;
    gap: 17px
  }

  .letter-art {
    height: 495px;
    transform: scale(.94);
    transform-origin: center right
  }

  .art-letter {
    left: 63px;
    right: 24px;
    top: 64px;
    padding: 23px
  }

  .art-envelope-back {
    left: 9px;
    right: 0;
    top: 195px
  }

  .art-envelope-front {
  overflow: hidden;
    left: 9px;
    right: 0;
    top: 286px
  }

  .art-caption {
    left: 18px;
    bottom: -18px;
    font-size: 18px
  }

  .art-sun {
    right: -13px;
    top: 8px;
    width: 74px
  }

  .art-halo {
    left: 0;
    width: 100%
  }

  .art-handwriting {
    font-size: 21px
  }

  .art-salutation {
    font-size: 30px
  }

  .ritual-steps {
    gap: 36px
  }

  .auth-layout {
    gap: 65px
  }

  .auth-quote {
    font-size: 48px
  }

  .compose-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px
  }

  .writing-paper {
    padding-inline: 28px
  }

  .delivery-panel {
    padding-inline: 21px
  }

  .page-heading .display-title {
    font-size: 51px
  }

  .footer-links {
    gap: 18px
  }
}

@media(max-width:760px) {
  .page-shell {
    width: calc(100% - 40px)
  }

  .header-inner {
    min-height: 82px
  }

  .wordmark {
    font-size: 32px;
    gap: 7px
  }

  .brand-mark {
    width: 26px;
    height: 26px
  }

  .site-nav {
    gap: 18px
  }

  .nav-about {
    display: none
  }

  .nav-text {
    font-size: 11px
  }

  .button-small {
    min-height: 38px;
    padding: 8px 12px;
    gap: 10px;
    font-size: 10px
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 0 34px;
    min-height: 0
  }

  .hero-copy {
    text-align: center
  }

  .hero-copy .eyebrow {
    justify-content: center;
    font-size: 8px;
    letter-spacing: 1.4px;
    margin-bottom: 23px
  }

  .little-envelope {
    font-size: 17px
  }

  .hero-title {
    font-size: 90px;
    letter-spacing: -2px;
    line-height: .98;
    margin-bottom: 24px
  }

  .hero-description {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 24px
  }

  .hero-actions {
    justify-content: center;
    gap: 19px
  }

  .hero-actions>.button {
    font-size: 11px;
    min-height: 49px;
    padding-inline: 20px
  }

  .hero-footnote {
    justify-content: center;
    font-size: 9px;
    margin-top: 16px
  }

  .letter-art {
    height: 485px;
    max-width: 430px;
    justify-self: center;
    transform: scale(.88);
    transform-origin: center center;
    margin: -5px auto -21px
  }

  .art-halo {
    top: 38px
  }

  .art-letter {
    left: 86px;
    right: 28px;
    top: 47px;
    height: 325px;
    padding: 25px
  }

  .art-envelope-back {
    left: 21px;
    right: 4px;
    top: 192px;
    height: 249px
  }

  .art-envelope-front {
  overflow: hidden;
    left: 21px;
    right: 4px;
    top: 277px;
    height: 165px
  }

  .art-sun {
    right: -8px;
    top: 15px
  }

  .art-caption {
    left: 26px;
    bottom: -3px;
    font-size: 19px
  }

  .art-sparkle {
    bottom: 23px
  }

  .art-salutation {
    font-size: 33px
  }

  .art-handwriting {
    font-size: 23px
  }

  .how-section {
    padding-block: 36px 38px
  }

  .section-intro {
    margin-bottom: 26px
  }

  .section-intro h2 {
    font-size: 37px
  }

  .section-intro>p:last-child {
    font-size: 11px
  }

  .ritual-steps {
    grid-template-columns: 1fr;
    gap: 23px
  }

  .ritual-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 15px;
    padding-top: 6px
  }

  .step-icon {
    grid-row: 1/3;
    margin-top: 3px;
    width: 29px;
    height: 29px
  }

  .ritual-step h3 {
    font-size: 27px;
    margin-bottom: 7px;
    padding-right: 25px
  }

  .ritual-step>p {
    max-width: none;
    font-size: 12px
  }

  .ritual-step>.step-number {
    top: 8px;
    font-size: 9px
  }

  .reflection-section {
    padding: 37px 18px 36px;
    margin: 12px 0 43px
  }

  .reflection-section h2 {
    font-size: 36px
  }

  .reflection-section .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px
  }

  .reflection-section>p:not(.eyebrow) {
    font-size: 11px
  }

  .reflection-link {
    font-size: 11px
  }

  .site-footer {
    flex-direction: column;
    gap: 17px;
    align-items: center;
    padding-block: 25px
  }

  .footer-links {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px
  }

  .footer-links .text-link {
    font-size: 10px
  }

  .footer-year {
    font-size: 9px
  }

  .footer-note {
    font-size: 11px
  }

  .auth-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 36px 50px;
    max-width: 450px
  }

  .auth-aside {
    padding: 0;
    border: 0;
    text-align: center;
    align-items: center
  }

  .auth-aside::after {
    display: none
  }

  .auth-aside .eyebrow {
    margin-bottom: 12px;
    font-size: 8px
  }

  .auth-quote {
    font-size: 40px;
    margin-bottom: 0
  }

  .auth-aside-note {
    display: none
  }

  .auth-card {
    max-width: 450px;
    justify-self: center;
    padding-top: 28px;
    border-top: 1px solid var(--line)
  }

  .auth-card>.eyebrow {
    font-size: 9px
  }

  .auth-title {
    font-size: 42px
  }

  .auth-intro {
    margin-bottom: 23px
  }

  .field {
    margin-bottom: 16px
  }

  .field-label {
    font-size: 12px
  }

  input:not([type="hidden"]):not([type="checkbox"]),
  textarea {
    font-size: 16px;
    min-height: 48px
  }

  .auth-switch,
  .auth-switch .text-link {
    font-size: 11px
  }

  .compose-intro {
    padding: 35px 0 25px
  }

  .compose-intro .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px
  }

  .compose-intro .display-title {
    font-size: 43px;
    max-width: 320px;
    line-height: 1.04
  }

  .compose-intro>.text-muted {
    font-size: 12px;
    line-height: 1.9;
    max-width: 370px
  }

  .compose-layout {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .writing-paper {
    padding: 22px 22px 17px
  }

  .paper-topline {
    padding-bottom: 20px;
    gap: 8px
  }

  .paper-topline .eyebrow {
    font-size: 7px;
    letter-spacing: 1px
  }

  .paper-date {
    font-size: 8px
  }

  .paper-salutation {
    font-size: 34px;
    margin-top: 23px
  }

  .writing-paper textarea.letter-textarea {
    font-size: 22px;
    line-height: 1.8;
    min-height: 275px
  }

  .paper-bottomline {
    gap: 10px
  }

  .writing-hint,
  .word-count {
    font-size: 9px
  }

  .delivery-panel {
    padding: 26px
  }

  .delivery-panel h2 {
    font-size: 36px;
    max-width: none
  }

  .delivery-panel>.text-muted {
    font-size: 12px;
    margin-bottom: 21px
  }

  .delivery-panel-icon {
    margin-bottom: 16px
  }

  .delivery-panel .date-input {
    font-size: 16px
  }

  .delivery-panel .field-label {
    font-size: 12px
  }

  .date-shortcut {
    font-size: 11px;
    padding: 8px 13px
  }

  .delivery-note {
    font-size: 11px;
    margin: 17px 0
  }

  .delivery-email {
    display: inline
  }

  .compose-submit {
    font-size: 13px;
    min-height: 50px
  }

  .delivery-footnote {
    font-size: 19px
  }

  .writing-prompts {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 31px 0 44px;
    padding-top: 25px
  }

  .prompt-intro {
    grid-row: auto
  }

  .prompt-intro h2 {
    font-size: 30px;
    margin-bottom: 0
  }

  .prompt-options {
    gap: 22px;
    margin-bottom: 0
  }

  .prompt-button {
    font-size: 11px
  }

  .prompt-guidance {
    font-size: 23px
  }

  .page-heading {
    margin: 37px 0 29px;
    flex-direction: column;
    align-items: start;
    gap: 20px
  }

  .page-heading .display-title {
    font-size: 46px;
    line-height: 1.04;
    max-width: 320px
  }

  .page-heading .text-muted {
    font-size: 12px
  }

  .page-heading>.button {
    font-size: 12px;
    min-height: 46px
  }

  .letter-list {
    margin-bottom: 48px
  }

  .letter-row {
    gap: 15px;
    padding: 23px 0;
    flex-wrap: wrap
  }

  .letter-icon {
    width: 48px;
    height: 48px
  }

  .letter-icon svg {
    width: 27px;
    height: 27px
  }

  .letter-title {
    font-size: 25px
  }

  .letter-date {
    font-size: 10px
  }

  .status-badge {
    font-size: 8px;
    padding: 4px 8px
  }

  .empty-state {
    padding: 27px 20px 34px;
    margin-bottom: 47px
  }

  .empty-title {
    font-size: 37px
  }

  .empty-description {
    font-size: 12px
  }

  .empty-state .button {
    font-size: 12px
  }

  .success-page {
    padding: 43px 0 54px
  }

  .success-page>.display-title {
    font-size: 48px
  }

  .success-description {
    font-size: 12px;
    max-width: 320px
  }

  .success-actions {
    gap: 12px
  }

  .success-actions>.button {
    font-size: 12px
  }

  .success-note {
    font-size: 21px
  }

  .about-page {
    padding-block: 39px 49px
  }

  .about-heading {
    margin-bottom: 35px
  }

  .about-heading .eyebrow {
    font-size: 8px
  }

  .about-heading .display-title {
    font-size: 55px
  }

  .about-heading .page-description {
    font-size: 12px
  }

  .about-steps {
    gap: 23px;
    margin-bottom: 30px
  }

  .about-steps article {
    gap: 20px;
    padding-bottom: 23px
  }

  .about-steps h2 {
    font-size: 31px
  }

  .privacy-note {
    padding: 22px 19px;
    gap: 15px
  }

  .privacy-note h2 {
    font-size: 27px
  }

  .privacy-note>svg {
    width: 21px;
    height: 21px
  }

  .about-cta>p {
    font-size: 26px
  }
}

@media(max-width:480px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-block: 20px
  }

  .site-nav {
    width: 100%;
    justify-content: space-between
  }
}

@media(max-width:380px) {
  .page-shell {
    width: calc(100% - 32px)
  }

  .site-nav {
    gap: 12px
  }

  .wordmark {
    font-size: 29px
  }

  .brand-mark {
    width: 23px
  }

  .hero-title {
    font-size: 81px
  }

  .hero-actions {
    gap: 15px
  }

  .hero-actions>.button {
    padding-inline: 15px;
    font-size: 10px
  }

  .how-link {
    font-size: 10px
  }

  .hero-copy .eyebrow {
    font-size: 7px
  }

  .letter-art {
    transform: scale(.83);
    margin: -20px auto -45px
  }

  .art-letter {
    left: 60px;
    right: 14px
  }

  .art-envelope-back,
  .art-envelope-front {
  overflow: hidden;
    left: 0;
    right: 0
  }

  .letter-row {
    gap: 12px
  }

  .letter-icon {
    width: 40px;
    height: 40px
  }

  .letter-title {
    font-size: 23px
  }

  .status-badge {
    padding: 4px 6px;
    font-size: 7px
  }

  .paper-topline {
    flex-wrap: wrap
  }

  .footer-links {
    gap: 15px
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important
  }

  .button:hover {
    transform: none
  }
}

/* Decorative marks are vectors, independent of system font coverage. */
.little-envelope {
  display: inline-block;
  width: 19px;
  height: 19px;
  flex-shrink: 0
}

.footer-envelope {
  display: block;
  width: 23px;
  height: 23px
}

.reflection-envelope {
  width: 39px;
  height: 39px;
  margin-inline: auto
}

.art-letter-top span:last-child {
  width: 20px;
  height: 20px
}

.art-sparkle {
  width: 32px;
  height: 32px
}

.arrow-icon {
  flex-shrink: 0
}

.nav-text {
  font-size: 13px
}

.ritual-step>p {
  font-size: 13px
}

.hero-footnote {
  font-size: 11px
}

.privacy-note p {
  font-size: 12px
}

.field-hint,
.field-errors,
.field-error {
  font-size: 12px
}

.delivery-panel>.text-muted,
.delivery-note {
  font-size: 12px
}

@media(max-width:760px) {
  .nav-text {
    font-size: 12px
  }

  .hero-footnote {
    font-size: 10px
  }

  .field-hint {
    font-size: 11px
  }

  .hero-copy .eyebrow {
    font-size: 9px
  }

  .little-envelope {
    width: 16px;
    height: 16px
  }

  .ritual-step>p {
    font-size: 12px
  }
}

/* Keep supporting text legible on both paper and sage surfaces. */
.hero-footnote,
.footer-year,
.writing-hint,
.word-count,
.paper-date,
.delivery-note,
.delivery-footnote,
.prompt-guidance,
.prompt-button,
.success-note,
.privacy-note p {
  color: var(--muted);
}
textarea.letter-textarea::placeholder {
  color: #707c63;
}
.date-shortcut {
  color: #5d6b51;
}
.step-number,
.paper-topline .eyebrow {
  color: #6b765d;
}
