:root{
  --bg:#f4f0e8;
  --paper:#fffdf8;
  --ink:#1e2928;
  --muted:#687572;
  --line:#d8d6ce;
  --teal:#0e7c7b;
  --teal-dark:#123b3a;
  --orange:#f4a261;
  --soft:#e9f2ef;
  --shadow:0 18px 55px rgba(27,48,45,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img,canvas{max-width:100%}
.wrap{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px 14px;z-index:999}
.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(244,240,232,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(30,41,40,.08)}
.header-inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;width:max-content}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--teal-dark);display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:8px;transform:rotate(-3deg)}
.brand-mark span{border-radius:3px;background:var(--paper)}
.brand-mark span:nth-child(2){filter:blur(2px);opacity:.8}
.brand-mark span:nth-child(3){background:var(--orange)}
.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-size:17px}.brand-text small{font-size:10px;color:var(--muted);margin-top:4px;letter-spacing:.03em}
.main-nav{display:flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.55)}
.main-nav a{padding:8px 15px;border-radius:999px;font-size:14px;font-weight:650;color:var(--muted)}
.main-nav a.active{background:var(--ink);color:#fff}
.language-menu{justify-self:end;position:relative}.language-menu summary{list-style:none;border:1px solid var(--line);border-radius:12px;padding:8px 11px;background:var(--paper);font-size:13px;font-weight:700;cursor:pointer}.language-menu summary::-webkit-details-marker{display:none}
.language-popover{position:absolute;right:0;top:46px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:7px;width:150px;box-shadow:var(--shadow)}.language-popover a{display:block;padding:8px 10px;border-radius:9px;font-size:14px}.language-popover a:hover,.language-popover a.active{background:var(--soft)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;padding-block:88px 74px}.hero-copy h1{font-size:clamp(48px,6vw,82px);letter-spacing:-.055em;line-height:.96;margin:15px 0 24px;max-width:760px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:700px;margin:0 0 22px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--teal);display:flex;align-items:center;gap:8px}.eyebrow span{width:24px;height:2px;background:var(--orange)}
.hero-pills{display:flex;flex-wrap:wrap;gap:8px}.hero-pills span{border:1px solid var(--line);padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.55);font-size:12px;font-weight:700;color:var(--muted)}
.hero-art{position:relative;min-height:390px;display:grid;place-items:center}.art-frame{position:relative;width:min(470px,100%);aspect-ratio:1.15;border:1px solid #c8c8bf;border-radius:28px;background:#e8ddd0;overflow:hidden;box-shadow:0 24px 70px rgba(45,59,56,.14);transform:rotate(2deg)}.art-subject{position:absolute;inset:16% 17% 12% 16%;border-radius:48% 48% 30% 30%;background:linear-gradient(135deg,#d48b63,#f1c4a8 48%,#415c5a 49%,#173b39);transform:rotate(-4deg)}.art-blur{position:absolute;left:11%;top:18%;width:45%;height:56%;border-radius:18px;background:rgba(255,255,255,.24);backdrop-filter:blur(13px);border:2px solid rgba(255,255,255,.76)}.art-grid{position:absolute;right:10%;bottom:10%;width:34%;height:35%;background:repeating-linear-gradient(90deg,rgba(18,59,58,.92) 0 14px,#ecb36f 14px 28px),repeating-linear-gradient(0deg,transparent 0 14px,rgba(255,255,255,.3) 14px 28px);mix-blend-mode:multiply;opacity:.84}.art-handle{position:absolute;width:10px;height:10px;background:#fff;border:2px solid var(--teal);border-radius:2px}.h1{left:10%;top:17%}.h2{left:55%;top:17%}.h3{left:10%;top:73%}.h4{left:55%;top:73%}.art-chip{position:absolute;background:var(--paper);border:1px solid var(--line);box-shadow:0 12px 35px rgba(29,43,41,.12);padding:9px 12px;border-radius:12px;font-size:12px;font-weight:750}.chip-a{left:0;bottom:54px}.chip-b{right:-10px;top:56px;max-width:220px;color:var(--muted)}
.editor-section{padding:72px 0 84px;background:var(--teal-dark);color:#fff}.editor-section .section-kicker{color:#84ddd6}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section-head.compact{align-items:start;margin-bottom:24px}.section-head h2,.content-section h2,.compare-copy h2,.privacy-card h2,.faq-section h2{font-size:clamp(31px,4vw,50px);letter-spacing:-.04em;line-height:1.04;margin:8px 0 0}.section-head>p,.section-head>div+p{max-width:480px;color:var(--muted);margin:0}.editor-section .section-head p{color:#b8cac6}
.tool-shell{background:#f7f4ed;color:var(--ink);border-radius:26px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.22)}.upload-panel{padding:26px}.drop-zone{min-height:410px;border:2px dashed #b9c2be;border-radius:20px;background:#fffdf8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;transition:.2s}.drop-zone.dragover,.drop-zone:focus{border-color:var(--teal);background:#eef8f5;outline:none}.upload-icon{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:var(--soft);color:var(--teal);margin-bottom:15px}.drop-zone strong{font-size:25px;letter-spacing:-.03em}.drop-zone>span:not(.upload-icon):not(.upload-button){color:var(--muted)}.upload-button{margin:18px 0 10px;background:var(--ink);color:#fff;padding:11px 17px;border-radius:11px;font-weight:750}.drop-zone small{color:#87918f}.privacy-line,.workspace-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.privacy-line{justify-content:center;margin-top:14px}.shield-dot{width:20px;height:20px;display:inline-grid;place-items:center;background:#dff3ea;color:#176e58;border-radius:50%;font-weight:900}.editor-message{text-align:center;color:#a74632;font-size:13px;margin-top:10px;min-height:20px}
.editor-workspace{display:grid;grid-template-columns:300px 1fr;min-height:680px}.control-panel{padding:22px;border-right:1px solid #deded7;background:#fffdf8}.control-topline{display:flex;flex-direction:column;gap:3px;margin-bottom:18px}.text-button{background:none;border:0;padding:0;text-align:left;font-weight:750;color:var(--teal)}.image-meta{font-size:11px;color:var(--muted)}.control-group{border:0;padding:0;margin:0 0 20px}.control-group legend{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--muted);margin-bottom:9px}.segmented{display:grid;grid-template-columns:1fr 1fr;background:#ecebe6;border-radius:12px;padding:4px}.segmented button,.mode-grid button{border:0;background:transparent;border-radius:9px;padding:9px;font-weight:700;font-size:13px;color:#66716e}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.08)}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.mode-grid button{padding:10px 5px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:5px;align-items:center}.mode-grid button.active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal);color:var(--teal)}.mode-icon{width:24px;height:20px;display:block;border:2px solid currentColor;border-radius:3px}.icon-rect{border-style:dashed}.icon-brush{border:0;border-bottom:4px solid currentColor;border-radius:50%;transform:rotate(-35deg)}.slider-group .label-row{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.slider-group output{color:var(--teal)}input[type=range]{width:100%;accent-color:var(--teal)}.mode-help{font-size:12px;color:var(--muted);min-height:58px;margin:4px 0 14px}.primary-action,.download-button{border:0;border-radius:11px;background:var(--teal);color:#fff;font-weight:800;padding:11px 14px}.primary-action{width:100%}.history-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;margin-top:8px}.history-row button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 4px;font-size:11px;font-weight:700}.history-row button:disabled{opacity:.4;cursor:not-allowed}
.canvas-panel{display:flex;flex-direction:column;min-width:0;background:#dfe3df}.canvas-toolbar{height:62px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f6f5f0;border-bottom:1px solid #d6dad5}.zoom-tools,.export-tools{display:flex;align-items:center;gap:6px}.zoom-tools button,.export-tools select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 9px}.zoom-tools span{font-size:11px;color:var(--muted);min-width:38px;text-align:center}.export-tools label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:5px}.download-button{padding:9px 12px;font-size:12px}.canvas-scroll{flex:1;min-height:540px;overflow:auto;display:flex;align-items:center;justify-content:center;padding:26px;background-image:linear-gradient(45deg,rgba(255,255,255,.36) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.36) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.36) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.36) 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.canvas-stage{position:relative;flex:0 0 auto;box-shadow:0 14px 34px rgba(36,50,48,.22);background:#fff}.canvas-stage canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.overlay-canvas{touch-action:none;cursor:crosshair}.workspace-status{min-height:38px;padding:7px 14px;background:#f6f5f0;border-top:1px solid #d6dad5}.workspace-status [data-status]{margin-left:auto;color:#8a5a2f}
.content-section{padding-block:96px}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.prose{font-size:18px;color:var(--muted)}.prose p:first-child{margin-top:0}.alt-band{background:#e7e9e3;border-block:1px solid #d8dbd3}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px;min-height:235px}.step-card>span,.use-number{font-size:11px;color:var(--teal);font-weight:900;letter-spacing:.14em}.step-card h3,.use-card h3{font-size:19px;line-height:1.2;margin:40px 0 10px}.step-card p,.use-card p{font-size:14px;color:var(--muted);margin:0}.uses-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.use-card{padding:28px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px}.use-card h3{margin:26px 0 9px;font-size:22px}
.compare-section{padding-bottom:96px}.compare-card{display:grid;grid-template-columns:1fr 1fr;border-radius:26px;overflow:hidden;background:var(--ink);color:#fff}.compare-visual{min-height:380px;position:relative;display:grid;grid-template-columns:1fr 1fr;background:#d8b28d}.compare-half{position:relative;overflow:hidden}.compare-half:before{content:"";position:absolute;inset:15% 10%;border-radius:46% 46% 30% 30%;background:linear-gradient(135deg,#d18762,#efc2a4 48%,#294a48 49%,#123b3a)}.blur-half:after{content:"";position:absolute;inset:0;backdrop-filter:blur(12px)}.pixel-half{image-rendering:pixelated;background:repeating-linear-gradient(90deg,rgba(16,71,68,.18) 0 22px,rgba(244,162,97,.15) 22px 44px)}.pixel-half:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(18,59,58,.15) 0 22px,transparent 22px 44px);mix-blend-mode:multiply}.divider{position:absolute;left:50%;top:0;bottom:0;width:2px;background:white}.compare-copy{padding:52px;display:flex;flex-direction:column;justify-content:center}.compare-copy p{color:#b9c3c1;font-size:17px}.inline-link{margin-top:14px;color:#9ee6dc;font-weight:800}.inline-link span{display:inline-block;transition:transform .2s}.inline-link:hover span{transform:translateX(4px)}
.privacy-section{padding:0 0 96px}.privacy-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;background:#dfeee9;border:1px solid #c8ddd7;border-radius:24px;padding:34px}.privacy-icon{width:58px;height:58px;border-radius:18px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:25px;font-weight:900}.privacy-card h2{font-size:34px}.privacy-card p{color:var(--muted);margin-bottom:0;max-width:720px}.privacy-code{display:flex;gap:8px;align-items:center;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--teal)}.privacy-code span{background:#fff;border:1px solid #c9ddd8;padding:8px;border-radius:8px}
.faq-section{padding-bottom:110px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;font-weight:750;font-size:18px;padding:20px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;color:var(--teal);transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{color:var(--muted);max-width:800px;margin:-6px 0 24px}
.site-footer{background:#172220;color:#eef2ef;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:50px}.brand-footer .brand-mark{background:#eef2ef}.brand-footer .brand-mark span{background:#172220}.brand-footer .brand-mark span:nth-child(3){background:var(--orange)}.footer-brand p{color:#9ea9a6;max-width:460px;font-size:14px}.footer-note{font-size:12px!important}.footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#8aa09a}.footer-grid>div:not(.footer-brand) a{display:block;color:#ced7d4;font-size:14px;margin:9px 0}.footer-grid a:hover{color:#fff}.footer-bottom{margin-top:42px;padding-top:18px;border-top:1px solid #2e3b38;color:#788984;font-size:12px}
@media (max-width:980px){.hero{grid-template-columns:1fr;gap:40px;padding-top:60px}.hero-art{min-height:340px}.editor-workspace{grid-template-columns:1fr}.control-panel{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px}.control-topline,.primary-action,.history-row,.mode-help{grid-column:1/-1}.control-group{margin:0}.canvas-panel{min-height:650px}.steps-grid{grid-template-columns:repeat(2,1fr)}.intro-grid{gap:50px}.privacy-card{grid-template-columns:auto 1fr}.privacy-code{grid-column:2}.footer-grid{grid-template-columns:1.2fr .8fr .8fr}}
@media (max-width:760px){.wrap{width:min(100% - 24px,1180px)}.header-inner{grid-template-columns:1fr auto;height:68px}.brand-text small,.main-nav{display:none}.hero{padding-block:48px 54px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:16px}.hero-art{min-height:300px}.chip-b{right:0;max-width:170px}.editor-section{padding-block:54px}.upload-panel{padding:12px}.drop-zone{min-height:340px;padding:24px}.editor-workspace{min-height:0}.control-panel{display:block;padding:16px}.control-group,.slider-group{margin-bottom:16px}.canvas-toolbar{height:auto;align-items:flex-start;flex-direction:column}.export-tools{width:100%;justify-content:space-between}.canvas-scroll{min-height:430px;padding:14px;justify-content:flex-start}.workspace-status{align-items:flex-start}.content-section{padding-block:68px}.intro-grid{grid-template-columns:1fr;gap:24px}.prose{font-size:16px}.section-head{align-items:flex-start;flex-direction:column}.steps-grid,.uses-grid{grid-template-columns:1fr}.compare-card{grid-template-columns:1fr}.compare-visual{min-height:260px}.compare-copy{padding:32px}.privacy-card{grid-template-columns:1fr;padding:26px}.privacy-code{grid-column:1;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
