:root{--ink:#253542;--muted:#687681;--blue:#0877a5;--blue-dark:#075c80;--pink:#f3ced0;--pink-soft:#fff5f3;--cream:#fffaf5;--white:#fff;--border:#eadfdb;--green:#1c7c54;--shadow:0 18px 55px rgba(46,42,38,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fffdfb}button,input,select,textarea{font:inherit}button,a{cursor:pointer}a{text-decoration:none;color:inherit}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,74px);position:sticky;top:0;z-index:20;background:rgba(255,253,251,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,223,219,.7)}.brand{display:flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-size:22px;color:var(--blue-dark)}.brand img{width:42px;height:42px;object-fit:cover;border-radius:12px}.topbar nav{display:flex;gap:30px;font-size:14px;font-weight:600}.topbar nav a:hover{color:var(--blue)}.cart-button{border:0;background:var(--ink);color:#fff;padding:11px 14px 11px 18px;border-radius:999px;font-weight:700}.cart-button span{display:inline-grid;place-items:center;background:var(--pink);color:var(--ink);width:24px;height:24px;border-radius:50%;margin-left:8px}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;padding:60px clamp(24px,7vw,110px) 80px;background:linear-gradient(120deg,#fffaf6 0%,#fff 52%,#fff3f1 100%);overflow:hidden}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--blue)}h1,h2{font-family:Fraunces,serif;line-height:1.04;margin:14px 0}h1{font-size:clamp(48px,6vw,82px);letter-spacing:-.045em}h1 em{color:var(--blue);font-style:normal}h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.025em}h3{margin:10px 0 6px}.hero-copy>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:600px}.hero-actions{display:flex;gap:12px;margin:30px 0}.primary,.secondary{border-radius:14px;padding:15px 22px;font-weight:700;border:0;display:inline-flex;justify-content:center}.primary{background:var(--blue);color:#fff;box-shadow:0 10px 26px rgba(8,119,165,.25)}.primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.secondary{border:1px solid var(--border);background:#fff}.trust{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:13px}.hero-visual{position:relative;max-width:560px;justify-self:center}.hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:44% 44% 20px 20px;position:relative;z-index:2;box-shadow:var(--shadow)}.blob{position:absolute;inset:-25px -40px 40px 40px;background:var(--pink);border-radius:48% 52% 42% 58%;transform:rotate(7deg)}.floating-card{position:absolute;z-index:3;bottom:38px;left:-38px;background:#fff;padding:15px 22px;border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column}.floating-card span{color:var(--muted);font-size:13px}.how,.builder,.catalog,.faq{padding:90px clamp(24px,7vw,110px)}.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:auto}.steps article{padding:28px;border:1px solid var(--border);border-radius:20px;background:#fff}.steps b{font-family:Fraunces;color:var(--pink);font-size:36px}.steps p{color:var(--muted);font-size:14px;line-height:1.5}.builder{background:var(--pink-soft)}.date-card{max-width:520px;margin:auto;background:#fff;border:1px solid var(--border);padding:24px;border-radius:20px;box-shadow:0 8px 26px rgba(46,42,38,.06)}.date-card label,.custom-theme span{font-weight:700;display:block;margin-bottom:9px}.date-card input,.custom-theme input,.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #dcd3cf;background:#fff;padding:14px;border-radius:12px;outline:none}.date-card input:focus,.custom-theme input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,119,165,.1)}.feedback{font-size:13px;color:var(--muted);margin-top:10px}.feedback.ok{color:var(--green)}.feedback.warning{color:#a45a16}.theme-heading{margin-top:72px}.themes{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:980px;margin:auto}.theme{border:1px solid var(--border);background:#fff;padding:18px;border-radius:16px;display:flex;align-items:center;gap:12px;text-align:left;font-weight:700}.theme i{font-style:normal;font-size:26px}.theme.active{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue);background:#f6fcff}.custom-theme{display:block;max-width:620px;margin:24px auto 0}.catalog-title{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:left}.catalog-title p{max-width:460px}.catalog-tools{display:flex;justify-content:space-between;gap:20px;margin-bottom:32px}.search{border:1px solid var(--border);border-radius:13px;display:flex;align-items:center;padding:0 14px;min-width:280px}.search input{border:0;outline:0;padding:13px;width:100%;background:transparent}.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 15px}.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{border:1px solid var(--border);border-radius:20px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{position:relative;aspect-ratio:1/1;background:#f7f2ee;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product:hover img{transform:scale(1.04)}.product-image span{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.9);padding:6px 9px;border-radius:999px;font-size:11px;font-weight:700}.product-info{padding:17px;display:flex;flex-direction:column;flex:1}.product-info h3{font-size:17px}.product-info p{font-size:13px;line-height:1.45;color:var(--muted);min-height:38px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.price{font-size:18px;font-weight:800;color:var(--blue-dark)}.add{border:0;border-radius:11px;background:var(--pink);width:40px;height:40px;font-size:22px;color:var(--ink)}.qty{display:flex;align-items:center;gap:10px;background:var(--pink-soft);border-radius:11px;padding:4px}.qty button{border:0;background:#fff;width:32px;height:32px;border-radius:8px}.faq{background:var(--cream)}.faq-grid{max-width:900px;margin:auto}.faq details{border-bottom:1px solid var(--border);padding:20px 0}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--muted);line-height:1.6}.cart-drawer{position:fixed;z-index:50;right:0;top:0;height:100%;width:min(440px,100%);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.16);padding:24px;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.overlay{position:fixed;z-index:40;inset:0;background:rgba(30,39,45,.45);opacity:0;pointer-events:none;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.cart-head,.modal-head{display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid var(--border)}.cart-head h2,.modal-head h2{font-size:30px;margin-top:6px}.cart-head button,.modal-head button{border:0;background:#f5f1ef;width:38px;height:38px;border-radius:50%;font-size:24px}.cart-items{overflow:auto;flex:1;padding:12px 0}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}.cart-item h4{margin:0 0 5px}.cart-item small{color:var(--muted)}.cart-item .qty{margin-top:8px;width:max-content}.remove{border:0;background:none;color:#a74b4b;font-size:12px}.cart-empty{text-align:center;margin:auto;color:var(--muted)}.cart-empty span{font-size:50px;color:var(--pink)}.cart-footer{border-top:1px solid var(--border);padding-top:16px}.minimum{font-size:13px;padding:10px 12px;background:var(--pink-soft);border-radius:10px;color:#8a4d51}.minimum.ok{background:#eef8f2;color:var(--green)}.total{display:flex;justify-content:space-between;align-items:center;margin:16px 0}.total strong{font-size:24px}.full{width:100%}.full:disabled{background:#aaa;box-shadow:none;cursor:not-allowed}.mobile-cart{display:none}dialog{border:0;border-radius:24px;padding:0;width:min(720px,calc(100% - 24px));box-shadow:var(--shadow);max-height:92vh}dialog::backdrop{background:rgba(30,39,45,.56);backdrop-filter:blur(4px)}dialog form{padding:26px;overflow:auto;max-height:92vh}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.form-grid label{font-size:13px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{margin-top:7px}.wide{grid-column:1/-1}.form-grid fieldset{border:1px solid var(--border);border-radius:12px;padding:12px}.form-grid legend{font-weight:700;font-size:13px}.radio{display:inline-flex;align-items:center;margin-right:18px}.radio input{width:auto;margin:0 6px 0 0}.summary-box{display:flex;align-items:center;gap:14px;background:var(--pink-soft);padding:16px;border-radius:14px;margin:20px 0}.summary-box strong{font-size:22px;color:var(--blue-dark)}.summary-box small{margin-left:auto;max-width:260px;color:var(--muted)}.consent{display:flex;gap:10px;font-size:12px;color:var(--muted)}.consent input{width:18px;height:18px}.whatsapp{width:100%;border:0;background:#1e9f63;color:#fff;padding:16px;border-radius:14px;font-weight:800;margin-top:18px;display:flex;justify-content:center;gap:18px}footer{padding:50px clamp(24px,7vw,110px);display:flex;align-items:center;gap:28px;border-top:1px solid var(--border)}footer p{color:var(--muted);flex:1}footer>a{color:var(--blue);font-weight:700}
.theme-dialog{width:min(820px,calc(100% - 24px));padding:26px}.theme-modal-head{display:flex;align-items:start;justify-content:space-between}.theme-modal-head h2{font-size:34px}.theme-modal-head button{border:0;background:#f5f1ef;width:38px;height:38px;border-radius:50%;font-size:24px}.theme-dialog>p{color:var(--muted);margin-top:0}.theme-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0}.theme-photo{padding:0;border:3px solid transparent;background:#f5f1ef;border-radius:18px;overflow:hidden;position:relative}.theme-photo img{display:block;width:100%;height:300px;object-fit:cover}.theme-photo span{position:absolute;left:12px;bottom:12px;background:rgba(255,255,255,.92);padding:7px 10px;border-radius:999px;font-weight:700;font-size:12px}.theme-photo.active{border-color:var(--blue)}.theme-photo.active:after{content:'✓';position:absolute;right:12px;top:12px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:800}.theme-modal-actions{display:flex;justify-content:flex-end;gap:10px}
.gallery-more{display:block;margin:-6px auto 20px;border:0;background:none;color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:4px}.custom-theme{position:relative}.custom-theme:after{content:'Use este campo para qualquer tema fora da galeria';display:block;color:var(--muted);font-size:12px;margin-top:7px}.custom-theme input.valid{border-color:var(--green);background:#f5fcf8}
.theme-photo img{cursor:zoom-in}.photo-lightbox{width:min(1180px,calc(100% - 28px));height:min(92vh,900px);max-height:92vh;padding:0;overflow:hidden;background:#fff}.photo-lightbox::backdrop{background:rgba(15,28,36,.86);backdrop-filter:blur(7px)}.photo-lightbox-stage{height:calc(100% - 88px);min-height:300px;display:grid;place-items:center;padding:18px;background:#17242d}.photo-lightbox-stage img{display:block;width:100%;height:100%;object-fit:contain}.photo-lightbox-close{position:absolute;z-index:2;right:16px;top:16px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);font-size:30px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.25)}.photo-lightbox-footer{height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 22px}.photo-lightbox-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.photo-lightbox-footer strong{font-family:Fraunces,serif;font-size:20px;color:var(--blue-dark)}
.product-group{margin-bottom:58px;scroll-margin-top:100px}.product-group-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid var(--border)}.product-group-heading h3{font-family:Fraunces,serif;font-size:30px;margin:7px 0 0}.product-group-heading p{max-width:440px;margin:0;color:var(--muted);font-size:14px}.keepsake-reminder{display:none;margin-bottom:12px;padding:14px;border-radius:13px;background:#fff4e7;border:1px solid #f4d8b3;color:#76502d}.keepsake-reminder.visible{display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center}.keepsake-reminder strong{font-size:14px}.keepsake-reminder span{font-size:12px;line-height:1.35}.keepsake-reminder button{grid-column:2;grid-row:1/3;border:0;border-radius:10px;background:var(--blue);color:#fff;font-size:12px;font-weight:800;padding:10px 12px}
@media(max-width:1000px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust{justify-content:center}.hero-visual{width:min(520px,84%)}.steps,.products{grid-template-columns:repeat(2,1fr)}.themes{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.topbar{height:64px;padding:0 16px}.topbar nav{display:none}.brand span{display:none}.brand img{width:38px;height:38px}.hero{padding:44px 20px 72px}.hero h1{font-size:46px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-visual{margin-top:20px}.floating-card{left:-16px}.how,.builder,.catalog,.faq{padding:68px 18px}.steps{grid-template-columns:1fr 1fr;gap:10px}.steps article{padding:18px}.steps article p{display:none}.themes{grid-template-columns:1fr 1fr}.theme{padding:14px 10px}.catalog-title{display:block}.catalog-tools{display:block}.search{width:100%;margin-bottom:14px}.filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:8px}.filter{white-space:nowrap}.products{grid-template-columns:1fr 1fr;gap:11px}.product-group-heading{display:block}.product-group-heading p{margin-top:8px}.product-info{padding:12px}.product-info h3{font-size:15px}.product-info p{display:none}.price{font-size:15px}.mobile-cart.visible{display:flex;position:fixed;z-index:30;left:12px;right:12px;bottom:12px;background:var(--ink);color:#fff;padding:12px 14px;border-radius:16px;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.mobile-cart div{display:flex;flex-direction:column}.mobile-cart small{color:#c8d1d7}.mobile-cart button{border:0;background:var(--pink);padding:10px 16px;border-radius:10px;font-weight:800}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.summary-box{flex-wrap:wrap}.summary-box small{margin-left:0}footer{flex-direction:column;text-align:center;padding-bottom:100px}footer p{margin:0}}
@media(max-width:680px){.theme-gallery{gap:8px}.theme-photo img{height:220px}.theme-modal-actions{flex-direction:column}.theme-modal-actions button{width:100%}}
@media(max-width:680px){.photo-lightbox{width:calc(100% - 12px);height:94vh;max-height:94vh}.photo-lightbox-stage{height:calc(100% - 124px);padding:8px}.photo-lightbox-footer{height:124px;align-items:stretch;flex-direction:column;gap:8px;padding:10px 14px}.photo-lightbox-footer>div{gap:4px}.photo-lightbox-footer strong{font-size:16px}.photo-lightbox-footer .primary{padding:11px 16px}.photo-lightbox-close{right:10px;top:10px}}
.filled-badge{display:inline-flex;align-items:center;width:max-content;background:#eef8f2;color:var(--green);font-size:11px;font-weight:800;padding:5px 8px;border-radius:999px;margin:0 0 9px}.filled-badge:before{content:'✓';margin-right:5px}

/* Identidade visual SweetPaper — cores e formas extraídas da logomarca */
:root{--ink:#24475c;--blue:#167eae;--blue-dark:#006394;--blue-light:#bdd9ef;--pink:#f3d0d3;--pink-soft:#fff5f5;--cream:#fffafa;--border:#eadbde;--shadow:0 18px 55px rgba(35,83,111,.13)}
body{background:#fffdfd}.topbar{background:rgba(255,251,251,.94);border-bottom-color:var(--pink)}.brand img{width:58px;height:48px;object-fit:contain;border-radius:8px}.brand span{color:var(--blue-dark)}
.hero{background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.82)),repeating-linear-gradient(90deg,var(--pink) 0 24px,#fff 24px 52px)}.hero-copy{position:relative;z-index:2;padding:34px;border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 16px 45px rgba(0,99,148,.08);backdrop-filter:blur(5px)}.hero-logo{display:block;width:190px;max-height:112px;object-fit:cover;object-position:center;margin:0 0 18px;border-radius:16px}.blob{background:linear-gradient(145deg,var(--pink),var(--blue-light));border-radius:46% 54% 38% 62%}.floating-card{border:2px solid var(--blue-light)}
.eyebrow{display:inline-flex;background:#edf6fc;border:1px solid var(--blue-light);padding:6px 10px;border-radius:999px}.primary,.secondary,.cart-button,.filter,.add{border-radius:999px}.steps article,.date-card,.theme,.product,dialog{border-radius:26px}.steps b{color:var(--blue-light)}.product-image span{background:rgba(189,217,239,.94);color:var(--blue-dark)}.product-group-heading{border-bottom:3px solid var(--pink)}.builder{background:repeating-linear-gradient(90deg,#fff8f8 0 28px,#fff 28px 58px)}.faq{background:linear-gradient(180deg,#fff,#fff5f6)}footer{background:repeating-linear-gradient(90deg,rgba(243,208,211,.42) 0 20px,#fff 20px 44px)}
@media(max-width:680px){.hero-copy{padding:24px 18px}.hero-logo{width:150px;margin-inline:auto}.brand img{width:48px}.eyebrow{font-size:10px}}
.brand-tribute{display:inline-flex;flex-direction:column;align-items:center;margin-bottom:18px}.brand-tribute .hero-logo{margin-bottom:5px}.brand-tribute span{font-family:Fraunces,serif;font-size:14px;font-style:italic;color:var(--blue-dark);letter-spacing:.02em}.footer-brand>span{display:flex;flex-direction:column}.footer-brand small{font-family:"DM Sans",sans-serif;font-size:10px;font-weight:500;color:var(--muted);margin-top:3px;white-space:nowrap}@media(max-width:680px){.brand-tribute{display:flex}.brand-tribute span{font-size:13px}.footer-brand>span{display:flex}}
#heroProductImage{opacity:1;transition:opacity .28s ease,transform .7s ease}#heroProductImage.changing{opacity:.18;transform:scale(.985)}@media(prefers-reduced-motion:reduce){#heroProductImage{transition:none}}
.theme-search-feedback{font-size:12px;color:var(--muted);margin-top:8px}.theme-search-feedback.found{color:var(--green);font-weight:700}.theme-search-feedback.new{color:#9a5b17}.theme-suggestions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.theme-suggestions:empty{display:none}.theme-suggestions button{border:1px solid var(--blue-light);background:#fff;color:var(--blue-dark);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800}.theme-suggestions button:hover{background:var(--blue-dark);color:#fff}.custom-theme:after{content:none}
.story{padding:96px clamp(24px,9vw,150px);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;background:#fff}.story-logo{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;border-radius:46% 46% 24px 24px;background:repeating-linear-gradient(90deg,var(--pink) 0 25px,#fff 25px 54px);box-shadow:var(--shadow)}.story-logo img{width:min(360px,92%);border-radius:22px}.story-logo span{margin-top:16px;padding:9px 15px;border-radius:999px;background:#fff;font-family:Fraunces,serif;font-style:italic;color:var(--blue-dark);box-shadow:0 8px 24px rgba(35,83,111,.12)}.story-copy h2{max-width:620px}.story-copy p{font-size:17px;line-height:1.75;color:var(--muted)}.story-copy .secondary{margin-top:12px}
.service-info{padding:92px clamp(24px,7vw,110px);background:#f8fcff}.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:auto}.service-cards article{padding:26px;border-radius:26px;background:#fff;border:1px solid var(--blue-light);box-shadow:0 10px 28px rgba(35,83,111,.06)}.service-cards article>span{font-family:Fraunces,serif;font-size:34px;color:var(--blue)}.service-cards p{font-size:14px;line-height:1.55;color:var(--muted)}.service-note{max-width:900px;margin:28px auto 0;padding:18px 24px;border-radius:18px;background:var(--pink-soft);display:flex;gap:18px;align-items:center;justify-content:center}.service-note strong{color:var(--blue-dark)}.service-note span{color:var(--muted);font-size:14px}
.contact{padding:96px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:7vw;background:linear-gradient(130deg,#fff7f8,#f5fbff)}.contact-copy>p{font-size:17px;line-height:1.7;color:var(--muted)}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:25px}.contact-actions a{font-weight:800;color:var(--blue-dark)}.contact-actions .whatsapp-link{padding:14px 20px;border-radius:999px;background:#1e9f63;color:#fff}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-details article{display:flex;flex-direction:column;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--border)}.contact-details b{color:var(--blue);margin-bottom:8px}.contact-details span{font-weight:700}.contact-details small{color:var(--muted);line-height:1.45;margin-top:5px}
@media(max-width:1000px){.story,.contact{grid-template-columns:1fr}.story-logo{min-height:340px}.service-cards{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.story,.service-info,.contact{padding:68px 18px}.story-logo{min-height:280px;padding:24px}.service-cards,.contact-details{grid-template-columns:1fr}.service-note{align-items:flex-start;flex-direction:column;gap:6px}.contact-actions a{overflow-wrap:anywhere}.topbar nav{display:none}}
.checkout-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.checkout-actions button{width:100%;min-height:58px;margin:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}.mercado-pago{border:0;background:#009ee3;color:#fff;padding:14px;font-weight:800}.mercado-pago[hidden]{display:none}.mercado-pago[hidden]+.whatsapp{grid-column:1/-1}.mercado-pago span{padding:4px 7px;border-radius:999px;background:#fff;color:#007eb5;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.mercado-pago:disabled{opacity:.65;cursor:wait}.checkout-actions .whatsapp{background:#1e9f63;color:#fff;border:0;padding:14px;font-weight:800}@media(max-width:680px){.checkout-actions{grid-template-columns:1fr}.mercado-pago[hidden]+.whatsapp{grid-column:auto}}

/* Hero fotográfico: enquadramento amplo para valorizar o trabalho completo */
.hero-visual{width:min(620px,100%);max-width:620px;padding:18px 18px 22px;isolation:isolate}
.hero-visual img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:30px;box-shadow:0 24px 60px rgba(35,83,111,.2);border:5px solid rgba(255,255,255,.9)}
.hero-visual .blob{inset:-5px -10px 5px 28px;border-radius:36px;background:linear-gradient(145deg,rgba(243,208,211,.96),rgba(189,217,239,.9));transform:rotate(2.5deg)}
.hero-visual .floating-card{bottom:0;left:-8px;padding:14px 20px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(35,83,111,.16)}
.catalog-tools.simplified{justify-content:center;margin-bottom:38px}.catalog-tools.simplified .filters{justify-content:center}.catalog-tools.simplified .filter{min-width:145px;padding:12px 20px}
.catalog-tools.simplified .filters{max-width:980px}.filling-highlight{max-width:1180px;margin:0 auto 38px;padding:22px 26px;border:2px solid #f3d0d3;border-radius:24px;background:linear-gradient(135deg,#fff5f5,#f5fbff);box-shadow:0 12px 32px rgba(35,83,111,.08)}.filling-highlight>div{display:flex;align-items:center;gap:10px;color:var(--blue-dark);font:700 24px Fraunces,serif}.filling-highlight>div span{font-size:30px}.filling-highlight p{margin:10px 0 7px;line-height:1.55}.filling-highlight small{display:block;color:var(--muted);line-height:1.5}.palette-field{display:grid;grid-template-columns:1fr 1fr;gap:14px}.palette-field legend{grid-column:1/-1}.palette-field label{display:flex;flex-direction:column}.palette-field small{margin-top:6px;color:var(--muted);font-weight:500}.reference-upload input[type=file]{padding:10px;background:#f8fcff}@media(max-width:680px){.catalog-tools.simplified .filter{min-width:auto}.filling-highlight{padding:18px}.filling-highlight>div{font-size:20px}.palette-field{grid-template-columns:1fr}}
@media(max-width:680px){.hero-visual{width:100%;padding:12px 8px 20px}.hero-visual img{aspect-ratio:4/3;border-radius:22px;border-width:4px}.hero-visual .blob{inset:0 -2px 7px 18px;border-radius:27px}.hero-visual .floating-card{left:-4px;bottom:0;padding:11px 15px}.hero-visual .floating-card strong{font-size:14px}.hero-visual .floating-card span{font-size:11px}}
