*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a1628;--orange:#f4622a;--orange-light:#ff7d45;--cream:#f5f0e8;--white:#ffffff;--gray:#6b7280;--gray-light:#e8e4dc;--text:#1a2332}html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:72px;background:rgba(10,22,40,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(244,98,42,0.2)}.nav-logo{font-family:'Bebas Neue',sans-serif;font-size:1.7rem;color:var(--white);letter-spacing:2px;text-decoration:none}.nav-logo span{color:var(--orange)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.9rem;transition:color 0.2s}.nav-links a:hover{color:var(--orange)}.nav-cta{background:var(--orange);color:var(--white)!important;padding:0.55rem 1.3rem;border-radius:4px;font-weight:600!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:0;padding:0}.hamburger span{width:24px;height:2px;background:white}.mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:#f8f8f8;flex-direction:column;gap:0;z-index:99;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:70px}.mobile-nav.open{display:flex}.mobile-nav>a{display:block;color:#1a2332;text-decoration:none;font-size:0.95rem;padding:1rem 1.4rem;border-bottom:1px solid #e8e8e8;background:white;flex-shrink:0}.mob-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.4rem;font-size:0.95rem;color:#1a2332;background:white;border-bottom:1px solid #e8e8e8;cursor:pointer;user-select:none;font-weight:500;-webkit-tap-highlight-color:transparent;flex-shrink:0}.mob-dropdown-trigger.mob-active{color:var(--orange);background:#fff8f5}.mob-arrow{font-size:0.75rem;color:#aaa;transition:transform 0.25s;margin-left:auto;padding-left:0.5rem;flex-shrink:0}.mob-dropdown-trigger.mob-active .mob-arrow{transform:rotate(180deg);color:var(--orange)}.mob-dropdown-content{display:none;border-bottom:1px solid #e8e8e8;flex-direction:column}.mob-dropdown-content.mob-open{display:flex}.mob-notice{background:#fff8f5;border-left:3px solid var(--orange);padding:0.65rem 1.25rem;font-size:0.75rem;color:#c04a10;font-weight:600;border-bottom:1px solid #ffe8dc}.mob-sub-header{padding:0.45rem 1.25rem;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);background:#f9f9f9;border-bottom:1px solid #f0f0f0}.mob-dropdown-content a{display:block;padding:0.75rem 1.25rem 0.75rem 2rem;font-size:0.88rem;color:#444;text-decoration:none;border-bottom:1px solid #f0f0f0;background:#fafafa;-webkit-tap-highlight-color:transparent;flex-shrink:0}.mob-dropdown-content a.mob-overview{padding-left:1.25rem;font-weight:600;color:#1a2332;background:white}.page-hero{padding:140px 5% 80px;background:var(--navy);position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;background:radial-gradient(circle,rgba(244,98,42,0.15) 0%,transparent 70%);pointer-events:none}.breadcrumb{font-size:0.9rem;color:rgba(255,255,255,0.7);margin-bottom:1rem}.breadcrumb a{display:inline-block;padding:.7rem 0;color:var(--orange);text-decoration:none}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(244,98,42,0.15);border:1px solid rgba(244,98,42,0.4);color:#ff7d45;font-size:0.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:0.4rem 1rem;border-radius:100px;margin-bottom:1.5rem}h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(3rem,6vw,5rem);line-height:0.95;color:var(--white);letter-spacing:2px;margin-bottom:1.5rem}h1 em{color:var(--orange);font-style:normal;display:block}.hero-sub{font-size:1.1rem;font-weight:300;color:rgba(255,255,255,0.65);line-height:1.7;max-width:620px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;flex-wrap:wrap}.stat-num{font-family:'Bebas Neue',sans-serif;font-size:2.2rem;color:var(--orange);letter-spacing:1px;line-height:1}.stat-label{font-size:0.8rem;color:rgba(255,255,255,0.5);margin-top:0.25rem}.btn-primary{display:inline-flex;align-items:center;gap:0.5rem;background:var(--orange);color:white;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;text-decoration:none;transition:all 0.2s;border:none;cursor:pointer;font-family:'DM Sans',sans-serif}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;background:transparent;color:white;padding:1rem 2rem;border-radius:4px;font-size:1rem;text-decoration:none;border:1px solid rgba(255,255,255,0.25);transition:all 0.2s}.btn-secondary:hover{border-color:white;background:rgba(255,255,255,0.07)}.trust-bar{background:var(--orange);padding:1rem 5%;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:0.5rem;color:white;font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}section{padding:5rem 5%}.section-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--orange);margin-bottom:0.75rem}h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:2px;line-height:1;color:var(--navy);margin-bottom:1.5rem}h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:0.75rem}.section-intro{font-size:1.05rem;color:var(--gray);line-height:1.75;max-width:680px;margin-bottom:3rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.piano-card{background:white;border-radius:16px;padding:2.5rem;border:1px solid var(--gray-light);transition:all 0.3s;position:relative;overflow:hidden;text-align:center}.piano-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--orange);transform:scaleX(0);transition:transform 0.3s}.piano-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.1)}.piano-card:hover::before{transform:scaleX(1)}.piano-icon{font-size:3.5rem;margin-bottom:1rem;display:block}.piano-card h3{font-size:1.4rem;margin-bottom:1rem}.piano-card p{font-size:0.9rem;color:var(--gray);line-height:1.7;margin-bottom:1.25rem;text-align:left}.piano-card ul{text-align:left;list-style:none;display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1.5rem}.piano-card li{font-size:0.88rem;color:var(--gray);display:flex;gap:0.5rem}.piano-card li::before{content:'✓';color:var(--orange);font-weight:700;flex-shrink:0}.piano-price{display:inline-block;background:var(--navy);color:white;font-family:'Bebas Neue',sans-serif;font-size:1.3rem;letter-spacing:1px;padding:0.5rem 1.5rem;border-radius:6px}.white-section{background:white}.cream-section{background:var(--cream)}.dark-section{background:var(--navy)}.dark-section h2{color:white}.dark-section .section-label{color:var(--orange)}.dark-section .section-intro{color:rgba(255,255,255,0.55)}.step{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}.step-num{font-family:'Bebas Neue',sans-serif;font-size:2.5rem;color:var(--orange);line-height:1;flex-shrink:0;width:48px}.step h4,.step h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:0.35rem}.step p{font-size:0.9rem;color:var(--gray);line-height:1.65}.dark-step h4,.dark-step h3{color:white!important}.dark-step p{color:rgba(255,255,255,0.55)!important}.faq-item{background:white;border-radius:10px;border:1px solid var(--gray-light);overflow:hidden;margin-bottom:0.75rem}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;font-weight:600;font-size:0.95rem;color:var(--navy);gap:1rem;user-select:none}.faq-question:hover{background:var(--cream)}.faq-toggle{font-size:1.2rem;color:var(--orange);flex-shrink:0;transition:transform 0.3s}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.2s;padding:0 1.5rem;font-size:0.9rem;color:var(--gray);line-height:1.7}.faq-item.open .faq-answer{max-height:none;padding:0 1.5rem 1.25rem}.faq-item.open .faq-toggle{transform:rotate(45deg)}.cta-section{background:var(--orange);padding:5rem 5%;text-align:center}.cta-section h2{color:white;margin-bottom:1rem}.cta-section p{color:rgba(255,255,255,0.85);font-size:1.1rem;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.cta-btn-white{background:white;color:var(--orange);padding:1rem 2.5rem;border-radius:4px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.2s}footer{background:#060e1c;padding:3rem 5% 2rem;color:rgba(255,255,255,0.5)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}@media(min-width:601px) and (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand p{font-size:0.9rem;line-height:1.7;margin:1rem 0}.footer-col h4,.footer-col h3{color:white;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.6rem}.footer-col a{color:rgba(255,255,255,0.6);font-size:0.9rem;text-decoration:none;transition:color 0.2s}.footer-col a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.07);padding-top:1.5rem;display:flex;justify-content:space-between;font-size:0.82rem;flex-wrap:wrap;gap:1rem}@media(max-width:900px){.grid-2{grid-template-columns:1fr}.nav-links{display:none}.hamburger{display:flex}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){section{padding:3.5rem 5%}.footer-grid{grid-template-columns:1fr}}
    /* ── MOBILE TOUCH OPTIMIZATIONS ── */
    * { -webkit-tap-highlight-color: transparent; }
    a, button, [role="button"], select, input, label {
      touch-action: manipulation;
    }
  
    /* ── STICKY MOBILE CTA BAR ── */
    .sticky-cta {
      display: none;
      position: fixed;
      bottom: 0; left: 0; right: 0;
      z-index: 9999;
      box-shadow: 0 -3px 12px rgba(0,0,0,0.25);
    }
    .sticky-cta-inner {
      display: flex;
      height: 56px;
    }
    .sticky-cta a {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      color: white;
      border: none;
      cursor: pointer;
      touch-action: manipulation;
    }
    .sticky-cta a:first-child {
      background: #f4622a;
      border-right: 1px solid rgba(255,255,255,0.3);
    }
    .sticky-cta a:last-child {
      background: #1a2332;
    }
    @media (max-width: 768px) {
      .sticky-cta { display: block; }
      body { padding-bottom: 56px; }
    }
  
    /* ── iOS INPUT ZOOM FIX ── */
    input, select, textarea {
      font-size: 16px !important;
    }
  
