:root{--bg:#f5f1e9;--ink:#171717;--muted:#736e66;--line:#ded7cc;--accent:#ff6b4a;--card:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1160px,calc(100% - 32px));margin:auto}.site-nav{height:72px;display:flex;align-items:center;justify-content:space-between}.site-nav nav{display:flex;gap:24px}.site-nav a{text-decoration:none;color:inherit}.brand{font-weight:900;font-size:20px;letter-spacing:-.5px}.checkout-step{font-size:12px;color:var(--muted);font-weight:800}.hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:60px 0 90px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;color:var(--muted)}h1,h2{font-family:Georgia,serif;font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(56px,7vw,98px);line-height:.9;margin:12px 0 24px}h1 em{font-weight:400;color:var(--accent)}.lead{max-width:600px;color:var(--muted);font-size:18px;line-height:1.6;margin-bottom:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 20px;font-weight:850;text-decoration:none;cursor:pointer}.primary{background:#171717;color:#fff}.secondary{background:#fff;color:#171717;border:1px solid var(--line)}.hero-frame{display:grid;place-items:center}.hero-photo{width:min(390px,80vw);aspect-ratio:2/3;background:linear-gradient(150deg,#7d9080,#ddb19d);border:18px solid #1b1b1b;box-shadow:0 30px 80px #0002;color:white;font:42px/1.05 Georgia,serif;display:grid;place-items:center;text-align:center}.hero-photo span{font-size:24px}.section{padding:100px 0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.steps b{color:var(--accent);font-size:12px}.steps h3{margin:40px 0 8px;font-size:22px}.steps p{color:var(--muted);line-height:1.5}.order-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px}.section-title h2{font-size:54px;margin:8px 0}.section-title p{color:var(--muted)}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.upload-box{min-height:190px;border:1.5px dashed #cfc6b9;border-radius:20px;background:#faf8f4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;text-align:center;padding:20px}.upload-box:hover{border-color:#928b80}.upload-icon{font-size:32px}.upload-box small,.filename{color:var(--muted);font-size:12px}.filename{margin-top:5px;color:#237a45;font-weight:800}.chooser{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.frame-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.frame-option,.size-option{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px;cursor:pointer;text-align:left}.frame-option.selected,.size-option.selected{outline:2px solid #171717;border-color:#171717}.frame-option b,.frame-option small,.size-option b,.size-option small{display:block}.frame-option small,.size-option small{color:var(--muted);margin-top:4px}.swatch{display:block;width:100%;height:54px;border-radius:10px;margin-bottom:12px;border:1px solid #ddd}.swatch.black{background:#171717}.swatch.oak{background:#b88e61}.swatch.white{background:#f7f7f2}.size-options{display:flex;gap:12px}.size-option{min-width:150px;text-align:center}.order-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.order-footer small,.order-footer strong{display:block}.order-footer small{color:var(--muted)}.progress-wrap{height:42px;background:#eee9e0;border-radius:999px;margin-top:18px;position:relative;overflow:hidden}.progress-wrap #progressBar{position:absolute;inset:0 auto 0 0;width:0;background:#cfc6b9;transition:width .25s}.progress-wrap span{position:absolute;inset:0;display:grid;place-items:center;font-size:12px;font-weight:800}.hidden{display:none!important}.error{color:#b42318;font-size:13px}.checkout{display:grid;grid-template-columns:1fr 360px;gap:50px;padding:60px 0 90px}.checkout-title{font-size:64px;margin:10px 0 28px}.delivery-form{display:grid;gap:14px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}.delivery-form label{display:grid;gap:7px;font-size:12px;font-weight:800}.delivery-form label span{font-weight:500;color:var(--muted)}input{border:1px solid var(--line);background:#faf9f6;border-radius:12px;padding:13px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full{width:100%;margin-top:8px}.summary{height:max-content;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;position:sticky;top:24px}.summary-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:14px 0;font-size:13px}.summary-row b{text-align:right}.center-page{min-height:calc(100vh - 72px);display:grid;place-items:center}.payment-card{max-width:650px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:40px}.notice{background:#f5f1e9;border-radius:16px;padding:18px;margin:24px 0;line-height:1.55}
@media(max-width:820px){.hero,.checkout{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.frame-options{grid-template-columns:1fr}.summary{position:static}.upload-grid{grid-template-columns:1fr}.checkout-title{font-size:48px}}
@media(max-width:520px){.steps{grid-template-columns:1fr}.two{grid-template-columns:1fr}.order-footer{align-items:flex-start;gap:16px;flex-direction:column}.order-footer .btn{width:100%}.site-nav nav{display:none}.section-title h2{font-size:42px}}
.payment-summary{border:1px solid var(--line);border-radius:18px;overflow:hidden;margin:22px 0;background:#faf9f6}
.payment-summary .summary-row{padding:15px 17px;margin:0}
.payment-summary .summary-row:first-child{border-top:0}
.total-row{font-size:17px!important}
.success-card{text-align:left}
.success-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#171717;color:#fff;font-size:26px;font-weight:900;margin-bottom:18px}
.lead-small{color:var(--muted);line-height:1.6}


/* Beautiful order success page */
.success-page{
  min-height:calc(100vh - 72px);
  display:grid;
  place-items:center;
  padding:54px 0 90px;
}

.success-panel{
  width:min(860px,100%);
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:44px;
  box-shadow:0 28px 80px #0000000d;
}

.success-icon{
  width:66px;
  height:66px;
  border-radius:50%;
  background:#171717;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:31px;
  font-weight:900;
  margin-bottom:20px;
}

.success-panel h1{
  font-size:clamp(58px,8vw,88px);
  line-height:.92;
  margin:10px 0 16px;
}

.success-lead{
  font-size:21px;
  line-height:1.5;
  color:var(--muted);
  margin:0 0 24px;
}

.success-message{
  background:#f5f1e9;
  border-radius:18px;
  padding:18px 20px;
  line-height:1.65;
  margin-bottom:26px;
}

.order-details-card{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  margin:26px 0;
}

.details-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:22px;
  border-bottom:1px solid var(--line);
  background:#faf9f6;
}

.details-head h2{
  font-size:28px;
  margin:4px 0 0;
}

.paid-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  background:#171717;
  color:white;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
}

.details-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.detail-item{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 20px;
  border-bottom:1px solid var(--line);
}

.detail-item:nth-child(odd){
  border-right:1px solid var(--line);
}

.detail-item span{
  color:var(--muted);
  font-size:13px;
}

.detail-item strong{
  text-align:right;
  font-size:13px;
}

.what-next{
  margin:30px 0;
}

.next-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.next-steps div{
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  background:#faf9f6;
}

.next-steps b{
  display:block;
  color:var(--accent);
  font-size:11px;
  margin-bottom:18px;
}

.next-steps span{
  font-weight:800;
  font-size:13px;
}

@media(max-width:700px){
  .success-panel{padding:26px}
  .details-grid{grid-template-columns:1fr}
  .detail-item:nth-child(odd){border-right:0}
  .next-steps{grid-template-columns:1fr 1fr}
}

