:root {
  --cream: #fbf3e7;
  --cream-2: #f8ead6;
  --paper: #fffaf2;
  --blush: #d89a85;
  --rose: #b85f4b;
  --deep-rose: #8f3f31;
  --green: #6f7a4d;
  --green-dark: #374126;
  --sage: #b7bd96;
  --ink: #2e241e;
  --muted: #756858;
  --line: rgba(55, 65, 38, .18);
  --shadow: 0 22px 70px rgba(79, 52, 30, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(216, 154, 133, .22), transparent 28rem),
    radial-gradient(circle at top right, rgba(183, 189, 150, .28), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, var(--cream) 45%, #f7e8d4 100%);
  line-height: 1.7;
  padding-bottom: 76px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(55,65,38,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55,65,38,.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
textarea { font-family: inherit; resize: vertical; }

.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 88px 0; position: relative; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 50;
  padding: .75rem 1rem;
  background: var(--green-dark);
  color: white;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 242, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(55,65,38,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-weight: 700; color: var(--green-dark); }
.brand img { border-radius: 999px; width: 54px; height: 54px; object-fit: cover; box-shadow: 0 8px 24px rgba(79,52,30,.12); }
.site-nav { display: flex; align-items: center; gap: 1.1rem; font-size: .93rem; font-weight: 700; color: var(--green-dark); }
.site-nav a { opacity: .86; }
.site-nav a:hover { opacity: 1; color: var(--deep-rose); }
.nav-cta { padding: .72rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; background: var(--green-dark); color: #fffdf7 !important; opacity: 1 !important; }
.nav-toggle { display: none; background: transparent; border: 0; padding: .4rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--green-dark); margin: 5px 0; }

h1, h2, h3, h4 { margin: 0; line-height: 1.05; color: var(--green-dark); }
h1 { font-family: "Playfair Display", serif; font-size: clamp(3rem, 7vw, 6.25rem); letter-spacing: -.055em; }
h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2.25rem, 4.5vw, 4.25rem); letter-spacing: -.03em; }
h3 { font-family: "Cormorant Garamond", serif; font-size: 1.9rem; }
h4 { font-size: 1rem; }
p { margin: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; color: var(--deep-rose); font-weight: 800; font-size: .78rem; margin-bottom: 1rem; }
.script-line { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.8rem; color: var(--rose); margin-bottom: 1rem; }

.hero { padding-top: 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); align-items: center; gap: 4rem; }
.hero-summary { margin-top: 1rem; max-width: 680px; color: var(--green-dark); font-size: clamp(1.08rem, 1.6vw, 1.28rem); font-weight: 650; }
.hero-lede { font-size: clamp(1.25rem, 2.3vw, 1.65rem); color: var(--green-dark); margin: 1.2rem 0 0; max-width: 650px; }
.hero-lede strong { font-family: "Cormorant Garamond", serif; font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 700; }
.secondary-lede { font-size: clamp(1.02rem, 1.7vw, 1.18rem); color: var(--muted); margin-top: .75rem; }
.hero-actions, .section-actions, .center-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 2rem 0 0; }
.center-actions { justify-content: center; }
.left-actions { justify-content: flex-start; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.25rem; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green-dark); color: #fffdf7; box-shadow: 0 13px 28px rgba(55,65,38,.2); }
.button.secondary { background: rgba(255,255,255,.68); border-color: var(--line); color: var(--green-dark); }
.button.full { width: 100%; }
.founding-mini { color: var(--deep-rose); background: rgba(255,250,242,.72); border: 1px solid rgba(143,63,49,.18); border-radius: 999px; display: inline-flex; padding: .65rem 1rem; font-size: .92rem; font-weight: 800; margin-top: 1rem; }
.hero-art { position: relative; }
.photo-frame { border: 10px solid rgba(255,255,255,.64); border-radius: 34px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1.4deg); background: var(--paper); }
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.stamp-card { position: absolute; width: 164px; right: -28px; bottom: -38px; border-radius: 999px; background: rgba(255, 250, 242, .82); padding: .5rem; box-shadow: 0 18px 48px rgba(79,52,30,.22); transform: rotate(-8deg); }
.stamp-card img { border-radius: 999px; }
.floral-divider { text-align: center; color: var(--blush); letter-spacing: .9rem; margin-top: 60px; opacity: .75; }

.intro-section { padding-top: 40px; }
.intro-section .narrow { background: rgba(255,250,242,.75); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(2rem, 5vw, 4rem); box-shadow: var(--shadow); text-align: center; }
.intro-section p:not(.script-line) { margin-top: 1.2rem; color: var(--muted); font-size: 1.08rem; }

