body.teaser-page { min-height: 100vh; overflow-x: hidden; }
body.teaser-page nav {
  position: static;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 60px;
}
body.teaser-page .nav-links,
body.teaser-page .nav-hamburger,
body.teaser-page .mobile-menu { display: none; }

.nav-launch-note {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1;
  color: var(--sage);
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.teaser-shell {
  min-height: calc(100vh - 49px);
  padding-top: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.teaser-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-height: 0;
  background: var(--cream);
}

.teaser-copy {
  padding: 0 60px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.teaser-copy .hero-eyebrow { margin-bottom: 10px; }

.teaser-copy .hero-title {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  max-width: 560px;
  margin-bottom: 14px;
}

.teaser-copy .hero-subtitle {
  max-width: 650px;
  margin-bottom: 12px;
  line-height: 1.62;
}

.teaser-copy .hero-occasions { margin-bottom: 16px; }

.teaser-mail-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(196,113,74,0.28);
  background: rgba(255,254,251,0.78);
  padding: 14px 18px;
}

.teaser-mail-cta span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
}

.teaser-mail-cta a {
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(196,113,74,0.45);
  transition: color 0.2s, border-color 0.2s;
}

.teaser-mail-cta a:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

.desktop-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(107,127,110,0.22);
  background: rgba(255,254,251,0.66);
}

.desktop-qr img {
  width: 132px;
  height: 132px;
  display: block;
  background: #ffffff;
}

.desktop-qr span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
  line-height: 1.4;
}

.teaser-preview {
  background: var(--pale-sage);
  padding: 18px clamp(28px, 4vw, 56px) 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  overflow: hidden;
}

.teaser-preview-header { max-width: 520px; }
.teaser-preview-header .section-label { margin-bottom: 8px; }
.teaser-preview-header .section-title { margin-bottom: 10px; }
.teaser-preview-header .section-intro {
  margin-bottom: 0;
  max-width: 520px;
  line-height: 1.55;
}

.teaser-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.teaser-card {
  background: rgba(255,254,251,0.78);
  padding: 10px;
  box-shadow: 8px 12px 28px rgba(28,26,23,0.12);
  transform: rotate(-2deg);
}

.teaser-card:nth-child(2) { transform: rotate(1.5deg) translateY(8px); }
.teaser-card:nth-child(3) { transform: rotate(-1deg) translateY(-3px); }
.teaser-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  background: white;
}

.teaser-preview .gallery-disclaimer {
  margin-top: 2px;
  padding: 12px 16px;
}

.teaser-footer {
  background: var(--ink);
  color: rgba(250,247,242,0.55);
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}

.teaser-footer a {
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(250,247,242,0.35);
  transition: color 0.2s, border-color 0.2s;
}

.teaser-footer a:hover {
  color: var(--blush);
  border-color: var(--blush);
}

@media (max-width: 1000px) {
  body.teaser-page nav { align-items: center; padding: 10px 24px; }
  .nav-launch-note { font-size: clamp(14px, 3.3vw, 26px); white-space: nowrap; text-align: right; }
  .teaser-main { grid-template-columns: 1fr; }
  .teaser-copy { padding: 0 24px 22px; }
  .teaser-preview { padding: 18px 24px 28px; }
  .desktop-qr { display: none; }
  .teaser-footer { padding: 20px 24px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .teaser-shell { min-height: auto; }
  body.teaser-page nav { gap: 10px; padding: 10px 24px; }
  body.teaser-page .logo { font-size: 16px; }
  .nav-launch-note { font-size: clamp(11px, 3.2vw, 16px); white-space: nowrap; }
  .teaser-gallery { grid-template-columns: repeat(3, 46vw); overflow-x: auto; padding: 8px 24px 18px; margin: 0 -24px; }
  .teaser-card { min-width: 0; }
}
