:root{--ink:#0b0b0b;--charcoal:#1b1b1b;--paper:#f4f1eb;--white:#fff;--line:#d9d7d2;--muted:#62615e;--display:'Anton',Impact,'Arial Narrow',sans-serif;--body:'DM Sans',Arial,sans-serif;--brush:'Permanent Marker',cursive}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.5}button,select{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #b97800;outline-offset:4px}.skip{position:absolute;left:-9999px;z-index:200}.skip:focus{left:12px;top:12px;background:white;padding:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(250,249,246,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{max-width:1500px;margin:auto;min-height:78px;padding:10px clamp(20px,4vw,64px);display:flex;align-items:center;gap:30px}.brand{display:block;flex:none;width:142px}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:clamp(16px,2.1vw,38px);align-items:center;margin:auto;font-size:14px;font-weight:700}.desktop-nav a:hover,.footer a:hover{text-decoration:underline;text-underline-offset:5px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:52px;padding:12px 22px;border:1.5px solid var(--ink);border-radius:4px;font-weight:800;font-size:13px;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;transition:transform .18s,background .18s,color .18s}.btn:hover{transform:translateY(-2px)}.btn span{font-size:20px;line-height:1}.btn-dark{color:white;background:var(--ink)}.btn-dark:hover{background:#333}.btn-outline{background:transparent}.btn-outline:hover{background:#fff}.btn-light{background:#fff;color:#111;border-color:#fff}.btn-ghost{color:#fff;border-color:#858585}.header-cta{font-size:12px;min-height:44px;padding:8px 14px}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:2px;margin:5px 0;background:#111}.mobile-menu{padding:0 22px 20px;background:var(--white);border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-weight:700}.eyebrow{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.hero{max-width:1500px;margin:auto;min-height:660px;padding:35px clamp(20px,4vw,64px) 60px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:5vw}.hero-copy{padding:42px 0}.hero h1,h2{font-family:var(--display);font-weight:400;line-height:1.02;letter-spacing:-.015em;margin:22px 0}.hero h1{font-size:clamp(64px,7.8vw,132px);line-height:.98;white-space:nowrap}.hero h1 em,h2 em{font-family:var(--brush);font-weight:400;font-style:normal;letter-spacing:-.06em;line-height:1.12}.hero h1 em{font-size:.64em;display:inline-block;transform:rotate(-2deg);white-space:nowrap}.hero-copy>p:not(.trust){font-size:clamp(17px,1.7vw,23px);max-width:520px;line-height:1.4}.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.trust{font-size:13px;font-weight:700;margin-top:35px;line-height:1.8}.trust span{padding:0 6px}.hero-media{position:relative;align-self:stretch;min-height:580px;border-radius:12px 12px 70px 12px;overflow:hidden;background:#d4d0ca}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 59%}.media-stamp{position:absolute;bottom:20px;right:20px;border-radius:50%;width:112px;height:112px;display:grid;place-items:center;text-align:center;line-height:1.05;font-family:var(--display);font-size:21px;background:#fff;transform:rotate(10deg)}.marquee{background:#0b0b0b;color:white;overflow:hidden}.marquee div{max-width:1500px;margin:auto;text-align:center;padding:15px 20px;font-family:var(--display);font-size:clamp(15px,1.7vw,24px);letter-spacing:.04em;word-spacing:.3em}.marquee b{margin:0 20px;font-family:var(--body)}.section{max-width:1500px;margin:auto;padding:clamp(76px,8vw,132px) clamp(20px,4vw,64px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px}.section-heading h2,h2{font-size:clamp(48px,6vw,93px)}.section-heading h2{margin-bottom:0}.section-heading p{max-width:340px;font-size:17px;line-height:1.55;margin:0 0 5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-card{background:#fff;border:1px solid #e6e3df;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-image{position:relative;background:#e7e5e3;aspect-ratio:1/.84;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.fit-badge{position:absolute;top:12px;left:12px;border-radius:30px;background:#111;color:#fff;padding:5px 10px;font-size:11px;font-weight:800}.product-info{padding:20px;display:flex;flex:1;flex-direction:column;justify-content:space-between}.product-info h3{font-size:21px;line-height:1.12;margin:0}.product-info p{font-size:14px;color:#565656;margin:9px 0 20px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:14px}.mini-swatches{display:flex;padding-left:3px}.mini-swatches span{width:16px;height:16px;margin-left:-3px;border:1px solid #bababa;border-radius:50%;background:var(--swatch)}.text-link{font-weight:800;font-size:14px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.section-note,.fineprint{font-size:13px;color:#5e5b58;margin:20px 0 0}.colors-section{max-width:none;background:#e9e6e0}.colors-layout{max-width:1372px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:7%;align-items:center}.colors-intro h2{margin:14px 0}.colors-intro>p{font-size:18px;max-width:420px}.colors-intro img{margin-top:30px;width:100%;max-height:320px;object-fit:cover;object-position:top;border-radius:18px}.colors-panel{background:#faf9f6;border:1px solid #ddd9d2;border-radius:26px;padding:clamp(20px,3vw,44px)}.colors-panel label{display:block;font-size:14px;font-weight:800;margin-bottom:8px}.colors-panel select{width:100%;padding:13px 16px;border:1px solid #bbb7b1;background:white;border-radius:6px;color:#111;min-height:50px}.color-preview{display:flex;gap:23px;align-items:center;margin:25px 0;padding-bottom:24px;border-bottom:1px solid var(--line)}.preview-frame{width:38%;max-width:190px;aspect-ratio:1;background:#e5e3df;border-radius:12px;overflow:hidden;flex:none}.preview-frame img{width:100%;height:100%;object-fit:cover}.color-preview h3{font-size:23px;margin:6px 0}.color-preview p{margin:0 0 5px}.color-preview small{color:#666}.color-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.color-choice{border:1px solid #d2d0cd;border-radius:10px;background:white;min-height:72px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;padding:7px;text-align:center;font-size:12px;font-weight:700;line-height:1.2}.color-choice.active{outline:2px solid #111;outline-offset:-2px}.color-dot{width:24px;height:24px;border:1px solid #aaa;border-radius:50%;background:var(--swatch)}.colors-panel .btn{margin-top:24px;width:100%}.artwork-section{display:grid;grid-template-columns:1fr .9fr;gap:8%;align-items:center}.artwork-media img{border-radius:24px;width:100%;max-height:680px;object-fit:cover;object-position:center 52%}.artwork-copy h2{margin:14px 0}.artwork-copy>p{font-size:21px;max-width:470px}.formats{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.formats span{border:1px solid #111;border-radius:8px;font-weight:800;padding:10px 14px;background:#fff}.artwork-help{border-top:1px solid #bcbab6;padding-top:24px;margin-bottom:28px}.artwork-help strong{font-size:19px}.artwork-help p{margin:3px 0 0}.placement-section{background:#faf9f6;max-width:none}.placement-section>.section-heading,.placement-layout,.placement-section>.section-note{max-width:1372px;margin-left:auto;margin-right:auto}.placement-layout{display:block}.placement-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.placement-card{width:100%;display:grid;grid-template-columns:55px 1fr 24px;align-items:center;gap:10px;padding:19px;text-align:left;background:#f3f1eb;border:1px solid #ddd9d2;border-radius:16px;min-height:101px}.placement-card.selected{background:#111;color:#fff;border-color:#111}.placement-index{font-family:var(--display);font-size:27px}.placement-card strong{font-size:20px;display:block}.placement-card small{font-size:14px;display:block;margin-top:2px}.placement-arrow{font-size:23px}.spec-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:2px solid #111;border-bottom:2px solid #111}.spec-grid>div{padding:22px 20px;min-height:220px;border-right:1px solid #c4c1ba}.spec-grid>div:last-child{border:0}.spec-number{font-family:var(--display);font-size:22px;color:#777}.spec-grid h3{font-size:18px;margin:18px 0 10px}.spec-grid strong{font-size:17px}.spec-grid p{font-size:14px;color:#555}.process-section{background:#e9e6e0;max-width:none}.process-section>.section-heading,.steps{max-width:1372px;margin-left:auto;margin-right:auto}.steps{padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #aaa}.steps li{padding:24px 20px 34px;border-right:1px solid #c4c1ba;border-bottom:1px solid #c4c1ba}.steps li:nth-child(4n){border-right:0}.steps li>span{font-family:var(--display);font-size:44px}.steps h3{font-size:20px;margin:20px 0 5px}.steps p{font-size:14px;margin:0;color:#555}.quality-section{background:#111;color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:680px}.quality-image{min-height:530px}.quality-image img{width:100%;height:100%;object-fit:cover;object-position:center 53%}.quality-copy{padding:clamp(50px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.quality-copy h2{margin:14px 0}.quality-copy>p{font-size:20px;max-width:440px}.quality-copy ol{padding:0;list-style:none;margin:22px 0}.quality-copy li{padding:13px 0;border-bottom:1px solid #555;font-weight:700}.quality-copy li b{color:#aaa;margin-right:24px}.quality-tags{display:flex;gap:8px;flex-wrap:wrap}.quality-tags span{border:1px solid #666;border-radius:30px;padding:7px 12px;font-size:12px}.size-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:5%}.size-help{background:#e7e3dd;padding:30px;border-radius:18px}.size-icon{font-size:36px;line-height:.9;font-family:var(--display)}.size-help h3{font-size:23px}.size-help p{font-size:15px}.tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:26px}.tabs button{background:white;border:1px solid #c9c6bf;padding:9px 14px;border-radius:25px;font-weight:700;font-size:14px}.tabs button.active{background:#111;color:#fff;border-color:#111}.size-table-wrap h3{margin:0 0 14px}.size-table-wrap table{width:100%;border-collapse:collapse;background:white}.size-table-wrap th,.size-table-wrap td{text-align:left;padding:16px;border-bottom:1px solid #d7d4ce}.size-table-wrap th{background:#111;color:#fff}.size-table-wrap td{line-height:1.5}.size-table-wrap .text-link{display:inline-block;margin-top:24px}.blanks-section{max-width:none;background:#e8e6e2;display:grid;grid-template-columns:.8fr 1.2fr;gap:6%;align-items:center;padding-left:max(clamp(20px,4vw,64px),calc((100vw - 1372px)/2));padding-right:max(clamp(20px,4vw,64px),calc((100vw - 1372px)/2))}.blanks-section h2{margin:15px 0}.blanks-section p{font-size:19px;max-width:380px}.blanks-section img{width:100%;height:400px;object-fit:cover;object-position:center 23%;border-radius:22px}.delivery-section{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.delivery-image img{width:100%;max-height:600px;object-fit:cover;object-position:center 53%;border-radius:20px}.delivery-section h2{margin:18px 0}.delivery-section p{font-size:20px}.delivery-section ul{list-style:none;padding:0;margin-top:30px}.delivery-section li{border-top:1px solid #aaa;padding:15px 0;font-weight:800}.delivery-section li:before{content:'✓';display:inline-grid;place-items:center;background:#111;color:white;width:25px;height:25px;border-radius:50%;font-size:12px;margin-right:12px}.faq-section{background:#faf9f6;max-width:none}.faq-section>.section-heading,.faq-list{max-width:1372px;margin-left:auto;margin-right:auto}.faq-list{columns:2;column-gap:45px}.faq-list details{break-inside:avoid;border-top:1px solid #bbb;padding:0}.faq-list details:last-child{border-bottom:1px solid #bbb}.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;padding:17px 0;font-weight:800;font-size:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;font-weight:400;line-height:1}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{margin:0 0 19px;max-width:540px;color:#4e4c49}.final-cta{background:#0b0b0b;color:#fff;overflow:hidden;padding:clamp(70px,7vw,110px) max(clamp(20px,4vw,64px),calc((100vw - 1372px)/2));display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:30px}.final-cta h2{font-size:clamp(60px,7.4vw,116px);margin:16px 0 10px;white-space:nowrap}.final-cta h2 em{display:inline-block;transform:rotate(-2deg)}.final-cta .brush-line{font-family:var(--brush);font-size:clamp(20px,2.6vw,36px);margin:0}.final-cta p:not(.brush-line){font-size:18px;max-width:560px}.final-cta img{width:120%;transform:rotate(14deg) translateX(15%);border-radius:30px;mix-blend-mode:screen}.footer{background:#faf9f6;padding:65px clamp(20px,4vw,64px) 22px}.footer-main,.footer-bottom{max-width:1372px;margin:auto}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:35px}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:14px}.footer-main strong{font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.footer-main span{color:#6a6966}.footer-brand img{width:200px}.footer-brand p{font-weight:700}.footer-bottom{border-top:1px solid var(--line);margin-top:65px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:13px}.mobile-sticky{display:none}@media(max-width:1150px){.desktop-nav{gap:13px;font-size:12px}.brand{width:125px}.header-cta{font-size:10px}.hero h1{font-size:clamp(62px,7.7vw,100px)}.product-grid{grid-template-columns:repeat(3,1fr)}.spec-grid{grid-template-columns:repeat(3,1fr)}.spec-grid>div:nth-child(3){border-right:0}.spec-grid>div:nth-child(-n+3){border-bottom:1px solid #ccc}}@media(max-width:850px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:block;margin-left:auto}.header-inner{min-height:65px}.brand{width:120px}.hero{grid-template-columns:1fr;gap:10px;padding-top:30px}.hero-copy{padding:20px 0}.hero h1{font-size:clamp(60px,11vw,98px)}.hero-media{min-height:520px;max-height:650px}.section-heading{display:block}.section-heading p{max-width:550px;margin-top:20px}.product-grid{grid-template-columns:repeat(2,1fr)}.colors-layout,.artwork-section,.delivery-section{grid-template-columns:1fr}.colors-intro img{display:none}.colors-panel{margin-top:20px}.artwork-media{order:2}.steps{grid-template-columns:repeat(2,1fr)}.steps li:nth-child(4n){border-right:1px solid #c4c1ba}.steps li:nth-child(even){border-right:0}.quality-section{grid-template-columns:1fr}.quality-image{max-height:500px}.size-layout{grid-template-columns:1fr}.blanks-section{grid-template-columns:1fr}.faq-list{columns:1}.final-cta{grid-template-columns:1fr}.final-cta img{display:none}.footer-main{grid-template-columns:repeat(2,1fr)}.mobile-sticky{position:fixed;display:flex;align-items:center;justify-content:center;gap:18px;bottom:0;left:0;right:0;min-height:62px;background:#111;color:white;z-index:45;font-size:14px;text-transform:uppercase;font-weight:800;box-shadow:0 -5px 20px #0002}.mobile-sticky span{font-size:21px}body{padding-bottom:62px}}@media(max-width:550px){.hero{padding-bottom:30px}.hero h1{font-size:clamp(49px,13vw,72px);white-space:normal}.hero h1 em{font-size:.7em}.hero-copy>p:not(.trust){font-size:17px}.hero-media{min-height:410px;height:470px}.media-stamp{width:80px;height:80px;font-size:15px}.action-row{display:grid;grid-template-columns:1fr}.action-row .btn{width:100%}.trust{font-size:12px}.marquee div{font-size:15px;white-space:nowrap;overflow:hidden}.marquee b{margin:0 5px}.section{padding-top:70px;padding-bottom:70px}.section-heading h2,h2{font-size:clamp(43px,12vw,66px)}.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin:0 -20px;padding:0 20px 14px}.product-card{min-width:75vw;max-width:75vw;scroll-snap-align:start}.product-image{aspect-ratio:1/.78}.colors-panel{padding:19px}.color-options{grid-template-columns:repeat(3,1fr)}.color-preview{gap:14px}.color-preview h3{font-size:18px}.preview-frame{width:43%}.placement-options{grid-template-columns:1fr}.placement-card{grid-template-columns:40px 1fr 20px;padding:13px;min-height:90px}.placement-card strong{font-size:17px}.placement-card small{font-size:12px}.spec-grid{grid-template-columns:1fr 1fr}.spec-grid>div{padding:18px 12px;min-height:180px}.spec-grid>div:nth-child(3){border-right:1px solid #ccc}.spec-grid>div:nth-child(even){border-right:0}.spec-grid>div:nth-child(4){border-bottom:1px solid #ccc}.spec-grid strong{font-size:15px}.steps{grid-template-columns:1fr}.steps li{display:grid;grid-template-columns:60px 1fr;gap:10px;align-items:start;padding:18px 0;border-right:0!important}.steps li>span{font-size:36px}.steps h3{margin:2px 0 4px}.quality-image{min-height:380px}.quality-copy{padding:60px 20px}.size-help{padding:20px}.tabs button{font-size:12px;padding:8px 10px}.size-table-wrap th,.size-table-wrap td{padding:12px;font-size:13px}.blanks-section img{height:260px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 18px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block;margin-top:45px}.footer-bottom span{display:block;margin-bottom:6px}.final-cta h2{font-size:clamp(48px,12vw,68px);white-space:normal}.final-cta .btn{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Enquadramento da nova foto principal. */
.hero-media img{object-position:center 16%}
@media(max-width:850px){.hero-media img{object-position:center 35%}}
@media(max-width:550px){.hero-media img{object-position:center 50%}}
