Gateron Melodic — Sharp & Satisfying Clicky Switch | IP56 Dustproof · 80M Cycles
/* ========================================= DIYKEY Independent Scope · Minimalist Premium Design Product: Gateron Melodic Clicky Switch ========================================= * / .dk-product-details { /* Design Tokens - "Melodic Sky" theme for a crisp, fresh, and acoustic premium vibe */ --dk-primary: #0EA5E9; /* Sky 500 / Melodic Blue */ --dk-primary-light: #E0F2FE; /* Sky 50 / Crisp Breeze */ --dk-primary-hover: #0369A1; /* Sky 700 / Deep Acoustic */ --dk-text-title: #111827; --dk-text-main: #374151; --dk-text-muted: #6b7280; --dk-text-light: #9ca3af; --dk-bg-main: #fcfcfc; --dk-bg-card: #ffffff; --dk-bg-subtle: #F0F9FF; /* Subtle sky tint */ --dk-border-color: #BAE6FD; /* Light sky border */ --dk-radius-xl: 32px; --dk-radius-lg: 24px; --dk-radius-md: 16px; --dk-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.03); --dk-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05); --dk-shadow-hover: 0 20px 40px -10px rgba(0, 0, 0, 0.08); --dk-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); --dk-transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: var(--dk-bg-main); color: var(--dk-text-main); line-height: 1.6; padding-bottom: 80px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } .dk-product-details * { box-sizing: border-box; margin: 0; padding: 0; } .dk-container { width: 92%; max-width: 1100px; margin: 0 auto; } /* Generic Titles */ .dk-section-title { font-size: 32px; font-weight: 800; text-align: center; margin: 64px 0 32px; letter-spacing: -1px; color: var(--dk-text-title); line-height: 1.2; } .dk-section-title::after { content: ''; display: block; width: 40px; height: 4px; margin: 12px auto 0; background-color: var(--dk-primary); border-radius: 4px; } /* ================= Hero Section ================= */ .dk-hero-section { padding: 32px 0 48px; } .dk-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; } .dk-video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0 auto; border-radius: var(--dk-radius-xl); overflow: hidden; background: #000000; box-shadow: var(--dk-shadow-md); transform: translateZ(0); display: flex; align-items: center; justify-content: center; color: var(--dk-text-muted); font-size: 14px; } .dk-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .dk-feature-media { width: 100%; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-md); overflow: hidden; background: #f0f2f5; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--dk-text-light); font-size: 14px; text-align: center; position: relative; } .dk-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .dk-hero-badge { display: inline-flex; background: var(--dk-primary-light); color: var(--dk-primary); padding: 8px 18px; border-radius: 40px; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; } .dk-hero-title { font-size: 38px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; letter-spacing: -1px; color: var(--dk-text-title); } .dk-hero-subtitle { font-size: 17px; color: var(--dk-text-muted); font-weight: 600; margin-bottom: 20px; line-height: 1.5; } .dk-hero-desc { font-size: 15px; color: var(--dk-text-main); margin-bottom: 28px; line-height: 1.7; } .dk-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; } .dk-tag { background: var(--dk-bg-subtle); padding: 8px 16px; border-radius: 40px; font-size: 14px; font-weight: 600; color: var(--dk-text-main); transition: var(--dk-transition); border: 1px solid var(--dk-border-color); } .dk-tag:hover { background: var(--dk-primary-light); color: var(--dk-primary); border-color: var(--dk-primary-light); transform: translateY(-2px); } /* ================= Trust Numbers ================= */ .dk-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 48px 0; text-align: center; background: var(--dk-bg-subtle); padding: 32px 20px; border-radius: var(--dk-radius-xl); border: 1px solid var(--dk-border-color); } .dk-trust-num { font-size: 32px; font-weight: 800; color: var(--dk-primary); letter-spacing: -1px; } .dk-trust-label { font-size: 13px; color: var(--dk-text-muted); font-weight: 700; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.5px; } /* ================= Pain Points ================= */ .dk-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .dk-pain-card { background: var(--dk-bg-card); padding: 32px 20px; border-radius: var(--dk-radius-lg); text-align: center; box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); transition: var(--dk-transition); } .dk-pain-card:hover { transform: translateY(-8px); box-shadow: var(--dk-shadow-hover); border-color: var(--dk-primary-light); } .dk-pain-icon { width: 48px; height: 48px; margin: 0 auto 20px; color: var(--dk-text-title); transition: var(--dk-transition); } .dk-pain-icon svg { width: 100%; height: 100%; } .dk-pain-card:hover .dk-pain-icon { color: var(--dk-primary); transform: scale(1.1); } .dk-pain-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--dk-text-title); } .dk-pain-card p { font-size: 15px; color: var(--dk-text-muted); } .dk-pain-solution { margin-top: 32px; background: var(--dk-text-title); color: #ffffff; padding: 20px 28px; border-radius: var(--dk-radius-md); text-align: center; font-size: 16px; font-weight: 500; box-shadow: var(--dk-shadow-md); } /* ================= FABE Feature Blocks ================= */ .dk-feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 64px 0; } .dk-feature-block.reverse { direction: rtl; } .dk-feature-block.reverse > * { direction: ltr; } .dk-feature-text h3 { font-size: 28px; font-weight: 800; line-height: 1.3; margin-bottom: 24px; color: var(--dk-text-title); } .dk-fabe-list { display: flex; flex-direction: column; gap: 20px; } .dk-fabe-item { padding-left: 16px; border-left: 4px solid var(--dk-primary); } .dk-fabe-item strong { display: block; font-size: 16px; color: var(--dk-text-title); margin-bottom: 6px; } .dk-fabe-item p { font-size: 15px; color: var(--dk-text-muted); } /* ================= Spec Tables ================= */ .dk-table-wrapper { margin-bottom: 48px; border-radius: var(--dk-radius-md); background: var(--dk-bg-card); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); overflow-x: auto; -webkit-overflow-scrolling: touch; } .dk-table { width: 100%; border-collapse: collapse; font-size: 15px; white-space: nowrap; } .dk-table th, .dk-table td { padding: 16px 20px; border-bottom: 1px solid var(--dk-border-color); text-align: left; } .dk-table th { background: var(--dk-bg-subtle); font-weight: 700; color: var(--dk-text-title); } .dk-comp-winner { color: #ffffff; font-weight: 700; background: var(--dk-primary); padding: 4px 10px; border-radius: 6px; white-space: nowrap; } .dk-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; } .dk-spec-card { background: var(--dk-bg-subtle); padding: 20px; border-radius: var(--dk-radius-md); text-align: center; border: 1px solid var(--dk-border-color); transition: var(--dk-transition); } .dk-spec-card:hover { background: #fff; box-shadow: var(--dk-shadow-hover); transform: translateY(-4px); } .dk-spec-card span { font-size: 28px; display: block; margin-bottom: 12px; } .dk-spec-card strong { display: block; font-size: 15px; margin-bottom: 4px; color: var(--dk-text-title); } .dk-spec-card p { font-size: 14px; color: var(--dk-text-muted); } /* ================= Testimonials ================= */ .dk-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .dk-testimonial-card { background: var(--dk-bg-card); padding: 24px; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); transition: var(--dk-transition); display: flex; flex-direction: column; } .dk-testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--dk-shadow-hover); } .dk-stars { color: #F59E0B; font-size: 16px; margin-bottom: 12px; } .dk-testimonial-card p { font-size: 15px; font-style: italic; color: var(--dk-text-main); margin-bottom: 20px; line-height: 1.7; flex-grow: 1; } .dk-testimonial-user { font-weight: 700; color: var(--dk-primary); font-size: 14px; } /* ================= Trust Features ================= */ .dk-trust-features { background: var(--dk-bg-card); border-radius: var(--dk-radius-xl); padding: 48px 24px; text-align: center; margin: 64px 0; border: 1px solid var(--dk-border-color); box-shadow: var(--dk-shadow-sm); } .dk-tf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 32px auto 0; } .dk-tf-item { display: flex; flex-direction: column; align-items: center; } .dk-tf-icon { width: 48px; height: 48px; margin-bottom: 12px; color: var(--dk-text-muted); } .dk-tf-item p { font-weight: 700; color: var(--dk-text-title); font-size: 16px; margin-bottom: 6px;} .dk-tf-item span { font-size: 14px; color: var(--dk-text-muted); } /* ================= FAQ ================= */ .dk-faq-wrapper { max-width: 800px; margin: 0 auto; } .dk-faq-item { background: var(--dk-bg-card); border: 1.5px solid var(--dk-border-color); border-radius: var(--dk-radius-md); margin-bottom: 16px; transition: var(--dk-transition); position: relative; overflow: hidden; } .dk-faq-item.active { border-color: var(--dk-primary); box-shadow: var(--dk-shadow-hover); } .dk-faq-button { width: 100%; padding: 20px 24px; background: none; border: none; display: flex; align-items: flex-start; justify-content: space-between; cursor: pointer; text-align: left; gap: 16px; outline: none; } .dk-faq-q-box { display: flex; gap: 16px; align-items: flex-start; } .dk-faq-label { font-size: 13px; font-weight: 800; color: #ffffff; background: var(--dk-primary); width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 6px; flex-shrink: 0; } .dk-faq-question-text { font-size: 16px; font-weight: 700; color: var(--dk-text-title); line-height: 1.4; } .dk-faq-icon { width: 22px; height: 22px; color: var(--dk-text-light); transition: var(--dk-transition-bounce); } .dk-faq-item.active .dk-faq-icon { transform: rotate(180deg); color: var(--dk-primary); } .dk-faq-collapse { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); } .dk-faq-item.active .dk-faq-collapse { grid-template-rows: 1fr; } .dk-faq-answer-inner { overflow: hidden; } .dk-faq-answer { padding: 0 24px 24px 66px; color: var(--dk-text-main); font-size: 15px; line-height: 1.7; } /* Poetic Footer */ .dk-poetic-footer { text-align: center; padding: 32px 20px; margin-top: 40px; font-style: italic; color: var(--dk-primary); font-size: 16px; background: var(--dk-bg-subtle); border-radius: var(--dk-radius-md); border: 1px solid var(--dk-border-color); } /* ================= Responsive Adjustment ================= */ @media (max-width: 768px) { .dk-hero-grid { grid-template-columns: 1fr; gap: 32px; } .dk-section-title { font-size: 26px; } .dk-trust-grid { grid-template-columns: repeat(2, 1fr); } .dk-pain-grid { grid-template-columns: 1fr; } .dk-feature-block, .dk-feature-block.reverse { grid-template-columns: 1fr; gap: 32px; direction: ltr; } .dk-spec-grid { grid-template-columns: repeat(2, 1fr); } .dk-testimonial-grid { grid-template-columns: 1fr; } .dk-tf-grid { grid-template-columns: 1fr; gap: 32px; } .dk-table-wrapper { overflow-x: auto; } .dk-feature-media { border-radius: var(--dk-radius-lg); } .dk-video-wrapper { border-radius: var(--dk-radius-lg); } } GATERON Acoustic Masterpiece Gateron Melodic Clicky Switch A Symphony of Crisp Melodies and Snappy Rebounds at Your Fingertips. Are you tired of the harsh, ear-piercing, and cheap plastic rattle of traditional blue clicky switches? Or perhaps you're sick of dry, mushy tactile bumps that offer zero satisfaction? Peripheral giant GATERON introduces the endgame for auditory perfection and crisp rhythm—the "Gateron Melodic Clicky Switch."This switch elevates the traditional "Clicky" experience to the peak of HIFI art. Featuring an exclusive, custom-tuned Click Leaf, it transforms every keystroke into a pure, crisp, and highly melodious note. Combined with a robust 60gf snappy rebound, anti-oxidation Gold Alloy Contacts, and Gateron's legendary precision factory lube, it guarantees zero scratchiness. Whether you are speed-typing or engaging in intense gaming, the Melodic switch delivers an impeccably clean, musical sensory feast. 🎵 Pure Crisp Melody 💥 60gf Snappy Rebound 🧈 Factory Precision Lubed 🛡️ Triple-Layer Pins 60gf Tactile Force Leaf Custom Acoustic 3-Layer Reinforced Pins 60M Lifespan Cycles Core Advantages: Why the Melodic Reshapes Your Tactile Experience? We know you love the sharp confirmation of a clicky switch, but you despise the harsh rattle and dry feel. The Melodic switch strikes the perfect balance between "crisp vocalization" and "premium texture." The Problem: Harsh & Rattly Standard clicky switches (like classic Blue switches) sound sharp, noisy, and are plagued by messy spring resonance, quickly becoming annoying during long typing sessions. The Problem: Mushy & Scratchy Due to a lack of precise factory lubing, standard tactile switches feel dry and "sandy." Weak springs result in a sluggish return, causing keys to stick during rapid inputs. The Problem: Bent Pins & Double Clicks Cheap metal contacts oxidize in humid environments, causing frustrating double-clicks. Flimsy, single-layer pins bend easily when installing into hotswap boards. ✨ Gateron Melodic Clicky: The endgame solution featuring an exclusive Click Leaf for pure melodies, a 60gf snappy rebound, and triple-layer reinforced pins. Say Goodbye to Harsh RattleExclusive Click Leaf for Pure "Melodious" Notes Traditional Issue Standard clicky switches use a "click jacket" mechanism that produces a high-pitched, chaotic plastic collision and annoying spring ping. The GATERON Advantage Abandons the traditional click jacket in favor of Gateron's exclusively developed "Click Leaf" design. Paired with a high-clear PC top housing, it perfectly amplifies the sound into a pure resonance. The Benefit Every keystroke is a highly therapeutic auditory release. The sound is no longer a harsh plastic slap, but rather clean, crisp, and melodious—like striking a crisp piano key. It eliminates all high-frequency rattle, giving your typing rhythm a premium HIFI texture. Say Goodbye to Mushiness60gf Snappy Rebound & Factory Precision Lube Traditional Issue Ordinary tactile switches often lack proper lubrication, leading to a dry "sandy" feel. Furthermore, weak springs fail to push back quickly, ruining high-speed typing. The GATERON Advantage Equipped with a custom 60gf strong-rebound spring and a self-lubricating POM stem. It utilizes Gateron’s mature automated precision lubing tech, accurately covering the rails, spring, and the click leaf. The Benefit A crisp, clean keystroke straight out of the box with absolutely zero drag. The 60g force provides a highly confident, distinct tactile bump; the snappy return instantly resets the stem, perfectly supporting rapid-fire typing. The factory lube ensures a buttery-smooth glide, saving you from the hassle of hand-lubing. Say Goodbye to Double-Clicks & Bent PinsGold Alloy Contacts & Triple-Layer Reinforced Pins Traditional Issue Inferior metal contacts oxidize quickly in humid climates, leading to maddening double-clicks. Flimsy, single-layer pins bend easily when pushing them into hot-swap sockets. The GATERON Advantage Internally upgraded with highly anti-oxidative Gold Alloy Contacts. Externally, it features Gateron's signature Triple-Layer Reinforced Pins for maximum structural integrity. The Benefit Total peace of mind and bulletproof durability. The gold alloy contacts completely prevent failure from oxidation, guaranteeing up to 60 million stable actuations. The reinforced pins not only improve conductivity but ensure you never have to sweat about bending a pin during your hot-swap builds. Feature Comparison: The Acoustic Upgrade Features Generic Clicky Switch (e.g. Blue) ✨ Gateron Melodic Clicky Click Sound Harsh, dry, accompanied by spring ping Exclusive Click Leaf — Crisp, pure, melodious tone Stem Stability High wobble, loose feel High-Precision POM Stem — Rock solid (