:root{--home-bar-h:60px}.home-bar{position:sticky;top:0;z-index:50;height:var(--home-bar-h);display:flex;align-items:center;gap:30px;padding:0 34px;background:color-mix(in srgb,var(--surface-0) 82%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--hairline)}.home-bar__wm{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--text-bright);letter-spacing:.01em}.home-bar__wm b{color:var(--accent-action);font-weight:600}.home-bar__nav{display:flex;gap:4px;margin-left:8px}.home-bar__nav a{font-family:var(--font-mono);font-size:var(--microcap-size);letter-spacing:var(--microcap-tracking);text-transform:uppercase;color:var(--text-dim);padding:8px 14px;border-radius:999px;text-decoration:none;transition:color var(--motion-duration-fast) ease,background-color var(--motion-duration-fast) ease}.home-bar__nav a:hover{color:var(--text)}.home-bar__nav a.is-active{color:var(--text-bright);background:var(--surface-1)}.home-bar__right{margin-left:auto;display:flex;align-items:center;gap:16px}.home-bar__search{gap:10px}.home-hero{position:relative;height:60dvh;min-height:420px;overflow:hidden;isolation:isolate}body[data-home-hero] .globe-container{z-index:0;pointer-events:none;cursor:default}.home-hero__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,color-mix(in srgb,var(--surface-0) 4%,transparent) 0,color-mix(in srgb,var(--surface-0) 40%,transparent) 32%,color-mix(in srgb,var(--surface-0) 88%,transparent) 56%,var(--surface-0) 86%)}.home-hero__door{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:flex-end;padding:0 8vw 0 40%;text-decoration:none}.home-hero__entry{max-width:460px}.home-hero__tag{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.25rem);line-height:1.02;font-weight:500;color:var(--text-bright);text-shadow:0 4px 44px color-mix(in srgb,var(--surface-0) 74%,transparent);transition:transform var(--motion-duration-base) var(--ease-out)}.home-hero__tag em{font-style:italic;color:var(--accent-action)}.home-hero:hover .home-hero__tag{transform:translateY(-4px)}.home-hero__down{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 8vw 0 40%}.home-hero__down-eyebrow{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-action);margin-bottom:14px}.home-hero__down-head{font-family:var(--font-display);font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.1;font-weight:500;color:var(--text-bright);max-width:15ch}.home-hero__down-body{margin-top:14px;max-width:46ch;font-size:14px;line-height:1.6;color:var(--text-dim)}.home-hero__down-action{margin-top:20px}@media (max-width:760px){.home-hero__down{justify-content:flex-end;padding:0 28px 14vh}.home-hero__down-head{max-width:none}}.home-hero__trail{margin-top:28px;display:flex;align-items:center;width:260px;transition:width var(--motion-duration-base) var(--ease-out)}.home-hero__trail-line{position:relative;height:1px;flex:1;background:linear-gradient(90deg,color-mix(in srgb,var(--accent-action) 16%,transparent),var(--accent-action))}.home-hero__spark{position:absolute;top:50%;left:0;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:50%;background:var(--accent-action);box-shadow:0 0 12px 3px color-mix(in srgb,var(--accent-action) 60%,transparent);animation:home-spark-travel 3.6s cubic-bezier(.4,0,.4,1) infinite}.home-hero__arrow{width:0;height:0;border-left:10px solid var(--accent-action);border-top:6px solid transparent;border-bottom:6px solid transparent;filter:drop-shadow(0 0 6px color-mix(in srgb,var(--accent-action) 50%,transparent));transition:transform var(--motion-duration-base) var(--ease-out)}.home-hero:hover .home-hero__trail{width:320px}.home-hero:hover .home-hero__arrow{transform:translateX(5px)}@keyframes home-spark-travel{0%{left:0;opacity:0}12%{opacity:1}80%{opacity:1}to{left:100%;opacity:0}}@media (prefers-reduced-motion:reduce){.home-hero__spark{animation:none;opacity:0}}@media (max-width:760px){.home-hero__scrim{background:linear-gradient(to top,var(--surface-0) 0,color-mix(in srgb,var(--surface-0) 88%,transparent) 26%,color-mix(in srgb,var(--surface-0) 30%,transparent) 52%,transparent 72%)}.home-hero__door{align-items:flex-end;justify-content:flex-start;padding:0 28px 14vh}.home-hero__entry{max-width:none}}.home-feed{position:relative;z-index:3;min-height:100dvh;padding-bottom:64px;background:var(--surface-0)}.home-feed:before{content:"";position:absolute;left:0;right:0;top:-120px;height:120px;background:linear-gradient(to bottom,transparent,var(--surface-0));pointer-events:none}.home-feed__grid{display:grid;grid-template-columns:minmax(0,1fr) 324px;gap:38px;align-items:start;max-width:1240px;margin:0 auto;padding:0 34px}.home-feed[data-solo] .home-feed__grid{grid-template-columns:1fr}.home-feed__main{min-width:0}.home-feed__section{padding:48px 0 6px}.home-feed__head{display:flex;align-items:baseline;gap:14px;padding-bottom:var(--space-12);margin-bottom:var(--space-16);border-bottom:1px solid var(--hairline)}.home-feed__head h2{font-family:var(--font-display);font-size:30px;font-weight:500;color:var(--text-bright);white-space:nowrap;flex:0 0 auto}.home-feed__kicker{font-family:var(--font-mono);font-size:var(--microcap-size);letter-spacing:var(--microcap-tracking);text-transform:uppercase;color:var(--accent-action)}.home-feed__kicker--aurora{color:var(--aurora)}.home-feed__pl{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--text-dim);background:var(--surface-2)}.home-feed__btn{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:9px 18px;border-radius:999px;background:var(--accent-action);box-shadow:inset 0 1px 0 color-mix(in srgb,white 16%,transparent);color:var(--surface-0);font-family:var(--font-ui);font-size:.8125rem;font-weight:600;transition:filter var(--motion-duration-fast) ease}.home-feed__potd{display:block;position:relative;height:300px;margin-top:6px;border:1px solid var(--hairline);border-radius:4px;overflow:hidden;text-decoration:none}.home-feed__potd-img{position:absolute;inset:0;background-color:var(--surface-2)}.home-feed__potd-scrim{position:absolute;inset:0;background:linear-gradient(75deg,var(--surface-0) 12%,color-mix(in srgb,var(--surface-0) 50%,transparent) 50%,transparent)}.home-feed__potd-cap{position:absolute;left:42px;top:50%;transform:translateY(-50%);max-width:460px}.home-feed__express-body .home-feed__kicker,.home-feed__potd-cap .home-feed__kicker{margin-bottom:11px}.home-feed__potd-cap h3{font-family:var(--font-display);font-size:46px;font-weight:500;line-height:1;color:var(--text-bright)}.home-feed__express-body p,.home-feed__potd-cap p{margin-top:12px;font-size:14.5px;line-height:1.55;color:var(--text);opacity:.85}.home-feed__potd-cap .home-feed__btn{margin-top:20px}.home-feed__express:hover .home-feed__btn,.home-feed__potd:hover .home-feed__btn{background:color-mix(in srgb,var(--accent-action) 84%,var(--text-bright))}.home-feed__express{display:flex;align-items:center;justify-content:space-between;gap:var(--space-24);padding:26px 34px;border:1px solid var(--hairline);border-radius:4px;background:var(--accent-soft);text-decoration:none;container-type:inline-size}.home-feed__express-body{max-width:520px}.home-feed__express-body h3{font-family:var(--font-display);font-size:34px;font-weight:500;line-height:1.05;color:var(--text-bright)}.home-feed__express-act{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:9px}.home-feed__express-note{max-width:210px;font-size:12.5px;line-height:1.4;color:var(--text);opacity:.7}.home-feed__express-art{display:none;flex:0 0 360px}@container (min-width: 1000px){.home-feed__express-art{display:block}}.home-feed__express-ground{opacity:.4}.home-feed__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-feed[data-solo] .home-feed__tiles{grid-template-columns:repeat(4,1fr)}.home-feed__feel{position:relative;display:block;height:280px;border:1px solid var(--hairline);border-radius:var(--radius-sweep);overflow:hidden;text-decoration:none;transition:border-color var(--motion-duration-fast) ease,box-shadow var(--motion-duration-fast) ease}.home-feed__feel:hover{border-color:var(--hairline-strong);box-shadow:var(--specular)}.home-feed__feel-img{position:absolute;inset:0;background-color:var(--surface-1)}.home-feed__feel-scrim{position:absolute;inset:0;background:linear-gradient(to top,var(--surface-0) 6%,color-mix(in srgb,var(--surface-0) 10%,transparent) 58%,transparent)}.home-feed__feel-cap{position:absolute;left:18px;right:18px;bottom:18px}.home-feed__feel-cap h3{font-family:var(--font-display);font-size:27px;font-weight:500;line-height:1.05;color:var(--text-bright)}.home-feed__collections{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-feed[data-solo] .home-feed__collections{grid-template-columns:repeat(4,1fr)}.home-feed__coll{display:block;border:1px solid var(--hairline);border-radius:var(--radius-sweep);overflow:hidden;background:var(--surface-1);text-decoration:none;transition:border-color var(--motion-duration-fast) ease,box-shadow var(--motion-duration-fast) ease}.home-feed__coll:hover{border-color:var(--hairline-strong);box-shadow:var(--specular)}.home-feed__coll-img{position:relative;height:150px;background-color:var(--surface-2)}.home-feed__coll-body{padding:15px 17px 18px}.home-feed__coll-body .home-feed__kicker{margin-bottom:7px}.home-feed__coll-body h4{font-family:var(--font-display);font-size:23px;font-weight:500;line-height:1.06;color:var(--text-bright)}.home-feed__coll-body p{margin-top:6px;font-size:12.5px;line-height:1.4;color:var(--text);opacity:.78}@media (max-width:980px){.home-feed[data-solo] .home-feed__grid,.home-feed__grid{grid-template-columns:1fr;gap:0}.home-feed[data-solo] .home-feed__collections,.home-feed[data-solo] .home-feed__tiles,.home-feed__collections,.home-feed__tiles{grid-template-columns:1fr}.home-feed__potd-cap{left:24px;right:24px}.home-feed__express{padding:22px 24px}}@media (max-width:760px){.home-feed__express{flex-wrap:wrap;gap:var(--space-16)}.home-feed__express-note{max-width:none}}@media (prefers-reduced-motion:reduce){.home-feed__btn,.home-feed__coll,.home-feed__feel{transition:none}}.home-feed__side{position:sticky;top:calc(var(--home-bar-h) + 18px);align-self:start;border-left:1px solid var(--hairline);padding-left:30px;padding-top:48px}.home-feed__side .home-feed__head{margin-bottom:18px}.home-feed__trips{display:flex;flex-direction:column;gap:16px}@media (max-width:980px){.home-feed__side{position:static;border-left:none;border-top:1px solid var(--hairline);padding-left:0;padding-top:24px;margin-top:18px}.home-feed__trips{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}}.home-globe-loading{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000;transition:opacity var(--motion-duration-base) var(--ease-out);animation:home-curtain-ceiling var(--home-curtain-ceiling,6s) step-end forwards}@keyframes home-curtain-ceiling{to{opacity:0;visibility:hidden;pointer-events:none}}.home-globe-loading[data-ready]{opacity:0;pointer-events:none}.home-globe-loading__spinner{width:42px;height:42px;border-radius:50%;border:3px solid var(--surface-2);border-top-color:var(--accent-action);animation:home-globe-spin .9s linear infinite}@keyframes home-globe-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.home-globe-loading{animation-duration:var(--home-curtain-ceiling,6s)!important}.home-globe-loading__spinner{animation:none}}.home-feed__photo{-o-object-fit:cover;object-fit:cover}