:root{--ink:#162b3c;--paper:#fffdf8;--red:#ca3b35;--gold:#f3c768;--line:#d9d3c6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:76px;padding:0 7vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;z-index:3;top:0;background:#fffdf8eF}.brand{font-size:18px;font-weight:800;letter-spacing:2px}.brand span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;color:white;background:var(--red);margin-right:5px;font-family:Georgia}nav{display:flex;gap:30px;font-size:14px}.cart-button{border:0;background:transparent;color:var(--ink);font-size:14px;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;width:21px;height:21px;background:var(--ink);border-radius:50%;color:white;margin-left:4px}.hero{min-height:560px;padding:80px 10vw;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:10vw;gap:10vw;align-items:center;background:#e9eee9}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;color:var(--red)}h1,h2,h3{font-family:Georgia,serif}h1{font-size:clamp(42px,5vw,72px);line-height:1.04;margin:14px 0 24px}h2{font-size:40px;margin:9px 0 12px}.hero-copy{line-height:1.65;max-width:500px;font-size:17px;margin-bottom:30px}.outline,.primary{display:inline-block;background:var(--red);color:#fff;padding:15px 23px;font-weight:700;font-size:14px}.stamp-art{width:min(330px,90%);aspect-ratio:1;background:#d9a850;border:13px dotted #fff;margin:auto;position:relative;box-shadow:12px 12px 0 #b68231;overflow:hidden;color:#fff;padding:25px}.stamp-art .sun{position:absolute;width:130px;height:130px;border-radius:50%;background:#f8d87e;top:45px;left:95px}.mountain{position:absolute;width:260px;height:170px;transform:rotate(43deg);bottom:-70px;background:#304f5d}.mountain.two{background:#183947;left:160px;bottom:-90px}.stamp-art p{position:absolute;bottom:8px;margin:0;letter-spacing:3px;font-size:12px;z-index:2}.stamp-art strong{font-size:29px}.trust{display:flex;justify-content:center;gap:60px;padding:18px;text-align:center;border-bottom:1px solid var(--line);font-size:13px}.collection{padding:90px 7vw}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.section-heading>p{color:#65717a}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.product{background:#fff;border:1px solid var(--line)}.product-art{aspect-ratio:1.12;padding:18px;position:relative;background:#244c67;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.product-art:after{content:"";position:absolute;width:200%;height:40%;top:20%;background:#fff3;transform:rotate(-28deg)}.product-art.blue{background:#375c7e}.product-art.cactus{background:#25483b}.product-art.love{background:#231b42}.product-art strong{font:62px Georgia;z-index:1}.product-art span{z-index:1;letter-spacing:2px}.perforation{position:absolute;inset:7px;border:5px dotted #fff}.product-info{padding:19px}.format{font-size:11px;color:#737a7d;text-transform:uppercase;letter-spacing:1px;margin:0}.product h3{margin:6px 0;font-size:20px}.price{margin:0 0 14px;font-weight:700}.product button{border:1px solid var(--ink);padding:10px 13px;background:transparent;font-weight:700;cursor:pointer}.product button:hover{background:var(--ink);color:#fff}.about{padding:100px 16vw;text-align:center;background:#f7e8cc}.about p:last-child{max-width:620px;margin:20px auto;line-height:1.7}.help{padding:60px 10vw;display:flex;justify-content:space-between;align-items:center}.help h2{margin:0}.help p{color:#637078}.outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}footer{padding:42px 7vw;background:var(--ink);color:#e9eee9;display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:20px}footer p{max-width:290px}.drawer{position:fixed;right:0;top:0;height:100vh;width:min(440px,100%);z-index:5;background:#fffdf8;box-shadow:-5px 0 28px #0002;padding:28px}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:28px}.drawer-head button{font-size:30px;border:0;background:transparent;cursor:pointer}.line{display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px;border-bottom:1px solid var(--line);padding:18px 0}.line small{display:block;color:#697179;margin-top:4px}.line button{grid-column:1;border:0;background:transparent;padding:0;color:var(--red);text-align:left;cursor:pointer}.total{padding:22px 0;display:flex;justify-content:space-between;font-size:18px}.checkout{width:100%;border:0;background:#ffc439;padding:15px;font-weight:700;font-size:15px;cursor:pointer}.empty{color:#68757b}@media(max-width:760px){.site-header{padding:0 5vw}nav{display:none}.hero{grid-template-columns:1fr;padding:65px 8vw;gap:45px}.stamp-art{max-width:260px}.trust{gap:10px;justify-content:space-between;font-size:10px}.collection{padding:60px 5vw}.section-heading{display:block}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-info{padding:14px}.product h3{font-size:17px}.about{padding:70px 9vw}.help{padding:48px 8vw;display:block}.help .outline{margin-top:18px}footer{display:block}.drawer{width:100%}}