:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#20231f;background:#f7f7f2;line-height:1.55;--red:#c9322b;--muted:#63675f;--line:#dce0d5}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,.button{min-height:46px;padding:11px 20px;border-radius:10px;border:1px solid var(--line);background:#fff;color:#20231f;cursor:pointer;font-weight:600;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:8px}button:hover,.button:hover{background:#eeeFE8}button:disabled{opacity:.55;cursor:wait}.primary{background:var(--red);border-color:var(--red);color:white}.primary:hover{background:#a82320}.secondary{background:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #355daf;outline-offset:4px}h1,h2,h3,p{margin:0 0 16px}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(36px,4.8vw,64px);font-weight:750}h2{font-size:32px}h3{font-size:21px}p{color:var(--muted)}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0;border-bottom:1px solid var(--line)}.brand{font-size:32px;font-weight:850;letter-spacing:-2px;text-decoration:none;display:inline-flex;align-items:center;gap:10px}.brand:before{content:"";display:block;width:26px;height:16px;background:var(--red);border-radius:3px;transform:rotate(-8deg)}nav{display:flex;align-items:center;gap:28px}nav a{text-decoration:none;font-size:14px;font-weight:600}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:64px;padding:88px 0 72px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:var(--red);margin-bottom:24px}.hero p{font-size:19px;max-width:510px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.hero-art{background:#eaece3;border-radius:24px;min-height:420px;display:flex;flex-direction:column;gap:48px;align-items:center;justify-content:center;padding:56px 32px 32px;overflow:hidden}.sticker{width:100%;max-width:390px;aspect-ratio:1.9;background:var(--red);border-radius:10px;transform:rotate(-9deg);padding:28px;color:#fff;box-shadow:0 24px 32px #20231f20;display:flex;flex-direction:column;justify-content:space-between}.sticker b{font-size:clamp(44px,6vw,80px);letter-spacing:-.055em;line-height:1}.sticker span{font-size:17px}.art-caption{text-align:center;font-size:13px;color:#53584f}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;padding:24px 0;font-size:15px;font-weight:600}.section{padding:72px 0}.section-intro{max-width:540px;margin-bottom:38px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step-number{font-size:13px;color:var(--red);border-top:2px solid var(--red);display:block;padding-top:16px;margin-bottom:24px}.closing{background:#20231f;color:white;border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:32px}.closing p{color:#c1c6ba;margin:0}.closing h2{font-size:30px}.site-footer{border-top:1px solid var(--line);padding:30px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}.footer-links{display:flex;flex-wrap:wrap;gap:20px}.narrow{max-width:760px;margin:64px auto}.narrow h1{font-size:42px}.narrow h2{font-size:24px;margin-top:36px}.narrow li{margin:10px 0}.auth-card{max-width:440px;margin:64px auto 100px;padding:32px;border:1px solid var(--line);border-radius:16px;background:white}.auth-card h1{font-size:32px}.auth-card form{display:grid;gap:18px}.auth-card .primary{width:100%}label{display:grid;gap:7px;font-size:14px;font-weight:600}input,select,textarea{background:#fff;color:#20231f;border:1px solid #babfb3;border-radius:8px;padding:12px;min-height:46px;width:100%;font-size:16px}textarea{resize:vertical;min-height:112px}.error{color:#a32420;background:#fff0ed;border-radius:8px;padding:12px;margin:16px 0;overflow-wrap:anywhere}.success{background:#e5efdf;color:#315128;border-radius:8px;padding:12px;margin:16px 0}.error:empty,.success:empty{display:none}[hidden]{display:none!important}.admin-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:42px 0 24px}.admin-heading h1{font-size:36px}.toolbar{display:flex;gap:16px;align-items:end;flex-wrap:wrap;margin-bottom:24px}.toolbar label:first-child{flex:1;min-width:200px}.review-list{border-top:1px solid var(--line)}.review-row{display:grid;grid-template-columns:88px 1fr auto;gap:20px;align-items:center;width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;padding:20px 0;border-radius:0}.review-row img,.row-placeholder{width:88px;height:68px;object-fit:cover;border-radius:8px;background:#e7eae0}.row-placeholder{display:flex;align-items:center;justify-content:center;font-size:12px}.review-row strong{display:block;font-size:18px}.meta{font-weight:400;font-size:13px;color:var(--muted);display:block;margin-top:6px}.status{font-size:12px;font-weight:600;background:#e8ebdf;padding:6px 10px;border-radius:6px;white-space:nowrap}.empty{padding:56px 0;text-align:center}.empty h2{font-size:26px}.review-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:40px}.review-grid h1{font-size:36px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.gallery a{display:block}.gallery img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#e7eae0;border-radius:10px}.gallery a:first-child{grid-column:1/-1}.price{font-size:26px;font-weight:700;color:#20231f}.details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:24px 0;gap:0 24px}.details div{padding:14px 0;border-bottom:1px solid var(--line)}dt{font-size:13px;color:var(--muted)}dd{margin:5px 0 0;font-weight:600;overflow-wrap:anywhere}.description{white-space:pre-wrap;overflow-wrap:anywhere;color:#20231f}.review-actions{background:white;border:1px solid var(--line);border-radius:14px;padding:24px;align-self:start;position:sticky;top:24px}.review-actions h2{font-size:24px}.review-actions button{width:100%;margin-top:12px}.history{margin-top:32px}.history h2{font-size:24px}.history article{padding:18px 0;border-top:1px solid var(--line)}.history p{white-space:pre-wrap;overflow-wrap:anywhere}.back{margin:24px 0}.pager{display:flex;justify-content:space-between;align-items:center;margin:24px 0}.credits{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit}.skip{position:absolute;top:-80px;left:16px;padding:12px;background:white;z-index:10}.skip:focus{top:12px}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{padding:18px 0}nav{gap:16px}nav .desktop-link{display:none}.brand{font-size:28px}.hero{grid-template-columns:1fr;padding:48px 0;gap:36px}.hero h1{font-size:42px}.hero-art{min-height:0;padding:48px 32px 28px;gap:40px}.sticker{padding:22px}.sticker b{font-size:60px}.art-caption{font-size:12px}.strip{flex-wrap:wrap;gap:12px 28px}.steps{grid-template-columns:1fr;gap:24px}.section{padding:48px 0}.closing{align-items:flex-start;flex-direction:column;padding:28px}.review-grid{grid-template-columns:1fr;gap:24px}.review-actions{position:static}.review-row{grid-template-columns:68px 1fr;gap:14px}.review-row img,.row-placeholder{width:68px;height:62px}.review-row>.status{grid-column:2;justify-self:start;margin-top:-8px}.admin-heading{flex-wrap:wrap}.details{gap:0 16px}.auth-card{padding:24px;margin:40px auto}.narrow{margin:40px auto}.narrow h1{font-size:34px}.site-footer{flex-direction:column}.toolbar button{flex:1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.review-title{margin-top:20px}
