*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e0e0e;--fg: #f0ede8;--muted: #7a7672;--accent: #c9b99a;--ff-serif: "Cormorant Garamond", Georgia, serif;--ff-sans: "Inter", system-ui, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--bg);color:var(--fg);font-family:var(--ff-sans);font-weight:300;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.noise{pointer-events:none;position:fixed;inset:0;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px}main{max-width:480px;margin:0 auto;padding:0 28px;padding-top:max(64px,env(safe-area-inset-top,48px));padding-bottom:max(72px,env(safe-area-inset-bottom,48px));display:flex;flex-direction:column;gap:0}.hero{padding-bottom:56px;animation:fadeUp 1s ease both}.badge{font-family:var(--ff-sans);font-size:.68rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;opacity:.85}.name{font-family:var(--ff-serif);font-size:clamp(3rem,15vw,5rem);font-weight:300;line-height:1.05;letter-spacing:-.01em;color:var(--fg)}.message{padding-bottom:52px;position:relative;animation:fadeUp 1s .2s ease both}.big-quote{font-family:var(--ff-serif);font-size:5rem;line-height:.6;color:var(--accent);opacity:.35;margin-bottom:20px;-webkit-user-select:none;user-select:none}.big-quote.close{text-align:right;margin-bottom:0;margin-top:16px}.text{font-family:var(--ff-serif);font-size:clamp(1.6rem,6.5vw,2rem);font-weight:300;font-style:italic;line-height:1.55;color:var(--fg);margin-bottom:32px}.subtext{font-size:1.25rem;font-weight:300;line-height:1.85;color:var(--muted);margin-bottom:20px}.subtext:last-child{margin-bottom:0;color:#9a9490}.divider{display:flex;align-items:center;gap:14px;margin-bottom:48px;animation:fadeUp 1s .4s ease both}.line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--muted),transparent);opacity:.25}.symbol{font-size:.55rem;color:var(--accent);opacity:.6;flex-shrink:0}.closing{animation:fadeUp 1s .5s ease both}.closing-text{font-size:.85rem;font-weight:300;letter-spacing:.05em;color:var(--muted);margin-bottom:6px}.closing-name{font-family:var(--ff-serif);font-size:clamp(2rem,10vw,3rem);font-weight:300;font-style:italic;color:var(--fg);letter-spacing:.01em}.ps{margin-top:56px;animation:fadeUp 1s .65s ease both}.ps-label{font-family:var(--ff-serif);font-size:1.1rem;font-style:italic;color:var(--muted);margin-bottom:4px}.ps-text{font-size:1.05rem;font-weight:300;color:var(--muted);margin-bottom:18px}.video-card{display:block;position:relative;border-radius:12px;overflow:hidden;aspect-ratio:9 / 16;max-height:380px;width:fit-content;margin:0 auto;background:#1a1a1a;cursor:pointer;border:none;padding:0;-webkit-appearance:none;appearance:none}.video-card iframe,.video-card video{width:100%;height:100%;display:block;border:none;object-fit:cover}.video-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease;filter:brightness(.75)}.video-card:hover .video-thumb,.video-card:active .video-thumb{transform:scale(1.03);filter:brightness(.6)}.video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.play-btn{width:56px;height:56px;border-radius:50%;background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .25s,transform .25s}.play-btn svg{width:22px;height:22px;margin-left:3px}.video-card:hover .play-btn,.video-card:active .play-btn{background:#ffffff38;transform:scale(1.08)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