.section-heading { max-width: 835px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow) { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; }
.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.inside-card { background: rgba(255,250,242,.78); border: 1px solid var(--line); border-radius: 26px; padding: 1.35rem; min-height: 252px; box-shadow: 0 16px 44px rgba(79,52,30,.08); }
.inside-card .number { display: inline-flex; color: var(--deep-rose); font-family: "Cormorant Garamond", serif; font-size: 1.8rem; margin-bottom: 2rem; }
.inside-card p { color: var(--muted); font-size: .95rem; margin-top: .8rem; }

.preview { background: rgba(255,255,255,.28); border-block: 1px solid rgba(55,65,38,.08); }
.preview-grid { display: grid; grid-template-columns: .88fr 1fr; align-items: center; gap: 4rem; }
.theme-line { font-weight: 800; color: var(--deep-rose) !important; }
.verse { font-family: "Cormorant Garamond", serif; font-size: 1.45rem; color: var(--green-dark); margin: 1rem 0 1.2rem; padding-left: 1rem; border-left: 3px solid var(--blush); }
.verse span { display: block; color: var(--rose); font-weight: 700; margin-top: .4rem; }
.preview-copy > p:not(.eyebrow):not(.verse) { color: var(--muted); margin-top: 1rem; }
.check-list { padding: 0; margin: 1.4rem 0 0; list-style: none; display: grid; gap: .7rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--muted); }
.check-list li::before { content: "✿"; position: absolute; left: 0; color: var(--rose); }
.preview-stack { display: grid; grid-template-columns: .75fr .95fr; align-items: center; gap: 1rem; }
.preview-stack img { border-radius: 26px; border: 8px solid rgba(255,255,255,.66); box-shadow: var(--shadow); background: var(--paper); }
.verse-img { transform: rotate(-2deg); }
.reflection-img { transform: rotate(2.5deg); margin-top: 44px; }

