@charset "UTF-8";
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Montserrat",sans-serif;color:#262E3C;background:#FCFCFD;font-size:19px;line-height:1.6;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;height:auto;}
ul{list-style:none;}

.mw-500{max-width:500px;}
.mw-600{max-width:600px;}
.mw-700{max-width:700px;}
.mw-900{max-width: 900px;}
.mw-1100{max-width:1100px;}
.mw-500.left,.mw-600.left,.mw-700.left{margin-right:auto;margin-left:0;}

.fl-row{width:100%;}
.fl-row-fixed-width{max-width:1100px;margin:0 auto;padding-left:20px;padding-right: 20px;}
.fl-row-full-width{width:100%;}
.fl-row-content-wrap{position:relative;}
.fl-col-content{position: relative;}
.fl-node-content{position:relative;}
.fl-photo-align-center{text-align:center;}
.fl-photo-align-left{text-align: left;}
.fl-rich-text p{margin-bottom:0.75em;}
.fl-rich-text p:last-child{margin-bottom:0;}

.gra_header{
  position:fixed;top:0;left:0;right:0;
  z-index:999;
  padding:18px 30px;
  transition:background .3s,padding .25s;
}
.gra_header_inner{
  display:flex;justify-content:space-between;align-items:center;
  max-width:1100px;margin:0 auto;
}
.gra_header_stuck{
  background:rgba(18,20,34,.95);
  padding:10px 30px;
  backdrop-filter:blur(4px);
}
.gra_header_logo img{
  height:50px;width:auto;display:block;
  filter:brightness(0) invert(1);
}
.gra_header_button{
  background:none;border:none;cursor:pointer;
  display:flex;align-items: center;gap:8px;
  color:#fff;font-family:"Montserrat",sans-serif;
  font-size:.85rem;text-transform:uppercase;letter-spacing: 1px;font-weight:800;
}
.hamburger-box{
  width:28px;height:20px;display:inline-block;position:relative;
}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{
  width:28px;height:2px;background-color:#fff;
  position:absolute;transition:transform .15s ease;
  border-radius:0;
}
.hamburger-inner{top:50%;transform:translateY(-50%);}
.hamburger-inner::before{content:'';top:-8px;}
.hamburger-inner::after{content:'';top:8px;}
.gra_header_button_text{
  display:inline-block;
}

