/* =========================================================
   POSITION 1 — TOP UTILITY BAR
   Add once to homestyle.css
   ========================================================= */

.ss-home-utility {
  width: 100%;
  background: #0a0a0a;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-utility__inner {
  width: min(100% - 48px, 1280px);
  min-height: 42px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ss-home-utility__benefits,
.ss-home-utility__contact {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ss-home-utility__item,
.ss-home-utility__phone,
.ss-home-utility__hours,
.ss-home-utility__search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ss-home-utility__item img,
.ss-home-utility__phone img,
.ss-home-utility__search img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.ss-home-utility__phone,
.ss-home-utility__search {
  color: #ffffff;
  text-decoration: none;
}

.ss-home-utility__phone:hover,
.ss-home-utility__phone:focus-visible,
.ss-home-utility__search:hover,
.ss-home-utility__search:focus-visible {
  color: #e60000;
}

.ss-home-utility__hours {
  color: rgba(255, 255, 255, 0.78);
}

.ss-home-utility__search {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ss-home-utility__phone:focus-visible,
.ss-home-utility__search:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .ss-home-utility__benefits {
    gap: 14px;
  }

  .ss-home-utility__item:nth-child(4) {
    display: none;
  }
}

@media (max-width: 860px) {
  .ss-home-utility__inner {
    width: min(100% - 32px, 1280px);
    min-height: 46px;
  }

  .ss-home-utility__item:nth-child(3) {
    display: none;
  }

  .ss-home-utility__hours {
    display: none;
  }
}

@media (max-width: 640px) {
  .ss-home-utility__inner {
    width: min(100% - 24px, 1280px);
    min-height: 48px;
    gap: 12px;
  }

  .ss-home-utility__benefits {
    min-width: 0;
  }

  .ss-home-utility__item {
    display: none;
  }

  .ss-home-utility__item:first-child {
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ss-home-utility__contact {
    margin-left: auto;
    gap: 14px;
  }

  .ss-home-utility__phone span {
    font-size: 12px;
  }

  .ss-home-utility__search span {
    display: none;
  }
}
.top-l-class{width:100%;}
.top-l-class-in{width:100%;}
/* =========================================================
   POSITION 2 — MAIN HEADER
   Add once to homestyle.css
   ========================================================= */

.ss-home-header {
  width: 100%;
  background: #0a0a0a;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-header__inner {
  width: min(100% - 48px, 1280px);
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.ss-home-header__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.ss-home-header__logo img {
  display: block;
  width: 215px;
  max-width: 100%;
  height: auto;
}

.ss-home-header__logo:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 5px;
}

@media (max-width: 860px) {
  .ss-home-header__inner {
    width: min(100% - 32px, 1280px);
    min-height: 74px;
  }

  .ss-home-header__logo img {
    width: 245px;
  }
}

@media (max-width: 640px) {
  .ss-home-header__inner {
    width: min(100% - 24px, 1280px);
    min-height: 68px;
  }

  .ss-home-header__logo img {
    width: 220px;
  }
}
#t4-topbar{padding:0px;}
#t4-topbar .t4-section-inner{padding:0px;}
.header-block .t4-navbar.mx-auto{background:#0a0a0a;}
#t4-topbar .t4-section-inner.container{max-width:100%;}
.topHeadMenu{text-align:center;}
.topHeadMenu nav.navbar{display:inline-block; float:none;}
/* =========================================================
   POSITION 4 — HERO SECTION
   ========================================================= */

.ss-home-hero{
 position:relative;
 min-height:620px;
 overflow:hidden;
 background:#ffffff;
}

.ss-home-hero__media,
.ss-home-hero__media img{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
}

.ss-home-hero__media img{
 object-fit:cover;
 object-position:center top;
}

.ss-home-hero__overlay{
 position:absolute;
 inset:0;
 background:linear-gradient(
 90deg,
 rgba(255,255,255,.97) 0%,
 rgba(255,255,255,.88) 34%,
 rgba(255,255,255,.18) 68%,
 rgba(255,255,255,0) 100%
 );
}

.ss-home-hero__inner{
 position:relative;
 z-index:2;
 width:min(100% - 48px,1280px);
 margin:auto;
 min-height:620px;
 display:flex;
 align-items:center;
}

.ss-home-hero__content{
 max-width:620px;
}

.ss-home-hero__kicker{
 color:#e60000;
 text-transform:uppercase;
 font-size:18px;
 font-weight:800;
 margin-bottom:18px;
}

.ss-home-hero__title{
 margin:0 0 20px;
 font-size:60px;
 line-height:1;
 font-weight:900;
 text-transform:uppercase;
 color:#111 !important;
}

.ss-home-hero__title span{
 display:block;
 color:#e60000;
}

.ss-home-hero__text{
 font-size:22px;
 color:#333;
 max-width:560px;
 margin-bottom:30px;
}

.ss-home-hero__actions{
 display:flex;
 gap:14px;
 flex-wrap:wrap;
}

@media(max-width:900px){
 .ss-home-hero,
 .ss-home-hero__inner{
  min-height:540px;
 }
 .ss-home-hero__title{
  font-size:58px;
 }
}

@media(max-width:700px){
 .ss-home-hero{
  min-height:auto;
  padding-top:30px;
 }
 .ss-home-hero__overlay{
  background:linear-gradient(
   180deg,
   rgba(255,255,255,0) 0%,
   rgba(255,255,255,.82) 40%,
   rgba(255,255,255,.98) 60%,
   rgba(255,255,255,1) 100%
  );
 }
 .ss-home-hero__inner{
  width:min(100% - 24px,1280px);
  min-height:auto;
 }
 .ss-home-hero__title{
  font-size:42px;
 }
 .ss-home-hero__text{
  font-size:18px;
 }
}
/* =========================================================
   POSITION 4 - HERO BUTTONS
   ========================================================= */

.ss-home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:56px;
    padding:0 34px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    border-radius:2px;
    transition:.25s ease;
    cursor:pointer;
}

.ss-home-btn--primary{
    background:#e60000;
    color:#fff;
    border:2px solid #e60000;
}

.ss-home-btn--primary:hover{
    background:#c50000;
    border-color:#c50000;
    color:#fff;
}

.ss-home-btn--secondary{
    background:#fff;
    color:#111 !important;
    border:2px solid #cfcfcf;
}

.ss-home-btn--secondary:hover{
    background:#111;
    color:#fff !important;
    border-color:#111;
}

@media(max-width:700px){

    .ss-home-btn{
        width:100%;
        min-width:100%;
    }

}
/* Main menu links */
.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    color: #ffffff !important;
}

/* Hover */
.t4-megamenu .navbar-nav > li > a:hover,
.t4-megamenu .navbar-nav > li > .nav-link:hover {
    color: #e60000 !important;
}

/* Active menu */
.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link,
.t4-megamenu .navbar-nav > li.current > a,
.t4-megamenu .navbar-nav > li.current > .nav-link {
    color: #e60000 !important;
}

/* Dropdown arrow */
.t4-megamenu .item-caret {
    color: #ffffff !important;
}

.t4-megamenu .nav-item:hover .item-caret,
.t4-megamenu .nav-item.active .item-caret {
    color: #e60000 !important;
}
/* =========================================================
   POSITION 5 — WHY BUY FROM SKISHARP / KEY BENEFITS
   Add once to homestyle.css
   ========================================================= */

.ss-home-why {
  width: 100%;
  background: #f5f5f5;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-why__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 4.05fr);
  /*border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;*/
}

.ss-home-why__intro {
  padding: 34px 28px 36px;
  border-right: 1px solid #dddddd;
}

.ss-home-why__eyebrow {
  margin: 0 0 2px;
  color: #111111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.ss-home-why__title {
  margin: 0 0 18px;
  color: #111111 !important;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ss-home-why__title span {
  color: #e60000;
}

.ss-home-why__copy {
  margin: 0 0 22px;
  color: #333333;
  font-size: 14px;
  line-height: 1.65;
}

.ss-home-why__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: #e60000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-why__link::after {
  margin-left: 8px;
  content: "→";
}

.ss-home-why__link:hover,
.ss-home-why__link:focus-visible {
  background: #bf0000;
  color: #ffffff;
}

.ss-home-why__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ss-home-why__item {
  min-width: 0;
  padding: 32px 18px 30px;
  text-align: center;
  border-right: 1px solid #dddddd;
}

.ss-home-why__item:last-child {
  border-right: 0;
}

.ss-home-why__item img {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
}

.ss-home-why__item h3 {
  margin: 0 0 10px;
  color: #111111 !important; 
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.ss-home-why__item p {
  margin: 0;
  color: #444444;
  font-size: 13px;
  line-height: 1.55;
}

.ss-home-why a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .ss-home-why__inner {
    grid-template-columns: 1fr;
  }

  .ss-home-why__intro {
    border-right: 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }

  .ss-home-why__copy {
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 22px;
  }

  .ss-home-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ss-home-why__item:nth-child(3) {
    border-right: 0;
  }

  .ss-home-why__item:nth-child(-n+3) {
    border-bottom: 1px solid #dddddd;
  }
}

@media (max-width: 700px) {
  .ss-home-why__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-why__intro {
    padding: 30px 22px;
  }

  .ss-home-why__grid {
    grid-template-columns: 1fr;
  }

  .ss-home-why__item {
    padding: 26px 22px;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }

  .ss-home-why__item:last-child {
    border-bottom: 0;
  }

  .ss-home-why__item img {
    width: 48px;
    height: 48px;
  }
}
/* =========================================================
   POSITION 6 — STÖCKLI COLLECTION
   Add once to homestyle.css
   ========================================================= */

.ss-home-collection {
  width: 100%;
  padding: 42px 0 34px;
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-collection__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.ss-home-collection__header {
  margin-bottom: 24px;
  text-align: center;
}

.ss-home-collection__header h2 {
  margin: 0;
  color: #111111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.ss-home-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ss-home-collection__card {
  min-width: 0;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 300px;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.ss-home-collection__media {
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
}

.ss-home-collection__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.ss-home-collection__content {
  padding: 24px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ss-home-collection__content h3 {
  margin: 0 0 8px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ss-home-collection__card--laser h3 {
  color: #c71818;
}

.ss-home-collection__card--montero h3 {
  color: #0b2f4f;
}

.ss-home-collection__card--stormrider h3 {
  color: #0b2f4f;
}

.ss-home-collection__card--nela h3 {
  color: #7d1b74;
}

.ss-home-collection__subtitle {
  margin: 0 0 10px;
  color: #111111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.ss-home-collection__content p:not(.ss-home-collection__subtitle) {
  margin: 0 0 18px;
  color: #444444;
  font-size: 13px;
  line-height: 1.55;
}

.ss-home-collection__content a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  background: #e60000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-collection__content a:hover,
.ss-home-collection__content a:focus-visible {
  background: #bf0000;
  color: #ffffff;
}

.ss-home-collection__footer {
  margin-top: 20px;
  text-align: center;
}

.ss-home-collection__all {
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-collection__all::after {
  margin-left: 8px;
  content: "→";
}

.ss-home-collection a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .ss-home-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ss-home-collection {
    padding: 36px 0 30px;
  }

  .ss-home-collection__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-collection__grid {
    grid-template-columns: 1fr;
  }

  .ss-home-collection__card {
    grid-template-columns: 40% 60%;
  }

  .ss-home-collection__media img {
    min-height: 260px;
  }
}

@media (max-width: 460px) {
  .ss-home-collection__card {
    grid-template-columns: 1fr;
  }

  .ss-home-collection__media {
    height: 260px;
  }

  .ss-home-collection__media img {
    min-height: 260px;
  }
}
/* =========================================================
   POSITION 7 — HAND TUNED / CUSTOM RACER'S EDGE
   Add once to homestyle.css
   ========================================================= */

.ss-home-tuning {
  width: 100%;
  padding: 64px 0;
  background: #0a0a0a;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-tuning__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 56px;
  align-items: center;
}

.ss-home-tuning__media {
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.ss-home-tuning__media img {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  object-position: center;
}

.ss-home-tuning__content {
  min-width: 0;
}

.ss-home-tuning__badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-home-tuning__badge img {
  width: 62px;
  height: 62px;
}

.ss-home-tuning__eyebrow {
  margin: 0 0 10px;
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ss-home-tuning__title {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ss-home-tuning__title span {
  display: block;
  color: #e60000;
}

.ss-home-tuning__lead {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.ss-home-tuning__features {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.ss-home-tuning__features li {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}

.ss-home-tuning__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #e60000;
  content: "✓";
  font-weight: 900;
}

.ss-home-tuning__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ss-home-tuning__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-tuning__button--primary {
  background: #e60000;
  border-color: #e60000;
  color: #ffffff;
}

.ss-home-tuning__button--primary:hover,
.ss-home-tuning__button--primary:focus-visible {
  background: #bf0000;
  border-color: #bf0000;
  color: #ffffff;
}

.ss-home-tuning__button--outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.ss-home-tuning__button--outline:hover,
.ss-home-tuning__button--outline:focus-visible {
  background: #ffffff;
  color: #0a0a0a;
}

.ss-home-tuning a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .ss-home-tuning__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ss-home-tuning__media {
    max-width: 820px;
  }
}

@media (max-width: 700px) {
  .ss-home-tuning {
    padding: 46px 0;
  }

  .ss-home-tuning__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-tuning__title {
    font-size: 38px;
  }

  .ss-home-tuning__lead {
    font-size: 16px;
  }

  .ss-home-tuning__actions {
    display: grid;
  }

  .ss-home-tuning__button {
    width: 100%;
  }
}
/* =========================================================
   POSITION 8 — SKI GUIDES & RESOURCES
   Add once to homestyle.css
   ========================================================= */

.ss-home-guides {
  width: 100%;
  padding: 58px 0 50px;
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-guides__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.ss-home-guides__header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.ss-home-guides__eyebrow {
  margin: 0 0 8px;
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ss-home-guides__header h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.ss-home-guides__header > p:last-child {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

.ss-home-guides__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ss-home-guides__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.ss-home-guides__image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #e9eef3;
}

.ss-home-guides__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.ss-home-guides__card:hover .ss-home-guides__image-link img {
  transform: scale(1.025);
}

.ss-home-guides__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 24px;
}

.ss-home-guides__content h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.ss-home-guides__content p {
  margin: 0 0 20px;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}

.ss-home-guides__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  background: #e60000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-guides__button:hover,
.ss-home-guides__button:focus-visible {
  background: #bf0000;
  color: #ffffff;
}

.ss-home-guides__topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.ss-home-guides__topics a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-guides__topics a:hover,
.ss-home-guides__topics a:focus-visible {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.ss-home-guides__footer {
  margin-top: 24px;
  text-align: center;
}

.ss-home-guides__all {
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-guides__all::after {
  margin-left: 8px;
  content: "→";
}

.ss-home-guides a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .ss-home-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss-home-guides__topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ss-home-guides {
    padding: 44px 0 40px;
  }

  .ss-home-guides__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-guides__grid {
    grid-template-columns: 1fr;
  }

  .ss-home-guides__topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .ss-home-guides__topics {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   POSITION 9 — GOOGLE REVIEWS PRO
   Add once to homestyle.css
   ========================================================= */

.ss-home-reviews {
  width: 100%;
  padding: 54px 0 50px;
  background: #f5f5f5;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-reviews__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.ss-home-reviews__header {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.ss-home-reviews__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ss-home-reviews__brand > img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.ss-home-reviews__eyebrow {
  margin: 0 0 6px;
  color: #e60000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ss-home-reviews__header h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.ss-home-reviews__summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  text-align: right;
}

.ss-home-reviews__rating {
  color: #111111;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ss-home-reviews__stars {
  display: inline-flex;
  gap: 2px;
}

.ss-home-reviews__stars img {
  width: 20px;
  height: 20px;
}

.ss-home-reviews__label {
  grid-column: 1 / -1;
  color: #555555;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ss-home-reviews__module {
  min-width: 0;
}

.ss-home-reviews__module-slot {
  min-width: 0;
}

/* Google Reviews Pro output normalization */
.ss-home-reviews .grw-review,
.ss-home-reviews .google-review,
.ss-home-reviews .wp-google-review,
.ss-home-reviews .review-item {
  height: 100%;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.ss-home-reviews .grw-slider,
.ss-home-reviews .google-reviews,
.ss-home-reviews .reviews-grid,
.ss-home-reviews .review-list {
  gap: 20px;
}

.ss-home-reviews .grw-review-text,
.ss-home-reviews .wp-google-text,
.ss-home-reviews .review-text {
  color: #333333;
  font-size: 14px;
  line-height: 1.65;
}

.ss-home-reviews .grw-reviewer-name,
.ss-home-reviews .wp-google-name,
.ss-home-reviews .review-author {
  color: #111111;
  font-weight: 900;
}

.ss-home-reviews .grw-review-time,
.ss-home-reviews .wp-google-time,
.ss-home-reviews .review-date {
  color: #777777;
  font-size: 12px;
}

.ss-home-reviews__footer {
  margin-top: 26px;
  text-align: center;
}

.ss-home-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  background: #111111;
  border: 2px solid #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-reviews__button:hover,
.ss-home-reviews__button:focus-visible {
  background: #e60000;
  border-color: #e60000;
  color: #ffffff;
}

.ss-home-reviews a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 800px) {
  .ss-home-reviews__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ss-home-reviews__summary {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .ss-home-reviews {
    padding: 44px 0 40px;
  }

  .ss-home-reviews__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-reviews__brand {
    align-items: flex-start;
  }

  .ss-home-reviews__header h2 {
    font-size: 32px;
  }
}
/* =========================================================
   POSITION 10 — BOTTOM INFORMATION / SUPPORT CARDS
   Add once to homestyle.css
   ========================================================= */

.ss-home-info {
  width: 100%;
  padding: 56px 0 52px;
  background: #f5f5f5;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-info__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.ss-home-info__header {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.ss-home-info__eyebrow {
  margin: 0 0 8px;
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ss-home-info__header h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.ss-home-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ss-home-info__card {
  min-width: 0;
  min-height: 100%;
  padding: 32px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.ss-home-info__icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 50%;
  place-items: center;
}

.ss-home-info__icon img {
  width: 58px;
  height: 58px;
}

.ss-home-info__card h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ss-home-info__card p {
  margin: 0 0 22px;
  color: #555555;
  font-size: 14px;
  line-height: 1.65;
}

.ss-home-info__card a {
  margin-top: auto;
  color: #e60000;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-home-info__card a::after {
  margin-left: 8px;
  content: "→";
}

.ss-home-info__card a:hover,
.ss-home-info__card a:focus-visible {
  color: #bf0000;
}

.ss-home-info__cta {
  margin-top: 28px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: #111111;
  border-left: 6px solid #e60000;
  color: #ffffff;
}

.ss-home-info__cta-kicker {
  margin: 0 0 5px;
  color: #e60000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-home-info__cta h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ss-home-info__cta > div > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.ss-home-info__phone {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  background: #e60000;
  border: 2px solid #e60000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.ss-home-info__phone:hover,
.ss-home-info__phone:focus-visible {
  background: #bf0000;
  border-color: #bf0000;
  color: #ffffff;
}

.ss-home-info a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .ss-home-info__grid {
    grid-template-columns: 1fr;
  }

  .ss-home-info__card {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .ss-home-info__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .ss-home-info {
    padding: 44px 0 40px;
  }

  .ss-home-info__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-info__card {
    padding: 28px 22px 26px;
  }

  .ss-home-info__cta {
    padding: 24px 22px;
  }

  .ss-home-info__phone {
    width: 100%;
  }
}
/* =========================================================
   POSITION 11 — FOOTER
   Add once to homestyle.css
   ========================================================= */

.ss-home-footer {
  width: 100%;
  padding: 54px 0 22px;
  background: #0a0a0a;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ss-home-footer__inner {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.ss-home-footer__top {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.ss-home-footer__brand {
  min-width: 0;
}

.ss-home-footer__logo {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.ss-home-footer__logo img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.ss-home-footer__brand > p {
  max-width: 360px;
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

.ss-home-footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.ss-home-footer__phone img {
  width: 20px;
  height: 20px;
}

.ss-home-footer__phone:hover,
.ss-home-footer__phone:focus-visible {
  color: #e60000;
}

.ss-home-footer__meta {
  margin-top: 12px;
}

.ss-home-footer__meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.ss-home-footer__meta img {
  width: 18px;
  height: 18px;
}

.ss-home-footer__column h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ss-home-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-home-footer__column li + li {
  margin-top: 9px;
}

.ss-home-footer__column a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}

.ss-home-footer__column a:hover,
.ss-home-footer__column a:focus-visible {
  color: #ffffff;
}

.ss-home-footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ss-home-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.ss-home-footer__bottom p:last-child {
  text-align: right;
}

.ss-home-footer a:focus-visible {
  outline: 2px solid #e60000;
  outline-offset: 3px;
}

.ss-home-footer__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1050px) {
  .ss-home-footer__top {
    grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ss-home-footer {
    padding: 44px 0 20px;
  }

  .ss-home-footer__inner {
    width: min(100% - 24px, 1280px);
  }

  .ss-home-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ss-home-footer__brand {
    padding-bottom: 8px;
  }

  .ss-home-footer__bottom {
    flex-direction: column;
  }

  .ss-home-footer__bottom p:last-child {
    text-align: left;
  }
#t4-footer .t4-section-inner .t4-row{display:inline-block; width:100%; }
#t4-footer .footer-r{display:inline-block; width:100%;text-align:left;}
#t4-footer .footer-r .d-flex{display:inline-block !important;}
}
/* Footer */
#t4-footnav{background:#0a0a0a;}
#t4-footer{background:#0a0a0a;}
.t4-footnav .t4-module .navbar .nav > li a.nav-link{color:rgba(255, 255, 255, 0.72) !important;    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;}
#t4-footnav .module-title{color:#ffffff;}
.footer1,.footer2{color:rgba(255, 255, 255, 0.58);}
.t4-footer a{color:rgba(255, 255, 255, 0.58) !important;}
/* ==========================================================================
   SKISHARP HOMEPAGE — POSITION 6B: THE STÖCKLI COLLECTION
   Add this block ONCE to the global custom CSS file.
   Images contain NO text; all headings, copy and buttons are HTML overlays.
   ========================================================================== */

.ss-position6b {
  width: 100%;
  padding: 48px 0 34px;
  background: #ffffff;
}

.ss-position6b-container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

.ss-position6b-title {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.ss-position6b-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ss-position6b-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid #d8dde2;
  border-radius: 6px;
  background: #f8fbfd;
}

.ss-position6b-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.ss-position6b-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  min-height: 245px;
  margin-left: auto;
  padding: 24px 18px 20px 8px;
}

.ss-position6b-heading {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ss-position6b-heading--laser {
  color: #d80000;
}

.ss-position6b-heading--montero {
  color: #0e2f63;
}

.ss-position6b-heading--stormrider {
  color: #123e70;
}

.ss-position6b-heading--nela {
  color: #6e0f63;
}

.ss-position6b-subtitle {
  margin: 0 0 13px;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.ss-position6b-text {
  margin: 0 0 18px;
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
}

.ss-position6b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease;
}

.ss-position6b-button:hover,
.ss-position6b-button:focus {
  filter: brightness(.88);
  transform: translateY(-1px);
}

.ss-position6b-button--laser {
  background: #e60000;
}

.ss-position6b-button--montero {
  background: #123b70;
}

.ss-position6b-button--stormrider {
  background: #0f4e7f;
}

.ss-position6b-button--nela {
  background: #70105f;
}

.ss-position6b-footer {
  padding-top: 22px;
  text-align: center;
}

.ss-position6b-view-all {
  color: #e60000 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ss-position6b-view-all:hover,
.ss-position6b-view-all:focus {
  text-decoration: underline !important;
}

/* Tablet */
@media (max-width: 1050px) {
  .ss-position6b-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ss-position6b-card,
  .ss-position6b-content {
    min-height: 265px;
  }
}

/* Mobile */
@media (max-width: 650px) {
  .ss-position6b {
    padding: 40px 0 28px;
  }

  .ss-position6b-container {
    width: min(100% - 28px, 1280px);
  }

  .ss-position6b-grid {
    grid-template-columns: 1fr;
  }

  .ss-position6b-card,
  .ss-position6b-content {
    min-height: 260px;
  }

  .ss-position6b-content {
    width: 59%;
    padding: 22px 14px 18px 6px;
  }

  .ss-position6b-heading {
    font-size: 25px;
  }

  .ss-position6b-button {
    width: 100%;
  }
}

/* Small phones */
@media (max-width: 420px) {
  .ss-position6b-card {
    min-height: 430px;
  }

  .ss-position6b-image {
    height: 245px;
    object-position: left top;
  }

  .ss-position6b-content {
    width: 100%;
    min-height: 185px;
    margin-top: 245px;
    padding: 20px;
    align-items: center;
    background: rgba(255,255,255,.96);
    text-align: center;
  }
}
/* ==========================================================================
   SKISHARP HOMEPAGE — NEW POSITION 7
   Add this block ONCE to the global custom CSS file.
   ========================================================================== */

.ss-position7 {
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 40%, rgba(255,255,255,.04), transparent 24%),
    linear-gradient(90deg, #050708 0%, #0b1014 58%, #111820 100%);
  color: #ffffff;
}

.ss-position7-inner {
  width: min(100%, 1440px);
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(320px, 1.05fr)
    minmax(500px, 1.45fr)
    minmax(250px, .72fr);
  align-items: stretch;
}

.ss-position7-photo {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.ss-position7-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0) 72%,
    rgba(6,10,13,.85) 100%
  );
}

.ss-position7-photo img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.ss-position7-copy {
  align-self: center;
  padding: 34px 28px 30px 34px;
}

.ss-position7-kicker-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #e60000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ss-position7-mountain-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.ss-position7-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.ss-position7-intro {
  max-width: 680px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.55;
}

.ss-position7-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 30px;
}

.ss-position7-benefits {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-position7-benefits li {
  position: relative;
  padding-left: 27px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.ss-position7-benefits li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  background:
    url("/images/homepage/position7/position7-check-icon.svg")
    center / contain no-repeat;
}

.ss-position7-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 28px 26px 10px;
  text-align: center;
}

.ss-position7-badge {
  width: min(190px, 100%);
  height: auto;
  object-fit: contain;
}

.ss-position7-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 270px;
  padding: 12px 20px;
  border: 2px solid #e60000;
  border-radius: 3px;
  background:
    #e60000
    url("/images/homepage/position7/position7-button-background.png")
    center / 100% 100% no-repeat;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease;
}

.ss-position7-button:hover,
.ss-position7-button:focus {
  filter: brightness(.88);
  transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 1100px) {
  .ss-position7-inner {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.25fr);
  }

  .ss-position7-right {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
    padding: 4px 24px 30px;
  }

  .ss-position7-badge {
    width: 145px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .ss-position7-inner {
    grid-template-columns: 1fr;
  }

  .ss-position7-photo,
  .ss-position7-photo img {
    min-height: 240px;
  }

  .ss-position7-photo::after {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 66%,
      rgba(6,10,13,.88) 100%
    );
  }

  .ss-position7-copy {
    padding: 30px 22px 20px;
    text-align: center;
  }

  .ss-position7-kicker-row {
    justify-content: center;
  }

  .ss-position7-benefit-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
  }

  .ss-position7-right {
    grid-column: auto;
    flex-direction: column;
    padding: 6px 22px 32px;
  }

  .ss-position7-button {
    width: 100%;
    min-width: 0;
    max-width: 380px;
  }
}
.ss-contact-page{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:70px;
    max-width:1200px;
    margin:0px auto;
    padding:0 20px;
    align-items:start;
}

.ss-contact-info{
    background:#fff;
    border:1px solid #e6e6e6;
    border-top:5px solid #d80000;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ss-contact-tag{
    display:inline-block;
    color:#d80000;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

.ss-contact-info h2{
    margin:0 0 20px;
    font-size:38px;
    font-weight:800;
    color:#111;
}

.ss-contact-desc{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
	text-align:left;
}

.ss-contact-item{
    margin-bottom:28px;
    color:#333;
    line-height:1.8;
	text-align:left;
}

.ss-contact-item strong{
    display:block;
    color:#111;
    margin-bottom:6px;
}

.ss-contact-item a{
    color:#d80000;
    text-decoration:none;
}

/* ===========================
   CONTACT FORM
=========================== */

.ss-contact-page .ss-contact-form{
    width:100%;
    background:#fff;
    padding:10px 0;
}

.ss-contact-page .ss-contact-form h2{
    margin:0 0 35px;
    text-align:left;
    font-size:38px;
    font-weight:800;
    color:#111;
}

.ss-contact-page #userForm .col-md-12{
    max-width:100%;
    flex:0 0 100%;
}

.ss-contact-page #userForm .row.mb-3{
    align-items:flex-start;
    margin-bottom:20px !important;
}

.ss-contact-page #userForm .col-form-label{
    text-align:left;
    font-weight:700;
    color:#111;
    padding-top:12px;
}

.ss-contact-page #userForm .col-sm-3{
    flex:0 0 140px;
    max-width:140px;
}

.ss-contact-page #userForm .col-sm-9{
    flex:1;
    max-width:calc(100% - 140px);
}

.ss-contact-page #userForm input,
.ss-contact-page #userForm textarea,
.ss-contact-page #userForm select{
    width:100%;
    padding:12px 14px;
    border:1px solid #d9d9d9;
    border-radius:4px;
    background:#fff;
    font-size:15px;
}

.ss-contact-page #userForm textarea{
    min-height:180px;
    resize:vertical;
}

.ss-contact-page #userForm .btn{
    background:#d80000;
    border:none;
    color:#fff;
    padding:12px 34px;
    font-weight:700;
    text-transform:uppercase;
    border-radius:4px;
}

.ss-contact-page #userForm .btn:hover{
    background:#b50000;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width:900px){

    .ss-contact-page{
        grid-template-columns:1fr;
        gap:40px;
    }

    .ss-contact-page #userForm .col-sm-3,
    .ss-contact-page #userForm .col-sm-9{
        flex:0 0 100%;
        max-width:100%;
    }

    .ss-contact-page #userForm .col-form-label{
        margin-bottom:8px;
    }

    .ss-contact-page .ss-contact-form h2{
        text-align:center;
    }

}
.ss-contact-page #userForm .form-control{
    max-width:none !important;
    width:100%;
}.ss-home-reviews{
    padding:80px 0;
}