.founding-card { display: grid; grid-template-columns: .84fr 1fr; gap: 2rem; align-items: center; background: linear-gradient(135deg, rgba(55,65,38,.96), rgba(98,107,67,.95)); color: #fffaf0; border-radius: 36px; padding: clamp(2rem, 5vw, 4.5rem); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.founding-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -130px; border-radius: 999px; background: rgba(216,154,133,.22); }
.founding-card h2, .founding-card h3, .founding-card h4 { color: #fffaf0; }
.founding-card p { color: rgba(255,250,240,.84); margin-top: 1rem; }
.founding-card .eyebrow { color: #f7c1aa; }
.founding-small { font-size: .95rem; color: rgba(255,250,240,.72) !important; }
.offer-box { background: rgba(255,250,242,.12); border: 1px solid rgba(255,250,242,.22); border-radius: 28px; padding: 1.35rem; position: relative; z-index: 1; }
.small-title { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 900; color: var(--deep-rose); }
.offer-box .small-title { color: rgba(255,250,240,.78); margin-top: 0; }
.offer-box h3 { margin-top: .35rem; font-size: clamp(2rem, 4vw, 2.75rem); }
.purchase-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-top: 1.2rem; }
.purchase-mini-card { background: rgba(255,250,242,.13); border: 1px solid rgba(255,250,242,.22); border-radius: 22px; padding: 1rem; display: grid; gap: .55rem; }
.purchase-mini-card strong { font-family: "Cormorant Garamond", serif; font-size: 1.65rem; color: #fffaf0; }
.purchase-mini-card p { margin-top: 0; font-size: .9rem; }
.light-button { margin-top: .4rem; background: #fffaf0 !important; color: var(--green-dark) !important; box-shadow: none !important; }
.founding-note { margin: .95rem 0 0 !important; font-size: .92rem; line-height: 1.45; color: rgba(255, 250, 240, .82) !important; text-align: center; }

.note-grid { display: grid; grid-template-columns: 1fr 360px; gap: 2rem; align-items: stretch; }
.note-card, .quote-card { background: rgba(255,250,242,.8); border: 1px solid var(--line); border-radius: 34px; padding: clamp(1.7rem, 4vw, 3.3rem); box-shadow: var(--shadow); }
.note-card p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.with-love { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; color: var(--green-dark) !important; }
.signature { width: 250px; margin-top: .2rem; }
.note-actions { margin-top: 1.6rem; }
.quote-card { display: flex; flex-direction: column; justify-content: center; gap: 2rem; text-align: center; }
.quote-card img { width: 210px; margin: 0 auto; border-radius: 999px; }
.quote-card blockquote { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 1.75rem; line-height: 1.18; color: var(--green-dark); }

.join { background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(216,154,133,.12)); }
.join-heading { text-align: center; margin-inline: auto; }
.purchase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; align-items: stretch; }
.purchase-card { background: rgba(255,250,242,.88); border: 1px solid var(--line); border-radius: 30px; padding: clamp(1.4rem, 3vw, 2.1rem); box-shadow: var(--shadow); display: grid; gap: 1rem; }
.purchase-card.featured { border-color: rgba(143,63,49,.28); box-shadow: 0 22px 70px rgba(143,63,49,.16); }
.purchase-card .small-title { color: var(--deep-rose); }
.price { font-family: "Cormorant Garamond", serif; color: var(--green-dark); font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 700; line-height: 1; }
.price span { font-family: Inter, sans-serif; font-size: 1rem; color: var(--muted); font-weight: 800; }
.purchase-card p { color: var(--muted); }
.checkout-note { text-align: center; color: var(--muted); margin: 1.4rem auto 2rem; max-width: 780px; font-size: .95rem; }
.signup-form { background: rgba(255,250,242,.9); border: 1px solid var(--line); border-radius: 30px; padding: clamp(1.4rem, 4vw, 2.2rem); box-shadow: var(--shadow); display: grid; gap: .75rem; max-width: 780px; margin: 0 auto; }
.signup-form label { font-weight: 800; color: var(--green-dark); font-size: .9rem; }
.signup-form input, .signup-form select, .signup-form textarea { width: 100%; border: 1px solid rgba(55,65,38,.22); background: #fffdf8; border-radius: 15px; padding: .95rem 1rem; font: inherit; color: var(--ink); }
.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus { outline: 3px solid rgba(216,154,133,.26); border-color: var(--rose); }
.form-note { color: var(--muted); font-size: .86rem; text-align: center; }

.faq-list { display: grid; gap: .85rem; }
details { background: rgba(255,250,242,.78); border: 1px solid var(--line); border-radius: 22px; padding: 1.1rem 1.2rem; box-shadow: 0 10px 30px rgba(79,52,30,.06); }
summary { cursor: pointer; font-weight: 900; color: var(--green-dark); }
details p { color: var(--muted); margin-top: .75rem; }

.sticky-cta { position: fixed; left: 18px; right: 18px; bottom: 16px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem .9rem; border-radius: 999px; background: rgba(55,65,38,.96); color: #fffaf0; box-shadow: 0 18px 45px rgba(46,36,30,.22); border: 1px solid rgba(255,250,242,.18); }
.sticky-cta strong { display: block; line-height: 1.1; }
.sticky-cta span { display: block; font-size: .82rem; color: rgba(255,250,240,.76); }
.sticky-actions { display: flex; gap: .55rem; }
.sticky-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: .55rem .85rem; border-radius: 999px; background: #fffaf0; color: var(--green-dark); font-weight: 900; font-size: .88rem; }
.sticky-actions a:first-child { background: var(--blush); color: #fffaf0; }

.site-footer { padding: 44px 0; background: rgba(55,65,38,.92); color: #fffaf0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-grid img { border-radius: 999px; margin-bottom: .6rem; }
.footer-grid p { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; font-weight: 700; }
.footer-grid span { color: rgba(255,250,240,.72); }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; color: rgba(255,250,240,.78); font-weight: 700; }
.footer-links a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1040px) {
  .site-nav { gap: .75rem; font-size: .88rem; }
  .founding-card { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .hero-grid, .preview-grid, .note-grid { grid-template-columns: 1fr; }
  .inside-grid { grid-template-columns: repeat(2, 1fr); }
  .inside-card { min-height: auto; }
  .inside-card .number { margin-bottom: 1.4rem; }
  .preview-stack { max-width: 720px; margin: 0 auto; }
  .offer-box { max-width: none; }
}

@media (max-width: 760px) {
  body { padding-bottom: 118px; }
  .section { padding: 64px 0; }
  .site-nav { position: fixed; inset: 78px 20px auto 20px; flex-direction: column; align-items: stretch; background: rgba(255,250,242,.97); border: 1px solid var(--line); border-radius: 24px; padding: 1rem; box-shadow: var(--shadow); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: .75rem; }
  .nav-toggle { display: inline-block; }
  .hero { padding-top: 46px; }
  .stamp-card { width: 118px; right: 4px; bottom: -30px; }
  .inside-grid, .purchase-grid, .purchase-mini-grid { grid-template-columns: 1fr; }
  .preview-stack { grid-template-columns: 1fr; }
  .reflection-img { margin-top: 0; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .sticky-cta { border-radius: 22px; flex-direction: column; align-items: stretch; left: 10px; right: 10px; bottom: 10px; }
  .sticky-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .sticky-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}


.hero-journal-card {
  position: absolute;
  left: -34px;
  bottom: -58px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: .9rem;
  align-items: center;
  max-width: 420px;
  padding: .85rem;
  border-radius: 28px;
  background: rgba(255,250,242,.96);
  border: 1px solid rgba(55,65,38,.12);
  box-shadow: 0 20px 48px rgba(79,52,30,.2);
}
.hero-journal-card img {
  width: 120px;
  border-radius: 18px;
  border: 4px solid rgba(255,255,255,.8);
}
.hero-journal-copy .small-title,
.journal-caption .small-title,
.journal-reminder .small-title {
  margin-bottom: .4rem;
}
.hero-journal-copy h3 {
  font-size: 1.45rem;
}
.hero-journal-copy span {
  display: block;
  margin-top: .35rem;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.preview-stack {
  grid-template-columns: .75fr .95fr;
}
.journal-feature-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  align-items: center;
  background: rgba(255,250,242,.82);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.journal-feature-card .journal-img {
  width: 100%;
  border-radius: 20px;
  border: 6px solid rgba(255,255,255,.75);
  box-shadow: 0 12px 34px rgba(79,52,30,.14);
}
.journal-caption h3,
.journal-reminder h3,
.founding-journal-feature h3 {
  margin-top: .2rem;
}
.journal-caption p:last-child,
.journal-reminder p:last-child,
.founding-journal-feature p:last-child {
  color: var(--muted);
  margin-top: .55rem;
}

.founding-journal-feature {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255,250,242,.1);
  border: 1px solid rgba(255,250,242,.2);
}
.founding-journal-feature img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid rgba(255,255,255,.13);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.founding-journal-feature .small-title {
  color: #f7c1aa;
  margin-bottom: .3rem;
}
.founding-journal-feature .journal-tagline {
  color: rgba(255,250,240,.8) !important;
  font-weight: 700;
}

.journal-reminder {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 860px;
  margin: 0 auto 1.4rem;
  padding: 1rem;
  background: rgba(255,250,242,.86);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 14px 36px rgba(79,52,30,.1);
}
.journal-reminder img {
  width: 100%;
  border-radius: 18px;
  border: 5px solid rgba(255,255,255,.8);
}

@media (max-width: 980px) {
  .hero-journal-card {
    position: static;
    margin: 1rem auto 0;
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .hero-journal-card,
  .journal-feature-card,
  .founding-journal-feature,
  .journal-reminder {
    grid-template-columns: 1fr;
  }
  .hero-journal-card img,
  .journal-feature-card .journal-img,
  .founding-journal-feature img,
  .journal-reminder img {
    width: min(100%, 220px);
    margin: 0 auto;
  }
}


.stamp-card { display: none; }

.hero-journal-card {
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
  max-width: 470px;
}

.offer-box {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  justify-self: center;
  padding: 1.55rem;
}

.offer-box h3 {
  text-align: center;
  max-width: 14ch;
  margin-inline: auto;
}

.purchase-mini-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 1.2rem;
  max-width: 760px;
  margin: 1.35rem auto 0;
  justify-content: center;
}

.purchase-mini-card {
  padding: 1.2rem;
  min-height: 100%;
}

.purchase-mini-card .button {
  min-height: 52px;
  font-size: 1rem;
}

.founding-note {
  max-width: 520px;
  margin-inline: auto !important;
}

@media (max-width: 980px) {
  .hero-journal-card {
    transform: none;
  }
}


/* Fine-tuning pass */
.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
  gap: 3.3rem;
  align-items: start;
}

.hero-art {
  max-width: 620px;
  margin-left: auto;
  padding-bottom: 3.5rem;
}

.photo-frame {
  transform: rotate(.6deg);
}

.hero-journal-card {
  left: 52%;
  bottom: -22px;
  max-width: 460px;
  padding: .95rem 1rem;
  gap: 1rem;
  border-radius: 30px;
  background: rgba(255,250,242,.94);
  backdrop-filter: blur(10px);
}

.hero-journal-card img {
  width: 112px;
  border-radius: 16px;
}

.hero-journal-copy h3 {
  line-height: 1.05;
}

.hero-journal-copy span {
  line-height: 1.4;
}

.founding-card {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: 2.4rem;
}

.offer-box {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 1.6rem 1.5rem 1.35rem;
}

.offer-box h3 {
  text-align: center;
  max-width: 14ch;
  margin-inline: auto;
}

.purchase-mini-grid {
  align-items: stretch;
  gap: 1.2rem;
}

.purchase-mini-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 1.25rem;
}

.purchase-mini-card h4 {
  min-height: 2.5rem;
  font-size: 1.06rem;
}

.purchase-mini-card strong {
  margin-top: .1rem;
}

.purchase-mini-card p {
  flex: 1;
  min-height: 8.2rem;
}

.purchase-mini-card .button {
  margin-top: auto;
  min-height: 56px;
  font-size: 1rem;
  padding: .9rem 1.1rem;
}

.founding-note {
  max-width: 520px;
  margin-top: 1.1rem !important;
}

.purchase-grid {
  max-width: 980px;
  margin: 0 auto;
}

.purchase-card {
  padding: clamp(1.6rem, 3vw, 2.35rem);
}

.purchase-card .button {
  min-height: 54px;
  font-size: 1rem;
}

.signup-form {
  margin-top: 2rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .founding-card {
    grid-template-columns: 1fr;
  }

  .hero-art {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .hero-journal-card {
    left: auto;
    bottom: auto;
    transform: none;
    margin: 1rem auto 0;
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .hero-journal-card,
  .journal-feature-card,
  .founding-journal-feature,
  .journal-reminder {
    text-align: center;
  }

  .purchase-mini-card p {
    min-height: auto;
  }
}


/* Mobile and typography polish */
h1 {
  max-width: 9.8ch;
}

.hero-summary {
  max-width: 640px;
}

.hero-copy {
  max-width: 720px;
}

.section-heading h2 {
  text-wrap: balance;
}

.inside-card h3,
.purchase-card h3,
.purchase-mini-card h4,
.note-card h2,
.quote-card blockquote {
  text-wrap: balance;
}

.button {
  text-align: center;
}

@media (max-width: 980px) {
  h1 {
    max-width: 10.5ch;
  }

  .hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  .hero-summary,
  .hero-lede,
  .secondary-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .founding-mini {
    border-radius: 24px;
    max-width: 560px;
    text-align: center;
    justify-content: center;
  }

  .founding-card > div:first-child {
    text-align: center;
  }

  .founding-journal-feature {
    max-width: 620px;
    margin-inline: auto;
    text-align: left;
  }

  .offer-box {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1140px);
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand span {
    font-size: 1.3rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  h1 {
    font-size: clamp(3.2rem, 17vw, 4.8rem);
    line-height: .93;
    letter-spacing: -.06em;
    max-width: 8.4ch;
    margin-inline: auto;
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
    line-height: 1;
  }

  h3 {
    font-size: 1.75rem;
  }

  .eyebrow {
    font-size: .72rem;
    letter-spacing: .13em;
  }

  .hero-summary {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-lede strong {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: 1.06;
  }

  .secondary-lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions,
  .section-actions,
  .center-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .founding-mini {
    font-size: .9rem;
    line-height: 1.45;
    border-radius: 18px;
  }

  .photo-frame {
    border-width: 7px;
    border-radius: 24px;
  }

  .photo-frame img {
    aspect-ratio: 1 / .92;
  }

  .hero-journal-card {
    padding: 1rem;
    border-radius: 24px;
  }

  .hero-journal-copy h3 {
    font-size: 1.55rem;
  }

  .intro-section .narrow,
  .note-card,
  .quote-card,
  .signup-form,
  .purchase-card {
    border-radius: 24px;
  }

  .inside-card {
    padding: 1.2rem;
    border-radius: 22px;
  }

  .inside-card .number {
    margin-bottom: 1rem;
  }

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

  .verse {
    padding-left: 0;
    border-left: 0;
    border-top: 3px solid var(--blush);
    padding-top: 1rem;
  }

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

  .journal-feature-card,
  .journal-reminder,
  .founding-journal-feature {
    padding: 1rem;
    text-align: center;
  }

  .founding-card {
    padding: 1.4rem;
    border-radius: 28px;
  }

  .offer-box {
    padding: 1.15rem;
    border-radius: 24px;
  }

  .offer-box h3 {
    max-width: 12ch;
  }

  .purchase-mini-card {
    border-radius: 20px;
    padding: 1.1rem;
  }

  .purchase-mini-card h4 {
    min-height: auto;
  }

  .purchase-mini-card strong {
    font-size: 1.8rem;
  }

  .quote-card blockquote {
    font-size: 1.55rem;
  }

  .quote-card img {
    width: 170px;
  }

  .signature {
    width: min(250px, 86vw);
  }

  .purchase-grid {
    gap: 1rem;
  }

  .price {
    font-size: 3.3rem;
  }

  .signup-form h3 {
    text-align: center;
  }

  details {
    padding: 1rem;
    border-radius: 18px;
  }

  summary {
    line-height: 1.35;
  }

  .sticky-cta span {
    font-size: .78rem;
    line-height: 1.35;
  }

  .sticky-actions a {
    min-height: 42px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(3rem, 16vw, 4rem);
  }

  .hero-summary {
    font-size: .98rem;
  }

  .hero-lede strong {
    font-size: 1.9rem;
  }

  .brand span {
    max-width: 150px;
    line-height: 1;
  }

  .sticky-actions {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 158px;
  }
}


/* Final polish: hero collage + founding member options */
.hero-art {
  max-width: 610px;
  margin-left: auto;
  padding-bottom: 0;
}

.hero-journal-card { display: none !important; }
.stamp-card { display: none !important; }

.photo-frame {
  transform: rotate(0.4deg);
  border-width: 9px;
}

.photo-frame img {
  aspect-ratio: 1 / 1;
}

.founding-card {
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: clamp(2.4rem, 5vw, 4rem);
}

.founding-card > div:first-child {
  max-width: 760px;
}

.offer-box {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 28px;
  background: rgba(255,250,242,.10);
  border: 1px solid rgba(255,250,242,.24);
}

.offer-box .small-title {
  text-align: center;
}

.offer-box h3 {
  text-align: center;
  max-width: 12ch;
  margin: .55rem auto 0;
}

.purchase-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.purchase-mini-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(255,250,242,.14);
  border: 1px solid rgba(255,250,242,.24);
}

.purchase-mini-card h4 {
  font-size: 1.28rem;
  line-height: 1.15;
  min-height: auto;
}

.purchase-mini-card strong {
  display: block;
  margin-top: .7rem;
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  line-height: 1;
}

.purchase-mini-card p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.65;
  min-height: 170px;
  flex: 1;
}

.purchase-mini-card .button {
  margin-top: auto;
  min-height: 54px;
  padding: .95rem 1.1rem;
  font-size: 1rem;
}

.founding-note {
  max-width: 620px;
  margin: 22px auto 0 !important;
  text-align: center;
  font-size: .98rem;
}

@media (max-width: 980px) {
  .hero-art {
    max-width: 720px;
    margin: 0 auto;
  }

  .purchase-mini-grid {
    grid-template-columns: 1fr;
  }

  .purchase-mini-card p {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .offer-box {
    padding: 32px 22px;
  }

  .purchase-mini-grid {
    gap: 18px;
    margin-top: 24px;
  }

  .purchase-mini-card {
    padding: 24px 20px;
  }

  .purchase-mini-card h4,
  .purchase-mini-card strong,
  .purchase-mini-card p {
    text-align: left;
  }

  .purchase-mini-card .button {
    width: 100%;
  }
}


/* Thank you page */
.thank-you-page {
  padding-bottom: 0;
}

.thank-you-page .sticky-cta {
  display: none;
}

.thank-nav {
  display: flex;
}

.thank-hero {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.thank-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: 4rem;
  align-items: center;
}

.thank-copy h1 {
  max-width: 9.7ch;
}

.thank-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 680px;
  margin-top: 1rem;
}

.thank-copy .thank-lede {
  color: var(--green-dark) !important;
  font-weight: 750;
  font-size: clamp(1.12rem, 1.8vw, 1.35rem) !important;
}

.thank-note-box {
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(143,63,49,.18);
  background: rgba(255,250,242,.78);
  box-shadow: 0 14px 38px rgba(79,52,30,.08);
}

.thank-note-box span {
  display: block;
  color: var(--deep-rose);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
}

.thank-note-box p {
  margin-top: .45rem !important;
  font-size: .98rem !important;
}

.thank-art {
  position: relative;
  max-width: 590px;
  margin-left: auto;
}

.thank-frame {
  transform: rotate(.7deg);
}

.thank-frame img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.thank-stamp {
  position: absolute;
  width: 150px;
  right: -24px;
  bottom: -24px;
  padding: .45rem;
  border-radius: 999px;
  background: rgba(255,250,242,.9);
  box-shadow: 0 18px 48px rgba(79,52,30,.2);
  transform: rotate(7deg);
}

.thank-stamp img {
  border-radius: 999px;
}

.thank-letter-section {
  padding-top: 24px;
}

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

.thank-letter .signature {
  margin-left: auto;
  margin-right: auto;
}

.thank-footer {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .thank-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .thank-copy h1,
  .thank-copy p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .thank-art {
    margin: 0 auto;
  }

  .thank-hero .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .thank-nav a:not(.nav-cta) {
    display: none;
  }

  .thank-hero {
    min-height: auto;
  }

  .thank-grid {
    gap: 2rem;
  }

  .thank-copy h1 {
    max-width: 8.2ch;
  }

  .thank-stamp {
    width: 112px;
    right: 6px;
    bottom: -20px;
  }

  .thank-note-box {
    text-align: left;
  }
}


/* Knots Creek footer update */
.site-footer {
  padding: 46px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  align-items: center;
  gap: 2rem;
}

.footer-brand p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.footer-porch-logo {
  border-radius: 999px;
  margin-bottom: .6rem;
}

.footer-created {
  display: grid;
  justify-items: center;
  gap: .65rem;
  text-align: center;
}

.footer-created span {
  color: rgba(255,250,240,.78);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kc-logo-badge {
  width: 112px;
  padding: .55rem;
  border-radius: 18px;
  background: rgba(255,250,242,.92);
  border: 1px solid rgba(255,250,242,.26);
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}

.kc-logo-badge img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,250,242,.16);
  display: grid;
  gap: .45rem;
  color: rgba(255,250,240,.7);
  font-size: .86rem;
  line-height: 1.5;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .footer-created {
    justify-items: start;
    text-align: left;
  }

  .kc-logo-badge {
    width: 96px;
  }
}

/* Show the full hero collage image without cropping */
.hero-art {
  max-width: 620px;
  margin-left: auto;
}

.photo-frame {
  border-width: 9px;
  border-radius: 30px;
  background: rgba(255,250,242,.9);
}

.photo-frame img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
}

.flatlay-card img {
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  .hero-art {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .photo-frame {
    border-width: 7px;
    border-radius: 24px;
  }
}

.kc-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.kc-logo-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
}

/* Checkout links are active, backup request form hidden */
.backup-request-form[hidden] {
  display: none !important;
}


/* Phase build additions */
.contact-section {
  background: rgba(255,255,255,.18);
  border-block: 1px solid rgba(55,65,38,.08);
}
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 1rem;
  font-size: 1.05rem;
}
.contact-form {
  background: rgba(255,250,242,.9);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  box-shadow: var(--shadow);
  display: grid;
  gap: .75rem;
}
.contact-form label {
  font-weight: 800;
  color: var(--green-dark);
  font-size: .9rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(55,65,38,.22);
  background: #fffdf8;
  border-radius: 15px;
  padding: .95rem 1rem;
  font: inherit;
  color: var(--ink);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(216,154,133,.26);
  border-color: var(--rose);
}
.mailto-fallback {
  font-size: .9rem;
  color: var(--muted);
  text-align: center;
}
.mailto-fallback a {
  color: var(--deep-rose);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.deadline-ribbon,
.phase-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(255,250,242,.72);
  border: 1px solid rgba(143,63,49,.18);
  color: var(--deep-rose);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.35;
}
.phase-note.green-note {
  background: rgba(55,65,38,.08);
  color: var(--green-dark);
}
.past-card, .now-mailing-card {
  background: rgba(255,250,242,.86);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
}
.now-mailing-card p, .past-card p {
  color: var(--muted);
  margin-top: 1rem;
}
.now-mailing-grid, .past-envelope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}
.phase-badge {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  color: var(--deep-rose);
  font-weight: 900;
}
@media (max-width: 900px) {
  .contact-grid, .now-mailing-grid, .past-envelope-grid { grid-template-columns: 1fr; }
  .contact-copy { text-align: center; }
}
@media (max-width: 760px) {
  .deadline-ribbon, .phase-note { border-radius: 18px; text-align: center; }
  .contact-form { border-radius: 24px; }
}

/* Phase option grid no-overflow safeguard */
.offer-box { max-width: 960px; width: 100%; margin-inline: auto; }
.purchase-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.purchase-mini-card { min-width: 0; }
@media (max-width: 768px) { .purchase-mini-grid { grid-template-columns: 1fr; } }


/* Refined What's Inside section */
.inside .inside-heading {
  max-width: 720px;
  margin-bottom: 2.75rem;
}

.inside .inside-heading h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.65rem);
  max-width: 13ch;
}

