:root{--paper:#f6f3e9;--ink:#183f36;--lime:#deff79;--muted:#52665e;--line:#ccd3c6;--cap:#deff79;--base:#183f36}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Trebuchet MS',Arial,sans-serif}
button,a,input{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button{font:inherit;color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid #a83d16;outline-offset:4px}
button{min-height:44px}
.wrap{max-width:1240px;width:calc(100% - 80px);margin-inline:auto}
.launch-banner{padding:8px 20px;text-align:center;font-size:12px;background:var(--ink);color:var(--paper)}
[hidden]{display:none!important}
.skip{position:absolute;top:-100px;left:12px;z-index:10;background:var(--lime);padding:14px}
.skip:focus{top:10px}
.header{display:flex;align-items:center;justify-content:space-between;padding-block:20px}
.brand{font-size:23px;font-weight:900;letter-spacing:-1px;display:flex;align-items:center;gap:10px}
.brandmark{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:var(--lime);border:2px solid var(--ink);transform:rotate(-7deg);font-size:22px}
.header nav{display:flex;gap:28px;align-items:center;font-size:14px}
.header nav a{display:flex;align-items:center;min-height:44px}
.nav-build{border:1px solid var(--ink);border-radius:24px;padding:0 18px;gap:20px}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:25px 0 40px}
.eyebrow{font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:bold;margin:0 0 12px}
h1,h2{font-family:Georgia,serif;font-weight:normal;letter-spacing:-.05em}
h1{font-size:clamp(49px,5.8vw,76px);line-height:1.03;margin:14px 0 18px}
h1 em{font-weight:normal}
h2{font-size:43px;line-height:1.08;margin:0}
h3{font-size:16px;margin:0}
.lede{font-size:16px;line-height:1.6;max-width:410px;color:var(--muted);margin-bottom:24px}
.hero-actions{display:flex;align-items:center;gap:24px}
.button{background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:30px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:26px;padding:12px 22px;font-weight:bold;font-size:14px}
.button:hover{background:#29594a}
.starting{font-size:13px}
.starting strong{font-size:26px}
.starting small{display:block;font-size:11px;color:var(--muted);margin-top:3px}
.hero-product{min-height:305px;background:#e5ebda;border-radius:130px 130px 24px 24px;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}
.product-tag{font-family:Georgia,serif;font-style:italic;font-size:21px;position:absolute;top:12px;right:30px;transform:rotate(5deg)}
.hero-chain,.live-chain{display:flex;align-items:center;justify-content:center}
.hero-chain{transform:rotate(-11deg);padding:60px 12px 35px}
.ring{width:58px;height:58px;flex-shrink:0;border:7px solid #a5aaa1;border-radius:50%;margin-right:-9px;box-shadow:inset 1px 1px 0 white,0 2px 0 #5e695f;position:relative;z-index:1}
.housing{display:flex;gap:7px;padding:13px 12px 16px;border-radius:19px;background:var(--base);border:2px solid #ffffff55;box-shadow:0 9px 0 color-mix(in srgb,var(--base),black 35%),0 12px 0 #ffffff30,0 24px 25px #183f362b;position:relative}
.housing:after{content:'';position:absolute;left:12px;right:12px;bottom:4px;border-bottom:1px solid #ffffff25;pointer-events:none}
.hero-key,.preview-key{display:grid;place-items:center;width:68px;height:69px;flex-shrink:0;background:var(--cap);color:var(--ink);border-radius:11px;border:1px solid #183f3650;border-top:3px solid #ffffff70;box-shadow:inset 0 0 0 5px #ffffff25,0 6px 0 color-mix(in srgb,var(--cap),black 27%),0 8px 3px #0005;font-size:32px;font-weight:bold;position:relative;transition:transform .1s,box-shadow .1s}
.preview-key:active,.preview-key.pressed{transform:translateY(5px);box-shadow:inset 0 0 0 5px #ffffff25,0 1px 0 color-mix(in srgb,var(--cap),black 27%)}
.preview-key[aria-pressed=true]:before{content:'';position:absolute;bottom:-17px;width:7px;height:7px;background:var(--lime);border:1px solid var(--ink);border-radius:50%}
.product-caption{font-size:12px;display:flex;gap:10px;align-items:center}
.tiny-cross{font-size:25px;font-weight:bold}
.illustration-label{font-size:10px;color:var(--muted);margin-top:13px}
.builder{scroll-margin-top:12px}
.builder-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px;gap:20px}
.lime-dot{color:var(--ink);background:var(--lime);border-radius:50%}
.rate{font-size:15px;font-weight:bold;text-align:right;padding-bottom:3px}
.rate span{display:block;color:var(--muted);font-size:11px;font-weight:normal;margin-top:5px}
.workbench{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);border:1px solid #b9c6b5;border-radius:22px;overflow:clip;background:#fffdf5}
.visual-panel{background:#e6ecde;padding:26px;display:flex;flex-direction:column;min-width:0}
.visual-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:12px}
.live-label{display:flex;align-items:center;gap:8px}
.live-label i{width:7px;height:7px;background:var(--ink);border-radius:50%}
.product-viewport{overflow-x:auto;min-height:258px;display:flex;align-items:center;width:100%;padding:24px 2px 42px;scrollbar-color:#8f9d88 transparent;scrollbar-width:thin}
.live-chain{margin:auto;min-width:max-content;padding:5px 10px 8px}
.live-chain .housing{gap:6px;padding:12px 10px 17px}
.live-chain .preview-key{width:var(--key-width,58px);height:64px;font-size:28px}
.live-chain .ring{width:44px;height:44px;border-width:6px}
.visual-bottom{font-size:12px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);margin-bottom:auto;padding-bottom:25px}
.visual-note{font-size:10px}
.receipt{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #b5c4b0;padding-top:24px}
.receipt p{font-size:13px;margin:0;color:var(--muted)}
#price{font-size:54px;letter-spacing:-.06em;font-weight:bold}
.design-actions{display:flex;align-items:center;gap:20px;margin-top:20px}
.design-actions .button{flex:1}
.text-button{padding:8px 4px;text-decoration:underline;text-underline-offset:4px;background:none;border:0;font-size:12px}
.save-help{font-size:11px;color:var(--muted);line-height:1.5;margin:12px 0 0}
.control-panel{padding:24px;min-width:0}
.control-section{border:0;margin:0 0 22px;padding:0}
.control-section:last-child{margin-bottom:0}
.control-section legend,.control-section h3{font-size:14px;font-weight:bold;padding:0;margin-bottom:13px;line-height:1.5}
.step-no{font-family:Georgia,serif;color:var(--muted);font-style:italic;margin-right:8px;font-weight:normal}
.size-options{display:grid;grid-template-columns:repeat(8,1fr);gap:5px}
.size-options button{padding:0;background:transparent;border:1px solid #aab9a5;border-radius:8px;font-size:15px}
.size-options button[aria-pressed=true]{background:var(--ink);color:var(--lime);border-color:var(--ink)}
.control-hint{font-size:11px;line-height:1.5;color:var(--muted);margin:8px 0 0}
.chosen-name{font-size:11px;color:var(--muted);font-weight:normal;margin-left:9px}
.swatches{display:flex;gap:8px;flex-wrap:wrap}
.swatch{width:44px;height:44px;padding:4px;border-radius:50%;background:none;border:2px solid transparent;position:relative}
.swatch span{height:32px;width:32px;display:grid;place-items:center;border-radius:50%;background:var(--swatch);border:1px solid #183f3650;font-size:17px;color:var(--swatch-ink,var(--ink))}
.swatch[aria-pressed=true]{border-color:var(--ink)}
.key-editor{border-top:1px solid var(--line);padding-top:18px}
.slot-heading,.character-heading,.key-color-heading{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:10px;gap:10px}
.slot-heading strong{font-size:11px}
.slot-scroll{overflow-x:auto;padding:4px 3px 9px}
.slots{display:flex;gap:7px;width:max-content}
.slot{min-width:44px;height:46px;border:1px solid #809675;background:var(--cap);color:var(--ink);border-radius:8px;box-shadow:0 3px 0 #a4b49a;position:relative;font-weight:bold;font-size:20px}
.slot[aria-pressed=true]{outline:2px solid var(--ink);outline-offset:2px}
.character-heading{margin-top:14px}
.categories{display:flex;gap:2px;background:#eaf0e0;border-radius:8px;padding:2px}
.categories button{min-height:36px;border:0;background:none;border-radius:6px;font-size:11px;padding:7px 10px}
.categories button[aria-pressed=true]{background:var(--ink);color:white}
.characters{display:flex;flex-wrap:wrap;gap:5px;max-height:160px;overflow-y:auto;padding:4px 2px 5px}
.character{width:44px;height:44px;background:#f6f3e9;border:1px solid #c5cfbc;box-shadow:0 2px 0 #c5cfbc;border-radius:7px;font-size:18px;font-weight:bold;padding:0}
.character[aria-pressed=true]{background:var(--lime);border-color:var(--ink)}
.character:hover{background:#e4edcf}
.key-color-heading{margin-top:18px}
.apply-color{display:block;margin-top:4px}
.how{padding-block:55px;display:grid;grid-template-columns:.75fr 2fr;gap:38px;border-bottom:1px solid var(--line)}
.how h2{font-size:35px}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.process h3{font-size:14px;margin:15px 0 8px}
.process p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}
.mini-base,.mini-caps,.mini-done{height:60px;display:flex;align-items:center;gap:5px}
.mini-base{background:var(--ink);width:max-content;height:47px;border-radius:10px;padding:8px;margin-top:8px;margin-bottom:5px;box-shadow:0 4px 0 #0b2e25}
.mini-base span{width:29px;height:29px;border:2px solid #acc19a;border-radius:5px;background:#102f27}
.mini-caps span,.mini-done>span:not(.mini-ring){width:38px;height:38px;display:grid;place-items:center;border-radius:7px;background:var(--lime);border:1px solid #92a36b;box-shadow:0 4px 0 #a0b36c;font-size:18px;font-weight:bold}
.mini-caps span:nth-child(2){background:#f2b9c5;transform:rotate(9deg)}
.mini-caps span:nth-child(3){background:#afdae9;transform:rotate(-8deg)}
.mini-ring{height:28px;width:28px;border:4px solid #89988c;border-radius:50%;margin-right:-8px}
.mini-done{gap:3px}
.mini-done>span:not(.mini-ring){border:4px solid var(--ink);height:43px;width:38px;box-shadow:0 4px 0 #102f27}
.brand-story{margin-block:35px;background:var(--ink);color:var(--paper);border-radius:18px;padding:30px 36px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.brand-story h2{font-size:42px}
.brand-story p:not(.eyebrow){font-size:15px;line-height:1.8;color:#d7e2d7;max-width:450px}
.faq{display:grid;grid-template-columns:.75fr 2fr;gap:38px;padding-block:10px 45px}
.faq h2{font-size:35px;padding-top:15px}
details{border-bottom:1px solid var(--line);padding:15px 0}
summary{min-height:30px;cursor:pointer;font-size:14px;font-weight:bold}
details p{font-size:13px;color:var(--muted);line-height:1.7;max-width:650px}
footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-block:22px 30px;gap:20px}
footer>span,footer>a:last-child{font-size:11px;color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(min-width:1051px){.hero-key{width:84px;height:86px;font-size:38px}
.live-chain .preview-key{height:84px;font-size:36px}
}

@media(min-width:1000px){.visual-panel{position:sticky;top:10px;align-self:start;min-height:620px}
.workbench{background:linear-gradient(90deg,#e6ecde 53.5%,#fffdf5 53.5%)}
}

@media(max-width:1050px){.wrap{width:calc(100% - 48px)}
.hero-key{width:56px;height:61px;font-size:28px}
.hero-chain .ring{width:45px;height:45px;border-width:6px}
.hero-actions{gap:14px}
.hero-actions .button{padding:12px 16px;gap:12px}
.control-panel{padding:20px}
.visual-panel{padding:20px}
.swatches{gap:5px}
.size-options{gap:3px}
.product-tag{font-size:18px}
.hero-product{min-height:290px}
.live-chain .preview-key{width:50px}
}

@media(max-width:760px){html{scroll-padding-top:10px}
.wrap{width:calc(100% - 32px)}
.header{padding-block:15px}
.brand{font-size:20px}
.brandmark{width:32px;height:32px;font-size:20px}
.header nav{gap:8px}
.header nav>a:first-child{display:none}
.nav-build{padding:0 12px;font-size:12px}
.hero{grid-template-columns:1fr;padding-top:12px;padding-bottom:28px;gap:22px}
.hero-copy{max-width:560px}
h1{font-size:55px;margin:12px 0}
.lede{font-size:15px;margin:14px 0 18px;max-width:360px}
.eyebrow{font-size:10px}
.hero-actions{gap:20px}
.hero-product{min-height:230px;border-radius:90px 90px 18px 18px}
.product-tag{top:19px;right:27px}
.hero-chain{padding:49px 8px 21px}
.hero-key{width:55px;height:58px}
.hero-chain .housing{gap:5px;padding:10px 8px 14px}
.hero-chain .ring{width:38px;height:38px;border-width:5px}
.product-caption{font-size:11px}
.illustration-label{margin-top:5px}
.builder-heading{align-items:start;margin-bottom:16px;gap:12px}
.builder-heading h2{font-size:35px;max-width:270px}
.builder-heading .eyebrow{max-width:210px;line-height:1.5}
.rate{font-size:11px;max-width:97px;line-height:1.4;padding-top:4px}
.rate span{font-size:10px}
.workbench{display:flex;flex-direction:column;overflow:visible;border-radius:18px;background:#fffdf5}
.visual-panel{position:sticky;top:0;z-index:3;padding:13px 14px 10px;border-radius:18px 18px 0 0;border-bottom:1px solid #b9c6b5;box-shadow:0 5px 12px #183f3610;display:grid;grid-template-columns:1fr auto;gap:0 12px}
.visual-top{grid-column:1/-1;font-size:10px}
.product-viewport{grid-column:1/-1;min-height:124px;padding:14px 0 25px}
.live-chain{padding-inline:6px}
.live-chain .housing{padding:9px 8px 13px;gap:5px;border-radius:13px}
.live-chain .preview-key{width:46px;height:48px;font-size:23px;border-radius:8px;box-shadow:inset 0 0 0 3px #ffffff25,0 5px 0 color-mix(in srgb,var(--cap),black 27%),0 7px 2px #0004}
.live-chain .ring{height:34px;width:34px;border-width:5px}
.preview-key[aria-pressed=true]:before{bottom:-14px;width:6px;height:6px}
.visual-bottom{grid-column:1/-1;padding-bottom:7px;font-size:10px;margin:0}
.visual-note{font-size:9px}
.receipt{padding-top:7px;grid-column:1/-1}
.receipt .eyebrow{display:none}
.receipt p{font-size:11px}
#price{font-size:31px}
.design-actions{margin-top:6px;grid-column:1/-1;gap:14px}
.design-actions .button{min-height:44px;padding:8px 14px;font-size:12px}
.save-help{grid-column:1/-1;font-size:9px;margin-top:5px}
.control-panel{padding:20px 15px}
.control-section{margin-bottom:20px}
.size-options button{min-height:44px}
.size-options{gap:4px}
.swatches{gap:8px}
.character-heading{gap:5px}
.categories button{min-height:44px;padding-inline:9px}
.characters{max-height:156px}
.control-panel{scroll-margin-top:310px}
.how{grid-template-columns:1fr;gap:25px;padding-block:36px}
.how h2{font-size:34px}
.how h2 br{display:none}
.process{grid-template-columns:1fr;gap:24px}
.process article{display:grid;grid-template-columns:135px 1fr;column-gap:18px;align-items:center}
.process article>div{grid-row:1/3;align-self:center}
.process h3{margin:0 0 5px;font-size:14px}
.process p{font-size:12px}
.brand-story{grid-template-columns:1fr;gap:8px;padding:26px;margin-block:25px}
.brand-story h2{font-size:38px}
.brand-story p:not(.eyebrow){font-size:14px;margin:10px 0 0}
.faq{grid-template-columns:1fr;gap:8px;padding-bottom:30px}
.faq h2{font-size:32px}
footer{flex-wrap:wrap;padding-bottom:25px}
footer>span{display:none}
}

@media(max-width:370px){.hero-actions{gap:12px}
.hero-actions .button{font-size:12px}
.starting{font-size:11px}
.starting small{font-size:9px}
.brand{font-size:18px}
.builder-heading h2{font-size:31px}
.swatches{gap:5px}
.process article{grid-template-columns:120px 1fr;gap:12px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}

