:root{--ink:#171717;--paper:#f4f0e9;--coral:#f16b54;--blue:#3779e9;--line:rgba(23,23,23,.18);--mono:'DM Mono',monospace;--sans:'Manrope','Noto Sans SC',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.5}a{color:inherit;text-decoration:none}.section-shell{width:min(1160px,calc(100% - 64px));margin:0 auto}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;width:min(1320px,calc(100% - 64px));margin:auto;border-bottom:1px solid var(--line);font-size:14px}.brand{display:flex;gap:11px;align-items:center;font-weight:800;letter-spacing:-.02em}.brand-mark{display:flex;gap:3px;align-items:flex-end;width:21px;height:19px}.brand-mark i{display:block;width:5px;background:var(--ink);border-radius:1px}.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:15px}.brand-mark i:nth-child(3){height:19px}.main-nav{display:flex;gap:35px;color:#6d6a65}.nav-link{position:relative;padding:30px 0}.nav-link.active,.nav-link:hover{color:var(--ink)}.nav-link.active:after{position:absolute;content:'';width:5px;height:5px;border-radius:50%;background:var(--coral);bottom:20px;left:50%;transform:translateX(-50%)}.header-cta{font-size:13px;font-weight:700}.header-cta span,.text-link span,.card-link span,.contact-email span{font-size:17px;margin-left:5px}.hero{width:min(1320px,calc(100% - 64px));margin:0 auto;min-height:600px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.eyebrow{font:500 11px var(--mono);letter-spacing:.09em;margin:0 0 21px;display:flex;align-items:center;gap:9px}.eyebrow-dot{width:7px;height:7px;background:var(--coral);border-radius:50%;display:inline-block}.hero h1{font-size:clamp(66px,8vw,116px);line-height:.96;letter-spacing:-.075em;margin:0 0 30px;font-weight:800}.hero h1 em{font-style:normal;color:var(--coral)}.hero-lede{color:#5d5953;font-size:16px;line-height:1.8;margin:0 0 34px}.hero-actions{display:flex;align-items:center;gap:27px}.button{display:inline-flex;align-items:center;gap:23px;padding:15px 20px;font-size:13px;font-weight:700;border-radius:2px}.button-dark{background:var(--ink);color:#fff}.button-dark span{font-size:18px}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px}.hero-stage{height:510px;position:relative;overflow:hidden}.orbit{position:absolute;border:1px solid var(--line);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:430px;height:430px}.orbit-two{width:300px;height:300px;border-color:rgba(23,23,23,.1)}.stage-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:145px;height:145px;border-radius:50%;background:var(--ink);color:white;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 16px 40px rgba(23,23,23,.2)}.stage-center span{font-size:72px;font-weight:800;letter-spacing:-.08em;line-height:1}.stage-center small{font:11px var(--mono);line-height:1.25;color:#d5d0c8}.product-peek{position:absolute;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.product-peek img{width:45px;height:45px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px rgba(23,23,23,.18)}.peek-blue{top:70px;right:95px;transform:rotate(8deg)}.peek-dark{bottom:78px;left:64px;transform:rotate(-8deg)}.stage-note{position:absolute;font:10px var(--mono);line-height:1.4;letter-spacing:.06em;color:#77716a}.stage-note strong{color:var(--ink);font-weight:500}.note-top{top:40px;left:45px}.note-bottom{right:25px;bottom:33px;text-align:right}.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);white-space:nowrap}.ticker-track{display:flex;justify-content:space-around;align-items:center;gap:42px;min-width:max-content;padding:13px 0;font:11px var(--mono);letter-spacing:.08em;animation:marquee 28s linear infinite}.ticker-track b{color:var(--coral);font-size:15px}@keyframes marquee{to{transform:translateX(-25%)}}.products-section{padding:130px 0 150px}.section-heading{display:grid;grid-template-columns:1fr 1.1fr 1fr;align-items:end;gap:30px;margin-bottom:58px}.section-heading h2,.story-copy h2,.contact-inner h2{font-size:clamp(42px,5vw,67px);line-height:1;letter-spacing:-.065em;margin:0;font-weight:800}.section-heading h2 span,.story-copy h2 span,.contact-inner h2 span{color:var(--coral)}.section-intro{font-size:14px;line-height:1.75;color:#6c6862;margin:0;max-width:255px}.product-list{display:grid;gap:26px}.product-card{padding:25px 30px 30px;position:relative;overflow:hidden;min-height:400px}.card-coral{background:var(--coral)}.card-blue{background:var(--blue);color:#fff}.card-topline{font:10px var(--mono);display:flex;justify-content:space-between;opacity:.75}.product-card-body{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;margin-top:35px}.product-icon{width:58px;height:58px;border-radius:15px;overflow:hidden;margin-bottom:20px;background:#fff}.product-icon img{width:100%;height:100%;object-fit:cover}.product-kicker{font:10px var(--mono);letter-spacing:.08em;margin:0 0 8px;opacity:.72}.product-info h3{font-size:43px;line-height:1;margin:0 0 17px;letter-spacing:-.06em}.product-info>p:not(.product-kicker){font-size:14px;line-height:1.75;max-width:355px;margin:0 0 21px}.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:26px}.tag-row span{font:10px var(--mono);border:1px solid currentColor;border-radius:99px;padding:5px 9px;opacity:.8}.card-link{display:inline-flex;align-items:center;font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}.product-visual{height:290px;position:relative;display:flex;justify-content:center;align-items:center}.product-visual:before{content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.18)}.product-visual img{width:220px;height:220px;object-fit:cover;position:relative;z-index:1;box-shadow:18px 24px 0 rgba(23,23,23,.12);transform:rotate(5deg)}.visual-shift img{border-radius:30px}.visual-barrage img{border-radius:50%;transform:rotate(-5deg)}.visual-label{position:absolute;z-index:2;left:8px;bottom:16px;font:11px var(--mono);line-height:1.25;transform:rotate(-8deg)}.visual-label strong{font-size:16px}.visual-shift .visual-label{left:auto;right:8px;transform:rotate(8deg)}.story-section{padding:122px 0 145px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:35px}.story-number{font:12px var(--mono);color:var(--coral)}.story-detail{padding-top:52px;max-width:360px}.story-detail>p:first-child{font-size:17px;line-height:1.85;margin:0 0 37px}.quote{font-size:24px;line-height:1.45;font-weight:700;letter-spacing:-.04em;margin:0 0 10px}.signature{font:11px var(--mono);color:#77716a}.contact-section{background:var(--ink);color:#fff;position:relative;overflow:hidden}.contact-inner{min-height:520px;padding:100px 0;position:relative}.contact-inner .eyebrow{color:#aaa49b}.contact-inner h2{font-size:clamp(57px,8vw,104px);margin-bottom:25px}.contact-inner h2 span{color:var(--coral)}.contact-inner>p:not(.eyebrow){color:#aaa49b;font-size:15px;margin:0 0 26px}.contact-email{font-size:18px;font-weight:700;border-bottom:1px solid #fff;padding-bottom:6px}.contact-stamp{position:absolute;right:9%;top:125px;border:1px solid rgba(255,255,255,.35);width:142px;height:142px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--coral);font:12px var(--mono);line-height:1.3;transform:rotate(12deg)}.site-footer{height:86px;display:flex;justify-content:space-between;align-items:center;font:10px var(--mono);color:#77716a}.site-footer a{color:var(--ink)}
@media (max-width:800px){.section-shell,.site-header,.hero{width:min(100% - 40px,600px)}.site-header{height:66px}.main-nav{gap:18px}.nav-link{padding:24px 0}.header-cta{display:none}.hero{display:block;min-height:auto;padding:75px 0 40px}.hero h1{font-size:68px}.hero-stage{height:390px;margin-top:28px}.orbit-one{width:320px;height:320px}.orbit-two{width:230px;height:230px}.stage-center{width:115px;height:115px}.stage-center span{font-size:56px}.peek-blue{right:28px;top:40px}.peek-dark{left:22px;bottom:35px}.note-top{left:12px;top:22px}.note-bottom{right:5px;bottom:15px}.products-section{padding:90px 0 95px}.section-heading{display:block;margin-bottom:38px}.section-heading h2{margin-bottom:22px}.section-intro{max-width:330px}.product-card{padding:22px 20px 25px}.product-card-body{display:block;margin-top:27px}.product-info{position:relative;z-index:2}.product-visual{height:240px;margin-top:12px}.product-visual img{width:175px;height:175px}.product-visual:before{width:210px;height:210px}.story-section{padding:85px 0 100px;display:block}.story-number{margin-bottom:35px}.story-copy h2{margin-bottom:36px}.story-detail{padding-top:0}.contact-inner{min-height:560px;padding:80px 0}.contact-stamp{right:2%;top:auto;bottom:58px;width:112px;height:112px;font-size:10px}.site-footer{height:auto;padding:25px 0;display:grid;gap:13px}.site-footer span:nth-child(2){order:3}.ticker-track{gap:28px}}
@media (max-width:420px){.hero h1{font-size:58px}.hero-lede{font-size:14px}.hero-actions{gap:18px}.button{padding:14px 15px}.product-info h3{font-size:38px}.contact-inner h2{font-size:52px}}

/* QR codes need a square frame so the full code remains scannable. */
.visual-barrage img{border-radius:16px;transform:rotate(-5deg)}
