:root { color-scheme: light; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #201d19; background: #f5f1e9; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; background: radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--accent, #8f7b63) 18%, transparent), transparent 34%), #f5f1e9; }
a { color: inherit; }
.site-header { height: 76px; display: flex; align-items: center; padding: 0 clamp(24px, 5vw, 72px); }
.brand { font: 600 24px/1 Georgia, "Times New Roman", serif; text-decoration: none; letter-spacing: -.02em; }
main { display: grid; place-items: center; padding: 28px clamp(20px, 5vw, 72px) 56px; }
.share-card { width: min(1120px, 100%); min-height: 620px; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.05fr) 180px; overflow: hidden; border: 1px solid rgba(68, 58, 46, .12); border-radius: 28px; background: rgba(255, 253, 248, .88); box-shadow: 0 28px 80px rgba(50, 42, 32, .12); backdrop-filter: blur(16px); }
.visual { align-self: start; overflow: hidden; background: color-mix(in srgb, var(--accent) 75%, #171410); }
.hero-image { display: block; width: 100%; height: auto; }
.hero-placeholder { display: grid; min-height: 620px; place-items: center; font: 500 96px/1 Georgia, "Times New Roman", serif; color: rgba(255,255,255,.75); }
.content { align-self: center; padding: 64px clamp(34px, 5vw, 72px); }
.eyebrow { margin: 0 0 18px; color: color-mix(in srgb, var(--accent, #776954) 78%, #29231c); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 620px; margin: 0; font: 600 clamp(42px, 5vw, 68px)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.creator { margin: 18px 0 0; font-size: 19px; color: #625b52; }
.metadata { display: flex; gap: 8px; margin-top: 26px; flex-wrap: wrap; }
.metadata span { padding: 7px 11px; border: 1px solid rgba(49,43,36,.13); border-radius: 999px; color: #6d655b; font-size: 12px; }
.description { display: -webkit-box; max-width: 560px; margin: 28px 0 0; overflow: hidden; color: #575149; font-size: 16px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.mobile-actions { margin-top: 36px; }
.primary-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; color: white; background: #201d19; font-weight: 600; text-decoration: none; }
.store-actions { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.store-button { min-width: 142px; padding: 8px 16px; border: 1px solid rgba(49,43,36,.16); border-radius: 12px; text-decoration: none; }
.store-button small, .store-button strong { display: block; }
.store-button small { font-size: 9px; color: #766e64; }
.store-button strong { font-size: 14px; }
.coming-soon { max-width: 300px; color: #8a8176; font-size: 12px; line-height: 1.45; }
.desktop-open { align-self: end; margin: 0 28px 36px 0; text-align: center; }
.qr-code { width: 132px; height: 132px; padding: 6px; overflow: hidden; border: 1px solid rgba(49,43,36,.1); border-radius: 14px; background: #fffdf8; }
.qr-code svg { display: block; width: 100%; height: 100%; }
.desktop-open strong, .desktop-open span { display: block; }
.desktop-open strong { margin-top: 12px; font-size: 13px; }
.desktop-open span { margin-top: 4px; color: #847b70; font-size: 11px; }
footer { padding: 0 20px 30px; color: #8b8277; font-size: 11px; text-align: center; letter-spacing: .08em; }
.message-page { min-height: 100vh; align-content: center; justify-items: start; width: min(880px, 100%); }
.message-page > p:last-child { color: #71695f; font-size: 18px; }

@media (max-width: 920px) {
  .share-card { grid-template-columns: minmax(250px, .85fr) minmax(340px, 1fr); }
  .desktop-open { display: none; }
}
@media (max-width: 680px) {
  .site-header { height: 60px; padding: 0 20px; }
  main { display: block; padding: 0; }
  .share-card { display: block; min-height: 0; border: 0; border-radius: 0; box-shadow: none; background: #fffdf8; }
  .visual { min-height: 0; }
  .hero-placeholder { min-height: 320px; }
  .content { padding: 36px 24px max(44px, env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .description { -webkit-line-clamp: 4; }
  footer { display: none; }
  .primary-button { width: 100%; }
  .store-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store-button { min-width: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .share-card { animation: enter .55s cubic-bezier(.2,.75,.25,1) both; }
  @keyframes enter { from { opacity: 0; transform: translateY(12px); } }
}
