:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f4f0e7;--color-bg-deep:#1f2421;--color-surface:#fffdfae6;--color-surface-strong:#fffdfa;--color-text:#1f2421;--color-text-muted:#626960;--color-accent:#b8431b;--color-accent-hover:#9e3715;--color-accent-subtle:#b8431b1c;--color-border:#36393333;--color-focus-ring:#a33b18;--font-sans:"Avenir Next", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;--font-display:"Avenir Next", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;--radius-sm:999px;--radius-card:20px;--radius-panel:28px;--shadow-card:0 12px 32px #352f2412, 0 1px 2px #352f2414;--shadow-card-hover:0 22px 48px #352f2421, 0 2px 4px #352f2414;--header-bg:#f4f0e7db;--header-blur:20px;--space-page:clamp(18px, 4vw, 40px);--content-max:1240px;--content-prose:65ch;--ease-out:cubic-bezier(.33, 1, .68, 1);--duration:.18s;--duration-fast:.12s}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text);background:radial-gradient(circle at 78% 10%, #c94e2112, transparent 28rem), var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}body:before{z-index:-1;content:"";pointer-events:none;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");position:fixed;inset:0}::selection{background:var(--color-accent-subtle);color:var(--color-text)}#app{min-height:100vh}a{color:var(--color-accent);transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), opacity var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);text-decoration:none}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.skip-link{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{top:var(--space-page);left:var(--space-page);z-index:100;clip:auto;white-space:normal;color:#fff;background:var(--color-accent);border-radius:var(--radius-sm);width:auto;height:auto;box-shadow:var(--shadow-card-hover);margin:0;padding:12px 18px;font-size:.875rem;font-weight:500;position:fixed;overflow:visible}.skip-link:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}.layout{flex-direction:column;min-height:100vh;display:flex}.tech-cursor{--cursor-x:-40px;--cursor-y:-40px;z-index:90;pointer-events:none;opacity:0;transition:opacity var(--duration-fast) var(--ease-out);display:none;position:fixed;inset:0}html.has-tech-cursor,html.has-tech-cursor *{cursor:none!important}.tech-cursor.is-visible{opacity:1}.tech-cursor__core,.tech-cursor__ring{pointer-events:none;will-change:transform;display:block;position:fixed;top:0;left:0}.tech-cursor__core{background:var(--color-accent);width:5px;height:5px;transform:translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%);border:1px solid #fffdfae6;border-radius:50%;box-shadow:0 0 0 2px #b8431b29,0 0 12px #b8431b6b}.tech-cursor__ring{width:28px;height:28px;transform:translate3d(var(--cursor-x), var(--cursor-y), 0) translate(-50%, -50%);transition:width .22s var(--ease-out), height .22s var(--ease-out), border-radius .22s var(--ease-out), border-color .18s var(--ease-out), background-color .18s var(--ease-out), box-shadow .18s var(--ease-out);border:1px solid #b8431bb8;border-radius:50%;box-shadow:0 0 0 1px #fffdfa8f,inset 0 0 8px #b8431b14}.tech-cursor__ring:before,.tech-cursor__ring:after{content:"";background:linear-gradient(90deg,#0000 0 3px,#b8431bc7 3px 7px,#0000 7px calc(100% - 7px),#b8431bc7 calc(100% - 7px) calc(100% - 3px),#0000 calc(100% - 3px));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-cursor__ring:before{width:40px;height:1px}.tech-cursor__ring:after{background:linear-gradient(#0000 0 3px,#b8431bc7 3px 7px,#0000 7px calc(100% - 7px),#b8431bc7 calc(100% - 7px) calc(100% - 3px),#0000 calc(100% - 3px));width:1px;height:40px}.tech-cursor.is-interactive .tech-cursor__ring{border-color:var(--color-accent);background:#b8431b0f;border-radius:28%;width:42px;height:42px}.tech-cursor.is-pressed .tech-cursor__ring{border-color:var(--color-accent-hover);background:#b8431b24;box-shadow:0 0 0 3px #b8431b1f,inset 0 0 10px #b8431b29}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.tech-cursor{display:block}}.layout__header{z-index:40;padding:0 var(--space-page);background:var(--header-bg);-webkit-backdrop-filter:saturate(160%) blur(var(--header-blur));border-bottom:1px solid var(--color-border);position:sticky;top:0}.layout__header-inner{max-width:var(--content-max);justify-content:space-between;align-items:center;min-height:4.75rem;margin:0 auto;display:flex}.layout__brand{min-height:44px;color:var(--color-text);border-radius:var(--radius-sm);align-items:center;gap:.75rem;padding:.25rem;display:inline-flex}.layout__brand:before{content:none}.layout__brand-mark{width:2.25rem;height:2.25rem;color:var(--color-bg);background:var(--color-bg-deep);border-radius:50%;flex:none;place-items:center;font-size:.875rem;font-weight:700;display:inline-grid;box-shadow:0 8px 22px #352f2429}.layout__brand-copy{line-height:1.1;display:grid}.layout__brand-copy strong{letter-spacing:-.02em;font-size:1rem;font-weight:700}.layout__brand-copy small{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;margin-top:.2rem;font-size:.625rem;font-weight:600}.layout__brand:hover{color:var(--color-accent)}.layout__brand:active{transform:scale(.97)}.layout__nav{align-items:center;gap:.25rem;display:flex}.layout__nav a{min-width:3.5rem;min-height:44px;color:var(--color-text-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:0 .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.layout__nav a:hover{color:var(--color-text);background:var(--color-accent-subtle)}.layout__nav a:active{transform:scale(.97)}.layout__main{width:100%;max-width:var(--content-max);padding:var(--space-page);flex:1;margin:0 auto;padding-top:clamp(1.5rem,4vw,3.5rem)}.app-footer{padding:2.25rem var(--space-page) calc(2rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);margin-top:auto}.app-footer__inner{max-width:var(--content-max);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.app-footer__inner p{align-items:baseline;gap:.75rem;margin:0;display:flex}.app-footer__inner strong{color:var(--color-text);font-size:.9375rem}.app-footer__inner span{color:var(--color-text-muted);font-size:.8125rem}.app-footer__icp{min-height:44px;color:var(--color-text-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:0 12px;font-size:.75rem;font-weight:500;line-height:1.4;display:inline-flex}.app-footer__icp:hover{color:var(--color-text);background:var(--color-accent-subtle)}.app-footer__icp:active{transform:scale(.98)}@media (width<=520px){.layout__header-inner{min-height:4.25rem}.layout__brand-copy small{display:none}.layout__nav a{min-width:3rem;padding-inline:.625rem}.app-footer__inner{flex-direction:column;align-items:flex-start;gap:.75rem}.app-footer__inner p{flex-direction:column;align-items:flex-start;gap:.125rem}.app-footer__icp{margin-left:-.75rem}}.home{animation:page-rise .48s var(--ease-out) both}.home__hero{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,.9fr) minmax(28rem,1.1fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);min-height:clamp(35rem,70vh,45rem);padding:clamp(2.5rem,6vw,5.5rem) 0 clamp(3rem,6vw,5rem);display:grid}.home__hero-copy{z-index:2;max-width:37rem;position:relative}.home__eyebrow{color:var(--color-text-muted);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:.625rem;margin:0 0 1.5rem;font-size:.75rem;font-weight:700;line-height:1.5;display:flex}.home__eyebrow span{background:var(--color-accent);flex:none;width:1.5rem;height:2px}.home__title{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.075em;margin:0;font-size:clamp(3.4rem,5.4vw,5rem);font-weight:700;line-height:1.02}.home__title em{color:var(--color-accent);white-space:nowrap;font-style:normal;display:inline-block}.home__manifesto{gap:.375rem;max-width:35rem;margin-top:1.75rem;display:grid}.home__manifesto p{color:var(--color-text-muted);margin:0;font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.75}.home__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.home__primary-link,.home__secondary-link,.product-card__link,.project-card__cta{border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:44px;padding:0 1rem;font-size:.875rem;font-weight:700;line-height:1.4;display:inline-flex}.home__primary-link{color:var(--color-bg);background:var(--color-bg-deep);gap:.625rem;box-shadow:0 10px 24px #1f242124}.home__primary-link svg,.product-card__link svg,.home-contact a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.125rem;height:1.125rem;transition:transform var(--duration-fast) var(--ease-out)}.home__primary-link:hover{color:var(--color-bg);background:var(--color-accent);transform:translateY(-1px)}.home__primary-link:hover svg,.product-card__link--primary:hover svg,.home-contact a:hover svg{transform:translate(3px)}.home__primary-link:active,.home__secondary-link:active{transform:scale(.98)}.home__secondary-link{color:var(--color-text);background:color-mix(in srgb, var(--color-surface-strong) 70%, transparent);border:1px solid var(--color-border)}.home__secondary-link:hover{color:var(--color-accent-hover);background:var(--color-surface-strong);border-color:color-mix(in srgb, var(--color-accent) 30%, var(--color-border))}.home-showcase{isolation:isolate;min-height:30rem;position:relative}.home-showcase__wash{z-index:-1;filter:blur(28px);background:radial-gradient(circle at 22% 35%,#c94e212e,#0000 38%),radial-gradient(circle at 75%,#4c74ad2e,#0000 42%);position:absolute;inset:7% -4% 5% 3%}.home-showcase__window{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:16px;width:78%;margin:0;position:absolute;top:16%;right:7%;overflow:hidden;transform:rotate(2deg);box-shadow:0 32px 70px #302a2133}.home-showcase__window-bar{background:var(--color-surface-strong);align-items:center;gap:.375rem;height:2rem;padding:0 .75rem;display:flex}.home-showcase__window-bar i{background:#d8d1c4;border-radius:50%;width:.4rem;height:.4rem}.home-showcase__window-bar span{color:var(--color-text-muted);letter-spacing:.08em;margin-left:auto;font-size:.625rem;font-weight:600}.home-showcase__window img{width:100%;height:auto;display:block}.home-showcase__phone{z-index:2;background:var(--color-bg-deep);border:1px solid #ffffff2e;border-radius:22px;width:22%;margin:0;padding:.28rem;position:absolute;overflow:hidden;box-shadow:0 24px 54px #302a2140}.home-showcase__phone img{border-radius:17px;width:100%;height:auto;display:block}.home-showcase__phone--left{top:5%;left:0;transform:rotate(-7deg)}.home-showcase__phone--right{bottom:4%;right:0;transform:rotate(6deg)}.home-showcase__count{align-items:baseline;gap:.625rem;display:flex;position:absolute;bottom:4%;left:8%}.home-showcase__count strong{color:var(--color-accent);font-variant-numeric:tabular-nums;letter-spacing:-.05em;font-size:2.25rem}.home-showcase__count span{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.home__section{padding:clamp(4rem,8vw,7rem) 0;scroll-margin-top:5rem}.home__section-heading{grid-template-columns:minmax(0,.85fr) minmax(18rem,.65fr);align-items:end;gap:2rem;margin-bottom:clamp(1.75rem,4vw,2.75rem);display:grid}.home__section-kicker{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .625rem;font-size:.75rem;font-weight:700}.home__section-title{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.055em;margin:0;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:700;line-height:1.1}.home__section-desc{max-width:37rem;color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.75}.product-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.product-card{--product-tint:#ebe7de;--product-ink:var(--color-accent);background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--radius-card);min-width:0;min-height:29rem;box-shadow:var(--shadow-card);transition:box-shadow var(--duration) var(--ease-out), transform var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);grid-column:span 4;grid-template-rows:auto 15rem;display:grid;position:relative;overflow:hidden}.product-card--wide{grid-column:span 7;grid-template-rows:1fr;grid-template-columns:minmax(17rem,.82fr) minmax(0,1.18fr);min-height:30rem}.product-card--portrait{grid-column:span 5}.product-card--blue{--product-tint:#dfe9f6;--product-ink:#325d88}.product-card--violet{--product-tint:#e8e5f8;--product-ink:#4b3fd6}.product-card--orange{--product-tint:#f8e3cd;--product-ink:#a95012}.product-card--green{--product-tint:#dcefe3;--product-ink:#20794e}.product-card--pink{--product-tint:#f7e0e5;--product-ink:#a7193c}@media (hover:hover) and (pointer:fine){.product-card:hover{border-color:color-mix(in srgb, var(--product-ink) 30%, var(--color-border));box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.product-card:hover .product-card__visual img{transform:translateY(-3px)rotate(-.5deg)}}.product-card__copy{z-index:2;flex-direction:column;min-width:0;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex;position:relative}.product-card__meta{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.6875rem;font-weight:700;display:flex}.product-card__meta span:first-child{color:var(--product-ink);font-variant-numeric:tabular-nums}.product-card__eyebrow{color:var(--product-ink);letter-spacing:.09em;text-transform:uppercase;margin:0 0 .5rem;font-size:.6875rem;font-weight:700;line-height:1.5}.product-card__name{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.08}.product-card__desc{max-width:33rem;color:var(--color-text-muted);margin:.875rem 0 0;font-size:.9375rem;line-height:1.7}.product-card__links{flex-wrap:wrap;gap:.375rem;margin-top:auto;padding-top:1.5rem;display:flex}.product-card__link{color:var(--color-text-muted);padding-inline:.75rem}.product-card__link:hover{color:var(--product-ink);background:color-mix(in srgb, var(--product-tint) 76%, transparent)}.product-card__link--primary{color:var(--product-ink);background:var(--product-tint);gap:.375rem}.product-card__link:active{transform:scale(.97)}.product-card__visual{background:radial-gradient(circle at 50% 80%, #ffffffb8, transparent 52%), var(--product-tint);place-items:end center;min-width:0;min-height:0;margin:0;padding:1.25rem 1rem 0;display:grid;position:relative;overflow:hidden}.product-card__visual:before{content:"";border:1px solid color-mix(in srgb, var(--product-ink) 18%, transparent);border-radius:calc(var(--radius-card) - 8px);position:absolute;inset:1rem}.product-card__visual img{z-index:1;object-fit:contain;object-position:top;border:.3rem solid var(--color-bg-deep);width:auto;max-width:min(72%,15rem);height:auto;max-height:calc(100% + 1rem);transition:transform var(--duration) var(--ease-out);border-bottom:0;border-radius:18px 18px 0 0;display:block;position:relative;box-shadow:0 18px 36px #28251f2e}.product-card--wide .product-card__visual{place-items:center;padding:1.5rem 0 1.5rem 1rem}.product-card--wide .product-card__visual img{border:.25rem solid var(--color-bg-deep);border-radius:12px;width:112%;max-width:none;max-height:none;transform:translate(8%)rotate(-2deg);box-shadow:0 24px 44px #28251f33}.product-card--wide:hover .product-card__visual img{transform:translate(8%)translateY(-3px)rotate(-2.5deg)}.product-card--portrait .product-card__visual img{max-width:min(52%,12.5rem)}.product-card--artwork .product-card__visual{place-items:center;padding:1.25rem}.product-card--artwork .product-card__visual img{border:.35rem solid var(--color-surface-strong);border-radius:6px;width:auto;max-width:min(72%,12.5rem);max-height:none;transform:rotate(2deg)}@media (hover:hover) and (pointer:fine){.product-card--artwork:hover .product-card__visual img{transform:translateY(-3px)rotate(1.5deg)}}.home-contact{color:var(--color-bg);background:var(--color-bg-deep);border-radius:var(--radius-panel);grid-template-columns:1fr auto;align-items:end;gap:2rem;margin:0 0 clamp(3rem,7vw,5rem);padding:clamp(2rem,5vw,4rem);display:grid;position:relative;overflow:hidden}.home-contact:after{content:"";background:var(--color-accent);opacity:.2;border-radius:50%;width:20rem;height:20rem;position:absolute;top:-8rem;right:7%}.home-contact__kicker{color:#d8d1c4;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.home-contact__copy{z-index:1;position:relative}.home-contact h2{font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(2rem,4vw,3.75rem);font-weight:700;line-height:1.12}.home-contact a{z-index:1;color:#f7eee4;border-bottom:1px solid #f7eee48c;align-items:center;gap:1rem;min-height:48px;padding:.125rem 0;font-weight:700;display:inline-flex;position:relative}.home-contact a svg{width:1.5rem;height:1.5rem}.home-contact a:hover{color:#ff9669;border-bottom-color:#ff9669}@media (width<=980px){.home__hero{grid-template-columns:1fr;min-height:0;padding-top:3.5rem}.home__hero-copy{max-width:43rem}.home-showcase{min-height:30rem}.home__section-heading{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card,.product-card--portrait{grid-column:span 1}.product-card--wide{grid-column:span 2}}@media (width<=639px){.home__hero{gap:1.25rem;padding:2rem 0 3rem}.home__eyebrow{margin-bottom:1.125rem;font-size:.6875rem}.home__title{font-size:clamp(2.625rem,12.5vw,4rem)}.home__manifesto{margin-top:1.25rem}.home__manifesto p{font-size:1rem}.home-showcase{min-height:21.5rem}.home-showcase__window{border-radius:11px;width:80%;top:18%;right:5%}.home-showcase__window-bar{height:1.5rem}.home-showcase__phone{border-radius:14px;width:23%;padding:.2rem}.home-showcase__phone img{border-radius:10px}.home-showcase__phone--left{top:5%;left:1%}.home-showcase__phone--right{bottom:5%;right:0}.home-showcase__count{bottom:1%;left:4%}.home-showcase__count strong{font-size:1.75rem}.home__section{padding:3.75rem 0}.home__section-heading{gap:1rem}.product-grid{grid-template-columns:1fr}.product-card,.product-card--wide,.product-card--portrait{grid-column:auto;grid-template-rows:auto 15rem;grid-template-columns:1fr;min-height:29rem}.product-card__meta{margin-bottom:1.5rem}.product-card--wide .product-card__visual{place-items:end center;padding:1.25rem 1rem 0}.product-card--wide .product-card__visual img{border-bottom:0;border-radius:12px 12px 0 0;width:105%;max-width:none;transform:translateY(0)rotate(-1.5deg)}.product-card--wide:hover .product-card__visual img{transform:translateY(-3px)rotate(-1.5deg)}.product-card--portrait .product-card__visual img{max-width:min(54%,11rem)}.home-contact{grid-template-columns:1fr;align-items:start;margin-bottom:2rem;padding:2rem 1.5rem}.home-contact a{justify-self:start}}.project-grid{gap:1rem;display:grid}@media (width>=640px){.project-grid{grid-template-columns:1fr 1fr;gap:1.125rem}}.project-card{background:var(--color-surface);border-radius:var(--radius-card);border:1px solid color-mix(in srgb, var(--color-border) 88%, transparent);box-shadow:var(--shadow-card);transition:box-shadow var(--duration) var(--ease-out), transform var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);padding:clamp(1.375rem,3vw,1.75rem)}@media (hover:hover) and (pointer:fine){.project-card:hover{box-shadow:var(--shadow-card-hover);border-color:color-mix(in srgb, var(--color-border) 40%, var(--color-accent-subtle));transform:translateY(-2px)}}.project-card__name{font-family:var(--font-display);letter-spacing:0;color:var(--color-text);margin:0 0 .5rem;font-size:1.625rem;font-weight:700;line-height:1.35}.project-card__text{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.65}.project-card__text strong{color:var(--color-text);font-weight:600}.project-card--link{flex-direction:column;gap:.625rem;display:flex}.project-card__cta{color:var(--color-accent);border:1px solid var(--color-border);align-self:flex-start;margin-top:.25rem}.project-card__cta:hover{color:var(--color-accent);background:var(--color-accent-subtle);border-color:#0000}.project-card__cta:active{transform:scale(.97)}.product-detail{--product-accent:var(--color-accent);--product-accent-hover:var(--color-accent-hover);--product-accent-subtle:var(--color-accent-subtle);--product-surface:var(--color-surface);max-width:1040px;animation:page-rise .42s var(--ease-out) both;margin:0 auto}.product-detail--clipber{--product-accent:#4f7cff;--product-accent-hover:#315bd6;--product-accent-subtle:#4f7cff21}.product-detail--bgm{--product-accent:#4b3fd6;--product-accent-hover:#342aa9;--product-accent-subtle:#4b3fd621}.product-detail--nfcer{--product-accent:#e88a2f;--product-accent-hover:#bd671d;--product-accent-subtle:#e88a2f24}.product-detail--machineeye{--product-accent:#2f9e68;--product-accent-hover:#20794e;--product-accent-subtle:#2f9e6824}.product-detail--xiandoujia{--product-accent:#e11d48;--product-accent-hover:#be123c;--product-accent-subtle:#e11d481f}.product-detail__nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:clamp(1.75rem,4vw,3rem);display:flex}.product-detail__back,.product-detail__privacy{min-height:44px;color:var(--color-text-muted);align-items:center;font-size:.875rem;font-weight:600;display:inline-flex}.product-detail__back:hover,.product-detail__privacy:hover{color:var(--product-accent)}.product-detail__hero{border-bottom:1px solid color-mix(in srgb, var(--color-border) 78%, transparent);grid-template-columns:minmax(0,1fr) minmax(18rem,.95fr);align-items:center;gap:clamp(2rem,6vw,5rem);padding-bottom:clamp(2.5rem,6vw,4.5rem);display:grid}.product-detail__hero-copy{min-width:0}.product-detail__eyebrow,.product-detail__section-kicker{color:var(--product-accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700;line-height:1.4}.product-detail__title{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(3rem,8vw,5rem);font-weight:700;line-height:1}.product-detail__platform{color:var(--color-text-muted);margin:.875rem 0 0;font-size:.9375rem;font-weight:600}.product-detail__lead{max-width:39rem;color:var(--color-text);margin:1.5rem 0 0;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.65}.product-detail__actions{flex-wrap:wrap;align-items:center;gap:.625rem;margin-top:1.75rem;display:flex}.product-detail__store-link,.product-detail__text-link{border-radius:var(--radius-sm);min-height:44px;transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;font-size:.875rem;font-weight:700;line-height:1.4;display:inline-flex}.product-detail__store-link{color:#fff;background:var(--product-accent);padding:0 1rem}.product-detail__store-link:hover{color:#fff;background:var(--product-accent-hover);transform:translateY(-1px)}.product-detail__text-link{color:var(--color-text-muted);padding:0 .75rem}.product-detail__text-link:hover{color:var(--product-accent);background:var(--product-accent-subtle)}.product-detail__requirement{color:var(--color-text-muted);margin:1.25rem 0 0;font-size:.8125rem;line-height:1.6}.product-detail__hero-figure{background:color-mix(in srgb, var(--product-surface) 80%, var(--product-accent-subtle));border:1px solid color-mix(in srgb, var(--product-accent) 18%, var(--color-border));border-radius:var(--radius-panel);width:100%;box-shadow:var(--shadow-card);margin:0;padding:clamp(.75rem,2vw,1.25rem);overflow:hidden}.product-detail__hero-figure--iphone,.product-detail__hero-figure--ipad,.product-detail__hero-figure--mini-program{justify-self:center;max-width:19rem}.product-detail__hero-image{object-fit:contain;border-radius:calc(var(--radius-panel) - 8px);width:100%;height:auto;max-height:29rem;display:block}.product-detail__hero-figure figcaption,.product-detail__screenshot figcaption{color:var(--color-text-muted);justify-content:space-between;align-items:baseline;gap:.75rem;padding:.75rem .25rem .125rem;font-size:.8125rem;font-weight:600;line-height:1.45;display:flex}.product-detail__screenshot figcaption small{color:var(--product-accent);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;font-size:.6875rem;font-weight:700}.product-detail__tabs{z-index:20;background:color-mix(in srgb, var(--color-bg) 88%, transparent);border:1px solid color-mix(in srgb, var(--color-border) 75%, transparent);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(16px);gap:.25rem;margin:clamp(1.5rem,4vw,2.5rem) 0 0;padding:.25rem;display:flex;position:sticky;top:4rem}.product-detail__tab,.product-detail__feature-tab{border-radius:var(--radius-sm);min-height:44px;color:var(--color-text-muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;padding:0 1.125rem;font-size:.875rem;font-weight:700;position:relative}.product-detail__tab:hover,.product-detail__feature-tab:hover{color:var(--product-accent);background:var(--product-accent-subtle)}.product-detail__tab.is-active,.product-detail__feature-tab.is-active{color:var(--color-text);background:var(--product-surface);box-shadow:var(--shadow-card)}.product-detail__tab.is-active:after,.product-detail__feature-tab.is-active:after{content:"";background:var(--product-accent);border-radius:var(--radius-sm);height:2px;position:absolute;bottom:.25rem;left:1rem;right:1rem}.product-detail__tab:focus-visible,.product-detail__feature-tab:focus-visible,.product-detail__store-link:focus-visible,.product-detail__text-link:focus-visible{outline:2px solid var(--product-accent);outline-offset:2px}.product-detail__panel{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(2rem,5vw,4rem)}.product-detail__panel:focus{outline:none}.product-detail__panel-heading{max-width:47rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.product-detail__section-title{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;line-height:1.15}.product-detail__section-desc{max-width:44rem;color:var(--color-text-muted);margin:.875rem 0 0;font-size:1rem;line-height:1.75}.product-detail__highlights{grid-template-columns:repeat(3,1fr);gap:.875rem;margin:0;padding:0;list-style:none;display:grid}.product-detail__highlight{border-top:2px solid var(--product-accent);background:color-mix(in srgb, var(--product-surface) 78%, transparent);min-height:12rem;padding:1.25rem}.product-detail__highlight-index,.product-detail__feature-index{color:var(--product-accent);letter-spacing:.12em;font-size:.6875rem;font-weight:800;display:block}.product-detail__highlight h3{color:var(--color-text);margin:1.5rem 0 .5rem;font-size:1rem;line-height:1.35}.product-detail__highlight p{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.65}.product-detail__mini-program{background:color-mix(in srgb, var(--product-surface) 82%, var(--product-accent-subtle));border:1px solid color-mix(in srgb, var(--product-accent) 20%, var(--color-border));border-radius:var(--radius-panel);justify-content:space-between;align-items:center;gap:2rem;margin-top:clamp(2.5rem,6vw,4rem);padding:clamp(1.25rem,4vw,2rem);display:flex}.product-detail__mini-copy{max-width:36rem}.product-detail__mini-copy p:not(.product-detail__section-kicker){color:var(--color-text);margin:.875rem 0 0;line-height:1.7}.product-detail__muted{font-size:.875rem;color:var(--color-text-muted)!important}.product-detail__qr-wrap{border-radius:var(--radius-card);background:#fff;flex-shrink:0;padding:.625rem}.product-detail__qr{width:10rem;height:10rem;display:block}.product-detail__feature-tabs{scrollbar-width:thin;gap:.375rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);padding:.25rem .125rem .5rem;display:flex;overflow-x:auto}.product-detail__feature-tab{border:1px solid color-mix(in srgb, var(--color-border) 80%, transparent);flex:none;padding:0 1rem}.product-detail__feature-content{grid-template-columns:minmax(13rem,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(1.5rem,5vw,4rem);display:grid}.product-detail__feature-copy{position:sticky;top:9rem}.product-detail__feature-copy h2{color:var(--color-text);font-family:var(--font-display);margin:1rem 0 0;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.18}.product-detail__feature-summary{color:var(--color-text-muted);margin:1rem 0 0;font-size:1rem;line-height:1.75}.product-detail__feature-points{gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.product-detail__feature-points li{color:var(--color-text);padding-left:1.25rem;font-size:.9375rem;line-height:1.6;position:relative}.product-detail__feature-points li:before{content:"";background:var(--product-accent);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.65em;left:0}.product-detail__feature-note{color:var(--color-text-muted);background:var(--product-accent-subtle);border-left:2px solid var(--product-accent);margin:1.5rem 0 0;padding:.875rem 1rem;font-size:.8125rem;line-height:1.65}.product-detail__feature-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid}.product-detail__screenshot{background:var(--product-surface);border:1px solid color-mix(in srgb, var(--color-border) 84%, transparent);border-radius:var(--radius-card);min-width:0;box-shadow:var(--shadow-card);margin:0;padding:.625rem}.product-detail__screenshot-image{object-fit:contain;border-radius:calc(var(--radius-card) - 4px);width:100%;height:auto;display:block}.product-detail__screenshot-image--iphone,.product-detail__screenshot-image--ipad{max-height:30rem}.product-detail__screenshot-image--mac{aspect-ratio:16/10;object-fit:cover}@media (width<=820px){.product-detail__hero{grid-template-columns:1fr;gap:2rem}.product-detail__hero-figure--mac{order:-1}.product-detail__hero-figure--iphone,.product-detail__hero-figure--ipad,.product-detail__hero-figure--mini-program{justify-self:start;max-width:17rem}.product-detail__feature-content{grid-template-columns:1fr}.product-detail__feature-copy{position:static}}@media (width<=639px){.product-detail__nav{margin-bottom:1.5rem}.product-detail__title{font-size:clamp(2.75rem,16vw,4.25rem)}.product-detail__hero{padding-bottom:2.5rem}.product-detail__hero-figure--iphone,.product-detail__hero-figure--ipad,.product-detail__hero-figure--mini-program{max-width:min(17rem,82vw)}.product-detail__tabs{margin-top:1.25rem;top:3.75rem}.product-detail__tab{flex:1}.product-detail__highlights{grid-template-columns:1fr}.product-detail__highlight{min-height:0}.product-detail__highlight h3{margin-top:1rem}.product-detail__mini-program{flex-direction:column-reverse;align-items:flex-start;gap:1.25rem}.product-detail__qr{width:9rem;height:9rem}.product-detail__feature-gallery{grid-template-columns:1fr}.product-detail__screenshot-image--iphone,.product-detail__screenshot-image--ipad{max-height:none;margin:0 auto}}.doc-page{max-width:var(--content-prose);margin:0 auto}.markdown-article{background:var(--color-surface);border-radius:var(--radius-card);border:1px solid color-mix(in srgb, var(--color-border) 80%, transparent);box-shadow:var(--shadow-card);padding:clamp(1.5rem,4vw,2.25rem)}.markdown-article h2{letter-spacing:-.02em;color:var(--color-text);margin:0 0 1rem;font-size:1.25rem;font-weight:600;line-height:1.3}.markdown-article h3,.markdown-article h4{color:var(--color-text);margin:1.5rem 0 .5rem;font-size:1rem;font-weight:600;line-height:1.35}.markdown-article p{color:var(--color-text);margin:0 0 .875rem;font-size:.9375rem;line-height:1.65}.markdown-article img{border:1px solid color-mix(in srgb, var(--color-border) 80%, transparent);border-radius:var(--radius-card);width:100%;height:auto;box-shadow:var(--shadow-card);margin:1.25rem 0 1.5rem;display:block}.markdown-article ul,.markdown-article ol{margin:0 0 .875rem;padding-left:1.25rem}.markdown-article li{color:var(--color-text);margin-bottom:.4rem;font-size:.9375rem;line-height:1.6}.markdown-article a{text-underline-offset:3px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px}.markdown-article a:hover{text-decoration-thickness:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}@media (hover:hover){.product-card:hover,.project-card:hover{transform:none}}}@keyframes page-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
