/* Gather's public page. Brand: violet / lilac / sky, Georgia for display.
   Motion is progressive: everything is visible and still without JavaScript or
   with reduced motion; landing.mjs adds the classes that animate it. */
#gather-landing{--ink:#29203f;--violet:#7546d8;--violet-2:#6234bd;--paper:#fbf9ff;--lilac:#e9e0fb;--sky:#d9eff7;--line:#e4deec;--muted:#696175;--ok:#286450;--ok-bg:#e0f0e8;--warm:#96682e;--warm-bg:#fcf0e0;
 background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:clip;color-scheme:light}
body{margin:0;background:#fbf9ff}
#gather-landing *{box-sizing:border-box}
#gather-landing a{color:inherit;text-decoration:none}
#gather-landing svg{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#gather-landing h1,#gather-landing h2,#gather-landing h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin:0}
#gather-landing .gl-skip{position:absolute;left:-999px;top:8px;background:#fff;padding:10px 14px;border-radius:8px;z-index:50}
#gather-landing .gl-skip:focus{left:8px}
#gather-landing a:focus-visible,#gather-landing button:focus-visible,#gather-landing summary:focus-visible{outline:3px solid #b39ae4;outline-offset:3px;border-radius:8px}

/* ---- nav: sticky, and it firms up once the page moves ---- */
#gather-landing .gl-nav{position:sticky;top:0;z-index:40;padding:16px 5%;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid transparent;transition:background .3s,border-color .3s,box-shadow .3s,padding .3s}
#gather-landing .gl-nav.scrolled{background:#fbf9ffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-color:var(--line);box-shadow:0 8px 30px -22px #29203f55;padding-block:11px}
#gather-landing .gl-logo{font:600 30px Georgia,serif;letter-spacing:-1.6px;display:flex;align-items:center;gap:10px}
#gather-landing .gl-logo.sm{font-size:22px}
#gather-landing .gl-mark{position:relative;width:32px;height:34px;display:inline-block;flex:none}
#gather-landing .gl-mark:before,#gather-landing .gl-mark:after{content:'';position:absolute;width:17px;height:25px;border:3px solid var(--violet);border-radius:13px;transform:rotate(-35deg);left:2px;top:1px}
#gather-landing .gl-mark:after{left:13px;top:9px}
#gather-landing .gl-mark.sm{transform:scale(.72);transform-origin:center}
#gather-landing .gl-navlinks{display:flex;align-items:center;gap:22px;font-size:13px}
#gather-landing .gl-navlinks a:not(.gl-action){color:var(--muted);transition:color .2s}
#gather-landing .gl-navlinks a:not(.gl-action):hover{color:var(--ink)}

/* ---- buttons ---- */
#gather-landing .gl-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border:1px solid var(--violet);border-radius:999px;background:var(--violet);color:#fff;font:600 14px Arial;box-shadow:0 10px 24px -12px #7546d8aa;transition:transform .2s,box-shadow .2s,background .2s}
#gather-landing .gl-action:hover{transform:translateY(-2px);background:var(--violet-2);box-shadow:0 16px 30px -14px #7546d8cc}
#gather-landing .gl-action.small{padding:9px 16px;font-size:13px}
#gather-landing .gl-action.secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:none}
#gather-landing .gl-action.secondary:hover{border-color:#c9b8ea;background:#fff}
#gather-landing .gl-action.light{background:#fff;color:var(--violet);border-color:#fff}
#gather-landing .gl-action svg{width:16px;height:16px}

/* ---- type ---- */
#gather-landing .gl-eyebrow{font:600 11px Arial;letter-spacing:2.2px;text-transform:uppercase;margin:0 0 18px;color:var(--violet)}
#gather-landing h1{font-size:clamp(46px,6.6vw,82px);line-height:1;letter-spacing:-2.8px;margin:0 0 24px}
#gather-landing h1 em{font-style:italic;background:linear-gradient(95deg,var(--violet),#b06ad9 55%,#5aa6c4);-webkit-background-clip:text;background-clip:text;color:transparent;padding-right:.08em}
#gather-landing h2{font-size:clamp(32px,4.2vw,50px);line-height:1.08;letter-spacing:-1.4px;margin-bottom:16px}
#gather-landing h3{font-size:24px;line-height:1.2;letter-spacing:-.4px}
#gather-landing .gl-lead{font:17px/1.75 Arial;color:var(--muted);max-width:470px;margin:0 0 30px}
#gather-landing .gl-sub{font:15px/1.7 Arial;color:var(--muted);margin:0;max-width:560px}
#gather-landing .gl-small{font:12px/1.65 Arial;color:var(--muted);margin-top:16px}
#gather-landing .gl-actions{display:flex;gap:10px;flex-wrap:wrap}
#gather-landing .gl-section{padding:90px 5%;max-width:1240px;margin:0 auto}

/* ---- hero ---- */
#gather-landing .gl-hero{position:relative;padding:60px 5% 100px;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center}
#gather-landing .gl-hero:before{content:'';position:absolute;inset:-120px -30% auto auto;width:760px;height:760px;background:radial-gradient(circle,#d9eff7 0,#e9e0fb55 40%,transparent 68%);z-index:-1;pointer-events:none}
#gather-landing .gl-hero-art{position:relative;height:560px}
#gather-landing .gl-glow{position:absolute;left:50%;top:50%;width:420px;height:420px;transform:translate(-50%,-50%);border-radius:50%;background:conic-gradient(from 120deg,#e9e0fb,#d9eff7,#f3e3f7,#e9e0fb);filter:blur(40px);opacity:.9;animation:gl-spin 26s linear infinite}

/* the phone */
#gather-landing .gl-phone{position:absolute;left:50%;top:50%;width:268px;height:540px;margin:-270px 0 0 -134px;border-radius:44px;background:#1d1630;padding:11px;box-shadow:0 40px 80px -30px #29203f88,inset 0 0 0 2px #3a2f55}
#gather-landing .gl-phone.small{position:relative;left:auto;top:auto;margin:0 auto;width:250px;height:500px}
#gather-landing .gl-phone-screen{height:100%;border-radius:34px;background:#fff;overflow:hidden;padding:14px 14px 16px;display:flex;flex-direction:column;gap:11px}
#gather-landing .gl-phone-top{display:flex;justify-content:space-between;align-items:center;font:600 11px Arial;padding:0 6px}
#gather-landing .gl-notch{width:84px;height:22px;background:#1d1630;border-radius:14px}
#gather-landing .gl-ps-head{display:flex;justify-content:space-between;align-items:center;padding:4px 2px 0}
#gather-landing .gl-ps-head b{font:400 21px Georgia,serif}
#gather-landing .gl-ps-video{display:flex;gap:10px;align-items:center;background:#faf7ff;border:1px solid var(--line);border-radius:14px;padding:9px}
#gather-landing .gl-ps-video small,.gl-ps-caption small{display:block;font:600 9px Arial;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:3px}
#gather-landing .gl-ps-video strong{font:600 12px/1.35 Arial}
#gather-landing .gl-ps-caption{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 11px}
#gather-landing .gl-ps-caption p{margin:0;font:12px/1.55 Arial;color:#3d3452}
#gather-landing .gl-ps-caption.tall{min-height:150px}
#gather-landing .gl-ps-caption b{color:var(--violet)}
#gather-landing .gl-ps-links{display:flex;flex-direction:column;gap:7px}
#gather-landing .gl-ps-link{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:9px 10px;font:600 11.5px Arial}
#gather-landing .gl-copy{white-space:nowrap;margin-left:auto;font-size:11px;color:var(--violet);background:var(--lilac);border-radius:999px;padding:4px 9px}
#gather-landing .gl-dot{width:18px;height:18px;border-radius:6px;flex:none}
#gather-landing .gl-dot.ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b 55%,#6228d7)}
#gather-landing .gl-dot.fb{background:#1877f2;border-radius:50%}
#gather-landing .gl-ps-button{margin-top:auto;background:var(--violet);color:#fff;border-radius:14px;text-align:center;padding:13px;font:600 13px Arial}

/* product pictures, drawn: a tinted tile with a line drawing */
#gather-landing .gl-thumb{position:relative;width:62px;height:78px;border-radius:11px;flex:none;display:grid;place-items:center;overflow:hidden}
#gather-landing .gl-thumb.sm{width:42px;height:52px;border-radius:9px}
#gather-landing .gl-thumb svg{width:34px;height:34px;stroke-width:1.7;opacity:.9}
#gather-landing .gl-thumb.sm svg{width:24px;height:24px}
#gather-landing .gl-thumb:after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#ffffff55,transparent 55%)}
#gather-landing .t-pan{background:linear-gradient(150deg,#f3d5c4,#e7b89e);color:#8a4f33}
#gather-landing .t-pan2{background:linear-gradient(150deg,#e2e0e8,#c5c1d2);color:#4b4560}
#gather-landing .t-pot{background:linear-gradient(150deg,#cfe6ea,#a9d0d8);color:#2f6a76}
#gather-landing .t-lamp{background:linear-gradient(150deg,#f6e3b8,#ebc97d);color:#7c5a17}
#gather-landing .t-bowl{background:linear-gradient(150deg,#dce6f0,#b9cbe0);color:#3a5876}
#gather-landing .t-mw{background:linear-gradient(150deg,#d8ecdf,#b1d7bd);color:#2f6a45}
#gather-landing .gl-play-dot{position:absolute;right:5px;bottom:5px;width:18px;height:18px;border-radius:50%;background:#fffd;display:grid;place-items:center;z-index:1}
#gather-landing .gl-play-dot svg{width:10px;height:10px;fill:currentColor;stroke:none}

/* chips and pills */
#gather-landing .gl-chip{font:600 10.5px Arial;padding:5px 10px;border-radius:999px;background:var(--lilac);color:#5d3893;white-space:nowrap}
#gather-landing .gl-chip.ok{background:var(--ok-bg);color:var(--ok)}
#gather-landing .gl-chip.warm{background:var(--warm-bg);color:var(--warm)}
#gather-landing .gl-chip.done{background:#f0eef4;color:var(--muted)}
#gather-landing .gl-brand-pill{display:inline-block;font:700 10px Arial;padding:3px 8px;border-radius:6px;background:#fdeee8;color:#b04a2a;margin-right:6px}
#gather-landing .gl-brand-pill.amz{background:#fdf1dc;color:#8a5a12}
#gather-landing .gl-brand-pill.alt{background:#e3f1f4;color:#2f6a76}

/* floating cards around the phone */
#gather-landing .gl-float-card{position:absolute;background:#ffffffee;backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 24px 50px -24px #29203f55}
#gather-landing .gl-float-card small{display:block;font:600 10px Arial;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
#gather-landing .gl-match{left:-14%;top:30%;display:flex;gap:12px;align-items:flex-start;max-width:245px}
#gather-landing .gl-match b{display:block;font:600 13px/1.35 Arial;margin-bottom:7px}
#gather-landing .gl-check{width:28px;height:28px;border-radius:50%;background:var(--ok-bg);color:var(--ok);display:grid;place-items:center;flex:none}
#gather-landing .gl-check svg{width:16px;height:16px}
#gather-landing .gl-earn{right:-6%;bottom:9%;min-width:190px}
#gather-landing .gl-earn b{display:block;font:400 32px Georgia,serif;color:var(--ok);letter-spacing:-.5px}
#gather-landing .gl-earn span{font-size:11px;color:var(--muted)}
#gather-landing .gl-float-chip{position:absolute;right:4%;top:8%;display:flex;align-items:center;gap:6px;background:var(--ink);color:#fff;border-radius:999px;padding:9px 14px;font:600 12px Arial;box-shadow:0 16px 30px -16px #29203f}
#gather-landing .gl-float-chip svg{width:14px;height:14px}

/* ---- the route: a line that draws itself ---- */
#gather-landing .gl-flow-section{padding:80px 5% 40px;max-width:1240px;margin:0 auto;text-align:center}
#gather-landing .gl-flow{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:46px}
#gather-landing .gl-flow-line{position:absolute;left:10%;right:10%;top:33px;height:3px;background:var(--line);border-radius:3px;overflow:hidden}
#gather-landing .gl-flow-line i{display:block;height:100%;width:calc(var(--p,1) * 100%);background:linear-gradient(90deg,#5aa6c4,var(--violet));border-radius:3px}
#gather-landing .gl-flow-node{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}
#gather-landing .gl-flow-node b{font:600 14px Arial;margin-top:8px}
#gather-landing .gl-flow-node small{font:12px Arial;color:var(--muted)}
#gather-landing .gl-flow-icon{width:68px;height:68px;border-radius:22px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--violet);box-shadow:0 14px 30px -20px #29203f66}
#gather-landing .gl-flow-icon svg{width:28px;height:28px;stroke-width:1.8}
#gather-landing .gl-flow-icon.tiktok{color:#1d1630}
#gather-landing .gl-flow-icon.drive{color:#1f9d55}
#gather-landing .gl-flow-icon.social{color:#ee2a7b}
#gather-landing .gl-flow-node.star .gl-flow-icon{background:var(--violet);border-color:var(--violet);box-shadow:0 18px 36px -16px #7546d8}
#gather-landing .gl-flow-node.star .gl-mark:before,#gather-landing .gl-flow-node.star .gl-mark:after{border-color:#fff}

/* ---- the four steps ---- */
#gather-landing #gl-how>h2{max-width:640px}
#gather-landing .gl-feature{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center;margin-top:90px}
#gather-landing .gl-feature.flip .gl-feature-copy{order:2}
#gather-landing .gl-feature-copy p{font:16px/1.8 Arial;color:var(--muted);margin:16px 0 0;max-width:440px}
#gather-landing .gl-feature-copy h3{font-size:clamp(28px,3vw,36px);letter-spacing:-.8px}
#gather-landing .gl-number{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--lilac);color:var(--violet);font:700 13px Arial;margin-bottom:18px}
#gather-landing .gl-mock{position:relative}
#gather-landing .gl-window{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 40px 70px -40px #29203f66,0 2px 0 #fff inset;overflow:hidden}
#gather-landing .gl-window-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid var(--line);background:#fcfaff;font:600 11px Arial;color:var(--muted)}
#gather-landing .gl-window-bar i{width:10px;height:10px;border-radius:50%;background:#e4deec}
#gather-landing .gl-window-bar i:nth-child(1){background:#f4b4ae}#gather-landing .gl-window-bar i:nth-child(2){background:#f5d79a}#gather-landing .gl-window-bar i:nth-child(3){background:#b7dfb9}
#gather-landing .gl-window-bar span{margin-left:10px}

#gather-landing .gl-inbox,.gl-search,.gl-earnings{padding:20px}
#gather-landing .gl-inbox-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
#gather-landing .gl-inbox-head b{font:400 22px Georgia,serif}
#gather-landing .gl-row,#gather-landing .gl-hit{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--line);border-radius:14px;margin-top:9px;background:#fff}
#gather-landing .gl-row>div:nth-child(2),#gather-landing .gl-hit>div:nth-child(2){flex:1;min-width:0}
#gather-landing .gl-row b,#gather-landing .gl-hit b{display:block;font:600 13px/1.35 Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#gather-landing .gl-row small,#gather-landing .gl-hit small{display:block;font:12px Arial;color:var(--muted);margin-top:4px}
#gather-landing .gl-searchbox{display:flex;align-items:center;gap:10px;border:1.5px solid #cdbdf0;border-radius:14px;padding:12px 14px;font:14px Arial;min-height:48px;box-shadow:0 0 0 4px #e9e0fb88}
#gather-landing .gl-searchbox svg{color:var(--muted)}
#gather-landing .gl-use{font:600 11px Arial;color:#fff;background:var(--violet);border-radius:999px;padding:6px 11px;white-space:nowrap}
#gather-landing .gl-confirmed{display:flex;align-items:center;gap:8px;margin-top:14px;padding:11px 14px;border-radius:14px;background:var(--ok-bg);color:var(--ok);font:600 13px Arial}
#gather-landing .gl-caret{display:inline-block;width:2px;height:1.1em;background:var(--violet);vertical-align:-3px;margin-left:1px;animation:gl-blink 1s steps(2) infinite}
#gather-landing .gl-phone-mock{display:flex;justify-content:center;padding:10px 0;isolation:isolate}
#gather-landing .gl-phone-mock:before{content:'';position:absolute;inset:8% 6%;border-radius:40px;background:linear-gradient(140deg,#e9e0fb,#d9eff7);z-index:-1;transform:rotate(-4deg)}

#gather-landing .gl-earn-head{display:flex;justify-content:space-between;align-items:flex-start}
#gather-landing .gl-earn-head small{display:block;font:600 10px Arial;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}
#gather-landing .gl-earn-head b{display:block;font:400 44px Georgia,serif;letter-spacing:-1px;margin-top:4px;font-variant-numeric:tabular-nums}
#gather-landing .gl-bars{display:flex;align-items:flex-end;gap:10px;height:130px;margin:18px 0 10px;padding-bottom:1px;border-bottom:1px solid var(--line)}
#gather-landing .gl-bars i{flex:1;height:var(--h);border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#9d7be6,var(--violet));transform-origin:bottom}
#gather-landing .gl-bars i:last-child{background:linear-gradient(180deg,#7fc0d6,#4f98b3)}
#gather-landing .gl-earn-row{display:flex;justify-content:space-between;font:13px Arial;padding:9px 0;border-bottom:1px solid #f1edf6}
#gather-landing .gl-earn-row span{color:var(--muted)}
#gather-landing .gl-demo-foot{text-align:center;font:12px Arial;color:var(--muted);margin-top:60px}

/* ---- feature grid ---- */
#gather-landing .gl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
#gather-landing .gl-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;transition:transform .3s,box-shadow .3s,border-color .3s}
#gather-landing .gl-grid article:hover{transform:translateY(-4px);box-shadow:0 26px 50px -30px #29203f55;border-color:#d3c4ef}
#gather-landing .gl-grid h3{font-size:20px;margin:16px 0 8px}
#gather-landing .gl-grid p{font:14px/1.7 Arial;color:var(--muted);margin:0}
#gather-landing .gl-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(140deg,var(--lilac),var(--sky));color:var(--violet)}

/* ---- pricing ---- */
#gather-landing .gl-plans{display:block;margin:34px 0 18px}
#gather-landing .gl-plans-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
#gather-landing .gl-plan{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;display:flex;flex-direction:column;gap:8px;transition:transform .3s,box-shadow .3s}
#gather-landing .gl-plan:hover{transform:translateY(-4px);box-shadow:0 26px 50px -30px #29203f55}
#gather-landing .gl-plan.featured{border:2px solid var(--violet);box-shadow:0 30px 60px -34px #7546d8}
#gather-landing .gl-plan h3{font:700 13px Arial;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}
#gather-landing .gl-plan .gl-price{font:400 46px/1.1 Georgia,serif;letter-spacing:-1px;margin:4px 0}
#gather-landing .gl-plan .gl-price span{font:14px Arial;color:var(--muted);letter-spacing:0}
#gather-landing .gl-plan p{margin:0;font:14px/1.65 Arial;color:var(--muted)}
#gather-landing .gl-plan p b{color:var(--ink)}
#gather-landing .gl-plan .gl-action{margin-top:auto}
#gather-landing .gl-plan .gl-action:not(.secondary){margin-top:auto}
#gather-landing .gl-plan>p:last-of-type{margin-bottom:18px}
#gather-landing .gl-badge{align-self:flex-start;font:700 10px Arial;letter-spacing:1px;text-transform:uppercase;background:var(--violet);color:#fff;border-radius:999px;padding:5px 11px}
#gather-landing .gl-interval{display:inline-flex;gap:2px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff;margin-bottom:22px}
#gather-landing .gl-interval button{border:0;background:transparent;border-radius:999px;padding:9px 18px;font:600 13px Arial;color:var(--muted);cursor:pointer;transition:background .2s,color .2s}
#gather-landing .gl-interval button[aria-pressed="true"]{background:var(--violet);color:#fff}
#gather-landing .gl-interval button[aria-pressed="true"] span{color:#e9e0fb}
#gather-landing .gl-interval span{font-size:11px;color:var(--violet);margin-left:4px}

/* ---- questions ---- */
#gather-landing .gl-faq-list{margin-top:34px;max-width:820px;border-top:1px solid var(--line)}
#gather-landing .gl-faq details{border-bottom:1px solid var(--line)}
#gather-landing .gl-faq summary{cursor:pointer;list-style:none;padding:22px 40px 22px 0;font:400 21px/1.3 Georgia,serif;position:relative}
#gather-landing .gl-faq summary::-webkit-details-marker{display:none}
#gather-landing .gl-faq summary:after{content:'+';position:absolute;right:6px;top:50%;transform:translateY(-50%);font:300 28px Arial;color:var(--violet);transition:transform .25s}
#gather-landing .gl-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}
#gather-landing .gl-faq details p{margin:0 0 22px;font:15px/1.75 Arial;color:var(--muted);max-width:680px}

/* ---- closing ---- */
#gather-landing .gl-bottom{margin:40px 5% 70px;padding:80px 6%;border-radius:32px;text-align:center;color:#fff;background:radial-gradient(ellipse at 20% 0,#9d7be6,transparent 60%),radial-gradient(ellipse at 90% 100%,#4f98b3,transparent 55%),var(--violet);box-shadow:0 40px 80px -40px #7546d8}
#gather-landing .gl-bottom h2{color:#fff}
#gather-landing .gl-bottom p{font:16px/1.7 Arial;color:#f1eafd;margin:0 0 28px}
#gather-landing .gl-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:26px 5% 40px;border-top:1px solid var(--line);font:13px Arial;color:var(--muted)}
#gather-landing .gl-footer-links{display:flex;gap:20px}
#gather-landing .gl-footer-links a:hover{color:var(--ink)}

/* ================= motion =================
   .gl-motion is set by landing.mjs only when motion is welcome, so a page with
   no script, or a reader who asked for less movement, gets everything in place. */
@keyframes gl-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes gl-bob{0%,100%{translate:0 0}50%{translate:0 -10px}}
@keyframes gl-blink{50%{opacity:0}}
@keyframes gl-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes gl-grow{from{transform:scaleY(0)}to{transform:scaleY(1)}}
@keyframes gl-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
@keyframes gl-pulse{0%{box-shadow:0 0 0 0 #7546d855}100%{box-shadow:0 0 0 14px #7546d800}}

#gather-landing.gl-motion [data-reveal]{opacity:0;transform:translateY(28px);filter:blur(6px);transition:opacity .8s cubic-bezier(.2,.7,.2,1) var(--d,0ms),transform .8s cubic-bezier(.2,.7,.2,1) var(--d,0ms),filter .8s ease var(--d,0ms)}
#gather-landing.gl-motion [data-reveal].is-in{opacity:1;transform:none;filter:none}
#gather-landing.gl-motion .gl-float{animation:gl-bob 6s ease-in-out infinite}
#gather-landing.gl-motion .gl-float.slow{animation-duration:8s;animation-delay:-2s}
/* scroll parallax: landing.mjs sets --py; the bob above uses `translate`, so the two add up */
#gather-landing .gl-hero-art [data-parallax]{transform:translateY(var(--py,0px)) scale(var(--s,1))}
#gather-landing.gl-motion .gl-hero-art [data-parallax]{will-change:transform}

/* each mock plays once it is on screen */
#gather-landing.gl-motion [data-play] .gl-row,
#gather-landing.gl-motion [data-play] .gl-hit{opacity:0}
#gather-landing.gl-motion [data-play].play .gl-row{animation:gl-in .6s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i) * 140ms + 150ms)}
#gather-landing.gl-motion [data-play].play .gl-hit{animation:gl-in .6s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i) * 140ms + 1500ms)}
#gather-landing.gl-motion [data-play] .gl-confirmed{opacity:0}
#gather-landing.gl-motion [data-play].play .gl-confirmed{animation:gl-pop .5s ease both 2.9s}
#gather-landing.gl-motion [data-play].play .gl-hit:first-of-type .gl-use{animation:gl-pulse 1s ease 2.4s 2}
#gather-landing.gl-motion [data-play] .gl-bars i{transform:scaleY(0)}
#gather-landing.gl-motion [data-play].play .gl-bars i{animation:gl-grow .9s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i) * 90ms + 200ms)}
#gather-landing.gl-motion [data-play] .gl-copy.pop{opacity:0}
#gather-landing.gl-motion [data-play].play .gl-copy.pop{animation:gl-pop .45s ease both 4.8s}
#gather-landing:not(.gl-motion) .gl-caret{display:none}

@media (prefers-reduced-motion:reduce){
 #gather-landing *,#gather-landing *:before,#gather-landing *:after{animation:none!important;transition:none!important}
}

/* ================= smaller screens ================= */
@media (max-width:980px){
 #gather-landing .gl-hero{grid-template-columns:1fr;padding-top:30px;text-align:left}
 #gather-landing .gl-hero-art{height:540px;max-width:520px;width:100%;margin:0 auto}
 #gather-landing .gl-feature,#gather-landing .gl-feature.flip{grid-template-columns:1fr;gap:34px;margin-top:70px}
 #gather-landing .gl-feature.flip .gl-feature-copy{order:0}
 #gather-landing .gl-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
 #gather-landing .gl-hide-sm{display:none}
 #gather-landing .gl-navlinks{gap:14px}
 #gather-landing .gl-logo{font-size:25px}
 #gather-landing .gl-section{padding:64px 5%}
 #gather-landing .gl-flow{grid-template-columns:1fr;gap:18px;text-align:left;max-width:360px;margin-inline:auto}
 #gather-landing .gl-flow-line{left:33px;right:auto;top:10px;bottom:10px;width:3px;height:auto}
 #gather-landing .gl-flow-line i{width:100%;height:calc(var(--p,1) * 100%)}
 #gather-landing .gl-flow-node{flex-direction:row;align-items:center;gap:14px}
 #gather-landing .gl-flow-node b{margin:0}
 #gather-landing .gl-flow-node small{margin-left:auto;text-align:right}
 #gather-landing .gl-grid{grid-template-columns:1fr}
 #gather-landing .gl-match{left:0;top:4%;max-width:210px;padding:11px 13px}
 #gather-landing .gl-earn{right:0;bottom:6%;min-width:160px;padding:11px 13px}
 #gather-landing .gl-earn b{font-size:26px}
 #gather-landing .gl-float-chip{right:0;top:0}
 #gather-landing .gl-hero-art{height:520px}
 #gather-landing .gl-hero{padding-bottom:30px;gap:24px}
 #gather-landing .gl-flow-section{padding-top:40px}
 #gather-landing .gl-feature,#gather-landing .gl-feature.flip{margin-top:56px}
 #gather-landing .gl-hero-art .gl-phone{--s:.9}
 #gather-landing .gl-bottom{margin-inline:16px;padding:56px 22px;border-radius:24px}
 #gather-landing .gl-faq summary{font-size:18px}
}
