:root{--terracotta:#c8553d;--burnt:#a0412c;--cream:#fdf6ec;--gold:#e8a94a;--blush:#f2c4b0;--rose:#e07a5f;--sage:#8bac8a;--text-dark:#2c1810;--text-mid:#5c3d2e;--text-light:#9e6b5a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text-dark);font-family:Lato,sans-serif;overflow-x:hidden}:focus-visible{outline:3px solid var(--terracotta);outline-offset:2px;border-radius:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body:before{content:"";pointer-events:none;z-index:1000;opacity:.4;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)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fdf6eceb;border-bottom:1px solid #c8553d1f;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--terracotta);letter-spacing:-.5px;font-family:Dancing Script,cursive;font-size:1.8rem;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-mid);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--terracotta)}.lang-selector{color:var(--text-mid);cursor:pointer;border:1.5px solid var(--blush);background:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.85rem;transition:all .2s;display:flex}.lang-selector:hover{border-color:var(--terracotta);color:var(--terracotta)}.lang-selector select{color:inherit;cursor:pointer;background:0 0;border:none;outline:none;font-family:Lato,sans-serif;font-size:.85rem}.hero{justify-content:center;align-items:center;min-height:92vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.blob{filter:blur(60px);opacity:.35;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.blob-1{background:var(--rose);width:500px;height:500px;animation-delay:0s;top:-100px;right:-80px}.blob-2{background:var(--gold);width:350px;height:350px;animation-delay:3s;bottom:-60px;left:-60px}.blob-3{background:var(--sage);width:250px;height:250px;animation-delay:5s;top:40%;left:10%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-30px)scale(1.05)}66%{transform:translate(-15px,20px)scale(.95)}}.hero-content{z-index:2;text-align:center;max-width:820px;position:relative}.hero-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta);justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;display:flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--terracotta);opacity:.5;width:40px;height:1px;display:block}.hero-title{color:var(--text-dark);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(3.5rem,8vw,7.5rem);font-weight:900;line-height:1}.hero-title .accent{color:var(--terracotta);font-style:italic;display:block}.hero-title .sub{color:var(--text-mid);font-size:clamp(2rem,5vw,4.5rem);font-weight:400}.hero-desc{color:var(--text-mid);max-width:560px;margin:2rem auto 3rem;font-size:1.15rem;font-weight:300;line-height:1.85}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--terracotta);color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #c8553d59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c8553d73}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:var(--terracotta);letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--terracotta);cursor:pointer;background:0 0;border-radius:50px;padding:1rem 2.5rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--terracotta);color:#fff}.scroll-hint{z-index:2;color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-hint svg{opacity:.5}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.counter-strip{background:var(--terracotta);color:#fff;flex-wrap:wrap;justify-content:center;gap:5rem;padding:1rem 3rem;display:flex}.counter-item{flex-direction:column;align-items:center;display:flex}.counter-num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900;line-height:1}.counter-label{letter-spacing:.15em;text-transform:uppercase;opacity:.8;margin-top:.25rem;font-size:.72rem}.section{max-width:1200px;margin:0 auto;padding:6rem 3rem}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.section-title{color:var(--text-dark);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.2}.section-title em{color:var(--terracotta);font-style:italic}.section-subtitle{color:var(--text-light);max-width:420px;font-size:1rem;font-weight:300;line-height:1.7}.stories-grid{grid-template-rows:auto;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.story-card{cursor:pointer;background:#fff;border:1px solid #c8553d1a;border-radius:20px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.story-card:before{content:"“";color:var(--blush);pointer-events:none;font-family:Playfair Display,serif;font-size:8rem;line-height:1;position:absolute;top:-10px;left:1.5rem}.story-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #c8553d1f}.story-card.featured{background:linear-gradient(135deg, var(--terracotta) 0%, var(--burnt) 100%);color:#fff;grid-column:span 2}.story-card.featured:before{color:#ffffff26}.story-card.featured .story-text{color:#ffffffeb}.story-card.featured .story-meta{color:#ffffffb3}.story-card.featured .story-from{color:#fff;background:#fff3}.story-from{background:var(--cream);color:var(--terracotta);letter-spacing:.05em;text-transform:uppercase;border-radius:30px;align-self:flex-start;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding:.35rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.story-text{color:var(--text-mid);z-index:1;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.05rem;line-height:1.75;position:relative}.story-card.featured .story-text{font-size:1.2rem}.story-footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;display:flex}.story-meta{color:var(--text-light);font-size:.8rem;font-weight:700}.story-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);background:#9e6b5a1a;border:1px solid #9e6b5a40;border-radius:20px;align-self:flex-start;align-items:center;gap:.3rem;margin-bottom:1rem;padding:.2rem .55rem;font-size:.62rem;font-weight:700;display:inline-flex}.story-card.featured .story-tag{color:#ffffffd9;background:#ffffff26;border-color:#ffffff4d}.story-heart{cursor:pointer;color:var(--text-light);background:0 0;border:none;align-items:center;gap:.4rem;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;display:flex}.story-card.featured .story-heart{color:#ffffffd9}.story-heart .heart-icon{background:var(--cream);border:1px solid var(--blush);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:transform .2s,color .2s;display:flex}.story-card.featured .story-heart .heart-icon{background:#ffffff26;border-color:#ffffff4d}.story-heart:hover .heart-icon{transform:scale(1.2)}.story-heart.liked .heart-icon{color:var(--terracotta)}.story-card.featured .story-heart.liked .heart-icon{color:#fff}.stories-empty{text-align:center;border:2px dashed var(--blush);background:#ffffff80;border-radius:20px;grid-column:1/-1;padding:4rem 2rem}.stories-empty h3{color:var(--text-dark);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.6rem}.stories-empty p{color:var(--text-light);max-width:440px;margin:0 auto 1.75rem;font-weight:300;line-height:1.7}.submit-section{background:#fff;border-top:1px solid #c8553d14;border-bottom:1px solid #c8553d14;padding:6rem 3rem}.submit-inner{text-align:center;max-width:700px;margin:0 auto}.submit-inner .section-title{margin-bottom:1rem}.submit-inner>p{color:var(--text-light);margin-bottom:3rem;font-size:1.05rem;font-weight:300;line-height:1.8}.submit-form{text-align:left;flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);font-size:.8rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--blush);background:var(--cream);color:var(--text-dark);border-radius:12px;outline:none;width:100%;padding:.85rem 1.2rem;font-family:Lato,sans-serif;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--terracotta)}.form-group textarea{resize:vertical;min-height:140px}.hp-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-consent{align-items:flex-start;gap:.6rem;display:flex}.form-consent input{width:auto;accent-color:var(--terracotta);flex-shrink:0;margin-top:.2rem}.form-consent label{text-transform:none;letter-spacing:0;color:var(--text-mid);font-size:.85rem;font-weight:400;line-height:1.6}.form-message{border-radius:12px;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.form-message.success{border:1px solid var(--sage);color:var(--text-dark);background:#8bac8a2e}.form-message.error{border:1px solid var(--terracotta);color:var(--burnt);background:#c8553d1a}.merch-section{background:var(--cream);border-top:1px solid #c8553d14;padding:7rem 3rem;position:relative;overflow:hidden}.merch-section:before{content:"LOVE";color:#c8553d0b;pointer-events:none;white-space:nowrap;font-family:Playfair Display,serif;font-size:28vw;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.merch-inner{z-index:2;max-width:1200px;margin:0 auto;position:relative}.merch-inner .section-title{color:var(--text-dark);margin-bottom:.75rem}.merch-inner .section-title em{color:var(--terracotta)}.merch-tagline{color:var(--text-light);margin-bottom:4rem;font-size:1rem;font-weight:300}.merch-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.merch-card{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;transition:transform .3s,border-color .3s;overflow:hidden}.merch-card:hover{border-color:#ffffff40;transform:translateY(-8px)}.merch-visual{justify-content:center;align-items:center;height:240px;padding:2rem;display:flex;position:relative;overflow:hidden}.merch-card:first-child .merch-visual{background:#f5ead8}.merch-card:nth-child(2) .merch-visual{background:#1a1a2e}.merch-card:nth-child(3) .merch-visual{background:#c8553d}.merch-card:nth-child(4) .merch-visual{background:#eaf4e8}.design-1{text-align:center;color:var(--burnt);font-family:Dancing Script,cursive;font-size:1.6rem;line-height:1.3}.design-1 .wins{color:var(--terracotta);font-size:2.6rem;display:block}.design-1 .deco{letter-spacing:.3em;text-transform:uppercase;color:var(--text-light);margin-top:.3rem;font-family:Lato,sans-serif;font-size:.7rem;display:block}.design-2{text-align:center;color:#fff;position:relative}.design-2 .geo-ring{border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative}.design-2 .geo-ring:before{content:"";border:1px solid #ffffff26;border-radius:50%;position:absolute;inset:8px}.design-2 .inner-text{color:var(--gold);text-align:center;font-family:Playfair Display,serif;font-size:.85rem;font-style:italic;line-height:1.5}.design-2 .inner-text strong{color:#fff;font-size:1.4rem;font-style:normal;display:block}.design-3{text-align:center;color:#fff}.design-3 .big-love{letter-spacing:-2px;font-family:Playfair Display,serif;font-size:3rem;font-weight:900;line-height:.9;display:block}.design-3 .always{letter-spacing:.35em;text-transform:uppercase;opacity:.7;margin:.6rem 0 .3rem;font-size:.7rem;display:block}.design-3 .wins-bar{color:var(--terracotta);letter-spacing:.05em;background:#fff;margin-top:.4rem;padding:.35rem 1.5rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:900;display:inline-block}.design-4{text-align:center;color:var(--text-dark);position:relative}.design-4 .leaf-top,.design-4 .leaf-bot{color:var(--sage);font-size:1.4rem;display:block}.design-4 .main-text{color:var(--text-dark);margin:.3rem 0;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;display:block}.design-4 .wins-text{color:var(--sage);font-family:Dancing Script,cursive;font-size:2.8rem;line-height:1;display:block}.merch-info{padding:1.25rem 1.5rem}.merch-name{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.merch-desc{color:#fff6;margin-bottom:.75rem;font-size:.8rem;line-height:1.5}.merch-price-row{justify-content:space-between;align-items:center;display:flex}.merch-price{color:var(--gold);font-size:1rem;font-weight:700}.merch-coming{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:#e8a94a26;border:1px solid #e8a94a4d;border-radius:20px;padding:.3rem .7rem;font-size:.7rem}.manifesto{text-align:center;padding:8rem 3rem;position:relative;overflow:hidden}.manifesto-inner{z-index:2;max-width:700px;margin:0 auto;position:relative}.manifesto-quote{color:var(--text-dark);margin-bottom:2.5rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,3rem);font-style:italic;line-height:1.5}.manifesto-quote strong{color:var(--terracotta);font-style:normal}.manifesto-sub{letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);font-size:.9rem;font-weight:700}.big-deco{color:#c8553d0d;pointer-events:none;white-space:nowrap;font-family:Playfair Display,serif;font-size:22vw;font-weight:900;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.lang-banner{background:var(--gold);padding:1.5rem 3rem;position:relative;overflow:hidden}.lang-scroll{white-space:nowrap;gap:3rem;width:max-content;animation:20s linear infinite marquee;display:flex}.lang-item{color:var(--burnt);flex-shrink:0;font-family:Playfair Display,serif;font-size:1.2rem;font-style:italic}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}footer{background:var(--text-dark);color:#ffffff80;text-align:center;padding:3rem}footer .footer-logo{color:var(--terracotta);margin-bottom:.75rem;font-family:Dancing Script,cursive;font-size:2.5rem}footer p{font-size:.85rem;line-height:1.9}footer a{color:var(--gold);text-decoration:none}.btn-primary:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.blob,.scroll-hint,.lang-scroll{animation:none}}@media (width<=900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.stories-grid{grid-template-columns:1fr}.story-card.featured{grid-column:span 1}.form-row{grid-template-columns:1fr}.merch-grid{grid-template-columns:repeat(2,1fr)}.counter-strip{gap:2rem}}@media (width<=600px){.merch-grid{grid-template-columns:1fr}.section{padding:4rem 1.5rem}}.cs-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.cs-blob{filter:blur(70px);opacity:.35;pointer-events:none;z-index:0;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.cs-blob-1{background:var(--rose);width:480px;height:480px;animation-delay:0s;top:-120px;right:-90px}.cs-blob-2{background:var(--gold);width:340px;height:340px;animation-delay:3s;bottom:40px;left:-70px}.cs-blob-3{background:var(--sage);width:240px;height:240px;animation-delay:5s;top:30%;left:15%}.cs-inner{z-index:1;text-align:center;max-width:720px;position:relative}.cs-logo{color:var(--terracotta);margin-bottom:2.5rem;font-family:Dancing Script,cursive;font-size:2.4rem}.cs-logo span{color:var(--gold)}.cs-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.cs-title{color:var(--text-dark);margin-bottom:1.75rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:900;line-height:1.08}.cs-title em{color:var(--terracotta);font-style:italic}.cs-lede{color:var(--text-mid);max-width:540px;margin:0 auto;font-size:1.15rem;font-weight:300;line-height:1.85}.cs-lede-2{color:var(--text-light);margin-top:1rem;font-size:1rem}.cs-marquee{z-index:1;background:var(--gold);padding:1.1rem 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.cs-scroll{white-space:nowrap;gap:2.5rem;width:max-content;animation:24s linear infinite marquee;display:flex}.cs-phrase{color:var(--burnt);align-items:center;gap:2.5rem;font-family:Playfair Display,serif;font-size:1.15rem;font-style:italic;display:inline-flex}.cs-dot{opacity:.6}@media (width<=600px){.cs-logo{margin-bottom:1.75rem;font-size:2rem}.cs-lede{font-size:1.05rem}}
