{"id":88,"date":"2018-06-06T04:17:24","date_gmt":"2018-06-06T04:17:24","guid":{"rendered":"https:\/\/breakdancingninja.com\/proto\/?page_id=88"},"modified":"2026-03-26T23:19:19","modified_gmt":"2026-03-26T23:19:19","slug":"home-2","status":"publish","type":"page","link":"https:\/\/breakdancingninja.com\/proto\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- STEP 1: Paste this entire block into a single \"Custom HTML\" block in the WordPress editor.\n     STEP 2: In Screen Options (top right of editor), make sure \"Page Attributes\" is visible.\n     STEP 3: Set the page template to \"No sidebar\" or \"Full width\" if your theme offers it.\n     STEP 4: Under Appearance > Customize > Homepage Settings, set this page as your homepage.\n\n     The style tag below will scope everything to .bdn-wrap so it won't affect other pages.\n     The Google Fonts link is injected via JS to avoid a bare <link> tag being stripped by WordPress. -->\n\n<div class=\"bdn-wrap\">\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;700&display=swap');\n\n.bdn-wrap *, .bdn-wrap *::before, .bdn-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.bdn-wrap {\n  --ink: #0e0e0e;\n  --paper: #f4f0e8;\n  --accent: #e8380d;\n  --accent2: #f5a623;\n  --muted: #6b6560;\n  --card-bg: #fff;\n  --border: rgba(14,14,14,0.12);\n  font-family: 'DM Sans', sans-serif;\n  color: var(--ink);\n  line-height: 1.6;\n  overflow-x: hidden;\n  background: var(--paper);\n  \/* Bust out of theme's content column max-width *\/\n  width: 100vw;\n  position: relative;\n  left: 50%;\n  right: 50%;\n  margin-left: -50vw;\n  margin-right: -50vw;\n}\n\n\/* Hide the default theme page title above this block *\/\n.bdn-wrap ~ *, .page-title, .entry-title, h1.page-title { display: none !important; }\n\n\/* TOP BAR *\/\n.bdn-topbar {\n  background: var(--ink); color: var(--paper);\n  text-align: center; font-size: 13px;\n  padding: 8px 20px; letter-spacing: 0.04em;\n}\n.bdn-topbar a { color: var(--accent2); text-decoration: none; font-weight: 700; }\n\n\/* NAV *\/\n.bdn-nav {\n  position: sticky; top: 0; z-index: 9999;\n  background: var(--paper);\n  border-bottom: 2px solid var(--ink);\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 14px 40px;\n}\n.bdn-nav-logo {\n  font-family: 'Bebas Neue', sans-serif; font-size: 28px;\n  letter-spacing: 0.06em; color: var(--ink); text-decoration: none;\n}\n.bdn-nav-logo span { color: var(--accent); }\n.bdn-nav-links { display: flex; gap: 28px; align-items: center; }\n.bdn-nav-links a {\n  font-size: 14px; font-weight: 500; text-decoration: none; color: var(--ink);\n  text-transform: uppercase; letter-spacing: 0.06em; transition: color .2s;\n}\n.bdn-nav-links a:hover { color: var(--accent); }\n.bdn-nav-book {\n  background: var(--accent) !important; color: #fff !important;\n  padding: 10px 22px !important; border-radius: 2px !important;\n  font-weight: 700 !important; font-size: 13px !important;\n  letter-spacing: 0.08em !important; transition: background .2s !important;\n  display: inline-block !important; text-decoration: none !important;\n}\n.bdn-nav-book:hover { background: #c72800 !important; }\n\n\/* HERO *\/\n.bdn-hero {\n  min-height: 92vh; display: grid;\n  grid-template-columns: 1fr 1fr;\n  overflow: hidden;\n}\n.bdn-hero-left {\n  padding: 80px 60px 80px 80px;\n  display: flex; flex-direction: column; justify-content: center;\n}\n.bdn-eyebrow {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; color: var(--accent);\n  margin-bottom: 20px; display: flex; align-items: center; gap: 10px;\n}\n.bdn-eyebrow::before { content: ''; display: block; width: 32px; height: 2px; background: var(--accent); }\n.bdn-hero-title {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(68px, 8vw, 110px);\n  line-height: 0.92; letter-spacing: 0.02em; color: var(--ink); margin-bottom: 28px;\n}\n.bdn-hero-title span { color: var(--accent); }\n.bdn-hero-sub {\n  font-size: 18px; font-weight: 300; color: #444;\n  max-width: 480px; margin-bottom: 40px; line-height: 1.65;\n}\n.bdn-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }\n.bdn-cta-p {\n  background: var(--accent); color: #fff !important; padding: 16px 36px;\n  border-radius: 2px; text-decoration: none !important; font-weight: 700;\n  font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;\n  transition: background .2s, transform .15s; display: inline-block;\n}\n.bdn-cta-p:hover { background: #c72800 !important; transform: translateY(-2px); }\n.bdn-cta-s {\n  background: transparent; color: var(--ink) !important; padding: 16px 36px;\n  border-radius: 2px; border: 2px solid var(--ink); text-decoration: none !important;\n  font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;\n  transition: background .2s, color .2s, transform .15s; display: inline-block;\n}\n.bdn-cta-s:hover { background: var(--ink) !important; color: var(--paper) !important; transform: translateY(-2px); }\n.bdn-hero-stats {\n  display: flex; gap: 40px; margin-top: 52px;\n  border-top: 1px solid var(--border); padding-top: 28px;\n}\n.bdn-stat-num {\n  font-family: 'Bebas Neue', sans-serif; font-size: 42px; line-height: 1; color: var(--accent);\n}\n.bdn-stat-label {\n  font-size: 12px; font-weight: 500; letter-spacing: 0.08em;\n  text-transform: uppercase; color: var(--muted); margin-top: 4px;\n}\n.bdn-hero-right {\n  background: var(--ink); position: relative;\n  overflow: hidden; display: flex; align-items: flex-end; justify-content: center;\n}\n.bdn-hero-bg {\n  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;\n  font-family: 'Bebas Neue', sans-serif; font-size: 280px;\n  color: rgba(255,255,255,0.04); letter-spacing: -0.05em;\n  white-space: nowrap; user-select: none;\n}\n.bdn-hero-badge {\n  position: absolute; top: 40px; right: 40px;\n  background: var(--accent); color: #fff; border-radius: 50%;\n  width: 110px; height: 110px;\n  display: flex; flex-direction: column; align-items: center; justify-content: center;\n  text-align: center; animation: bdn-spin 14s linear infinite;\n}\n.bdn-hero-badge-n { font-family: 'Bebas Neue', sans-serif; font-size: 38px; line-height: 1; }\n.bdn-hero-badge-t { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.3; }\n@keyframes bdn-spin { to { transform: rotate(360deg); } }\n.bdn-hero-vc {\n  position: relative; z-index: 2; width: 80%;\n  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 4px; padding: 40px; margin-bottom: 60px; color: #fff;\n}\n.bdn-hero-vc-l { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 12px; }\n.bdn-hero-vc-q { font-size: 18px; font-weight: 300; line-height: 1.6; font-style: italic; color: rgba(255,255,255,0.9); }\n.bdn-hero-vc-s { margin-top: 16px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; color: var(--accent2); text-transform: uppercase; }\n\n\/* TICKER *\/\n.bdn-ticker { background: var(--accent); color: #fff; padding: 12px 0; overflow: hidden; white-space: nowrap; }\n.bdn-ticker-inner {\n  display: inline-block; animation: bdn-tick 22s linear infinite;\n  font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.06em;\n}\n@keyframes bdn-tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n.bdn-sep { margin: 0 28px; opacity: 0.5; }\n\n\/* SECTIONS *\/\n.bdn-section { padding: 100px 80px; background: var(--paper); }\n.bdn-section-dark { background: var(--ink); color: var(--paper); }\n.bdn-label {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;\n  color: var(--accent); margin-bottom: 16px; display: flex; align-items: center; gap: 10px;\n}\n.bdn-label.light { color: var(--accent2); }\n.bdn-label::before { content: ''; display: block; width: 32px; height: 2px; background: currentColor; }\n.bdn-heading {\n  font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px, 5vw, 72px);\n  line-height: 0.95; letter-spacing: 0.02em; margin-bottom: 20px;\n}\n.bdn-sub { font-size: 17px; font-weight: 300; color: #666; max-width: 560px; line-height: 1.7; }\n.bdn-sub.light { color: rgba(244,240,232,0.65); }\n\n\/* CLASSES GRID *\/\n.bdn-classes-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 2px; margin-top: 60px; border: 2px solid var(--ink);\n}\n.bdn-class-card {\n  background: var(--card-bg); padding: 36px 32px;\n  border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);\n  transition: background .2s; position: relative; overflow: hidden;\n}\n.bdn-class-card:nth-child(3n) { border-right: none; }\n.bdn-class-card:nth-last-child(-n+3) { border-bottom: none; }\n.bdn-class-card::before {\n  content: ''; position: absolute; top: 0; left: 0; right: 0;\n  height: 4px; background: var(--accent);\n  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;\n}\n.bdn-class-card:hover { background: #faf6ee; }\n.bdn-class-card:hover::before { transform: scaleX(1); }\n.bdn-class-icon { font-size: 32px; margin-bottom: 16px; display: block; }\n.bdn-class-num {\n  position: absolute; top: 24px; right: 24px;\n  font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: rgba(14,14,14,0.05);\n}\n.bdn-class-title { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.04em; margin-bottom: 10px; }\n.bdn-class-desc { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }\n.bdn-class-price { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }\n.bdn-class-link {\n  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--ink); text-decoration: none;\n  border-bottom: 2px solid var(--ink); padding-bottom: 2px; transition: color .2s, border-color .2s;\n}\n.bdn-class-link:hover { color: var(--accent); border-color: var(--accent); }\n\n\/* CHALLENGE *\/\n.bdn-challenge {\n  background: var(--accent2); padding: 60px 80px;\n  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px;\n  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);\n}\n.bdn-challenge-title { font-family: 'Bebas Neue', sans-serif; font-size: 52px; line-height: 0.95; color: var(--ink); letter-spacing: 0.02em; }\n.bdn-challenge-sub { font-size: 16px; color: rgba(14,14,14,0.75); margin-top: 12px; }\n.bdn-challenge-badge {\n  background: var(--ink); color: var(--paper); border-radius: 50%;\n  width: 130px; height: 130px; display: flex; flex-direction: column;\n  align-items: center; justify-content: center; text-align: center; flex-shrink: 0;\n}\n.bdn-chal-big { font-family: 'Bebas Neue', sans-serif; font-size: 48px; line-height: 1; color: var(--accent2); }\n.bdn-chal-sm { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }\n\n\/* TESTIMONIALS *\/\n.bdn-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }\n.bdn-testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 32px; }\n.bdn-stars { color: var(--accent2); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }\n.bdn-testi-q { font-size: 15px; line-height: 1.7; color: rgba(244,240,232,0.85); font-style: italic; margin-bottom: 20px; }\n.bdn-testi-n { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent2); }\n.bdn-testi-r { font-size: 12px; color: rgba(244,240,232,0.45); margin-top: 2px; }\n\n\/* WHY *\/\n.bdn-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 60px; border: 2px solid var(--ink); }\n.bdn-why-item { background: var(--card-bg); padding: 40px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }\n.bdn-why-item:nth-child(2n) { border-right: none; }\n.bdn-why-item:nth-last-child(-n+2) { border-bottom: none; }\n.bdn-why-num { font-family: 'Bebas Neue', sans-serif; font-size: 56px; line-height: 1; color: rgba(14,14,14,0.06); margin-bottom: 4px; }\n.bdn-why-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.04em; margin-bottom: 10px; }\n.bdn-why-desc { font-size: 14px; color: var(--muted); line-height: 1.7; }\n\n\/* BOOKING CTA *\/\n.bdn-booking { text-align: center; padding: 120px 80px; background: var(--paper); position: relative; }\n.bdn-booking::before {\n  content: 'BOOK'; position: absolute;\n  font-family: 'Bebas Neue', sans-serif; font-size: 300px;\n  color: rgba(14,14,14,0.03); top: 50%; left: 50%;\n  transform: translate(-50%, -50%); white-space: nowrap; pointer-events: none;\n}\n.bdn-booking-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px, 7vw, 96px); line-height: 0.92; letter-spacing: 0.02em; margin-bottom: 24px; }\n.bdn-booking-title span { color: var(--accent); }\n.bdn-booking-sub { font-size: 18px; font-weight: 300; color: #666; max-width: 520px; margin: 0 auto 48px; line-height: 1.7; }\n.bdn-booking-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\n.bdn-contact { margin-top: 28px; font-size: 13px; color: var(--muted); }\n.bdn-contact a { color: var(--ink); text-decoration: none; }\n\n\/* RESPONSIVE *\/\n@media (max-width: 900px) {\n  .bdn-hero { grid-template-columns: 1fr; min-height: auto; }\n  .bdn-hero-right { display: none; }\n  .bdn-hero-left { padding: 60px 24px; }\n  .bdn-nav { padding: 14px 20px; }\n  .bdn-nav-links a:not(.bdn-nav-book) { display: none; }\n  .bdn-section { padding: 70px 24px; }\n  .bdn-classes-grid { grid-template-columns: 1fr; border: none; gap: 16px; }\n  .bdn-class-card { border: 2px solid var(--ink) !important; border-radius: 4px; }\n  .bdn-testi-grid { grid-template-columns: 1fr; }\n  .bdn-why-grid { grid-template-columns: 1fr; border: none; gap: 16px; }\n  .bdn-why-item { border: 2px solid var(--ink) !important; border-radius: 4px; }\n  .bdn-challenge { grid-template-columns: 1fr; padding: 40px 24px; }\n  .bdn-challenge-badge { display: none; }\n  .bdn-booking { padding: 80px 24px; }\n}\n<\/style>\n\n<!-- TOP BAR -->\n<div class=\"bdn-topbar\">\n  \ud83d\udd25 Sunday Acrobatic Flip Class \u2013 10 spots left!&nbsp;\n  <a href=\"https:\/\/calendly.com\/thebreakdancingninja\/backflip-clinic\" target=\"_blank\" rel=\"noopener\">Reserve yours \u2192<\/a>\n<\/div>\n\n<!-- NAV -->\n<nav class=\"bdn-nav\">\n  <a href=\"\/\" class=\"bdn-nav-logo\">Breakdancing<span>Ninja<\/span><\/a>\n  <div class=\"bdn-nav-links\">\n    <a href=\"#bdn-classes\">Classes<\/a>\n    <a href=\"#bdn-workshops\">Workshops<\/a>\n    <a href=\"#bdn-about\">About<\/a>\n    <a href=\"https:\/\/calendly.com\/thebreakdancingninja\" target=\"_blank\" rel=\"noopener\" class=\"bdn-nav-book\">Book a Lesson<\/a>\n  <\/div>\n<\/nav>\n\n<!-- HERO -->\n<div class=\"bdn-hero\">\n  <div class=\"bdn-hero-left\">\n    <div class=\"bdn-eyebrow\">Seattle, WA \u00b7 Est. 2000<\/div>\n    <div class=\"bdn-hero-title\">\n      Learn To<br>\n      <span>Break<\/span><br>\n      Dance.\n    <\/div>\n    <p class=\"bdn-hero-sub\">\n      Private lessons, group workshops, backflips, handstands &amp; more.\n      Over 20 years of turning beginners into b-boys \u2014 and b-boys into beasts.\n    <\/p>\n    <div class=\"bdn-hero-ctas\">\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\" target=\"_blank\" rel=\"noopener\" class=\"bdn-cta-p\">Book a Lesson<\/a>\n      <a href=\"#bdn-classes\" class=\"bdn-cta-s\">See All Classes<\/a>\n    <\/div>\n    <div class=\"bdn-hero-stats\">\n      <div><div class=\"bdn-stat-num\">20+<\/div><div class=\"bdn-stat-label\">Years Experience<\/div><\/div>\n      <div><div class=\"bdn-stat-num\">6<\/div><div class=\"bdn-stat-label\">Class Types<\/div><\/div>\n      <div><div class=\"bdn-stat-num\">SEA<\/div><div class=\"bdn-stat-label\">Area Coverage<\/div><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"bdn-hero-right\">\n    <div class=\"bdn-hero-bg\">NINJA<\/div>\n    <div class=\"bdn-hero-badge\">\n      <div class=\"bdn-hero-badge-n\">20+<\/div>\n      <div class=\"bdn-hero-badge-t\">Years<br>Teaching<\/div>\n    <\/div>\n    <div class=\"bdn-hero-vc\">\n      <div class=\"bdn-hero-vc-l\">What students say<\/div>\n      <div class=\"bdn-hero-vc-q\">&#8220;I never thought I&#8217;d be doing backflips at 35. He made it happen in 3 sessions.&#8221;<\/div>\n      <div class=\"bdn-hero-vc-s\">\u2014 Seattle Student<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- TICKER -->\n<div class=\"bdn-ticker\" aria-hidden=\"true\">\n  <span class=\"bdn-ticker-inner\">\n    BREAKDANCING LESSONS<span class=\"bdn-sep\">\u2726<\/span>\n    BACKFLIP WORKSHOPS<span class=\"bdn-sep\">\u2726<\/span>\n    HANDSTAND TRAINING<span class=\"bdn-sep\">\u2726<\/span>\n    CALISTHENICS CLASS<span class=\"bdn-sep\">\u2726<\/span>\n    FLEXIBILITY WORKSHOP<span class=\"bdn-sep\">\u2726<\/span>\n    PERFORMANCE BOOKINGS<span class=\"bdn-sep\">\u2726<\/span>\n    PRIVATE LESSONS<span class=\"bdn-sep\">\u2726<\/span>\n    SEATTLE WA<span class=\"bdn-sep\">\u2726<\/span>\n    &nbsp;&nbsp;BREAKDANCING LESSONS<span class=\"bdn-sep\">\u2726<\/span>\n    BACKFLIP WORKSHOPS<span class=\"bdn-sep\">\u2726<\/span>\n    HANDSTAND TRAINING<span class=\"bdn-sep\">\u2726<\/span>\n    CALISTHENICS CLASS<span class=\"bdn-sep\">\u2726<\/span>\n    FLEXIBILITY WORKSHOP<span class=\"bdn-sep\">\u2726<\/span>\n    PERFORMANCE BOOKINGS<span class=\"bdn-sep\">\u2726<\/span>\n    PRIVATE LESSONS<span class=\"bdn-sep\">\u2726<\/span>\n    SEATTLE WA<span class=\"bdn-sep\">\u2726<\/span>\n  <\/span>\n<\/div>\n\n<!-- CLASSES -->\n<div class=\"bdn-section\" id=\"bdn-classes\">\n  <div class=\"bdn-label\">What I Teach<\/div>\n  <div class=\"bdn-heading\">Choose Your<br>Training Path<\/div>\n  <p class=\"bdn-sub\">From total beginners to seasoned movers \u2014 there&#8217;s a session built for your level and goals.<\/p>\n  <div class=\"bdn-classes-grid\">\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">01<\/span>\n      <span class=\"bdn-class-icon\">\ud83d\udd7a<\/span>\n      <div class=\"bdn-class-title\">Breakdancing Lessons<\/div>\n      <div class=\"bdn-class-desc\">Learn the foundations of b-boying \u2014 footwork, freezes, power moves, and flow. Private 1-on-1 sessions tailored to your pace.<\/div>\n      <div class=\"bdn-class-price\">Private \u00b7 Book via Calendly<\/div>\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\/private-breakdancing-lessons\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Book Now \u2192<\/a>\n    <\/div>\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">02<\/span>\n      <span class=\"bdn-class-icon\">\ud83e\udd38<\/span>\n      <div class=\"bdn-class-title\">Backflip Clinic<\/div>\n      <div class=\"bdn-class-desc\">Group class every Sunday at 11AM. 10 spots only. Learn to flip safely with expert spotting, in a real gymnastics facility in Everett.<\/div>\n      <div class=\"bdn-class-price\">Group \u00b7 Sundays 11AM \u00b7 $25<\/div>\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\/backflip-clinic\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Sign Up \u2192<\/a>\n    <\/div>\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">03<\/span>\n      <span class=\"bdn-class-icon\">\ud83d\ude4c<\/span>\n      <div class=\"bdn-class-title\">Handstand Lessons<\/div>\n      <div class=\"bdn-class-desc\">Build a rock-solid handstand from scratch. Learn balance, alignment, and pressing \u2014 skills that transfer to everything else you train.<\/div>\n      <div class=\"bdn-class-price\">Private \u00b7 Book via Calendly<\/div>\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Book Now \u2192<\/a>\n    <\/div>\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">04<\/span>\n      <span class=\"bdn-class-icon\">\ud83d\udcaa<\/span>\n      <div class=\"bdn-class-title\">Calisthenics Class<\/div>\n      <div class=\"bdn-class-desc\">Strength-focused sessions at Coastal Realm Gymnastics. Build the body to support your movement goals \u2014 alongside serious calisthenics athletes.<\/div>\n      <div class=\"bdn-class-price\">Group \u00b7 Sundays 10AM \u00b7 $25<\/div>\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Sign Up \u2192<\/a>\n    <\/div>\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">05<\/span>\n      <span class=\"bdn-class-icon\">\ud83e\uddd8<\/span>\n      <div class=\"bdn-class-title\">Flexibility Workshop<\/div>\n      <div class=\"bdn-class-desc\">Unlock splits, deep lunges, and full-range motion. A must-have for dancers, athletes, and anyone who wants to move better and hurt less.<\/div>\n      <div class=\"bdn-class-price\">Workshop \u00b7 Book via Calendly<\/div>\n      <a href=\"https:\/\/calendly.com\/thebreakdancingninja\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Book Now \u2192<\/a>\n    <\/div>\n    <div class=\"bdn-class-card\">\n      <span class=\"bdn-class-num\">06<\/span>\n      <span class=\"bdn-class-icon\">\ud83c\udfa4<\/span>\n      <div class=\"bdn-class-title\">Book a Performance<\/div>\n      <div class=\"bdn-class-desc\">Need a show-stopper for your event? Corporate shows, birthday parties, competitions, festivals. Audience-engaging performances available worldwide.<\/div>\n      <div class=\"bdn-class-price\">Events \u00b7 Custom Quote<\/div>\n      <a href=\"https:\/\/breakdancingninja.com\/proto\/bookings\/\" target=\"_blank\" rel=\"noopener\" class=\"bdn-class-link\">Get a Quote \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- CHALLENGE -->\n<div class=\"bdn-challenge\" id=\"bdn-workshops\">\n  <div>\n    <div class=\"bdn-challenge-title\">60 Pushups.<br>2 Minutes.<br>Free Lesson.<\/div>\n    <p class=\"bdn-challenge-sub\">Only 2 people have completed this challenge. Can you? Full extension down to 90\u00b0 elbows. Record it, send proof, and your next lesson is on me.<\/p>\n    <a href=\"https:\/\/www.youtube.com\/watch?v=KhVI3Y-pM7U\" target=\"_blank\" rel=\"noopener\" class=\"bdn-cta-p\" style=\"margin-top:24px;display:inline-block;\">Watch the Challenge<\/a>\n  <\/div>\n  <div class=\"bdn-challenge-badge\">\n    <div class=\"bdn-chal-big\">FREE<\/div>\n    <div class=\"bdn-chal-sm\">Lesson if<br>you win<\/div>\n  <\/div>\n<\/div>\n\n<!-- WHY HIRE ME -->\n<div class=\"bdn-section\" id=\"bdn-about\">\n  <div class=\"bdn-label\">Why Work With Me<\/div>\n  <div class=\"bdn-heading\">More Than Just<br>Dance Moves<\/div>\n  <p class=\"bdn-sub\">I&#8217;m not a studio. I&#8217;m a person who has dedicated 20+ years to this craft \u2014 and I teach the way I wish I&#8217;d been taught.<\/p>\n  <div class=\"bdn-why-grid\">\n    <div class=\"bdn-why-item\">\n      <div class=\"bdn-why-num\">01<\/div>\n      <div class=\"bdn-why-title\">20+ Years of Real Experience<\/div>\n      <div class=\"bdn-why-desc\">Not a hobbyist, not a weekend warrior. Two decades of competing, performing, coaching, and evolving. You get that full depth in every session.<\/div>\n    <\/div>\n    <div class=\"bdn-why-item\">\n      <div class=\"bdn-why-num\">02<\/div>\n      <div class=\"bdn-why-title\">Safety-First Approach<\/div>\n      <div class=\"bdn-why-desc\">Classes held at Coastal Realm Gymnastics \u2014 a real facility with proper equipment. Because learning to flip with bad technique will break your body, not build it.<\/div>\n    <\/div>\n    <div class=\"bdn-why-item\">\n      <div class=\"bdn-why-num\">03<\/div>\n      <div class=\"bdn-why-title\">All Ages, All Levels<\/div>\n      <div class=\"bdn-why-desc\">I teach kids, adults, total beginners, and experienced athletes. If you want to learn, there&#8217;s a way in \u2014 regardless of age or starting point.<\/div>\n    <\/div>\n    <div class=\"bdn-why-item\">\n      <div class=\"bdn-why-num\">04<\/div>\n      <div class=\"bdn-why-title\">Flexible Formats<\/div>\n      <div class=\"bdn-why-desc\">Private 1-on-1 sessions, small group workshops, weekly classes. Online tutorials if you&#8217;re not in Seattle. Learn from home or come train in person.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- TESTIMONIALS -->\n<div class=\"bdn-section bdn-section-dark\">\n  <div class=\"bdn-label light\">Student Results<\/div>\n  <div class=\"bdn-heading\">Real People,<br>Real Progress<\/div>\n  <p class=\"bdn-sub light\">Here&#8217;s what happens when you stop watching tutorials and actually book a session.<\/p>\n  <div class=\"bdn-testi-grid\">\n    <div class=\"bdn-testi-card\">\n      <div class=\"bdn-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <div class=\"bdn-testi-q\">&#8220;Absolute legend. I showed up not being able to do a cartwheel. Left with a back walkover after a few sessions. The man is magic.&#8221;<\/div>\n      <div class=\"bdn-testi-n\">Kevin M.<\/div>\n      <div class=\"bdn-testi-r\">Private Lesson Student, Seattle<\/div>\n    <\/div>\n    <div class=\"bdn-testi-card\">\n      <div class=\"bdn-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <div class=\"bdn-testi-q\">&#8220;Booked him for our company event and the crowd went wild. Genuine performer who knows how to work a room. Highly recommend for corporate shows.&#8221;<\/div>\n      <div class=\"bdn-testi-n\">Sarah T.<\/div>\n      <div class=\"bdn-testi-r\">Event Coordinator<\/div>\n    <\/div>\n    <div class=\"bdn-testi-card\">\n      <div class=\"bdn-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <div class=\"bdn-testi-q\">&#8220;The backflip clinic is no joke \u2014 real coaching, real facility, small group so you actually get attention. Best $25 I spent all year.&#8221;<\/div>\n      <div class=\"bdn-testi-n\">Marcus L.<\/div>\n      <div class=\"bdn-testi-r\">Backflip Clinic Attendee<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- BOOKING CTA -->\n<div class=\"bdn-booking\">\n  <div class=\"bdn-label\" style=\"justify-content:center;\">Ready to Start?<\/div>\n  <div class=\"bdn-booking-title\">Let&#8217;s Get You<br><span>Moving.<\/span><\/div>\n  <p class=\"bdn-booking-sub\">Stop watching. Start doing. Book your first session today \u2014 all skill levels welcome, no experience needed.<\/p>\n  <div class=\"bdn-booking-ctas\">\n    <a href=\"https:\/\/calendly.com\/thebreakdancingninja\/private-breakdancing-lessons\" target=\"_blank\" rel=\"noopener\" class=\"bdn-cta-p\">Book Private Lesson<\/a>\n    <a href=\"https:\/\/calendly.com\/thebreakdancingninja\/backflip-clinic\" target=\"_blank\" rel=\"noopener\" class=\"bdn-cta-s\">Join Backflip Clinic<\/a>\n  <\/div>\n  <p class=\"bdn-contact\">\n    \ud83d\udccd Serving Seattle, WA &nbsp;\u00b7&nbsp;\n    \ud83d\udcde <a href=\"tel:3104903831\">310-490-3831<\/a> &nbsp;\u00b7&nbsp;\n    \ud83d\udce7 <a href=\"mailto:theBreakdancingNinja@gmail.com\">theBreakdancingNinja@gmail.com<\/a>\n  <\/p>\n<\/div>\n\n<\/div><!-- \/.bdn-wrap -->\n\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd25 Sunday Acrobatic Flip Class \u2013 10 spots left!&nbsp; Reserve yours \u2192 BreakdancingNinja Classes Workshops About Book a Lesson Seattle, WA \u00b7 Est. 2000 Learn To Break Dance. Private lessons, group workshops, backflips, handstands &amp; more. Over 20 years of turning beginners into b-boys \u2014 and b-boys into beasts. Book a Lesson See All Classes &hellip; <a href=\"https:\/\/breakdancingninja.com\/proto\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Home<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":475,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-88","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/pages\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":93,"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/pages\/88\/revisions"}],"predecessor-version":[{"id":1379,"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/pages\/88\/revisions\/1379"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/media\/475"}],"wp:attachment":[{"href":"https:\/\/breakdancingninja.com\/proto\/wp-json\/wp\/v2\/media?parent=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}