:root{--primary: #F4B221;--secondary: #303E48;--division-accent: var(--primary);--division-accent-soft: #fff0be;--division-accent-deep: #0f57e6;--ink: #171717;--muted: #64615c;--line: #e7e1d6;--paper: #fbf8f1;--white: #ffffff;--gold: var(--primary);--green: var(--secondary);--blue: #2e4e7e;--coral: #b75b42;--font-serif: Georgia, "Times New Roman", serif;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-sans)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}::view-transition-old(root){animation:pageLeave .22s ease both}::view-transition-new(root){animation:pageEnter .42s cubic-bezier(.16,1,.3,1) both}img{display:block;max-width:100%}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:0 18px;font-weight:700;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}button.button{border:0;font:inherit;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.button.primary{color:var(--secondary);background:var(--division-accent)}.button.secondary{color:var(--ink);border:1px solid rgba(23,23,23,.22);background:#ffffffb8}h1,h2,p{margin-top:0}h1,h2,.section-heading h3,summary{text-wrap:balance}h1{margin-bottom:20px;font-size:clamp(3.25rem,8vw,7.8rem);line-height:.96;letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(2rem,4vw,4.25rem);line-height:1.02;letter-spacing:0}p{color:var(--muted);font-size:1.06rem;line-height:1.7}label{display:grid;gap:8px;margin-bottom:16px;color:var(--muted);font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:14px 16px;font:inherit}select{color:var(--ink);background:var(--white)}.contact-bubble-shell{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-end;justify-content:flex-end;padding:clamp(16px,4vw,34px);background:radial-gradient(circle at 78% 72%,rgba(244,178,33,.36),transparent 30%),radial-gradient(circle at 18% 20%,rgba(46,78,126,.34),transparent 36%),#080c0f8f;-webkit-backdrop-filter:blur(16px) saturate(1.25);backdrop-filter:blur(10px);opacity:0;transition:opacity .28s ease}.contact-bubble-shell[hidden]{display:none}.contact-bubble [hidden]{display:none!important}.contact-bubble-shell[data-open=true]{opacity:1}.contact-bubble{position:relative;width:min(440px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 32px));overflow:auto;scrollbar-width:none;border:1px solid rgba(255,255,255,.5);border-radius:50px 50px 8px;background:linear-gradient(145deg,#ffffff47,#ffffff14),#1c262d7a;box-shadow:0 36px 110px #0000007a,inset 0 1px #ffffff9e,inset 0 -1px #ffffff29;-webkit-backdrop-filter:blur(28px) saturate(1.55);backdrop-filter:blur(28px) saturate(1.55);opacity:0;transform:translateY(26px) scale(.82);transform-origin:92% 100%}.contact-bubble::-webkit-scrollbar{display:none}.contact-bubble:after{position:absolute;right:18px;bottom:-15px;width:42px;height:34px;background:#1c262d7a;border-right:1px solid rgba(255,255,255,.38);border-bottom:1px solid rgba(255,255,255,.38);border-radius:0 0 28px;box-shadow:12px 14px 28px #00000024;content:"";transform:skew(-28deg) rotate(8deg);-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(16px)}.contact-bubble:before{position:absolute;inset:1px;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.36),transparent 34%),radial-gradient(circle at 18% 0%,rgba(244,178,33,.34),transparent 30%),radial-gradient(circle at 100% 16%,rgba(255,255,255,.18),transparent 24%);content:""}.contact-bubble-shell[data-open=true] .contact-bubble{animation:contactBubblePop .46s cubic-bezier(.18,.95,.22,1.25) forwards}.contact-bubble-form{position:relative;display:grid;gap:18px;padding:clamp(24px,2vw,50px)}.contact-step{display:grid;gap:13px;animation:contactStepIn .28s ease forwards}.contact-step[hidden]{display:none}.contact-step-prompt{width:fit-content;max-width:92%;margin:0 0 3px;padding:12px 14px;border:1px solid rgba(244,178,33,.85);border-radius:18px 18px 18px 4px;background:var(--primary);color:var(--secondary);box-shadow:inset 0 1px #ffffff57,0 12px 26px #f4b2213d;font-size:.96rem;line-height:1.45}.contact-bubble-form label{gap:6px;margin:0;color:#ffffffd1;font-size:.9rem}.contact-bubble-form input:not([type=radio]),.contact-bubble-form select,.contact-bubble-form textarea{color:var(--white);border-color:#ffffff57;background:#ffffff24;box-shadow:inset 0 1px #ffffff47,0 10px 26px #0000001f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 13px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.contact-bubble-form select option{color:var(--ink)}.contact-bubble-form input::placeholder,.contact-bubble-form textarea::placeholder{color:#ffffff8f}.contact-bubble-form input:not([type=radio]):focus,.contact-bubble-form select:focus,.contact-bubble-form textarea:focus{border-color:#f4b221f2;background:#ffffff38;box-shadow:0 0 0 3px #f4b22133,0 16px 34px #0000002e;outline:none}.contact-step-actions{display:flex;align-items:center;gap:10px}.contact-next,.contact-submit{flex:1;margin-top:4px;box-shadow:0 14px 30px #f4b22147}.contact-back{flex:0 0 auto;color:#ffffffeb;border:1px solid rgba(255,255,255,.28);background:#ffffff1f}.contact-bubble-open{overflow:hidden}.contact-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.contact-form-status{min-height:1.4em;margin:0;color:#ffffffd1;font-size:.9rem;font-weight:700}.contact-form-status[data-state=success]{color:#b7f7cf}.contact-form-status[data-state=error]{color:#ffd0dc}.contact-bubble-close{position:sticky;top:14px;z-index:4;display:grid;width:44px;height:44px;margin:14px 14px -58px auto;place-items:center;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:#141d23a3;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.contact-bubble-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.contact-bubble-close:hover{border-color:var(--primary);background:var(--primary);color:var(--secondary);transform:rotate(4deg) scale(1.04)}.contact-bubble-close:focus-visible{outline:3px solid var(--primary);outline-offset:3px}@media(max-width:560px){h1{font-size:clamp(2.5rem,11.5vw,3.15rem);overflow-wrap:anywhere;hyphens:auto}}@keyframes contactBubblePop{0%{opacity:0;transform:translateY(28px) scale(.78)}64%{opacity:1;transform:translateY(-5px) scale(1.035)}82%{opacity:1;transform:translateY(2px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes contactStepIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pageLeave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes pageEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.contact-bubble-shell[data-open=true] .contact-bubble{opacity:1;transform:none}::view-transition-old(root),::view-transition-new(root){animation:none}}.contact-bubble-shell{background:#080c0f40;backdrop-filter:none;-webkit-backdrop-filter:none}.contact-bubble{border-radius:50px 50px 8px;background:#303e48;max-height:calc(100svh - 32px)}.contact-bubble:before,.contact-bubble:after{display:none}.contact-bubble-form{padding:54px 28px 28px}.chat-header h2{color:#fff;font-size:1.4rem;line-height:1.25;margin-bottom:10px}.chat-header p{color:#e0e4e7;font-size:.9rem;line-height:1.5;margin-bottom:0}.contact-bubble-form[data-step]:not([data-step="0"]) .chat-header h2,.contact-bubble-form[data-step]:not([data-step="0"]) .chat-header p{display:none}@media(min-width:761px){.contact-bubble-form[data-step]:not([data-step="0"]) .chat-header{display:none}}.chat-history{display:grid;gap:8px;max-height:140px;overflow:auto}.chat-history:empty{display:none}.chat-reply{justify-self:end;max-width:90%;padding:10px 14px;margin:0;border-radius:16px 16px 4px;background:#fff;color:#303e48;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9rem}.chat-choices{border:0;padding:0;margin:0;display:grid;gap:10px}.chat-choices legend{color:#fff;font-size:.85rem;margin-bottom:10px}.contact-bubble-form .chat-choices label{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #a1abb2;border-radius:10px;cursor:pointer}.contact-bubble-form .chat-choices input{width:18px;height:18px;flex:0 0 18px;margin:0;padding:0;box-shadow:none;backdrop-filter:none;accent-color:#f4b221;outline:none}.chat-choices label:has(input:checked){border-color:#f4b221;background:#43525d}.contact-bubble-form .chat-choices label:has(input:focus-visible){outline:2px solid #f4b221;outline-offset:-2px}@media(hover:hover)and (pointer:fine){.contact-bubble-form .chat-choices label:has(input:not(:disabled)){transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.contact-bubble-form .chat-choices label:has(input:not(:disabled)):hover{border-color:#f4b221;background-color:#f4b2211f;box-shadow:inset 0 0 0 1px #f4b2214d}}@media(prefers-reduced-motion:reduce){.contact-bubble-form .chat-choices label:has(input:not(:disabled)){transition:none}}.contact-bubble .contact-step-actions{flex-wrap:wrap}.contact-bubble .contact-step-actions button{white-space:normal;padding:12px 16px}.contact-bubble-form .contact-honeypot{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.mobile-chat-identity,.chat-question{display:none}@media(max-width:760px){.contact-bubble-shell{padding:0;top:var(--chat-top, 0px);bottom:auto;height:var(--chat-height, 100dvh)}.contact-bubble-shell .contact-bubble{width:100%;height:100%;max-height:none;border:0;border-radius:0;background:#f3eddf;overflow:hidden;box-shadow:none;backdrop-filter:none}.contact-bubble-shell[data-open=true] .contact-bubble{animation:none;opacity:1;transform:none}.contact-bubble .contact-bubble-form{display:flex;flex-direction:column;gap:0;height:100%;padding:0}.chat-header{flex:0 0 auto;padding:16px 64px 14px 18px;background:#fffdf8;border-bottom:1px solid #ddd7cb}.chat-header h2{display:none}.chat-header p{font-size:11px;line-height:1.4;color:#69645b;margin-top:8px}.mobile-chat-identity{display:flex;align-items:center;gap:12px;color:#191917}.mobile-chat-identity img{width:110px;height:auto;margin:5px 0}.contact-bubble .contact-bubble-close{top:16px;right:12px;z-index:2;background:#eae5dc;color:#191917;width:44px;height:44px}.contact-bubble .chat-history{display:flex;flex-direction:column;flex:1 1 0;min-height:70px;max-height:none;overflow-y:auto;padding:24px 18px;gap:12px;overscroll-behavior:contain}.chat-history .chat-question{display:block;align-self:flex-start;max-width:85%;border-radius:18px 18px 18px 4px;background:#fff;color:#303e48;padding:12px 16px;margin:0;font-size:15px;line-height:1.5}.chat-history .chat-reply{align-self:flex-end;flex-shrink:0;background:#f4b221;color:#191917;font-size:15px;line-height:1.5;padding:12px 16px}.contact-bubble .contact-step{flex-shrink:0;padding:12px 16px 0;background:#fffdf8;border-top:1px solid #ddd7cb;gap:8px}.contact-step .contact-step-prompt{display:none}.contact-bubble-form .contact-step>label{font-size:11px;color:#69645b;margin:0;gap:4px}.contact-bubble-form .contact-step input,.contact-bubble-form .contact-step textarea{background:#f1eee8;border:1px solid #ddd7cb;color:#191917;border-radius:20px;font:16px/1.4 var(--font-sans);padding:10px 14px}.contact-bubble-form .contact-step textarea{height:76px;min-height:44px;max-height:120px;resize:vertical}.chat-choices{display:flex;flex-wrap:wrap;gap:8px}.chat-choices legend{color:#69645b;font-size:11px}.contact-bubble-form .chat-choices label{position:relative;margin:0;padding:12px 14px;border-radius:24px;color:#191917;border:1px solid #d6a434;background:#fff4d5;font-size:13px}.contact-bubble-form .chat-choices input{position:absolute;width:1px;height:1px;opacity:0;padding:0}.contact-bubble .contact-step-actions{margin:0;padding:10px 16px max(12px,env(safe-area-inset-bottom));background:#fffdf8;justify-content:flex-end;gap:8px}.contact-bubble .contact-step-actions button{border-radius:24px;font-size:13px;min-height:44px}.contact-next:after{content:" ↑";margin-left:8px}.contact-bubble-form:has(.chat-choices input:checked) .chat-choices label:has(input:checked){color:#191917}.contact-bubble-form:has(.contact-step:not([hidden]) .chat-choices) .contact-next{display:none}.contact-bubble .contact-form-status{flex-shrink:0;margin:0;padding:0 18px;background:#fffdf8;color:#303e48;font-size:14px}.contact-bubble .contact-form-status:not(:empty){padding:16px 18px}.contact-bubble .contact-form-status[data-state=error]{color:#9f1239}}.contact-bubble-form .chat-choices label.chat-choice-unavailable{background:#ffffff08;border-color:#78828a;color:#a9b0b6;cursor:not-allowed}.chat-choice-unavailable small{display:block;margin-top:3px;font-size:11px;font-weight:400}@media(max-width:760px){.contact-bubble-form .chat-choices label.chat-choice-unavailable{background:#e9e7e3;border-color:#d2d0cb;color:#777771}}