.inside .inside-heading p:not(.eyebrow) {
  max-width: 690px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.inside-preview-grid {
  gap: 1.2rem;
}

.inside-product-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 1rem 1rem 1.25rem;
  overflow: hidden;
}

.inside-product-card .number {
  margin: 1rem 0 1.15rem;
  font-size: 1.55rem;
}

.inside-product-card h3 {
  font-size: 1.75rem;
  line-height: 1.02;
}

.inside-product-card p {
  margin-top: .72rem;
  line-height: 1.58;
}

.inside-visual {
  height: 128px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 18%, rgba(216,154,133,.22), transparent 30%),
    linear-gradient(135deg, rgba(255,250,242,.9), rgba(248,234,214,.82));
  border: 1px solid rgba(55,65,38,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.38);
  position: relative;
  overflow: hidden;
}

.inside-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-postcard img {
  object-position: center;
}

.visual-verse img {
  object-position: center 45%;
}

.visual-reflections img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.06) rotate(-1deg);
}

.mini-paper,
.activity-card-mini {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58%;
  min-height: 92px;
  transform: translate(-50%, -50%) rotate(-2deg);
  background: #fffaf2;
  border: 1px solid rgba(55,65,38,.16);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(79,52,30,.13);
  padding: .8rem;
}

.mini-paper::before,
.activity-card-mini::before {
  content: "";
  position: absolute;
  inset: .42rem;
  border: 1px solid rgba(111,122,77,.28);
  border-radius: 7px;
  pointer-events: none;
}

