:root{--green:#215d36;--deep:#163e29;--yellow:#ffda35;--ink:#183c29;--muted:#616d62;--line:#dce4da}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font:16px/1.6 Arial,Helvetica,sans-serif}a{color:inherit;text-underline-offset:5px}img{display:block;max-width:100%}header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:white}.brand{width:132px;height:50px;position:relative;overflow:hidden;display:block}.brand img{position:absolute;max-width:none;width:352px;left:-104px;top:-80px}nav{display:flex;align-items:center;gap:34px}nav a{text-decoration:none;font-size:14px;font-weight:600}.nav-contact{background:var(--green);color:white;padding:12px 22px;border-radius:6px}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:660px}.hero-copy{padding:80px 8% 35px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;margin:0 0 24px}h1{font-size:clamp(48px,5.6vw,88px);line-height:1.04;letter-spacing:-4px;margin:0 0 28px;font-weight:700}h1 em{font-family:Georgia,serif;font-weight:400}p{margin:0 0 22px}.intro{font-size:18px;max-width:470px;color:var(--muted)}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin:10px 0 60px}.button{display:inline-flex;align-items:center;gap:24px;padding:16px 22px;background:var(--green);color:white;border-radius:5px;text-decoration:none;font-weight:bold;font-size:14px}.button:hover,.nav-contact:hover{background:var(--deep)}.text-link{font-size:14px;font-weight:bold}.hero-foot{font-size:11px;letter-spacing:1.1px;margin:0;color:var(--muted)}.hero-image{background:#f3f6ef;position:relative;padding:55px 38px 75px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image img{width:90%;max-height:510px;object-fit:contain;mix-blend-mode:multiply}.image-label{position:absolute;top:32px;left:38px;font-size:12px;font-weight:bold;letter-spacing:2px}.hero-caption{position:absolute;bottom:26px;left:38px;right:38px;display:flex;justify-content:space-between;gap:16px;font-size:14px;border-top:1px solid #d4decd;padding-top:16px}.section{padding:85px 5%}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:44px}h2{font-size:clamp(34px,3.6vw,54px);line-height:1.12;letter-spacing:-1.8px;margin:0}h3{font-size:20px;line-height:1.3;margin:0 0 14px}.section-heading>p{max-width:330px;color:var(--muted);margin-bottom:3px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-photo{height:365px;display:flex;justify-content:center;background:#f7f8f5;overflow:hidden;padding:22px}.product-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-photo:hover img{transform:scale(1.035)}.product-title{display:flex;justify-content:space-between;gap:12px;padding-top:24px}.product-title span{color:#829080;font-size:13px}.product p{color:var(--muted);font-size:15px;margin-bottom:16px}.product>a:last-child{font-weight:bold;font-size:14px}.stamp-section{display:grid;grid-template-columns:1fr 2fr;gap:50px;margin-top:85px;border-top:1px solid var(--line);padding-top:65px}.stamp-section h2{font-size:38px;margin-bottom:20px}.stamp-section p:not(.eyebrow){color:var(--muted)}.stamp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:center}figure{margin:0}figcaption{font-size:14px;font-weight:bold;margin-top:14px}.stamp-grid img{aspect-ratio:1;object-fit:contain}.custom{background:var(--green);color:white}.custom .section-heading>p{color:#dbe6dc}.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:50px 0}.custom-grid article{border-top:1px solid #73977e;padding-top:22px}.custom-grid span{color:var(--yellow);font-size:14px;display:block;margin-bottom:30px}.custom-grid h3{font-size:24px}.custom-grid p{color:#e0e9de;font-size:16px}.process{border-top:1px solid #73977e;padding-top:26px;display:flex;justify-content:space-between;gap:24px;font-size:14px}.process p{margin:0}.process span{padding:0 13px;color:var(--yellow)}.factory-main{display:grid;grid-template-columns:1.4fr 1fr;gap:55px;align-items:center;margin-bottom:35px}.factory-main>img{width:100%;aspect-ratio:1.6;object-fit:cover}.factory-main>div{padding-right:30px}.factory-main h3{font-size:32px}.factory-main p{color:var(--muted)}.factory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.factory-grid img{aspect-ratio:1.55;width:100%;object-fit:cover}.contact{background:var(--deep);color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:80px}.contact h2{margin-bottom:26px}.contact>div>p:not(.eyebrow){max-width:440px;color:#d6e2d7}.yellow{background:var(--yellow);color:var(--deep)}.yellow:hover{background:#ffe666}.contact-details{border-left:1px solid #52715b;padding-left:50px}.contact-details h3{font-size:28px;margin-bottom:4px}.contact-details>p{font-size:12px;letter-spacing:1.5px}dt{font-size:12px;color:#b9cdbd;margin-top:18px}dd{margin:3px 0 0;font-size:16px;overflow-wrap:anywhere}dd a{text-decoration:none}dd a:hover{text-decoration:underline}footer{padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}footer strong{font-size:24px}footer p{margin:0}a:focus-visible{outline:3px solid #e6aa00;outline-offset:5px}@media(max-width:900px){header{height:auto;min-height:85px;padding:16px 5%;gap:20px}nav{gap:18px;flex-wrap:wrap;justify-content:flex-end}.hero-copy{padding:50px 8%}.hero{min-height:560px}h1{letter-spacing:-2.5px}.hero-image{padding:60px 18px 85px}.hero-caption{flex-direction:column;gap:0}.hero-foot{font-size:10px}.actions{margin-bottom:30px}.section{padding:65px 5%}.product-grid{gap:20px}.product-photo{height:290px;padding:12px}.stamp-section{grid-template-columns:1fr;gap:25px}.custom-grid{gap:25px}.process{display:block}.process p{margin-top:15px}.factory-main{gap:30px}.contact{gap:35px}.contact-details{padding-left:28px}}@media(max-width:600px){header{display:block}.brand{margin:0 auto 15px}nav{justify-content:center;gap:20px}nav a{font-size:13px}.nav-contact{padding:8px 12px}.hero{grid-template-columns:1fr}.hero-copy{padding:46px 6% 35px}.hero-image{min-height:430px}.hero-image img{height:350px;width:90%}.hero-caption{flex-direction:row;font-size:12px}.eyebrow{font-size:11px;letter-spacing:1.3px}h1{font-size:57px}.section-heading{display:block}.section-heading>p{margin-top:24px}.product-grid{grid-template-columns:1fr;gap:40px}.product-photo{height:390px}.stamp-grid{gap:10px}.stamp-grid figcaption{font-size:12px}.custom-grid{grid-template-columns:1fr;gap:18px}.custom-grid span{margin-bottom:16px}.custom-grid{margin:30px 0}.process span{padding:0 5px}.factory-main{grid-template-columns:1fr;gap:25px}.factory-grid{grid-template-columns:1fr;gap:28px}.contact{grid-template-columns:1fr}.contact-details{border-left:0;border-top:1px solid #52715b;padding:30px 0 0}footer{flex-wrap:wrap}footer p{order:3;width:100%}.section{padding:52px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-photo img{transition:none}}
.catalog-link{margin-top:38px}.catalog-title{font-size:clamp(42px,5vw,72px);letter-spacing:-2px}.catalog-grid{row-gap:55px;margin-top:45px}.product-title a{text-decoration:none}.breadcrumbs{justify-content:flex-start;gap:14px;margin-bottom:38px;font-size:14px;color:var(--muted);flex-wrap:wrap}.breadcrumbs a{font-weight:400;text-decoration:underline}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:start}.detail-gallery{display:grid;gap:25px}.detail-gallery figure{background:#f7f8f5;padding:24px}.detail-gallery img{width:100%;max-height:650px;object-fit:contain;mix-blend-mode:multiply}.detail-copy h1{font-size:clamp(36px,4vw,58px);letter-spacing:-1.5px;line-height:1.12}.detail-copy h2{font-size:22px;letter-spacing:-.4px;margin:30px 0 16px}.detail-copy ul{padding-left:20px;color:var(--muted);line-height:2}.detail-inquiry{border-top:1px solid var(--line);margin-top:30px;padding-top:5px}.detail-inquiry p{color:var(--muted)}.detail-inquiry .actions{margin-bottom:20px}.backup-email{font-size:14px;overflow-wrap:anywhere}.related{border-top:1px solid var(--line)}.related h2{margin-bottom:35px}@media(max-width:700px){.detail-layout{grid-template-columns:1fr;gap:35px}.detail-gallery img{max-height:460px}.breadcrumbs{gap:8px;font-size:12px}.detail-copy h1{font-size:40px}.product-detail{padding-top:30px}}
.catalog-nav{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.catalog-nav a{border:1px solid var(--line);border-radius:5px;padding:9px 16px;font-size:14px;font-weight:bold;text-decoration:none}.catalog-nav a:hover{background:var(--green);color:#fff}.catalog-category{padding:55px 0 30px;border-top:1px solid var(--line);scroll-margin-top:25px}.catalog-category h2{display:flex;align-items:baseline;gap:15px}.catalog-category h2 small{font:700 14px Arial,sans-serif;color:var(--muted)}.catalog-grid{margin-top:30px}.catalog-sku{font-size:13px!important;color:var(--muted);letter-spacing:.5px}.spec-grid{border-top:1px solid var(--line);margin:0}.spec-grid>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:15px 0}.spec-grid dt{font-size:14px;color:var(--muted);margin:0}.spec-grid dd{font-size:15px;font-weight:700;text-align:right;margin:0}.product-title h3{font-size:19px}@media(max-width:600px){.catalog-category{padding-top:35px}.catalog-grid{gap:30px}.catalog-category .product-photo{height:330px}}

/* Present the marbled heart crayon in its correct, left-rotated orientation. */
.product-photo img[src$="catalog-YHC26122.png"],
.detail-gallery img[src$="catalog-YHC26122.png"]{transform:rotate(-90deg)}
.product-photo:hover img[src$="catalog-YHC26122.png"]{transform:rotate(-90deg) scale(1.035)}
