:root{--ink:#171512;--cream:#f5f0e7;--paper:#fffdf8;--red:#d9272e;--red2:#ff4b43;--muted:#716b61;--line:#d9d1c4;--yellow:#f6c744}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button,a{transition:all .2s}main{overflow:hidden}.nav{border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f0e7f0;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(22px,5vw,80px);display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.04em;align-items:center;gap:10px;font-weight:950;text-decoration:none;display:flex}.leaf{background:var(--red);color:#fff;border-radius:5px;place-items:center;width:31px;height:31px;display:grid;transform:rotate(45deg)}.leaf:first-letter{transform:rotate(-45deg)}nav{gap:32px;display:flex}nav a{color:var(--ink);font-size:14px;font-weight:700;text-decoration:none}nav a:hover{color:var(--red)}.canadian{font-size:13px;font-weight:750}.hero{text-align:center;background:radial-gradient(circle at 20% 25%,#d9272e1a,transparent 28%),radial-gradient(circle at 80% 20%,#f6c74429,transparent 30%),var(--cream);padding:90px 24px 105px;position:relative}.hero:before,.hero:after{content:"🍁";color:var(--red);opacity:.1;font-size:160px;position:absolute;transform:rotate(-18deg)}.hero:before{top:35px;left:3%}.hero:after{bottom:25px;right:4%;transform:rotate(20deg)}.eyebrow{letter-spacing:.18em;color:var(--red);font-size:12px;font-weight:900}.hero h1{letter-spacing:-.065em;max-width:1050px;margin:22px auto;font-family:Georgia,serif;font-size:clamp(47px,7vw,94px);line-height:.92}.hero h1 em{color:var(--red);font-weight:500}.hero>p{color:var(--muted);max-width:730px;margin:28px auto;font-size:clamp(17px,2vw,21px);line-height:1.55}.trust{flex-wrap:wrap;justify-content:center;gap:12px 26px;font-size:13px;font-weight:750;display:flex}.trust span:first-letter{color:var(--red)}.primary,.download{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:16px 22px;font-weight:900;box-shadow:0 7px #9f161c}.primary:hover,.download:hover{background:var(--red2);transform:translateY(-2px)}.primary:disabled,.download:disabled{opacity:.45;cursor:not-allowed;transform:none}.heroButton{align-items:center;gap:30px;margin-top:34px;text-decoration:none;display:inline-flex}.builderShell{background:var(--paper);border:1px solid var(--line);z-index:2;border-radius:18px;max-width:1180px;margin:-42px auto 100px;padding:clamp(24px,4vw,52px);position:relative;box-shadow:0 30px 80px #3c2b141f}.stepHead{align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.stepHead>span{background:var(--ink);color:#fff;border-radius:7px;place-items:center;width:39px;height:39px;font-weight:900;display:grid}.stepHead h2{letter-spacing:-.03em;margin:0 0 6px;font-family:Georgia,serif;font-size:30px}.stepHead p{color:var(--muted);margin:0}.dropzone{cursor:pointer;background:#faf7f1;border:2px dashed #c7bdb0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:240px;display:flex}.dropzone:hover{border-color:var(--red);background:#fff6f4}.uploadIcon{width:48px;height:48px;color:var(--red);background:#f7d8d7;border-radius:50%;place-items:center;font-size:25px;font-weight:900;display:grid}.dropzone strong{font-size:20px}.dropzone span{color:var(--muted);font-size:14px}.dropzone button{border:1px solid var(--ink);background:#fff;border-radius:7px;margin-top:12px;padding:10px 16px;font-weight:800}.designList{gap:10px;margin-top:18px;display:grid}.designCard{border:1px solid var(--line);border-radius:10px;grid-template-columns:72px minmax(130px,1fr) 105px 105px 100px 80px 35px;align-items:center;gap:12px;padding:12px;display:grid}.thumb{background-color:#eee;background-image:linear-gradient(45deg,#ddd 25%,#0000 25%),linear-gradient(-45deg,#ddd 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ddd 75%),linear-gradient(-45deg,#0000 75%,#ddd 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border-radius:7px;width:72px;height:72px;padding:6px}.thumb img{object-fit:contain;width:100%;height:100%}.designInfo{flex-direction:column;min-width:0;display:flex}.designInfo strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designInfo span{color:var(--muted);font-size:12px}.quality{font-weight:800!important}.quality.ideal{color:#168353!important}.quality.good{color:#a56b00!important}.quality.low{color:var(--red)!important}.designCard label,.settings label{flex-direction:column;gap:5px;font-size:12px;font-weight:800;display:flex;position:relative}.designCard input,.settings input,.settings select{border:1px solid var(--line);background:#fff;border-radius:7px;width:100%;min-width:0;padding:11px 12px}.designCard label small{color:var(--muted);position:absolute;bottom:11px;right:8px}.designCard .check{flex-direction:row;align-items:center}.designCard .check input{width:auto}.remove{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:25px}.remove:hover{color:var(--red)}.settingsHead{margin-top:52px}.settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settings label{font-size:13px}.settings label>small,.wideCheck small{color:var(--muted);font-weight:500}.inputSuffix{position:relative}.inputSuffix span{color:var(--muted);position:absolute;top:10px;right:12px}.wideCheck{border:1px solid var(--line);border-radius:8px;align-items:center;padding:12px;flex-direction:row!important}.wideCheck input{height:18px;width:18px!important}.wideCheck span{flex-direction:column;display:flex}.actions{gap:13px;margin-top:28px;display:flex}.secondary{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;padding:16px 22px;font-weight:800}.status{color:var(--muted);background:#f4f1eb;border-radius:8px;align-items:center;gap:9px;margin-top:21px;padding:12px 15px;font-size:13px;display:flex}.statusDot,.pulse{background:#2c9b64;border-radius:50%;width:9px;height:9px}.pulse{background:var(--yellow);animation:1s infinite pulse}@keyframes pulse{50%{opacity:.3}}.stats{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.stats div{text-align:center;border-right:1px solid var(--line);flex-direction:column;padding:18px;display:flex}.stats div:last-child{border:0}.stats strong{font-family:Georgia,serif;font-size:25px}.stats span{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:11px;font-weight:800}.previewArea{background:#2a2825;border-radius:10px;justify-content:center;align-items:flex-start;gap:18px;min-height:340px;margin-top:18px;padding:20px;display:flex;overflow:auto}.emptyPreview{color:#aaa;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.emptyPreview div{opacity:.45;font-size:55px}.emptyPreview strong{color:#ddd}.emptyPreview span{font-size:13px}.pageWrap{flex:1;min-width:240px;max-width:550px}.pageLabel{color:#ddd;margin-bottom:8px;font-size:12px;font-weight:800}.sheet{background-color:#fff;background-image:linear-gradient(45deg,#ececec 25%,#0000 25%),linear-gradient(-45deg,#ececec 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ececec 75%),linear-gradient(-45deg,#0000 75%,#ececec 75%);background-position:0 0,0 7px,7px -7px,-7px 0;background-size:14px 14px;min-height:80px;position:relative;box-shadow:0 7px 25px #0008}.placed{place-items:center;display:grid;position:absolute;overflow:hidden}.placed img{object-fit:contain;width:100%;height:100%}.download{min-width:260px;margin:24px auto 0;display:block}.how{text-align:center;max-width:1100px;margin:0 auto;padding:35px 24px 100px}.how h2,.privacy h2,.faq h2{letter-spacing:-.045em;max-width:700px;margin:15px auto 42px;font-family:Georgia,serif;font-size:clamp(34px,5vw,57px)}.howGrid{text-align:left;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.howGrid article{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:30px}.howGrid b{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.howGrid h3{margin:20px 0 8px;font-family:Georgia,serif;font-size:25px}.howGrid p,.privacy p,.faq p{color:var(--muted);line-height:1.6}.privacy{background:var(--ink);color:#fff;grid-template-columns:150px 1fr;align-items:center;gap:55px;padding:80px max(24px,50vw - 475px);display:grid}.privacy h2{text-align:left;margin:10px 0 20px}.privacy p{color:#c8c2b8;max-width:680px}.shield{color:var(--red);font-size:100px}.faq{max-width:850px;margin:0 auto;padding:100px 24px}.faq>h2{text-align:left;margin-left:0}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:18px;font-weight:900}.faq p{margin-bottom:0}footer{color:var(--muted);background:#e7dfd2;justify-content:space-between;align-items:center;gap:20px;padding:35px clamp(24px,5vw,80px);font-size:13px;display:flex}footer p{margin:0}footer .brand{color:var(--ink)}@media (width<=850px){.nav nav,.canadian{display:none}.hero{padding-top:65px}.designCard{grid-template-columns:62px 1fr 36px}.designCard>label,.designCard label:first-of-type,.designCard label:nth-of-type(2),.designCard label:nth-of-type(3),.designCard .check,.designInfo{grid-column:span 1}.remove{grid-area:1/3}.settings,.howGrid,.privacy{grid-template-columns:1fr}.shield{font-size:65px}.stats{grid-template-columns:repeat(2,1fr)}.stats div:nth-child(2){border-right:0}.stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}footer{text-align:center;flex-direction:column}}@media (width<=560px){.builderShell{border-radius:0;margin-top:-25px;padding:26px 16px}.hero h1{font-size:49px}.trust{flex-direction:column;gap:7px}.designCard{grid-template-columns:58px 1fr 30px}.designCard>label,.designCard .check{grid-column:span 3}.actions{flex-direction:column}.stepHead h2{font-size:26px}.previewArea{justify-content:flex-start}.stats strong{font-size:19px}.stats div{padding:13px 5px}.pageWrap{min-width:210px}}.formatNote{color:#6f5520;background:#fff8e8;border:1px solid #ead29f;border-radius:8px;margin-top:12px;padding:12px 15px;font-size:13px}