.ss-home-reviews__inner{
    max-width:1400px;
    width:min(1400px, calc(100% - 48px));
    margin:0 auto;

    display:grid;
    grid-template-columns:28% 72%;
    gap:50px;
    align-items:center;
}

.ss-home-reviews__header{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    height:100%;
}

.ss-home-reviews__brand{
    display:block;
}

.ss-home-reviews__brand img{
    width:42px;
    height:auto;
    margin-bottom:15px;
}

.ss-home-reviews__eyebrow{
    margin:0 0 10px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e31b23;
}

.ss-home-reviews__header h2{
    margin:0 0 24px;
    font-size:52px;
    line-height:1.1;
    font-weight:800;
    color:#111;
}

.ss-home-reviews__summary{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}

.ss-home-reviews__rating{
    font-size:54px;
    font-weight:800;
    line-height:1;
}

.ss-home-reviews__stars{
    display:flex;
    gap:4px;
}

.ss-home-reviews__label{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.ss-home-reviews__slider{
    min-width:0;
}

@media (max-width:991px){

.ss-home-reviews__inner{
    grid-template-columns:1fr;
    gap:40px;
}

.ss-home-reviews__header{
    text-align:center;
    align-items:center;
}

.ss-home-reviews__summary{
    align-items:center;
}

.ss-home-reviews__header h2{
    font-size:38px;
}

}
/*==================================================
SKI TECHNOLOGY PAGE
==================================================*/

.ski-technology-page{
    width:100%;
    overflow:hidden;
}

.ski-technology-page .ss-container{
    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
}

.ski-technology-page .ss-ski-tech-section{
    padding:10px 0;
}

/*==================================================
HEADINGS
==================================================*/

.ski-technology-page h1{
    margin:0;
    text-align:center;
    font-size:52px;
    font-weight:700;
}

.ski-technology-page h2{
    text-align:center;
    margin:0 0 50px;
    font-size:40px;
    font-weight:700;
    letter-spacing:2px;
}

.ski-technology-page h3{
    margin:10px 0 15px;
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    color:#222;
}

.ski-technology-page h4{
    margin:0 0 10px;
    font-size:16px;
    font-weight:700;
}

/*==================================================
TECHNOLOGY
==================================================*/

.technology-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:40px;
    align-items:start;
}

