@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.app-site-language-switcher{color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.app-site-header:has(.app-site-language-switcher.is-header[open]){z-index:120}.app-site-language-switcher[open]{z-index:2}.app-site-language-switcher>summary{border:1px solid color-mix(in srgb, currentColor 13%, transparent);background:color-mix(in srgb, var(--app-site-header-background,#fff) 70%, transparent);letter-spacing:.07em;cursor:pointer;user-select:none;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:7px 10px;font-size:10.5px;font-weight:700;list-style:none;display:inline-flex}.app-site-language-switcher[open]>summary{background:color-mix(in srgb, var(--app-site-header-background,#fff) 90%, transparent);box-shadow:0 6px 18px #0000001a}.app-site-language-switcher>summary::-webkit-details-marker{display:none}.app-site-language-switcher>summary::marker{content:"";display:none}.app-site-language-switcher>summary svg{transition:transform .2s}.app-site-language-switcher[open]>summary svg{transform:rotate(180deg)}.app-site-language-switcher>summary:focus-visible{outline:2px solid var(--app-site-accent,currentColor);outline-offset:2px}.app-site-language-switcher>nav{z-index:80;border:1px solid color-mix(in srgb, var(--app-site-ink,currentColor) 16%, transparent);min-width:180px;color:var(--app-site-ink,inherit);background:var(--app-site-language-menu-background,color-mix(in srgb, var(--app-site-page-background,#fff) 98%, #fff 2%));backdrop-filter:blur(28px)saturate(1.6);isolation:isolate;border-radius:14px;gap:2px;padding:7px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 56px #00000038,0 3px 10px #0000001a}.app-site-language-switcher>nav a{color:inherit;opacity:.78;border-radius:9px;justify-content:space-between;align-items:center;gap:18px;padding:9px 10px;font-size:11.5px;text-decoration:none;display:flex}.app-site-language-switcher>nav a:hover,.app-site-language-switcher>nav a:focus-visible,.app-site-language-switcher>nav a.active{background:color-mix(in srgb, currentColor 9%, transparent);opacity:1}.app-site-language-switcher>nav a.active{font-weight:700}.app-site-language-switcher>nav small{letter-spacing:.08em;opacity:.58;font-size:9px;font-weight:700}.app-site-language-switcher.is-mobile{width:100%}.app-site-language-switcher.is-mobile>summary{border-radius:12px;justify-content:space-between;width:100%;padding-inline:14px}.app-site-language-switcher.is-mobile>nav{width:100%;box-shadow:none;margin-top:6px;position:static}.app-site-language-switcher.is-footer{width:max-content;margin-top:18px}.app-site-language-switcher.is-footer>summary{background:0 0}.app-site-language-switcher.is-footer>nav{inset:auto auto calc(100% + 8px) 0}@media (width<=900px){.app-site-language-switcher.is-header{display:none}.app-site-language-switcher.is-footer{width:100%}.app-site-language-switcher.is-footer>summary{justify-content:space-between;width:100%}.app-site-language-switcher.is-footer>nav{width:100%}}.app-site-page{width:100%;min-height:100vh;color:var(--app-site-ink,#242321);background:var(--app-site-page-background,#fbfaf8);overflow-x:clip}.app-site-header{z-index:20;border:1px solid var(--app-site-header-border,#ffffffa6);border-radius:var(--app-site-header-radius,20px);width:calc(100% - 24px);max-width:1452px;height:72px;color:var(--app-site-header-foreground,inherit);background:var(--app-site-header-background,linear-gradient(#ffffff8c, #ffffff6b));box-shadow:var(--app-site-header-shadow,0 8px 30px #362d271a, inset 0 1px 1px #ffffffb3, inset 0 -1px 1px #ffffff40);backdrop-filter:blur(22px)saturate(1.8);margin:0 auto;transition:width .55s cubic-bezier(.22,1,.36,1),height .55s cubic-bezier(.22,1,.36,1),border-radius .55s cubic-bezier(.22,1,.36,1),background-color .45s,border-color .45s,box-shadow .45s,backdrop-filter .45s;position:sticky;top:12px}.app-site-header-inner{align-items:center;gap:24px;height:100%;padding-inline:22px;transition:padding .55s cubic-bezier(.22,1,.36,1),gap .55s cubic-bezier(.22,1,.36,1),justify-content .55s;display:flex}.app-site-logo{color:inherit;white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;font:24px Georgia,Yu Mincho,serif;text-decoration:none;transition:font-size .35s;display:inline-flex}.app-site-logo-image,.app-site-logo-mark{border-radius:8px;flex:none;width:29px;height:29px}.app-site-logo-image{object-fit:cover;box-shadow:var(--app-site-logo-shadow,0 3px 9px #312b271a);transition:transform .3s,box-shadow .3s}.app-site-logo:hover .app-site-logo-image{box-shadow:var(--app-site-logo-hover-shadow,0 7px 16px #312b2729);transform:rotate(7deg)scale(1.08)}.app-site-logo-mark{border:1px solid;border-radius:50%;place-items:center;font:18px/1 Georgia,serif;display:grid}.app-site-primary-nav{letter-spacing:.02em;flex:auto;justify-content:center;gap:clamp(34px,8vw,140px);min-width:0;font-size:12px;font-weight:600;transition:opacity .2s,visibility .2s,flex-basis .4s;display:flex}.app-site-primary-nav a{color:inherit;padding:12px 0;text-decoration:none;position:relative}.app-site-primary-nav a:after,.app-site-locale a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.app-site-primary-nav a:hover:after,.app-site-primary-nav a:focus-visible:after,.app-site-primary-nav a.active:after,.app-site-locale a:hover:after,.app-site-locale a:focus-visible:after,.app-site-locale a.active:after{transform-origin:0;transform:scaleX(1)}.app-site-primary-nav a{transition:color .22s}.app-site-primary-nav a:hover,.app-site-primary-nav a:focus-visible,.app-site-primary-nav a.active{color:var(--app-site-nav-hover,var(--app-site-accent,#e99647))}.app-site-actions{flex-shrink:0;align-items:center;gap:8px;transition:opacity .2s,visibility .2s;display:flex}.app-site-locale{letter-spacing:.05em;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.app-site-locale a{color:inherit;opacity:.4;padding-bottom:3px;text-decoration:none;transition:opacity .2s;position:relative}.app-site-locale a:hover,.app-site-locale a:focus-visible{opacity:.75}.app-site-locale a.active{opacity:1}.app-site-locale span{opacity:.3}.app-site-store-link{color:var(--app-site-store-foreground,inherit);background:var(--app-site-store-background,#ffffffd1);box-shadow:var(--app-site-store-shadow,0 9px 24px #392f2817);border-radius:999px;padding:14px 25px;font-size:11px;text-decoration:none;transition:filter .22s}.app-site-store-link:hover,.app-site-store-link:focus-visible{filter:brightness(1.08)}.app-site-store-soon{opacity:.72;cursor:default;pointer-events:none;box-shadow:none;transform:none!important}.app-site-store-soon:hover,.app-site-store-soon:focus-visible{background:var(--app-site-store-background,#ffffffd1);box-shadow:none;transform:none}.app-site-skip{z-index:100;color:#111;background:#fff;border-radius:10px;padding:10px 14px;font-size:13px;text-decoration:none;position:absolute;top:-100px;left:12px}.app-site-skip:focus{top:12px}.app-site-mobile-menu,.app-site-mobile-close{border:1px solid var(--app-site-mobile-menu-border,#3c322d1a);width:48px;min-width:48px;height:48px;min-height:48px;color:inherit;background:var(--app-site-mobile-menu-background,#ffffffc7);box-shadow:var(--app-site-mobile-menu-shadow,0 4px 14px #392f2814);font:inherit;cursor:pointer;border-radius:16px;place-items:center;margin:0;padding:0;transition:background-color .25s,border-color .25s,box-shadow .25s;display:none}.app-site-mobile-menu:hover,.app-site-mobile-menu:focus-visible,.app-site-mobile-close:hover,.app-site-mobile-close:focus-visible{background:var(--app-site-mobile-menu-hover-background,#fffffff0);border-color:var(--app-site-mobile-menu-hover-border,#3c322d29);outline:2px solid var(--app-site-accent,#e99647);outline-offset:2px}.app-site-menu-icon{align-content:space-between;width:22px;height:16px;display:grid}.app-site-menu-icon i{transform-origin:50%;background:currentColor;border-radius:999px;width:100%;height:1.75px;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s;display:block}.app-site-mobile-menu.is-open .app-site-menu-icon i:first-child,.app-site-menu-icon.is-open i:first-child{transform:translateY(7.1px)rotate(45deg)}.app-site-mobile-menu.is-open .app-site-menu-icon i:nth-child(2),.app-site-menu-icon.is-open i:nth-child(2){opacity:0;transform:scaleX(.4)}.app-site-mobile-menu.is-open .app-site-menu-icon i:nth-child(3),.app-site-menu-icon.is-open i:nth-child(3){transform:translateY(-7.1px)rotate(-45deg)}.app-site-mobile-scrim{display:none}html.app-site-menu-open,html.app-site-menu-open body{touch-action:none;overflow:hidden}.app-site-header.is-compact{border-color:var(--app-site-header-compact-border,#ffffffb8);background:var(--app-site-header-compact-background,linear-gradient(#ffffffad, #ffffff8c));width:174px;height:58px;box-shadow:var(--app-site-header-compact-shadow,0 10px 28px #362d271f, inset 0 1px 1px #ffffffbf, inset 0 -1px 1px #ffffff4d);border-radius:999px}.app-site-header.is-compact .app-site-header-inner{justify-content:center;gap:0;padding-inline:20px}.app-site-header.is-compact .app-site-logo{font-size:20px}.app-site-header.is-compact .app-site-primary-nav,.app-site-header.is-compact .app-site-actions{opacity:0;visibility:hidden;pointer-events:none;flex:0 0 0;gap:0;width:0;overflow:hidden}.app-site-header.is-compact:hover,.app-site-header.is-compact:focus-within{border-radius:20px;width:calc(100% - 24px);height:72px;transition-duration:1.05s}.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner,.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{transition-duration:1.05s}.app-site-header.is-compact:hover .app-site-primary-nav,.app-site-header.is-compact:focus-within .app-site-primary-nav,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{transition-duration:.7s;transition-delay:.2s}.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner{justify-content:space-between;gap:24px;padding-inline:24px}.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{font-size:24px}.app-site-header.is-compact:hover .app-site-primary-nav,.app-site-header.is-compact:focus-within .app-site-primary-nav,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{opacity:1;visibility:visible;pointer-events:auto;flex:auto;gap:clamp(30px,3.4vw,58px);width:auto;overflow:visible}.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{flex:none;gap:8px}.app-site-mobile-nav{display:none}.app-site-footer{border-top:1px solid var(--app-site-footer-border,#3c322d12);color:var(--app-site-footer-foreground,inherit);background:var(--app-site-footer-background,#ffffff8c);padding:48px clamp(24px,5vw,64px) 28px}.app-site-page>main{padding-bottom:var(--app-site-footer-gap,clamp(54px, 7vw, 96px))}.app-site-footer .app-site-logo{font-size:20px}.app-site-footer-brand>p{color:var(--app-site-footer-tagline,#8f8a85);margin:12px 0 0;font-size:10.5px;line-height:1.7}.app-site-footer-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;margin-top:38px;display:grid}.app-site-footer-columns nav{align-content:start;gap:11px;display:grid}.app-site-footer-columns h2{color:var(--app-site-footer-heading,#a49d95);letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:600}.app-site-footer-columns a{color:var(--app-site-footer-link,#5f5951);text-underline-offset:.18em;justify-self:start;font-size:11.5px;text-decoration:none;transition:color .2s,text-decoration-color .2s,opacity .2s}.app-site-footer-columns a:hover,.app-site-footer-columns a:focus-visible{color:var(--app-site-footer-link-hover,var(--app-site-ink,#111));text-decoration:underline}.app-site-footer-base{border-top:1px solid var(--app-site-footer-border,#3c322d12);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;margin-top:42px;padding-top:20px;display:flex}.app-site-footer-base small,.app-site-footer-base p{color:var(--app-site-footer-meta,#a49d95);letter-spacing:.04em;margin:0;font-size:9.5px}.app-hero-scroll{z-index:2;color:var(--app-site-hero-muted,#9a938c);flex-direction:column;align-items:center;gap:9px;text-decoration:none;transition:color .3s;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.app-hero-scroll:hover,.app-hero-scroll:focus-visible{color:var(--app-site-accent,#e99647)}.app-hero-scroll em{letter-spacing:.22em;text-transform:uppercase;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-size:7.5px;font-style:normal;font-weight:600}.app-hero-scroll-track{opacity:.5;background:linear-gradient(currentColor,#0000 90%);width:1px;height:34px;position:relative}.app-hero-scroll-track i{background:currentColor;border-radius:50%;width:4px;height:4px;margin-left:-2px;animation:2.2s cubic-bezier(.65,0,.35,1) infinite app-site-scroll-travel;position:absolute;top:0;left:50%}@keyframes app-site-scroll-travel{0%{opacity:0;transform:translateY(-3px)}20%,80%{opacity:1}to{opacity:0;transform:translateY(34px)}}.app-hero-notice{min-height:58px;color:var(--app-site-notice-foreground,inherit);background:var(--app-site-notice-background,#ffffffa6);border:1px solid #0000;border-radius:15px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:38px;padding:0 22px;font-size:9px;transition:transform .3s,background-color .3s,border-color .3s,box-shadow .3s;display:grid;position:absolute;bottom:28px;left:clamp(20px,8vw,120px);right:clamp(20px,8vw,120px)}.app-hero-notice strong{font-weight:600}.app-hero-notice time{color:var(--app-site-notice-date,#777)}.app-hero-notice a{color:inherit;font-size:17px;text-decoration:none;transition:transform .3s}.app-hero-notice:hover{border-color:var(--app-site-notice-hover-border,#fffc);background:var(--app-site-notice-hover-background,#ffffffd6);box-shadow:var(--app-site-notice-hover-shadow,0 13px 30px #4f3e311a);transform:translateY(-3px)}.app-hero-notice:hover a{transform:translate(5px)}@media (width<=1180px){.app-site-primary-nav{gap:clamp(22px,3vw,44px)}}[data-reveal]{--reveal-delay:calc(var(--reveal-i,0) * 80ms);opacity:0;transform:translate3d(var(--reveal-x,0), var(--reveal-y,26px), 0) scale(var(--reveal-scale,1));transition:opacity .75s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay), transform .75s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay)}[data-reveal].visible{opacity:1;transform:none}[data-reveal=fade]{--reveal-y:0px}[data-reveal=rise]{--reveal-y:46px}[data-reveal=zoom]{--reveal-y:14px;--reveal-scale:.955}[data-reveal=left]{--reveal-x:-34px;--reveal-y:0px}[data-reveal=right]{--reveal-x:34px;--reveal-y:0px}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal].visible{opacity:1;transition:none;transform:none}}@media (width<=900px){.app-site-header,.app-site-header.is-compact,.app-site-header.is-compact:hover,.app-site-header.is-compact:focus-within{width:calc(100% - 20px);max-width:none;height:62px;top:max(8px, env(safe-area-inset-top,0px));border-radius:20px;transition:none}.app-site-header-inner,.app-site-header.is-compact .app-site-header-inner,.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner{padding-inline:14px;padding-right:max(10px, env(safe-area-inset-right,0px));justify-content:space-between;gap:12px;transition:none}.app-site-logo,.app-site-header.is-compact .app-site-logo,.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{font-size:21px;transition:none}.app-site-primary-nav,.app-site-desktop-only{display:none!important}.app-site-actions,.app-site-header.is-compact .app-site-actions,.app-site-header.is-compact:hover .app-site-actions,.app-site-header.is-compact:focus-within .app-site-actions{opacity:1!important;visibility:visible!important;pointer-events:auto!important;flex:none!important;gap:0!important;width:auto!important;transition:none!important;display:flex!important;overflow:visible!important}.app-site-mobile-menu,.app-site-mobile-close{display:grid!important}.app-site-header.is-compact{border-radius:20px!important;width:calc(100% - 20px)!important;height:62px!important}.app-site-mobile-scrim:not([hidden]){z-index:40;background:var(--app-site-mobile-scrim,#1c222a57);backdrop-filter:blur(8px)saturate(1.1);animation:.24s app-site-scrim-in;display:block;position:fixed;inset:0}.app-site-mobile-nav:not([hidden]){z-index:50;padding:max(12px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px));animation:.32s cubic-bezier(.22,1,.36,1) app-site-menu-in;display:block;position:fixed;inset:0}.app-site-mobile-nav-panel{overscroll-behavior:contain;border:1px solid var(--app-site-mobile-border,#ffffffb8);background:var(--app-site-mobile-background,linear-gradient(165deg, #ecf5fcf5 0%, #fffcf8f0 48%, #fff0e2f2 100%));height:100%;max-height:100%;box-shadow:var(--app-site-mobile-shadow,0 24px 60px #2824202e);backdrop-filter:blur(28px)saturate(1.65);border-radius:28px;flex-direction:column;padding:0;display:flex;overflow:auto}.app-site-mobile-nav-top{z-index:2;border-bottom:1px solid var(--app-site-mobile-divider,#3c322d1a);background:var(--app-site-mobile-top-background,#ffffff94);backdrop-filter:blur(18px)saturate(1.35);justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:16px 18px 14px;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #392f280d}.app-site-mobile-nav-brand{letter-spacing:.02em;margin:0;font:400 24px/1.2 Georgia,Yu Mincho,serif}.app-site-mobile-nav-links{gap:6px;padding-inline:18px;display:grid}.app-site-mobile-nav-links a{min-height:52px;color:inherit;letter-spacing:.02em;opacity:0;animation:.38s cubic-bezier(.22,1,.36,1) forwards app-site-item-in;animation-delay:calc(40ms * var(--item-i,0) + 50ms);border-radius:16px;align-items:center;padding:14px 16px;font-size:18px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex;transform:translateY(8px)}.app-site-mobile-nav-links a:hover,.app-site-mobile-nav-links a:focus-visible{background:var(--app-site-mobile-link-hover,#e996471f)}.app-site-mobile-nav-links a[aria-current=page]{color:var(--app-site-accent,#e99647);background:var(--app-site-mobile-link-active,#e9964724)}.app-site-mobile-nav-meta{border-top:1px solid var(--app-site-mobile-divider,#3c322d1a);gap:14px;margin:auto 18px 0;padding-top:18px;padding-bottom:22px;display:grid}.app-site-mobile-locale{grid-template-columns:1fr 1fr;gap:10px;display:grid}.app-site-mobile-locale a{border:1px solid var(--app-site-mobile-divider,#3c322d1f);min-height:48px;color:inherit;opacity:.7;border-radius:999px;place-items:center;font-size:14px;font-weight:650;text-decoration:none;display:grid}.app-site-mobile-locale a.active{opacity:1;border-color:color-mix(in srgb, var(--app-site-accent,#e99647) 48%, transparent);background:var(--app-site-mobile-link-active,#e9964724);color:var(--app-site-accent,#e99647)}.app-site-mobile-store{min-height:52px;color:var(--app-site-store-foreground,inherit);background:var(--app-site-store-background,#ffffffe0);box-shadow:var(--app-site-store-shadow,0 9px 24px #392f2817);text-align:center;border-radius:999px;place-items:center;font-size:14px;font-weight:650;text-decoration:none;display:grid}.app-site-mobile-footer-links{grid-template-columns:1fr 1fr;gap:4px 12px;display:grid}.app-site-mobile-footer-links a{min-height:44px;color:inherit;opacity:.72;align-items:center;font-size:13px;text-decoration:none;display:flex}.app-site-footer{padding:38px 22px 24px}.app-site-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.app-site-footer-base{flex-direction:column;align-items:flex-start}}@keyframes app-site-menu-in{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes app-site-item-in{to{opacity:1;transform:translateY(0)}}@keyframes app-site-scrim-in{0%{opacity:0}to{opacity:1}}@media (width<=760px){.app-site-page>main{padding-bottom:var(--app-site-footer-gap-mobile,44px)}.app-hero-scroll{display:none}.app-hero-notice{grid-template-columns:auto 1fr auto;gap:12px;left:14px;right:14px}.app-hero-notice time{display:none}}@media (prefers-reduced-motion:reduce){.app-site-header,.app-site-header *,.app-hero-scroll-track i,.app-site-mobile-nav:not([hidden]),.app-site-mobile-scrim:not([hidden]),.app-site-menu-icon i,.app-site-mobile-nav-links a{transition:none!important;animation:none!important}.app-site-mobile-nav-links a{opacity:1;transform:none}}@media (width<=480px){.app-site-header,.app-site-header.is-compact,.app-site-header.is-compact:hover,.app-site-header.is-compact:focus-within{width:calc(100% - 16px);height:60px;top:max(6px, env(safe-area-inset-top,0px));border-radius:18px}.app-site-header-inner,.app-site-header.is-compact .app-site-header-inner,.app-site-header.is-compact:hover .app-site-header-inner,.app-site-header.is-compact:focus-within .app-site-header-inner{gap:10px;padding-inline:12px}.app-site-logo,.app-site-header.is-compact .app-site-logo,.app-site-header.is-compact:hover .app-site-logo,.app-site-header.is-compact:focus-within .app-site-logo{font-size:19px}.app-site-logo-image,.app-site-logo-mark{width:26px;height:26px}.app-site-mobile-nav-links a{font-size:17px}.app-site-footer-columns{gap:22px 18px}}@media (width<=760px){.app-site-page main,.app-site-page main>*{min-width:0}.app-site-page img,.app-site-page video{max-width:100%}.app-hero-notice{min-height:64px;padding:10px 16px;line-height:1.45}.app-hero-notice strong{overflow-wrap:anywhere;min-width:0}.app-site-footer-columns nav{min-width:0}.app-site-footer-columns a{overflow-wrap:anywhere;align-items:center;min-height:36px;line-height:1.45;display:flex}}@media (width<=360px){.app-site-footer-columns,.app-site-mobile-footer-links{grid-template-columns:1fr}}:root{--yohaku-ink:#111;--yohaku-muted:#6b6b6b;--yohaku-soft:#8a8a8a;--yohaku-line:#ececec;--yohaku-panel:#f7f7f7;--yohaku-card:#fafafa;--sans:Inter, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;--serif:"Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Songti SC", Georgia, serif;--app-site-ink:var(--yohaku-ink);--app-site-accent:#111;--app-site-page-background:#fff;--app-site-header-foreground:#111;--app-site-header-border:#00000014;--app-site-header-background:#ffffffe0;--app-site-header-compact-border:#0000001a;--app-site-header-compact-background:#fffffff0;--app-site-store-foreground:#fff;--app-site-store-background:#111;--app-site-footer-background:#fff;--app-site-footer-foreground:#111;--app-site-footer-tagline:#888;--app-site-footer-heading:#999;--app-site-footer-link:#555;--app-site-footer-link-hover:#111;--app-news-badge-column-bg:#111;--app-news-badge-note-bg:#f0f0f0;--app-news-badge-note-fg:#333;--app-site-footer-border:#00000014;--app-site-footer-meta:#999;--app-site-hero-muted:#777;--app-site-notice-foreground:#111;--app-site-notice-date:#888;--app-site-notice-background:#ffffffeb;--app-site-nav-active:#111;color:var(--yohaku-ink);font-family:var(--serif);font-synthesis:none;background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;min-width:320px;margin:0}a{color:inherit}.yohaku-page .app-site-header{backdrop-filter:none;box-shadow:0 8px 30px #0000000a}.yohaku-page .app-site-logo{font-family:var(--serif);letter-spacing:.02em;font-weight:500}.yohaku-page .app-site-logo-image{border-radius:8px;box-shadow:0 2px 8px #00000014}.yohaku-page .app-site-primary-nav,.yohaku-page .app-site-actions,.yohaku-page .app-site-footer,.yohaku-page .app-site-mobile-nav{font-family:var(--sans)}.yohaku-page .app-site-store-link{border-radius:999px}.store-soon{opacity:.72;cursor:default;pointer-events:none;user-select:none}.store-button.store-soon:hover,.store-button.store-soon:focus-visible{background:#111;transform:none}.store-button,.secondary-button{min-width:148px;min-height:46px;font-family:var(--sans);letter-spacing:.02em;border:1px solid #111;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.store-button{color:#fff;background:#111}.secondary-button{color:#111;background:#fff}.store-button:hover,.secondary-button:hover{transform:translateY(-1px)}.secondary-button:hover{color:#fff;background:#111}.store-apple{flex:none;width:14px;height:17px}.yohaku-hero{background:#fff;flex-direction:column;justify-content:center;min-height:max(100vh - 72px,720px);padding:96px max(36px,50vw - 560px) 148px;display:flex;position:relative;overflow:hidden}.hero-inner{grid-template-columns:minmax(300px,1fr) minmax(0,.82fr);align-items:center;gap:clamp(40px,6vw,80px);display:grid}.hero-copy h1{letter-spacing:.06em;margin:0;font-size:clamp(40px,4.8vw,56px);font-weight:400;line-height:1.45}.hero-lead{letter-spacing:.12em;margin:22px 0 0;font-size:clamp(16px,1.5vw,20px)}.hero-rule,.story-rule,.section-rule{background:#111;width:28px;height:1px;margin:18px 0;display:block}.section-rule{margin:16px auto 0}.hero-body{color:#444;max-width:34em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-devices{filter:drop-shadow(0 24px 28px #00000014);justify-content:flex-end;align-items:center;gap:18px;display:flex}.hero-device-single{width:min(100%,330px)}.hero-device-single .app-phone-frame{--phone-w:min(330px, 100%)}.hero-device{grid-template-columns:minmax(0,1fr);justify-items:center;gap:14px;min-width:0;margin:0;display:grid}.hero-device figcaption{color:#888;font-family:var(--sans);letter-spacing:.08em;order:-1;font-size:11px}.section-pad{width:min(100% - 72px,1040px);margin:0 auto;padding:128px 0}.section-heading{text-align:center}.section-heading h2{letter-spacing:.12em;margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:400}.yohaku-page{--app-story-line:var(--yohaku-line);--app-story-kicker:#999;--app-story-body:#555;--app-story-note-background:var(--yohaku-panel)}.app-beat-kicker,.app-beat-copy>p,.app-beat-note p{font-family:var(--sans)}.app-beat-copy h3{letter-spacing:.04em}.yohaku-principles{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(72px,10vw,140px);width:min(100% - 72px,1040px);margin:0 auto;display:grid}.principles-intro h2{letter-spacing:.08em;margin:18px 0 24px;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.45}.principles-intro>p:last-child{color:#555;font-family:var(--sans);margin:0;font-size:14px;line-height:2}.principles-list{border-top:1px solid var(--yohaku-line);margin:0;padding:0;list-style:none}.principles-list li{border-bottom:1px solid var(--yohaku-line);grid-template-columns:42px 1fr;gap:18px;padding:26px 0;display:grid}.principles-list li>span{color:#aaa;font-family:var(--sans);letter-spacing:.12em;padding-top:5px;font-size:10px}.principles-list h3{letter-spacing:.08em;margin:0 0 8px;font-size:19px;font-weight:400}.principles-list p{color:#666;font-family:var(--sans);margin:0;font-size:13px;line-height:1.8}.yohaku-pause{border-block:1px solid var(--yohaku-line);text-align:center;place-content:center;justify-items:center;gap:30px;min-height:min(72vh,720px);padding:96px 24px;display:grid}.yohaku-pause>span{color:#aaa;font-family:var(--sans);font-size:22px}.yohaku-pause p{letter-spacing:.12em;margin:0;font-size:clamp(25px,3vw,38px);font-weight:400;line-height:1.9}.yohaku-screen-stack{position:relative}.yohaku-screen-stack>:first-child,.yohaku-screen-stack>:first-child img{width:100%;height:auto;display:block}.yohaku-screen-stack>:not(:first-child){position:absolute;inset:0}.yohaku-screen-stack>:not(:first-child),.yohaku-screen-stack>:not(:first-child) img{object-fit:cover;object-position:top center;width:100%;height:100%}.content-page:has(.app-story){width:100%;max-width:none}.content-page:has(.app-story) .content-hero,.content-page:has(.app-story) .how-welcome,.content-page:has(.app-story) .how-closing{width:min(100% - 48px,1040px);margin-inline:auto}.feature-block,.how-guide,.faq-item,.yohaku-page .app-site-footer{content-visibility:auto;contain-intrinsic-size:auto 680px}.yohaku-page .app-site-footer{contain-intrinsic-size:auto 460px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;display:grid}.feature-grid article,.principle-grid article,.pace-grid article{background:var(--yohaku-card);text-align:center;border-radius:16px;align-content:center;justify-items:center;gap:10px;min-height:220px;padding:36px 22px;display:grid}.feature-mark{color:#222;min-height:36px;font-family:var(--sans);letter-spacing:.04em;place-items:center;font-size:20px;display:grid}.feature-grid h3,.principle-grid h3{letter-spacing:.06em;margin:8px 0 0;font-size:15px;font-weight:500}.feature-grid p,.principle-grid p,.pace-grid p{color:#666;max-width:18em;font-family:var(--sans);margin:0;font-size:11px;line-height:1.9}.story-section{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.story-copy h2{letter-spacing:.08em;margin:0;font-size:clamp(32px,3.6vw,44px);font-weight:400;line-height:1.5}.story-copy p{color:#555;max-width:28em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.story-visual{justify-content:center;min-width:0;display:flex}.story-visual-shape{justify-content:flex-start;padding-right:48px;position:relative}.shape-scatter{pointer-events:none;width:180px;height:220px;position:absolute;inset:12% 0 auto 48%}.shape-scatter i{background:#111;border-radius:4px;width:28px;height:28px;position:absolute}.shape-scatter .s1{background:#ececec;width:34px;height:34px;top:8%;left:18%}.shape-scatter .s2{background:#d8d8d8;width:22px;height:22px;top:22%;left:58%}.shape-scatter .s3{background:#111;width:26px;height:26px;top:40%;left:28%}.shape-scatter .s4{background:#111;width:32px;height:32px;top:48%;left:68%}.shape-scatter .s5{background:#111;width:24px;height:24px;top:68%;left:12%}.shape-scatter .s6{background:#cfcfcf;width:20px;height:20px;top:78%;left:48%}.download-section{text-align:center;justify-items:center;gap:24px;width:min(100% - 48px,720px);margin:0 auto;padding:88px 0 120px;display:grid}.download-section h2{letter-spacing:.1em;margin:0;font-size:clamp(24px,3vw,32px);font-weight:400}.download-section--inline{border-top:1px solid var(--yohaku-line);width:100%;padding:72px 0 40px}.content-page{width:min(100% - 48px,1040px);min-height:640px;margin:0 auto;padding:120px 0 96px}.content-intro{text-align:center;margin-bottom:56px}.content-intro--left{text-align:left}.content-intro h1{letter-spacing:.1em;margin:0;font-size:clamp(36px,5vw,48px);font-weight:400}.content-intro .section-rule{margin:18px auto}.content-intro--left .section-rule{margin-left:0}.content-intro-lead{color:#666;font-family:var(--sans);margin:0;font-size:13px;line-height:1.9}.content-intro small{color:#888;font-family:var(--sans);margin-top:12px;font-size:11px;display:block}.features-hero{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:48px;display:grid}.features-hero h1{letter-spacing:.1em;margin:0;font-size:clamp(40px,5vw,56px);font-weight:400}.features-hero-lead{letter-spacing:.08em;margin:18px 0 0;font-size:18px}.features-hero-body{color:#555;max-width:28em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.features-hero-visual{justify-content:center;display:flex}.feature-block{border-top:1px solid var(--yohaku-line);grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:64px 0;display:grid}.feature-block-visual{justify-content:center;display:flex}.feature-eyebrow{color:#999;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:11px}.feature-block-copy h2{letter-spacing:.06em;margin:0;font-size:clamp(24px,2.8vw,32px);font-weight:400;line-height:1.5}.feature-block-copy p{color:#555;max-width:30em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.design-principles{border-top:1px solid var(--yohaku-line);padding-top:72px}.principle-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;display:grid}.howto-hero{grid-template-columns:.9fr 1.1fr;align-items:end;gap:40px;margin-bottom:40px;display:grid}.howto-hero h1{letter-spacing:.1em;margin:0 0 16px;font-size:clamp(40px,5vw,52px);font-weight:400}.howto-hero-copy p{color:#555;max-width:22em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.howto-flow{background:var(--yohaku-card);border-radius:16px;padding:28px 24px}.howto-flow-label{color:#888;font-family:var(--sans);letter-spacing:.12em;text-align:center;margin:0 0 18px;font-size:11px}.howto-flow-list{flex-wrap:wrap;justify-content:center;gap:8px 4px;margin:0;padding:0;list-style:none;display:flex}.howto-flow-list li{align-items:center;gap:8px;display:flex}.howto-flow-mark{border:1px solid var(--yohaku-line);width:40px;height:40px;font-family:var(--sans);background:#fff;border-radius:10px;place-items:center;font-size:16px;display:grid}.howto-flow-text{max-width:6.5em;font-family:var(--sans);text-align:center;font-size:10px;line-height:1.5}.howto-flow-list li{flex-direction:column;gap:8px}.howto-flow-arrow{color:#bbb;font-family:var(--sans);font-size:16px;position:absolute}.howto-flow-list li{padding-inline:12px;position:relative}.howto-flow-list li:not(:last-child):after{content:"›";color:#ccc;font-family:var(--sans);font-size:16px;position:absolute;top:10px;right:-4px}.howto-step{border-top:1px solid var(--yohaku-line);grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:56px 0;display:grid}.howto-step-visual{justify-content:center;display:flex}.howto-step-copy h2{letter-spacing:.06em;margin:0 0 16px;font-size:clamp(24px,2.6vw,30px);font-weight:400}.howto-step-copy>p{color:#555;max-width:28em;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.howto-note{background:var(--yohaku-panel);border-radius:12px;align-items:flex-start;gap:12px;margin-top:24px;padding:16px 18px;display:flex}.howto-note i{border-radius:2px;flex:none;width:12px;height:12px;margin-top:4px}.howto-note strong{font-family:var(--sans);font-size:12px;font-weight:600;display:block}.howto-note span{color:#666;font-family:var(--sans);margin-top:4px;font-size:11px;line-height:1.7;display:block}.howto-pace{border-top:1px solid var(--yohaku-line);grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;padding:56px 0 24px;display:grid}.howto-pace-copy h2{letter-spacing:.06em;margin:0 0 14px;font-size:clamp(24px,2.6vw,30px);font-weight:400}.howto-pace-copy p{color:#555;font-family:var(--sans);margin:0;font-size:13px;line-height:2}.pace-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pace-grid article{min-height:140px}.concept-grid{grid-template-columns:repeat(3,1fr);gap:36px;display:grid}.concept-grid section{border-top:1px solid #111;padding-top:20px}.concept-grid h2{letter-spacing:.04em;margin:0 0 8px;font-size:22px;font-weight:400;line-height:1.55}.concept-grid p:last-child{color:#555;font-family:var(--sans);margin:0;font-size:12px;line-height:2}.concept-devices{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:72px;display:flex}.faq-panel{border:1px solid var(--yohaku-line);background:#fff;border-radius:18px;overflow:hidden}.faq-item{border-bottom:1px solid var(--yohaku-line)}.faq-item:last-child{border-bottom:0}.faq-item summary{cursor:pointer;letter-spacing:.02em;grid-template-columns:40px 1fr 20px;align-items:center;gap:14px;padding:20px 22px;font-size:15px;list-style:none;display:grid}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{background:var(--yohaku-panel);width:40px;height:40px;font-family:var(--sans);border-radius:12px;place-items:center;font-size:16px;display:grid}.faq-question{font-family:var(--serif)}.faq-chevron{border-bottom:1.5px solid #888;border-right:1.5px solid #888;justify-self:end;width:10px;height:10px;transition:transform .2s;transform:rotate(45deg)}.faq-item[open] .faq-chevron{margin-top:6px;transform:rotate(-135deg)}.faq-item p{color:#555;max-width:52em;font-family:var(--sans);margin:0;padding:0 22px 22px 76px;font-size:13px;line-height:2}.faq-footnote{color:#888;font-family:var(--sans);text-align:center;margin:40px 0 28px;font-size:12px;line-height:1.9}.faq-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.faq-card{border:1px solid var(--yohaku-line);border-radius:16px;gap:16px;padding:28px 26px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.faq-card:hover{border-color:#ccc;box-shadow:0 10px 28px #0000000a}.faq-card-icon{font-size:22px;line-height:1}.faq-card h2{letter-spacing:.04em;margin:0 0 8px;font-size:16px;font-weight:500}.faq-card p{color:#666;font-family:var(--sans);margin:0 0 14px;font-size:12px;line-height:1.8}.faq-card-link{color:#333;font-family:var(--sans);text-underline-offset:3px;font-size:12px;text-decoration:underline}.news-featured{border:1px solid var(--yohaku-line);background:var(--yohaku-card);border-radius:20px;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;margin-bottom:18px;padding:36px 40px;display:grid}.news-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.news-meta time,.news-list time{color:#888;font-family:var(--sans);letter-spacing:.04em;font-size:12px}.news-tag{color:#666;font-family:var(--sans);background:#fff;border:1px solid #e0e0e0;border-radius:999px;padding:4px 10px;font-size:11px}.news-featured h2{letter-spacing:.04em;margin:18px 0 14px;font-size:clamp(26px,3vw,34px);font-weight:400}.news-featured p{color:#555;max-width:28em;font-family:var(--sans);margin:0 0 20px;font-size:13px;line-height:2}.news-read{font-family:var(--sans);font-size:13px}.news-featured-visual{justify-content:center;min-height:360px;display:flex;position:relative}.shape-scatter--news{width:140px;height:200px;inset:8% 0 auto 58%}.news-list{margin:0;padding:0;list-style:none}.news-list li{border:1px solid var(--yohaku-line);border-top:0}.news-list li:first-child{border-top:1px solid var(--yohaku-line);border-radius:16px 16px 0 0}.news-list li:last-child{border-radius:0 0 16px 16px}.news-list a{grid-template-columns:100px 88px 1fr 24px;align-items:center;gap:16px;padding:22px 24px;text-decoration:none;transition:background-color .15s;display:grid}.news-list a:hover{background:#fafafa}.news-list-title{letter-spacing:.03em;font-size:16px}.news-arrow{color:#aaa;font-family:var(--sans);text-align:right}.news-pagination{justify-content:center;gap:8px;margin:36px 0 8px;display:flex}.page-btn{border:1px solid var(--yohaku-line);color:#666;width:36px;height:36px;font-family:var(--sans);border-radius:10px;place-items:center;font-size:13px;display:grid}.page-btn.is-current{color:#fff;background:#111;border-color:#111}.page-btn.is-disabled{opacity:.4}.legal-copy{gap:36px;display:grid}.legal-copy section{border-top:1px solid var(--yohaku-line);padding-top:22px}.legal-copy h2{margin:0 0 12px;font-size:18px;font-weight:500}.legal-copy p{color:#444;font-family:var(--sans);margin:0;font-size:13px;line-height:2}@media (width<=1100px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-devices{transform-origin:top;transform:scale(.92)}.feature-grid{grid-template-columns:repeat(2,1fr)}.story-section,.features-hero,.feature-block,.howto-hero,.howto-step,.howto-pace,.concept-grid,.news-featured,.faq-cards{grid-template-columns:1fr}.feature-block--right .feature-block-copy,.howto-step--right .howto-step-copy{order:-1}.principle-grid{grid-template-columns:1fr}}@media (width<=760px){.appearance-screens{width:min(100%,340px);min-height:390px}.appearance-screens .app-phone-frame{--phone-w:min(170px, 42vw)}.yohaku-principles{grid-template-columns:1fr;gap:56px;width:min(100% - 40px,1040px)}.principles-intro h2{font-size:32px}.yohaku-pause{min-height:58vh;padding-block:72px}.yohaku-pause p{font-size:22px;line-height:1.85}.yohaku-hero{min-height:0;padding:88px 16px 48px}.hero-inner{flex-direction:column;gap:28px;display:flex}.hero-copy{text-align:center}.hero-copy h1{font-size:clamp(30px,8vw,36px)}.hero-body{font-size:15px;line-height:1.85}.hero-actions{justify-content:center}.hero-devices{flex-direction:column;align-items:center;gap:28px;width:100%;display:flex;transform:none}.hero-device{width:min(100%,280px)}.yohaku-page .app-hero-notice{order:99;width:100%;margin:0 0 8px;position:relative;inset:auto}.yohaku-page .app-hero-scroll{display:none}.section-pad{width:min(100% - 32px,1100px);padding:64px 0}.feature-grid,.pace-grid{grid-template-columns:1fr}.content-page{width:min(100% - 28px,1040px);padding-top:96px;padding-bottom:72px}.feature-block,.feature-block.is-reverse{grid-template-columns:1fr;gap:20px}.feature-block-copy h2{font-size:22px}.feature-block-copy p,.how-steps p,.legal-copy,.pricing-copy p,.faq-list p{font-size:15px;line-height:1.85}.how-steps li{grid-template-columns:40px 1fr}.concept-phones{grid-template-columns:repeat(2,minmax(0,max-content))}.faq-tabs{gap:8px;overflow-x:auto}.faq-tabs button{white-space:nowrap;min-height:44px}.shape-scatter{display:none}}@media (width<=460px){.concept-phones{grid-template-columns:minmax(0,max-content)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.store-button,.secondary-button,[data-reveal]{transition:none}}.content-hero{margin-bottom:clamp(36px,6vw,56px)}.content-hero--center{text-align:center;max-width:40rem;margin-inline:auto}.content-eyebrow{font-family:var(--sans);letter-spacing:.18em;opacity:.45;margin:0 0 12px;font-size:11px;font-weight:600}.content-hero--center .content-eyebrow{letter-spacing:.2em}.content-hero h1{letter-spacing:-.02em;margin:0;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.25}.legal-dates{color:var(--yohaku-muted);font-family:var(--sans);gap:4px;margin-top:18px;font-size:13px;line-height:1.7;display:grid}.legal-dates p{margin:0}.feature-blocks{gap:clamp(40px,7vw,72px);display:grid}.feature-block{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(24px,5vw,48px);display:grid}.feature-block.is-reverse .feature-block-copy{order:2}.feature-block-copy h2{margin:0 0 14px;font-size:clamp(22px,3vw,30px);font-weight:500;line-height:1.4}.feature-block-copy p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:15px;line-height:1.9}.feature-block-visual{grid-template-columns:minmax(0,1fr);place-items:center;min-width:0;display:grid}.appearance-screens{place-items:center;width:min(430px,78cqi);min-height:470px;display:grid;position:relative}.appearance-screens .app-phone-frame{--phone-w:min(200px, 34cqi)}.appearance-screen{filter:drop-shadow(0 22px 24px #0000001f);position:absolute}.appearance-screen--light{z-index:2;transform:translate(-23%,2%)rotate(-5deg)}.appearance-screen--dark{z-index:1;transform:translate(25%,-3%)rotate(6deg)}.how-steps{gap:22px;max-width:42rem;margin:0 auto;padding:0;list-style:none;display:grid}.pricing-page{justify-items:center;display:grid}.faq-page{max-width:42rem;margin-inline:auto}.how-steps li{border:1px solid var(--yohaku-line);background:var(--yohaku-card);border-radius:18px;grid-template-columns:48px 1fr;gap:18px;padding:22px;display:grid}.how-n{color:#fff;width:40px;height:40px;font-family:var(--sans);background:#111;border-radius:50%;place-items:center;font-size:14px;font-weight:600;display:grid}.how-steps h2{margin:0 0 8px;font-size:18px;font-weight:500}.how-steps p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:14.5px;line-height:1.85}.concept-lead{max-width:42rem;color:var(--yohaku-muted);font-family:var(--sans);text-align:center;margin:0 auto 36px;font-size:16px;line-height:1.9}.concept-phones{grid-template-columns:repeat(3,minmax(0,max-content));justify-content:center;gap:40px 28px;margin-bottom:48px;display:grid}.concept-ideas{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.concept-ideas article{border:1px solid var(--yohaku-line);background:#fff;border-radius:16px;padding:22px}.concept-ideas h2{margin:0 0 10px;font-size:17px;font-weight:500}.concept-ideas p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:14px;line-height:1.8}@media (width<=900px){.concept-ideas{grid-template-columns:1fr}}.pricing-teaser{text-align:center}.pricing-teaser-body{max-width:40rem;color:var(--yohaku-muted);font-family:var(--sans);margin:0 auto 18px;font-size:15px;line-height:1.9}.text-link{font-family:var(--sans);border-bottom:1px solid;font-size:14px;font-weight:600;text-decoration:none}.download-note{color:var(--yohaku-muted);font-family:var(--sans);margin:0 0 18px;font-size:13px}.pricing-card{border:1px solid var(--yohaku-line);text-align:center;background:#fff;border-radius:22px;padding:clamp(28px,5vw,40px)}.pricing-kicker{font-family:var(--sans);letter-spacing:.16em;opacity:.5;margin:0 0 10px;font-size:11px}.pricing-card h2{margin:0 0 18px;font-size:clamp(24px,4vw,32px);font-weight:500}.pricing-copy p{color:var(--yohaku-muted);font-family:var(--sans);margin:0 0 12px;font-size:15px;line-height:1.9}.pricing-list{text-align:left;gap:10px;margin:24px 0;padding:0;list-style:none;display:grid}.pricing-list li{background:var(--yohaku-panel);font-family:var(--sans);border-radius:12px;padding:12px 14px;font-size:14px}.pricing-iap{border:1px solid var(--yohaku-ink);text-align:left;border-radius:16px;margin:24px 0;padding:22px}.pricing-iap h3{margin:0;font-size:17px;font-weight:600}.pricing-price{flex-wrap:wrap;align-items:baseline;gap:10px;margin:10px 0 16px;display:flex}.pricing-amount{letter-spacing:-.02em;font-size:clamp(28px,5vw,36px);font-weight:500}.pricing-kind{color:var(--yohaku-soft);font-family:var(--sans);font-size:12px}.pricing-iap-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.pricing-iap-list li{color:var(--yohaku-muted);font-family:var(--sans);padding-left:18px;font-size:13.5px;line-height:1.8;position:relative}.pricing-iap-list li:before{content:"";opacity:.55;border:1px solid;width:7px;height:7px;position:absolute;top:.72em;left:0}.pricing-note,.pricing-env{color:var(--yohaku-soft);font-family:var(--sans);margin:0 0 12px;font-size:12.5px;line-height:1.8}.faq-page{gap:28px;display:grid}.faq-tabs{flex-wrap:wrap;gap:8px;display:flex}.faq-tabs button{border:1px solid var(--yohaku-line);min-height:44px;font-family:var(--sans);cursor:pointer;background:#fff;border-radius:999px;padding:0 14px;font-size:13px}.faq-tabs button[aria-current=true]{color:#fff;background:#111;border-color:#111}.faq-list details{border-bottom:1px solid var(--yohaku-line)}.faq-list summary{cursor:pointer;min-height:52px;padding:16px 4px;font-size:15px;font-weight:500;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--yohaku-muted);font-family:var(--sans);margin:0 0 16px;font-size:14.5px;line-height:1.85}.faq-contact{border:1px solid var(--yohaku-line);background:var(--yohaku-card);border-radius:16px;padding:22px}.faq-contact h2{margin:0 0 8px;font-size:18px;font-weight:500}.faq-contact p{color:var(--yohaku-muted);font-family:var(--sans);margin:0 0 12px;font-size:14px}.faq-contact a{font-family:var(--sans);font-weight:600}.news-article{border:1px solid var(--yohaku-line);background:#fff;border-radius:18px;max-width:680px;padding:28px}.news-article header{gap:10px;margin-bottom:18px;display:grid}.news-article time{font-family:var(--sans);color:var(--yohaku-soft);font-size:12px}.news-badge{background:var(--yohaku-panel);font-family:var(--sans);border-radius:999px;justify-self:start;padding:4px 10px;font-size:11px;font-weight:600}.news-article h2{margin:0;font-size:clamp(22px,3.5vw,28px);font-weight:500;line-height:1.4}.news-body p{color:var(--yohaku-muted);font-family:var(--sans);margin:0 0 12px;font-size:15px;line-height:1.9}.legal-copy{max-width:720px;font-family:var(--sans);margin-inline:auto;font-size:15.5px;line-height:1.95}.legal-copy section{margin-bottom:28px}.legal-copy h2{font-family:var(--serif);margin:0 0 12px;font-size:18px;font-weight:500}.legal-copy p{color:#333;margin:0 0 12px}.yohaku-page{--app-site-mobile-background:linear-gradient(165deg, #fff 0%, #f7f7f7 100%);--app-site-mobile-menu-background:#fff;--app-site-accent:#111}.content-how-to{width:min(100% - 48px,1120px)}.how-guide-page{gap:clamp(64px,9vw,108px);display:grid}.how-welcome{border:1px solid var(--yohaku-line);background:radial-gradient(circle at 88% 18%,#00000012 0 4px,#0000 5px),radial-gradient(circle at 83% 25%,#0000000a 0 8px,#0000 9px),#fafafa;border-radius:28px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;gap:clamp(22px,5vw,64px);padding:clamp(24px,4vw,40px);display:grid}.how-welcome-kicker{font-family:var(--sans);letter-spacing:.15em;margin:0 0 14px;font-size:11px;font-weight:600}.how-welcome h2{margin:0;font-size:clamp(24px,3.5vw,36px);font-weight:500;line-height:1.5}.how-welcome>p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:15px;line-height:2}.how-guides{gap:clamp(76px,11vw,132px);margin:0;padding:0;list-style:none;display:grid}.how-guide{grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);align-items:center;gap:clamp(36px,7vw,88px);display:grid;position:relative}.how-guide:after{content:"";background:linear-gradient(var(--yohaku-line), transparent);width:1px;height:clamp(34px,5.5vw,66px);position:absolute;top:calc(100% + clamp(34px,5.5vw,66px));left:50%}.how-guide:last-child:after{display:none}.how-guide-copy{max-width:520px}.how-guide.is-reverse .how-guide-copy{order:2}.how-guide-number{align-items:center;gap:14px;margin-bottom:20px;display:flex}.how-guide-number span{color:#fff;width:42px;height:42px;font-family:var(--sans);background:#111;border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}.how-guide-number i{background:repeating-linear-gradient(90deg,#bbb 0 3px,#0000 3px 9px);width:34px;height:10px}.how-guide h2{margin:0 0 18px;font-size:clamp(25px,3.5vw,36px);font-weight:500;line-height:1.45}.how-guide-copy>p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:15.5px;line-height:2}.how-guide aside{background:var(--yohaku-panel);border-radius:14px;grid-template-columns:18px 1fr;gap:12px;margin-top:24px;padding:16px 18px;display:grid}.how-guide aside>span{font-family:var(--sans);font-size:13px}.how-guide aside p{color:#555;font-family:var(--sans);margin:0;font-size:13.5px;line-height:1.8}.how-guide-visual{background:linear-gradient(135deg,#0000 49.7%,#0000000a 50%,#0000 50.3%),#f7f7f7;border-radius:36px;place-items:center;min-height:420px;display:grid}.how-closing{color:#fff;text-align:center;background:#111;border-radius:28px;padding:clamp(36px,6vw,64px)}.how-closing>span{margin-bottom:20px;font-size:22px;display:block}.how-closing h2{max-width:680px;margin:0 auto 14px;font-size:clamp(24px,4vw,38px);font-weight:400;line-height:1.55}.how-closing p{color:#aaa;font-family:var(--sans);margin:0 0 24px;font-size:14px}.how-closing a{color:#fff;font-family:var(--sans);border-bottom:1px solid #777;align-items:center;gap:12px;padding-bottom:4px;font-size:13px;text-decoration:none;display:inline-flex}.content-pricing{width:min(100% - 48px,1100px)}.pricing-page{max-width:none;margin:0}.pricing-lead{max-width:660px;color:var(--yohaku-muted);font-family:var(--sans);text-align:center;margin:0 auto 42px;font-size:16px;line-height:1.9}.pricing-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(20px,3vw,32px);width:100%;display:grid}.pricing-plan{border:1px solid var(--yohaku-line);text-align:left;background:#fff;border-radius:26px;flex-direction:column;padding:clamp(26px,4vw,40px);display:flex}.pricing-plan--support{color:#111;background:linear-gradient(170deg,#f4f4f4,#fbfbfb 62%);border-color:#cfcfcf;padding:clamp(26px,4vw,40px)}.pricing-plan header{border-bottom:1px solid var(--yohaku-line);padding-bottom:24px}.pricing-plan--support header{border-color:var(--yohaku-line)}.pricing-plan--support h2{font-size:clamp(20px,2.5vw,25px)}.pricing-plan h2{margin:0;font-size:clamp(24px,3.5vw,34px);font-weight:500;line-height:1.4}.pricing-plan .pricing-price{margin:24px 0 0}.pricing-plan-copy{min-height:5.7em;color:var(--yohaku-muted);font-family:var(--sans);margin:24px 0 18px;font-size:14.5px;line-height:1.9}.pricing-plan--support .pricing-kind,.pricing-plan--support .pricing-plan-copy,.pricing-plan--support .pricing-iap-list li{color:var(--yohaku-muted)}.pricing-plan--support .pricing-plan-copy{min-height:0}.pricing-plan .pricing-list{margin:0}.pricing-plan .pricing-list li{border-bottom:1px solid var(--yohaku-line);background:0 0;grid-template-columns:20px 1fr;gap:10px;padding:10px 0;display:grid}.pricing-plan .pricing-list li span{font-size:12px}.pricing-ad-note{background:var(--yohaku-panel);border-radius:15px;grid-template-columns:22px 1fr;gap:12px;margin-top:28px;padding:18px;display:grid}.pricing-ad-note p{color:#555;font-family:var(--sans);margin:0;font-size:12.5px;line-height:1.8}.pricing-plan--support .pricing-iap-list{margin-bottom:26px}.pricing-plan--support .pricing-iap-list li:before{border-color:#777}.pricing-support-note{border-top:1px solid var(--yohaku-line);color:#555;font-family:var(--sans);margin-top:auto;padding-top:22px;font-size:13px;line-height:1.8;display:block}.pricing-footer{text-align:center;justify-items:center;max-width:680px;margin:32px auto 0;display:grid}.content-faq{width:min(100% - 48px,1100px)}.faq-page{gap:36px;max-width:none}.faq-lead{max-width:650px;color:var(--yohaku-muted);font-family:var(--sans);text-align:center;margin:-12px auto 0;font-size:15px;line-height:1.9}.faq-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,48px);display:grid}.faq-tabs{gap:8px;display:grid;position:sticky;top:112px}.faq-tabs button{text-align:left;border-radius:14px;grid-template-columns:28px 1fr 28px;align-items:center;gap:10px;width:100%;min-height:62px;padding:10px 12px;display:grid}.faq-tabs button[aria-pressed=true]{color:#fff;background:#111;border-color:#111}.faq-tab-mark{text-align:center;font-size:15px}.faq-tab-copy{gap:3px;display:grid}.faq-tab-copy strong{font-size:13px;font-weight:600}.faq-tab-copy small{color:#999;font-size:10px}.faq-tabs button[aria-pressed=true] small{color:#aaa}.faq-tab-count{background:var(--yohaku-panel);color:#555;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;display:grid}.faq-tabs button[aria-pressed=true] .faq-tab-count{color:#fff;background:#333}.faq-results-header{min-height:42px;color:var(--yohaku-soft);font-family:var(--sans);justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;font-size:12px;display:flex}.faq-results-header p{color:#333;margin:0;font-size:13px;font-weight:600}.faq-list{gap:10px;display:grid}.faq-list details{border:1px solid var(--yohaku-line);background:#fff;border-radius:16px;overflow:hidden}.faq-list details[open]{border-color:#cfcfcf;box-shadow:0 12px 36px #0000000a}.faq-list summary{min-height:72px;font-family:var(--sans);grid-template-columns:34px 1fr 24px;align-items:center;gap:14px;padding:16px 18px;font-size:14.5px;line-height:1.6;display:grid}.faq-q{background:var(--yohaku-panel);border-radius:10px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:grid}.faq-list summary i{border:1px solid var(--yohaku-line);border-radius:50%;width:20px;height:20px;position:relative}.faq-list summary i:before,.faq-list summary i:after{content:"";background:#666;width:8px;height:1px;position:absolute;top:9px;left:5px}.faq-list summary i:after{transition:transform .2s;transform:rotate(90deg)}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-answer{grid-template-columns:22px 1fr;gap:12px;padding:0 20px 20px 66px;display:grid}.faq-answer>span{font-family:var(--sans);padding-top:3px;font-size:12px;font-weight:700}.faq-list .faq-answer p{margin:0;padding:0}.content-news,.content-updates{width:min(100% - 48px,1100px)}.app-updates-page{gap:34px;display:grid}.app-updates-intro{text-align:center;max-width:680px;margin:-18px auto 8px}.app-updates-intro p,.app-updates-empty>p:last-child{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:15px;line-height:1.9}.app-updates-empty{border:1px solid var(--yohaku-line);text-align:center;background:#f7f7f7;border-radius:26px;align-content:center;justify-items:center;min-height:380px;padding:clamp(38px,7vw,72px);display:grid}.app-updates-empty>span{margin-bottom:22px;font-size:26px}.app-updates-empty>p:first-of-type{color:var(--yohaku-soft);font-family:var(--sans);letter-spacing:.16em;margin:0 0 14px;font-size:10px;font-weight:600}.app-updates-empty h2{margin:0 0 16px;font-size:clamp(25px,4vw,38px);font-weight:500;line-height:1.5}.app-updates-empty>p:last-child{max-width:560px}.updates-page{gap:28px;display:grid}.updates-intro{text-align:center;max-width:680px;margin:-18px auto 8px}.updates-intro p{color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:15.5px;line-height:1.9}.updates-tabs{border:1px solid var(--yohaku-line);background:#f7f7f7;border-radius:999px;gap:4px;width:fit-content;max-width:100%;margin:0 auto 12px;padding:5px;display:flex}.updates-tabs button{color:#666;min-height:42px;font-family:var(--sans);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;display:flex}.updates-tabs button[aria-pressed=true]{color:#fff;background:#111}.updates-tab-mark{font-size:11px}.updates-tab-count{color:#666;background:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:10px;display:grid}.updates-tabs button[aria-pressed=true] .updates-tab-count{color:#ddd;background:#333}.updates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.update-card{border:1px solid var(--yohaku-line);background:#fff;border-radius:24px;min-height:320px}.update-card.is-featured{background:radial-gradient(circle at 86% 28%,#0000 0 42px,#00000012 43px 44px,#0000 45px),radial-gradient(circle at 86% 28%,#0000 0 78px,#0000000a 79px 80px,#0000 81px),#f7f7f7;grid-column:1/-1;min-height:390px}.update-card[hidden]{display:none}.update-card a{min-height:inherit;color:inherit;flex-direction:column;padding:clamp(24px,4vw,40px);text-decoration:none;display:flex}.update-card-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.update-category{color:#444;background:var(--yohaku-panel);min-height:26px;font-family:var(--sans);letter-spacing:.08em;border-radius:999px;align-items:center;padding:0 11px;font-size:10px;font-weight:600;display:inline-flex}.update-category.is-column{color:#fff;background:#111}.update-card time,.update-article time,.update-related time{color:var(--yohaku-soft);font-family:var(--sans);letter-spacing:.06em;font-size:11px}.update-card-copy{max-width:680px;margin:auto 0}.update-card h2{margin:32px 0 14px;font-size:clamp(24px,3.5vw,38px);font-weight:500;line-height:1.45}.update-card:not(.is-featured) h2{font-size:clamp(20px,2.7vw,27px)}.update-card p{max-width:44em;color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:14px;line-height:1.85}.update-card-link{border-top:1px solid var(--yohaku-line);font-family:var(--sans);justify-content:space-between;align-items:center;margin-top:30px;padding-top:18px;font-size:12px;display:flex}.update-card a:hover .update-card-link span,.update-card a:focus-visible .update-card-link span{transform:translate(2px,-2px)}.update-card-link span{transition:transform .2s}.updates-empty{color:var(--yohaku-muted);font-family:var(--sans);text-align:center;margin:0;padding:64px 20px}.update-article-page{width:min(100% - 48px,920px);margin:0 auto;padding:120px 0 100px}.update-back{color:#555;font-family:var(--sans);align-items:center;gap:10px;font-size:12px;text-decoration:none;display:inline-flex}.update-article{margin-top:38px}.update-article-header{border-bottom:1px solid var(--yohaku-line);padding-bottom:clamp(36px,6vw,64px)}.update-article-meta{align-items:center;gap:14px;display:flex}.update-article h1{letter-spacing:-.03em;max-width:820px;margin:24px 0 20px;font-size:clamp(34px,6vw,58px);font-weight:500;line-height:1.35}.update-article-header>p{max-width:680px;color:var(--yohaku-muted);font-family:var(--sans);margin:0;font-size:16px;line-height:1.9}.update-article-body{gap:48px;max-width:700px;margin:clamp(46px,8vw,82px) auto 0;display:grid}.update-article-body section{gap:18px;display:grid}.update-article-body h2{margin:0 0 4px;font-size:clamp(23px,3.5vw,30px);font-weight:500;line-height:1.55}.update-article-body p{color:#444;font-family:var(--sans);margin:0;font-size:16px;line-height:2.1}.update-related{border-top:1px solid var(--yohaku-line);margin-top:clamp(76px,10vw,120px);padding-top:32px}.update-related-heading p{color:var(--yohaku-soft);font-family:var(--sans);letter-spacing:.12em;margin:0 0 8px;font-size:11px}.update-related-heading h2{margin:0 0 26px;font-size:24px;font-weight:500}.update-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.update-related-grid a{border:1px solid var(--yohaku-line);color:inherit;border-radius:18px;padding:24px;text-decoration:none;display:grid}.update-related-grid a>span{color:var(--yohaku-soft);font-family:var(--sans);font-size:10px}.update-related-grid h3{margin:14px 0 28px;font-size:18px;font-weight:500;line-height:1.5}@media (width<=760px){.content-how-to,.content-pricing,.content-faq,.content-news,.content-updates{width:min(100% - 28px,1100px)}.how-welcome,.how-guide,.how-guide.is-reverse{grid-template-columns:1fr}.how-guide.is-reverse .how-guide-copy{order:0}.how-guide-visual{min-height:370px}.pricing-columns,.updates-grid,.update-related-grid{grid-template-columns:1fr}.pricing-plan--support{position:static}.pricing-plan .pricing-plan-copy{min-height:0}.faq-layout{grid-template-columns:1fr}.faq-tabs{scroll-snap-type:x proximity;flex-wrap:nowrap;padding-bottom:5px;display:flex;position:static;overflow-x:auto}.faq-tabs button{scroll-snap-align:start;flex:none;width:auto;min-width:156px}.update-card.is-featured{grid-column:auto;min-height:360px}.update-article-page{width:min(100% - 28px,920px);padding-top:96px}}@media (width<=480px){.how-welcome{border-radius:22px;padding:24px 20px}.how-guide{gap:24px}.how-guide-copy>p,.update-article-body p{font-size:15px}.pricing-plan{border-radius:22px}.faq-list summary{grid-template-columns:30px 1fr 22px;gap:10px;padding:14px;font-size:14px}.faq-q{width:28px;height:28px}.faq-answer{grid-template-columns:18px 1fr;gap:8px;padding:0 14px 18px 54px}.updates-tabs{justify-content:stretch;width:100%}.updates-tabs button{flex:1 1 0;justify-content:center;padding-inline:10px}.updates-tab-mark{display:none}.update-card,.update-card.is-featured{min-height:320px}}.feature-hero{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:center;gap:clamp(26px,4vw,40px);width:min(100% - 72px,1040px);margin:0 auto clamp(20px,4vw,40px);display:grid}.feature-hero>p{color:#555;font-family:var(--sans);margin:0;font-size:clamp(14px,1.6vw,16px);line-height:2}.feature-hero dl{border:1px solid var(--yohaku-line);background:var(--yohaku-panel);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:22px 20px;display:grid}.feature-hero dl div{text-align:center;gap:6px;display:grid}.feature-hero dt{letter-spacing:.02em;font-size:clamp(20px,2.6vw,27px);font-weight:400}.feature-hero dd{color:#888;font-family:var(--sans);margin:0;font-size:10.5px;line-height:1.6}.concept-origin{width:min(100%,720px);margin:clamp(40px,6vw,68px) auto 0}.concept-origin-kicker{color:#999;font-family:var(--sans);letter-spacing:.16em;margin:0 0 16px;font-size:11px;font-weight:600}.concept-origin blockquote{border-left:1px solid var(--yohaku-line);letter-spacing:.02em;margin:0;padding-left:22px;font-size:clamp(17px,2.2vw,22px);font-weight:400;line-height:1.9}.concept-origin>p:last-child{color:#555;font-family:var(--sans);margin:24px 0 0;font-size:14px;line-height:2}.concept-not{background:var(--yohaku-panel);border-radius:18px;width:min(100%,720px);margin:clamp(44px,7vw,76px) auto 0;padding:clamp(24px,4vw,34px)}.concept-not h2{letter-spacing:.04em;margin:0 0 18px;font-size:clamp(18px,2.2vw,22px);font-weight:400}.concept-not ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.concept-not li{color:#555;font-family:var(--sans);padding-left:22px;font-size:13.5px;line-height:1.85;position:relative}.concept-not li:before{content:"";background:#aaa;width:10px;height:1px;position:absolute;top:.85em;left:0}.concept-screens{margin-top:clamp(46px,7vw,82px)}.concept-screens>h2{text-align:center;letter-spacing:.04em;margin:0 0 clamp(24px,4vw,38px);font-size:clamp(18px,2.2vw,23px);font-weight:400}.pricing-list--support li span{color:#444}@media (width<=900px){.feature-hero{grid-template-columns:1fr;width:min(100% - 44px,1040px)}}
