*,:after,:before{box-sizing:border-box}body,html{padding:0}body,h1,h2,h3,h4,ol,p,ul{margin:0}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}:root{--container-width:72rem;--gutter:clamp(1rem,3vw,2rem)}.theme-pink{--text-primary:#2f1e28;--text-heading:#c84282;--text-secondary:#ffffff;--text-muted:#7a5a69;--text-muted-soft:#7a5a69;--text-muted-ambient:#5f4250;--text-inverse:#ffffff;--surface-1:#efd2dc;--surface-2:#e7c2d0;--surface-3:#faf1f5;--accent-1:#f3a7c4;--accent-2:#e47aa7;--accent-3:#d94f91;--accent-4:#8a3d68;--button-bg:#b33773;--button-bg-hover:#9f2f66;--button-bg-active:#8a2859;--button-text:#ffffff;--card-bg:var(--surface-1);--border-primary:#d79ab4;--shadow-1:rgba(138,61,104,0.12);--shadow-2:rgba(138,61,104,0.18);--panel-bg-soft:rgba(250,241,245,0.58);--panel-bg-medium:rgba(250,241,245,0.6);--panel-bg-strong:rgba(250,241,245,0.7);--panel-bg-solid:rgba(250,241,245,0.74);--panel-bg-elevated:rgba(250,241,245,0.88);--panel-border-soft:rgba(215,154,180,0.55);--panel-border-medium:rgba(215,154,180,0.58);--panel-border-strong:rgba(215,154,180,0.62);--panel-border-solid:rgba(215,154,180,0.65);--panel-border-button:rgba(215,154,180,0.9);--chip-bg:rgba(250,241,245,0.58);--control-secondary-bg:rgba(250,241,245,0.7);--control-secondary-border:rgba(215,154,180,0.9);--control-hover-soft:rgba(228,122,167,0.14);--header-bg:rgba(250,241,245,0.72);--header-border:rgba(215,154,180,0.55);--footer-bg:rgba(250,241,245,0.46);--footer-border:rgba(215,154,180,0.45);--shell-overlay-dark-start:rgba(35,18,28,0.36);--shell-overlay-dark-mid:rgba(35,18,28,0.48);--shell-overlay-light-mid:rgba(250,241,245,0.2);--shell-overlay-light-end:rgba(250,241,245,0.86);--shell-tint-primary:rgba(243,167,196,0.14);--shell-tint-neutral:rgba(255,255,255,0.06);--shell-tint-secondary:rgba(228,122,167,0.18);--shell-glow-left:rgba(255,214,232,0.24);--shell-glow-right:rgba(201,66,130,0.16);--color-ink:var(--text-primary);--color-muted:var(--text-muted-soft);--color-accent:var(--accent-2);--color-accent-dark:var(--accent-4);--color-surface:var(--surface-3)}.container{width:min(100% - var(--gutter)*2,var(--container-width));margin-inline:auto}:root{color-scheme:light;--font-body:"Source Sans 3","Segoe UI",system-ui,sans-serif;--font-display:"Playfair Display",Georgia,"Times New Roman",serif}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body),sans-serif;color:var(--color-ink);background:var(--surface-3)}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--accent-4);outline-offset:4px}.site-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;isolation:isolate}.site-shell:before{background:linear-gradient(180deg,var(--shell-overlay-dark-start) 0,var(--shell-overlay-dark-mid) 24%,var(--shell-overlay-light-mid) 58%,var(--shell-overlay-light-end) 100%),linear-gradient(135deg,var(--shell-tint-primary) 0,var(--shell-tint-neutral) 42%,var(--shell-tint-secondary) 100%),url(/images/web-backround-dreamy-400.jpg) top/cover no-repeat;z-index:-2;transform:translateZ(0)}.site-shell:after,.site-shell:before{content:"";position:fixed;inset:0;pointer-events:none}.site-shell:after{background:radial-gradient(circle at 18% 12%,var(--shell-glow-left),transparent 28%),radial-gradient(circle at 86% 14%,var(--shell-glow-right),transparent 24%);z-index:-1}.site-main{flex:1 1;position:relative}.content-section,.hero-section,.page-section{padding-block:clamp(4rem,7vw,6rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.7rem 1.15rem;border-radius:999px;font-weight:700;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.button:focus-visible,.button:hover{transform:translateY(-1px)}.button:focus-visible{box-shadow:0 0 0 4px rgba(250,241,245,.9)}.button--primary{background:var(--button-bg);color:var(--button-text)}.button--primary:focus-visible,.button--primary:hover{background:var(--button-bg-hover)}.button--primary:active{background:var(--button-bg-active)}.button--secondary{border:1px solid var(--control-secondary-border);background:var(--control-secondary-bg)}.section-heading__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:var(--accent-4);font-weight:700}.content-card{padding:1.75rem;border:1px solid rgba(215,154,180,.65);border-radius:1.5rem;background:rgba(250,241,245,.74);box-shadow:0 20px 45px var(--shadow-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.content-card--story{max-width:48rem}.not-found-card{display:grid;gap:1rem;max-width:34rem}.not-found-card h1,.not-found-card p{margin:0}.not-found-actions{display:flex;align-items:center;margin-top:.25rem}@media(max-width:720px){.site-shell:after,.site-shell:before{position:absolute}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}