.services{text-align:left;max-width:1100px;color:var(--foreground,#111);margin:0 auto;padding:48px 16px 64px}.servicesHeader{text-align:center;margin-bottom:28px}.servicesTitle{letter-spacing:-.02em;margin:0 0 10px;font-size:34px;line-height:1.15}.servicesSubtitle{opacity:.86;max-width:760px;margin:0 auto 16px;font-size:16px;line-height:1.5}.servicesCtas{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.servicesCtaPrimary,.servicesCtaSecondary{-webkit-user-select:none;user-select:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.servicesCtaPrimary{color:#fff;background:#111;box-shadow:0 10px 22px #0000001f}.servicesCtaPrimary:hover{transform:translateY(-1px)}.servicesCtaSecondary{color:var(--foreground,#111);background:#0000000f}.servicesCtaSecondary:hover{transform:translateY(-1px)}.serviceList{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.serviceItem{background:var(--surface,#fff);border:1px solid #00000014;border-radius:16px;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 10px 24px #00000014}.serviceItem:hover{border-color:#00000024;transform:translateY(-2px);box-shadow:0 14px 34px #0000001f}.serviceMedia{padding:14px 14px 0;text-decoration:none;display:block}.serviceImage{object-fit:cover;background:#00000008;border-radius:14px;width:100%;height:auto;display:block}.serviceBody{flex-direction:column;gap:10px;padding:14px;display:flex}.serviceTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.serviceName{margin:0;font-size:18px;line-height:1.25}.serviceTag{color:var(--foreground,#111);white-space:nowrap;background:#0000000f;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.serviceDesc{opacity:.82;margin:0;font-size:14px;line-height:1.35}.serviceActions{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.orderButton{color:#fff;background:#2b2b2b;border-radius:12px;justify-content:center;align-items:center;padding:11px 12px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 10px 22px #0000001f}.orderButton:hover{background:#1f1f1f;transform:translateY(-1px)}.secondaryButton{color:var(--foreground,#111);background:#0000000f;border-radius:12px;justify-content:center;align-items:center;padding:11px 12px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.secondaryButton:hover{transform:translateY(-1px)}@media (max-width:480px){.services{padding:38px 14px 56px}.servicesTitle{font-size:28px}.serviceList{grid-template-columns:1fr;gap:14px}}@media (prefers-color-scheme:dark){.servicesCtaSecondary,.secondaryButton,.serviceTag{background:#ffffff14}.serviceItem{background:#ffffff0f;border-color:#ffffff1f;box-shadow:0 10px 24px #00000059}.serviceItem:hover{border-color:#ffffff2e}.serviceImage{background:#ffffff0f}}.landingSection{margin-top:26px}.landingHeroGrid{grid-template-columns:1.1fr .9fr;align-items:start;gap:16px;display:grid}.landingMediaCard{background:var(--surface,#fff);border:1px solid #00000014;border-radius:16px;padding:14px;box-shadow:0 10px 24px #00000014}.landingImage{object-fit:contain;background:#00000008;border-radius:14px;width:100%;height:auto;display:block}.landingList{gap:6px;padding-left:20px;list-style:outside;display:grid}.landingCards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:12px;display:grid}.landingCard{background:var(--surface,#fff);border:1px solid #00000014;border-radius:16px;padding:14px;box-shadow:0 10px 24px #00000014}.landingCard h3{margin:0 0 6px;font-size:16px;line-height:1.25}.landingCard p{opacity:.82;margin:0 0 10px;font-size:14px;line-height:1.45}@media (max-width:900px){.landingHeroGrid{grid-template-columns:1fr}}.breadcrumbs{opacity:.75;align-items:center;gap:8px;margin:4px 0 14px;font-size:13px;display:flex}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbsSep{opacity:.6}.toc{flex-wrap:wrap;justify-content:center;gap:8px;margin:10px 0 14px;display:flex}.toc a{color:var(--foreground,#111);background:#0000000f;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:700;text-decoration:none}.toc a:hover{transform:translateY(-1px)}.faq{gap:10px;margin-top:12px;display:grid}.faqItem{background:var(--surface,#fff);border:1px solid #00000014;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px #0000000f}.faqItem summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-weight:800;list-style:none;display:flex}.faqItem summary::-webkit-details-marker{display:none}.faqItem summary:after{content:"＋";opacity:.7;font-weight:900}.faqItem[open] summary:after{content:"—"}.faqItem p{opacity:.86;margin:0;padding:0 14px 14px;line-height:1.55}.seeAlso{opacity:.9;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.seeAlsoTitle{font-weight:800}.seeAlso a{color:inherit;background:#0000000f;border-radius:10px;padding:7px 10px;text-decoration:none}.seeAlso a:hover{transform:translateY(-1px)}.services a:focus-visible,.faqItem summary:focus-visible{outline-offset:2px;border-radius:12px;outline:3px solid #00000047}.stickyCta{z-index:80;justify-content:center;padding:0 12px;display:none;position:fixed;bottom:10px;left:0;right:0}.stickyCtaBtn{text-align:center;color:#fff;background:#111;border-radius:14px;width:min(520px,100%);padding:12px 14px;font-weight:900;text-decoration:none;box-shadow:0 14px 40px #00000038}@media (max-width:720px){.stickyCta{display:flex}.services{padding-bottom:92px}}.catalogSection{margin-top:28px}.catalogSectionTitle{text-align:left;margin:0 0 10px;font-size:22px;line-height:1.2}.catalogSectionSubtitle{opacity:.86;margin:0 0 16px}.galleryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (max-width:900px){.galleryGrid{grid-template-columns:1fr}}.mediaFrame{background:#00000008;border-radius:14px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.mediaFrame img{object-fit:contain;width:100%;height:100%;display:block}@media (min-width:901px){.landingHeroGrid{grid-template-columns:1fr 440px;align-items:start;gap:24px}.mediaFrameHero{aspect-ratio:16/10;max-height:280px}.mediaFrameGallery{aspect-ratio:4/3;max-height:260px}.galleryGrid .landingMediaCard{height:auto;padding:12px}}@media (max-width:900px){.mediaFrameHero,.mediaFrameGallery{aspect-ratio:auto}.mediaFrame img,.landingImageHero,.landingImageGallery,.galleryGrid .landingMediaCard{height:auto}}@media (min-width:1100px){.galleryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
