:root {
  --ink: #18372d;
  --ink-soft: #4c6259;
  --paper: #f6f4ee;
  --paper-deep: #ece9df;
  --mint: #d9f99d;
  --lime: #b7ee6d;
  --line: rgba(24, 55, 45, .16);
  --white: #fffef9;
  --shadow: 0 24px 70px rgba(40, 53, 44, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 48px)); margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 790; font-size: 21px; letter-spacing: -.7px; }
.brand-mark { width: 31px; height: 31px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; transform: rotate(-12deg); }
.brand-mark span { width: 12px; height: 16px; display: block; border: 3px solid var(--mint); border-left: 0; border-radius: 0 12px 12px 0; }
.site-header nav { display: flex; gap: 35px; font-size: 14px; font-weight: 650; }
.site-header nav a { opacity: .68; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.text-button { background: transparent; border: 0; cursor: pointer; font-weight: 650; padding: 10px; }
.pill { border: 0; border-radius: 999px; padding: 13px 21px; cursor: pointer; font-weight: 760; transition: transform .2s, box-shadow .2s, background .2s; display: inline-flex; align-items: center; justify-content: center; gap: 12px; }
.pill:hover { transform: translateY(-2px); }
.pill-dark { background: var(--ink); color: white; box-shadow: 0 8px 18px rgba(24,55,45,.17); }
.pill-accent { background: var(--lime); color: var(--ink); box-shadow: 0 10px 24px rgba(115,157,53,.2); }
.pill-outline { background: transparent; border: 1px solid var(--line); }

.hero { min-height: 720px; padding: 84px 0 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 820; color: #64805f; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #78bd52; box-shadow: 0 0 0 5px rgba(120,189,82,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6.3vw, 94px); line-height: .93; font-weight: 500; letter-spacing: -5.4px; margin: 27px 0 30px; }
h1 em, .final-cta em { color: #76955e; font-weight: 400; }
.hero-lede { font-size: 19px; line-height: 1.7; color: var(--ink-soft); max-width: 520px; }
.trust-row { display: flex; gap: 25px; flex-wrap: wrap; margin-top: 34px; color: #687b72; font-size: 12px; font-weight: 650; }
.trust-row span::before { content: "✓"; color: #62a73e; margin-right: 7px; }

.tool-card { background: rgba(255,254,249,.87); padding: 18px; border: 1px solid rgba(24,55,45,.1); border-radius: 28px; box-shadow: var(--shadow); min-height: 512px; display: flex; flex-direction: column; backdrop-filter: blur(12px); position: relative; }
.tool-topline { height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 6px 12px; color: #7b887f; font-size: 11px; font-weight: 680; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #84c55e; }
.mini-credit { margin-left: auto; border: 0; background: #eff4e8; border-radius: 999px; color: #67805b; padding: 7px 11px; font-size: 10px; cursor: pointer; }
.drop-zone { flex: 1; min-height: 432px; border: 1.5px dashed #b7c0b9; border-radius: 19px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; outline: none; }
.drop-zone:hover, .drop-zone.dragging, .drop-zone:focus-visible { background: #f4f8ed; border-color: #84ac63; transform: translateY(-2px); }
.drop-zone h2, .processing-view h2, .error-view h2 { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.7px; font-size: 25px; margin: 25px 0 8px; }
.drop-zone p { color: #76837c; margin-bottom: 18px; font-size: 14px; }
.drop-zone p span { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.drop-zone small { color: #9ba39f; font-size: 10px; letter-spacing: .35px; }
.upload-art { width: 92px; height: 86px; position: relative; }
.upload-shadow { position: absolute; width: 75px; height: 14px; background: rgba(60,86,65,.13); filter: blur(7px); bottom: 2px; left: 10px; border-radius: 50%; }
.upload-sheet { position: absolute; width: 58px; height: 64px; border-radius: 8px; border: 1px solid #9ab08f; left: 17px; top: 8px; background: #f9fff0; }
.sheet-back { transform: rotate(-9deg) translate(-8px, 3px); background: #e7f2d8; }
.sheet-front i { width: 27px; height: 20px; position: absolute; left: 15px; bottom: 12px; background: linear-gradient(140deg, transparent 40%, #86ad6f 41% 60%, transparent 61%), linear-gradient(40deg, transparent 35%, #b8d996 36% 65%, transparent 66%); }
.upload-arrow { position: absolute; width: 29px; height: 29px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; right: 3px; top: -2px; font-size: 18px; box-shadow: 0 5px 12px rgba(24,55,45,.2); }

.processing-view, .error-view { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 430px; }
.processing-view p, .error-view p { color: #77847c; }
.spinner-ring { width: 74px; height: 74px; border: 2px solid #dce8d4; border-top-color: #77a95a; border-radius: 50%; animation: spin 1s linear infinite; display: grid; place-items: center; }
.spinner-ring span { width: 43px; height: 43px; border-radius: 50%; background: #eef8e4; }
.progress-track { width: min(300px, 70%); height: 5px; background: #e8ece5; border-radius: 20px; overflow: hidden; margin-top: 25px; }
.progress-track span { display: block; height: 100%; width: 10%; background: #83b75f; border-radius: inherit; transition: width .35s; }
@keyframes spin { to { transform: rotate(360deg); } }

.editor { display: flex; flex-direction: column; gap: 14px; }
.editor-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 4px 5px; }
.editor-toolbar > div { display: grid; grid-template-columns: auto 1fr; gap: 1px 9px; align-items: center; }
.file-badge { grid-row: 1 / 3; padding: 8px 7px; background: #eff4ea; border-radius: 7px; font-size: 9px; font-weight: 850; }
.editor-toolbar strong { font-size: 12px; max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.editor-toolbar small { color: #939e97; font-size: 9px; }
.icon-button { border: 1px solid var(--line); width: 30px; height: 30px; border-radius: 50%; background: transparent; cursor: pointer; font-size: 17px; }
.preview-shell { height: 290px; border-radius: 15px; overflow: hidden; position: relative; display: grid; place-items: center; background-color: white; }
.checkerboard { background-image: linear-gradient(45deg,#e7e7e2 25%,transparent 25%),linear-gradient(-45deg,#e7e7e2 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e7e7e2 75%),linear-gradient(-45deg,transparent 75%,#e7e7e2 75%); background-size: 22px 22px; background-position: 0 0,0 11px,11px -11px,-11px 0; }
.preview-shell canvas, .compare-layer, .compare-layer img { width: 100%; height: 100%; object-fit: contain; }
.compare-layer { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 50% 0 0); background: #ebe8e0; }
.compare-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: white; box-shadow: 0 0 0 1px rgba(0,0,0,.08); pointer-events: none; }
.compare-handle span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 31px; height: 31px; border-radius: 50%; background: white; display: grid; place-items: center; box-shadow: 0 4px 12px rgba(0,0,0,.18); font-size: 12px; }
.preview-label { position: absolute; top: 10px; background: rgba(22,45,38,.72); color: white; border-radius: 999px; font-size: 8px; letter-spacing: .9px; padding: 5px 8px; text-transform: uppercase; }
.label-original { left: 10px; }.label-result { right: 10px; }
.compare-slider { position: absolute; opacity: 0; pointer-events: none; }
.editor-controls { display: flex; justify-content: space-between; align-items: flex-end; padding: 0 4px; }
.control-group { display: grid; gap: 8px; }.control-label { text-transform: uppercase; font-size: 8px; letter-spacing: 1.2px; color: #87938c; font-weight: 800; }
.swatches { display: flex; gap: 7px; }.swatch { width: 28px; height: 28px; border: 1px solid #d0d6d0; border-radius: 50%; padding: 0; cursor: pointer; position: relative; }
.swatch.active::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--ink); border-radius: 50%; }
.swatch.transparent { background-image: linear-gradient(45deg,#d6d8d5 25%,transparent 25%),linear-gradient(-45deg,#d6d8d5 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d6d8d5 75%),linear-gradient(-45deg,transparent 75%,#d6d8d5 75%); background-size: 9px 9px; background-position: 0 0,0 4.5px,4.5px -4.5px,-4.5px 0; }
.swatch.white { background: white; }.swatch.warm { background: #eee7dc; }.swatch.custom { background: #d9e7de; overflow: hidden; display: grid; place-items: center; cursor: pointer; }
.swatch.custom input { position: absolute; opacity: 0; }.swatch.custom span { font-size: 16px; }
.segmented { border: 1px solid var(--line); padding: 3px; border-radius: 8px; display: flex; }.segmented button { border: 0; background: transparent; padding: 6px 10px; border-radius: 5px; font-size: 9px; font-weight: 800; cursor: pointer; }.segmented button.active { background: var(--ink); color: white; }
.download-row { border-top: 1px solid var(--line); padding-top: 14px; display: flex; align-items: center; gap: 14px; }.download-button { min-width: 190px; }.download-row p { margin: 0; font-size: 9px; color: #89938d; }
.error-icon { width: 58px; height: 58px; border-radius: 50%; background: #f7dfd8; color: #a14b38; display: grid; place-items: center; font-size: 27px; font-family: Georgia,serif; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 110px; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 max(24px, calc((100vw - 1180px)/2)); }
.proof-strip div { display: flex; flex-direction: column; justify-content: center; padding-left: 35px; border-left: 1px solid var(--line); }.proof-strip div:last-child { border-right: 1px solid var(--line); }.proof-strip strong { font-family: Georgia,serif; font-weight: 500; font-size: 20px; }.proof-strip span { color: #89948e; font-size: 9px; margin-top: 5px; text-transform: uppercase; letter-spacing: 1px; }
.how { padding: 130px 0; }.section-heading { text-align: center; max-width: 700px; margin: 0 auto 65px; }.section-heading h2, .commerce-copy h2, .privacy h2 { font-family: Georgia,serif; font-size: clamp(40px,5vw,64px); font-weight: 500; letter-spacing: -2.7px; margin: 18px 0; }.section-heading p, .commerce-copy > p { color: var(--ink-soft); line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.steps-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 29px; min-height: 260px; position: relative; background: rgba(255,255,255,.24); }.step-number { position: absolute; right: 22px; top: 20px; font-family: Georgia,serif; color: #9eaaa3; font-size: 13px; }.step-icon { width: 54px; height: 54px; border-radius: 14px; background: #e6f4d5; display: grid; place-items: center; font-size: 23px; }.steps-grid h3 { margin: 49px 0 9px; font-family: Georgia,serif; font-size: 26px; font-weight: 500; }.steps-grid p { color: #7a887f; font-size: 13px; line-height: 1.6; }
.commerce { margin-bottom: 135px; border-radius: 28px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; min-height: 590px; }.commerce-visual { background: #dde0d2; position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 50px; }.before-card,.after-card { width: 45%; aspect-ratio: .82; border-radius: 5px; position: relative; overflow: hidden; display: grid; place-items: center; box-shadow: 0 15px 30px rgba(20,40,30,.16); }.before-card { background: repeating-linear-gradient(35deg,#b98e64 0 10px,#d5ab7c 10px 18px,#54725e 18px 28px); transform: rotate(-4deg); }.after-card { background-color: #faf9f5; transform: rotate(3deg); }.before-card > span,.after-card > span { position:absolute; top:10px; left:10px; font-size:7px; letter-spacing:1px; background:white; color:var(--ink); padding:4px 6px;border-radius:20px;z-index:2}.bottle { width: 47%; height: 62%; border-radius: 18px 18px 25px 25px; background: linear-gradient(90deg,#bed8b2,#f4f2ca 45%,#a7c79e); box-shadow: inset -10px 0 17px rgba(33,66,46,.15),0 15px 24px rgba(28,58,40,.18); position:relative; }.bottle::before { content:""; position:absolute;width:45%;height:18%;background:#607f68;left:27%;top:-12%;border-radius:4px 4px 1px 1px}.cut-line { position:absolute;left:49%;top:47%;background:var(--lime);color:var(--ink);width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:18px;box-shadow:0 6px 14px rgba(0,0,0,.18)}
.commerce-copy { padding: 78px 72px; display:flex;flex-direction:column;justify-content:center; }.commerce-copy .kicker { color:#b9d6a6}.commerce-copy h2 { color:#f7f5ed}.commerce-copy > p { color:#b7c3bc}.commerce-copy ul,.price-card ul { list-style:none;padding:0;margin:25px 0 30px;display:grid;gap:14px;font-size:13px}.commerce-copy li span { color:var(--lime);margin-right:9px}.link-button { color:white;background:transparent;border:0;text-align:left;padding:0;cursor:pointer;font-weight:700}.link-button span { margin-left:10px;color:var(--lime)}
.pricing { padding: 0 0 135px; }.price-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}.price-card { border:1px solid var(--line);border-radius:20px;padding:32px;position:relative;background:rgba(255,255,255,.28);display:flex;flex-direction:column}.price-card.featured { background:var(--ink);color:white;transform:translateY(-10px);box-shadow:var(--shadow)}.popular { position:absolute;right:20px;top:20px;font-size:8px;text-transform:uppercase;letter-spacing:1px;background:var(--lime);color:var(--ink);padding:6px 9px;border-radius:99px}.plan-label { text-transform:uppercase;letter-spacing:1.5px;font-size:10px;color:#7d8d83;font-weight:800}.featured .plan-label { color:#b9c8bf}.price-card h3 { font-family:Georgia,serif;font-size:44px;font-weight:500;margin:20px 0 8px}.price-card h3 small { font-family:inherit;font-size:14px;color:#94a39a}.price-card p { color:#819086;font-size:13px}.featured p,.featured li { color:#c4cec8}.price-card ul { flex:1;border-top:1px solid currentColor;padding-top:22px;opacity:.85}.price-card li::before { content:"✓";color:#7ea95f;margin-right:9px}
.privacy { border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:95px 0;display:grid;grid-template-columns:1fr 1fr;gap:100px}.privacy-icon { display:block;font-size:38px;margin-bottom:22px}.privacy h2 { margin-bottom:0}.privacy > div:last-child { color:var(--ink-soft);line-height:1.75;font-size:14px;padding-top:15px}.privacy a { color:var(--ink);font-weight:750;display:inline-block;margin-top:12px}.final-cta { text-align:center;padding:130px 0}.final-cta h2 { font-family:Georgia,serif;font-size:clamp(48px,6vw,80px);font-weight:500;letter-spacing:-3.5px;line-height:1.02;margin:20px 0 40px}
footer { background:#e9e6dc;min-height:230px;padding:60px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;border-top:1px solid var(--line)}footer p { color:#7d8a83;font-size:13px}footer > div { display:flex;justify-content:flex-end;gap:25px}footer button,footer a { border:0;background:none;font-size:12px;cursor:pointer}footer small { grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;color:#96a099;font-size:9px}

.modal { border:1px solid rgba(24,55,45,.15);border-radius:22px;padding:38px;width:min(500px,calc(100% - 32px));background:var(--white);color:var(--ink);box-shadow:0 25px 80px rgba(20,40,31,.25)}.modal::backdrop { background:rgba(17,35,29,.55);backdrop-filter:blur(4px)}.modal-close { position:absolute;right:18px;top:18px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:transparent;cursor:pointer}.modal h2 { font-family:Georgia,serif;font-size:38px;font-weight:500;letter-spacing:-1.6px;margin:14px 0 26px}.modal form { display:grid;gap:15px}.modal label { font-size:11px;font-weight:750;display:grid;gap:8px}.modal input[type=email] { border:1px solid var(--line);border-radius:10px;padding:14px;background:#faf9f5;outline:none}.modal input:focus { border-color:#7b9f65;box-shadow:0 0 0 3px rgba(123,159,101,.13)}.modal form small { text-align:center;color:#8d9791;font-size:9px}.dashboard-modal { width:min(640px,calc(100% - 32px))}.dashboard-head { display:flex;justify-content:space-between;align-items:center}.credit-stat { background:#eef6e4;border-radius:15px;padding:15px 24px;text-align:center}.credit-stat strong { font-family:Georgia,serif;font-size:30px;display:block}.credit-stat span { font-size:9px;text-transform:uppercase;letter-spacing:1px}.empty-state { border:1px dashed var(--line);border-radius:14px;padding:30px;text-align:center;color:#77867d}.signed-in-as { color:#76847c}.history-list { display:grid;gap:8px;margin:15px 0 25px}.history-item { display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;font-size:12px}.history-item span { color:#88938c;font-size:10px}.danger { color:#a04c3f;padding-left:0}.legal-modal { width:min(700px,calc(100% - 32px));max-height:80vh;overflow:auto}.legal-modal h3 { margin-top:28px}.legal-modal p,.legal-modal li { color:#596c62;line-height:1.7;font-size:13px}.toast { position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:white;padding:13px 19px;border-radius:99px;font-size:12px;opacity:0;pointer-events:none;transition:.25s;z-index:100}.toast.show { opacity:1;transform:translate(-50%,0)}
.paypal-modal { width:min(520px,calc(100% - 32px))}.paypal-order-summary { display:flex;align-items:center;justify-content:space-between;background:#f0f5e9;border:1px solid var(--line);border-radius:14px;padding:17px 19px;margin-bottom:22px}.paypal-order-summary>div { display:grid;gap:4px}.paypal-order-summary span { color:#718178;font-size:11px}.paypal-order-summary>strong { font-family:Georgia,serif;font-size:28px;font-weight:500}.payment-note { display:block;text-align:center;color:#86928b;font-size:9px;line-height:1.6;margin-top:15px}.setup-message { background:#fff4d9;border:1px solid #e9d59c;border-radius:10px;padding:13px;color:#7b662a;font-size:11px;line-height:1.55;margin-bottom:15px}

@media (max-width: 900px) {
  .site-header nav { display:none }.hero { grid-template-columns:1fr;padding-top:60px;gap:55px}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.trust-row{justify-content:center}.commerce{grid-template-columns:1fr}.commerce-visual{min-height:470px}.price-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.privacy{grid-template-columns:1fr;gap:30px}.proof-strip{grid-template-columns:repeat(2,1fr)}.proof-strip div:nth-child(3){border-top:1px solid var(--line)}.proof-strip div:nth-child(4){border-top:1px solid var(--line)}
}
@media (max-width: 620px) {
  .section-shell,.site-header{width:min(100% - 28px,1180px)}.site-header{height:70px}.header-actions .text-button{display:none}.hero{padding:50px 0 70px}.hero h1{font-size:55px;letter-spacing:-3.5px}.hero-lede{font-size:16px}.tool-card{padding:11px;border-radius:21px}.drop-zone{min-height:380px}.editor-toolbar strong{max-width:170px}.preview-shell{height:255px}.editor-controls{align-items:flex-start;gap:15px}.download-row{align-items:flex-start;flex-direction:column}.download-button{width:100%}.proof-strip{padding:0 14px}.proof-strip div{padding:22px 12px;min-height:92px}.steps-grid{grid-template-columns:1fr}.how{padding:90px 0}.commerce{width:100%;border-radius:0}.commerce-visual{padding:35px 20px;min-height:410px}.commerce-copy{padding:55px 28px}.pricing{padding-bottom:90px}.privacy{padding:70px 0}.final-cta{padding:90px 0}footer{grid-template-columns:1fr;padding:45px 24px}footer>div{justify-content:flex-start}h1{font-size:54px}.section-heading h2,.commerce-copy h2,.privacy h2{font-size:42px}.modal{padding:32px 24px}
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important } }
