@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}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.grid{display:grid}.hidden{display:none}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--app-site-ink:#07131c;--app-site-accent:#fff;--app-site-page-background:#f5f2ee;--app-site-header-foreground:#fff;--app-site-header-border:#ffffff2e;--app-site-header-background:linear-gradient(#ffffff1f, #ffffff0f);--app-site-header-shadow:0 8px 30px #00000038, inset 0 1px 1px #ffffff2e, inset 0 -1px 1px #ffffff0f;--app-site-header-compact-border:#ffffff2e;--app-site-header-compact-background:linear-gradient(#ffffff26, #ffffff14), #05111b8c;--app-site-header-compact-shadow:0 10px 26px #0000003d, inset 0 1px 1px #fff3, inset 0 -1px 1px #ffffff12;--app-site-store-foreground:#fff;--app-site-store-background:#05090c;--app-site-notice-foreground:#071725;--app-site-notice-date:#526370;--app-site-notice-background:#ffffffc7;--app-site-notice-hover-background:#ffffffeb;--app-site-footer-background:#071725;--app-site-footer-foreground:#fff;--app-site-footer-tagline:#9fb0bd;--app-site-footer-heading:#7f8f9c;--app-site-footer-link:#c3ced6;--app-site-footer-link-hover:#fff;--app-site-footer-border:#ffffff1a;--app-site-footer-meta:#7c8894;color:#07131c;font-synthesis:none;background:#e9e6e2;font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.tripory-page{background:#f5f2ee;width:100%;min-height:100vh}.tripory-header{z-index:20;color:#fff;backdrop-filter:blur(22px)saturate(1.5);background:linear-gradient(#ffffff1f,#ffffff0f);border:1px solid #ffffff2e;border-radius:16px;width:calc(100% - 20px);max-width:1500px;height:68px;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 .45s,box-shadow .45s,color .45s;position:sticky;top:10px;box-shadow:0 8px 30px #00000038,inset 0 1px 1px #ffffff2e,inset 0 -1px 1px #ffffff0f}.tripory-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}.tripory-logo{letter-spacing:.2em;flex-shrink:0;font-size:14px;font-weight:700;transition:font-size .3s}.tripory-header nav{flex:auto;justify-content:center;gap:clamp(25px,3.5vw,56px);min-width:0;font-size:11px;transition:opacity .2s,visibility .2s;display:flex}.tripory-header nav a{padding:10px 0;position:relative}.tripory-header nav a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.tripory-header nav a:hover:after,.tripory-header nav a:focus-visible:after,.tripory-header nav a.active:after{transform-origin:0;transform:scaleX(1)}.header-actions{flex-shrink:0;align-items:center;gap:8px;transition:opacity .2s,visibility .2s;display:flex}.lang-switch{letter-spacing:.05em;align-items:center;gap:6px;font-size:10px;font-weight:600;display:inline-flex}.lang-switch a{color:inherit;opacity:.5;padding-bottom:3px;transition:opacity .2s;position:relative}.lang-switch a:after{content:"";background:currentColor;height:1.5px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.lang-switch a:hover,.lang-switch a:focus-visible{opacity:.85}.lang-switch a:hover:after,.lang-switch a:focus-visible:after{transform:scaleX(1)}.lang-switch a.active{opacity:1}.lang-switch a.active:after{transform:scaleX(1)}.lang-switch .lang-sep{opacity:.35}.download-pill{color:#fff;background:#05090c;border:1px solid #ffffff59;border-radius:999px;padding:13px 20px;font-size:10px;transition:transform .25s,box-shadow .25s}.download-pill:hover{transform:translateY(-2px);box-shadow:0 10px 22px #00000038}.header-actions button{color:inherit;background:0 0;border:0;font-size:19px;display:none}.tripory-header.compact{color:#fff;background:linear-gradient(#ffffff26,#ffffff14),#05111b8c;border-top:1px solid #ffffff2e;border-radius:999px;width:150px;height:54px;top:10px;box-shadow:0 10px 26px #0000003d,inset 0 1px 1px #fff3,inset 0 -1px 1px #ffffff12}.tripory-header.compact .tripory-header-inner{justify-content:center;gap:0;padding-inline:20px}.tripory-header.compact .tripory-logo{font-size:12px}.tripory-header.compact nav,.tripory-header.compact .header-actions{opacity:0;visibility:hidden;pointer-events:none;flex:0 0 0;gap:0;width:0;overflow:hidden}.tripory-header.compact:hover{border-radius:16px;width:calc(100% - 20px);height:68px;transition-duration:1.05s}.tripory-header.compact:hover .tripory-header-inner,.tripory-header.compact:hover .tripory-logo{transition-duration:1.05s}.tripory-header.compact:hover nav,.tripory-header.compact:hover .header-actions{transition-duration:.7s;transition-delay:.2s}.tripory-header.compact:hover .tripory-header-inner{justify-content:space-between;gap:24px;padding-inline:22px}.tripory-header.compact:hover .tripory-logo{font-size:14px}.tripory-header.compact:hover nav,.tripory-header.compact:hover .header-actions{opacity:1;visibility:visible;pointer-events:auto;flex:auto;width:auto;overflow:visible}.tripory-header.compact:hover nav{gap:clamp(25px,3.5vw,56px)}.tripory-header.compact:hover .header-actions{flex:none;gap:8px}.store-row{gap:14px;margin-top:34px;display:flex}.store-row a{color:#fff;background:#05080a;border:1px solid #ffffff59;border-radius:8px;align-items:center;min-height:43px;padding:0 19px;font-size:11px;font-weight:600;transition:transform .25s,box-shadow .25s;display:flex}.store-row a:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0000003d}.new-home{color:#fff;background:#081725;min-height:860px;margin-top:-68px;padding:120px 42px 96px;display:block;position:relative;overflow:hidden}.home-sky{object-fit:cover;opacity:.42;width:100%;height:100%;position:absolute;inset:0}.new-home:after{content:"";background:linear-gradient(115deg,#030b12f0 12%,#030b129e 52%,#030b1247);position:absolute;inset:0}.hero-editorial{z-index:2;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.1fr);align-items:center;gap:clamp(28px,4vw,56px);width:min(100%,1180px);margin:0 auto;display:grid;position:relative}.home-copy{z-index:2;max-width:520px;position:relative}.home-copy .eyebrow{letter-spacing:.28em;color:#9fb0bd;margin:0 0 22px;font-size:11px;font-weight:700}.home-copy h1{letter-spacing:.03em;margin:0;font:400 clamp(32px,4vw,50px)/1.35 Georgia,Yu Mincho,serif}.home-copy p{color:#c7d0d6;margin:26px 0 0;font-size:12.5px;line-height:2}.download-badge{color:#071725;background:#fff;border-radius:6px;align-items:center;gap:8px;margin-top:30px;padding:12px 18px;font-size:10px;display:inline-flex}.download-badge span{font-size:11px}.download-badge.store-soon,.store-row .store-soon{opacity:.88;cursor:default;pointer-events:none;user-select:none}.store-row .store-soon{color:#fff;background:#05080a;border:1px solid #ffffff59;border-radius:8px;align-items:center;min-height:43px;padding:0 19px;font-size:11px;font-weight:600;display:inline-flex}.hero-stage{place-items:center;min-height:420px;display:grid;position:relative}.hero-photo{border:1px solid #ffffff2e;border-radius:10px;width:min(58%,280px);margin:0;position:absolute;top:8%;left:0;overflow:hidden;transform:rotate(-3.5deg);box-shadow:0 24px 48px #00000059}.hero-photo img{aspect-ratio:4/5;object-fit:cover;width:100%}.hero-photo figcaption{color:#e8eef2;letter-spacing:.08em;background:#071725b8;border-radius:4px;padding:4px 8px;font-size:10px;position:absolute;bottom:10px;left:12px}.home-phone{z-index:2;filter:drop-shadow(0 25px 35px #00000059);width:min(72%,340px);margin-left:18%;position:relative}.journey-rail{z-index:3;gap:10px;padding:10px 0;display:flex;position:absolute;bottom:4%;left:0;right:0;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.journey-stop{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:10px;flex:none;gap:4px;min-width:92px;padding:10px 12px;display:grid}.journey-stop em{letter-spacing:.12em;color:#9fb0bd;font-size:10px;font-style:normal}.journey-stop strong{letter-spacing:.04em;font-size:13px;font-weight:600}@media (prefers-reduced-motion:no-preference){.journey-rail{animation:28s linear infinite tripory-journey}}@keyframes tripory-journey{0%{transform:translate(0)}to{transform:translate(-35%)}}.home-scroll{z-index:2;color:#9fb0bd;flex-direction:column;align-items:center;gap:9px;transition:color .3s;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.home-scroll:hover,.home-scroll:focus-visible{color:#fff}.home-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}.scroll-track{opacity:.55;background:linear-gradient(currentColor,#0000 90%);width:1px;height:34px;position:relative}.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 scroll-travel;position:absolute;top:0;left:50%}@keyframes scroll-travel{0%{opacity:0;transform:translateY(-3px)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(34px)}}.home-notice{z-index:2;color:#fff;backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:15px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:38px;min-height:58px;padding:0 22px;font-size:9px;transition:transform .3s,background-color .3s;display:grid;position:absolute;bottom:28px;left:clamp(20px,8vw,120px);right:clamp(20px,8vw,120px)}.home-notice strong{font-weight:600}.home-notice time{color:#9fb0bd}.home-notice a{color:#fff;font-size:17px;transition:transform .3s}.home-notice:hover{background:#ffffff29;transform:translateY(-3px)}.home-notice:hover a{transform:translate(5px)}.home-summary-text{color:#4a5560;max-width:640px;margin:16px 0 0;font-size:11px;line-height:1.9}.home-section{padding:42px 34px}.section-bar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-bar h2{margin:0;font:25px Georgia,Yu Mincho,serif}.section-bar a{font-size:10px}.home-features{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.home-features article{background:#eee9e4;border-radius:18px;grid-template-rows:1fr auto;min-height:330px;padding:12px;transition:transform .3s,box-shadow .3s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 20px #08141c14}.home-features article:hover{transform:translateY(-5px);box-shadow:0 17px 32px #08141c24}.home-features article.dark{color:#fff;background:#061522}.home-features img{object-fit:cover;border-radius:13px;width:100%;height:220px;transition:transform .5s}.home-features article:hover img{transform:scale(1.025)}.home-features .dark:first-child img{object-fit:contain;background:#020b14}.home-features h3{margin:15px 4px 6px;font-size:14px}.home-features p{margin:0 4px 8px;font-size:9px;line-height:1.7}.home-features article>a{color:#fff;background:#05090c;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;bottom:18px;right:18px}.screen-row{grid-template-columns:repeat(6,1fr);gap:13px;display:grid}.screen-row figure{min-width:0;margin:0;transition:transform .3s}.screen-row figure:hover{transform:translateY(-5px)}.screen-row img{object-fit:cover;object-position:top;border-radius:18px;width:100%;height:360px;box-shadow:0 10px 24px #08141c26}.screen-row figcaption{text-align:center;padding:12px 0 0;font-size:10px}.tripory-cta{color:#fff;background:#071725;border-radius:20px;grid-template-columns:1fr auto 85px;align-items:center;gap:35px;min-height:145px;margin:18px 34px 0;padding:28px 35px;display:grid;position:relative;overflow:hidden}.tripory-cta>img{object-fit:cover;opacity:.42;width:100%;height:100%;position:absolute;inset:0}.tripory-cta:after{content:"";background:linear-gradient(90deg,#05101ae6,#05101a7a);position:absolute;inset:0}.tripory-cta>div{z-index:2;position:relative}.tripory-cta h2{margin:0;font:26px Georgia,Yu Mincho,serif}.tripory-cta p{margin:12px 0 0;font-size:11px}.tripory-cta .store-row{z-index:2;margin:0}.qr{color:#071725;background:#fff;place-items:center;width:70px;height:70px;font-size:50px;display:grid}.tripory-footer{color:#fff;background:#071725;padding:48px clamp(22px,5vw,64px) 28px}.tripory-footer .footer-brand .tripory-logo{letter-spacing:.2em;align-items:center;gap:10px;font-size:15px;font-weight:700;display:inline-flex}.tripory-footer .footer-brand .tripory-logo img{border-radius:7px;width:26px;height:26px}.tripory-footer .footer-brand>p{color:#9fb0bd;margin:12px 0 0;font-size:10.5px;line-height:1.7}.footer-cols{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;margin-top:38px;display:grid}.footer-cols nav{align-content:start;gap:11px;display:grid}.footer-cols h2{color:#7f8f9c;letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:600}.footer-cols a{color:#c3ced6;justify-self:start;font-size:11.5px;transition:color .2s;position:relative}.footer-cols a:hover{color:#fff}.footer-cols a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.footer-cols a:hover:after,.footer-cols a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.footer-base{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;margin-top:42px;padding-top:20px;display:flex}.footer-base small{color:#7c8894;letter-spacing:.04em;font-size:9.5px}.footer-base .made-with{color:#8fa0ad;margin:0;font-size:9.5px}.dark-cta{color:#fff;background:#071725;border-radius:999px;justify-content:center;align-items:center;gap:20px;width:280px;min-height:48px;margin:35px auto 0;font-size:10px;transition:transform .25s;display:flex}.dark-cta:hover{transform:translateY(-3px)}.faq-list{gap:12px;display:grid}.faq-list details{color:#fff;background:#071725;border:1px solid #ffffff1a;border-radius:13px;padding:0 20px}.faq-list summary{cursor:pointer;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:14px;min-height:68px;padding:18px 0;font-size:14.5px;font-weight:550;line-height:1.6;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary b{color:#f0a184;font:400 14px Georgia,serif}.faq-list summary i{font-style:normal;transition:transform .25s}.faq-list details[open] summary i{transform:rotate(180deg)}.faq-list details p{color:#d3dbe0;margin:0;padding:0 0 22px 36px;font-size:13.5px;line-height:1.95}.subpage{color:#0b1723;width:min(100% - 80px,1040px);min-height:600px;margin:0 auto;padding:58px 0 75px}.page-intro{text-align:center;margin-bottom:44px}.page-intro h1{letter-spacing:.04em;margin:0;font:400 clamp(33px,4vw,44px)/1.3 Georgia,Yu Mincho,serif}.page-intro p{color:#55606b;letter-spacing:.06em;margin:18px 0 0;font-size:12px}.page-intro small{color:#7a8288;margin-top:15px;font-size:9px;display:block}.feature-rest{margin-top:clamp(48px,7vw,84px)}.feature-rest .block-title{letter-spacing:.04em;margin:0 0 clamp(20px,3vw,30px);font:400 21px/1.4 Georgia,Yu Mincho,serif}.feature-page-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.feature-page-grid article{color:#fff;background:#071725;border-radius:18px;grid-template-columns:47px 1fr;gap:18px;min-height:126px;padding:25px;transition:transform .3s,box-shadow .3s;display:grid;box-shadow:0 9px 25px #030e161f}.feature-page-grid article:hover{transform:translateY(-5px);box-shadow:0 17px 32px #030e162e}.feature-page-grid article>span{border:1px solid #fff3;border-radius:12px;place-items:center;width:43px;height:43px;font-size:22px;display:grid}.feature-page-grid h2{margin:1px 0 9px;font-size:14px}.feature-page-grid p{color:#bdc8cf;margin:0;font-size:9px;line-height:1.8}.screenshot-grid{grid-template-columns:repeat(4,1fr)}.screenshot-grid article{text-align:center;box-shadow:none;background:0 0;padding:10px;display:block}.screenshot-grid article:hover{transform:translateY(-5px)}.screenshot-grid img{object-fit:cover;object-position:top;border-radius:13px;width:100%;height:280px;margin-bottom:10px;box-shadow:0 10px 24px #08141c26}.screenshot-grid h2{color:#0b1723;margin:0;font-size:10px;font-weight:500}.orange-cta{color:#fff;background:#071725;border-radius:999px;justify-content:center;align-items:center;gap:20px;width:280px;min-height:52px;margin:45px auto 0;font-size:12px;font-weight:700;transition:transform .26s,box-shadow .26s;display:flex;box-shadow:0 10px 22px #07172533}.orange-cta:hover{transform:translateY(-3px);box-shadow:0 13px 24px #07172547}.how-page-list{gap:18px;display:grid}.how-page-list article{color:#fff;background:#071725;border-radius:19px;grid-template-columns:54px 1fr 220px;align-items:center;gap:28px;min-height:150px;padding:24px 25px;display:grid;overflow:hidden;box-shadow:0 9px 25px #030e161f}.how-page-list article>b{border:1px solid #ffffff40;border-radius:50%;place-items:center;width:48px;height:48px;font:400 16px Georgia,serif;display:grid}.how-page-list h2{margin:0 0 12px;font-size:16px}.how-page-list p{color:#d3dbe0;margin:0;font-size:13.5px;line-height:1.95}.how-page-list img{object-fit:cover;border-radius:13px;width:100%;height:140px}.faq-contact{color:#fff;background:#071725;border-radius:17px;grid-template-columns:45px 1fr auto;align-items:center;gap:18px;margin-top:38px;padding:26px;display:grid}.faq-contact>span{border:1px solid #fff3;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.faq-contact h2{margin:0;font-size:16px}.faq-contact p{color:#d3dbe0;margin:7px 0 0;font-size:13px;line-height:1.75}.faq-contact a{color:#071725;white-space:nowrap;background:#fff;border-radius:10px;padding:13px 24px;font-size:12.5px;font-weight:650}.legal-copy{max-width:760px;margin:0 auto;padding:3px 12px}.legal-copy section{margin-bottom:29px}.legal-copy h2{margin:0 0 13px;font-size:14px}.legal-copy p{color:#3a434c;margin:0 0 12px;font-size:10px;line-height:2}.updates-list{gap:22px;display:grid}.updates-list article{color:#fff;background:#071725;border-radius:19px;justify-content:space-between;align-items:flex-start;gap:20px;min-height:150px;padding:30px 32px;display:flex;box-shadow:0 10px 25px #030e1621}.updates-list h2{margin:0;font-size:20px}.updates-list p{color:#9fb0bd;margin:6px 0 0;font-size:10px}.updates-list ul{color:#bdc8cf;margin:14px 0 0;padding-left:16px;font-size:10px;line-height:2}.updates-list article>span{color:#071725;background:#fff;border-radius:11px;flex-shrink:0;align-self:flex-start;padding:7px 16px;font-size:10px;font-weight:600}@media (width<=850px){.tripory-header{border-radius:16px;width:calc(100% - 16px);height:62px;top:8px}.tripory-header-inner,.tripory-header.compact .tripory-header-inner{justify-content:space-between;padding-inline:14px}.tripory-header nav,.download-pill{display:none}.header-actions button{display:block}.tripory-header.compact,.tripory-header.compact:hover{border-radius:16px;width:calc(100% - 16px);height:56px;top:8px}.tripory-logo,.tripory-header.compact .tripory-logo{font-size:12px}.header-actions,.tripory-header.compact .header-actions{opacity:1;visibility:visible;pointer-events:auto;flex:none;width:auto;overflow:visible}.new-home{min-height:920px;margin-top:-62px;padding:108px 22px 110px;display:block}.hero-editorial{grid-template-columns:1fr;gap:28px}.home-copy{max-width:none}.home-copy h1{font-size:32px}.hero-stage{min-height:340px}.hero-photo{width:min(46%,180px);top:0}.home-phone{width:min(58%,240px);margin-left:28%}.journey-rail{bottom:-4px}.home-scroll{display:none}.home-notice{grid-template-columns:auto 1fr auto;gap:12px;bottom:14px;left:14px;right:14px}.home-notice time{display:none}.home-features{grid-template-columns:repeat(2,1fr)}.screen-row{grid-template-columns:repeat(2,1fr);row-gap:26px}.tripory-cta{grid-template-columns:1fr;margin-inline:18px}.tripory-cta .qr{display:none}.tripory-footer{padding:38px 22px 24px}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.footer-base{flex-direction:column;align-items:flex-start}.feature-page-grid,.how-page-list article{grid-template-columns:1fr}.how-page-list article>b{justify-self:start}.screenshot-grid{grid-template-columns:repeat(2,1fr)}.subpage{width:min(100% - 36px,760px)}}@media (width<=500px){.home-section{padding-inline:18px}.home-features{grid-template-columns:1fr}.home-features article{min-height:310px}.screen-row img{height:310px}.screenshot-grid{grid-template-columns:1fr}.screenshot-grid img{height:340px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none}}.tripory-page .hero-stage .home-phone{filter:drop-shadow(0 32px 42px #00000061);width:min(72%,323px);margin:0 0 0 22%}.real-screen-feature,.capture-detail{grid-template-columns:minmax(230px,.72fr) minmax(300px,1fr);align-items:center;gap:clamp(46px,8vw,110px);display:grid}.real-screen-feature{color:#f7f5f1;background:radial-gradient(circle at 18% 25%,#f28a6633,#0000 28%),linear-gradient(145deg,#071725,#132b37 62%,#28414b);border-radius:24px;min-height:620px;padding:clamp(34px,6vw,72px);overflow:hidden}.real-screen-phone{justify-self:center}.real-screen-copy .eyebrow,.capture-kicker{color:#f48b6d;letter-spacing:.2em;margin:0 0 18px;font-size:10px;font-weight:700}.real-screen-copy h3,.capture-detail h2{margin:0;font:400 clamp(30px,4vw,48px)/1.35 Georgia,Yu Mincho,serif}.real-screen-copy>p:not(.eyebrow),.capture-detail>div>p:not(.capture-kicker){color:#bdc9cf;margin:24px 0;font-size:13px;line-height:2}.real-screen-copy a{text-underline-offset:6px;font-size:12px;text-decoration:underline}.capture-detail{max-width:900px;margin:0 auto}.capture-detail>div>p:not(.capture-kicker){color:#53616a}.capture-detail dl{border-top:1px solid #d4d0ca;margin:32px 0 0}.capture-detail dl div{border-bottom:1px solid #d4d0ca;justify-content:space-between;padding:14px 0;display:flex}.capture-detail dt{color:#74808a;font-size:10px}.capture-detail dd{margin:0;font-size:11px;font-weight:650}@media (width<=720px){.tripory-page .hero-stage .home-phone{width:min(58%,230px);margin-left:28%}.real-screen-feature,.capture-detail{grid-template-columns:1fr}.real-screen-feature{padding:42px 24px}.real-screen-copy{text-align:center}}.tripory-subpage{--app-site-header-foreground:#f7f4ef;--app-site-header-background:#071725f0;--app-site-header-border:#ffffff21;--app-site-header-shadow:0 14px 36px #05101a2e}.tripory-subpage .app-site-header,.tripory-subpage .app-site-header.is-compact,.tripory-subpage .app-site-header.is-compact:hover,.tripory-subpage .app-site-header.is-compact:focus-within{color:#f7f4ef;backdrop-filter:blur(20px)saturate(125%);background:#071725f0;border-color:#ffffff21;box-shadow:0 14px 36px #05101a2e}.tripory-page .app-hero-notice{color:#071725;background:#f5eee5;border-color:#ffffffb8;box-shadow:0 14px 35px #0000003d}.tripory-page .app-hero-notice time{color:#66747d}.tripory-page .app-hero-notice strong{color:#d95f3d;text-shadow:none}.tripory-page .app-hero-scroll{color:#eef3f5;bottom:226px}.tripory-page .app-hero-notice{background:#f5eee5}.tripory-page .app-hero-notice :is(strong,span){font-size:11px}.journey-rail{padding:10px 0;display:block}.journey-track{will-change:transform;width:max-content;display:flex}.journey-loop{flex:none;gap:10px;padding-right:10px;display:flex}@media (prefers-reduced-motion:no-preference){.journey-rail{animation:none}.journey-track{animation:44s linear infinite tripory-journey-seamless}}@keyframes tripory-journey-seamless{to{transform:translate(-50%)}}.memory-manifesto{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:end;gap:clamp(60px,10vw,150px);padding-block:clamp(82px,11vw,150px);display:grid}.manifesto-lead{max-width:730px}.manifesto-lead .eyebrow,.promise-copy .eyebrow{color:#e66e4d;letter-spacing:.2em;margin:0 0 24px;font-size:10px;font-weight:750}.manifesto-lead h2,.promise-copy h2{letter-spacing:-.025em;margin:0;font:400 clamp(36px,5.4vw,74px)/1.24 Georgia,Yu Mincho,serif}.manifesto-lead>p:last-child,.promise-copy>p:not(.eyebrow){color:#59656d;max-width:620px;margin:30px 0 0;font-size:13px;line-height:2.15}.memory-notes{border-top:1px solid #cfc9c2}.memory-notes article{border-bottom:1px solid #cfc9c2;grid-template-columns:42px 92px 1fr;align-items:baseline;gap:16px;padding:22px 0;display:grid}.memory-notes b{color:#e66e4d;letter-spacing:.15em;font-size:10px}.memory-notes h3{margin:0;font-size:13px}.memory-notes p{color:#6b747a;margin:0;font-size:10px;line-height:1.8}.feature-editorial-grid{grid-template-columns:repeat(12,1fr);gap:18px}.feature-editorial-grid article{grid-column:span 6;min-height:500px}.feature-editorial-grid article:nth-child(2),.feature-editorial-grid article:nth-child(3){grid-column:span 6}.feature-editorial-grid img{height:365px}.tripory-promise{background:#e9e3db;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(50px,9vw,130px);margin-top:clamp(30px,6vw,80px);padding-block:clamp(50px,8vw,110px);display:grid}.promise-image{border-radius:2px 100px 2px 2px;min-height:650px;overflow:hidden}.promise-image img{object-fit:cover;width:100%;height:100%;min-height:650px}.promise-copy{max-width:650px}.promise-copy a{border-bottom:1px solid;margin-top:34px;padding-bottom:7px;font-size:11px;font-weight:700;display:inline-flex}.tripory-subpage .subpage{width:min(100% - 68px,1180px);padding-top:clamp(120px,14vw,185px)}.tripory-subpage .page-intro{color:#f4f1ec;background:radial-gradient(circle at 86% 22%,#e66e4d3d,#0000 28%),#071725;border-radius:28px;grid-template-columns:150px minmax(0,1fr) 250px;align-items:center;gap:34px;min-height:390px;margin-bottom:clamp(52px,8vw,100px);padding:clamp(30px,5vw,64px);display:grid;position:relative;overflow:hidden}.page-intro-index{flex-direction:column;justify-content:space-between;align-self:stretch;display:flex}.page-intro-index span{color:#e97859;font:400 52px/1 Georgia,serif}.page-intro-index b{color:#8fa0aa;letter-spacing:.2em;writing-mode:vertical-rl;font-size:8px}.page-intro-copy{z-index:1;position:relative}.tripory-subpage .page-intro h1{color:inherit;letter-spacing:-.035em;margin:0;font:400 clamp(42px,6vw,78px)/1.1 Georgia,Yu Mincho,serif}.tripory-subpage .page-intro p{color:#c3cdd2;max-width:560px;margin:24px 0 0;font-size:13px;line-height:1.9}.tripory-subpage .page-intro small{color:#91a0a8;margin-top:24px;display:block}.page-intro-orbit{aspect-ratio:1;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:230px;display:grid;position:relative}.page-intro-orbit:before,.page-intro-orbit:after{content:"";border-radius:inherit;border:1px solid #ffffff1a;position:absolute}.page-intro-orbit:before{inset:20%}.page-intro-orbit:after{background:#e97859;border:0;inset:39%}.page-intro-orbit i{background:#f4f1ec;border-radius:50%;width:7px;height:7px;position:absolute}.page-intro-orbit i:first-child{top:8%;left:37%}.page-intro-orbit i:nth-child(2){bottom:34%;right:5%}.page-intro-orbit i:nth-child(3){bottom:17%;left:15%}.page-intro-orbit span{z-index:1;color:#071725;letter-spacing:.12em;font-size:7px;font-weight:800;position:relative}.tripory-subpage .feature-page-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.tripory-subpage .feature-page-grid article{color:#16232b;min-height:330px;box-shadow:none;background:#f4f0ea;border:1px solid #dcd6cf;border-radius:22px;grid-template-columns:46% 1fr;padding:0;display:grid;overflow:hidden}.feature-page-image{min-height:100%;position:relative;overflow:hidden}.feature-page-image img{object-fit:cover;width:100%;height:100%}.feature-page-image span{color:#fff;background:#071725d1;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:16px;left:16px}.tripory-subpage .feature-page-grid article>div:last-child{align-self:center;padding:34px 28px}.tripory-subpage .feature-page-grid article b{color:#e66e4d;letter-spacing:.18em;font-size:9px}.tripory-subpage .feature-page-grid h2{margin:18px 0 12px;font:400 25px/1.3 Georgia,Yu Mincho,serif}.tripory-subpage .feature-page-grid p{color:#657078;font-size:11px;line-height:1.9}.subpage-next{color:#fff;background:#071725;border-radius:24px;margin-top:clamp(70px,10vw,130px);padding:42px}.subpage-next>p{margin:0 0 30px;font:400 clamp(24px,3vw,38px)/1.4 Georgia,Yu Mincho,serif}.subpage-next>div{border-top:1px solid #ffffff29;grid-template-columns:repeat(3,1fr);display:grid}.subpage-next a{color:#cbd4d8;justify-content:space-between;padding:22px 10px 4px 0;font-size:11px;display:flex}.subpage-next a+a{border-left:1px solid #ffffff29;padding-left:20px}.subpage-next a span{color:#e97859}@media (width<=900px){.memory-manifesto,.tripory-promise{grid-template-columns:1fr}.manifesto-lead{max-width:760px}.feature-editorial-grid{grid-template-columns:1fr 1fr}.feature-editorial-grid article,.feature-editorial-grid article:nth-child(2),.feature-editorial-grid article:nth-child(3){grid-column:auto;min-height:390px}.feature-editorial-grid img{height:260px}.promise-image,.promise-image img{min-height:480px}.tripory-subpage .page-intro{grid-template-columns:74px 1fr}.page-intro-orbit{opacity:.6;width:240px;position:absolute;bottom:-80px;right:-70px}.tripory-subpage .feature-page-grid{grid-template-columns:1fr}}@media (width<=600px){.tripory-page .app-hero-notice{border-radius:14px;min-height:64px;padding-inline:16px}.new-home{min-height:940px;padding:100px 18px 104px}.hero-stage{min-height:390px}.journey-rail{left:-18px;right:-18px}.journey-stop{min-width:104px}.memory-manifesto{gap:48px;padding-block:76px}.manifesto-lead h2,.promise-copy h2{font-size:clamp(35px,11vw,48px)}.memory-notes article{grid-template-columns:34px 70px 1fr;gap:10px}.feature-editorial-grid{grid-template-columns:1fr}.feature-editorial-grid article,.feature-editorial-grid article:nth-child(2),.feature-editorial-grid article:nth-child(3){min-height:390px}.tripory-promise{gap:42px;padding-top:18px}.promise-image{border-radius:0 70px 0 0;margin-inline:-18px}.promise-image,.promise-image img{min-height:420px}.tripory-subpage .subpage{width:min(100% - 32px,1180px);padding-top:104px}.tripory-subpage .page-intro{border-radius:22px;grid-template-columns:1fr;align-content:center;min-height:350px;padding:28px 24px}.page-intro-index{flex-direction:row;align-self:auto;align-items:center}.page-intro-index span{font-size:34px}.page-intro-index b{writing-mode:initial}.tripory-subpage .page-intro h1{font-size:clamp(38px,13vw,58px)}.page-intro-orbit{width:190px;bottom:-70px;right:-65px}.tripory-subpage .feature-page-grid article{grid-template-columns:1fr}.feature-page-image{min-height:250px}.tripory-subpage .feature-page-grid article>div:last-child{padding:28px 24px 34px}.subpage-next{padding:30px 24px}.subpage-next>div{grid-template-columns:1fr}.subpage-next a{align-items:center;min-height:52px;padding:8px 0}.subpage-next a+a{border-top:1px solid #ffffff29;border-left:0;padding-left:0}}.tripory-subpage main{background:#f3efe9}.tripory-subpage .subpage{width:min(100% - 48px,1240px);padding-top:28px;padding-bottom:0}.tripory-subpage .subpage-legal{width:min(100% - 44px,760px)}.tripory-subpage .page-intro{color:#f7f2ea;background:#071725;border-radius:3px;grid-template-columns:minmax(360px,.86fr) minmax(430px,1.14fr);align-items:stretch;gap:0;min-height:560px;margin:0 0 clamp(72px,10vw,132px);padding:0;display:grid}.tripory-subpage .page-intro-copy{flex-direction:column;justify-content:center;padding:clamp(48px,7vw,88px);display:flex}.tripory-subpage .page-intro-index{flex-direction:row;align-items:center;gap:18px;margin-bottom:auto;display:flex}.tripory-subpage .page-intro-index span{color:#ed7c5d;font:400 28px/1 Georgia,serif}.tripory-subpage .page-intro-index b{color:#81929c;letter-spacing:.22em;writing-mode:initial;font-size:8px}.tripory-subpage .page-intro h1{letter-spacing:-.045em;max-width:570px;margin:clamp(70px,11vh,118px) 0 0;font:400 clamp(48px,6vw,82px)/1.12 Georgia,Yu Mincho,serif}.tripory-subpage .page-intro p{color:#c0cbd0;max-width:520px;margin-top:28px;font-size:13px}.tripory-subpage .page-intro small{color:#8fa0a8;line-height:1.8}.page-intro-visual{min-width:0;margin:0;position:relative;overflow:hidden}.page-intro-visual:after{content:"";background:linear-gradient(90deg,#0717253d,#0000 35%),linear-gradient(#0000 58%,#0717257a);position:absolute;inset:0}.page-intro-visual img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.page-intro:hover .page-intro-visual img{transform:scale(1.025)}.page-intro-visual figcaption{z-index:1;color:#fff;letter-spacing:.08em;align-items:center;gap:12px;font-size:10px;display:flex;position:absolute;bottom:26px;left:28px;right:28px}.page-intro-visual figcaption span{border:1px solid #ffffff7a;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.tripory-subpage .page-intro-orbit{display:none}.tripory-subpage :is(.how-page-list,.faq-list,.legal-copy,.app-news-feed,.app-updates-page){max-width:980px;margin-inline:auto}.tripory-subpage .how-page-list article{color:#0b1723;min-height:360px;box-shadow:none;background:0 0;border:0;border-top:1px solid #c8c1b8;border-radius:0;grid-template-columns:72px minmax(260px,.8fr) minmax(340px,1.2fr);gap:36px;padding:0;overflow:hidden}.tripory-subpage .how-page-list article img{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:360px}.tripory-subpage .how-page-list article>b{color:#df6f51;padding-top:42px;font:400 26px Georgia,serif}.tripory-subpage .how-page-list article>div{align-self:center}.tripory-subpage .how-page-list h2{font:400 clamp(28px,3vw,40px)/1.35 Georgia,Yu Mincho,serif}.tripory-subpage .faq-list details{box-shadow:none;color:#0b1723;background:0 0;border-inline:0;border-radius:0}.tripory-subpage .app-release-ledger{--ledger-accent:#d95f3d}.tripory-subpage .faq-list details:not(:first-child){border-top:1px solid #d0c9c0}.tripory-subpage .faq-list summary b{color:#d95f3d}.tripory-subpage .faq-list details p{color:#59656d}.tripory-subpage .legal-copy section{box-shadow:none;background:0 0;border:0;border-top:1px solid #d0c9c0;border-radius:0;padding:34px 0}.tripory-subpage .subpage-next{margin-bottom:0}.mobile-hero-actions{display:none}@media (width<=760px){.tripory-subpage .subpage{width:calc(100% - 28px);padding-top:14px}.tripory-subpage .page-intro{grid-template-columns:1fr;min-height:0;margin-bottom:72px}.tripory-subpage .page-intro-copy{min-height:390px;padding:34px 26px 44px}.tripory-subpage .page-intro h1{margin-top:70px;font-size:clamp(43px,14vw,61px)}.page-intro-visual{min-height:280px}.tripory-subpage .how-page-list article{grid-template-columns:46px 1fr;gap:16px;padding-top:0}.tripory-subpage .how-page-list article img{order:-1;grid-column:1/-1;min-height:260px}.tripory-subpage .how-page-list article>b{padding-top:26px}.tripory-subpage .how-page-list article>div{padding:24px 0 38px}.desktop-hero-store{display:none!important}.mobile-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}.mobile-hero-actions .download-badge{margin:0}.mobile-hero-actions>a{color:#f5eee5;padding:12px 4px;font-size:11px}.tripory-page .app-hero-notice{order:99;width:100%;margin-top:12px;position:relative;inset:auto}}.tripory-page{--app-story-line:#c8c1b8;--app-story-kicker:#a2603f;--app-story-body:#4a5661;--app-story-note-background:#0717250d;--app-story-title-weight:400}.tripory-page .app-story{color:#0b1723}.tripory-page .app-beat-copy h3{letter-spacing:-.02em;font-family:Georgia,Yu Mincho,serif}.tripory-page .story-photo{aspect-ratio:4/5;border-radius:20px;width:min(430px,40cqi);margin:0;overflow:hidden;box-shadow:0 24px 54px #07172533}.tripory-page .story-photo img{object-fit:cover;width:100%;height:100%}.faq-tabs{background:#ffffffb3;border:1px solid #0717251f;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:4px;width:fit-content;max-width:100%;margin:0 auto clamp(26px,4vw,40px);padding:5px;display:flex}.faq-tabs button{color:#45535e;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:12.5px;font-weight:650;display:inline-flex}.faq-tabs button small{background:#07172512;border-radius:50%;place-items:center;min-width:20px;min-height:20px;font-size:10px;display:grid}.faq-tabs button[aria-pressed=true]{color:#fff;background:#071725}.faq-tabs button[aria-pressed=true] small{background:#ffffff2e}.capture-page{gap:clamp(46px,7vw,82px);display:grid}.capture-notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.capture-notes li{border-top:1px solid #c8c1b8;gap:14px;padding:26px 24px;display:grid}.capture-notes b{color:#a2603f;letter-spacing:.08em;font:400 15px Georgia,serif}.capture-notes h3{margin:0 0 9px;font-size:16px;font-weight:550;line-height:1.5}.capture-notes p{color:#4a5661;margin:0;font-size:13px;line-height:1.9}.capture-gallery{background:#f2ede4;border-radius:24px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;gap:clamp(24px,4vw,40px);margin:0;padding:clamp(30px,5vw,54px) clamp(20px,4vw,40px);display:grid}.capture-gallery figure{justify-items:center;gap:16px;margin:0;display:grid}.capture-gallery figcaption{color:#4a5661;letter-spacing:.04em;text-align:center;font-size:12px;font-weight:650}.capture-pending{color:#f4f1ec;background:#071725;border-radius:24px;padding:clamp(26px,4vw,44px)}.capture-pending h2{margin:0;font:400 clamp(21px,2.6vw,28px)/1.45 Georgia,Yu Mincho,serif}.capture-pending p{color:#c3cdd2;max-width:62ch;margin:16px 0 0;font-size:13.5px;line-height:1.95}.capture-pending a{border-bottom:1px solid;align-items:center;gap:9px;margin-top:22px;padding-bottom:4px;font-size:12.5px;font-weight:650;display:inline-flex}.capture-pending a span{transition:transform .24s}.capture-pending a:hover span{transform:translate(4px)}.subpage-legal{width:min(100% - 44px,760px)}.legal-intro{border-bottom:1px solid #c8c1b8;margin-bottom:clamp(38px,6vw,60px);padding-bottom:clamp(24px,4vw,34px)}.legal-eyebrow{color:#7d8a94;letter-spacing:.2em;margin:0 0 14px;font-size:10px;font-weight:700}.legal-intro h1{letter-spacing:-.03em;margin:0;font:400 clamp(28px,4.4vw,42px)/1.32 Georgia,Yu Mincho,serif}.legal-dates{flex-wrap:wrap;gap:10px 32px;margin:22px 0 0;display:flex}.legal-dates div{gap:5px;display:grid}.legal-dates dt{color:#7d8a94;letter-spacing:.12em;font-size:10px;font-weight:700}.legal-dates dd{font-variant-numeric:tabular-nums;margin:0;font-size:13px}@media (width<=760px){.tripory-page .story-photo{width:min(320px,78vw)}.capture-notes{grid-template-columns:1fr;gap:0}.capture-gallery{grid-template-columns:repeat(2,1fr)}.faq-tabs{flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto}.faq-tabs button{flex:none}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
