:root{--ink: #003366;--ink-soft: #5f6f91;--ink-muted: #7c89a8;--paper: #f4fafe;--paper-2: #eaf6fd;--white: #ffffff;--warm: #dff1fc;--brand-ink: #082f4c;--brand-blue: #0468ac;--brand-sky: #00b0ff;--brand-teal: #05c9c3;--blue: #0078d8;--blue-deep: #005faa;--blue-50: #dff1fc;--sky: #00a7f2;--teal: #08c6c8;--teal-deep: #00a9ad;--teal-50: #ddf8f8;--teal-100: #b7f0f0;--gray: #7c89a8;--gray-soft: #a8b4c8;--gray-muted: #c2cdd9;--line: #d7e8f4;--success: #16a34a;--error: #dc2626;--warning: #d97706;--display: "Lobster Two", cursive;--display-style: italic;--display-weight: 400;--display-pacifico: "Pacifico", cursive;--display-lobster: "Lobster", cursive;--display-lobster-two: "Lobster Two", cursive;--display-leckerli: "Leckerli One", cursive;--display-kaushan: "Kaushan Script", cursive;--ui: "Outfit", sans-serif;--body: "Inter", sans-serif;--hero-title-font: var(--ui);--hero-title-weight: 600;--hero-title-style: normal;--hero-title-line-height: .9;--hero-title-letter-spacing: 0;--hero-title-color: #022654;--hero-title-accent: #02bec8;--hero-script-font: var(--display);--hero-script-weight: var(--display-weight);--hero-script-style: var(--display-style);--hero-script-scale: 1.245;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3rem;--text-6xl: 4rem;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-30: 120px;--r-sm: 8px;--r-md: 14px;--r-lg: 20px;--r-xl: 28px;--r-pill: 9999px;--shadow-sm: 0 1px 3px rgba(28, 49, 68, .04);--shadow-md: 0 4px 12px rgba(28, 49, 68, .06);--shadow-lg: 0 14px 44px rgba(28, 49, 68, .1);--shadow-blue: 0 8px 24px rgba(0, 120, 216, .28);--shadow-teal: 0 8px 24px rgba(8, 198, 200, .28);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s;--container-max: 1440px;--container-pad: 28px;--container-pad-mobile: 20px}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--body);scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background:var(--paper)}body,button,input,textarea,select{font:inherit}img,picture,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{border:0}:focus-visible{outline:3px solid color-mix(in srgb,var(--teal) 75%,var(--white));outline-offset:3px}.container{width:min(100% - calc(var(--container-pad-mobile) * 2),var(--container-max));margin-inline:auto}.section-shell{padding-block:var(--space-20)}.eyebrow{margin:0 0 var(--space-3);color:var(--brand-blue);font-family:var(--ui);font-size:var(--text-xs);font-weight:700;letter-spacing:.02em;text-transform:uppercase}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--r-pill);padding:0 var(--space-6);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;line-height:1;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);box-shadow:var(--shadow-blue);color:var(--white)}.button-primary:hover{background:var(--blue-deep)}.button-secondary{background:var(--teal);box-shadow:var(--shadow-teal);color:var(--brand-ink)}.button-secondary:hover{background:var(--teal-deep);color:var(--white)}@media(min-width:768px){.container{width:min(100% - calc(var(--container-pad) * 2),var(--container-max))}}@media(max-width:759px){section[id]{scroll-margin-top:72px}}.wa-fab{align-items:center;background:#25d366;border-radius:50%;bottom:28px;box-shadow:0 2px 6px #0000002e,0 8px 24px #25d3665c;color:#fff;display:flex;height:56px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:24px;text-decoration:none;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease,box-shadow .25s ease,background .25s ease;width:56px;z-index:8000}.wa-fab.wa-fab--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.wa-fab:hover{background:#1db954;box-shadow:0 4px 10px #0000002e,0 14px 36px #25d36675;transform:translateY(-2px)}.wa-fab-icon{fill:#fff;flex-shrink:0;height:22px;width:22px}.wa-fab-label{display:none}.sr{opacity:0;transform:translateY(22px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.sr.sr--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.sr{transition:none;opacity:1;transform:none}.wa-fab{transition:opacity .1s,background .2s,box-shadow .2s}}.hero-section[data-astro-cid-bbe6dxrz]{position:relative;min-height:100svh;overflow:hidden;background:radial-gradient(circle at 72% 12%,rgba(0,176,255,.12),transparent 30%),radial-gradient(circle at 8% 82%,rgba(8,198,200,.1),transparent 26%),var(--paper)}.hero-section[data-astro-cid-bbe6dxrz]:before{position:absolute;inset:0;background-image:linear-gradient(#ffffff70,#ffffff70),repeating-linear-gradient(135deg,rgba(4,104,172,.035) 0 1px,transparent 1px 18px);content:"";pointer-events:none}.hero-grid[data-astro-cid-bbe6dxrz]{position:relative;display:grid;width:min(100% - calc(var(--container-pad-mobile) * 2),var(--container-max));min-height:100svh;gap:clamp(var(--space-10),4.2vw,var(--space-20));align-items:center;padding-block:148px var(--space-12)}.hero-copy[data-astro-cid-bbe6dxrz]{max-width:650px;min-width:0}.hero-eyebrow[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:var(--space-3);color:var(--blue);font-family:var(--ui);font-size:clamp(var(--text-sm),1.2vw,var(--text-base));font-weight:700;line-height:1;margin:0 0 var(--space-6);text-transform:uppercase}.hero-eyebrow[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:1.35em;height:1.35em;fill:none;flex:0 0 auto;stroke:var(--teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}h1[data-astro-cid-bbe6dxrz]{color:var(--hero-title-color);font-family:var(--hero-title-font);font-size:clamp(3rem,4.45vw,4.8rem);font-style:var(--hero-title-style);font-weight:var(--hero-title-weight);letter-spacing:var(--hero-title-letter-spacing);line-height:1.02;margin:0;max-width:650px}.accent-line[data-astro-cid-bbe6dxrz]{display:block}.nowrap[data-astro-cid-bbe6dxrz]{white-space:nowrap}.script-word[data-astro-cid-bbe6dxrz]{display:inline-block;font-family:var(--hero-script-font);font-size:calc(1em * var(--hero-script-scale));font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.88}.script-word[data-astro-cid-bbe6dxrz].accent{color:var(--hero-title-accent)}.hero-lead[data-astro-cid-bbe6dxrz]{color:var(--ink-soft);font-family:var(--body);font-size:clamp(var(--text-lg),2vw,var(--text-2xl));line-height:1.48;margin:var(--space-8) 0 0;max-width:660px}.hero-cta[data-astro-cid-bbe6dxrz]{display:inline-flex;min-height:64px;align-items:center;justify-content:center;gap:var(--space-4);border-radius:12px;background:var(--blue);box-shadow:var(--shadow-blue);color:var(--white);font-family:var(--ui);font-size:clamp(var(--text-lg),2vw,var(--text-2xl));font-weight:600;line-height:1;margin-top:var(--space-10);padding:0 var(--space-8);transition:background var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.hero-cta[data-astro-cid-bbe6dxrz]:hover{background:var(--teal);box-shadow:var(--shadow-teal);color:var(--brand-ink);transform:translateY(-1px)}.hero-cta[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:1.05em;height:1.05em;fill:currentColor}.hero-media[data-astro-cid-bbe6dxrz]{justify-self:start;width:min(100%,560px)}.hero-media[data-astro-cid-bbe6dxrz] img{width:100%;height:auto}@media(min-width:960px){.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:minmax(0,650px) minmax(500px,620px);width:min(100% - calc(var(--container-pad) * 2),var(--container-max));justify-content:center;padding-block:130px var(--space-16)}.hero-media[data-astro-cid-bbe6dxrz]{justify-self:start;width:min(40vw,620px)}}@media(max-width:520px){.hero-grid[data-astro-cid-bbe6dxrz]{gap:var(--space-6);align-items:start;padding-block:136px var(--space-8)}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(2.08rem,9.45vw,2.62rem);line-height:1.06;max-width:100%}.accent-line[data-astro-cid-bbe6dxrz]{display:inline}.script-word[data-astro-cid-bbe6dxrz]{font-size:1.16em;line-height:.95}.hero-eyebrow[data-astro-cid-bbe6dxrz]{justify-content:center;margin-bottom:var(--space-5);font-size:.72rem;white-space:nowrap}.hero-lead[data-astro-cid-bbe6dxrz]{font-size:var(--text-base);line-height:1.45;margin-top:var(--space-6)}.hero-cta[data-astro-cid-bbe6dxrz]{width:100%;min-height:56px;margin-top:var(--space-6);padding-inline:var(--space-5)}.hero-media[data-astro-cid-bbe6dxrz]{width:100%}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;z-index:50;display:flex;flex-direction:column;width:min(320px,86vw);background:#fff;box-shadow:-16px 0 56px #0226542e;transform:translate(100%);transition:transform .34s cubic-bezier(.16,1,.3,1);overflow-y:auto;overscroll-behavior:contain}.mobile-drawer.is-open{transform:translate(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;flex-shrink:0}.drawer-logo{display:block}.drawer-logo img{width:156px;height:auto;display:block}.drawer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;appearance:none;-webkit-appearance:none;background:#f0f6fb;border:none;border-radius:50%;color:#022654;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s ease,color .15s ease,transform .15s ease}.drawer-close:hover{background:#dff1fc;color:#0078d8}.drawer-close:active{transform:scale(.96)}.drawer-close:focus-visible{outline:3px solid rgba(8,198,200,.7);outline-offset:2px}.drawer-close svg{display:block;width:20px;height:20px;fill:none;pointer-events:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25}.drawer-rule{height:2px;margin:0 24px;background:linear-gradient(90deg,#08c6c8 0%,#0078d8 60%,transparent 100%);border-radius:1px;opacity:.3;flex-shrink:0}.drawer-nav{display:flex!important;flex-direction:column!important;padding:16px 0 0;flex:1;list-style:none;margin:0}.drawer-item{display:flex!important;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(215,232,244,.65);text-decoration:none;background:transparent;opacity:0;transform:translate(14px);transition:opacity .26s ease,transform .26s ease,background .14s ease}.drawer-item:first-child{border-top:1px solid rgba(215,232,244,.65)}.mobile-drawer.is-open .drawer-item{opacity:1;transform:translate(0)}.drawer-item:hover{background:#dff1fc73}.di-num{display:block;width:28px;flex-shrink:0;color:#00a9ad;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.08em;line-height:1}.di-label{display:block;color:#022654;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.2;transition:color .14s ease}.drawer-item:hover .di-label{color:#0078d8}.drawer-foot{display:flex;flex-direction:column;gap:12px;padding:32px 24px 40px;flex-shrink:0}.drawer-cta{display:flex!important;align-items:center;justify-content:center;min-height:52px;background:#0078d8;border-radius:10px;box-shadow:0 8px 24px #0078d847;color:#fff;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;padding:0 24px;transition:background .15s ease,transform .15s ease}.drawer-cta:hover{background:#08c6c8;color:#082f4c;transform:translateY(-1px)}.drawer-hours{margin:0;text-align:center;color:#7c89a8;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600}@media(min-width:760px){.mobile-drawer{display:none!important}}.site-header[data-astro-cid-5blmo7yk]{position:fixed;inset:0 0 auto;z-index:40;padding-block:var(--space-5);transition:background .28s ease,box-shadow .28s ease,padding .28s ease}.site-header[data-astro-cid-5blmo7yk].scrolled{background:#f4fafeeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #d7e8f4e6,0 2px 20px #0226540d;padding-block:var(--space-4)}.nav-shell[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;width:min(100% - calc(var(--container-pad-mobile) * 2),var(--container-max))}.brand-link[data-astro-cid-5blmo7yk]{display:inline-flex;width:clamp(198px,45vw,300px);flex-shrink:0}.brand-link[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{width:100%;height:auto}.nav-links[data-astro-cid-5blmo7yk]{display:none;align-items:center;justify-content:center;gap:clamp(var(--space-6),4vw,var(--space-16));color:var(--ink);font-family:var(--ui);font-size:clamp(var(--text-base),1.3vw,var(--text-xl));font-weight:600;flex:1}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{transition:color .15s ease}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--teal-deep)}.nav-cta[data-astro-cid-5blmo7yk]{display:none;align-items:center;justify-content:center;gap:var(--space-3);min-height:52px;padding:0 var(--space-6);background:var(--blue);border-radius:10px;box-shadow:var(--shadow-blue);color:var(--white);font-family:var(--ui);font-size:clamp(var(--text-base),1.2vw,var(--text-xl));font-weight:600;flex-shrink:0;transition:background .15s ease,transform .15s ease}.nav-cta[data-astro-cid-5blmo7yk]:hover{background:var(--teal);color:var(--brand-ink);transform:translateY(-1px)}.nav-cta[data-astro-cid-5blmo7yk] svg[data-astro-cid-5blmo7yk]{width:1.1em;height:1.1em;flex-shrink:0}.burger[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;flex-shrink:0;padding:11px 10px;background:var(--blue);border:none;border-radius:11px;box-shadow:0 3px 12px #0078d859;cursor:pointer;transition:background .2s ease,border-radius .26s ease}.burger[data-astro-cid-5blmo7yk]:hover{background:var(--blue-deep)}.burger[data-astro-cid-5blmo7yk]:focus-visible{outline:3px solid rgba(8,198,200,.7);outline-offset:3px}.b[data-astro-cid-5blmo7yk]{display:block;height:2.5px;background:#fff;border-radius:2px;transition:transform .26s ease,opacity .18s ease,width .26s ease;transform-origin:center}.b1[data-astro-cid-5blmo7yk],.b2[data-astro-cid-5blmo7yk],.b3[data-astro-cid-5blmo7yk]{width:20px}.burger[data-astro-cid-5blmo7yk].is-open{background:#022654;border-radius:50%}.burger[data-astro-cid-5blmo7yk].is-open .b1[data-astro-cid-5blmo7yk]{width:20px;transform:translateY(8.5px) rotate(45deg)}.burger[data-astro-cid-5blmo7yk].is-open .b2[data-astro-cid-5blmo7yk]{opacity:0;transform:scaleX(0)}.burger[data-astro-cid-5blmo7yk].is-open .b3[data-astro-cid-5blmo7yk]{width:20px;transform:translateY(-8.5px) rotate(-45deg)}.nav-overlay[data-astro-cid-5blmo7yk]{position:fixed;inset:0;z-index:45;background:#0226547a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-overlay[data-astro-cid-5blmo7yk].is-visible{opacity:1;pointer-events:auto}@media(min-width:760px){.site-header[data-astro-cid-5blmo7yk]{padding-block:var(--space-8)}.nav-shell[data-astro-cid-5blmo7yk]{gap:var(--space-4)}.nav-links[data-astro-cid-5blmo7yk],.nav-cta[data-astro-cid-5blmo7yk]{display:flex}.burger[data-astro-cid-5blmo7yk]{display:none}.nav-overlay[data-astro-cid-5blmo7yk],.mobile-drawer[data-astro-cid-5blmo7yk]{display:none!important}}.services-section[data-astro-cid-mrqo3zvs]{position:relative;overflow:hidden;background:#fff;padding-block:clamp(var(--space-16),7vw,var(--space-24))}.services-shell[data-astro-cid-mrqo3zvs]{display:grid;justify-items:center;text-align:center}.services-heading[data-astro-cid-mrqo3zvs]{position:relative;display:inline-grid;justify-items:center}.services-heading[data-astro-cid-mrqo3zvs] h2[data-astro-cid-mrqo3zvs]{color:var(--hero-title-color);font-family:var(--hero-title-font);font-size:clamp(2.3rem,5.4vw,5.1rem);font-weight:var(--hero-title-weight);letter-spacing:var(--hero-title-letter-spacing);line-height:1.05;margin:0}.services-heading[data-astro-cid-mrqo3zvs] h2[data-astro-cid-mrqo3zvs] span[data-astro-cid-mrqo3zvs]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-size:calc(1em * var(--hero-script-scale));font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.85}.services-deco[data-astro-cid-mrqo3zvs]{position:absolute;display:none;color:var(--sky)}.services-deco-left[data-astro-cid-mrqo3zvs]{width:36px;height:auto;left:-54px;top:50%;transform:translateY(-55%)}.services-deco-rt[data-astro-cid-mrqo3zvs]{width:26px;height:auto;right:-38px;top:-18px;transform:scaleX(-1) rotate(18deg);transform-origin:50% 50%}.services-copy[data-astro-cid-mrqo3zvs]{max-width:760px;color:var(--ink-soft);font-family:var(--ui);font-size:clamp(var(--text-base),1.7vw,var(--text-xl));font-weight:600;line-height:1.55;margin:var(--space-4) 0 0}.services-grid[data-astro-cid-mrqo3zvs]{display:grid;grid-template-columns:1fr;gap:var(--space-5);width:100%;margin-top:clamp(var(--space-10),5vw,var(--space-16));text-align:left}.service-card[data-astro-cid-mrqo3zvs]{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;border:1px solid rgba(215,232,244,.92);border-radius:10px;background:var(--white);box-shadow:0 1px 2px #082f4c1a,0 3px 8px #082f4c12;transform:translateY(0);transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s cubic-bezier(.22,1,.36,1)}.service-card[data-astro-cid-mrqo3zvs]:hover{box-shadow:0 2px 6px #082f4c14,0 8px 22px #082f4c1a;transform:translateY(-4px)}.service-photo[data-astro-cid-mrqo3zvs]{width:180px;min-width:180px;max-width:180px;align-self:stretch;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.18) 0 20%,transparent 20% 40%,rgba(255,255,255,.16) 40% 60%,transparent 60% 100%),linear-gradient(135deg,var(--blue) 0%,var(--sky) 100%);background-size:28px 28px,auto}.tone-teal[data-astro-cid-mrqo3zvs] .service-photo[data-astro-cid-mrqo3zvs]{background:linear-gradient(135deg,rgba(255,255,255,.18) 0 20%,transparent 20% 40%,rgba(255,255,255,.16) 40% 60%,transparent 60% 100%),linear-gradient(135deg,var(--teal) 0%,var(--sky) 100%);background-size:28px 28px,auto}.service-photo[data-astro-cid-mrqo3zvs] img[data-astro-cid-mrqo3zvs]{display:block;width:180px;height:100%;object-fit:cover}.service-icon[data-astro-cid-mrqo3zvs]{position:absolute;left:180px;top:50%;transform:translate(-50%,-50%);z-index:2;display:grid;width:56px;height:56px;border:4px solid var(--white);border-radius:12px;background:var(--blue);box-shadow:0 8px 22px #0078d847;color:var(--white);place-items:center}.tone-teal[data-astro-cid-mrqo3zvs] .service-icon[data-astro-cid-mrqo3zvs]{background:var(--teal);box-shadow:0 8px 18px #08c6c838}.service-icon[data-astro-cid-mrqo3zvs] svg[data-astro-cid-mrqo3zvs]{width:54%;height:54%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.service-body[data-astro-cid-mrqo3zvs]{flex:1 1 0%;min-width:0;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4) var(--space-5) var(--space-4) var(--space-8)}.service-badge[data-astro-cid-mrqo3zvs]{font-family:var(--ui);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:var(--blue-50);padding:3px 10px;border-radius:99px;white-space:nowrap;align-self:flex-start}.tone-teal[data-astro-cid-mrqo3zvs] .service-badge[data-astro-cid-mrqo3zvs]{color:var(--teal-deep);background:var(--teal-50)}.service-body[data-astro-cid-mrqo3zvs] h3[data-astro-cid-mrqo3zvs]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(var(--text-xl),1.8vw,var(--text-2xl));font-weight:800;line-height:1.1;margin:0}.service-body[data-astro-cid-mrqo3zvs] p[data-astro-cid-mrqo3zvs]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-sm);font-weight:600;line-height:1.55;margin:0}.service-microcopy[data-astro-cid-mrqo3zvs]{color:var(--gray);font-family:var(--ui);font-size:var(--text-xs);font-weight:500;font-style:italic;line-height:1.45;margin-top:var(--space-1)}.service-footer[data-astro-cid-mrqo3zvs]{display:flex;align-items:end;justify-content:flex-end;margin-top:auto;padding-top:var(--space-2)}.service-cta[data-astro-cid-mrqo3zvs]{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--r-pill);background:var(--teal);box-shadow:var(--shadow-teal);color:var(--white);flex:0 0 auto;font-family:var(--ui);font-size:var(--text-sm);font-weight:800;line-height:1;padding:0 var(--space-5);transition:background var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.service-cta[data-astro-cid-mrqo3zvs]:hover{background:var(--blue);transform:translateY(-1px)}.service-cta[data-astro-cid-mrqo3zvs] svg[data-astro-cid-mrqo3zvs]{width:1.1em;height:1.1em;fill:currentColor;flex:0 0 auto}.service-cta[data-astro-cid-mrqo3zvs] span[data-astro-cid-mrqo3zvs]{white-space:nowrap}@media(min-width:760px){.services-deco[data-astro-cid-mrqo3zvs]{display:block}.services-grid[data-astro-cid-mrqo3zvs]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.services-grid[data-astro-cid-mrqo3zvs]{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}}@media(max-width:520px){.services-section[data-astro-cid-mrqo3zvs]{padding-block:var(--space-14, 56px) var(--space-16)}.services-heading[data-astro-cid-mrqo3zvs] h2[data-astro-cid-mrqo3zvs]{font-size:clamp(2.15rem,11vw,3rem)}.services-copy[data-astro-cid-mrqo3zvs]{font-family:var(--body);font-weight:500}.service-card[data-astro-cid-mrqo3zvs]{min-height:160px}.service-photo[data-astro-cid-mrqo3zvs]{width:120px;min-width:120px;max-width:120px}.service-photo[data-astro-cid-mrqo3zvs] img[data-astro-cid-mrqo3zvs]{width:120px}.service-icon[data-astro-cid-mrqo3zvs]{left:120px;width:40px;height:40px;border-width:3px;border-radius:9px}.service-body[data-astro-cid-mrqo3zvs]{padding:var(--space-3) var(--space-3) var(--space-3) var(--space-8);gap:var(--space-1)}.service-body[data-astro-cid-mrqo3zvs] h3[data-astro-cid-mrqo3zvs]{font-size:var(--text-lg)}.service-body[data-astro-cid-mrqo3zvs] p[data-astro-cid-mrqo3zvs]{font-size:.82rem;display:block;-webkit-line-clamp:unset;overflow:visible}.service-footer[data-astro-cid-mrqo3zvs]{padding-top:var(--space-1)}.service-cta[data-astro-cid-mrqo3zvs]{min-height:38px;font-size:.75rem;padding:0 var(--space-4)}}.structure-section[data-astro-cid-taxelh4x]{position:relative;overflow:visible;background:var(--paper);padding-block:var(--space-20)}.structure-section[data-astro-cid-taxelh4x]:before{content:none}.structure-grid[data-astro-cid-taxelh4x]{position:relative;z-index:1;display:grid;gap:var(--space-12);align-items:center;min-width:0}.structure-copy[data-astro-cid-taxelh4x]{min-width:0}.section-kicker[data-astro-cid-taxelh4x]{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--blue);font-family:var(--ui);font-size:var(--text-xs);font-weight:800;line-height:1;margin:0 0 var(--space-6);text-transform:uppercase}.section-kicker[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:18px;height:18px;fill:none;stroke:var(--teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.structure-copy[data-astro-cid-taxelh4x] h2[data-astro-cid-taxelh4x]{color:var(--hero-title-color);font-family:var(--ui);font-size:2.45rem;font-weight:700;letter-spacing:0;line-height:1.03;margin:0;max-width:700px;overflow-wrap:anywhere}.title-main[data-astro-cid-taxelh4x]{font:inherit}.title-accent[data-astro-cid-taxelh4x]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-size:1.18em;font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.9}.structure-text[data-astro-cid-taxelh4x]{display:grid;gap:var(--space-4);margin-top:var(--space-6);max-width:650px}.structure-text[data-astro-cid-taxelh4x] p[data-astro-cid-taxelh4x]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-lg);font-weight:500;line-height:1.62;margin:0}.structure-features[data-astro-cid-taxelh4x]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5) var(--space-6);list-style:none;margin:var(--space-8) 0 0;padding:0}.feature[data-astro-cid-taxelh4x]{align-items:flex-start;display:flex;gap:var(--space-3)}.feature-ico[data-astro-cid-taxelh4x]{align-items:center;background:linear-gradient(135deg,var(--teal-50),var(--blue-50));border-radius:12px;color:var(--blue-deep);display:inline-flex;flex:0 0 auto;height:44px;justify-content:center;width:44px}.feature-ico[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.feature[data-astro-cid-taxelh4x]>div[data-astro-cid-taxelh4x]{min-width:0}.feature[data-astro-cid-taxelh4x] strong[data-astro-cid-taxelh4x]{color:var(--ink);display:block;font-family:var(--ui);font-size:var(--text-base);font-weight:700;line-height:1.25}.feature[data-astro-cid-taxelh4x] span[data-astro-cid-taxelh4x]:not(.feature-ico){color:var(--ink-soft);display:block;font-family:var(--body);font-size:var(--text-sm);line-height:1.45;margin-top:4px}.structure-cta[data-astro-cid-taxelh4x]{align-items:center;align-self:flex-start;background:var(--blue);border-radius:12px;box-shadow:var(--shadow-blue);color:var(--white);display:inline-flex;font-family:var(--ui);font-size:clamp(var(--text-base),1.2vw,var(--text-lg));font-weight:600;gap:var(--space-3);justify-content:center;line-height:1;margin-top:var(--space-8);min-height:56px;padding:0 var(--space-8);text-decoration:none;transition:background var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.structure-cta[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:1.1em;height:1.1em;fill:none;flex-shrink:0;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.structure-cta[data-astro-cid-taxelh4x]:hover,.structure-cta[data-astro-cid-taxelh4x]:focus-visible{background:var(--teal);box-shadow:var(--shadow-teal);color:var(--brand-ink);transform:translateY(-1px)}.structure-cta[data-astro-cid-taxelh4x]:focus-visible{outline:2px solid var(--brand-ink);outline-offset:3px}.structure-gallery[data-astro-cid-taxelh4x]{position:relative;min-width:0;width:100%}.mobile-photo-slider[data-astro-cid-taxelh4x]{display:none}.gallery-track[data-astro-cid-taxelh4x]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);width:100%}.gallery-track[data-astro-cid-taxelh4x]:before{content:none}.gallery-frame[data-astro-cid-taxelh4x]{position:relative;width:100%;aspect-ratio:.82;overflow:hidden;border:1px solid rgba(215,232,244,.92);border-radius:8px;background:#ffffffad;box-shadow:0 18px 42px #082f4c14;cursor:pointer;isolation:isolate;margin-block:0;transition:box-shadow .28s ease,transform .32s cubic-bezier(.34,1.56,.64,1);will-change:transform}.gallery-frame[data-astro-cid-taxelh4x] img[data-astro-cid-taxelh4x]{width:100%;height:100%;object-fit:cover;object-position:center 52%;transition:transform .42s ease}.gallery-frame[data-astro-cid-taxelh4x]:focus-visible{outline:2px solid var(--teal);outline-offset:3px}@media(hover:hover){.gallery-frame[data-astro-cid-taxelh4x]:nth-child(odd):hover,.gallery-frame[data-astro-cid-taxelh4x]:nth-child(odd):focus-visible{box-shadow:0 26px 54px #082f4c29;transform:rotate(1.6deg) scale(1.035) translateY(-5px);z-index:5}.gallery-frame[data-astro-cid-taxelh4x]:nth-child(2n):hover,.gallery-frame[data-astro-cid-taxelh4x]:nth-child(2n):focus-visible{box-shadow:0 26px 54px #082f4c29;transform:rotate(-1.6deg) scale(1.035) translateY(-5px);z-index:5}.gallery-frame[data-astro-cid-taxelh4x]:hover img[data-astro-cid-taxelh4x],.gallery-frame[data-astro-cid-taxelh4x]:focus-visible img[data-astro-cid-taxelh4x]{transform:scale(1.06)}.gallery-frame[data-astro-cid-taxelh4x]:hover .expand-hint[data-astro-cid-taxelh4x],.gallery-frame[data-astro-cid-taxelh4x]:focus-visible .expand-hint[data-astro-cid-taxelh4x]{opacity:1;transform:translateY(0)}}.expand-hint[data-astro-cid-taxelh4x]{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;gap:6px;padding:24px 14px 13px;background:linear-gradient(to top,rgba(8,47,76,.88) 0%,rgba(8,47,76,.3) 55%,transparent 100%);color:var(--white);font-family:var(--ui);font-size:9.5px;font-weight:800;letter-spacing:.08em;line-height:1;opacity:0;pointer-events:none;text-transform:uppercase;transform:translateY(7px);transition:opacity .26s ease,transform .26s ease}.expand-hint[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:13px;height:13px;flex-shrink:0;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.gallery-frame-main[data-astro-cid-taxelh4x]{grid-column:1 / 2;grid-row:1 / 2;margin-top:92px}.gallery-frame-tall[data-astro-cid-taxelh4x]{grid-column:2 / 3;grid-row:1 / 2}.gallery-frame-small[data-astro-cid-taxelh4x]{grid-column:1 / 2;grid-row:2 / 3;margin-top:0}.gallery-frame-wide[data-astro-cid-taxelh4x]{grid-column:2 / 3;grid-row:2 / 3;margin-top:-92px}.lightbox[data-astro-cid-taxelh4x]{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:#082f4cf0;backdrop-filter:blur(6px)}.lightbox[data-astro-cid-taxelh4x][hidden]{display:none}.lb-figure[data-astro-cid-taxelh4x]{max-width:min(90vw,900px);max-height:90vh;margin:0}.lb-img[data-astro-cid-taxelh4x]{display:block;width:auto;max-width:100%;max-height:88vh;border-radius:6px;object-fit:contain}.lb-btn[data-astro-cid-taxelh4x]{position:absolute;display:flex;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#ffffff1a;color:var(--white);cursor:pointer;transition:background .2s ease}.lb-btn[data-astro-cid-taxelh4x]:hover{background:#ffffff38}.lb-btn[data-astro-cid-taxelh4x]:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.lb-btn[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.lb-close[data-astro-cid-taxelh4x]{top:20px;right:20px}.lb-prev[data-astro-cid-taxelh4x]{top:50%;left:20px;transform:translateY(-50%)}.lb-next[data-astro-cid-taxelh4x]{top:50%;right:20px;transform:translateY(-50%)}@media(min-width:760px){.structure-section[data-astro-cid-taxelh4x]{padding-block:var(--space-24)}.structure-grid[data-astro-cid-taxelh4x]{grid-template-columns:minmax(0,.92fr) minmax(460px,.9fr);gap:var(--space-16)}.structure-copy[data-astro-cid-taxelh4x] h2[data-astro-cid-taxelh4x]{font-size:4rem}.gallery-track[data-astro-cid-taxelh4x]{gap:26px 28px;min-height:720px;padding-top:72px}}@media(max-width:759px){.structure-section[data-astro-cid-taxelh4x]{padding-block:var(--space-16);overflow-x:clip}.structure-grid[data-astro-cid-taxelh4x]{grid-template-columns:1fr}.structure-copy[data-astro-cid-taxelh4x] h2[data-astro-cid-taxelh4x]{font-size:clamp(2.18rem,9vw,2.6rem);line-height:1.08;max-width:100%}.title-main[data-astro-cid-taxelh4x]{display:inline}.title-accent[data-astro-cid-taxelh4x]{display:inline-block;font-size:1.14em;line-height:.96}.structure-text[data-astro-cid-taxelh4x] p[data-astro-cid-taxelh4x]{font-size:var(--text-base)}.structure-features[data-astro-cid-taxelh4x]{grid-template-columns:1fr;gap:var(--space-4);margin-top:var(--space-6)}.structure-cta[data-astro-cid-taxelh4x]{width:100%;min-height:52px;margin-top:var(--space-6);padding:0 var(--space-5)}.structure-gallery-desktop[data-astro-cid-taxelh4x]{display:none}.mobile-photo-slider[data-astro-cid-taxelh4x]{display:grid;gap:var(--space-4);margin-top:var(--space-8);min-width:0;width:100%}.slider-shell[data-astro-cid-taxelh4x]{position:relative;min-width:0}.mobile-photo-track[data-astro-cid-taxelh4x]{display:grid;grid-auto-columns:100%;grid-auto-flow:column;gap:var(--space-3);overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.mobile-photo-track[data-astro-cid-taxelh4x]::-webkit-scrollbar{display:none}.mobile-photo-slide[data-astro-cid-taxelh4x]{position:relative;aspect-ratio:3 / 4;min-width:0;margin:0;overflow:hidden;border:1px solid rgba(215,232,244,.92);border-radius:8px;background:#ffffffb8;box-shadow:0 14px 34px #082f4c14;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always}.mobile-photo-slide[data-astro-cid-taxelh4x] img[data-astro-cid-taxelh4x]{width:100%;height:100%;object-fit:cover;object-position:center 52%}.mobile-photo-slide[data-astro-cid-taxelh4x]:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.mobile-expand-hint[data-astro-cid-taxelh4x]{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;gap:6px;padding:28px 14px 14px;background:linear-gradient(to top,rgba(8,47,76,.82) 0%,rgba(8,47,76,.26) 58%,transparent 100%);color:var(--white);font-family:var(--ui);font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1;pointer-events:none;text-transform:uppercase}.mobile-expand-hint[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:13px;height:13px;flex-shrink:0;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.slider-nav[data-astro-cid-taxelh4x]{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.46);border-radius:50%;background:#082f4cb8;color:var(--white);transform:translateY(-50%)}.slider-prev[data-astro-cid-taxelh4x]{left:10px}.slider-next[data-astro-cid-taxelh4x]{right:10px}.slider-nav[data-astro-cid-taxelh4x] svg[data-astro-cid-taxelh4x]{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.slider-dots[data-astro-cid-taxelh4x]{display:flex;justify-content:center;gap:8px}.slider-dot[data-astro-cid-taxelh4x]{width:8px;height:8px;border:0;border-radius:999px;background:#0078d83d;padding:0}.slider-dot[data-astro-cid-taxelh4x].is-active{width:22px;background:var(--blue)}}@media(max-width:600px){.lb-btn[data-astro-cid-taxelh4x]{width:38px;height:38px}.lb-close[data-astro-cid-taxelh4x]{top:12px;right:10px}.lb-prev[data-astro-cid-taxelh4x]{left:10px}.lb-next[data-astro-cid-taxelh4x]{right:10px}}.trust-strip[data-astro-cid-vpzpabai]{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(0,176,255,.13),transparent 38%),linear-gradient(180deg,#f9fdff,#eef8fe 62%,#fff);padding-block:clamp(var(--space-16),8vw,118px) clamp(var(--space-20),9vw,132px)}.section-wave[data-astro-cid-vpzpabai]{position:absolute;right:0;bottom:-1px;left:0;width:100%;height:clamp(74px,8vw,120px);color:#fff;filter:drop-shadow(0 -16px 22px rgba(8,47,76,.08));pointer-events:none}.section-wave[data-astro-cid-vpzpabai] path[data-astro-cid-vpzpabai]{fill:currentColor}.trust-shell[data-astro-cid-vpzpabai]{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}.float[data-astro-cid-vpzpabai]{position:absolute;display:none;pointer-events:none}.float-hearts[data-astro-cid-vpzpabai]{width:28px;height:28px;left:6%;top:52%;color:var(--sky);opacity:.35}.float-hearts-sm[data-astro-cid-vpzpabai]{width:20px;height:20px;left:4%;top:62%;color:var(--sky);opacity:.25}.float-circle-lg[data-astro-cid-vpzpabai]{width:24px;height:24px;right:5%;top:56%;border:2px solid rgba(0,167,242,.2);border-radius:50%}.float-circle-sm[data-astro-cid-vpzpabai]{width:14px;height:14px;right:7%;top:68%;border:2px solid rgba(0,167,242,.15);border-radius:50%}.float-circle-dot[data-astro-cid-vpzpabai]{width:8px;height:8px;right:4%;top:74%;background:#00a7f21f;border-radius:50%}.trust-heading[data-astro-cid-vpzpabai]{position:relative;display:inline-grid;justify-items:center}.trust-heading[data-astro-cid-vpzpabai] h2[data-astro-cid-vpzpabai]{color:var(--hero-title-color);font-family:var(--hero-title-font);font-size:clamp(2.3rem,5.4vw,5.1rem);font-weight:var(--hero-title-weight);letter-spacing:var(--hero-title-letter-spacing);line-height:1.05;margin:0}.trust-heading[data-astro-cid-vpzpabai] h2[data-astro-cid-vpzpabai] span[data-astro-cid-vpzpabai]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-size:calc(1em * var(--hero-script-scale));font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.85}.deco[data-astro-cid-vpzpabai]{position:absolute;display:none;color:var(--sky)}.deco-left[data-astro-cid-vpzpabai]{width:36px;height:auto;left:-54px;top:50%;transform:translateY(-55%)}.deco-rt[data-astro-cid-vpzpabai]{width:26px;height:auto;right:-38px;top:-18px;transform:scaleX(-1) rotate(18deg);transform-origin:50% 50%}.trust-copy[data-astro-cid-vpzpabai]{max-width:980px;color:var(--ink-soft);font-family:var(--ui);font-size:clamp(var(--text-lg),2vw,var(--text-3xl));font-weight:500;line-height:1.45;margin:var(--space-6) 0 0}.steps-wrap[data-astro-cid-vpzpabai]{position:relative;width:100%;margin-top:clamp(var(--space-12),6vw,var(--space-20))}.step-curves[data-astro-cid-vpzpabai]{display:none;position:absolute;inset:0;width:100%;height:100%;z-index:0;overflow:visible}.step-paw[data-astro-cid-vpzpabai]{display:none;position:absolute;z-index:1;width:30px;height:30px;stroke-width:2.2}.step-paw-1[data-astro-cid-vpzpabai]{left:23.8%;top:76%;transform:translate(-50%,-50%)}.step-paw-2[data-astro-cid-vpzpabai]{left:50%;top:38%;transform:translate(-50%,-50%)}.step-paw-3[data-astro-cid-vpzpabai]{left:76.5%;top:76%;transform:translate(-50%,-50%)}.steps-grid[data-astro-cid-vpzpabai]{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);width:min(100%,760px);margin-inline:auto}.step-card[data-astro-cid-vpzpabai]{display:grid;min-height:154px;align-content:center;justify-items:center;gap:var(--space-4);border:1px solid rgba(215,232,244,.7);border-radius:20px;background:#ffffffe8;box-shadow:0 1px 3px #082f4c1a,0 4px 10px #082f4c12;padding:var(--space-5) var(--space-3);transform:translateY(0);transition:transform .17s cubic-bezier(.22,1,.36,1),box-shadow .17s cubic-bezier(.22,1,.36,1)}.step-card[data-astro-cid-vpzpabai]:hover{box-shadow:0 4px 8px #082f4c14,0 18px 48px #082f4c24;transform:translateY(-12px)}.icon-bubble[data-astro-cid-vpzpabai]{display:grid;width:clamp(70px,17vw,108px);aspect-ratio:1;border-radius:50%;background:var(--blue-50);place-items:center}.icon-bubble[data-astro-cid-vpzpabai] svg[data-astro-cid-vpzpabai]{width:48%;height:48%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.tone-teal[data-astro-cid-vpzpabai]{color:var(--teal)}.tone-blue[data-astro-cid-vpzpabai]{color:var(--blue)}.step-card[data-astro-cid-vpzpabai] h3[data-astro-cid-vpzpabai]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(var(--text-base),2.8vw,var(--text-2xl));font-weight:800;line-height:1.05;margin:0}.scroll-cta[data-astro-cid-vpzpabai]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-4);margin-top:clamp(var(--space-10),5vw,var(--space-16));padding:var(--space-3) var(--space-8);border:none;border-radius:var(--r-pill);background:transparent;color:var(--sky);font-family:var(--ui);font-size:clamp(var(--text-base),1.6vw,var(--text-xl));font-weight:700;cursor:pointer;transition:color var(--duration-fast) var(--ease-out)}.scroll-cta[data-astro-cid-vpzpabai]:hover{color:var(--teal)}.scroll-arrow[data-astro-cid-vpzpabai]{flex:0 0 auto;animation:bounce-down 2s var(--ease-out) infinite}.scroll-arrow-2[data-astro-cid-vpzpabai]{animation-delay:.15s}@keyframes bounce-down{0%,to{opacity:.4;transform:translateY(-3px)}50%{opacity:1;transform:translateY(4px)}}@media(min-width:760px){.float[data-astro-cid-vpzpabai],.deco[data-astro-cid-vpzpabai]{display:block}.steps-grid[data-astro-cid-vpzpabai]{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:clamp(var(--space-8),7vw,108px)}.step-card[data-astro-cid-vpzpabai]{min-height:250px;border-radius:30px;padding:var(--space-8) var(--space-5)}.step-curves[data-astro-cid-vpzpabai],.step-paw[data-astro-cid-vpzpabai]{display:block}}@media(max-width:520px){.trust-strip[data-astro-cid-vpzpabai]{padding-block:var(--space-12) var(--space-16)}.trust-heading[data-astro-cid-vpzpabai] h2[data-astro-cid-vpzpabai]{font-size:clamp(2.08rem,10vw,2.85rem)}.trust-copy[data-astro-cid-vpzpabai]{font-family:var(--body);font-size:var(--text-base);line-height:1.55;margin-top:var(--space-5)}.steps-grid[data-astro-cid-vpzpabai]{gap:var(--space-3)}.step-card[data-astro-cid-vpzpabai]{min-height:142px;border-radius:16px}.scroll-cta[data-astro-cid-vpzpabai]{font-size:var(--text-base);gap:var(--space-3)}}.testimonials-section[data-astro-cid-aadlzisc]{background:var(--paper);padding-block:var(--space-20);overflow:hidden}.testimonials-head[data-astro-cid-aadlzisc]{text-align:center;margin-bottom:var(--space-12)}.section-kicker[data-astro-cid-aadlzisc]{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--blue);font-family:var(--ui);font-size:var(--text-xs);font-weight:800;line-height:1;margin:0 0 var(--space-6);text-transform:uppercase}.section-kicker[data-astro-cid-aadlzisc] svg[data-astro-cid-aadlzisc]{width:16px;height:16px;fill:#f59e0b;stroke:none}.testimonials-head[data-astro-cid-aadlzisc] h2[data-astro-cid-aadlzisc]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.05;margin:0 0 var(--space-3)}.title-main[data-astro-cid-aadlzisc]{font:inherit}.title-accent[data-astro-cid-aadlzisc]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-size:1.18em;font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.9}.testimonials-sub[data-astro-cid-aadlzisc]{color:var(--ink-soft);font-family:var(--ui);font-size:var(--text-sm);font-weight:600;margin:0}.ticker-wrapper[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;gap:var(--space-5);mask-image:linear-gradient(to right,transparent 0%,black 9%,black 91%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 9%,black 91%,transparent 100%)}.ticker-row[data-astro-cid-aadlzisc]{overflow:hidden}.ticker-track[data-astro-cid-aadlzisc]{display:flex;gap:var(--space-5);width:max-content}@keyframes ticker-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ticker-right{0%{transform:translate(-50%)}to{transform:translate(0)}}[data-astro-cid-aadlzisc][data-direction=left] .ticker-track[data-astro-cid-aadlzisc]{animation:ticker-left 42s linear infinite}[data-astro-cid-aadlzisc][data-direction=right] .ticker-track[data-astro-cid-aadlzisc]{animation:ticker-right 48s linear infinite}.ticker-row[data-astro-cid-aadlzisc]:hover .ticker-track[data-astro-cid-aadlzisc]{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ticker-track[data-astro-cid-aadlzisc]{animation:none!important}}.t-card[data-astro-cid-aadlzisc]{flex-shrink:0;display:flex;flex-direction:column;gap:var(--space-4);width:340px;background:var(--white);border:1px solid rgba(215,232,244,.9);border-radius:var(--r-lg);box-shadow:0 6px 24px #082f4c0f;padding:var(--space-6);cursor:default;user-select:none}.t-stars[data-astro-cid-aadlzisc]{display:flex;gap:3px}.t-stars[data-astro-cid-aadlzisc] svg[data-astro-cid-aadlzisc]{width:18px;height:18px;fill:#f59e0b;stroke:none;flex-shrink:0}.t-text[data-astro-cid-aadlzisc]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-base);font-weight:500;line-height:1.6;margin:0;flex:1}.t-author[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:var(--space-3);margin-top:auto}.t-avatar[data-astro-cid-aadlzisc]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));color:var(--white);font-family:var(--ui);font-size:var(--text-sm);font-weight:800;line-height:1}.t-name[data-astro-cid-aadlzisc]{color:var(--hero-title-color);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;flex:1}.t-google[data-astro-cid-aadlzisc]{width:20px;height:20px;flex-shrink:0;margin-left:auto}.mobile-carousel[data-astro-cid-aadlzisc]{display:none}.carousel-track[data-astro-cid-aadlzisc]{display:flex;gap:var(--space-4)}@media(max-width:720px){.testimonials-section[data-astro-cid-aadlzisc]{padding-block:var(--space-16)}.testimonials-head[data-astro-cid-aadlzisc]{margin-bottom:var(--space-8)}.ticker-wrapper[data-astro-cid-aadlzisc]{display:none}.mobile-carousel[data-astro-cid-aadlzisc]{display:grid;gap:var(--space-4)}.testimonial-slider-shell[data-astro-cid-aadlzisc]{position:relative;min-width:0}.carousel-track[data-astro-cid-aadlzisc]{display:grid;grid-auto-columns:min(82vw,320px);grid-auto-flow:column;gap:var(--space-3);width:calc(100% + (var(--container-pad-mobile) * 2));margin-inline:calc(var(--container-pad-mobile) * -1);overflow-x:auto;overscroll-behavior-inline:contain;padding:var(--space-2) var(--container-pad-mobile) var(--space-5);scroll-padding-inline:var(--container-pad-mobile);scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.carousel-track[data-astro-cid-aadlzisc]::-webkit-scrollbar{display:none}.t-card-mobile[data-astro-cid-aadlzisc]{scroll-snap-align:start;scroll-snap-stop:always;width:auto;min-height:268px}.testimonial-nav[data-astro-cid-aadlzisc]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(215,232,244,.92);border-radius:50%;background:var(--white);box-shadow:0 8px 20px #082f4c14;color:var(--blue-deep);flex:0 0 auto}.testimonial-nav[data-astro-cid-aadlzisc] svg[data-astro-cid-aadlzisc]{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.testimonial-controls[data-astro-cid-aadlzisc]{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:var(--space-3);align-items:center;padding-inline:var(--container-pad-mobile)}.testimonial-dots[data-astro-cid-aadlzisc]{display:flex;justify-content:center;gap:7px;min-width:0}.testimonial-dot[data-astro-cid-aadlzisc]{width:7px;height:7px;border:0;border-radius:999px;background:#0078d83d;padding:0}.testimonial-dot[data-astro-cid-aadlzisc].is-active{width:20px;background:var(--blue)}}@media(max-width:460px){.carousel-track[data-astro-cid-aadlzisc]{grid-auto-columns:82vw}}.faq-accordion[data-v-44fe8957]{display:grid;gap:0}.faq-item[data-v-44fe8957]{border-bottom:1px solid var(--line)}.faq-item[data-v-44fe8957]:first-child{border-top:1px solid var(--line)}.faq-trigger[data-v-44fe8957]{display:grid;grid-template-columns:40px 1fr 28px;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5) 0;background:none;border:none;cursor:pointer;text-align:left}.faq-icon[data-v-44fe8957]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--blue-50);color:var(--blue);flex-shrink:0;transition:background var(--duration-base) var(--ease-out),color var(--duration-base) var(--ease-out)}.faq-icon--active[data-v-44fe8957]{background:var(--teal-50);color:var(--teal-deep)}.faq-question[data-v-44fe8957]{color:var(--brand-ink);font-family:var(--ui);font-size:var(--text-base);font-weight:600;line-height:1.4}.faq-item--open .faq-question[data-v-44fe8957]{color:var(--blue-deep)}.faq-chevron[data-v-44fe8957]{display:flex;align-items:center;justify-content:center;color:var(--gray);flex-shrink:0;transition:transform var(--duration-base) var(--ease-out)}.faq-item--open .faq-chevron[data-v-44fe8957]{transform:rotate(180deg);color:var(--teal-deep)}.faq-panel[data-v-44fe8957]{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--duration-slow) var(--ease-out)}.faq-item--open .faq-panel[data-v-44fe8957]{grid-template-rows:1fr}.faq-answer[data-v-44fe8957]{overflow:hidden}.faq-answer p[data-v-44fe8957]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-base);font-weight:400;line-height:1.7;margin:0;padding:0 0 var(--space-6) 56px}@media(max-width:640px){.faq-trigger[data-v-44fe8957]{grid-template-columns:36px 1fr 24px;gap:var(--space-3);padding:var(--space-4) 0}.faq-icon[data-v-44fe8957]{width:36px;height:36px}.faq-question[data-v-44fe8957]{font-size:var(--text-sm)}.faq-answer p[data-v-44fe8957]{padding-left:48px;font-size:var(--text-sm)}}.faq-section[data-astro-cid-al2ca2vr]{background:var(--paper);padding-block:var(--space-20) 0}.faq-grid[data-astro-cid-al2ca2vr]{display:grid;gap:var(--space-12);align-items:start;padding-bottom:0}@media(min-width:980px){.faq-section[data-astro-cid-al2ca2vr]{padding-block:var(--space-24) 0}.faq-grid[data-astro-cid-al2ca2vr]{grid-template-columns:380px 1fr;grid-template-rows:auto auto;column-gap:var(--space-16);row-gap:var(--space-10);padding-bottom:0}.faq-copy[data-astro-cid-al2ca2vr]{grid-column:1;grid-row:1}.faq-right[data-astro-cid-al2ca2vr]{grid-column:2;grid-row:1 / 3}.quick-access[data-astro-cid-al2ca2vr]{grid-column:1;grid-row:2}}.faq-copy[data-astro-cid-al2ca2vr]{display:grid;gap:0}.section-kicker[data-astro-cid-al2ca2vr]{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--blue);font-family:var(--ui);font-size:var(--text-xs);font-weight:800;line-height:1;margin:0 0 var(--space-6);text-transform:uppercase}.section-kicker[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:18px;height:18px;fill:none;stroke:var(--teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}#faq-title[data-astro-cid-al2ca2vr]{display:grid;margin:0}.title-main[data-astro-cid-al2ca2vr]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(2.2rem,5vw,3rem);font-weight:700;line-height:1.05}.title-script[data-astro-cid-al2ca2vr]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-size:clamp(2.4rem,5.5vw,3.35rem);font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);line-height:.92}.faq-lead[data-astro-cid-al2ca2vr]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-base);font-weight:400;line-height:1.65;margin:var(--space-5) 0 var(--space-8);max-width:340px}.quick-title[data-astro-cid-al2ca2vr]{color:var(--hero-title-color);font-family:var(--ui);font-size:var(--text-sm);font-weight:800;line-height:1;margin:0 0 var(--space-4);text-transform:uppercase;letter-spacing:.04em}.quick-list[data-astro-cid-al2ca2vr]{display:grid;list-style:none;margin:0;padding:0}.quick-link[data-astro-cid-al2ca2vr]{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;gap:var(--space-3);padding:var(--space-4) 0;text-decoration:none;border-bottom:1px solid var(--line);transition:opacity var(--duration-fast)}.quick-link[data-astro-cid-al2ca2vr]:hover{opacity:.72}.quick-list[data-astro-cid-al2ca2vr] li[data-astro-cid-al2ca2vr]:first-child .quick-link[data-astro-cid-al2ca2vr]{border-top:1px solid var(--line)}.quick-icon[data-astro-cid-al2ca2vr]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--blue-50);flex-shrink:0}.quick-icon[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:18px;height:18px;fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.quick-text[data-astro-cid-al2ca2vr]{display:grid;gap:2px}.quick-label[data-astro-cid-al2ca2vr]{color:var(--hero-title-color);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;line-height:1.2}.quick-sub[data-astro-cid-al2ca2vr]{color:var(--gray);font-family:var(--body);font-size:var(--text-xs);font-weight:400;line-height:1.2}.quick-arrow[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:18px;height:18px;fill:none;stroke:var(--gray-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.faq-cta-inner[data-astro-cid-al2ca2vr]{display:grid;gap:var(--space-8);padding-block:var(--space-10);border-top:1px solid var(--line);grid-column:1 / -1;align-items:center}@media(min-width:768px){.faq-cta-inner[data-astro-cid-al2ca2vr]{grid-template-columns:1fr auto;gap:var(--space-10)}}.faq-map[data-astro-cid-al2ca2vr]{grid-column:1 / -1;overflow:hidden;border-radius:var(--r-lg);border:1px solid var(--line);margin-bottom:var(--space-20)}@media(min-width:980px){.faq-map[data-astro-cid-al2ca2vr]{margin-bottom:var(--space-24)}}.faq-map[data-astro-cid-al2ca2vr] iframe[data-astro-cid-al2ca2vr]{display:block;width:100%;height:clamp(220px,28vw,380px);border:none}.faq-cta-left[data-astro-cid-al2ca2vr]{display:grid;gap:0}.faq-cta-pre[data-astro-cid-al2ca2vr]{color:var(--gray);font-family:var(--ui);font-size:var(--text-sm);font-weight:500;margin:0}.faq-cta-title[data-astro-cid-al2ca2vr]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;margin:4px 0 var(--space-6)}.faq-cta-script[data-astro-cid-al2ca2vr]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);font-size:1.15em}.faq-cta-trust[data-astro-cid-al2ca2vr]{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-8);list-style:none;margin:0;padding:0}.faq-cta-trust[data-astro-cid-al2ca2vr] li[data-astro-cid-al2ca2vr]{display:flex;align-items:center;gap:var(--space-3);color:var(--ink-soft);font-family:var(--ui);font-size:var(--text-base);font-weight:500}.faq-cta-trust[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:24px;height:24px;flex-shrink:0;fill:none;stroke:var(--teal-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.faq-cta-card[data-astro-cid-al2ca2vr]{display:grid;gap:var(--space-4);background:var(--blue-50);border-radius:var(--r-lg);padding:var(--space-6);min-width:280px}.faq-cta-card-header[data-astro-cid-al2ca2vr]{display:flex;align-items:center;gap:var(--space-4)}.faq-cta-wa-icon[data-astro-cid-al2ca2vr]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:50%;border:2px solid var(--teal-deep)}.faq-cta-wa-icon[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:22px;height:22px;fill:var(--teal-deep);stroke:none}.faq-cta-contact-label[data-astro-cid-al2ca2vr]{color:var(--hero-title-color);font-family:var(--ui);font-size:var(--text-base);font-weight:700;margin:0;line-height:1.2}.faq-cta-hours[data-astro-cid-al2ca2vr]{color:var(--gray);font-family:var(--body);font-size:var(--text-xs);margin:2px 0 0}.btn-whatsapp[data-astro-cid-al2ca2vr]{display:flex;align-items:center;justify-content:center;gap:var(--space-2);background:var(--teal-deep);border-radius:var(--r-pill);color:var(--white);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;line-height:1;padding:14px var(--space-5);text-decoration:none;transition:background var(--duration-fast),box-shadow var(--duration-fast);white-space:nowrap}.btn-whatsapp[data-astro-cid-al2ca2vr]:hover{background:var(--teal);box-shadow:var(--shadow-teal)}.btn-whatsapp[data-astro-cid-al2ca2vr] svg[data-astro-cid-al2ca2vr]{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;flex-shrink:0}.prefooter[data-astro-cid-sz7xmlte]{background:var(--paper);border-top:1px solid var(--line)}.prefooter-inner[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-8);padding-block:var(--space-12);align-items:center}@media(min-width:760px){.prefooter-inner[data-astro-cid-sz7xmlte]{grid-template-columns:auto 1fr auto;gap:var(--space-10)}}.prefooter-copy[data-astro-cid-sz7xmlte]{min-width:0}.prefooter-title[data-astro-cid-sz7xmlte]{display:grid;margin:0;gap:2px}.pf-main[data-astro-cid-sz7xmlte]{color:var(--hero-title-color);font-family:var(--ui);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.1}.pf-script[data-astro-cid-sz7xmlte]{color:var(--hero-title-accent);font-family:var(--hero-script-font);font-style:var(--hero-script-style);font-weight:var(--hero-script-weight);font-size:clamp(1.75rem,3.3vw,2.45rem);line-height:.95}.prefooter-lead[data-astro-cid-sz7xmlte]{color:var(--ink-soft);font-family:var(--body);font-size:var(--text-base);line-height:1.65;margin:0;max-width:360px}.prefooter-cta[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--blue);border-radius:var(--r-pill);color:var(--white);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;line-height:1;padding:14px var(--space-6);text-decoration:none;transition:background var(--duration-fast),box-shadow var(--duration-fast);white-space:nowrap}.prefooter-cta[data-astro-cid-sz7xmlte]:hover{background:var(--blue-deep);box-shadow:var(--shadow-blue)}.prefooter-cta[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;flex-shrink:0}.footer-main[data-astro-cid-sz7xmlte]{background:var(--brand-ink);position:relative;overflow:hidden}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-10);padding-block:var(--space-12) var(--space-8);position:relative;z-index:1}@media(min-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:220px 1fr;gap:var(--space-12) var(--space-12);padding-block:var(--space-20) var(--space-16);padding-right:clamp(260px,32vw,480px);align-items:start}}@media(min-width:1440px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:200px 1fr;gap:var(--space-10) var(--space-8);padding-block:var(--space-24) var(--space-20);padding-right:360px}}.footer-brand[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-6)}.footer-logo-link[data-astro-cid-sz7xmlte]{display:inline-grid;gap:2px;text-decoration:none}.footer-logo[data-astro-cid-sz7xmlte]{width:160px;height:auto}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:var(--space-3)}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);color:#fff9;text-decoration:none;transition:border-color var(--duration-fast),color var(--duration-fast)}.social-link[data-astro-cid-sz7xmlte]:hover{border-color:#ffffff80;color:var(--white)}.social-link[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.footer-nav[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8) var(--space-6)}@media(min-width:640px){.footer-nav[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(4,1fr);gap:var(--space-6) var(--space-3)}}.footer-col-title[data-astro-cid-sz7xmlte]{color:var(--white);font-family:var(--ui);font-size:var(--text-sm);font-weight:700;letter-spacing:.03em;margin:0 0 var(--space-3);text-transform:uppercase}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:grid;gap:10px;list-style:none;margin:0;padding:0}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffff8c;font-family:var(--ui);font-size:var(--text-sm);font-weight:400;line-height:1.3;text-decoration:none;transition:color var(--duration-fast)}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.contact-list[data-astro-cid-sz7xmlte]{gap:var(--space-3)!important}.contact-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:var(--space-3);color:#ffffff8c;font-family:var(--ui);font-size:var(--text-sm);line-height:1.5}.contact-list[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;flex-shrink:0;fill:none;stroke:#00b0ffbf;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;margin-top:2px}.dog-stage[data-astro-cid-sz7xmlte]{position:relative;height:220px;overflow:hidden;display:flex;justify-content:center}.footer-dog[data-astro-cid-sz7xmlte]{position:absolute;bottom:0;height:210px;width:auto;object-fit:contain;object-position:bottom center;pointer-events:none;user-select:none}@media(min-width:900px){.dog-stage[data-astro-cid-sz7xmlte]{position:absolute;inset:0;height:auto;display:block;pointer-events:none}.footer-dog[data-astro-cid-sz7xmlte]{bottom:0;right:clamp(40px,8vw,140px);height:clamp(220px,30vw,400px);object-position:bottom right}}.footer-bottom[data-astro-cid-sz7xmlte]{background:#041e30;border-top:1px solid rgba(255,255,255,.06);padding-block:var(--space-5);position:relative;z-index:2}.footer-bottom-inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-8)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:#ffffff4d;font-family:var(--ui);font-size:var(--text-xs);margin:0}.footer-credit[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:7px;color:#ffffff61;font-family:var(--ui);font-size:.84rem;line-height:1;white-space:nowrap}.footer-signature[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.footer-signature[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:28px;height:28px;object-fit:contain}.footer-signature[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1;text-align:left}.footer-signature[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:#43c4ee;font-size:.78rem;font-weight:800;letter-spacing:0}.footer-signature[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte]{color:#43c4ee;font-size:.65rem;font-weight:600;letter-spacing:.02em}@media(max-width:640px){.footer-bottom-inner[data-astro-cid-sz7xmlte]{flex-direction:column;justify-content:center;text-align:center}}
