.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{-webkit-font-smoothing:antialiased;padding:0 5vw}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{text-decoration:none;color:inherit}p{font-family:var(--font-family-secondary);font-weight:400;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-playfair);font-weight:400;font-size:2rem}h1{font-size:3rem;font-weight:400}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}ul{list-style:none}#root,#__next{isolation:isolate}:root{--hdr-gradient: linear-gradient( 124deg in oklab, #FCFDD3 0%, #D385B5 50%, #AE69C5 100% );--sdr-gradient: linear-gradient(124deg, #fcfdd3 0%, #d385b5 50%, #ae69c5 100%);--font-family-primary: var(--font-playfair);--font-family-secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--white: #ffffff;--black: #000000;--orange: #E67E22;--orange-dark: #c46a1c;--accent: #F39C12;--accent-rgb: 243, 156, 18;--btn-accent: #c46a1c;--dark-text: #2D3748;--body-text: #4A5568;--dark-bg: #1A202C;--light-bg: #F7FAFC;--border: 1px solid var(--black);--box-shadow: 0 8px 30px rgba(230, 126, 34, .2), 0 4px 12px rgba(230, 126, 34, .15), 0 0 0 1px rgba(230, 126, 34, .05);--toc-background: #f8f8f8;--toc-border: #eee;--toc-shadow: rgba(0, 0, 0, .05);--color-background: var(--white);--color-background-offset: #f8f8f8;--color-text: var(--black);--color-error: #dc3545;--color-error-bg: #fde8e8;--color-success: #28a745;--color-success-bg: #e8f5e9}body{background:var(--hdr-gradient);position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;margin:0 auto}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.05;pointer-events:none;background:repeating-conic-gradient(#000 0%,transparent .0002%),repeating-conic-gradient(#000 0%,transparent .0001%);background-blend-mode:difference;filter:contrast(180%) brightness(100%);z-index:-1}main{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:0 auto;width:100%;max-width:1440px}.call-to-action{display:flex;padding:.75rem 1.75rem;border-radius:100px;align-items:center;justify-content:center;background:var(--orange);color:var(--white);font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;letter-spacing:.05em;border:2px solid var(--orange);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:48px;position:relative;overflow:hidden;z-index:1;text-decoration:none}.call-to-action:before{content:"";position:absolute;inset:0;background:var(--orange-dark);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.call-to-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e67e2240}.call-to-action:hover:before{transform:scaleX(1)}.call-to-action:active{transform:translateY(0);box-shadow:0 2px 10px #e67e2226}.cta-secondary{display:inline-flex;padding:.75rem 1.75rem;border-radius:100px;color:var(--orange);background-color:transparent;font-family:var(--font-family-secondary);font-size:1rem;font-weight:600;letter-spacing:.05em;text-decoration:none;border:2px solid var(--orange);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;align-items:center;justify-content:center;min-height:48px}.cta-secondary:before{content:"";position:absolute;inset:0;background:#e67e221a;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.cta-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e67e2226}.cta-secondary:hover:before{transform:scaleX(1)}.cta-secondary:active{transform:translateY(0);box-shadow:0 2px 10px #e67e221a}.cta-text{display:inline-block;color:var(--orange);font-family:var(--font-family-secondary);font-weight:600;text-decoration:none;position:relative;transition:color .2s ease}.cta-text:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:var(--orange);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}.cta-text:hover{color:var(--orange-dark)}.cta-text:hover:after{transform:scaleX(1);transform-origin:bottom left}.arrow-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background-color:transparent;color:var(--orange);text-decoration:none;border-radius:.25rem;font-weight:600;font-family:var(--font-family-secondary);transition:all .3s ease;position:relative;border:1px solid var(--orange);max-width:fit-content}.arrow-link:after{content:"→";transition:transform .3s ease;display:inline-block;margin-left:.25rem}.arrow-link:hover{background-color:var(--orange);color:#fff}.arrow-link:hover:after{transform:translate(4px)}section{display:flex;flex-direction:row;background-color:var(--white);padding:2rem;width:100%;border-radius:1.5rem;box-shadow:var(--box-shadow)}#shadow-host-companion{display:none}.h2-highlight{font-weight:700}@media (max-width: 1200px){h1{font-size:3.5rem}h2{font-size:3rem}h3{font-size:1.75rem}section{padding:1.5rem}}@media (max-width: 768px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}section{padding:1rem;flex-direction:column}.call-to-action{font-size:1.5rem;padding:.5rem .75rem}}@media (max-width: 480px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.5rem}p{font-size:1rem}section{padding:.75rem;border-radius:1rem}.call-to-action{font-size:1.25rem}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1rem}.responsive-flex{display:flex;flex-wrap:wrap;gap:1rem}.responsive-image{width:100%;height:auto;object-fit:cover}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.container{padding:0 .75rem}}.global-cta-section{background-color:var(--orange);color:var(--white);padding:5rem 2rem;text-align:center}.global-cta-content{max-width:800px;margin:0 auto}.global-cta-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--white)}.global-cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;font-family:var(--font-family-secondary)}.global-cta-button{display:inline-block;background-color:var(--white);color:var(--orange);padding:.8rem 2rem;border-radius:4px;font-weight:600;font-size:1.1rem;text-decoration:none;border:2px solid var(--btn-accent);transition:all .2s ease;box-shadow:4px 4px 0 var(--btn-accent);font-family:var(--font-family-secondary)}.global-cta-button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--btn-accent)}.global-cta-button:active{transform:translate(0);box-shadow:2px 2px 0 var(--btn-accent)}.cta-button,.call-to-action,.cta-secondary,.arrow-link{border-radius:4px}.circle-highlight{position:relative;z-index:1;display:inline-block;padding:0 .1em}.circle-highlight:before{content:"";position:absolute;z-index:-1;inset:-.2em -.4em -.1em;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50%25' cy='50%25' rx='49%25' ry='48%25' stroke='%23E67E22' stroke-width='2' fill='none' stroke-linecap='round' transform='rotate(0)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:.8}.circle-highlight:hover:before{transform:none}.circle-highlight-bold:before{inset:-.25em -.45em -.15em;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50%25' cy='50%25' rx='49%25' ry='48%25' stroke='%23E67E22' stroke-width='3' fill='none' stroke-linecap='round' transform='rotate(0)'/%3E%3C/svg%3E")}.circle-highlight-accent:before{background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50%25' cy='50%25' rx='49%25' ry='48%25' stroke='%23F39C12' stroke-width='2' fill='none' stroke-linecap='round' transform='rotate(0)'/%3E%3C/svg%3E")}.circle-highlight-light:before{inset:-.15em -.35em -.05em;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='50%25' cy='50%25' rx='49%25' ry='48%25' stroke='%23E67E22' stroke-width='1.5' fill='none' stroke-linecap='round' transform='rotate(0)'/%3E%3C/svg%3E");opacity:.7}._header_tqard_1{width:100%;max-width:1440px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--white);padding:.9375rem 2.1875rem;border-radius:6.25rem;margin-top:2rem;box-shadow:var(--box-shadow);position:relative;z-index:1000}._nav_tqard_17{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}._leftSection_tqard_25{display:flex;align-items:center;gap:2rem}._logo_tqard_31{display:flex;align-items:center}._logo_tqard_31 img{width:50px;height:50px;transition:transform .2s ease}._logo_tqard_31:hover img{transform:scale(1.05)}._rightSection_tqard_46{display:flex;align-items:center;gap:1rem}._navLinks_tqard_52{display:flex;flex-direction:row;gap:1rem;align-items:center;list-style:none;margin:0;padding:0}._navLink_tqard_52{font-family:var(--font-family-primary);font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:lowercase;position:relative;text-decoration:none;transition:color .3s ease;color:var(--black)}._navLink_tqard_52:hover{color:var(--orange)}._navLink_tqard_52:after{content:"";position:absolute;width:100%;height:1px;bottom:-2px;left:0;background-color:var(--orange);transform:scaleX(0);transition:transform .3s ease}._navLink_tqard_52:hover:after{transform:scaleX(1)}._mobileNavToggle_tqard_95{display:none;background:none;border:none;cursor:pointer;padding:0}._hamburger_tqard_103{display:flex;flex-direction:column;gap:6px}._bar_tqard_109{display:block;width:25px;height:3px;background-color:var(--orange);transition:all .3s ease}._srOnly_tqard_117{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._mobileOnly_tqard_130,._mobileDivider_tqard_130{display:none}._mobileCta_tqard_134{font-weight:600;color:var(--orange)}._mobileCta_tqard_134:after{background-color:var(--orange);height:2px}@media (max-width: 768px){._header_tqard_1{padding:1rem}._mobileNavToggle_tqard_95{display:block;z-index:9999}._leftSection_tqard_25{flex:1}._rightSection_tqard_46{display:none}._navLinks_tqard_52{position:fixed;inset:0;background:var(--white);flex-direction:column;padding:6rem 2rem;transform:translate(100%);transition:transform .3s ease-in-out;justify-content:center;align-items:center;gap:2rem}._navLinks_tqard_52[data-visible=true]{transform:translate(0)}._mobileOnly_tqard_130{display:block;margin-top:.5rem}._mobileDivider_tqard_130{display:block;width:50px;height:2px;background-color:var(--orange);margin:1rem 0;opacity:.5}._mobileCta_tqard_134{padding:.75rem 1.5rem;background-color:var(--orange);color:var(--white);border-radius:2rem;font-weight:600;transition:background-color .3s ease}._mobileCta_tqard_134:hover{background-color:var(--accent);color:var(--white)}._mobileCta_tqard_134:after{display:none}._mobileNavToggle_tqard_95[aria-expanded=true] ._bar_tqard_109:nth-child(1){transform:translateY(9px) rotate(45deg)}._mobileNavToggle_tqard_95[aria-expanded=true] ._bar_tqard_109:nth-child(2){opacity:0}._mobileNavToggle_tqard_95[aria-expanded=true] ._bar_tqard_109:nth-child(3){transform:translateY(-9px) rotate(-45deg)}._nav_tqard_17{flex-direction:row}._navLink_tqard_52{font-size:2rem}}@media (min-width: 769px){._mobileNavToggle_tqard_95{display:none}._navLinks_tqard_52{display:flex}}html{scroll-behavior:smooth}footer[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;padding:2rem;background-color:var(--white);width:100%;max-width:1440px;border-radius:1.5rem;box-shadow:var(--box-shadow);margin-bottom:2rem}.footer-item[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;flex-direction:column;flex:1 1 200px;margin:1rem}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--dark-grey);font-style:italic;font-size:1rem;margin-top:-.5rem}.footer-link[data-astro-cid-sz7xmlte],.footer-contact-item[data-astro-cid-sz7xmlte]{font-family:var(--font-family-primary);font-size:1.25rem;font-weight:400;line-height:normal;text-transform:lowercase;position:relative;text-decoration:none;transition:color .3s ease}.footer-logo-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;color:var(--orange);font-family:var(--font-family-primary);font-size:2rem;font-weight:700}.footer-logo-link[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{transition:all .3s ease;opacity:1}@media (max-width: 768px){footer[data-astro-cid-sz7xmlte]{flex-direction:column}.footer-item[data-astro-cid-sz7xmlte]{text-align:left}}h3[data-astro-cid-sz7xmlte]{text-decoration:underline;text-underline-offset:.25rem;text-decoration-color:var(--orange);text-decoration-thickness:.1px}@media (max-width: 480px){footer[data-astro-cid-sz7xmlte]{flex-direction:column;justify-content:center;padding:1rem;gap:1rem;border-radius:1rem}.footer-item[data-astro-cid-sz7xmlte]{margin:0;gap:.5rem;padding:.5rem;height:fit-content;align-items:center}.footer-logo[data-astro-cid-sz7xmlte]{gap:2rem}}
