#root{min-height:100svh}.gallery-preview{background:var(--surface);border:1px solid var(--line);border-radius:22px;min-width:0;margin:0;padding:8px;box-shadow:0 22px 60px #254e5b1a}.gallery-selectors{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;min-width:0;padding:2px 2px 9px;display:grid}.gallery-selector{min-height:38px;color:var(--ink-soft);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:10px;padding:7px 8px;font-size:13px;transition:color .16s,background .16s}.gallery-selector:hover,.gallery-selector[aria-pressed=true]{color:var(--accent-deep);background:var(--accent-soft)}.gallery-selector[aria-pressed=true]{font-weight:600}.gallery-open{background:var(--paper);border:1px solid var(--line);cursor:zoom-in;border-radius:14px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.gallery-open>img{width:100%;height:auto;display:block}.gallery-open-hint{color:var(--accent-deep);border:1px solid var(--line);background:#fffffff0;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:12px;transition:background .16s;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 3px 12px #17232814}.gallery-open:hover .gallery-open-hint{background:var(--accent-soft)}.gallery-open-hint svg,.gallery-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:17px;height:17px}.gallery-caption{color:var(--ink-soft);flex-wrap:wrap;align-items:baseline;gap:3px 10px;padding:12px 8px 5px;font-size:12px;line-height:1.65;display:flex}.gallery-caption-label{color:var(--accent-deep);flex:none;font-size:11px}.gallery-dialog{width:min(1440px,100vw - 48px);max-width:none;height:min(1000px,100dvh - 48px);max-height:none;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:20px;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 100px #0a232b40}.gallery-dialog[open]{flex-direction:column;display:flex}.gallery-dialog::backdrop{background:#0d1f24a6}.gallery-dialog-header{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.gallery-dialog-heading h2{margin:0;font-size:17px;font-weight:500}.gallery-dialog-heading p{color:var(--ink-soft);margin:5px 0 0;font-size:12px;line-height:1.5}.gallery-dialog-actions{align-items:center;gap:8px;display:flex}.gallery-control{min-height:40px;color:var(--ink);background:var(--surface);border:1px solid var(--line);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 13px;font-size:13px;display:inline-flex}.gallery-control:hover{color:var(--accent-deep);background:var(--accent-soft)}.gallery-zoom{color:var(--accent-deep)}.gallery-image-stage{overscroll-behavior:contain;background:var(--paper);flex:auto;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;overflow:auto}.gallery-image-stage>img{object-fit:contain;width:100%;height:100%;min-height:0;display:block}.gallery-image-stage[data-zoomed=true]{display:block}.gallery-image-stage[data-zoomed=true]>img{width:3024px;max-width:none;height:auto}.gallery-image-stage:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.gallery-dialog-footer{border-top:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:20px;padding:14px 22px;display:flex}.gallery-dialog-navigation{align-items:center;gap:14px;display:flex}.gallery-direction{width:42px;font-size:19px}.gallery-counter{color:var(--ink-soft);font-family:var(--utility);white-space:nowrap;font-size:12px}.gallery-dialog-footer .gallery-selectors{width:min(420px,65%);padding:0}@media (width<=640px){.gallery-preview{border-radius:18px;padding:6px}.gallery-selectors{gap:2px}.gallery-selector{min-height:40px;padding-inline:4px;font-size:12px}.gallery-open{border-radius:12px}.gallery-open-hint{padding:6px 9px;font-size:11px;bottom:8px;right:8px}.gallery-caption{padding:10px 7px 5px}.gallery-dialog{border-radius:16px;width:calc(100vw - 20px);height:calc(100dvh - 24px)}.gallery-dialog-header{align-items:flex-start;gap:12px;padding:16px}.gallery-dialog-heading h2{font-size:15px}.gallery-dialog-heading p{max-width:145px;font-size:11px}.gallery-dialog-actions{flex-direction:column-reverse;align-items:flex-end;gap:7px}.gallery-control{min-height:40px;padding:8px 10px;font-size:12px}.gallery-dialog-footer{flex-direction:column-reverse;gap:12px;padding:12px}.gallery-dialog-footer .gallery-selectors{width:100%}.gallery-dialog-navigation{gap:22px}}@media (prefers-reduced-motion:reduce){.gallery-selector,.gallery-open-hint{transition:none}}:root{--paper:#f6fafb;--surface:#fff;--ink:#172328;--ink-soft:#617278;--line:#254e5b24;--grid:#2567750d;--accent:#007d86;--accent-deep:#006a73;--accent-soft:#edf7f7;--display:-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--rounded:ui-rounded, "SF Pro Rounded", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--utility:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--shell:min(1180px, calc(100vw - 96px));--section-space:clamp(64px, 6vw, 88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{min-width:320px;color:var(--ink);background:var(--paper);font-family:var(--display);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{font:inherit}main{background:var(--paper)}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.skip-link{z-index:100;color:var(--surface);background:var(--accent);border-radius:999px;padding:10px 14px;font-size:14px;text-decoration:none;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.section-shell{width:var(--shell);margin:0 auto}.section-pad{padding-block:var(--section-space)}.site-header{z-index:30;background:color-mix(in srgb, var(--surface) 82%, transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:80px;padding-inline:max(32px,50vw - 720px);display:grid;position:sticky;top:0}.brand{justify-self:start;align-items:center;gap:10px;width:fit-content;text-decoration:none;display:inline-flex}.app-icon{object-fit:contain;flex:none;display:block}.brand-mark{width:40px;height:40px}.brand-name{color:var(--accent);font-family:var(--rounded);letter-spacing:.035em;font-size:22px;font-weight:600}.site-nav{align-items:center;gap:12px;display:flex}.nav-label-short{display:none}.site-nav a{border-radius:999px;justify-content:center;align-items:center;width:104px;min-height:40px;font-size:14px;font-weight:400;text-decoration:none;transition:color .18s,background .18s,box-shadow .18s,transform .18s;display:inline-flex}.site-nav a:hover{color:var(--accent-deep);background:var(--accent-soft);box-shadow:none;transform:translateY(-1px)}.header-cta,.button{border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.header-cta{color:var(--surface);background:var(--accent);justify-self:end;gap:7px;padding:9px 14px;transition:background .18s}.header-cta:hover{background:var(--accent-deep)}.header-cta svg,.button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px;height:16px;transition:transform .18s}.header-cta:hover svg,.button:hover svg{transform:translate(2px)}.hero,.download,.brand-story,.faq,.contact{isolation:isolate;position:relative;overflow:hidden}.hero>*,.download>*,.brand-story>*,.faq>*,.contact>*{z-index:1;position:relative}.hero{background:0 0;justify-content:center;align-items:center;min-height:calc(100svh - 80px);padding:clamp(64px,8vh,88px) 48px clamp(82px,10vh,108px);display:flex}.hero:before{z-index:0;background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);content:"";pointer-events:none;background-size:112px 96px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#000000b3 68%,#0000 98%);mask-image:linear-gradient(#000,#000000b3 68%,#0000 98%)}.hero-copy{width:var(--shell);text-align:left;grid-template-columns:minmax(450px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(52px,5vw,78px);display:grid}.hero-primary{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.hero-heading{color:var(--ink);letter-spacing:-.045em;margin:0;font-size:clamp(38px,3vw,46px);font-weight:400;line-height:1.18}.hero-heading-line{white-space:nowrap;display:block}.hero-heading-accent{color:var(--accent)}.hero-lede{max-width:510px;color:var(--ink-soft);margin:26px 0 0;font-size:clamp(16px,1.3vw,18px);line-height:1.78}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-actions .button{min-width:132px}.hero-status{color:color-mix(in srgb, var(--ink-soft) 82%, transparent);margin:14px 0 0;font-size:12px;line-height:1.6}.button{border:1px solid var(--accent);cursor:pointer;gap:9px;min-height:50px;padding:0 22px;transition:color .18s,background .18s,border-color .18s,transform .18s}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--surface);background:var(--accent)}.button-primary:hover{background:var(--accent-deep)}.button-secondary{color:var(--ink);border-color:var(--line);background:#ffffffc2}.button-secondary:hover{color:var(--accent-deep);background:var(--accent-soft);border-color:#007d864d}.section-kicker{color:var(--accent);font-family:var(--utility);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:11px;font-weight:500}.download{color:var(--ink);background:0 0;align-items:center;display:flex}.download-shell{grid-template-columns:6fr 7fr;align-items:center;gap:clamp(36px,5vw,64px);display:grid}.download-intro{color:var(--ink);background:var(--accent-soft);border:1px solid #007d862e;border-radius:20px;flex-direction:column;padding:clamp(28px,3vw,38px);display:flex;position:relative;overflow:hidden}.faq-heading h2,.contact-heading h2{letter-spacing:-.02em;margin:28px 0 0;font-size:clamp(30px,2.6vw,40px);font-weight:400;line-height:1.2}.download-intro h2{max-width:460px;color:var(--ink);letter-spacing:-.02em;margin:0;font-size:clamp(30px,2.7vw,38px);font-weight:400;line-height:1.16}.download-tagline{max-width:430px;color:var(--ink);letter-spacing:-.01em;margin:16px 0 0;font-size:clamp(17px,1.55vw,21px);font-weight:400;line-height:1.55}.download-note{max-width:460px;color:var(--ink-soft);margin:18px 0 0;font-size:14px;line-height:1.8}.download-invite-note{border-top:1px solid var(--line);color:var(--ink-soft);margin:16px 0 0;padding-top:16px;font-size:12px;line-height:1.75}.download-sources{border-top:1px solid var(--line);min-width:0}.download-source{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:132px;padding:22px 0;display:flex}.download-source-info{min-width:0}.download-source h3{letter-spacing:-.01em;margin:0 0 12px;font-size:19px;font-weight:400}.download-code-row{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.download-code-row code{color:var(--ink);font-family:var(--utility);letter-spacing:.06em;-webkit-user-select:all;user-select:all;font-size:14px}.download-copy{min-width:48px;min-height:36px;color:var(--accent-deep);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;padding:4px 8px;font-size:12px}.download-copy:hover{background:var(--accent-soft)}.download-source-link{flex:none;min-height:44px;padding-inline:18px}.download-copy-error{color:var(--ink-soft);margin:8px 0 0;font-size:12px;line-height:1.7}.brand-story{border-block:1px solid var(--line);background:#ffffff7a;align-items:center;display:flex}.brand-story-grid{grid-template-columns:minmax(360px,1fr) minmax(390px,.82fr);align-items:center;gap:clamp(72px,7vw,110px);display:grid}.brand-story-copy{max-width:560px}.brand-story-copy h2{letter-spacing:-.025em;margin:24px 0 0;font-size:clamp(30px,2.5vw,38px);font-weight:400;line-height:1.2}.brand-story-monologue{gap:16px;margin-top:28px;display:grid}.brand-story-monologue p{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.9}.brand-story-monologue .brand-story-quote{color:var(--ink);font-family:var(--serif);font-size:18px;line-height:1.7}.poem-stage{--poem-lens-radius:clamp(27px, 2.475vw, 37.5px);--poem-lens-x:50%;--poem-lens-y:50%;--poem-width:100%;isolation:isolate;justify-self:end;width:fit-content;max-width:100%;margin:0;position:relative}.poem-stage h2,.poem-lens-copy{width:100%;color:var(--ink);letter-spacing:.015em;margin:0;font-size:clamp(38px,3.2vw,49px);font-weight:400;line-height:1.28}.poem-line{white-space:nowrap;display:block}.poem-lens{z-index:1;width:0;height:0;transform:translate3d(var(--poem-lens-x), var(--poem-lens-y), 0);pointer-events:none;display:none;position:absolute;top:0;left:0}.poem-lens-surface{top:calc(0px - var(--poem-lens-radius));left:calc(0px - var(--poem-lens-radius));width:calc(var(--poem-lens-radius) * 2);height:calc(var(--poem-lens-radius) * 2);color:#e8f8f6;pointer-events:none;clip-path:circle(0);background:#101a1d;border-radius:50%;transition:clip-path .18s cubic-bezier(.22,1,.36,1);position:absolute;overflow:hidden}.poem-lens-copy{top:calc(var(--poem-lens-radius) - var(--poem-lens-y));left:calc(var(--poem-lens-radius) - var(--poem-lens-x));width:var(--poem-width);color:inherit;position:absolute}.poem-lens-copy span{color:inherit}.faq{background:0 0;align-items:center;display:flex}.faq-grid{grid-template-columns:6fr 7fr;gap:clamp(36px,5vw,64px);display:grid}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item h3{margin:0}.faq-question{width:100%;min-height:70px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;padding:0;font-size:15px;font-weight:400;display:flex}.faq-toggle{flex:none;width:17px;height:17px;position:relative}.faq-toggle:before,.faq-toggle:after{background:var(--accent);content:"";width:13px;height:1px;transition:transform .18s;position:absolute;top:8px;left:2px}.faq-toggle:after{transform:rotate(90deg)}.faq-item[data-open=true] .faq-toggle:after{transform:rotate(0)}.faq-answer{visibility:hidden;opacity:0;height:0;transition:height .28s cubic-bezier(.22,1,.36,1),opacity .2s,visibility 0s linear .28s;overflow:hidden}.faq-answer-inner{padding-bottom:24px}.faq-item[data-open=true] .faq-answer{visibility:visible;opacity:1;transition-delay:0s}.faq-answer p{max-width:610px;color:var(--ink-soft);margin:0 48px 0 0;font-size:14px;line-height:1.85}.contact{border-top:1px solid var(--line);background:0 0;align-items:center;display:flex}.contact-grid{grid-template-columns:6fr 7fr;gap:clamp(36px,5vw,64px);display:grid}.contact-heading h2{max-width:460px}.contact-heading>p:last-child{max-width:470px;color:var(--ink-soft);margin:22px 0 0;font-size:14px;line-height:1.85}.contact-list{border-top:1px solid var(--line)}.contact-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:32px;min-height:112px;padding:22px 0;display:flex}.contact-channel{color:var(--accent);font-family:var(--utility);letter-spacing:.12em;font-size:9px;font-weight:500}.contact-row h3{letter-spacing:-.01em;margin:11px 0 7px;font-size:19px;font-weight:400}.contact-row p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.7}.contact-info{min-width:0}.contact-row .contact-value{color:var(--ink);font-family:var(--utility);overflow-wrap:anywhere;margin-top:10px;font-size:13px}.contact-value a{color:var(--accent-deep);text-underline-offset:3px}.contact-value span{-webkit-user-select:all;user-select:all}.contact-action{white-space:nowrap;flex:none;min-height:44px;padding-inline:16px}.contact-row .contact-copy-error{margin-top:8px}.contact-status{color:var(--ink-soft);background:color-mix(in srgb, var(--surface) 68%, transparent);border:1px solid #afd5d8;border-radius:999px;flex:none;padding:10px 14px;font-size:11px}.reveal{opacity:1}.motion-ready .reveal:not(.is-visible){opacity:0;transform:translateY(14px)}.motion-ready .reveal{transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1)}@media (width<=1040px){:root{--shell:min(100% - 48px, 760px);--section-space:64px}.hero{min-height:auto;padding:88px 24px 108px}.hero-copy{width:var(--shell);grid-template-columns:1fr;gap:58px}.hero-primary{width:min(620px,100%)}.download,.brand-story,.faq,.contact{min-height:auto}.download-shell,.faq-grid,.contact-grid{grid-template-columns:1fr;gap:36px}.download-intro{width:100%}.download-note{max-width:560px}.brand-story-grid{grid-template-columns:1fr;gap:56px}.brand-story-copy{max-width:640px}}@media (width<=880px){.site-header{grid-template-columns:auto 1fr;gap:16px}.site-nav{justify-self:end}.site-nav a{width:88px}.header-cta{display:none}}@media (width<=620px){:root{--shell:calc(100% - 36px);--section-space:48px}html{scroll-padding-top:64px}.site-header{min-height:64px;padding-inline:14px}.brand{gap:7px}.brand-mark{width:32px;height:32px}.brand-name{font-size:18px}.site-nav{gap:6px}.site-nav a{width:52px;min-height:44px;padding-inline:0;font-size:12px}.nav-label-full{display:none}.nav-label-short{display:inline}.hero{padding:56px 18px 82px}.hero-copy{gap:44px;width:100%}.hero:before{background-size:72px 72px}.hero-heading{letter-spacing:-.045em;font-size:clamp(23px,7.35vw,29px);line-height:1.23}.hero-lede{margin-top:22px;font-size:14px;line-height:1.75}.hero-actions{margin-top:26px}.hero-status{margin-top:12px}.button{min-height:44px;padding:0 18px;font-size:12px}.download-intro{border-radius:18px;padding:26px 24px}.faq-heading h2,.contact-heading h2{font-size:29px;line-height:1.24}.download-intro h2{font-size:30px}.download-tagline{margin-top:18px;font-size:17px}.download-note{margin-top:22px;font-size:13px;line-height:1.75}.download-shell,.faq-grid,.contact-grid{gap:30px}.brand-story-grid{gap:42px}.brand-story-copy h2{margin-top:20px;font-size:29px}.brand-story-monologue{gap:14px;margin-top:22px}.brand-story-monologue p{font-size:14px;line-height:1.85}.poem-stage{--poem-lens-radius:22.5px}.poem-stage h2,.poem-lens-copy{font-size:clamp(29px,9vw,36px);line-height:1.3}.download-source{gap:12px}.download-source-link{padding-inline:14px}.download-copy{min-height:44px}.faq-question{min-height:64px;font-size:14px}.faq-answer p{margin-right:24px}.contact-heading>p:last-child{margin-top:24px;font-size:13px;line-height:1.8}.contact-row{gap:20px;min-height:108px}.contact-status{text-align:center;max-width:90px}}@media (width<=380px){.poem-stage{--poem-lens-radius:19.5px}.download-source{flex-direction:column;align-items:flex-start;gap:16px}.download-source-link{width:100%}.contact-row{flex-direction:column;align-items:flex-start;gap:12px}.site-header{padding-inline:10px}.brand{gap:5px}.brand-mark{width:29px;height:29px}.brand-name{font-size:16px}.site-nav{gap:3px}.site-nav a{width:44px;font-size:11px}.header-cta{padding-inline:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.poem-lens{display:none}.faq-answer,.faq-toggle:after{transition:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){@supports (clip-path:circle(1px at 50% 50%)){.poem-lens{will-change:transform;display:block}.poem-lens-surface{will-change:clip-path}.poem-stage[data-lens-active=true] .poem-lens-surface{clip-path:circle(50%)}}}
