:root{--dog-yellow:#fffc00;--dog-black:#131209;--dog-ease:cubic-bezier(.32,.72,0,1)}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0}.dog-site{color:var(--dog-black);background:#f8f7f2;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5;overflow:clip}.dog-site *,.dog-story *,.dog-menu-panel *,.dog-video-modal *{box-sizing:border-box}.dog-site h1,.dog-site h2,.dog-site p{margin:0}.dog-site a{color:inherit;text-decoration:none}.dog-site button,.dog-icon{font:inherit;cursor:pointer}.dog-site button{border:0}.dog-site button,.dog-site a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.dog-site img{max-width:100%;display:block}.dog-site h1,.dog-site h2,.dog-site p{text-wrap:pretty}.dog-site h1,.dog-site h2{text-wrap:balance}.dog-site :focus-visible,.dog-story :focus-visible,.dog-menu-panel :focus-visible,.dog-video-modal :focus-visible{outline-offset:5px;outline:3px solid #ec4e9f}.dog-site ::selection{background:var(--dog-black);color:var(--dog-yellow)}.dog-sr{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dog-skip{z-index:100;background:#fff;padding:16px;position:fixed;top:-80px;left:24px}.dog-skip:focus{top:16px}.dog-header{z-index:20;background:#fff;border-radius:9999px;justify-content:space-between;align-items:center;width:min(720px,100% - 48px);padding:12px 12px 12px 24px;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #1312090a}.dog-wordmark{letter-spacing:-.08em;font-size:30px;font-weight:700;line-height:36px}.dog-wordmark span{vertical-align:top;letter-spacing:0;margin-left:4px;font-size:12px;display:inline-block}.dog-desktop-nav{gap:24px;font-size:14px;font-weight:600;display:flex}.dog-desktop-nav a{padding:8px 0;position:relative}.dog-desktop-nav a:after{content:"";height:2px;transition:transform .3s var(--dog-ease);transform-origin:0;background:currentColor;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.dog-desktop-nav a:hover:after{transform:scaleX(1)}.dog-nav-cta{background:var(--dog-black);border-radius:9999px;align-items:center;gap:12px;padding:12px 16px;font-size:12px;font-weight:600;display:flex;color:#fff!important}.dog-menu-toggle{display:none}.dog-eyebrow,.dog-section-label,.dog-hero-topline,.dog-hero-bottom>span,.dog-photo-index,.dog-archive-credit,.dog-coin-info>div>span,.dog-footer-bottom{letter-spacing:.07em;font-size:12px;font-weight:600;line-height:16px}.dog-hero{background:var(--dog-yellow);min-height:840px;padding:128px 48px 32px;position:relative}.dog-hero-topline{justify-content:space-between;display:flex}.dog-hero-title{text-align:center;z-index:3;margin-top:32px;position:relative}.dog-hero-title .dog-eyebrow{justify-content:center;align-items:center;gap:8px;display:flex}.dog-status-dot{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px;display:inline-block}.dog-hero-title h1{word-spacing:.08em;letter-spacing:-.085em;margin:16px 0;font-size:128px;font-weight:700;line-height:1}.dog-hero-title>p:last-child{letter-spacing:-.03em;font-size:20px;line-height:28px}.dog-hero-collage{max-width:1140px;height:336px;margin:32px auto 0;position:relative}.dog-snap{width:208px;transition:transform .5s var(--dog-ease),box-shadow .5s var(--dog-ease);transform:translateX(var(--x)) translateY(var(--y)) rotate(var(--r));transform-origin:50% 80%;z-index:var(--z);background:#fff;border-radius:8px;padding:8px 8px 0;position:absolute;top:24px;left:50%;box-shadow:0 8px 16px #0002}.dog-snap img{object-fit:cover;border-radius:4px;width:100%;height:236px}.dog-snap>span{letter-spacing:.05em;justify-content:space-between;align-items:center;padding:12px 0;font-size:9px;font-weight:700;line-height:12px;display:flex}.dog-snap-0{--x:-212%;--y:8px;--r:-15deg;--z:1}.dog-snap-1{--x:-133%;--y:-8px;--r:-8deg;--z:2}.dog-snap-2{--x:-50%;--y:0px;--r:2deg;--z:3}.dog-snap-3{--x:33%;--y:-8px;--r:10deg;--z:2}.dog-snap-4{--x:112%;--y:8px;--r:16deg;--z:1}.dog-snap:hover{transform:translateX(var(--x)) translateY(calc(var(--y) - 16px)) rotate(0deg) scale(1.045);z-index:5;box-shadow:0 16px 32px #0003}.dog-sticker{z-index:6;pointer-events:none;width:144px;position:absolute;bottom:-24px;right:1%;transform:rotate(12deg)}.dog-sticker img{width:128px}.dog-sticker span{text-align:center;letter-spacing:-.05em;margin-top:-12px;font-size:20px;font-weight:700;line-height:20px;display:block;transform:rotate(-5deg)}.dog-side-note{letter-spacing:-.04em;font-size:12px;font-weight:600;line-height:16px;position:absolute;bottom:0;left:0;transform:rotate(-10deg)}.dog-hero-bottom{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.dog-hero-bottom>span:last-child{text-align:right;align-items:center;gap:8px;display:flex}.dog-button{min-height:56px;transition:transform .25s var(--dog-ease),background .25s var(--dog-ease);white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;gap:24px;padding:16px 24px;font-size:14px;font-weight:600;line-height:20px;display:inline-flex}.dog-button:hover{transform:translateY(-4px)}.dog-button svg{transition:transform .25s var(--dog-ease)}.dog-button:hover svg{transform:translate(2px,2px)}.dog-button-dark{background:var(--dog-black);color:#fff!important}.dog-button-light{color:var(--dog-black);background:#fff}.dog-ticker{background:var(--dog-black);color:var(--dog-yellow);border-bottom:1px solid #ffffff20;justify-content:space-between;align-items:center;gap:32px;padding:24px 64px;display:flex}.dog-ticker>span{white-space:nowrap;font-size:24px;font-weight:600;line-height:32px}.dog-section-label{justify-content:space-between;gap:16px;display:flex}.dog-lore{background:var(--dog-black);color:#fff;padding:64px 64px 80px}.dog-lore>.dog-section-label{color:#b2b2a9}.dog-lore-heading{justify-content:space-between;align-items:center;gap:48px;margin:64px 0 48px;display:flex}.dog-lore h2{letter-spacing:-.06em;font-size:60px;font-weight:600;line-height:1.12}.dog-reveal-word{color:var(--dog-yellow);opacity:.25;transition:opacity .6s var(--dog-ease),transform .6s var(--dog-ease);margin-right:.22em;display:inline-block;transform:translateY(12px)}.dog-seen .dog-reveal-word{opacity:1;transform:none}.dog-lore-stamp{text-align:center;flex:none;width:144px;transform:rotate(12deg)}.dog-lore-stamp img{width:96px;margin:auto}.dog-lore-stamp span{color:var(--dog-yellow);margin-top:8px;font-size:12px;line-height:16px;display:block}.dog-lore-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.dog-lore-text{max-width:480px}.dog-lore-text p{color:#b2b2a9;margin-bottom:24px;font-size:16px;line-height:28px}.dog-lore-text .dog-lead{color:#fff;font-size:20px;line-height:32px}.dog-inline-link{color:#fff;border-bottom:1px solid #ffffff60;align-items:center;gap:16px;padding-bottom:8px;font-size:12px;display:inline-flex}.dog-film{color:#fff;background:#272727;border-radius:16px;height:296px;padding:0;position:relative;overflow:hidden}.dog-film-images{opacity:.62;width:100%;height:100%;transition:opacity .4s var(--dog-ease),transform .6s var(--dog-ease);display:flex}.dog-film-images img{object-fit:cover;width:33.333%}.dog-film:hover .dog-film-images{opacity:.85;transform:scale(1.04)}.dog-film-ui{letter-spacing:.07em;justify-content:space-between;font-size:10px;font-weight:600;display:flex;position:absolute;inset:16px 16px auto}.dog-film-ui>span:first-child{align-items:center;gap:8px;display:flex}.dog-film-ui i{background:var(--dog-yellow);border-radius:50%;width:6px;height:6px}.dog-play{background:var(--dog-yellow);width:64px;height:64px;color:var(--dog-black);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dog-play svg{margin-left:4px}.dog-film-caption{letter-spacing:-.05em;font-size:24px;font-weight:600;position:absolute;bottom:24px;left:24px}.dog-archive{background:#f8f7f2;padding:64px 0 48px}.dog-archive>.dog-section-label,.dog-archive-heading,.dog-archive-credit{margin-left:64px;margin-right:64px}.dog-archive-heading{justify-content:space-between;align-items:flex-end;margin-top:48px;margin-bottom:40px;display:flex}.dog-archive h2{letter-spacing:-.07em;font-size:72px;font-weight:600;line-height:1}.dog-archive h2 span{z-index:0;position:relative}.dog-archive h2 span:after{content:"";background:var(--dog-yellow);z-index:-1;position:absolute;inset:12px -12px 0 -8px;transform:rotate(-3deg)}.dog-archive-heading>div{align-items:center;gap:48px;display:flex}.dog-archive-heading p{color:#55564e;font-size:16px;line-height:24px}.dog-rail-controls{gap:8px;display:flex}.dog-icon{width:48px;height:48px;color:inherit;transition:background .25s var(--dog-ease),transform .25s var(--dog-ease);background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;border:1px solid #13120930!important}.dog-icon:hover{background:#13120910;transform:scale(1.05)}.dog-photo-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;padding:8px 64px 24px;display:flex;overflow-x:auto}.dog-photo-rail::-webkit-scrollbar{display:none}.dog-archive-photo{text-align:left;scroll-snap-align:center;color:var(--dog-black);background:0 0;flex:0 0 264px;padding:0}.dog-photo-image{background:#e6e5de;border-radius:12px;height:336px;position:relative;overflow:hidden}.dog-photo-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--dog-ease)}.dog-archive-photo:nth-child(2n){margin-top:32px}.dog-archive-photo:hover img{transform:scale(1.055)}.dog-photo-open{background:var(--dog-yellow);width:40px;height:40px;transition:transform .3s var(--dog-ease);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:16px;right:16px}.dog-archive-photo:hover .dog-photo-open{transform:rotate(90deg)}.dog-photo-index{color:#fff;background:#131209a6;border-radius:4px;padding:4px 8px;font-size:10px;position:absolute;top:16px;left:16px}.dog-photo-caption{letter-spacing:-.025em;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;font-size:14px;font-weight:600;display:flex}.dog-archive-credit{color:#68685d;letter-spacing:0;border-top:1px solid #13120920;justify-content:space-between;gap:24px;margin-top:24px;padding-top:24px;font-weight:500;display:flex}.dog-archive-credit a{text-underline-offset:4px;align-items:center;gap:8px;text-decoration:underline;display:flex}.dog-coin{background:var(--dog-yellow);padding:64px}.dog-coin .dog-section-label>span:last-child{align-items:center;gap:8px;display:flex}.dog-coin-main{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;margin:64px 0;display:grid}.dog-coin h2{letter-spacing:-.07em;margin:24px 0;font-size:96px;font-weight:600;line-height:1}.dog-coin h2 span{-webkit-text-stroke:1.5px var(--dog-black);color:#0000}.dog-coin-main p:not(.dog-eyebrow){letter-spacing:-.035em;margin-bottom:32px;font-size:18px;line-height:28px}.dog-coin-mark{justify-self:center;width:100%;max-width:352px;position:relative;transform:rotate(8deg)}.dog-coin-mark>img{z-index:1;width:85%;margin:0 auto;position:relative}.dog-coin-mark>span{letter-spacing:-.08em;text-align:center;z-index:2;margin-top:-32px;font-size:128px;font-weight:700;line-height:1;display:block;position:relative}.dog-coin-orbit{letter-spacing:.08em;text-align:center;margin-top:16px;font-size:12px;font-weight:600;line-height:16px}.dog-coin-info{border-top:1px solid #13120940;border-bottom:1px solid #13120940;grid-template-columns:.65fr 1.2fr 1.15fr;gap:32px;padding:24px 0;display:grid}.dog-coin-info>div+div{border-left:1px solid #13120940;padding-left:32px}.dog-coin-info>div>span{margin-bottom:8px;display:block}.dog-coin-info strong{letter-spacing:-.05em;align-items:center;gap:12px;font-size:24px;font-weight:600;line-height:32px;display:flex}.dog-coin-info small{letter-spacing:0;font-size:14px;font-weight:500}.dog-details{max-width:100%;margin-top:40px}.dog-details details{border-bottom:1px solid #13120925;padding:16px 0}.dog-details summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;font-size:16px;font-weight:600;list-style:none;display:flex}.dog-details summary::-webkit-details-marker{display:none}.dog-details summary svg{transition:transform .3s var(--dog-ease);flex:none}.dog-details details[open] summary svg{transform:rotate(45deg)}.dog-details p{opacity:.7;max-width:760px;margin-top:16px;font-size:14px;line-height:24px}.dog-footer{background:var(--dog-black);color:#fff;padding:48px 64px 32px}.dog-footer-top{justify-content:space-between;align-items:center;gap:24px;display:flex}.dog-footer-top .dog-eyebrow{color:#b2b2a9}.dog-footer-top p{letter-spacing:-.045em;margin-top:16px;font-size:30px;font-weight:500;line-height:36px}.dog-footer-wordmark{border-bottom:1px solid #ffffff25;justify-content:space-between;align-items:center;margin-top:48px;padding:32px 0 48px;line-height:.75;display:flex;position:relative;color:var(--dog-yellow)!important}.dog-footer-wordmark>span{letter-spacing:-.09em;font-size:clamp(128px,28vw,400px);font-weight:700;line-height:.75}.dog-footer-wordmark>img{width:24%;max-width:224px;margin-left:-80px;transform:rotate(-12deg)}.dog-footer-wordmark>svg{align-self:flex-start;width:12%;height:auto}.dog-footer-bottom{color:#b2b2a9;letter-spacing:0;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;font-size:10px;font-weight:500;display:flex}.dog-footer-bottom>div{gap:24px;display:flex}.dog-footer-bottom a:hover{text-decoration:underline}.dog-reveal{transition:opacity .7s var(--dog-ease),transform .7s var(--dog-ease)}.dog-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;animation:dog-fade .25s var(--dog-ease);background:#000b;position:fixed;inset:0}.dog-story,.dog-video-modal,.dog-menu-panel{z-index:51;color:#fff;background:#131209;outline:none;font-family:Manrope,sans-serif;position:fixed;box-shadow:0 32px 80px #0005}.dog-story{border-radius:24px;width:min(420px,100% - 24px);max-height:calc(100dvh - 24px);padding:12px;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.dog-story-progress{gap:4px;padding:4px;display:flex}.dog-story-progress span{background:#ffffff40;border-radius:4px;flex:1;height:2px}.dog-story-progress span.active{background:var(--dog-yellow)}.dog-story-top{justify-content:space-between;align-items:center;padding:4px 4px 8px;display:flex}.dog-story-top>span{letter-spacing:.05em;align-items:center;gap:8px;font-size:10px;font-weight:600;display:flex}.dog-story .dog-icon{width:40px;height:40px;border-color:#ffffff30!important}.dog-story-image{object-fit:contain;background:#1f1f1f;border-radius:12px;width:100%;height:min(56dvh,500px);display:block}.dog-story-bottom{justify-content:space-between;align-items:center;gap:12px;padding:16px 4px 4px;display:flex}.dog-story-bottom>div{text-align:center}.dog-story-bottom strong{font-size:14px;display:block}.dog-story-bottom span{letter-spacing:.05em;opacity:.6;margin-top:8px;font-size:9px;display:block}.dog-video-modal{border-radius:16px;width:min(1000px,100% - 32px);padding:24px;top:50%;left:50%;transform:translate(-50%,-50%)}.dog-video-title{justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.dog-video-title h2{letter-spacing:-.03em;margin:0;font-size:20px;font-weight:600}.dog-video-modal video{width:100%;max-height:70dvh;display:block}.dog-video-modal p{opacity:.6;margin:16px 0 0;font-size:12px}.dog-video-modal .dog-icon{border-color:#ffffff30!important}.dog-menu-panel{background:var(--dog-yellow);color:var(--dog-black);flex-direction:column;padding:32px;display:flex;inset:0}.dog-menu-top{justify-content:space-between;align-items:center;display:flex}.dog-menu-panel a{color:inherit;text-decoration:none}.dog-menu-panel nav{margin:auto 0}.dog-menu-panel nav a{letter-spacing:-.055em;border-bottom:1px solid #13120930;align-items:center;gap:16px;padding:24px 0;font-size:36px;font-weight:600;display:flex}.dog-menu-panel nav a small{letter-spacing:0;margin-right:8px;font-size:12px}.dog-menu-panel nav a svg{margin-left:auto}.dog-menu-panel>p{font-size:20px}.dog-menu-panel .dog-wordmark{font-size:36px}@keyframes dog-fade{0%{opacity:0}to{opacity:1}}@media (width>=1500px){.dog-lore,.dog-coin,.dog-footer{padding-left:max(64px,50vw - 686px);padding-right:max(64px,50vw - 686px)}.dog-hero{padding-left:64px;padding-right:64px}.dog-hero-title h1{font-size:128px}.dog-archive>.dog-section-label,.dog-archive-heading,.dog-archive-credit{margin-left:max(64px,50vw - 686px);margin-right:max(64px,50vw - 686px)}.dog-photo-rail{padding-left:max(64px,50vw - 686px)}}@media (width<=1000px){.dog-hero{min-height:800px;padding-left:32px;padding-right:32px}.dog-snap{width:176px}.dog-snap img{height:208px}.dog-hero-collage{height:312px}.dog-sticker{width:112px;bottom:-16px;right:0}.dog-sticker img{width:96px}.dog-sticker span{font-size:16px;line-height:16px}.dog-lore,.dog-coin,.dog-footer{padding-left:40px;padding-right:40px}.dog-lore h2{font-size:48px}.dog-lore-grid{gap:40px}.dog-lore-text .dog-lead{font-size:18px;line-height:28px}.dog-lore-stamp{width:112px}.dog-archive>.dog-section-label,.dog-archive-heading,.dog-archive-credit{margin-left:40px;margin-right:40px}.dog-photo-rail{padding-left:40px;padding-right:40px}.dog-coin-main{gap:40px}.dog-coin h2{font-size:72px}.dog-coin-info{grid-template-columns:.55fr 1.1fr 1fr;gap:24px}.dog-coin-info>div+div{padding-left:24px}.dog-coin-info strong{flex-wrap:wrap;gap:8px;font-size:20px;line-height:28px}.dog-archive-credit{gap:16px;font-size:10px}.dog-footer-bottom{flex-wrap:wrap}.dog-coin-mark>span{font-size:96px}}@media (width<=700px){html{scroll-padding-top:24px}.dog-header{width:calc(100% - 32px);padding:8px 8px 8px 20px;top:16px}.dog-desktop-nav{display:none}.dog-nav-cta{margin-left:auto;margin-right:8px;padding:12px}.dog-menu-toggle{background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:8px;display:flex}.dog-menu-toggle span{background:var(--dog-black);width:20px;height:2px;transition:transform .3s var(--dog-ease);display:block}.dog-menu-toggle.is-open span:first-child{transform:translateY(4px)rotate(45deg)}.dog-menu-toggle.is-open span:last-child{transform:translateY(-4px)rotate(-45deg)}.dog-hero{min-height:0;padding:112px 24px 32px}.dog-hero-topline{letter-spacing:.04em;font-size:9px;line-height:12px}.dog-hero-topline>span:last-child{display:none}.dog-hero-title{margin-top:32px}.dog-hero-title .dog-eyebrow{letter-spacing:.06em;font-size:9px}.dog-hero-title h1{letter-spacing:-.08em;margin:16px 0;font-size:72px}.dog-hero-title>p:last-child{letter-spacing:-.04em;font-size:16px;line-height:24px}.dog-hero-collage{height:296px;margin-top:24px;margin-left:-24px;margin-right:-24px}.dog-snap{border-radius:8px;width:160px;padding:6px 6px 0;top:24px}.dog-snap img{height:204px}.dog-snap>span{padding:8px 0;font-size:8px}.dog-snap-0{--x:-230%;--y:16px;--r:-20deg;display:none}.dog-snap-1{--x:-128%;--y:12px;--r:-13deg;--z:2}.dog-snap-2{--x:-50%;--y:0px;--r:-2deg}.dog-snap-3{--x:28%;--y:12px;--r:13deg;--z:2}.dog-snap-4{display:none}.dog-sticker{width:80px;bottom:-4px;right:16px;transform:rotate(14deg)}.dog-sticker img{width:80px}.dog-side-note,.dog-hero .dog-sticker{display:none}.dog-hero-bottom{justify-content:center;margin-top:24px}.dog-hero-bottom>span{display:none!important}.dog-button{min-height:52px;padding:16px 24px;font-size:14px}.dog-ticker{gap:16px;padding:16px 24px}.dog-ticker>span{font-size:16px;line-height:20px}.dog-lore{padding:40px 24px 48px}.dog-section-label{letter-spacing:.05em;font-size:9px;line-height:12px}.dog-lore-heading{gap:0;margin:40px 0 32px;position:relative}.dog-lore h2{letter-spacing:-.06em;font-size:36px;line-height:40px}.dog-lore-stamp{display:none}.dog-lore-grid{grid-template-columns:1fr;gap:32px}.dog-lore-text .dog-lead{font-size:18px;line-height:28px}.dog-lore-text p{margin-bottom:24px;font-size:14px;line-height:24px}.dog-film{height:248px}.dog-film-caption{font-size:20px}.dog-archive{padding:40px 0 32px}.dog-archive>.dog-section-label,.dog-archive-heading,.dog-archive-credit{margin-left:24px;margin-right:24px}.dog-archive-heading{align-items:flex-end;gap:16px;margin-top:32px;margin-bottom:24px}.dog-archive h2{font-size:48px;line-height:48px}.dog-archive h2 span:after{top:8px;left:-4px;right:-8px}.dog-archive-heading>div{display:block}.dog-archive-heading p{display:none}.dog-rail-controls{gap:8px}.dog-rail-controls .dog-icon{width:40px;height:40px}.dog-photo-rail{gap:16px;padding:8px 24px 24px}.dog-archive-photo{flex-basis:240px}.dog-photo-image{height:312px}.dog-archive-photo:nth-child(2n){margin-top:24px}.dog-archive-credit{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:16px;padding-top:16px;font-size:9px;line-height:12px}.dog-archive-credit>span:first-child{display:none}.dog-coin{padding:40px 24px}.dog-coin-main{grid-template-columns:1fr;gap:40px;margin:40px 0 32px}.dog-coin-main .dog-eyebrow{letter-spacing:.04em;font-size:10px}.dog-coin h2{margin:16px 0 24px;font-size:72px;line-height:72px}.dog-coin-main p:not(.dog-eyebrow){margin-bottom:24px;font-size:16px;line-height:24px}.dog-coin-mark{width:224px}.dog-coin-mark>span{margin-top:-24px;font-size:96px}.dog-coin-info{grid-template-columns:1fr;gap:0;padding:0}.dog-coin-info>div{justify-content:space-between;align-items:center;gap:16px;display:flex;padding:16px 0!important}.dog-coin-info>div+div{border-top:1px solid #13120920;border-left:0}.dog-coin-info>div>span{letter-spacing:.04em;max-width:64px;margin:0;font-size:9px;line-height:12px}.dog-coin-info strong{letter-spacing:-.04em;justify-content:flex-end;font-size:18px;line-height:28px}.dog-coin-info strong svg{width:20px}.dog-coin-info small{font-size:12px}.dog-details{margin-top:24px}.dog-details summary{font-size:14px;line-height:24px}.dog-details p{font-size:12px;line-height:20px}.dog-footer{padding:32px 24px 24px}.dog-footer-top{flex-direction:column;align-items:flex-start;gap:24px}.dog-footer-top p{margin-top:12px;font-size:24px;line-height:32px}.dog-footer-top .dog-eyebrow{letter-spacing:.06em;font-size:9px}.dog-footer-wordmark{margin-top:32px;padding:24px 0 32px}.dog-footer-wordmark>span{font-size:clamp(128px,42vw,240px)}.dog-footer-wordmark>img{align-self:flex-end;width:22%;margin-bottom:-4px;margin-left:-24px}.dog-footer-wordmark>svg{width:12%;margin-left:8px}.dog-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px;font-size:9px;line-height:12px}.dog-footer-bottom>div{gap:24px;margin-top:8px}.dog-video-modal{padding:16px}.dog-video-title h2{font-size:16px}.dog-video-modal .dog-icon{width:40px;height:40px}}@media (width<=360px){.dog-hero-title h1{font-size:60px}.dog-hero-title>p:last-child{font-size:14px}.dog-hero-title .dog-eyebrow{font-size:8px}.dog-snap{width:144px}.dog-snap img{height:184px}.dog-hero-collage{height:272px}.dog-lore h2{font-size:30px;line-height:36px}.dog-archive h2{font-size:36px;line-height:40px}.dog-coin h2{font-size:60px;line-height:60px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dog-site *,.dog-site :before,.dog-site :after,.dog-overlay{transition:none!important;animation:none!important}.dog-reveal-word{opacity:1;transform:none}}@media (width<=360px){.dog-ticker>span{font-size:14px;line-height:20px}}
