:root{--red:#C8102E;--red-dark:#A00D25;--green:#12805C;--green-soft:#eaf6f1;--red-soft:#fdeff1;--black:#111111;--ink:#1c1c1c;--grey:#555;--line:#e7e7e7;--bg:#ffffff;--bg-soft:#f7f7f7;--radius:10px;--shadow:0 2px 14px rgba(0,0,0,.08);--font-head:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);line-height:1.65;font-size:16.5px}img{max-width:100%;display:block}a{color:var(--red);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1180px;margin:0 auto;padding:0 22px}.topbar{background:var(--red);color:#fff;text-align:center;font-size:.86rem;padding:8px 14px;letter-spacing:.02em;font-weight:600}.topbar a{color:#fff;text-decoration:underline}header.site{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 22px;max-width:1180px;margin:0 auto}.brand{display:flex;flex-direction:column;line-height:1.1}.brand .wordmark{font-family:var(--font-head);font-weight:700;font-size:1.9rem;color:var(--black);letter-spacing:.01em}.brand .tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.22em;color:var(--red);font-weight:700;margin-top:2px}nav.main{display:flex;gap:4px;flex-wrap:wrap}nav.main a{color:var(--black);font-weight:600;font-size:.95rem;padding:8px 12px;border-radius:6px;text-decoration:none}nav.main a:hover{background:var(--bg-soft);color:var(--red)}nav.main a.active{color:var(--red)}nav.main a.cta{background:var(--red);color:#fff}nav.main a.cta:hover{background:var(--red-dark);color:#fff}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:6px;font-size:1.3rem;padding:4px 12px;cursor:pointer}.hero{position:relative;background:var(--black);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;max-width:1180px;margin:0 auto}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px 22px;gap:20px}.hero-copy .kicker{color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.2em;font-size:.78rem}.hero-copy h1{font-family:var(--font-head);font-size:clamp(2.1rem,4.4vw,3.4rem);line-height:1.12;font-weight:700}.hero-copy h1 em{color:var(--red);font-style:normal}.hero-copy p{color:#d9d9d9;font-size:1.08rem;max-width:34rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}.hero-media{position:relative;min-height:340px}.hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--black) 0%,transparent 26%)}.btn{display:inline-block;padding:13px 26px;border-radius:8px;font-weight:700;font-size:.98rem;text-decoration:none;border:2px solid transparent;cursor:pointer;text-align:center}.btn:hover{text-decoration:none}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);color:#fff}.btn-ghost{border-color:#fff;color:#fff;background:transparent}.btn-ghost:hover{background:#fff;color:var(--black)}.btn-dark{background:var(--black);color:#fff}.btn-dark:hover{background:#000;color:#fff}.btn-outline{border-color:var(--black);color:var(--black)}.btn-outline:hover{background:var(--black);color:#fff}section{padding:70px 0}section.tight{padding:46px 0}section.soft{background:var(--bg-soft)}section.dark{background:var(--black);color:#fff}section.redband{background:var(--red);color:#fff}.section-head{max-width:760px;margin:0 auto 44px;text-align:center}.section-head .kicker{color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.2em;font-size:.76rem;display:block;margin-bottom:10px}.dark .section-head .kicker,.redband .section-head .kicker{color:#ffd2d9}.section-head h2{font-family:var(--font-head);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;line-height:1.2}.section-head p{color:var(--grey);margin-top:12px}.dark .section-head p,.redband .section-head p{color:#e4e4e4}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.cat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s ease}.cat-card:hover{transform:translateY(-4px)}.cat-card .thumb{aspect-ratio:4/3;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;border-bottom:1px solid var(--line)}.cat-card .thumb img{width:100%;height:100%;object-fit:contain}.cat-card .body{padding:22px;display:flex;flex-direction:column;gap:8px;flex:1}.cat-card h3{font-family:var(--font-head);font-size:1.3rem}.cat-card p{color:var(--grey);font-size:.95rem;flex:1}.cat-card .link{font-weight:700;color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;text-align:center;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow)}.product .kw{font-family:var(--font-head);font-size:2.3rem;font-weight:700;color:var(--red);line-height:1}.product h3{font-size:1.02rem;font-weight:700}.product .fit{color:var(--grey);font-size:.88rem}.product .price{font-size:1.25rem;font-weight:800;color:var(--black);margin-top:auto}.product .price small{font-size:.75rem;font-weight:600;color:var(--grey)}.product .btn{margin-top:8px}.badge{display:inline-block;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:99px;align-self:center}.badge.dark{background:var(--black)}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.split.reverse .media{order:2}.split .media img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}.split h2{font-family:var(--font-head);font-size:clamp(1.6rem,2.8vw,2.2rem);margin-bottom:14px;line-height:1.2}.split p{color:var(--grey);margin-bottom:12px}.dark .split p{color:#dcdcdc}.split ul{list-style:none;margin:16px 0;display:flex;flex-direction:column;gap:10px}.split ul li{padding-left:30px;position:relative;font-size:.98rem}.split ul li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--red);font-weight:800}.dark .split ul li:before{color:#ff8fa0}.spec-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.spec{padding:26px 16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.dark .spec{background:#1d1d1d;border-color:#2c2c2c}.spec .icon{font-size:1.7rem;margin-bottom:10px}.spec h3{font-size:1rem;font-weight:700;margin-bottom:6px}.spec p{font-size:.88rem;color:var(--grey)}.dark .spec p{color:#cfcfcf}.promise-box{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:46px;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.promise-box h2{font-family:var(--font-head);font-size:clamp(1.6rem,2.8vw,2.2rem);margin-bottom:14px}.promise-list{list-style:none;margin-top:18px;display:flex;flex-direction:column;gap:14px}.promise-list li{display:flex;gap:14px;align-items:flex-start}.promise-list .tick{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;margin-top:2px}.promise-list strong{display:block}.promise-list span.sub{color:var(--grey);font-size:.92rem}.note-card{background:var(--bg-soft);border-left:4px solid var(--red);border-radius:6px;padding:18px 20px;font-size:.93rem;color:#333;margin-top:20px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}table{width:100%;border-collapse:collapse;min-width:640px;font-size:.95rem}th,td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}thead th{background:var(--black);color:#fff;font-weight:700;font-size:.9rem}thead th:first-child{border-top-left-radius:var(--radius)}thead th:last-child{border-top-right-radius:var(--radius)}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n){background:var(--bg-soft)}td.yes{color:var(--red);font-weight:700}.col-procraft{background:#fff5f6}thead th.col-procraft{background:var(--red);color:#fff}.product>img{aspect-ratio:4/3;width:100%;object-fit:contain;background:#fff;padding:10px}.compare-split{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.compare-split .panel{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:2px solid transparent;background:#fff;height:100%}.compare-split .panel.ours{border-color:var(--green)}.compare-split .panel.theirs{border-color:var(--red)}.compare-split .panel-head{padding:20px 24px;color:#fff;display:flex;flex-direction:column;gap:2px}.compare-split .ours .panel-head{background:var(--green)}.compare-split .theirs .panel-head{background:var(--red)}.compare-split .panel-name{font-family:var(--font-head);font-size:1.4rem;font-weight:700;line-height:1.1}.compare-split .panel-sub{font-size:.74rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;opacity:.9}.compare-split ul{list-style:none;padding:8px 24px 24px;display:flex;flex-direction:column}.compare-split li{display:flex;gap:12px;align-items:flex-start;padding:15px 0;border-bottom:1px solid var(--line);font-size:.96rem;line-height:1.5}.compare-split li:last-child{border-bottom:none}.compare-split .ours li{color:#0d5f45}.compare-split .theirs li{color:#8d1023}.compare-split .ours li strong{color:#0a4a36}.compare-split .theirs li strong{color:#7a0e1e}.compare-split .mark{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;color:#fff;margin-top:2px}.compare-split .ours .mark{background:var(--green)}.compare-split .theirs .mark{background:var(--red)}@media(max-width:760px){.compare-split{grid-template-columns:1fr;gap:20px}}.faq-group{max-width:860px;margin:0 auto}.faq-group h2{font-family:var(--font-head);font-size:1.55rem;margin:44px 0 18px;padding-bottom:10px;border-bottom:3px solid var(--red)}.faq-group h2:first-child{margin-top:0}details{border:1px solid var(--line);border-radius:8px;margin-bottom:12px;background:#fff;box-shadow:var(--shadow)}details summary{cursor:pointer;font-weight:700;padding:16px 48px 16px 20px;list-style:none;position:relative}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";position:absolute;right:20px;top:12px;font-size:1.4rem;color:var(--red);font-weight:400}details[open] summary:after{content:"\2013"}details .answer{padding:0 20px 18px;color:#333;font-size:.97rem}details .answer p{margin-bottom:10px}details .answer p:last-child{margin-bottom:0}.page-hero{background:var(--black);color:#fff;padding:58px 0;text-align:center}.page-hero h1{font-family:var(--font-head);font-size:clamp(1.9rem,3.6vw,2.8rem);font-weight:700}.page-hero p{color:#d9d9d9;max-width:44rem;margin:14px auto 0}.breadcrumbs{font-size:.84rem;color:#bbb;margin-bottom:14px}.breadcrumbs a{color:#eee}.prose{max-width:820px;margin:0 auto}.prose h2{font-family:var(--font-head);font-size:1.6rem;margin:36px 0 14px}.prose h3{font-size:1.15rem;margin:26px 0 10px}.prose p{margin-bottom:14px;color:#333}.prose ul{margin:0 0 16px 22px}.prose li{margin-bottom:8px}.cta-band{text-align:center}.cta-band h2{font-family:var(--font-head);font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:14px}.cta-band p{max-width:40rem;margin:0 auto 26px;color:#f2d7db}footer.site{background:var(--black);color:#cfcfcf;padding:64px 0 0;font-size:.93rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;max-width:1180px;margin:0 auto;padding:0 22px}footer .wordmark{font-family:var(--font-head);font-size:1.7rem;color:#fff;font-weight:700}footer .tag{font-size:.66rem;text-transform:uppercase;letter-spacing:.22em;color:var(--red);font-weight:700;margin:4px 0 14px}footer h4{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px}footer ul{list-style:none}footer li{margin-bottom:10px}footer a{color:#cfcfcf}footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #2a2a2a;margin-top:48px;padding:22px;text-align:center;font-size:.82rem;color:#8d8d8d}.footer-bottom .maple{color:var(--red)}@media(max-width:960px){.hero-grid{grid-template-columns:1fr}.hero-media{min-height:300px;order:-1}.hero-media:after{background:linear-gradient(0deg,var(--black) 0%,transparent 30%)}.card-grid,.product-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:30px}.split.reverse .media{order:0}.spec-strip{grid-template-columns:1fr 1fr}.promise-box{grid-template-columns:1fr;padding:30px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.header-inner{flex-wrap:wrap}.menu-toggle{display:block}nav.main{display:none;width:100%;flex-direction:column;padding-top:8px}nav.main.open{display:flex}.card-grid,.product-grid{grid-template-columns:1fr}section{padding:50px 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/procraft.css.map */