.technology-column{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.technology-main-image img{
    width:100%;
    display:block;
}

/*==================================================
COMMON CARD
==================================================*/

.technology-card,
.edge-card,
.ski-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:20px;
    transition:.3s;
	border-top:3px solid #fcd5d5;
}
.technology-card,
.edge-card,
.ski-card{
    outline: none;
    box-shadow: none;
}

.technology-card:hover,
.edge-card:hover,
.ski-card:hover,
.technology-card:focus,
.edge-card:focus,
.ski-card:focus,
.technology-card:focus-visible,
.edge-card:focus-visible,
.ski-card:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}
.technology-card,
.edge-card,
.ski-card{
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        box-shadow .45s cubic-bezier(.22,.61,.36,1),
        border-color .35s ease;
}
.technology-card:hover,
.edge-card:hover,
.ski-card:hover{
       transform: translateY(-3px);
	border-right:1px solid #fcd5d5 !important;
	border-bottom:1px solid #fcd5d5 !important;
	border-left:1px solid #fcd5d5 !important;
	border-top:3px solid #df161c !important;
	box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.edge-card:focus-visible{outline:none !important;}
/*==================================================
CARD IMAGE
==================================================*/

.technology-card-image,
.edge-card-image,
.ski-card-image{
    text-align:center;
    margin-bottom:20px;
}

.technology-card-image img,
.edge-card-image img,
.ski-card-image img{
    max-width:100%;
    height:100px;
    width:auto;
    object-fit:contain;
}

/*==================================================
CARD HEADER
==================================================*/

.technology-card-header,
.edge-card-header,
.ski-card-header{
    text-align:center;
    margin-bottom:15px;
}

.technology-card-header img,
.edge-card-header img,
.ski-card-header img{
    display:block;
    margin:0 auto 10px;
    max-height:45px;
    width:auto;
}

/*==================================================
CONTENT
==================================================*/

.technology-card-body,
.edge-card-body,
.ski-card-content{
   /* flex:1;*/
}

.technology-card-body p,
.edge-card-body p,
.ski-card-content p{
    margin:0;
    line-height:1.7;
    font-size:15px;
    color:#555;
    text-align:center;
}

/*==================================================
BENEFITS
==================================================*/

.technology-card-benefit,
.edge-card-benefit,
.ski-card-benefits{
    margin-top:25px;
}

.technology-card-benefit ul,
.edge-card-benefit ul,
.ski-card-benefits ul{
    margin:0;
    padding-left:18px;
}

.technology-card-benefit li,
.edge-card-benefit li,
.ski-card-benefits li{
    margin-bottom:8px;
    line-height:1.6;
    color:#555;
}

/*==================================================
4 COLUMN GRIDS
==================================================*/

.edges-grid,
.features-grid,
.construction-grid,
.surfaces-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-bottom:45px;
}

