:root { --ink:#1f2925; --muted:#66706a; --paper:#f2eee7; --surface:#faf8f3; --subtle:#e7e1d6; --forest:#244439; --forest-soft:#dce7df; --amber:#ba7452; --line:rgba(31,41,37,.12); --shadow:0 28px 70px rgba(28,31,27,.13), 0 4px 14px rgba(28,31,27,.06); --ease:cubic-bezier(.22,.9,.28,1); }
[data-theme="dark"] { --ink:#f2f0e9; --muted:#b7bdb7; --paper:#151816; --surface:#1c201d; --subtle:#292f2a; --forest:#b5d2bd; --forest-soft:#24342a; --amber:#dda681; --line:rgba(242,240,233,.14); --shadow:0 28px 70px rgba(0,0,0,.32), 0 4px 14px rgba(0,0,0,.18); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:Manrope, sans-serif; font-size:15px; line-height:1.55; transition:background .5s var(--ease),color .5s var(--ease); } body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.045; z-index:10; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); } a { color:inherit; text-decoration:none; } button { font:inherit; } .skip-link { position:absolute; top:-60px; left:18px; z-index:20; background:var(--ink); color:var(--paper); padding:10px 16px; border-radius:999px; } .skip-link:focus { top:18px; }
.site-header { width:min(1210px,calc(100% - 44px)); margin:22px auto 0; min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:20px; position:relative; z-index:4; } .brand { display:inline-flex; align-items:center; gap:9px; font-weight:700; letter-spacing:-.045em; white-space:nowrap; } .brand-mark { display:grid; place-items:center; width:27px; height:27px; border-radius:50%; color:var(--paper); background:var(--forest); font-family:"Playfair Display",serif; font-size:18px; font-weight:600; font-style:italic; } .site-header nav { display:flex; gap:28px; margin-left:auto; margin-right:20px; font-size:12px; color:var(--muted); } .site-header nav a { transition:color .35s var(--ease); } .site-header nav a:hover { color:var(--ink); } .header-actions { display:flex; align-items:center; gap:10px; }.theme-toggle { width:40px; height:40px; border:1px solid var(--line); background:color-mix(in srgb,var(--surface) 78%,transparent); border-radius:50%; color:var(--ink); font-size:20px; cursor:pointer; transition:transform .35s var(--ease),background .35s var(--ease); }.theme-toggle:hover { transform:rotate(25deg); background:var(--subtle); }.nav-cta { background:var(--ink); color:var(--paper); font-size:12px; padding:10px 13px 10px 17px; border-radius:999px; display:flex; align-items:center; gap:10px; }.nav-cta span { background:var(--paper); color:var(--ink); border-radius:50%; width:19px; height:19px; display:grid; place-items:center; }
.hero { min-height:calc(100dvh - 76px); width:min(1210px,calc(100% - 44px)); margin:0 auto; display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:20px; position:relative; padding:58px 0 74px; overflow:hidden; }.hero::after { content:""; position:absolute; width:490px; height:490px; border-radius:50%; right:-145px; top:90px; border:1px solid var(--line); opacity:.75; }.hero-copy { max-width:585px; position:relative; z-index:1; }.eyebrow { display:flex; align-items:center; gap:8px; color:var(--muted); font-family:"DM Mono",monospace; font-size:10px; letter-spacing:.08em; text-transform:uppercase; margin:0 0 22px; }.eyebrow span { width:26px; height:1px; background:var(--amber); }.hero h1,.section h2 { font-family:"Playfair Display",serif; font-weight:500; letter-spacing:-.072em; line-height:.95; margin:0; }.hero h1 { font-size:clamp(65px,7.9vw,112px); }.hero h1 em,.section h2 em { font-weight:500; color:var(--amber); }.hero-intro { font-size:17px; max-width:430px; line-height:1.65; margin:30px 0 28px; color:var(--muted); }.hero-actions { display:flex; align-items:center; gap:27px; }.button { min-height:50px; padding:7px 9px 7px 20px; border-radius:999px; display:inline-flex; align-items:center; gap:12px; font-size:13px; font-weight:700; transition:transform .35s var(--ease),box-shadow .35s var(--ease); }.button.primary { color:var(--paper); background:var(--forest); box-shadow:0 11px 25px rgba(28,31,27,.16); }.button.primary:hover { transform:translateY(-2px); box-shadow:0 17px 30px rgba(28,31,27,.2); }.button span { width:33px; height:33px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.18); font-size:16px; }.text-link { font-size:13px; font-weight:700; text-decoration:underline; text-decoration-color:color-mix(in srgb,var(--ink) 22%,transparent); text-underline-offset:5px; }.text-link span { text-decoration:none; display:inline-block; margin-left:5px; color:var(--amber); }.availability-note { font-size:11px; color:var(--muted); margin:17px 0 0; }.hero-object { min-height:560px; position:relative; z-index:1; }.object-halo { position:absolute; inset:8% 2% 10%; background:radial-gradient(circle at 47% 45%,color-mix(in srgb,var(--amber) 24%,transparent),transparent 52%),radial-gradient(circle at 70% 68%,color-mix(in srgb,var(--forest) 20%,transparent),transparent 50%); filter:blur(15px); }.object-stage { height:520px; width:100%; cursor:grab; position:relative; }.object-stage:active { cursor:grabbing; }.object-stage canvas { width:100%; height:100%; position:relative; z-index:2; }.webgl-fallback { position:absolute; inset:75px 10% 50px; z-index:1; border-radius:50%; border:16px solid rgba(186,116,82,.28); box-shadow:var(--shadow); display:grid; place-items:center; overflow:hidden; transform:rotate(-13deg); }.webgl-fallback img { width:81%; aspect-ratio:1; object-fit:cover; border-radius:50%; border:8px solid var(--surface); }.webgl-fallback.is-hidden { display:none; }.fallback-orbit { position:absolute; inset:12% -18%; border:5px solid var(--forest); border-radius:50%; }.orbit-two { transform:rotate(70deg); border-color:var(--amber); }.object-caption { display:flex; align-items:center; justify-content:center; gap:8px; color:var(--muted); font-family:"DM Mono",monospace; font-size:10px; letter-spacing:.05em; text-transform:uppercase; margin:-13px 0 0; }.object-caption span { width:6px; height:6px; border-radius:50%; background:var(--forest); animation:pulse 2.5s infinite; }.hero-quiet-note { position:absolute; bottom:50px; right:7%; font-family:"Playfair Display",serif; font-style:italic; font-size:13px; color:var(--muted); }
.section { width:min(1120px,calc(100% - 44px)); margin:0 auto; padding:142px 0; position:relative; }.daily { min-height:760px; display:grid; grid-template-columns:1fr 360px 1fr; align-items:center; gap:65px; }.section h2 { font-size:clamp(49px,5.2vw,75px); }.section-heading p:not(.eyebrow),.recap-copy>p:not(.eyebrow),.pulse-copy>p:not(.eyebrow),.vet-copy>p:not(.eyebrow),.availability p:not(.eyebrow) { color:var(--muted); max-width:390px; font-size:15px; margin:27px 0 0; }.phone-shell { width:310px; height:624px; margin:auto; background:var(--ink); padding:8px; border-radius:45px; box-shadow:var(--shadow); transform:rotate(4deg); }.phone-bezel { height:100%; border-radius:38px; padding:3px; background:linear-gradient(145deg,#c9c7c0,#4e5550 53%,#bdc1b8); }.phone-screen { background:#f7f6f1; color:#1f2925; height:100%; border-radius:35px; padding:12px 16px 17px; overflow:hidden; position:relative; }.ios-status { display:flex; justify-content:space-between; font-size:9px; font-weight:700; padding:0 5px 17px; }.screen-topline { display:flex; justify-content:space-between; align-items:center; color:#728078; font-size:10px; }.profile-mini { width:25px; height:25px; display:inline-block; border-radius:50%; overflow:hidden; }.profile-mini img { width:100%; height:100%; object-fit:cover; }.phone-screen h3 { margin:14px 0 18px; font-family:"Playfair Display",serif; font-size:27px; line-height:1.05; font-weight:500; letter-spacing:-.05em; }.quick-card { padding:14px; background:#d9e7dc; border-radius:17px; display:flex; justify-content:space-between; align-items:center; }.quick-card small,.pulse-panel small { display:block; font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.08em; color:#66756b; }.quick-card strong { font-size:13px; display:block; margin-top:3px; }.quick-card button { width:33px; height:33px; border:0; border-radius:50%; color:#fff; background:#285142; font-size:23px; line-height:1; }.log-list { margin-top:21px; }.log-row { display:flex; align-items:center; gap:10px; padding:11px 0; border-bottom:1px solid #e4e4df; }.log-row>div { flex:1; }.log-row strong,.log-row small { display:block; }.log-row strong { font-size:11px; }.log-row small { color:#7c867f; font-size:9px; }.log-row>b { color:#3e7965; font-size:12px; }.log-icon { height:29px; width:29px; display:grid; place-items:center; border-radius:9px; font-size:15px; font-weight:700; }.meal { background:#f5e3c9; color:#b66c38; }.walk { background:#dbe8e1; color:#3b7763; }.med { background:#ece1e6; color:#a65d79; }.screen-tabs { position:absolute; bottom:0; left:0; right:0; height:59px; display:flex; align-items:center; justify-content:space-around; background:rgba(255,255,255,.91); border-top:1px solid #e7e7e2; }.screen-tabs span { display:grid; justify-items:center; color:#8d9791; font-size:15px; }.screen-tabs small { font-size:7px; margin-top:3px; }.screen-tabs .active { color:#285142; }.daily-side { align-self:end; margin-bottom:78px; }.side-number { font-family:"Playfair Display",serif; color:var(--amber); font-size:25px; font-style:italic; margin:0; }.rule { height:1px; background:var(--line); max-width:250px; margin:19px 0; }.daily-side h3 { font-family:"Playfair Display",serif; font-weight:500; font-size:26px; line-height:1.1; letter-spacing:-.04em; margin:0; }.daily-side>p:not(.side-number) { color:var(--muted); font-size:13px; max-width:220px; }.micro-stat { margin-top:25px; display:grid; gap:2px; }.micro-stat b { font-size:18px; letter-spacing:-.05em; }.micro-stat span { font-size:10px; color:var(--muted); }
.recaps { display:grid; grid-template-columns:1.04fr .96fr; align-items:center; gap:100px; padding-top:100px; }.recap-visual { min-height:520px; position:relative; display:grid; place-items:center; }.recap-backdrop { position:absolute; width:88%; height:82%; border-radius:48% 52% 47% 53% / 51% 48% 52% 49%; background:var(--forest-soft); transform:rotate(-8deg); }.recap-card { width:min(430px,94%); padding:18px; background:var(--surface); box-shadow:var(--shadow); border:1px solid var(--line); border-radius:25px; position:relative; z-index:1; transform:rotate(3.5deg); }.recap-card-top { display:flex; align-items:center; gap:8px; color:var(--muted); font-family:"DM Mono",monospace; text-transform:uppercase; font-size:8px; letter-spacing:.03em; }.recap-card-top button { margin-left:auto; border:0; background:var(--subtle); border-radius:50%; width:25px; height:25px; color:var(--ink); }.recap-score { padding:29px 0 18px; }.recap-score small { color:var(--muted); font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.08em; }.recap-score strong { display:block; font-family:"Playfair Display",serif; font-size:58px; font-weight:500; letter-spacing:-.08em; line-height:.9; margin:7px 0; }.recap-score strong span { font-family:Manrope,sans-serif; font-size:14px; letter-spacing:-.03em; }.recap-score p { margin:0; color:var(--muted); font-size:11px; }.weight-plot { padding:16px; background:var(--subtle); border-radius:17px; }.plot-label { display:flex; justify-content:space-between; align-items:center; font-family:"DM Mono",monospace; font-size:8px; color:var(--muted); letter-spacing:.08em; }.plot-label b { color:var(--ink); font-family:Manrope,sans-serif; font-size:11px; letter-spacing:-.03em; }.plot-label i { color:#4c8a70; font-style:normal; }.weight-plot svg { width:100%; display:block; overflow:visible; margin-top:12px; }.weight-plot .grid { fill:none; stroke:var(--line); stroke-width:1; stroke-dasharray:2 4; }.weight-plot .trend { fill:none; stroke:var(--forest); stroke-width:2.5; }.weight-plot circle { fill:var(--amber); stroke:var(--surface); stroke-width:2; }.plot-dates { display:flex; justify-content:space-between; color:var(--muted); font-size:8px; }.recap-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:14px; }.recap-metrics div { padding:10px; border-radius:12px; background:color-mix(in srgb,var(--subtle) 55%,transparent); }.recap-metrics b,.recap-metrics span { display:block; }.recap-metrics b { font-size:15px; letter-spacing:-.06em; }.recap-metrics span { color:var(--muted); font-size:8px; margin-top:2px; }.fine-print { font-size:10px!important; max-width:340px; color:var(--muted); margin-top:20px!important; }
.pulse { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:100px; }.pulse-panel { min-height:390px; overflow:hidden; padding:30px; position:relative; border-radius:28px; background:var(--forest); color:#f7f6f0; box-shadow:var(--shadow); }.pulse-panel::before { content:""; position:absolute; inset:6px; border-radius:23px; border:1px solid rgba(255,255,255,.16); pointer-events:none; }.pulse-panel-head,.pulse-event { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; }.pulse-panel small { color:rgba(255,255,255,.58); }.pulse-panel h3 { font-family:"Playfair Display",serif; font-size:34px; letter-spacing:-.06em; line-height:1; font-weight:500; margin:6px 0 0; }.pulse-pill { padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.13); font-family:"DM Mono",monospace; font-size:9px; }.pulse-dots { display:flex; position:relative; z-index:1; gap:11px; margin:42px 0 34px; }.pulse-dots span { width:25px; height:25px; border-radius:50%; border:1px solid rgba(255,255,255,.35); }.pulse-dots .full { background:#e9c389; border-color:#e9c389; }.pulse-dots .half { background:linear-gradient(90deg,#e9c389 50%,transparent 50%); }.pulse-event { padding:16px; background:rgba(10,22,17,.22); border:1px solid rgba(255,255,255,.12); border-radius:16px; }.pulse-event>div:nth-child(2) { margin-right:auto; padding-left:11px; }.pulse-event b,.pulse-event small { display:block; }.pulse-event b { font-size:12px; }.pulse-event small { font-size:9px; margin-top:3px; }.pulse-event>span { font-family:"DM Mono",monospace; color:#e9c389; font-size:9px; }.event-dot { width:13px; height:13px; border-radius:50%; background:#b57445; }.pulse-context { position:relative; z-index:1; margin-top:15px; padding:0 2px; }.pulse-context span { font-family:"DM Mono",monospace; color:rgba(255,255,255,.58); font-size:8px; letter-spacing:.08em; }.pulse-context p { font-size:11px; margin:5px 0; color:rgba(255,255,255,.82); }.pulse-orb { position:absolute; border-radius:50%; opacity:.55; }.pulse-orb-one { width:250px; height:250px; right:-100px; bottom:-150px; border:35px solid #dba579; }.pulse-orb-two { width:100px; height:100px; right:70px; top:-45px; border:16px solid #bdd2b9; }
.vet { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }.vet-art { min-height:470px; display:grid; place-items:center; background:linear-gradient(135deg,var(--subtle),color-mix(in srgb,var(--surface) 70%,var(--amber))); border-radius:44% 56% 43% 57% / 56% 41% 59% 44%; }.paper-card { width:285px; min-height:365px; padding:23px; background:#f9f6ed; color:#27332d; transform:rotate(-5deg); box-shadow:0 25px 48px rgba(28,31,27,.2); position:relative; overflow:hidden; }.paper-card::after { content:""; position:absolute; width:130px; height:130px; border-radius:50%; right:-60px; bottom:-60px; border:20px solid rgba(186,116,82,.15); }.paper-top { display:flex; justify-content:space-between; color:#778077; font-family:"DM Mono",monospace; font-size:7px; letter-spacing:.04em; }.paper-card h3 { font-family:"Playfair Display",serif; font-weight:500; font-size:37px; line-height:.92; letter-spacing:-.07em; margin:40px 0 13px; }.paper-card p { font-size:11px; color:#66706a; margin:0; }.paper-line { height:1px; background:#d8d5ca; margin:27px 0 17px; }.paper-data { display:grid; grid-template-columns:1fr auto; gap:11px; font-family:"DM Mono",monospace; font-size:8px; color:#778077; }.paper-data b { font-family:Manrope,sans-serif; color:#27332d; font-size:11px; }.paper-stamp { position:absolute; right:25px; bottom:28px; width:36px; height:36px; border:1px solid #c7c0b2; border-radius:50%; display:grid; place-items:center; font-family:"Playfair Display",serif; font-size:18px; font-style:italic; }.vet-details { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }.vet-details span { border:1px solid var(--line); border-radius:999px; padding:8px 10px; font-family:"DM Mono",monospace; font-size:9px; color:var(--muted); }
.teams { padding-top:110px; }.teams-top { display:flex; justify-content:space-between; align-items:end; margin-bottom:55px; }.teams-top .eyebrow { margin-bottom:7px; align-self:start; }.teams-grid { display:grid; grid-template-columns:1.15fr 1fr 1fr; gap:16px; }.team-card { min-height:340px; border:1px solid var(--line); border-radius:24px; padding:24px; position:relative; overflow:hidden; background:var(--surface); box-shadow:0 12px 30px rgba(28,31,27,.05); }.team-card:nth-child(1) { background:var(--forest); color:#f6f4ec; }.card-index,.coming { font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.08em; color:var(--amber); }.team-card h3 { font-family:"Playfair Display",serif; font-size:31px; font-weight:500; line-height:1; letter-spacing:-.06em; margin:76px 0 13px; }.team-card p:not(.coming) { max-width:270px; font-size:12px; color:var(--muted); }.team-card:nth-child(1) p:not(.coming) { color:rgba(255,255,255,.65); }.pet-stack { display:flex; align-items:center; position:absolute; bottom:24px; left:24px; gap:8px; }.pet-stack img { width:34px; height:34px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.6); }.pet-stack span { width:27px; height:27px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.14); }.pet-stack i { margin-left:4px; font-size:10px; font-style:normal; color:rgba(255,255,255,.63); }.route-chip { position:absolute; bottom:28px; left:24px; right:24px; padding:11px; border-radius:13px; background:var(--subtle); display:flex; justify-content:space-between; align-items:center; font-size:9px; }.route-chip b { color:var(--amber); font-size:15px; }.future-card { background:color-mix(in srgb,var(--surface) 72%,var(--subtle)); }.future-card h3 { margin-top:12px; }.future-list { position:absolute; left:24px; bottom:25px; right:24px; display:grid; gap:7px; }.future-list span { border-top:1px solid var(--line); padding-top:7px; font-size:10px; color:var(--muted); }
.availability { width:100%; padding:165px 22px; text-align:center; overflow:hidden; }.availability::before { content:""; position:absolute; width:min(740px,90vw); height:450px; background:var(--forest-soft); top:95px; left:50%; transform:translateX(-50%) rotate(-5deg); border-radius:50% 50% 41% 59% / 55% 48% 52% 45%; }.availability-inner { position:relative; z-index:1; max-width:670px; margin:auto; }.availability .eyebrow { justify-content:center; }.availability h2 { font-size:clamp(57px,7vw,92px); }.availability p:not(.eyebrow) { margin:24px auto 0; }.availability-actions { display:flex; justify-content:center; align-items:center; gap:18px; margin-top:30px; }.availability-actions>span { font-family:"DM Mono",monospace; color:var(--muted); font-size:10px; }
footer { width:min(1210px,calc(100% - 44px)); margin:0 auto; min-height:115px; display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }footer .brand { color:var(--ink); }footer a:last-child { text-decoration:underline; text-underline-offset:4px; }
.reveal { opacity:1; transform:none; }.daily-phone.reveal { transform:rotate(4deg); }.recap-visual.reveal { transform:rotate(-1deg); }@keyframes pulse { 50% { transform:scale(1.55); opacity:.5; } }
@media (max-width:850px) { .site-header nav { display:none; }.hero { grid-template-columns:1fr; padding-top:55px; text-align:center; }.hero-copy { margin:auto; }.hero .eyebrow,.hero-actions { justify-content:center; }.hero-intro { margin-left:auto; margin-right:auto; }.hero-object { min-height:420px; margin-top:-10px; }.object-stage { height:410px; }.hero-quiet-note { display:none; }.daily { grid-template-columns:1fr 310px; gap:45px; }.daily-side { grid-column:1; grid-row:2; align-self:start; margin:0; }.daily-phone { grid-column:2; grid-row:1 / span 2; }.recaps,.pulse,.vet { gap:50px; }.teams-grid { grid-template-columns:1fr 1fr; }.future-card { grid-column:span 2; min-height:280px; }.future-card h3 { margin-top:35px; }.availability { padding-top:135px; } }
@media (max-width:620px) { .site-header { width:calc(100% - 28px); margin-top:13px; }.nav-cta { display:none; }.header-actions { margin-left:auto; }.hero,.section,footer { width:calc(100% - 32px); }.hero { padding:53px 0 34px; min-height:auto; }.hero h1 { font-size:clamp(58px,17vw,77px); }.hero-intro { font-size:15px; }.hero-actions { flex-direction:column; gap:17px; }.hero-object { width:calc(100% + 40px); margin-left:-20px; min-height:350px; }.object-stage { height:345px; }.object-caption { margin-top:-5px; }.section { padding:90px 0; }.section h2 { font-size:50px; }.daily,.recaps,.pulse,.vet { display:flex; flex-direction:column; gap:43px; min-height:0; }.daily .section-heading,.recap-copy,.pulse-copy,.vet-copy { width:100%; }.daily-phone { order:2; width:286px; height:576px; transform:none!important; }.daily-side { order:3; }.recaps { padding-top:45px; }.recap-visual { width:100%; min-height:400px; }.recap-card { transform:rotate(1.5deg); }.pulse-panel { width:100%; padding:24px; min-height:355px; }.vet-art { width:100%; min-height:390px; }.paper-card { transform:rotate(-3deg) scale(.92); }.teams { padding-top:60px; }.teams-top { display:block; margin-bottom:35px; }.teams-top .eyebrow { margin-bottom:20px; }.teams-grid { grid-template-columns:1fr; }.team-card,.future-card { grid-column:auto; min-height:290px; }.team-card h3 { margin-top:48px; }.availability { width:100%; padding:110px 20px; }.availability::before { top:50px; height:430px; }.availability-actions { flex-direction:column; }.availability h2 { font-size:57px; } footer { min-height:150px; flex-wrap:wrap; align-content:center; gap:8px 30px; }footer p { order:3; width:100%; margin:0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; }.reveal,.daily-phone.reveal,.recap-visual.reveal { opacity:1; transform:none; transition:none; }.object-caption span { animation:none; }.button,.theme-toggle { transition:none; } }
[data-motion="reduce"] { scroll-behavior:auto; } [data-motion="reduce"] .reveal,[data-motion="reduce"] .daily-phone.reveal,[data-motion="reduce"] .recap-visual.reveal { opacity:1; transform:none; transition:none; } [data-motion="reduce"] .object-caption span { animation:none; }
.object-caption { position:relative; z-index:3; margin:10px 0 0; }
