
    :root{--green:#063d31;--deep:#032c24;--lime:#bcf580;--cream:#f3f5dc;--muted:#adc2ad;--ink:#123f32;--line:rgba(236,246,217,.18);--radius:28px;--font:Arial,Helvetica,sans-serif}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--green);color:var(--cream);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--lime);outline-offset:6px}button{cursor:pointer}svg{width:24px;height:24px;display:block}img{display:block;max-width:100%}::selection{background:var(--lime);color:var(--green)}[hidden]{display:none!important}.wrap{max-width:1320px;margin:0 auto;padding:0 56px}.skip{position:fixed;left:20px;top:-100px;background:var(--cream);color:var(--green);padding:14px 20px;z-index:10}.skip:focus{top:15px}.nav{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-1px}.brand-icon{width:40px;height:40px;border-radius:12px;background:var(--lime);padding:9px;color:var(--green);transform:rotate(-8deg)}.brand-icon svg{width:100%;height:100%}.nav-links{display:flex;gap:36px;align-items:center;font-size:14px;font-weight:600}.nav-links>a:not(.nav-cta){transition:color .2s}.nav-links>a:hover{color:var(--lime)}.nav-cta{display:flex;gap:20px;align-items:center;padding:13px 20px;border:1px solid var(--line);border-radius:100px}.nav-cta svg{width:16px;height:16px}.hero{padding-top:62px;padding-bottom:68px;display:grid;grid-template-columns:1.12fr 1fr;gap:38px;align-items:center;min-height:690px}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;font-family:monospace;font-size:13px;letter-spacing:2px;font-weight:500}.tiny-pill{height:12px;width:25px;display:inline-block;border:1.5px solid currentColor;border-radius:99px;background:linear-gradient(90deg,currentColor 50%,transparent 50%);transform:rotate(-35deg);flex:none}.hero h1{font-family:Impact,'Arial Narrow',var(--font);font-weight:900;font-size:clamp(72px,7.6vw,112px);line-height:.97;letter-spacing:-1.5px;margin:29px 0 25px}.hero h1 span{display:block;color:var(--lime)}.hero-copy{font-size:18px;line-height:1.6;max-width:380px;color:#d2dec6;margin:0 0 28px}.buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;gap:14px;min-height:52px;padding:15px 21px;border-radius:12px;font-size:14px;font-weight:700;transition:transform .2s,background .2s;white-space:nowrap}.btn:hover{transform:translateY(-3px)}.btn svg{width:18px;height:18px}.btn-primary{color:var(--deep);background:var(--lime)}.btn-primary:hover{background:#d3ffa1}.btn-secondary{border:1px solid #688c70;background:transparent}.btn-secondary:hover{background:rgba(255,255,255,.07)}.subline{display:flex;align-items:center;gap:10px;margin-top:30px;font-family:monospace;font-size:12px;color:var(--muted);letter-spacing:1px}.subline span{width:18px;height:1px;background:var(--muted)}.portrait-scene{position:relative;padding:17px 12px 38px 20px}.portrait{position:relative;background:#d2c3a7;border:8px solid var(--cream);border-bottom-width:57px;border-radius:28px;transform:rotate(4deg);box-shadow:13px 17px 0 rgba(0,0,0,.17);margin:0}.portrait img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:17px 17px 8px 8px}.portrait figcaption{position:absolute;bottom:-42px;left:0;right:0;text-align:center;color:var(--green);font-size:16px;letter-spacing:.5px;font-weight:700}.sticker{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center;background:var(--lime);color:var(--green);font-family:monospace;font-weight:700}.sticker-top{top:0;right:-3px;transform:rotate(12deg);border-radius:50%;width:102px;height:102px;text-align:center;font-size:13px;line-height:1.35;border:2px solid var(--green);outline:5px solid var(--lime)}.sticker-bottom{bottom:20px;left:-7px;transform:rotate(-9deg);border:2px solid var(--green);border-radius:10px;padding:14px 20px;gap:10px;font-size:14px;box-shadow:4px 4px 0 var(--green)}.sticker-bottom .tiny-pill{width:25px;height:13px}.ticker{background:var(--lime);color:var(--green);border-top:2px solid var(--green);border-bottom:2px solid var(--green);overflow:hidden;padding:19px 0}.ticker-track{display:flex;width:max-content;gap:34px;animation:marquee 42s linear infinite}.ticker-group{display:flex;align-items:center;gap:34px;white-space:nowrap;font-weight:800;font-size:14px;letter-spacing:1.4px}.ticker .tiny-pill{height:11px;width:23px}@keyframes marquee{to{transform:translateX(calc(-50% - 17px))}}.lore{background:var(--cream);color:var(--ink);padding:87px 0 82px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.section-kicker{font-family:monospace;font-size:13px;text-transform:uppercase;letter-spacing:2px;margin:0 0 20px}.section-title{font-family:Impact,'Arial Narrow',var(--font);font-size:clamp(42px,4.6vw,64px);font-weight:900;line-height:1.03;letter-spacing:-.5px;margin:0}.lore-aside{font-size:16px;line-height:1.6;max-width:245px;color:#55705b;margin:0 0 3px}.lore-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:43px;border-top:1px solid #b8c9ac}.lore-item{padding:29px 28px 2px 0}.lore-item+.lore-item{padding-left:28px;border-left:1px solid #b8c9ac}.chapter{display:flex;align-items:center;gap:13px;font-family:monospace;font-size:12px;letter-spacing:1px}.chapter-number{border:1px solid #9db093;border-radius:50%;display:grid;place-items:center;width:30px;height:30px;letter-spacing:0}.lore-item h3{font-size:24px;letter-spacing:-.7px;margin:25px 0 13px}.lore-item p{color:#55705b;font-size:16px;line-height:1.75;margin:0;max-width:320px}.lore-ending{margin:32px 0 0;padding:19px 23px;background:#e5ecd2;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;font-weight:700}.lore-ending span:last-child{font-family:monospace;font-size:12px;font-weight:400;letter-spacing:1px}.chart-section{padding:85px 56px 76px}.chart-section .section-title{font-size:clamp(42px,4.6vw,64px)}.chart-caption{color:var(--muted);font-size:16px;line-height:1.6;margin:18px 0 0}.chart-outer{margin-top:34px;border:1px solid #436b50;border-radius:22px;overflow:hidden;background:#082d25}.chart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line)}.pair-info{display:flex;align-items:center;gap:12px}.pair-avatar{width:38px;height:38px;object-fit:cover;border-radius:50%;border:1px solid #739468}.pair-name{font-weight:700;font-size:16px}.pair-network{font-size:12px;font-family:monospace;color:var(--muted);margin-top:4px}.chart-state{padding:7px 10px;border:1px solid #466e4f;color:var(--muted);border-radius:6px;font-family:monospace;font-size:12px;white-space:nowrap}.chart-empty{height:360px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background-image:linear-gradient(rgba(220,244,199,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(220,244,199,.045) 1px,transparent 1px);background-size:65px 60px}.chart-empty-inner{max-width:380px;padding:30px;background:radial-gradient(ellipse,#082d25 45%,transparent 75%)}.chart-empty-inner>.tiny-pill{color:var(--lime);width:44px;height:21px;margin-bottom:17px}.chart-empty h3{font-size:24px;letter-spacing:-.5px;margin:0 0 12px}.chart-empty p{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 21px}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:11px;color:var(--lime);font-weight:700}.text-link svg{width:17px;height:17px}.chart-frame{border:0;width:100%;height:500px;display:block}.chart-foot{padding:15px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:var(--muted);line-height:1.5}.chart-foot .text-link{font-size:12px}.footer{border-top:1px solid var(--line);padding:29px 0 31px}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer .brand{font-size:20px}.footer .brand-icon{width:32px;height:32px;padding:7px}.footer-copy{font-size:13px;color:var(--muted);margin:0}.footer-links{display:flex;gap:24px;font-size:13px;color:#c7d8bc}.footer-links a:hover{color:var(--lime)}.arrow{display:inline-block;font-size:19px;line-height:1}
    @media(min-width:1600px){.wrap{max-width:1420px}.hero{min-height:760px}.hero h1{font-size:122px}}
    @media(max-width:1050px){.wrap{padding:0 32px}.chart-section{padding-left:32px;padding-right:32px}.hero{gap:24px}.hero h1{font-size:clamp(64px,8vw,88px)}.hero .btn{padding:13px 15px;gap:9px}.sticker-top{width:85px;height:85px;font-size:12px}.portrait-scene{padding-left:12px}.lore-item{padding-right:21px}.lore-item+.lore-item{padding-left:21px}}
    @media(max-width:760px){.wrap{padding:0 24px}.nav{height:84px}.brand{font-size:21px}.nav-links{gap:20px}.nav-cta{display:none}.hero{padding-top:42px;padding-bottom:42px;grid-template-columns:1fr;gap:26px;min-height:0}.hero h1{font-size:clamp(70px,14vw,105px);margin-top:24px;margin-bottom:20px}.hero-copy{font-size:17px;max-width:380px}.hero .buttons{gap:8px}.hero .btn{padding:14px 15px;min-height:50px;font-size:13px}.subline{margin-top:24px}.portrait-scene{max-width:450px;width:calc(100% - 20px);margin:0 auto;padding-top:10px;padding-bottom:34px}.portrait{border-width:7px;border-bottom-width:49px}.portrait figcaption{bottom:-36px;font-size:15px}.sticker-top{right:-7px;top:-4px}.sticker-bottom{left:-7px;bottom:15px;font-size:12px;padding:12px 15px}.ticker{padding:16px 0}.ticker-group{font-size:12px;gap:24px}.ticker-track{gap:24px}.lore{padding:55px 0}.section-head{display:block}.lore-aside{margin-top:22px;max-width:320px}.section-title{font-size:49px}.lore-grid{grid-template-columns:1fr;margin-top:30px}.lore-item,.lore-item+.lore-item{padding:25px 0;border-left:0;border-bottom:1px solid #b8c9ac}.lore-item h3{margin:17px 0 10px}.lore-item p{max-width:none}.lore-ending{margin-top:25px;align-items:flex-start;flex-direction:column;gap:9px}.chart-section{padding:54px 24px}.chart-section .section-head{display:flex;align-items:center;gap:10px}.chart-section .section-head .btn{padding:12px 15px;min-height:44px}.chart-toolbar{padding:17px}.chart-empty{height:340px}.chart-foot{padding:15px 17px;align-items:flex-start}.chart-foot>span{max-width:180px}.chart-frame{height:480px}.footer-inner{flex-wrap:wrap;justify-content:space-between}.footer-copy{order:3;flex-basis:100%;font-size:12px}.footer-links{gap:17px;font-size:12px}}
    @media(max-width:370px){.wrap{padding:0 18px}.chart-section{padding-left:18px;padding-right:18px}.nav-links{gap:14px}.brand{font-size:18px;gap:8px}.brand-icon{width:34px;height:34px}.hero h1{font-size:65px}.hero .buttons{gap:6px}.hero .btn{padding:13px 11px;font-size:12px;gap:7px}.chart-state{font-size:11px}.pair-name{font-size:14px}.chart-section .section-head .btn{font-size:12px;padding:11px}.footer-links{gap:13px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-track{animation:none}.btn{transition:none}.btn:hover{transform:none}}
  :root{--fur:url("green-fur.png")}
/* Soft wool, round lettering and a portrait nestled in a green fuzzy cushion. */
@font-face{font-family:Fredoka;src:url('fonts/fredoka-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Fredoka;src:url('fonts/fredoka-bold.ttf') format('truetype');font-style:normal;font-weight:600 900;font-display:swap}
:root{--green:#103f2b;--deep:#092f20;--lime:#c5f899;--cream:#fff5d9;--ink:#19492c;--muted:#c0d7ad;--font:Fredoka,'Arial Rounded MT Bold',Arial,sans-serif}
body{background-color:#123d29;background-image:linear-gradient(rgba(8,38,24,.7),rgba(8,38,24,.7)),var(--fur);background-size:auto,540px;font-family:var(--font)}
.nav{height:100px;border-bottom:1px dashed rgba(220,242,180,.28)}
.brand{font-size:29px;letter-spacing:-.8px;font-weight:700;gap:13px}
.brand-icon{width:46px;height:46px;border-radius:16px;padding:11px;background-color:var(--lime);background-image:linear-gradient(rgba(181,239,127,.84),rgba(181,239,127,.84)),var(--fur);background-size:auto,110px;box-shadow:inset 0 2px 3px #edffd0,0 4px 0 #203f21,0 7px 18px #0003}
.nav-links{font-size:16px;gap:32px}
.nav-cta{border:1px dashed #9fbd7b;background:#c5ec9514;border-radius:20px;padding:14px 22px;box-shadow:0 4px 0 #082b1c}
.hero{padding-top:68px;padding-bottom:71px;gap:45px;min-height:680px;grid-template-columns:1.06fr 1fr}
.eyebrow{color:#dcf3b9;font-family:var(--font);font-size:14px;letter-spacing:1.7px}
.hero h1{font-family:var(--font);font-size:clamp(68px,6.5vw,94px);font-weight:700;line-height:1.01;letter-spacing:-3px;margin:27px 0 29px;text-shadow:0 3px 0 #d3caa4,0 8px 0 #082c1c,0 15px 20px #001a1970}
.hero h1 span{color:#c8fa95;text-shadow:0 3px 0 #79b25c,0 8px 0 #082c1c,0 15px 20px #001a1970}
.hero-copy{font-size:20px;line-height:1.5;color:#dfebcb;max-width:430px;margin-bottom:29px}
.buttons{gap:12px}
.btn{font-size:16px;gap:12px;border-radius:20px;padding:16px 21px;min-height:56px;letter-spacing:.05px;box-shadow:0 5px 0 #082b1c,0 7px 13px #051d1840}
.btn-primary{background-color:#c5f899;background-image:linear-gradient(rgba(197,248,153,.89),rgba(197,248,153,.89)),var(--fur);background-size:auto,240px;border:1px solid #dcffb6;box-shadow:inset 0 2px 4px #ecffd0,0 5px 0 #659747,0 9px 17px #041f1a40;color:#173f23}
.btn-primary:hover{background-color:#d4ffa4;background-image:linear-gradient(rgba(213,255,177,.87),rgba(213,255,177,.87)),var(--fur)}
.btn-secondary{border:1px dashed #80a167;background:#315b3440;color:#f1f4d3}
.btn-secondary:hover{background:#54723d66}
.subline{font-family:var(--font);font-size:14px;letter-spacing:1px;margin-top:32px;color:#b6d494}
.portrait-scene{padding:28px 8px 42px;isolation:isolate;max-width:540px;width:100%;justify-self:center}
.portrait{border:0;border-radius:48% 48% 44% 46%;background:#44824c var(--fur) center/500px;padding:26px;transform:rotate(5deg);box-shadow:inset 0 3px 8px #98b66688,0 17px 0 #062b1d66,0 24px 42px #001c1b80;margin:0;position:relative}
.portrait::before{content:'';position:absolute;inset:-8px;border-radius:inherit;background:var(--fur) center/500px;filter:blur(5px);z-index:-1;box-shadow:0 0 13px #83ac5566}
.portrait::after{content:'';position:absolute;inset:11px;border:2px dashed #c3e5a778;border-radius:inherit;pointer-events:none}
.portrait img{width:100%;height:auto;aspect-ratio:1;border-radius:48% 48% 44% 46%;box-shadow:0 0 9px 5px #072b2488;object-fit:cover;position:relative;z-index:1}
.portrait figcaption{bottom:-36px;font-family:var(--font);font-size:18px;font-weight:400;color:#eaf4d3;transform:rotate(-5deg);letter-spacing:0}
.sticker{font-family:var(--font);font-weight:600;background:var(--cream);color:#235130;box-shadow:0 6px 0 #163d2244,0 7px 18px #05261966}
.sticker-top{top:10px;right:-7px;width:105px;height:105px;font-size:15px;line-height:1.25;transform:rotate(13deg);border:2px dashed #769b52;outline:6px solid var(--cream);border-radius:41% 47% 44% 43%}
.sticker-bottom{bottom:33px;left:-16px;padding:15px 22px;font-size:16px;border:2px dashed #7eaa51;outline:5px solid var(--cream);border-radius:22px;transform:rotate(-12deg);gap:12px}
.ticker{padding:20px 0;color:#193f23;background-color:#c5f899;background-image:linear-gradient(rgba(193,239,148,.86),rgba(193,239,148,.86)),var(--fur);background-size:auto,350px;border:0;outline:2px dashed #66954c;outline-offset:-7px;box-shadow:0 -5px 14px #0b2a1d77,0 6px 15px #071e1866;position:relative;z-index:1}
.ticker-group{font-family:var(--font);font-size:16px;letter-spacing:1.1px}
.lore{background:#e3efcb;background-image:radial-gradient(ellipse at 50% 0,#f2f8df,transparent 70%);padding:78px 0 75px}
.section-kicker{font-family:var(--font);font-size:14px;letter-spacing:1.8px;margin-bottom:17px;color:#557844}
.section-title{font-family:var(--font);font-weight:700;line-height:1.08;letter-spacing:-1.7px;font-size:clamp(42px,4.3vw,59px)}
.lore-aside{font-size:18px;max-width:270px;color:#547149}
.lore-grid{border-top:0;gap:18px;margin-top:38px}
.lore-item,.lore-item+.lore-item{border:1px dashed #9ab381;padding:28px 26px 30px;background:#f8f9e77d;border-radius:28px;box-shadow:0 6px 0 #b1c69655}
.chapter{font-family:var(--font);font-size:13px;letter-spacing:.7px;color:#486639;gap:9px}
.chapter-number{border-color:#abc88e;background:#d8edbd;width:31px;height:31px;flex:none}
.lore-item h3{font-size:26px;margin:22px 0 13px;letter-spacing:-.5px}
.lore-item p{font-family:var(--font);font-size:17px;line-height:1.65;color:#506c43}
.lore-ending{background:#cde3b4;border:1px dashed #96b379;border-radius:18px;font-size:16px;margin-top:28px;padding:20px 24px;color:#315729}
.lore-ending span:last-child{font-family:var(--font);font-size:13px;letter-spacing:.5px}
.chart-section{padding-top:76px;padding-bottom:71px}
.chart-section .section-kicker{color:#c1dca2}.chart-section .section-title{font-family:var(--font);font-size:clamp(42px,4.3vw,59px)}
.chart-caption{font-family:var(--font);font-size:19px;margin-top:16px;color:#d3e4bd}
.chart-outer{border:7px solid #4e7640;outline:2px dashed #a8c983;outline-offset:-5px;border-radius:32px;background:#102f23;box-shadow:0 9px 0 #08271b99,0 15px 40px #08251d66;margin-top:31px}
.chart-toolbar{padding:20px 23px;background:#163d27;border-bottom:1px dashed #78965f66}
.pair-avatar{border:2px solid #abc687;width:44px;height:44px}
.pair-name{font-size:18px}.pair-network{font-family:var(--font);font-size:13px;color:#b1c796;letter-spacing:.4px}
.chart-state{font-family:var(--font);font-size:13px;border-radius:12px;border-style:dashed;background:#2c4a2c;color:#cfe8b2}
.chart-empty{background-color:#102f23;background-image:linear-gradient(#91b56309 1px,transparent 1px),linear-gradient(90deg,#91b56309 1px,transparent 1px);background-size:65px 60px}
.chart-empty-inner{background:radial-gradient(ellipse,#102f23 48%,transparent 75%)}
.chart-empty h3{font-size:29px;line-height:1.12;letter-spacing:-.6px}.chart-empty p{font-family:var(--font);font-size:16px;color:#b6cd9c}
.text-link{font-size:16px;gap:10px}.chart-foot{font-family:var(--font);border-top:1px dashed #78965f55;font-size:14px;color:#b9cfa3}.chart-foot .text-link{font-size:14px}
.footer{border-top:1px dashed #83a46266;background:#13372288}.footer .brand{font-size:24px}.footer-copy,.footer-links{font-family:var(--font);font-size:14px;color:#c4d7af}
@media(min-width:1600px){.hero h1{font-size:102px}.hero{min-height:740px}}
@media(max-width:1100px){.hero{gap:30px}.hero h1{font-size:clamp(62px,6.7vw,78px)}.hero .btn{padding:15px 17px;font-size:15px}.portrait{padding:23px}.sticker-bottom{left:-7px;font-size:14px;padding:13px 17px}.lore-item,.lore-item+.lore-item{padding:25px 22px}.chapter{font-size:12px}}
@media(max-width:760px){.nav{height:85px}.brand{font-size:24px;gap:10px}.brand-icon{width:39px;height:39px;padding:9px;border-radius:14px}.nav-links{font-size:15px;gap:18px}.hero{padding-top:42px;padding-bottom:52px;gap:34px;grid-template-columns:1fr;min-height:0}.hero h1{font-size:clamp(56px,11.5vw,83px);line-height:1.03;letter-spacing:-2px;margin:25px 0}.hero-copy{font-size:19px}.hero .btn{padding:15px 17px;font-size:14px;min-height:53px;border-radius:18px}.hero .buttons{gap:11px}.eyebrow{font-size:13px;letter-spacing:1.1px}.subline{font-size:13px;margin-top:29px}.portrait-scene{max-width:420px;padding:19px 2px 42px;width:calc(100% - 20px)}.portrait{padding:22px}.portrait figcaption{bottom:-34px;font-size:17px}.sticker-top{right:-6px;top:6px;width:87px;height:87px;font-size:13px;outline-width:4px}.sticker-bottom{bottom:36px;left:-9px;outline-width:3px;padding:13px 16px;font-size:14px;border-radius:18px}.ticker{padding:18px 0}.ticker-group{font-size:14px}.lore{padding:55px 0}.section-title{font-size:43px;letter-spacing:-1.5px}.lore-aside{font-size:18px;max-width:300px}.lore-grid{gap:18px;margin-top:30px}.lore-item,.lore-item+.lore-item{padding:25px;border:1px dashed #9ab381;border-radius:25px}.lore-item h3{font-size:26px;margin:17px 0 13px}.chapter{font-size:13px}.lore-ending{font-size:16px;padding:20px;line-height:1.4}.chart-section{padding-top:57px;padding-bottom:53px}.chart-section .section-head{display:block}.chart-section .section-title{font-size:42px}.chart-section .section-head>.btn{margin-top:23px;padding:12px 16px;font-size:14px}.chart-caption{font-size:18px}.chart-outer{border-width:6px;border-radius:26px}.chart-toolbar{padding:17px 16px;flex-wrap:wrap;gap:12px}.pair-name{font-size:18px}.pair-network{font-size:12px}.chart-state{font-size:12px;margin-left:56px}.chart-empty{height:360px}.chart-empty-inner{padding:25px 17px}.chart-empty h3{font-size:27px}.chart-empty p{font-size:15px}.chart-foot{padding:15px;flex-wrap:wrap;gap:10px;font-size:13px}.chart-foot>span{max-width:none}.chart-foot .text-link{font-size:13px}.footer-links{font-size:13px;gap:20px}.footer-copy{font-size:13px;line-height:1.5}}
@media(max-width:370px){.brand{font-size:21px;gap:8px}.brand-icon{width:34px;height:34px;padding:8px}.nav-links{font-size:14px;gap:12px}.hero h1{font-size:53px}.eyebrow{font-size:12px;letter-spacing:.5px}.hero-copy{font-size:18px}.hero .btn{padding:14px 14px;font-size:14px}.portrait{padding:18px}.sticker-top{width:76px;height:76px;font-size:12px}.sticker-bottom{padding:11px 12px;font-size:13px}.section-title{font-size:38px}.chart-section .section-title{font-size:37px}.chart-outer{margin-top:26px}.chart-state{margin-left:0}.footer .brand{font-size:21px}}