.gra_menu_overlay{
  position:fixed;top:0;left:0;right:0;bottom:0;
  background:rgba(18,20,34,.97);
  z-index:9999;
  display:flex;align-items:center;justify-content: center;
  opacity:0;pointer-events:none;
  transition:opacity .35s ease;
}
.gra_menu_overlay.is-active{opacity:1;pointer-events:all;}
.gra_menu_overlay_container{
  max-width:900px;width:100%;padding:40px;
  position: relative;
}
.gra_menu_close{
  position:absolute;top:30px;right:40px;
  background:none;border:none;color:#fff;
  font-size:2.5rem;cursor:pointer;line-height:1;
}
.gra_menu_cols{
  display:flex;gap:80px;
  color:#fff;
}
.gra_menu_col_nav ul li{margin-bottom:20px;}
.gra_menu_col_nav ul li a{
  font-family:"Lora",serif;font-size:clamp(1.5rem,3vw,2.2rem);
  color:#fff;
  transition:color .2s;
}
.gra_menu_col_nav ul li a:hover{color: #E53D1B;}
.gra_menu_col_nav ul li a span{display:inline;}
.gra_menu_heading{
  font-family:"Montserrat",sans-serif;
  text-transform: uppercase;letter-spacing:1px;font-weight:800;
  font-size:.85rem;margin-bottom:18px;
  color:#84929E;
}
.gra_menu_info{
  font-size:.95rem;color:#B2B6C1;margin-bottom:8px;
  font-family:"Montserrat",sans-serif;
}

.gra_heroBlock{
  background:#121422 url('assets/workshop-counter.webp') center/cover no-repeat;
  min-height:85vh;
  display:flex;align-items:center;
  padding:120px 0 80px;
  position:relative;
}
.gra_heroBlock::before{
  content:'';position:absolute;top:0;left:0;right:0;bottom:0;
  background:linear-gradient(135deg,rgba(18,20,34,.88) 40%,rgba(18,20,34,.55) 100%);
}
.gra_heroBlock .fl-row-content-wrap{position:relative;z-index:2;width:100%;}
.gra_heroBlock .fl-col-group{
  display:flex;align-items: center;gap:40px;
}
.pp-heading-content{margin-bottom:2rem;}
.pp-dual-heading .heading-title{
  display: block;
}
.pp-dual-heading .pp-secondary-title{
  display:block;
  font-family: "Montserrat",sans-serif;
  font-size:.85rem;text-transform:uppercase;letter-spacing:1px;font-weight:800;
  color:#E53D1B;
  margin-bottom:14px;
}
.pp-dual-heading .pp-primary-title{
  display:block;
  font-family:"Lora",serif;
  font-size:clamp(2rem,calc(3vw + 1rem),3.5rem);
  font-weight:700;line-height:1.15;
  color:#fff;
}
.pp-dual-heading .pp-primary-title.sec_dark{color:#262E3C;}
.pp-dual-button-content{
  display:flex;gap:12px;flex-wrap:wrap;
}
.pp-button{
  display:inline-block;
  padding:14px 28px;
  font-family:"Montserrat",sans-serif;
  font-size:.85rem;font-weight:800;
  text-transform: uppercase;letter-spacing:1px;
  border-radius:3px;
  transition:background .2s,color .2s,border-color .2s;
  cursor:pointer;
}
.pp-button-primary{
  background:#E53D1B;color:#fff;
  border:2px solid #E53D1B;
}
.pp-button-primary:hover{background:transparent;color:#E53D1B;}
.pp-button-secondary{
  background:transparent;color:#fff;
  border:2px solid rgba(255,255,255,.4);
}
.pp-button-secondary:hover{border-color:#fff;}
.pp-button-dark{
  background:#262E3C;color:#fff;
  border:2px solid #262E3C;
}
.pp-button-dark:hover{background:transparent;color:#262E3C;}

.fl-visible-desktop{display:block;}

.gra_roundedImg{border-radius:6px;}

.gra_aboutPreview{padding:80px 0 70px;}
.gra_aboutPreview .fl-col-group{display:flex;align-items:center;gap:50px;}
.gra_aboutPreview .fl-rich-text{font-size:1.05rem;color:#4D4F59;line-height:1.75;}

.gra_productsSection{
  background:#121422;
  padding:80px 0 70px;
}
.gra_productsSection .pp-heading-content{margin-bottom:2.5rem;}
.gra_productGrid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:24px;
}
.gra_productCard{
  background:#1a1d30;
  border-radius:6px;
  overflow:hidden;
  transition:transform .2s;
}
.gra_productCard:hover{transform:translateY(-4px);}
.gra_productCard_img{
  background:#f5f5f7;
  padding:20px;
  text-align:center;
  height:220px;
  display:flex;align-items:center;justify-content:center;
}
.gra_productCard_img img{
  max-height:180px;width:auto;
  object-fit:contain;
}
.gra_productCard_info{
  padding:20px;
}
.gra_productCard_info h3{
  font-family:"Montserrat",sans-serif;
  font-size:1rem;font-weight:700;
  color:#fff;margin-bottom:8px;
}
.gra_prodDesc{
  font-size:.88rem;color:#84929E;line-height:1.6;
  margin-bottom:12px;
}
.gra_prodPrice{
  font-family:"Montserrat",sans-serif;
  font-size:1.15rem;font-weight:800;
  color:#E53D1B;
  margin-bottom:10px;
}
.gra_stockLabel{
  display:inline-block;
  font-size:.75rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.5px;
  padding:4px 10px;
  border-radius:3px;
}
.gra_inStock{background:rgba(34,197,94,.15);color:#22c55e;}
.gra_lowStock{background:rgba(234,179,8,.15);color:#eab308;}

.gra_howToOrder{padding:80px 0 70px;}
.gra_howToOrder .pp-heading-content{margin-bottom:1.5rem;}
.gra_orderSteps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-top:40px;
}
.gra_stepItem{
  text-align: center;
  padding:30px 20px;
}
.gra_stepNum{
  width:48px;height:48px;
  background:#E53D1B;color:#fff;
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:"Montserrat",sans-serif;
  font-size:1.2rem;font-weight:800;
  margin-bottom:18px;
}
.gra_stepItem h3{
  font-family:"Montserrat",sans-serif;
  font-size:1rem;font-weight:700;
  margin-bottom:10px;
  color:#262E3C;
}
.gra_stepItem p{
  font-size:.92rem;color:#4D4F59;line-height:1.7;
}

.gra_visitStore{
  background:#121422;
  padding:80px 0;
}
.gra_visitStore .fl-col-group{display:flex;align-items:center;gap:50px;}

.gra_teamSection{padding:80px 0 70px;}
.gra_teamGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
  max-width:750px;
  margin:0 auto;
}
.gra_teamCard{text-align:center;}
.gra_teamPhoto{
  margin-bottom:18px;
  overflow:hidden;
  border-radius:6px;
}
.gra_teamPhoto img{
  width:100%;height:320px;
  object-fit:cover;
  display:block;
}
.gra_teamCard h3{
  font-family:"Lora",serif;
  font-size:1.4rem;font-weight:700;
  color:#262E3C;margin-bottom:4px;
}
.gra_teamRole{
  font-family:"Montserrat",sans-serif;
  font-size:.8rem;text-transform:uppercase;
  letter-spacing:1px;font-weight:800;
  color:#E53D1B;margin-bottom:12px;
}
.gra_teamBio{
  font-size:.92rem;color:#4D4F59;line-height:1.7;
  max-width:340px;margin:0 auto;
}

.gra_howBrakesWork{
  background:#121422;
  padding:80px 0;
}
.gra_howBrakesWork .fl-col-group{display:flex;align-items:center;gap:50px;}
.gra_howBrakesWork .fl-rich-text{font-size:.95rem;line-height:1.8;}

.gra_customerStory{
  padding:80px 0 70px;
}
.gra_customerStory .fl-col-group{display:flex;align-items:center;gap:50px;}
.gra_quoteText{
  font-family:"Lora",serif;
  font-size:1.15rem;font-style: italic;
  line-height:1.7;color:#262E3C;
  margin-bottom:18px;
}
.gra_quoteName{
  font-family:"Montserrat",sans-serif;
  font-size:.95rem;color:#262E3C;
  margin-bottom:2px;
}
.gra_quoteDetail{
  font-size:.82rem;color:#84929E;
  text-transform:uppercase;letter-spacing:.5px;
  font-weight:700;
}

.gra_footer_main{
  background:#121422;color:#B2B6C1;
  padding:60px 0 0;
}
.gra_footer_cols{
  display:flex;gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gra_footer_col1{flex:2;}
.gra_footer_col2{flex:1;}
.gra_footer_col3{flex:1;}
.gra_footer_main .fl-photo-img{height:40px;width:auto;margin-bottom:20px;filter:brightness(0) invert(1);}
.gra_footer_main .fl-rich-text{font-size: .9rem;line-height:1.7;color:#84929E;}
.gra_footer_main .fl-menu ul li{margin-bottom:10px;}
.gra_footer_main .fl-menu ul li a{
  font-size:.9rem;color:#B2B6C1;
  transition:color .2s;
  font-family: "Montserrat",sans-serif;
}
.gra_footer_main .fl-menu ul li a:hover{color:#E53D1B;}
.gra_footer_main .fl-menu ul li a span{display:inline;}
.gra_footer_bottom{
  padding:20px 0;
  display:flex;justify-content:space-between;align-items:center;
}
.gra_copyright{
  font-size:13px;color:#4D4F59;
}
.gra_copyright a{color:#84929E;text-decoration: underline;}
.gra_copyright a:hover{color:#E53D1B;}

@media(max-width:992px){
  .gra_heroBlock .fl-col-group{flex-direction:column-reverse;}
  .fl-visible-desktop{display:none !important;}
  .gra_footer_cols{flex-direction:column;gap:30px;}
  .gra_menu_cols{flex-direction:column;gap:40px;}
  .gra_aboutPreview .fl-col-group{flex-direction:column-reverse;}
  .gra_visitStore .fl-col-group{flex-direction:column;}
  .gra_howBrakesWork .fl-col-group{flex-direction:column-reverse;}
  .gra_customerStory .fl-col-group{flex-direction:column;}
  .gra_orderSteps{grid-template-columns:1fr;}
  .gra_teamGrid{grid-template-columns:1fr;max-width:400px;}
}

@media(max-width:768px){
  .gra_header{padding:14px 20px;}
  .gra_header_stuck{padding:10px 20px;}
  .gra_heroBlock{min-height:70vh;padding:100px 0 60px;}
  .pp-dual-heading .pp-primary-title{font-size:clamp(1.6rem,5vw,2.4rem);}
  .gra_header_button_text{display: none;}
  .fl-row-fixed-width{padding-left:16px;padding-right:16px;}
  .gra_footer_bottom{flex-direction:column;gap:12px;text-align: center;}
  .gra_aboutPreview{padding:50px 0 40px;}
  .gra_productsSection{padding:50px 0 40px;}
  .gra_howToOrder{padding:50px 0 40px;}
  .gra_visitStore{padding:50px 0;}
  .gra_teamSection{padding:50px 0 40px;}
  .gra_howBrakesWork{padding:50px 0;}
  .gra_customerStory{padding:50px 0 40px;}
  .gra_productGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;}
}

@media(max-width:480px){
  .pp-button{padding:12px 22px;font-size:.8rem;}
  .gra_heroBlock{min-height:60vh;}
  .gra_productGrid{grid-template-columns:1fr;}
}

.gra_socialLinks{
  display:flex;gap:14px;
  margin-top:14px;
}
.gra_socialLinks a{
  color:#84929E;
  transition:color .2s;
  display:inline-flex;
  align-items:center;
}
.gra_socialLinks a:hover{color:#E53D1B;}

.gra_header_stuck_always{
  background:rgba(18,20,34,.95);
  backdrop-filter:blur(4px);
}
.gra_subpageContent{
  padding:120px 0 60px;
}
.gra_legalText h2{
  font-family:"Montserrat",sans-serif;
  font-size:1.05rem;font-weight:700;
  color:#262E3C;
  margin-top:28px;margin-bottom:8px;
}
.gra_legalText h2:first-child{margin-top:0;}
.gra_legalText p{
  font-size:.95rem;line-height:1.75;
  color:#4D4F59;margin-bottom:12px;
}
.gra_legalText a{color:#E53D1B;text-decoration:underline;}
.gra_legalText a:hover{color:#262E3C;}

.gra_aboutContent p{
  font-size:1.02rem;color:#4D4F59;
  line-height:1.75;margin-bottom:14px;
}
.gra_aboutPhotos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:40px;
}
.gra_aboutPhotoItem img{
  width:100%;height:280px;
  object-fit:cover;display:block;
}
.gra_photoCaption{
  font-size:.82rem;color:#84929E;
  margin-top:8px;
  font-family:"Montserrat",sans-serif;
}

@media(max-width:768px){
  .gra_subpageContent{padding:90px 0 40px;}
  .gra_aboutPhotos{grid-template-columns:1fr;gap:16px;}
}
