:root { --paper: #f7f4ef; --paper-2: #efeae2; --ink: #1a1714; --muted: #7a726a; --line: rgba(26,23,20,.12); --serif: "Cormorant Garamond", Georgia, serif; --sans: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 8vw, 64px); line-height: 1; margin: 0 0 12px; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--serif); font-size: 22px; } .wordmark em { font-style: italic; color: var(--muted); }
.link { background: none; border: 0; font: inherit; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); cursor: pointer; }
main { max-width: 520px; margin: 0 auto; padding: 24px 20px 48px; }
.portrait { margin: 0 auto 28px; width: 160px; height: 160px; border-radius: 50%; overflow: hidden; box-shadow: 0 10px 40px rgba(26,23,20,.12); }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; }
section { text-align: center; }
.lede { color: #3d3733; font-size: 17px; margin: 0 0 24px; }
.eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.muted { color: var(--muted); font-size: 14px; min-height: 1.4em; }
form { display: flex; gap: 8px; }
input[type=email] { flex: 1; font: inherit; padding: 14px 16px; border: 1px solid var(--ink); border-radius: 999px; background: #fff; min-width: 0; }
.button { display: inline-block; padding: 14px 28px; border: 1px solid var(--ink); border-radius: 999px; background: none; color: var(--ink); font: inherit; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.button:hover, .button.big { background: var(--ink); color: var(--paper); }
.button.big { font-size: 15px; padding: 20px 44px; width: 100%; margin: 12px 0 8px; }
.button:disabled { opacity: .4; cursor: default; }
.button.danger { border-color: #b3261e; color: #b3261e; margin-top: 20px; } .button.danger:hover { background: #b3261e; color: #fff; }
.balance { font-size: 15px; color: var(--muted); margin: 0 0 8px; } .balance strong { font-family: var(--serif); font-size: 28px; color: var(--ink); font-weight: 400; }
.packs { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pack { border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 14px 8px; cursor: pointer; font: inherit; display: flex; flex-direction: column; gap: 2px; transition: border-color .2s; }
.pack:hover { border-color: var(--ink); } .pack:disabled { opacity: .5; }
.pack-min { font-family: var(--serif); font-size: 22px; } .pack-usd { font-size: 13px; color: var(--muted); }
.timer { font-family: var(--serif); font-size: 44px; margin: 0 0 16px; line-height: 1; } .timer span { font-weight: 400; }
.captions { text-align: left; max-height: 40vh; overflow-y: auto; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 15px; }
.captions p { margin: 6px 0; } .captions .you { color: var(--muted); } .captions .amy::before { content: "Amy · "; font-style: italic; color: var(--muted); }
.disclosure { margin-top: 40px; font-size: 12px; color: var(--muted); text-align: center; }
