@charset "UTF-8";
:root{--site-bg:#f6f7fb;--site-text:#182032;--site-accent:#7560ef;font-family:Inter,"Segoe UI","Microsoft YaHei",system-ui,sans-serif;font-size:16px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--site-bg);color:var(--site-text);line-height:1.8}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--site-accent);outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35;letter-spacing:-.04em}h1{font-size:clamp(2.7rem,5.7vw,5.5rem);font-weight:650}h2{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:600}h3{font-size:1.25rem;font-weight:600}p{white-space:normal;overflow-wrap:anywhere}small{font-size:.8125rem}main{min-height:50vh}.site-header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 5vw;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);background:var(--site-bg);position:relative;z-index:3}.site-brand{display:flex;align-items:center;gap:12px;font-weight:650;font-size:1.1rem;max-width:45%;overflow-wrap:anywhere;line-height:1.5}.site-brand img{width:38px;height:38px;object-fit:cover;border-radius:50%}.site-header nav{display:flex;gap:22px;flex-wrap:wrap;justify-content:flex-end;font-size:.875rem}.site-header nav a{opacity:.68;transition:opacity .2s}.site-header nav a:hover{opacity:1;color:var(--site-accent)}.site-section{padding:85px 6vw;scroll-margin-top:15px}.section-inner{max-width:1150px;margin:auto}.type-hero{padding-top:90px;padding-bottom:100px;min-height:620px;display:flex;align-items:center}.type-hero>.section-inner{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px;width:100%}.site-eyebrow{font-size:.74rem;letter-spacing:.12em;color:var(--site-accent);margin-bottom:25px;font-weight:600}.site-lead{font-size:1.05rem;line-height:1.9;opacity:.62;margin-top:22px;max-width:620px}.hero-copy>p:not(.site-lead){margin-top:20px;opacity:.7}.site-button{display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:13px 22px;background:var(--site-accent);color:white;border-radius:8px;font-size:.9rem;border:1px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s;line-height:1.6;text-decoration:none}.site-button:hover{transform:translateY(-2px);box-shadow:0 7px 20px color-mix(in srgb,var(--site-accent) 25%,transparent)}.hero-copy>.site-button{margin-top:30px}.hero-image{width:100%;height:420px;object-fit:cover;border-radius:120px 120px 12px 12px}.hero-art{width:100%;aspect-ratio:1/.98;background:color-mix(in srgb,var(--site-accent) 15%,var(--site-bg));border-radius:150px 150px 18px 18px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:var(--site-accent)}.hero-art>span{font-size:clamp(8rem,21vw,19rem);line-height:1;transform:rotate(13deg);animation:breathe 9s ease-in-out infinite}.hero-art>small{position:absolute;bottom:25px;font-size:.66rem;letter-spacing:.25em}.orbit{border:1px solid color-mix(in srgb,var(--site-accent) 25%,transparent);width:90%;height:90%;border-radius:50%;position:absolute;transform:translate(35%,35%)}.orbit-two{transform:translate(-35%,-20%);width:75%;height:75%}.site-section:nth-child(2n){background:color-mix(in srgb,var(--site-text) 3%,var(--site-bg))}.section-heading{display:flex;gap:22px;align-items:flex-start;margin-bottom:38px}.section-number{font-family:Consolas,monospace;font-size:.75rem;color:var(--site-accent);padding-top:10px}.section-heading .site-lead{margin-top:16px;font-size:.97rem}.section-text{font-size:1.03rem;opacity:.75;line-height:2;white-space:normal;max-width:820px;margin:0 0 34px;overflow-wrap:anywhere}.section-image{width:100%;max-height:520px;object-fit:cover;border-radius:12px;margin:25px 0 35px}.site-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.site-item{border:1px solid color-mix(in srgb,currentColor 14%,transparent);background:color-mix(in srgb,var(--site-bg) 85%,white);border-radius:12px;overflow:hidden;min-width:0}.site-item>img{width:100%;height:240px;object-fit:cover}.item-content{padding:26px}.item-content>h3{margin-bottom:15px}.item-content>p{font-size:.95rem;opacity:.67;line-height:1.9}.item-link{display:inline-block;font-size:.87rem;color:var(--site-accent);margin-top:20px;font-weight:600}.item-price{display:block;font-size:2rem;line-height:1.3;letter-spacing:-.04em;margin:18px 0}.item-features{list-style:none;padding:0;font-size:.9rem;line-height:2.2;opacity:.8}.item-features>li{overflow-wrap:anywhere}.type-pricing .site-items{grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr))}.type-pricing .site-item:nth-child(2){border-color:var(--site-accent);box-shadow:0 8px 30px color-mix(in srgb,var(--site-accent) 10%,transparent)}.type-pricing .item-content{padding:33px}.type-pricing .item-link{background:var(--site-accent);color:white;width:100%;padding:10px;text-align:center;border-radius:7px}.type-pricing .item-content>p{font-size:.85rem}.table-scroll{overflow-x:auto}.price-compare{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.price-compare th,.price-compare td{padding:22px;border-bottom:1px solid color-mix(in srgb,currentColor 15%,transparent);min-width:150px;vertical-align:top}.price-compare th{font-weight:500}.price-compare strong{display:block;font-size:1.8rem;line-height:1.3;letter-spacing:-.04em;color:var(--site-accent);margin:15px 0}.price-compare th>p{font-size:.8rem;opacity:.7;font-weight:400}.price-compare th .site-button{font-size:.75rem;padding:9px 15px;margin-top:18px}.price-compare thead th:nth-child(3),.price-compare td:nth-child(3){background:color-mix(in srgb,var(--site-accent) 6%,transparent)}.type-articles .site-items,.type-faq .site-items{grid-template-columns:1fr;gap:14px}.site-item>summary{display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer;padding:24px;font-size:1.05rem;gap:20px}.site-item>summary>span:last-child{color:var(--site-accent);font-size:1.2rem}.site-item[open]>summary>span:last-child{transform:rotate(45deg)}.site-item .item-body{white-space:normal;padding:0 26px 28px;font-size:.95rem;line-height:2;overflow-wrap:anywhere;opacity:.8}.site-item[open]>img{padding:0 24px;height:auto;max-height:500px;object-fit:contain;margin-bottom:24px}.site-item[open]>a{display:block;margin:0 26px 24px;color:var(--site-accent);font-size:.875rem}.type-interests .site-items{display:flex;flex-wrap:wrap;gap:12px}.interest-tag{background:color-mix(in srgb,var(--site-accent) 9%,var(--site-bg));border:1px solid color-mix(in srgb,var(--site-accent) 18%,transparent);border-radius:50px;padding:10px 20px;font-size:.9rem;color:var(--site-accent)}.type-team .site-item>img{height:280px}.type-team .site-item .item-content{padding:22px}.type-team h3{font-size:1.1rem}.type-team .item-content>p{font-size:.85rem}.type-testimonials .site-item{background:transparent;border:0;border-left:2px solid var(--site-accent);border-radius:0}.type-testimonials .item-content{padding:5px 25px}.type-testimonials h3{font-size:.9rem;color:var(--site-accent)}.type-testimonials .item-content>p{font-size:1.05rem;line-height:2}.type-announcements .site-items{grid-template-columns:1fr}.type-announcements .site-item{background:color-mix(in srgb,var(--site-accent) 6%,var(--site-bg))}.type-announcements h3{font-size:1.05rem}.type-links .site-item{border-radius:7px}.item-index{display:block;font-family:Consolas,monospace;color:var(--site-accent);font-size:.8rem;margin-bottom:22px}.type-timeline .site-items{grid-template-columns:1fr;gap:0;border-left:1px solid color-mix(in srgb,var(--site-accent) 45%,transparent);margin-left:7px;padding-left:35px}.type-timeline .site-item{border:0;border-radius:0;background:none;position:relative;overflow:visible;padding-bottom:25px}.type-timeline .site-item:before{content:'';position:absolute;width:11px;height:11px;border-radius:50%;background:var(--site-accent);left:-41px;top:28px}.type-timeline .item-content{padding:15px 10px 20px}.type-timeline .item-index{margin-bottom:12px}.type-timeline .site-item>img{max-width:450px;border-radius:10px;margin-top:15px}.type-timeline h3{font-size:1.25rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.site-muted{opacity:.6;font-size:.86rem}.contact-layout>div>.site-muted{margin-top:20px}.site-form{display:grid;gap:20px}.site-form label{display:flex;flex-direction:column;gap:9px;font-size:.85rem;font-weight:500}.site-form input,.site-form textarea{width:100%;font-size:1rem;padding:12px;border:1px solid color-mix(in srgb,currentColor 23%,transparent);border-radius:7px;background:color-mix(in srgb,var(--site-bg) 85%,white);color:var(--site-text)}.site-form textarea{resize:vertical}.site-form .site-button{justify-self:start}.site-form .honeypot{position:absolute;left:-10000px;top:auto;height:1px;overflow:hidden}.site-form small{opacity:.65;font-size:.8rem}.forum-posts{display:grid;gap:15px;margin-bottom:32px}.forum-post{border:1px solid color-mix(in srgb,currentColor 17%,transparent);border-radius:9px;padding:22px;background:color-mix(in srgb,var(--site-bg) 90%,white)}.forum-post>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:1rem;font-weight:550}.forum-post small{opacity:.55;font-size:.75rem;font-weight:400}.forum-post>p{margin:25px 0;font-size:.93rem}.forum-reply{padding:20px;border-left:2px solid var(--site-accent);margin:18px 0;background:color-mix(in srgb,var(--site-accent) 3%,transparent);font-size:.9rem}.forum-reply strong{font-size:.8rem;color:var(--site-accent)}.forum-reply p{margin-top:8px}.forum-new{margin-top:40px;max-width:800px}.forum-post .site-form{margin-top:25px}.forum-post .site-button{font-size:.8rem}.custom-frame{display:block;width:100%;min-height:350px;border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:8px;background:white}.site-footer{padding:35px 6vw;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid color-mix(in srgb,currentColor 15%,transparent);font-size:.8rem;opacity:.65}.site-footer small{font-size:.75rem}.site-footer a{color:var(--site-accent)}.style-center .type-hero>.section-inner{display:flex;flex-direction:column;text-align:center;gap:40px}.style-center .hero-copy{max-width:850px}.style-center .site-lead{margin-left:auto;margin-right:auto}.style-center .hero-art,.style-center .hero-image{width:55%;max-height:350px;aspect-ratio:1.6;border-radius:160px 160px 15px 15px;object-fit:cover}.style-center .hero-art>span{font-size:14rem}.style-center .section-heading{justify-content:center;text-align:center}.style-center .section-text{margin-left:auto;margin-right:auto;text-align:center}.style-center .section-heading .site-lead{margin-left:auto;margin-right:auto}.style-center .section-number{display:none}.style-center .type-interests .site-items{justify-content:center}.style-editorial{font-family:Georgia,"Noto Serif SC","SimSun",serif}.style-editorial .site-header{border-bottom:2px solid currentColor;padding:22px 6vw}.style-editorial h1{font-weight:500;font-size:clamp(3rem,7vw,6.5rem)}.style-editorial .type-hero{padding-top:65px;min-height:550px}.style-editorial .hero-art,.style-editorial .hero-image{border-radius:0;aspect-ratio:.9;height:auto;min-height:330px}.style-editorial .site-section{border-bottom:1px solid color-mix(in srgb,currentColor 30%,transparent);background:none}.style-editorial .section-heading{border-top:1px solid currentColor;padding-top:22px}.style-editorial .site-items{gap:0}.style-editorial .site-item{border:0;border-right:1px solid color-mix(in srgb,currentColor 25%,transparent);border-radius:0;background:none;padding:0 18px}.style-editorial .site-item:last-child{border:0}.style-editorial .item-content{padding:24px 0}.style-editorial .site-item>img{filter:saturate(.65)}.style-editorial .site-button{border-radius:0;background:var(--site-text);color:var(--site-bg)}.style-editorial .type-faq .site-item,.style-editorial .type-articles .site-item{border:0;border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent);padding:0}.style-bento .site-main{max-width:1250px;margin:30px auto;padding:0 25px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.style-bento .site-section{border-radius:25px;border:1px solid color-mix(in srgb,currentColor 10%,transparent);padding:38px;background:color-mix(in srgb,var(--site-accent) 3%,var(--site-bg));min-width:0}.style-bento .type-hero{grid-column:1/-1;min-height:460px;background:color-mix(in srgb,var(--site-accent) 9%,var(--site-bg))}.style-bento .type-hero>.section-inner{gap:35px}.style-bento h1{font-size:clamp(2.6rem,5vw,4.6rem)}.style-bento .hero-art,.style-bento .hero-image{border-radius:18px;height:auto;min-height:280px;aspect-ratio:1}.style-bento .hero-art>span{font-size:13rem}.style-bento .site-items{grid-template-columns:1fr 1fr;gap:15px}.style-bento .type-pricing,.style-bento .type-projects,.style-bento .type-gallery,.style-bento .type-contact,.style-bento .type-forum{grid-column:1/-1}.style-bento .section-number{display:none}.style-bento h2{font-size:1.8rem}.style-bento .type-faq .site-items,.style-bento .type-articles .site-items{grid-template-columns:1fr}.style-sidebar .site-header{position:fixed;left:0;top:0;bottom:0;width:260px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:45px 30px;border:0;border-right:1px solid color-mix(in srgb,currentColor 15%,transparent)}.style-sidebar .site-brand{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;font-size:1.4rem}.style-sidebar .site-brand img{width:70px;height:70px;margin-bottom:12px}.style-sidebar .site-header nav{flex-direction:column;margin-top:55px;gap:19px;justify-content:flex-start;font-size:.9rem}.style-sidebar .site-main,.style-sidebar .site-footer{margin-left:260px}.style-sidebar .site-section{padding:65px 5vw}.style-sidebar .type-hero>.section-inner{grid-template-columns:1fr;gap:40px}.style-sidebar .type-hero .hero-art,.style-sidebar .hero-image{max-height:300px;border-radius:10px;aspect-ratio:1.8;width:100%;object-fit:cover}.style-sidebar h1{font-size:clamp(2.5rem,5vw,4.7rem)}.style-sidebar .hero-art>span{font-size:15rem}.style-sidebar .site-items{grid-template-columns:1fr 1fr}.style-poster .type-hero{padding:100px 5vw;min-height:650px;position:relative;overflow:hidden;background:var(--site-text);color:var(--site-bg)}.style-poster .type-hero>.section-inner{display:block}.style-poster h1{font-size:clamp(4rem,11vw,10rem);font-weight:800;line-height:1.12;max-width:1050px;position:relative;z-index:1}.style-poster .site-eyebrow{color:var(--site-accent)}.style-poster .hero-art{position:absolute;width:450px;height:450px;right:-100px;bottom:-80px;opacity:.23;border-radius:0;background:none}.style-poster .hero-image{width:100%;height:350px;border-radius:0;margin-top:35px}.style-poster .site-section:not(.type-hero){padding:90px 6vw}.style-poster .section-heading{display:block}.style-poster .section-number{display:block;font-size:.9rem;margin-bottom:18px}.style-poster h2{font-size:clamp(2rem,5vw,4rem)}.style-poster .site-item{border:0;border-radius:0}.style-poster .type-hero .site-button{position:relative;z-index:1}.style-timeline .type-hero>.section-inner{grid-template-columns:1fr 1.1fr}.style-timeline .hero-copy{order:2}.style-timeline .hero-art,.style-timeline .hero-image{border-radius:50%;aspect-ratio:1;height:auto;max-height:440px}.style-timeline .site-section:not(.type-hero){max-width:1150px;margin:auto;border-left:2px solid color-mix(in srgb,var(--site-accent) 25%,transparent);padding:50px 40px 60px 75px;background:none;position:relative}.style-timeline .site-section:not(.type-hero):before{content:'';position:absolute;top:65px;left:-9px;width:16px;height:16px;background:var(--site-accent);border-radius:50%;border:3px solid var(--site-bg)}.style-timeline .site-items{grid-template-columns:1fr 1fr}.style-timeline .site-item:nth-child(2n){transform:translateY(30px)}.style-timeline .type-articles .site-item,.style-timeline .type-faq .site-item{transform:none}.style-terminal{font-family:Consolas,"Microsoft YaHei",monospace}.style-terminal .site-header{border-bottom:1px dashed color-mix(in srgb,currentColor 30%,transparent)}.style-terminal .site-brand:before{content:'>_';color:var(--site-accent);font-weight:700}.style-terminal .site-header nav a:before{content:'./';color:var(--site-accent)}.style-terminal .type-hero{min-height:450px;padding-top:70px;padding-bottom:70px}.style-terminal .type-hero>.section-inner{display:block}.style-terminal h1{font-size:clamp(2.5rem,6vw,5rem);max-width:900px}.style-terminal h1:before{content:'$ ';color:var(--site-accent)}.style-terminal .hero-art{display:none}.style-terminal .hero-image{margin-top:40px;height:300px;border-radius:0}.style-terminal .site-section{border-bottom:1px dashed color-mix(in srgb,currentColor 25%,transparent);background:none}.style-terminal .section-heading h2:before{content:'# ';color:var(--site-accent)}.style-terminal .site-items{display:grid;grid-template-columns:1fr}.style-terminal .site-item{display:flex;border:0;border-bottom:1px dashed color-mix(in srgb,currentColor 25%,transparent);border-radius:0;background:none;align-items:center}.style-terminal .site-item>img{width:200px;height:160px;object-fit:cover}.style-terminal .item-content{padding:20px}.style-terminal .site-button{border-radius:0}.style-terminal .type-articles .site-item,.style-terminal .type-faq .site-item{display:block}.style-terminal .interest-tag{border-radius:0}.style-gallery .type-hero>.section-inner{display:block}.style-gallery h1{max-width:950px;font-size:clamp(3rem,6vw,6rem)}.style-gallery .hero-art,.style-gallery .hero-image{width:100%;height:480px;aspect-ratio:2;border-radius:8px;margin-top:50px}.style-gallery .hero-art>span{font-size:24rem}.style-gallery .hero-art{background:color-mix(in srgb,var(--site-accent) 14%,var(--site-bg))}.style-gallery .site-items{grid-template-columns:1.4fr 1fr;gap:32px}.style-gallery .site-item{border:0;background:none;border-radius:0}.style-gallery .site-item>img{height:370px;border-radius:6px}.style-gallery .site-item:nth-child(3n){grid-column:1/-1}.style-gallery .item-content{padding:24px 0}.style-gallery .type-articles .site-items,.style-gallery .type-faq .site-items{grid-template-columns:1fr}.style-gallery .type-articles .site-item,.style-gallery .type-faq .site-item{border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}.style-stack .type-hero>.section-inner{display:flex;flex-direction:column;text-align:center;gap:40px}.style-stack .hero-copy{max-width:850px}.style-stack .site-lead{margin-left:auto;margin-right:auto}.style-stack .hero-art,.style-stack .hero-image{width:60%;height:320px;border-radius:18px}.style-stack .hero-art>span{font-size:15rem}.style-stack .site-section:not(.type-hero){max-width:1080px;margin:0 auto 35px;padding:65px;border-radius:30px;border:1px solid color-mix(in srgb,currentColor 15%,transparent);box-shadow:0 -12px 0 -5px color-mix(in srgb,var(--site-accent) 12%,var(--site-bg)),0 -24px 0 -10px color-mix(in srgb,var(--site-accent) 6%,var(--site-bg));background:var(--site-bg)}.style-stack .section-heading{text-align:center;justify-content:center}.style-stack .section-number{display:none}.style-stack .site-items{grid-template-columns:1fr 1fr}.style-minimal .site-header,.style-minimal .site-footer{max-width:850px;margin:auto;padding:30px}.style-minimal .site-header{border:0}.style-minimal .site-section{max-width:850px;padding:70px 30px;margin:auto;background:none}.style-minimal .type-hero{min-height:0;padding-top:75px;padding-bottom:65px}.style-minimal .type-hero>.section-inner{display:block}.style-minimal h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:500}.style-minimal .hero-art{display:none}.style-minimal .hero-image{height:300px;border-radius:5px;margin-top:35px}.style-minimal .section-heading{margin-bottom:35px}.style-minimal .section-number{display:none}.style-minimal h2{font-size:1.8rem;font-weight:500}.style-minimal .site-items{grid-template-columns:1fr;gap:35px}.style-minimal .site-item{border:0;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0;background:none;padding-bottom:25px}.style-minimal .item-content{padding:15px 0}.style-minimal .site-item>img{height:auto;max-height:450px;border-radius:5px}.style-minimal .site-item>summary,.style-minimal .item-body{padding-left:0;padding-right:0}.style-minimal .contact-layout{grid-template-columns:1fr;gap:35px}.style-minimal .site-footer{font-size:.7rem}.style-brutal{font-family:"Arial Black","Microsoft YaHei",sans-serif}.style-brutal .site-header{border-bottom:3px solid currentColor}.style-brutal h1{font-weight:900;font-size:clamp(3rem,6.5vw,6rem)}.style-brutal .hero-art,.style-brutal .hero-image{border:3px solid var(--site-text);border-radius:0;box-shadow:12px 12px 0 var(--site-text);height:380px;aspect-ratio:1;background:color-mix(in srgb,var(--site-accent) 30%,var(--site-bg))}.style-brutal .site-section{border-bottom:3px solid currentColor}.style-brutal .site-button{border:2px solid var(--site-text);border-radius:0;box-shadow:5px 5px 0 var(--site-text);font-weight:700}.style-brutal .site-items{grid-template-columns:1fr 1fr;gap:30px}.style-brutal .site-item{border:2px solid currentColor;border-radius:0;box-shadow:7px 7px 0 currentColor}.style-brutal .section-heading{display:block}.style-brutal .section-number{display:inline-block;padding:4px 10px;border:2px solid currentColor;margin-bottom:18px;font-weight:bold}.style-brutal .interest-tag{border:2px solid currentColor;border-radius:0;box-shadow:4px 4px 0 currentColor}.style-brutal .type-testimonials .site-item{border:2px solid currentColor;padding:20px}.style-brutal .type-timeline .site-item{box-shadow:none;border:0}.site-section.layout-list .site-items{display:grid;grid-template-columns:1fr;gap:18px}.layout-list .site-item:not(details){display:flex;align-items:center}.layout-list .site-item>img{width:30%;height:220px}.site-section.layout-grid .site-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:22px}.site-section.layout-accordion .site-items{display:grid;grid-template-columns:1fr;gap:14px}.site-section.layout-masonry .site-items{display:block;columns:3;column-gap:22px}.layout-masonry .site-item{break-inside:avoid;margin-bottom:22px}.layout-masonry .site-item>img{height:auto}.layout-masonry .site-item:nth-child(2n){padding-top:20px}.layout-masonry .item-content{padding:20px}.type-interests.layout-grid .site-items,.type-interests.layout-list .site-items{display:flex;flex-wrap:wrap}.type-timeline.layout-grid .site-items{border:0;padding:0}.type-timeline.layout-grid .site-item:before{display:none}@keyframes breathe{0%,100%{transform:rotate(13deg) scale(1)}50%{transform:rotate(22deg) scale(1.05)}}@media(max-width:1000px){.site-header{padding:22px 4vw}.site-header nav{gap:17px;font-size:.8rem}.site-section{padding:65px 5vw}.type-hero{min-height:510px;padding-top:65px}.type-hero>.section-inner{gap:40px}.hero-art,.hero-image{height:auto;min-height:290px;aspect-ratio:.9}.site-items{grid-template-columns:1fr 1fr;gap:20px}.site-item>img{height:230px}.site-lead{font-size:.96rem}.contact-layout{gap:35px}.style-sidebar .site-header{width:210px;padding:35px 22px}.style-sidebar .site-main,.style-sidebar .site-footer{margin-left:210px}.style-sidebar .site-items{grid-template-columns:1fr}.style-bento .site-main{gap:15px;padding:0 20px}.style-bento .site-section{padding:30px}.style-bento .site-items{grid-template-columns:1fr}.style-bento .type-hero>.section-inner{gap:30px}.style-bento .hero-art{min-height:240px}.style-stack .site-section:not(.type-hero){margin:0 25px 35px;padding:50px 35px}.style-timeline .site-section:not(.type-hero){margin-left:30px}.style-gallery .site-item>img{height:300px}.site-footer{font-size:.72rem;flex-wrap:wrap}.site-footer small{font-size:.7rem}.style-gallery .hero-art,.style-gallery .hero-image{height:370px}}@media(max-width:650px){html{scroll-padding-top:30px}.site-header{padding:20px 24px;flex-direction:column;align-items:flex-start;gap:20px}.site-brand{max-width:100%;font-size:1.05rem}.site-brand img{width:33px;height:33px}.site-header nav{justify-content:flex-start;gap:13px 20px;font-size:.8rem}.site-section{padding:52px 24px}.type-hero{min-height:0;padding-top:48px;padding-bottom:60px}.type-hero>.section-inner{display:flex;flex-direction:column;gap:38px;align-items:stretch}.site-eyebrow{font-size:.66rem;margin-bottom:20px}h1{font-size:2.8rem;line-height:1.3}h2{font-size:1.8rem}h3{font-size:1.15rem}.site-lead{font-size:.94rem;margin-top:20px}.hero-art,.hero-image{width:100%;height:320px;min-height:0;aspect-ratio:1;border-radius:100px 100px 12px 12px}.hero-art>span{font-size:16rem}.hero-art>small{font-size:.65rem}.hero-copy>.site-button{margin-top:26px}.site-button{font-size:.84rem;padding:12px 19px}.section-heading{gap:16px;margin-bottom:28px}.section-heading .site-lead{font-size:.9rem}.section-number{font-size:.68rem;padding-top:7px}.section-text{font-size:.96rem;margin-bottom:26px}.section-image{max-height:350px}.site-items{grid-template-columns:1fr;gap:20px}.site-item>img{height:250px}.item-content{padding:24px}.item-content>p{font-size:.92rem}.type-team .site-item>img{height:320px}.type-testimonials .item-content>p{font-size:.97rem}.type-pricing .item-content{padding:27px}.item-price{font-size:1.85rem}.price-compare th,.price-compare td{padding:17px;min-width:140px;font-size:.8rem}.price-compare strong{font-size:1.5rem}.site-item>summary{padding:21px;font-size:.95rem}.site-item .item-body{padding:0 21px 24px;font-size:.9rem}.site-item[open]>img{padding:0 20px}.type-interests .site-items{gap:10px}.interest-tag{font-size:.8rem;padding:8px 16px}.contact-layout{grid-template-columns:1fr;gap:32px}.site-form label{font-size:.85rem}.site-form input,.site-form textarea{font-size:16px}.forum-post{padding:20px}.forum-post>summary{display:block;font-size:.93rem}.forum-post small{display:block;margin-top:8px;font-size:.7rem}.forum-post>p{font-size:.9rem}.forum-reply{padding:16px;font-size:.85rem}.forum-new{margin-top:30px}.site-footer{padding:30px 24px;gap:15px;font-size:.72rem}.style-center .hero-art,.style-center .hero-image{width:100%;height:280px;min-height:0}.style-center h1{font-size:2.9rem}.style-editorial h1{font-size:3.15rem}.style-editorial .site-items{grid-template-columns:1fr;gap:28px}.style-editorial .site-item{padding:0;border-right:0;border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}.style-editorial .hero-art,.style-editorial .hero-image{min-height:0;height:320px}.style-bento .site-main{display:block;padding:0 15px;margin:20px 0}.style-bento .site-section{margin-bottom:17px;padding:30px 24px;border-radius:20px}.style-bento .type-hero>.section-inner{display:flex;flex-direction:column;gap:32px}.style-bento .hero-art,.style-bento .hero-image{height:260px;min-height:0}.style-bento h1{font-size:2.65rem}.style-bento h2{font-size:1.65rem}.style-bento .site-items{grid-template-columns:1fr}.style-sidebar .site-header{position:static;width:100%;padding:25px;border:0;border-bottom:1px solid color-mix(in srgb,currentColor 17%,transparent)}.style-sidebar .site-brand{flex-direction:row;align-items:center;font-size:1.1rem}.style-sidebar .site-brand img{width:44px;height:44px;margin:0}.style-sidebar .site-header nav{flex-direction:row;gap:13px 20px;margin:0;font-size:.8rem}.style-sidebar .site-main,.style-sidebar .site-footer{margin-left:0}.style-sidebar .site-section{padding:45px 24px}.style-sidebar h1{font-size:2.8rem}.style-sidebar .type-hero .hero-art,.style-sidebar .hero-image{height:250px;min-height:0}.style-poster .type-hero{padding:60px 24px;min-height:520px}.style-poster h1{font-size:3.8rem}.style-poster .hero-art{width:300px;height:300px;right:-70px;bottom:-40px}.style-poster .site-section:not(.type-hero){padding:60px 24px}.style-poster h2{font-size:2.3rem}.style-timeline .type-hero>.section-inner{display:flex;flex-direction:column-reverse}.style-timeline .hero-art,.style-timeline .hero-image{height:300px;max-width:300px;margin:auto;aspect-ratio:1}.style-timeline .site-section:not(.type-hero){margin:0 0 0 25px;padding:40px 24px 45px 25px}.style-timeline .site-items{grid-template-columns:1fr;gap:22px}.style-timeline .site-item:nth-child(2n){transform:none}.style-timeline .site-section:not(.type-hero):before{top:49px}.style-terminal h1{font-size:2.7rem}.style-terminal .type-hero{padding:50px 24px;min-height:0}.style-terminal .site-item{display:block}.style-terminal .site-item>img{width:100%;height:230px}.style-terminal .item-content{padding:20px 0}.style-terminal .hero-image{height:230px;min-height:0}.style-gallery h1{font-size:3rem}.style-gallery .hero-art,.style-gallery .hero-image{height:280px;min-height:0;margin-top:35px}.style-gallery .hero-art>span{font-size:18rem}.style-gallery .site-items{grid-template-columns:1fr;gap:28px}.style-gallery .site-item>img{height:300px}.style-gallery .site-item:nth-child(3n){grid-column:auto}.style-stack .hero-art,.style-stack .hero-image{width:100%;height:260px;min-height:0}.style-stack .site-section:not(.type-hero){margin:0 16px 35px;padding:40px 22px;border-radius:20px}.style-stack .site-items{grid-template-columns:1fr}.style-minimal .site-header,.style-minimal .site-footer{padding:25px}.style-minimal .site-section{padding:45px 25px}.style-minimal .type-hero{padding:50px 25px}.style-minimal h1{font-size:2.7rem}.style-minimal .hero-image{height:260px;min-height:0}.style-minimal .site-items{gap:25px}.style-brutal h1{font-size:3.1rem}.style-brutal .hero-art,.style-brutal .hero-image{height:300px;min-height:0;box-shadow:8px 8px 0 var(--site-text);width:calc(100% - 8px)}.style-brutal .site-items{grid-template-columns:1fr;gap:28px}.style-brutal .site-item{margin-right:7px;box-shadow:6px 6px 0 currentColor}.site-section.layout-masonry .site-items{columns:1}.layout-list .site-item:not(details){display:block}.layout-list .site-item>img{width:100%;height:240px}.site-section.layout-grid .site-items{grid-template-columns:1fr}.custom-frame{min-height:300px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
