.spring-meadow-theme{--bg:#F6EBFF;--bg-alt:#F2EDEA;--bg-dark:#AB6676;--surface:#FFFFFF;--surface-muted:rgba(87,9,9,0.05);--surface-highlight:rgba(255,255,255,0.10);--color-primary:#626E49;--accent:#626E49;--accent-2:#AB6676;--accent-dark:#4C5539;--text:#570909;--text-secondary:rgba(87,9,9,0.72);--text-accent:#570909;--text-inverse:#FFFFFF;--text-inverse-muted:rgba(255,255,255,0.78);--stroke:rgba(87,9,9,0.15);--stroke-muted:rgba(87,9,9,0.08);--stroke-inverse:rgba(255,255,255,0.30);--font-head:var(--font-homemade-apple),cursive;--font-body:var(--font-gentium-book-plus),ui-serif,Georgia,serif;--font-accent:var(--font-gentium-book-plus),ui-serif,Georgia,serif;--font-script:var(--font-homemade-apple),cursive;--font-label-btn:var(--font-gowun-dodum),ui-sans-serif,system-ui,sans-serif;--space-xs:8px;--space-sm:14px;--space-md:22px;--space-lg:36px;--space-xl:60px;--radius-sm:6px;--radius-md:10px;--radius-card:10px;--radius-pill:999px;--radius-btn:5px;--shadow-soft:0 4px 16px rgba(87,9,9,0.10);--shadow-card:0 8px 28px rgba(87,9,9,0.14);--shadow-hover:0 14px 36px rgba(87,9,9,0.18);--transition-smooth:320ms cubic-bezier(0.4,0,0.2,1);--transition-gentle:380ms cubic-bezier(0.3,0,0.2,1)}.spring-meadow-theme,.spring-meadow-theme *{font-family:var(--font-body)!important}.spring-meadow-theme h1,.spring-meadow-theme h1 *,.spring-meadow-theme h2,.spring-meadow-theme h2 *,.spring-meadow-theme h3,.spring-meadow-theme h3 *,.spring-meadow-theme h4,.spring-meadow-theme h4 *,.spring-meadow-theme h5,.spring-meadow-theme h5 *,.spring-meadow-theme h6,.spring-meadow-theme h6 *{font-family:var(--font-head)!important}.spring-meadow-theme .font-accent,.spring-meadow-theme .font-accent *{font-family:var(--font-accent)!important;font-weight:700!important;font-style:italic!important}.spring-meadow-theme .font-script,.spring-meadow-theme .font-script *{font-family:var(--font-script)!important}.spring-meadow-theme .font-maps-btn,.spring-meadow-theme .font-maps-btn *{font-family:var(--font-label-btn)!important}.spring-meadow-theme .story-body,.spring-meadow-theme .story-body *{letter-spacing:0!important}.spring-meadow-theme .story-body p:not(:last-child){margin-bottom:1em}.spring-meadow-theme h1{font-size:clamp(3rem,20vw,6rem);line-height:1.05}.spring-meadow-theme h1,.spring-meadow-theme h2{font-weight:400;letter-spacing:0;color:var(--text)}.spring-meadow-theme h2{font-size:clamp(2.25rem,11vw,3rem);line-height:1.15}.spring-meadow-theme h3{font-size:clamp(1.5rem,7vw,2rem);line-height:1.25}.spring-meadow-theme h3,.spring-meadow-theme h4{font-weight:400;letter-spacing:0;color:var(--text)}.spring-meadow-theme h4{font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.3}.spring-meadow-theme p{font-size:.9375rem;font-weight:400;line-height:1.7;letter-spacing:0;color:var(--text-secondary)}.spring-meadow-theme .text-lg{font-size:1.125rem;line-height:1.75}.spring-meadow-theme .text-sm{font-size:.875rem;line-height:1.6}.spring-meadow-theme .caption{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-accent)}.spring-meadow-theme .eyebrow{font-size:clamp(.8125rem,3.6vw,1rem);font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--text-accent)}.spring-meadow-theme .btn-primary{position:relative;overflow:hidden;background:var(--color-primary);color:#F2EDEA;border:none;border-radius:var(--radius-btn);padding:14px 32px;font-weight:700;font-size:1rem;cursor:pointer;transition:all var(--transition-smooth);box-shadow:var(--shadow-soft)}.spring-meadow-theme .btn-primary:hover{background:var(--accent-dark);box-shadow:var(--shadow-hover)}.spring-meadow-theme .btn-primary:active{transform:translateY(1px) scale(.985)}.spring-meadow-theme .btn-secondary{background:transparent;color:var(--color-primary);border:1.5px solid var(--stroke);border-radius:var(--radius-btn);padding:14px 32px;font-weight:700;font-size:1rem;cursor:pointer;transition:all var(--transition-smooth)}.spring-meadow-theme .btn-secondary:hover{border-color:var(--color-primary);background:rgba(98,110,73,.08)}@media (prefers-reduced-motion:reduce){.spring-meadow-theme .btn-primary:active{transform:none}}.spring-meadow-theme .card{background:var(--surface);border-radius:var(--radius-card);padding:3rem 1.75rem;box-shadow:var(--shadow-card);transition:all var(--transition-gentle)}.spring-meadow-theme .card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.spring-meadow-theme .card-dark{background:#AB6676;color:var(--text-inverse);border-radius:var(--radius-card);padding:3rem 1.75rem;box-shadow:var(--shadow-card)}.spring-meadow-theme input,.spring-meadow-theme select,.spring-meadow-theme textarea{background:var(--surface);border:1.5px solid var(--stroke-muted);border-radius:var(--radius-sm);padding:12px 16px;font-size:1rem;color:var(--text);transition:all var(--transition-smooth);width:100%;font-family:var(--font-body)!important}.spring-meadow-theme input:focus,.spring-meadow-theme select:focus,.spring-meadow-theme textarea:focus{outline:none;border-color:var(--color-primary);background:var(--surface);box-shadow:0 0 0 3px rgba(98,110,73,.15)}.spring-meadow-theme input::-moz-placeholder,.spring-meadow-theme textarea::-moz-placeholder{color:var(--text-secondary)}.spring-meadow-theme input::placeholder,.spring-meadow-theme textarea::placeholder{color:var(--text-secondary)}.spring-meadow-theme .divider{height:0;width:103px;margin:var(--space-lg) auto;border-top:1px solid var(--text)}.spring-meadow-theme .divider-inverse{height:0;width:203px;margin:0 auto;border-top:1px solid #ffffff}.spring-meadow-theme .swatch{width:53px;height:53px;border-radius:50%;box-shadow:var(--shadow-soft)}@media (max-width:768px){.spring-meadow-theme h1{font-size:clamp(2.5rem,18vw,4rem)}.spring-meadow-theme .card,.spring-meadow-theme .card-dark{padding:var(--space-md)}.spring-meadow-theme .btn-primary,.spring-meadow-theme .btn-secondary{padding:12px 24px;width:100%}}@media (prefers-reduced-motion:reduce){.spring-meadow-theme *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}