.share-section{background:#1a2332;padding:1rem 5%;border-top:1px solid rgba(255,255,255,0.07);}
.share-title{color:rgba(255,255,255,0.5);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.75rem;}
.share-buttons{display:flex;gap:0.5rem;flex-wrap:wrap;}
.share-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity 0.2s;flex-shrink:0;}
.share-btn:hover{opacity:0.8;}
.share-fb{background:#1877F2;}.share-tw{background:#000;}.share-li{background:#0A66C2;}
.share-em{background:#6b7280;}.share-wa{background:#25D366;}.share-pi{background:#E60023;}
.share-rd{background:#FF4500;}.share-pr{background:#555;}

    .site-search-bar{background:#f0eff0;padding:0.6rem 5%;border-bottom:1px solid #ddd;display:flex;align-items:center;gap:0.5rem;}
    .site-search-input{flex:1;border:1px solid #ddd;border-radius:6px;padding:0.55rem 0.85rem;font-size:0.9rem;font-family:"DM Sans",sans-serif;outline:none;color:#1a2332;background:white;}
    .site-search-input:focus{border-color:var(--orange);box-shadow:0 0 0 2px rgba(244,98,42,0.15);}
    .site-search-btn{min-height:40px;background:var(--orange);color:white;border:none;border-radius:6px;padding:0.55rem 1rem;font-size:0.88rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:"DM Sans",sans-serif;}
    .search-results-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:998;}
    .search-results-panel{position:fixed;top:0;left:0;right:0;background:white;z-index:999;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px rgba(0,0,0,0.2);}
    .search-results-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 5%;border-bottom:1px solid #eee;background:var(--navy);}
    .search-results-header span{color:white;font-size:0.88rem;font-weight:600;}
    .search-close-btn{background:none;border:none;color:white;font-size:1.4rem;cursor:pointer;padding:0;line-height:1;}
    .search-results-list{padding:0.5rem 0;}
    .search-result-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.85rem 5%;border-bottom:1px solid #f5f5f5;text-decoration:none;transition:background 0.15s;}
    .search-result-item:hover{background:#fff8f5;}
    .search-result-item:last-child{border-bottom:none;}
    .search-result-icon{font-size:1.25rem;flex-shrink:0;margin-top:0.1rem;}
    .search-result-title{font-size:0.9rem;font-weight:600;color:var(--navy);margin-bottom:0.2rem;}
    .search-result-desc{font-size:0.78rem;color:#666;line-height:1.4;}
    .search-result-tag{display:inline-block;background:#f0eff0;color:#666;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:0.1rem 0.4rem;border-radius:3px;margin-top:0.25rem;}
    .search-no-results{padding:2rem 5%;text-align:center;color:#999;font-size:0.9rem;}
    .search-highlight{color:var(--orange);font-weight:700;}
    @media(max-width:768px){.site-search-bar{padding:0.5rem 4%;}}
    
/* ── accessibility ── */
.skip-link{position:absolute;left:-9999px;top:0;background:#0a1628;color:#fff;padding:.8rem 1.4rem;border-radius:0 0 8px 0;font-weight:700;z-index:9999;text-decoration:none}
.skip-link:focus{left:0}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #f4622a !important;outline-offset:2px !important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* === nav dropdown (restored) === */
nav .nav-links > li{position:relative}
.nav-drop-arrow{font-size:.6em;margin-left:.25em;opacity:.75;display:inline-block;transition:transform .2s}
.nav-dropdown-grid{
  position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);
  display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:.15rem 1.6rem;
  background:#0a1628;border:1px solid rgba(244,98,42,.28);border-radius:12px;
  padding:1.25rem 1.6rem;min-width:680px;max-width:92vw;
  box-shadow:0 18px 44px rgba(0,0,0,.5);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease;
  z-index:1200;
}
nav .nav-links > li:hover > .nav-dropdown-grid,
nav .nav-links > li:focus-within > .nav-dropdown-grid{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);
}
nav .nav-links > li:hover > a .nav-drop-arrow{transform:rotate(180deg)}
.nav-dropdown-grid .drop-col-header{
  font-family:'Bebas Neue',sans-serif;letter-spacing:1.2px;font-size:.82rem;
  color:#f4622a;text-transform:uppercase;padding-bottom:.45rem;margin-bottom:.2rem;
  border-bottom:1px solid rgba(244,98,42,.28);
}
.nav-dropdown-grid a{
  display:block;padding:.34rem 0;color:#e8ecf1;text-decoration:none;
  font-size:.92rem;line-height:1.3;white-space:nowrap;
}
.nav-dropdown-grid a:hover{color:#f4622a}
/* keep the hover bridge so the menu doesn't close in the gap */
nav .nav-links > li:hover > .nav-dropdown-grid::before{
  content:"";position:absolute;top:-10px;left:0;right:0;height:10px;
}
@media(max-width:1024px){
  .nav-dropdown-grid{display:none!important}
  .nav-drop-arrow{display:none}
}


/* footer rebuild start */

footer nav.footer-nav{position:static;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem 1.6rem;height:auto;background:none;backdrop-filter:none;border:0;padding:0;margin:0 0 1.8rem;z-index:auto}
.footer-top{text-align:center;margin-bottom:.9rem}
.footer-top a{color:#f2bc25;font-weight:700;text-decoration:none}
.footer-top span{color:rgba(255,255,255,.3)}
.footer-brand-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.09);margin-bottom:1.8rem}
.footer-brand-row .footer-brand p{max-width:56ch;margin:.7rem 0 0}
.footer-col{min-width:0}
.footer-col>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.6rem;cursor:default}
.footer-col>summary::-webkit-details-marker{display:none}
.footer-col>summary::after{content:"";color:var(--orange);font-size:1.25rem;line-height:1}
.footer-col .footer-sub{margin-top:1.4rem}
.footer-col a.footer-hub{color:var(--orange);font-weight:700}
.footer-contact{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 2rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,0.09);margin-bottom:1.6rem;font-size:.88rem;color:rgba(255,255,255,0.6)}
.footer-contact a{color:rgba(255,255,255,0.6);text-decoration:none}
.footer-contact a:hover{color:var(--orange)}
.footer-social{display:flex;gap:.5rem;margin-left:auto}
.footer-social a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.08);font-size:1rem;text-decoration:none}
@media(max-width:1024px){footer nav.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:768px){footer nav.footer-nav{grid-template-columns:1fr;gap:0}.footer-col{border-bottom:1px solid rgba(255,255,255,0.09)}.footer-col>summary{cursor:pointer;padding:.95rem 0;min-height:44px}.footer-col>summary::after{content:"+"}.footer-col[open]>summary::after{content:"\2212"}.footer-col>summary h3{margin-bottom:0}.footer-col>ul,.footer-col>.footer-sub{padding-bottom:1.1rem}.footer-contact{flex-direction:column;align-items:flex-start;gap:.55rem}.footer-social{margin-left:0}}
.footer-contact a{text-decoration:underline;text-underline-offset:2px}
summary:focus-visible{outline:3px solid #f4622a !important;outline-offset:2px !important}
/* footer rebuild end */