.mini-paper span,
.activity-card-mini b,
.activity-card-mini span {
  position: relative;
  z-index: 1;
  display: block;
}

.mini-paper span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: var(--green-dark);
}

.mini-paper i,
.activity-card-mini i {
  position: relative;
  z-index: 1;
  display: block;
  height: 2px;
  margin-top: .42rem;
  background: rgba(117,104,88,.22);
  border-radius: 999px;
}

.mini-paper i:nth-of-type(2) { width: 86%; }
.mini-paper i:nth-of-type(3) { width: 70%; }
.mini-paper i:nth-of-type(4) { width: 52%; }

.activity-card-mini {
  width: 68%;
  transform: translate(-50%, -50%) rotate(2deg);
  text-align: center;
}

.activity-card-mini b {
  font-family: "Cormorant Garamond", serif;
  color: var(--green-dark);
  font-size: 1rem;
}

.activity-card-mini span {
  color: var(--deep-rose);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .35rem;
}

.visual-tuckin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
}

.tuckin-sticker {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fffaf2;
  border: 1px solid rgba(55,65,38,.16);
  color: var(--rose);
  font-size: 1.65rem;
  box-shadow: 0 10px 24px rgba(79,52,30,.12);
}

.tuckin-bookmark {
  width: 34px;
  height: 92px;
  border-radius: 12px 12px 7px 7px;
  background: linear-gradient(180deg, #fffaf2, #f4dfc7);
  border: 1px solid rgba(55,65,38,.16);
  box-shadow: 0 10px 24px rgba(79,52,30,.12);
  position: relative;
}

.tuckin-bookmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--blush);
}

