:root{--red:#e62117;--ink:#141414;--muted:#666;--line:#e5e5e5;--soft:#f5f5f5;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:5px}.topline{background:var(--red);color:#fff;text-align:center;padding:11px 16px;font-size:.75rem;letter-spacing:.17em;font-weight:700}.header,main,footer{max-width:1480px;margin:auto}.header{padding:30px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-size:2.35rem;font-weight:950;letter-spacing:-.09em;line-height:.9;display:inline-block}.wordmark>span{display:block;font-size:.64rem;letter-spacing:.17em;margin-top:7px;font-weight:800}.brand-dot{color:var(--red)}.contact{font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:28px;border:1px solid var(--line);border-radius:50px;padding:13px 20px}.contact:hover{border-color:var(--ink)}.contact span{font-size:1.4rem}.intro{padding:60px 5% 52px;display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:end}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:800;margin:0 0 20px}.intro h1{font-size:clamp(2.8rem,5.3vw,5.2rem);font-weight:800;letter-spacing:-.065em;line-height:1.05;margin:0}.intro h1 em{font-style:normal;color:var(--red)}.intro-copy{max-width:405px;padding-bottom:5px}.intro-copy p{font-size:1.05rem;color:#595959;line-height:1.7;margin:0 0 25px}.text-link{display:flex;gap:20px;align-items:center;font-weight:700;font-size:.9rem}.text-link span{font-size:1.5rem;color:var(--red)}.catalog{padding:26px 5% 44px;border-top:1px solid var(--line)}.catalog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.catalog-heading h2{font-size:1.7rem;letter-spacing:-.04em}.catalog-heading h2 span{color:var(--red)}#count{color:var(--muted);font-size:.875rem;white-space:nowrap}.categories{display:flex;gap:8px;flex-wrap:wrap;margin:9px 0 30px}.category{background:#fff;border:1px solid var(--line);border-radius:30px;padding:12px 19px;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}.category:hover{border-color:var(--ink)}.category[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:#fff}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.card{min-width:0}.product-image{position:relative;width:100%;aspect-ratio:1/1.08;border:1px solid var(--line);background:white;border-radius:18px;overflow:hidden;display:block;padding:25px}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-image:hover img{transform:scale(1.045)}.product-image .index{position:absolute;left:16px;top:16px;color:#777;font-size:.75rem;background:#fffE;border:1px solid var(--line);padding:6px 8px;border-radius:5px}.expand{position:absolute;right:16px;bottom:16px;background:#fff;border:1px solid var(--line);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:1.3rem}.card .category-name{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:17px 0 7px}.card h3{font-size:1.17rem;letter-spacing:-.025em;margin:0 0 13px;line-height:1.3}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-bottom p{font-size:.875rem;color:#666;margin:0}.choose{border:0;padding:4px 0;background:transparent;color:var(--red);font-size:.875rem;font-weight:700;white-space:nowrap}.choose:hover{text-decoration:underline}.reference-note{font-size:.8rem;line-height:1.6;color:var(--muted);margin:40px 0 0}.custom{margin:20px 5% 65px;padding:45px;background:var(--ink);border-radius:22px;color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.custom .eyebrow{color:#ff746d;margin-bottom:16px}.custom h2{font-size:clamp(1.6rem,2.7vw,2.6rem);letter-spacing:-.045em;line-height:1.15;margin:0}.custom p:not(.eyebrow){color:#bbb;line-height:1.6;margin:16px 0 0}.custom-link{border-radius:40px;background:var(--red);padding:18px 24px;display:flex;gap:35px;align-items:center;font-weight:700;white-space:nowrap;font-size:.95rem}footer{border-top:1px solid var(--line);padding:32px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer .wordmark{font-size:1.7rem}footer .wordmark>span{font-size:.5rem}footer p,footer>a:last-child{font-size:.875rem;color:#666}dialog{padding:0;border:0;border-radius:22px;max-width:1050px;width:calc(100% - 40px);max-height:90dvh;box-shadow:0 20px 100px #0004}dialog::backdrop{background:#111a;backdrop-filter:blur(5px)}body.modal-open{overflow:hidden}.close{position:absolute;right:16px;top:14px;z-index:1;background:white;border:1px solid var(--line);border-radius:50%;font-size:1.7rem;width:42px;height:42px;line-height:1}.detail-layout{display:grid;grid-template-columns:1fr 1fr}.detail-image{display:grid;place-items:center;padding:30px;background:white;border-right:1px solid var(--line)}.detail-image img{width:100%;max-height:560px;object-fit:contain}.detail-info{padding:48px 35px 30px}.detail-info .eyebrow{color:var(--red);margin-bottom:10px}.code{font-size:.75rem;color:#777;margin:0 0 12px}.detail-info h2{font-size:2rem;line-height:1.1;letter-spacing:-.04em;margin:0 0 18px}#detail-description{line-height:1.55;color:#666}.personalization{border-top:1px solid var(--line);padding-top:18px;margin-top:22px;font-size:.9rem}.personalization p{line-height:1.6;color:#666}form label{display:block;font-size:.875rem;font-weight:700;margin:20px 0 9px}form label span{font-weight:400;color:#777}input,textarea{border:1px solid #ccc;border-radius:9px;padding:12px;width:100%;font-size:1rem;background:#fff;color:var(--ink)}input{max-width:130px}textarea{resize:vertical}.quote-button{width:100%;border:0;border-radius:10px;background:var(--red);color:white;padding:16px 14px;margin-top:20px;font-size:.9rem;font-weight:700;display:flex;justify-content:space-between;gap:12px}.detail-note{font-size:.75rem;line-height:1.5;color:#777;margin-bottom:0}@media(min-width:1500px){.intro{padding-top:75px;padding-bottom:65px}}@media(max-width:950px){.intro{gap:28px;grid-template-columns:1.2fr 1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.custom{padding:32px}.detail-info{padding:55px 24px 25px}.detail-image{padding:15px}}@media(max-width:600px){.header{padding:23px 5%}.wordmark{font-size:2rem}.contact{padding:10px 16px;gap:20px}.intro{padding:35px 5%;grid-template-columns:1fr;gap:24px}.intro h1{font-size:3.25rem}.intro-copy{max-width:none}.intro-copy p{font-size:1rem;line-height:1.55;margin-bottom:17px}.eyebrow{margin-bottom:16px}.catalog{padding-top:18px}.catalog-heading{align-items:baseline;gap:8px}.catalog-heading h2{font-size:1.4rem;max-width:230px}#count{font-size:.75rem}.categories{gap:7px;margin-bottom:24px}.category{padding:10px 13px;font-size:.875rem}.grid{gap:30px;grid-template-columns:1fr}.product-image{aspect-ratio:1/1;padding:24px}.card h3{font-size:1.3rem}.card-bottom p,.choose{font-size:.95rem}.custom{padding:28px 24px;display:block;margin-bottom:35px}.custom-link{margin-top:24px;justify-content:space-between}.custom h2 br{display:none}footer{flex-wrap:wrap;gap:18px}footer p{display:none}dialog{width:calc(100% - 20px);max-height:94dvh;border-radius:16px}.detail-layout{grid-template-columns:1fr}.detail-image{height:290px;border:0;border-bottom:1px solid var(--line);padding:20px}.detail-image img{height:100%;max-height:250px}.detail-info{padding:25px}.detail-info h2{font-size:1.75rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.header{flex-wrap:wrap;gap:20px}.intro h1,.custom h2,.detail-info h2{overflow-wrap:anywhere}.custom-link{white-space:normal}.card-bottom{flex-wrap:wrap}

/* Original supplied logo: transparent margins clipped in the layout only. */
.wordmark{position:relative;display:block;width:210px;aspect-ratio:1281/486;overflow:hidden;flex-shrink:0;line-height:normal}.wordmark .brand-image{position:absolute;width:119.9063%;height:auto;max-width:none;left:-10.4606%;top:-57.6132%}footer .wordmark{width:160px}.header{padding-top:20px;padding-bottom:20px}@media(max-width:600px){.header .wordmark{width:175px}.header{gap:14px}.contact{gap:12px;padding:10px 13px}}
/* Catalog landing: editorial type, original brand, generous product photography. */
.hero{position:relative;grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;padding-top:42px;padding-bottom:48px;overflow:hidden}.hero h1{font-size:clamp(3rem,5.2vw,5rem);line-height:1.01;letter-spacing:-.065em}.hero h1 em{display:block;font-size:.84em;margin-top:8px}.hero .eyebrow{display:flex;gap:10px;align-items:center;color:#666}.hero .eyebrow:before{content:'';width:23px;height:3px;background:var(--red)}.hero-description{font-size:1.05rem;line-height:1.65;color:#666;max-width:390px;margin:24px 0}.hero-cta{display:inline-flex;gap:36px;align-items:center;background:var(--red);color:white;padding:17px 23px;border-radius:9px;font-size:.95rem;font-weight:700;box-shadow:0 6px 18px #e6211720}.hero-cta:hover{background:#c71a12}.hero-cta span{font-size:1.35rem}.hero-caption{font-size:.8rem;color:#777;margin:16px 0 0}.hero-gallery{position:relative;min-height:420px;padding:14px 0 34px 42px}.hero-main-product{position:relative;background:#f5f5f5;border-radius:28px;width:83%;height:365px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #eee;transform:rotate(-3deg)}.hero-main-product>img{width:84%;height:84%;object-fit:contain;mix-blend-mode:multiply;transform:rotate(3deg)}.hero-product-label{position:absolute;top:19px;left:22px;font-size:.65rem;font-weight:700;letter-spacing:.11em;z-index:1}.hero-product-name{position:absolute;bottom:19px;left:22px;font-size:.875rem;font-weight:700}.hero-mini{position:absolute;background:white;border:1px solid #eee;border-radius:18px;padding:12px;box-shadow:0 14px 30px #0000000c;width:34%;height:185px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-mini img{width:100%;height:135px;object-fit:contain}.hero-mini span{font-size:.75rem;font-weight:700;margin-top:7px}.hero-trophy{right:0;top:0;transform:rotate(7deg)}.hero-keychain{right:0;bottom:0;transform:rotate(-4deg)}.collection-strip{margin:0 5% 10px;padding:19px 0;border-top:1px solid var(--line);display:flex;gap:24px;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:800;letter-spacing:.12em;color:#666}.collection-strip>span:nth-child(even){color:var(--red);font-size:1.35rem;line-height:1}.catalog{border-top:0}.catalog-heading h2{font-size:2rem}.category{background:#fafafa}.categories{margin-bottom:35px}.product-image{border-radius:16px;transition:border-color .2s,box-shadow .2s}.product-image:hover{border-color:#ddd;box-shadow:0 8px 26px #00000008}.choose{display:inline-flex;align-items:center;gap:8px}.detail-image{position:relative;display:flex;flex-direction:column;justify-content:center;gap:18px}.original-photo{font-size:.8rem;color:#666;text-decoration:underline;text-underline-offset:4px;text-align:center;line-height:1.5}.original-photo:hover{color:var(--red)}.card h3{font-weight:700}.card .category-name{color:#777}.custom{border-radius:18px;background:linear-gradient(115deg,#181818,#090909)}
@media(min-width:1500px){.hero{padding-top:48px;padding-bottom:55px}.hero-gallery{min-height:450px}.hero-main-product{height:400px}.hero-mini{height:195px}.hero-mini img{height:148px}}
@media(max-width:950px){.hero{gap:20px}.hero h1{font-size:3.5rem}.hero-gallery{min-height:365px;padding-left:10px}.hero-main-product{height:315px;width:90%}.hero-mini{width:36%;height:155px}.hero-mini img{height:106px}.hero-product-label{font-size:.6rem;left:13px}.hero-product-name{font-size:.75rem;left:13px}.collection-strip{gap:14px;font-size:.65rem;letter-spacing:.07em}}
@media(max-width:600px){.hero{grid-template-columns:1fr;padding-top:32px;padding-bottom:25px;gap:18px}.hero h1{font-size:3.2rem}.hero h1 br:nth-child(2){display:none}.hero-description{margin:18px 0;font-size:1rem}.hero-caption{margin-top:12px}.hero-gallery{min-height:280px;padding:8px 15px 15px 5px}.hero-main-product{height:258px;width:78%;border-radius:20px}.hero-mini{width:31%;height:132px;padding:9px}.hero-mini img{height:89px}.hero-mini span{font-size:.7rem}.hero-trophy{right:7px;top:3px}.hero-keychain{right:7px;bottom:5px}.hero-product-name{bottom:13px}.hero-product-label{top:14px;font-size:.57rem}.collection-strip{gap:8px;margin-bottom:8px;font-size:.6rem;letter-spacing:0;flex-wrap:wrap;justify-content:center}.collection-strip>span:nth-child(even){font-size:.9rem}.catalog-heading h2{font-size:1.55rem}.categories{flex-wrap:nowrap;overflow-x:auto;padding:3px 2px 13px;margin:8px -2px 20px;scrollbar-width:thin}.category{flex-shrink:0}.detail-image{height:330px}.detail-image img{max-height:248px;flex:1;min-height:0}.original-photo{flex:none}.custom{margin-top:5px}.hero-cta{padding:15px 20px}}
