:root{
  --bg:#fbfaf7;
  --ink:#151712;
  --green:#344C34;
  --line:#e5ddd4;
  --panel:#fffdf9;
}
*{box-sizing:border-box}
html{width:100%;min-width:1640px;margin:0;background:var(--bg)}
body{width:100%;min-width:1640px;margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.site{width:1640px;margin:0 auto;background:var(--bg);overflow:hidden}
/* Main */
main{
  position:relative;
  padding:12px 36px 18px;
}
main:before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:320px;height:1000px;
  background:url("../images/Fern_Artwork.png") left top/100% auto no-repeat;
  opacity:.34;
  pointer-events:none;
}
main>*{position:relative;z-index:1}

.panel{width:1568px;margin:0 auto 16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.75)}
.studio-title{height:108px;display:grid;grid-template-columns:80px 1fr auto;align-items:center;padding:0 20px}
.title-icon{width:65px;height:65px;border-radius:11px;background:#fff0f6;display:grid;place-items:center}
.title-icon img{width:65px;height:65px;object-fit:contain}
.studio-title h1{font-size:22px;margin:0 0 6px;font-weight:700;color:#344C34;}
.studio-title p{font-size:14px;margin:0}
.how-button{border:1px solid var(--line);border-radius:8px;padding:12px 15px;background:#fff;font-weight:700;font-size:14px}

.workspace{
  width:1568px;
  height:850px;
  margin:0 auto;
  display:grid;
  grid-template-columns:342px 852px 356px;
  gap:9px;
}
.left-panel,.preview-panel,.right-panel{
  border:1px solid var(--line);
  border-radius:11px;
  background:rgba(255,255,255,.88);
}
.left-panel{padding:22px 18px 17px}
.group{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee8e0}
.group.last{border-bottom:0;margin-bottom:0}
.group h2,.right-group h2,.what h2{font-size:17px;margin:0 0 5px;color:#344C34;}
.group p,.right-group p{font-size:14px;color:#555;margin:0 0 10px}

.dropzone{
  height:164px;
  border:1px dashed #c8c0b7;
  border-radius:7px;
  background:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center
}
.upload-symbol{font-size:28px;color:#355a3a;line-height:1}
.dropzone strong{font-size:14px;margin-top:5px}
.dropzone span{font-size:14px;margin-top:3px}
.dropzone small{font-size:14px;margin-top:8px;color:#555}
.file-row{height:62px;margin-top:12px;display:grid;grid-template-columns:50px 1fr;gap:8px;align-items:center}
.file-thumb{height:48px;border:1px solid #e5ddd4;background:#fff}
.file-row b,.file-row span{display:block}.file-row b{font-size:14px}.file-row span{font-size:14px;margin-top:3px}

select,input{width:100%;height:34px;border:1px solid #d8d1c9;border-radius:6px;background:white;padding:0 10px;font-size:14px}
.base-row{display:grid;grid-template-columns:auto 38px 1fr;gap:8px;align-items:center;margin-top:6px}
.base-row>span{font-size:14px}
.swatch{width:38px;height:28px;border:1px solid #777}.swatch.white{background:#fff}
.color-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}
.color-buttons button,.choose-bg{height:34px;border:1px solid #ddd6cf;border-radius:6px;background:white;font-size:14px}
.choose-bg{width:100%;margin-top:8px;color:#344C34;border-color:#344C34;font-weight:700}
.bg-thumb{height:74px;margin-top:10px;border:1px solid #e5ddd4;border-radius:7px;background:#faf7f2;display:flex;flex-direction:column;align-items:center;justify-content:center}
.bg-thumb strong{font-size:14px}.bg-thumb span{font-size:14px;margin-top:4px;color:#666}

/* Center preview measured from PDF */
.preview-panel{padding:20px 18px}
.preview-heading{height:60px}
.preview-heading h2{font-size:14px;margin:0 0 5px}
.preview-heading p{font-size:14px;margin:0;color:#555}
.preview-image{height:542px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f1ede7}
.preview-image img{width:100%;height:100%;object-fit:cover;display:block}
.toolbar{height:106px;margin-top:15px;border:1px solid var(--line);border-radius:8px;background:#fff;display:grid;grid-template-columns:repeat(5,1fr)}
.toolbar button{border:0;border-right:1px solid #eee7df;background:white;display:flex;flex-direction:column;align-items:center;justify-content:center}
.toolbar button:last-child{border-right:0}
.toolbar button span{font-size:19px}.toolbar button small{font-size:14px;margin-top:7px}

/* Right panel */
.right-panel{padding:22px 18px}
.right-group{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e8e1d8}
.green-btn{width:100%;height:40px;border:0;border-radius:5px;background:#344C34;color:white;font-size:14px;font-weight:700}
.output-card{margin-top:12px;border:1px solid #e2dbd3;border-radius:7px;background:white;padding:10px}
.output-card b{display:block;text-align:center;font-size:14px;margin-bottom:10px}
.waiting{height:230px;border:1px solid #ddd6ce;border-radius:5px;background:#f5f1eb;display:flex;align-items:center;justify-content:center;font-size:14px}
.not-created{display:block;font-size:14px;margin:8px 0}
.what{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e8e1d8}
.what h2{text-align:center}
.what ul{margin:12px 0 0;padding:0 0 0 16px;font-size:14px;line-height:2}
.what li::marker{color:#344C34}
.save-note p{font-size:14px;line-height:1.5;margin:0}

/* Footer measured from PDF */
footer{height:492px;position:relative;border-top:1px solid #eee8e0;background:#f8f5ef;overflow:hidden}
.fern{position:absolute;top:0;bottom:0;width:320px;background:url("../images/Fern_Artwork.png") center/cover no-repeat;opacity:.30}
.fern.left{left:0}.fern.right{right:0;transform:scaleX(-1)}
.footer-main{
  position:relative;z-index:1;
  width:1400px;margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr .65fr .9fr .65fr .75fr 1fr;
  gap:45px;
  padding-top:45px
}
.footer-brand img{width:174px}
.footer-brand p{font-size:14px;line-height:1.7;margin-top:24px}
.footer-col{display:flex;flex-direction:column;align-items:flex-start}
.footer-main h3{font-family:Georgia,serif;font-size:17px;margin:0 0 17px}
.footer-col h3:after{content:"";display:block;width:28px;height:2px;background:#c18a42;margin-top:9px}
.footer-col a{font-size:14px;margin-bottom:12px}
.help-box p{font-size:14px;line-height:1.5;margin:0 0 11px}
.footer-bottom{position:absolute;left:70px;right:70px;bottom:0;height:72px;border-top:1px solid #ddd6ce;display:grid;grid-template-columns:1fr 1.7fr auto;align-items:center;font-size:14px;z-index:2}
.footer-bottom span:nth-child(2){text-align:center}


/* Drag & Drop icon */
.upload-symbol{
  width:42px;
  height:42px;
  font-size:0;
  background:url("../images/Instant_Digital_Downloads_Icon.svg") center/contain no-repeat;
}


/* Preview toolbar icons */
.toolbar-icon{
  width:28px;
  height:28px;
  display:block;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
}
.rotate-icon{background-image:url("../images/rotate_icon.svg")}
.zoom-out-icon{background-image:url("../images/zoom_out_icon.svg")}
.zoom-in-icon{background-image:url("../images/zoom_in_icon.svg")}
.reset-view-icon{background-image:url("../images/reset_view_icon.svg")}
.full-screen-icon{background-image:url("../images/full_screen_icon.svg")}


/* Download Mockup SVG icon */
.download-icon,
.download-button-icon{
  width:18px;
  height:18px;
  display:inline-block;
  vertical-align:middle;
  background:url("../images/download_mockup_icon.svg") center/contain no-repeat;
}


/* Create Mockup SVG icon */
.create-mockup-icon{
  width:18px;
  height:18px;
  display:inline-block;
  vertical-align:middle;
  background:url("../images/create_mockup_icon.svg") center/contain no-repeat;
}


/* Keep the starter image inside the small Outputs preview box */
.default-output{
  padding:0 !important;
  overflow:hidden !important;
  position:relative !important;
}
.default-output img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  display:block !important;
  object-fit:cover !important;
}

/* Keep the large Mug preview safely inside its frame too */
.preview-image{
  overflow:hidden !important;
}
.preview-image img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  display:block !important;
  object-fit:cover !important;
}
