@import "https://fonts.googleapis.com/css2?family=Playwrite+TZ:wght@100..400&family=Jost:ital,wght@0,300..600;1,300..500&display=swap";:root{--rose-300:#e7cfc7;--rose-400:#ddb8ac;--rose-500:#cba093;--mauve-400:#bf9198;--mauve-500:#a9787f;--mauve-600:#8e5f66;--blush-50:#fcfafa;--blush-100:#f9f4f5;--blush-200:#f2e8e9;--ink-900:#242424;--ink-700:#4a4646;--ink-500:#7a7373;--line-200:#eadfe0;--white:#fff;--brick-600:#a83a32;--brand-primary:var(--rose-400);--brand-primary-hover:var(--rose-500);--brand-secondary:var(--mauve-400);--brand-secondary-hover:var(--mauve-500);--brand-accent-ink:var(--mauve-600);--surface-page:var(--blush-100);--surface-card:var(--white);--surface-alt:var(--blush-200);--surface-inverse:var(--ink-900);--text-heading:var(--ink-900);--text-body:var(--ink-700);--text-muted:var(--ink-500);--text-on-brand:var(--white);--text-on-inverse:var(--blush-100);--text-script:var(--mauve-500);--border-hairline:var(--line-200);--border-strong:var(--rose-400);--focus-ring:var(--mauve-400);--text-error:var(--brick-600);--border-error:var(--brick-600);--font-script:"Playwrite TZ","Segoe Script",cursive;--font-body:"Jost","Century Gothic",system-ui,sans-serif;--font-heading:"Jost","Century Gothic",system-ui,sans-serif;--fs-display:4rem;--fs-h1:2.5rem;--fs-h2:1.875rem;--fs-h3:1.375rem;--fs-lg:1.125rem;--fs-body:1rem;--fs-sm:.875rem;--fs-xs:.75rem;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--lh-tight:1.1;--lh-snug:1.3;--lh-normal:1.6;--ls-eyebrow:.28em;--ls-caps:.18em;--ls-wide:.06em;--ls-normal:.01em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--space-16:8rem;--container-narrow:640px;--container:1080px;--container-wide:1280px;--gutter:1.5rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-pill:999px;--shadow-xs:0 1px 2px #8e5f660f;--shadow-sm:0 2px 8px #8e5f6614;--shadow-md:0 8px 24px #8e5f661a;--shadow-lg:0 18px 48px #8e5f6624;--border-width:1px;--border-hairline-style:1px solid var(--line-200);--ease-soft:cubic-bezier(.33,0,.2,1);--dur-fast:.14s;--dur-base:.24s;--dur-slow:.42s;--bg-wallpaper:url(../img/brand/wallpaper.png);--wallpaper-size:480px}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--surface-page);color:var(--text-body);font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-normal);letter-spacing:var(--ls-normal);-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4{font-weight:var(--fw-light);margin:0}h1,h2,h3,h4{color:var(--text-heading);font-family:var(--font-heading);line-height:var(--lh-snug);letter-spacing:var(--ls-caps);text-transform:uppercase}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}figure,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}a{color:var(--brand-accent-ink);text-decoration:none}a[href^=mailto\:]:not(.btn,.icon-btn,.footer__link,.footer__social),a[href^=tel\:]:not(.btn,.icon-btn,.footer__link,.footer__social){transition:border-color var(--dur-base) var(--ease-soft);border-bottom:1px solid #0000}@media (hover:hover){a[href^=mailto\:]:not(.btn,.icon-btn,.footer__link,.footer__social):hover,a[href^=tel\:]:not(.btn,.icon-btn,.footer__link,.footer__social):hover{border-bottom-color:var(--brand-primary)}}img,svg{max-width:100%}img{display:block}button{color:inherit;font:inherit;background:0 0;border:none;padding:0}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}::selection{background:var(--rose-300);color:var(--ink-900)}:root{--header-height:65px}.script{color:var(--text-script);font-family:var(--font-script);font-weight:var(--fw-regular);letter-spacing:normal;text-transform:none}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){:root{--fs-display:2.75rem;--fs-h1:2rem;--fs-h2:1.5rem;--fs-h3:1.25rem;--space-16:4.5rem;--space-12:3.5rem;--space-10:2.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.control{border:1px solid var(--border-hairline);border-radius:var(--radius-md);background:var(--surface-card);width:100%;color:var(--text-heading);font-family:var(--font-body);font-size:var(--fs-body);transition:border-color var(--dur-base) var(--ease-soft),box-shadow var(--dur-base) var(--ease-soft);outline:none;padding:13px 16px}.control:focus-visible{border-color:var(--focus-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 16%,transparent)}.control[aria-invalid=true]{border-color:var(--border-error)}.control:disabled{opacity:.55;cursor:not-allowed}.control::placeholder{color:var(--text-muted)}.error[data-v-c155a49d]{align-items:center;gap:var(--space-4);text-align:center;flex-direction:column;display:flex}.error__lead[data-v-c155a49d]{max-width:46ch;color:var(--text-body)}.error__actions[data-v-c155a49d]{justify-content:center;gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.error__hint[data-v-c155a49d]{color:var(--text-muted);font-size:var(--fs-sm)}.error__sprig[data-v-c155a49d]{position:absolute}.error__sprig--lead[data-v-c155a49d]{top:-20px;left:-40px}.error__sprig--trail[data-v-c155a49d]{bottom:-45px;right:-35px}