.tuckin-note {
  width: 78px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: rotate(4deg);
  border-radius: 12px;
  background: rgba(216,154,133,.28);
  border: 1px solid rgba(143,63,49,.16);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(79,52,30,.1);
}

@media (max-width: 980px) {
  .inside .inside-heading {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
  }

  .inside .inside-heading h2,
  .inside .inside-heading p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .inside .inside-heading h2 {
    max-width: 12ch;
  }

  .inside-visual {
    height: 150px;
  }

  .inside-product-card {
    min-height: auto;
  }
}


/* Real mail story section */
.real-mail-section {
  padding-top: 34px;
}

.real-mail-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  align-items: center;
  gap: clamp(1.6rem, 3vw, 3.2rem);
  background: rgba(255, 250, 242, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 3vw, 3.2rem);
  overflow: hidden;
}

.real-mail-copy {
  max-width: 690px;
}

.real-mail-copy h2 {
  max-width: 12ch;
}

.real-mail-copy p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.real-mail-copy .section-actions {
  margin-top: 1.8rem;
}

.real-mail-art {
  position: relative;
}

.real-mail-frame {
  transform: rotate(-1.4deg);
}

.real-mail-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.real-mail-note {
  position: absolute;
  left: -20px;
  bottom: -18px;
  max-width: 245px;
  background: rgba(255, 250, 242, .94);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(79,52,30,.18);
  padding: 1rem 1.1rem;
}

.real-mail-note .small-title {
  margin-bottom: .35rem;
}

.real-mail-note p:last-child {
  color: var(--muted);
  line-height: 1.55;
  font-size: .98rem;
}

@media (max-width: 900px) {
  .real-mail-card {
    grid-template-columns: 1fr;
  }

  .real-mail-copy h2 {
    max-width: none;
  }

  .real-mail-note {
    position: static;
    max-width: none;
    margin: 1rem auto 0;
  }
}

#formStatus.error {
  color: var(--deep-rose);
  font-weight: 700;
}

#submitButton:disabled {
  cursor: wait;
  opacity: .72;
}