/*==================================================
IMAGES
==================================================*/

.ski-technology-page img{
    max-width:100%;
    height:auto;
    display:block;
}

/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

.technology-grid{
    grid-template-columns:1fr;
}

.edges-grid,
.features-grid,
.construction-grid,
.surfaces-grid{
    grid-template-columns:repeat(2,1fr);
}

.ski-technology-page h1{
    font-size:42px;
}

.ski-technology-page h2{
    font-size:34px;
}

}

/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

.ski-technology-page .ss-ski-tech-section{
    padding:50px 0;
}

.edges-grid,
.features-grid,
.construction-grid,
.surfaces-grid{
    grid-template-columns:1fr;
}

.ski-technology-page h1{
    font-size:34px;
}

.ski-technology-page h2{
    font-size:28px;
}

.technology-card,
.edge-card,
.ski-card{
    padding:10px;
}

.technology-card-image img,
.edge-card-image img,
.ski-card-image img{
    height:80px;
}

}
.technology-card-benefit ul,
.edge-card-benefit ul,
.ski-card-benefits ul{
    list-style:none;
    padding-left:0;
    margin:15px 0 0;
    text-align:left;
}

.technology-card-benefit li,
.edge-card-benefit li,
.ski-card-benefits li{
    position:relative;
    padding-left:24px;
    margin-bottom:10px;
    line-height:1.7;
    color:#555;
    text-align:left;
}

.technology-card-benefit li::before,
.edge-card-benefit li::before,
.ski-card-benefits li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#0a7d34;
    font-weight:700;
    font-size:16px;
}
.surfaces-grid .ski-card-image img{display:inline-block;}
.technology-hero{text-align: center;float: left;width: 100%;}
.technology-hero img{display:inline-block; max-width:30%;}
@media (max-width: 1290px) {
.ss-home-utility__inner{display:inline-block !important; width:100% !important;padding:0px 15px;}
.ss-home-utility__benefits{display:inline-block !important; width:70% !important;}
.ss-home-utility__contact{display:inline-block !important; width:29% !important;}
.ss-home-utility__phone{display:inline-block !important;}
}
.ss-home-header__logo{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
    width:fit-content;
	margin:10px 0px;
}

.ss-home-header__logo img{
    display:block;
    max-width:100%;
    height:auto;
}

.ss-home-header__tagline{
    margin-top:4px;
    width:100%;
    text-align:center;
    color:#c00000;      /* Red */
    font-size:13px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.4px;
    text-transform:uppercase;
}