@charset "UTF-8";
:root{--ink:#243d38;--muted:#6c7770;--green:#366454;--light:#e8efe4;--line:#dce2d8;--bg:#f7f7f2;--orange:#a55d35;--lime:#d3eaac}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.75 -apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic",Meiryo,sans-serif}h1,h2,h3,p{margin:0}button,input{font:inherit}button{color:inherit;cursor:pointer;border:0}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #6e987b;outline-offset:4px}button:disabled{opacity:.45;cursor:default}main{max-width:1280px;margin:auto;padding:36px 36px 0}.site-head{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100% - 1208px)/2));gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:18px;font-weight:750;white-space:nowrap}.brand>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--ink);color:var(--lime);font-size:20px}.header-name{font-size:11px;letter-spacing:.08em;color:var(--muted)}nav{display:flex;gap:24px}nav a{font-size:12px;text-decoration:none}.intro{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:4px 0 28px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--green);margin-bottom:10px}h1{font-size:clamp(28px,3.1vw,40px);line-height:1.45;letter-spacing:-.025em}.intro>div>p:last-child{font-size:13px;color:var(--muted);margin-top:16px}.store-card{display:flex;align-items:center;gap:18px;background:#edf0e8;padding:24px 28px;border-radius:10px;min-width:330px}.store-mark{font-family:Georgia,serif;font-size:45px;color:#8b9677;border-right:1px solid #cdd5c3;padding-right:18px}.store-card b{font-size:17px;letter-spacing:.1em}.store-card p{font-size:11px;color:var(--muted);margin:3px 0}.store-card div>span{font-size:10px;color:var(--muted)}.sample-note{display:flex;gap:14px;align-items:center;font-size:11px;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:10px 14px}.sample-note b{color:var(--green);white-space:nowrap}.section-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:24px 0 15px}.section-top>div{display:flex;align-items:center;gap:10px}.section-top h2{font-size:19px}.step{width:27px;height:27px;border-radius:50%;border:1px solid #b6c4b4;display:grid;place-items:center;color:var(--green);font-size:11px;flex-shrink:0}.text-button{background:transparent;padding:0;font-size:11px;text-decoration:underline;text-underline-offset:4px}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{position:relative;display:flex;align-items:stretch;gap:16px;text-align:left;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;transition:border-color .12s,box-shadow .12s}.product-card[aria-pressed=true]{border:2px solid #6e8d66;padding:11px;background:#f2f6eb;box-shadow:0 5px 20px #36483709}.product-card img{width:100px;object-fit:cover;object-position:center 65%;border-radius:6px;flex-shrink:0}.card-body{flex:1;min-width:0}.card-top{display:flex;align-items:center;gap:8px;justify-content:space-between}.card-top b{font-size:14px}.state-tag{font-size:9px;font-weight:650;background:#f7e9dd;color:#9b603b;padding:2px 7px;border-radius:3px;white-space:nowrap}.state-tag.stable{background:#e9eee6;color:#65816a}.card-price{display:flex;align-items:baseline;gap:4px;margin:8px 0 1px}.card-price strong{font-size:25px;line-height:1.5}.card-price span{font-size:10px;color:var(--muted)}.card-change{font-size:11px;color:var(--orange);line-height:1.6}.card-change.stable{color:var(--green)}.card-foot{font-size:10px;color:var(--muted);margin-top:6px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px;align-items:start}.evidence-panel,.proposal-panel{min-width:0}.product-heading{display:flex;justify-content:space-between;align-items:center;margin:20px 0 12px;gap:10px}.product-heading h3{font-size:17px}.product-heading span{font-size:10px;color:var(--muted)}.finding{padding:15px 18px;background:var(--ink);border-radius:8px;color:#fff;margin-bottom:20px}.finding strong{font-size:16px;line-height:1.6;font-weight:650;display:block}.finding p{color:#d1dccf;font-size:11px;margin-top:5px}.funnel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.funnel-heading h3,.voices-top h3,.preview-top h3{font-size:14px}.legend{display:flex;gap:14px;font-size:10px;color:var(--muted)}.legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:5px;background:#b9c5b2}.legend span+span:before{background:#567a5c}.funnel{background:#fff;border:1px solid var(--line);border-radius:9px;padding:18px}.funnel-row{display:grid;grid-template-columns:85px 1fr;gap:10px;align-items:center}.funnel-row+.funnel-row{margin-top:17px}.funnel-label{font-size:12px}.funnel-label span{font-size:9px;color:var(--muted);display:block}.bars{display:flex;flex-direction:column;gap:5px}.bar-line{display:flex;align-items:center;gap:8px;height:16px}.bar-track{height:9px;flex:1;background:#f3f4ef;border-radius:3px;overflow:hidden}.bar-track i{display:block;height:100%;background:#b9c5b2;border-radius:3px}.bar-line.current i{background:#567a5c}.bar-line.current.alert i{background:#bf7953}.bar-line>span{font-size:11px;min-width:46px;text-align:right;line-height:1}.finish-rate{display:flex;align-items:center;justify-content:space-between;background:#f2f4ed;padding:10px 12px;margin-top:18px;font-size:11px}.finish-rate b{font-size:15px}.metric-note{font-size:10px;color:var(--muted);margin-top:8px}.voices-top{display:flex;justify-content:space-between;align-items:center;margin:24px 0 13px}.themes{display:flex;height:29px;overflow:hidden;border-radius:5px;font-size:10px;color:#fff}.theme{display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:0;background:#587662}.theme:nth-child(2){background:#879780}.theme:nth-child(3){background:#b8bea6;color:#263d31}.voices{display:flex;flex-direction:column;gap:9px;margin-top:13px}.voice{border:1px solid var(--line);border-radius:7px;background:white;padding:13px 16px}.voice p{font-size:12px;line-height:1.8}.voice span{display:block;font-size:9px;color:var(--muted);margin-top:7px}.evidence-caveat{font-size:10px;color:var(--muted);border-left:2px solid #bfa88a;padding-left:10px;margin-top:12px}.proposal-help{font-size:11px;color:var(--muted);margin-bottom:12px}.ideas{display:flex;flex-direction:column;gap:10px}.idea{background:#fff;border:1px solid var(--line);border-radius:8px;padding:15px 17px}.idea:has(input:checked){background:#f1f5ea;border-color:#b2c69d}.idea label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.idea input{accent-color:var(--green);width:16px;height:16px;margin:4px 0 0;flex-shrink:0}.idea b{font-size:13px}.idea .basis{display:block;color:var(--green);font-size:10px;margin-top:3px}.idea p{font-size:11px;color:var(--muted);margin:8px 0 0 26px}.idea details{margin:8px 0 0 26px;font-size:10px;color:var(--muted)}.idea summary{cursor:pointer;text-underline-offset:3px}.idea details p{margin:8px 0}.preview-top{display:flex;justify-content:space-between;align-items:center;margin:22px 0 12px;gap:10px}.view-toggle{display:flex;background:#e7ece2;padding:3px;border-radius:6px}.view-toggle button{padding:5px 12px;font-size:10px;border-radius:4px;background:transparent}.view-toggle button[aria-pressed=true]{background:white;box-shadow:0 1px 4px #35482118}.product-mock{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.mock-header{display:flex;justify-content:space-between;border-bottom:1px solid #eceee7;padding:10px 16px;font-family:Georgia,serif;font-size:13px;letter-spacing:.12em}.mock-header span{font-family:inherit;font-size:9px;letter-spacing:0;color:var(--muted)}.mock-content{display:grid;grid-template-columns:46% 1fr;gap:16px;padding:16px}.mock-photo{min-height:225px;position:relative}.mock-photo img{height:100%;width:100%;object-fit:cover;object-position:center 65%;position:absolute;inset:0;border-radius:4px}.mock-photo>span{position:absolute;bottom:6px;right:6px;background:#fff9;font-size:8px;padding:0 5px}.mock-details h4{font-size:12px;margin:1px 0 7px;font-weight:600}.mock-price{font-size:20px;line-height:1.5;font-weight:650}.mock-price span{font-size:9px;font-weight:400;color:var(--muted)}.mock-description{font-size:10px;color:var(--muted);margin:7px 0 10px}.improvement{background:#eff4e6;border-left:2px solid #92ad6a;padding:7px 9px;margin:7px 0}.improvement b{font-size:10px;display:block}.improvement p{font-size:9px;line-height:1.7;margin-top:2px}.mock-cart{display:block;text-align:center;background:var(--ink);color:white;padding:8px;margin-top:12px;border-radius:3px;font-size:10px}.mock-bottom{font-size:9px;color:var(--muted);margin-top:9px;text-decoration:underline;text-underline-offset:3px}.before-note{color:#a36c42;font-size:9px;margin-top:12px;border-top:1px dashed #ccb99f;padding-top:8px}.mock-note{font-size:9px;color:var(--muted);margin:8px 0 0}.report-section{margin-top:32px;border-radius:12px;background:#e6edde;padding:30px 36px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.report-section h2{font-size:26px;line-height:1.5}.report-section>div>p:not(.eyebrow){font-size:12px;color:var(--muted);margin-top:12px}.slide-outline{display:flex;gap:10px;margin-bottom:16px}.slide-outline span{display:flex;align-items:center;gap:10px;border-bottom:2px solid #b6c4a5;padding:8px 0;flex:1;font-size:11px}.slide-outline b{color:#718863;font-size:10px;font-weight:500}.report-actions #selection-summary{font-size:12px;color:var(--ink);margin:14px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:6px;padding:11px 18px;font-size:12px;font-weight:650;line-height:1.6;min-height:42px}.button.primary{background:var(--ink);color:white}.button.secondary{background:#fff;border:1px solid #c5cebf}.button span{font-size:11px;opacity:.85}.report-actions .button{width:100%}.muted{color:var(--muted);font-size:10px}.report-actions #export-hint{font-size:10px;margin-top:8px}.workflow-note{display:flex;align-items:center;gap:24px;padding:32px 0;border-bottom:1px solid var(--line)}.workflow-note b{font-size:14px;flex:0 0 200px}.workflow-note p{font-size:11px;color:var(--muted);flex:1}.workflow-note a{font-size:11px;white-space:nowrap}footer{padding:22px 0 30px;font-size:10px;color:var(--muted)}footer p:first-child{color:var(--ink);font-weight:600;font-size:11px;margin-bottom:5px}footer details{margin-top:8px}footer a{margin-right:20px}.skip{position:absolute;top:-60px;left:10px;background:var(--ink);color:white;padding:10px;z-index:20}.skip:focus{top:10px}dialog{border:1px solid var(--line);border-radius:12px;width:min(880px,calc(100% - 28px));max-height:90dvh;overflow:auto;padding:26px;color:var(--ink);box-shadow:0 24px 80px #19302544}dialog::backdrop{background:#10251e88;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.dialog-top h2{font-size:23px}.dialog-top .eyebrow{font-size:10px;margin-bottom:2px}.close{font-size:25px;line-height:1;width:35px;height:35px;border-radius:50%;background:#eef2e8;flex-shrink:0}.dialog-intro{font-size:12px;color:var(--muted);margin-bottom:16px}.dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.data-product{border-top:1px solid var(--line);padding:16px 0}.data-product h3{font-size:14px;margin-bottom:10px}.data-row{display:grid;grid-template-columns:55px repeat(3,1fr);gap:14px;align-items:end}.data-row+.data-row{margin-top:10px}.data-row>span{font-size:11px;padding-bottom:7px}.data-row label{font-size:10px;color:var(--muted)}.data-row input{display:block;width:100%;padding:7px 9px;border:1px solid #bfcdb7;border-radius:4px;font-size:13px;color:var(--ink);min-width:0}.error{color:#a4472c;font-size:12px}.inquiry-item{padding:13px 0;border-bottom:1px solid var(--line)}.inquiry-item b{font-size:10px;color:var(--green)}.inquiry-item p{font-size:12px;margin-top:4px}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,15px);pointer-events:none;opacity:0;transition:.15s;background:var(--ink);color:white;border-radius:7px;padding:12px 18px;font-size:12px;max-width:calc(100% - 24px);z-index:30}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:1080px){.product-card img{width:75px}.product-card{gap:10px}.card-top{display:block}.state-tag{display:inline-block;margin-top:3px}.intro{gap:24px}.store-card{min-width:280px;padding:20px}.review-grid{gap:20px}.mock-content{grid-template-columns:40% 1fr;gap:12px;padding:12px}.mock-price{font-size:18px}.section-top h2{font-size:17px}.workflow-note{gap:16px}.workflow-note b{flex-basis:160px}}
@media(max-width:800px){main{padding:24px 20px 0}.header-name{display:none}.intro{display:block}.store-card{margin-top:20px;padding:12px 16px;max-width:400px}.store-mark{font-size:33px}.store-card b{font-size:14px}.sample-note{display:block}.sample-note p{margin-top:4px}.product-cards{gap:10px}.product-card{display:block;padding:10px}.product-card[aria-pressed=true]{padding:9px}.product-card img{height:95px;width:100%;display:block;margin-bottom:10px}.card-top{display:flex;flex-wrap:wrap;gap:2px}.card-price strong{font-size:22px}.card-foot{font-size:9px}.review-grid{grid-template-columns:1fr;gap:4px}.mock-content{grid-template-columns:45% 1fr;gap:22px;padding:20px}.mock-photo{min-height:255px}.mock-details h4{font-size:15px}.mock-price{font-size:23px}.mock-description{font-size:11px}.improvement b{font-size:12px}.improvement p{font-size:10px}.mock-cart{font-size:12px}.report-section{padding:25px;gap:24px}.report-section h2{font-size:23px}.workflow-note{flex-wrap:wrap}.workflow-note b{flex-basis:100%}.workflow-note p{flex-basis:65%}.evidence-caveat{font-size:11px}}
@media(max-width:480px){main{padding:22px 15px 0}.site-head{height:64px;padding:0 15px}.brand{font-size:15px}.brand>span{width:29px;height:29px;font-size:17px}nav{gap:12px}nav a{font-size:9px}h1{font-size:28px}.intro>div>p:last-child{font-size:12px}.store-card{margin-top:17px}.sample-note{font-size:10px}.section-top{align-items:flex-start}.overview .section-top{display:block}.overview .text-button{margin:9px 0 0 37px;font-size:10px}.section-top h2{font-size:17px}.product-cards{gap:7px}.product-card{padding:8px;border-radius:7px}.product-card[aria-pressed=true]{padding:7px}.product-card img{height:78px}.card-top b{font-size:12px}.state-tag{font-size:8px;padding:1px 4px}.card-price{display:block;line-height:1.2}.card-price strong{font-size:23px}.card-price span{font-size:9px}.card-change{font-size:9px;margin-top:5px}.card-foot{font-size:8px;margin-top:6px}.product-heading h3{font-size:16px}.product-heading span{font-size:9px}.finding{padding:13px 15px}.finding strong{font-size:14px}.funnel{padding:15px}.funnel-row{grid-template-columns:77px 1fr}.funnel-label{font-size:11px}.voice p{font-size:11px}.proposal-help{font-size:10px}.idea{padding:13px}.idea b{font-size:12px}.preview-top h3{font-size:12px}.view-toggle button{padding:4px 10px}.mock-content{padding:12px;gap:12px;grid-template-columns:40% 1fr}.mock-photo{min-height:245px}.mock-details h4{font-size:11px}.mock-price{font-size:19px}.mock-description{font-size:9px}.improvement{padding:6px 8px}.improvement b{font-size:10px}.improvement p{font-size:9px}.mock-cart{font-size:10px}.mock-note{font-size:9px}.report-section{grid-template-columns:1fr;padding:23px;gap:12px}.report-section h2{font-size:24px}.report-section>div>p:not(.eyebrow){font-size:11px}.slide-outline{gap:10px}.workflow-note p{flex-basis:100%;font-size:11px}.workflow-note{gap:12px}.data-row{gap:8px;grid-template-columns:35px repeat(3,1fr)}.data-row label{font-size:9px}dialog{padding:18px}.dialog-top h2{font-size:19px}.data-row input{padding:7px 5px}.dialog-actions .button{font-size:11px;padding:10px 12px}footer details a{display:block}footer{font-size:9px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
