@import url('https://fonts.cdnfonts.com/css/avenir');
:root{
  --brand: #00a1cc;
  --navy: #003057;
  --text: #282828;
  --secondary: #595959;
  --green: #0f8482;
  --green-hover: #1c6b6a;
  --blue: #005878;
  --blue-hover: #003e55;
  --lilac: #f2f2ff;
  --warm: #f5f5f0;
  --offer: #ec1a37;
  --yellow: #ffd245;
  --line: #d8d8d8;
  --white: #fff;
  --footer: #282828;
}

.ssn-ac-icon svg {
    fill: var(--brand);
    width: 32px;
    height: 20px;
}

.ssn-ac-icon {
    margin-right: .25rem;
    width: 1.25rem;
    height: 2rem;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45
}

a {
  color: inherit;
  text-decoration: none
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #8d44d8;
  outline-offset: 3px
}

.container {
  max-width: 81rem;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%
}

section>.container,
main>.container {
  padding: 3rem 1rem 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  background: #fff;
  padding: 8px 12px;
  z-index: 100
}

.skip-link:focus {
  left: 8px
}

.utility-bar {
    min-height: 2.5rem;
    background: #f1f1f1;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
}

.utility-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.utility-left,
.utility-right {
  display: flex;
  gap: 14px
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .075);
  position: relative;
}

.header-main {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 20px;
}

.logo {
  display: block;
  height: 40px;
  width: 38px;
  color: var(--brand);
}

.logo svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

.logos {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-divider {
  width: 1px;
  height: 36px;
  background: #e0e0e0;
  display: block;
}

.logo-keele img {
  height: 67px;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
}

.primary-nav {
  border-top: 0;
  flex: 1;
}

.primary-nav .container {
  height: 40px;
  display: flex;
  justify-content: flex-end!important;
  align-items: center;
  gap: 30px;
  font-size: 18px;
}

.nav-links {
  width: 100%;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  gap: 5px;
  align-items: center;
}

.hamburger-menu span {
  width: 24px;
  height: 3px;
  background: #00a1cc;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #4a4a4a;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #666;
}

.mobile-logos {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-logos .logo {
  height: 40px;
  width: 38px;
}

.mobile-logos .logo-keele img {
  height: 50px;
  margin: 0;
}

.mobile-logos .logo-divider {
  height: 30px;
}

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-close svg {
  width: 28px;
  height: 28px;
}


.mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.mobile-menu-links a {
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #666;
  transition: color 0.2s;
}

.mobile-menu-links a:hover {
  color: var(--brand);
}

.search {
  display: none;
}

.search input {
  display: none;
}

.search button {
  display: none;
}
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    cursor: pointer;
    border-left: 1px solid #ccc;
    fill: white;
}



.search button svg {
    height: 20px;
    width: 20px;
}

.header-actions {
  display: flex;
  gap: 18px;
  font-size: 12px;
  white-space: nowrap;
}

.primary-nav .container {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 18px;
}

.hero {
  padding: 34px 0 54px;
}

.hero-copy {
  width : 585px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 14px;
  color: var(--brand);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 72px;
  line-height: .96;
  letter-spacing: .3px;
  font-weight: 100!important;
}

.hero-copy p {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 100;
}

.buttons {
  display: flex;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 5px;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
}

.btn:hover {
      text-decoration: underline;
}

.btn-green {
  background: var(--green)
}

.btn-green:hover {
  background: var(--green-hover)
}

.btn-blue {
  background: var(--blue)
}

.btn-blue:hover {
  background: var(--blue-hover)
}

.hero-art {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

/* Before/After slider styles */
.ba-slider{
  position:relative;
  width:100%;
  max-width:720px;
  height:320px; /* fixed height so both images match */
  margin-top:1rem;
  overflow:hidden;
  border-radius:6px;
}
/* make images cover the slider area */
.ba-slider img,
.ba-before{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.ba-before-wrapper{position:absolute;top:0;left:0;width:0%;height:100%;overflow:hidden;transition:width .6s ease}
.ba-handle{position:absolute;top:0;left:0%;transform:translateX(-50%);width:3px;height:100%;background:#e0e0e0;transition:left .6s ease}
.ba-handle-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#fff;border:2px solid #cfcfcf;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.08)}

/* auto animate */
.ba-slider.ba-animate .ba-before-wrapper{animation:ba-bar 8s ease-in-out 1 forwards}
.ba-slider.ba-animate .ba-handle{animation:ba-handle 8s ease-in-out 1 forwards}

@keyframes ba-bar{
  0%{width:0%}
  25%{width:25%}
  50%{width:50%}
  75%{width:75%}
  100%{width:100%}
}
@keyframes ba-handle{
  0%{left:0%}
  25%{left:25%}
  50%{left:50%}
  75%{left:75%}
  100%{left:100%}
}

@media (prefers-reduced-motion: reduce){
  .ba-slider.ba-animate .ba-before-wrapper,.ba-slider.ba-animate .ba-handle{animation:none}
}

.ssn-action-icon svg {
    height: 1.125rem;
    width: 1.125rem;
}

.offer-badge,
.price-badge,
.round-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--brand);
  background: var(--yellow);
  color: var(--navy);
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.02
}

.offer-badge {
  position: absolute;
  right: 5px;
  top: 34px;
  width: 92px;
  height: 92px;
  font-size: 11px
}

.offer-badge strong {
  font-size: 25px
}

.offer-badge b {
  font-size: 12px
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px
}

span.ssn-link-shortlabel {
    display: none;
}

.editorial-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 2px 10px 0 #00000026;
}

.editorial-card:hover,
.explore-card:hover,
.pick-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18)
}

.editorial-card img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover
}

.card-image-wrap {
  position: relative
}

.card-body {
  min-height: 78px;
  padding: 1.5rem 1rem 2rem;
  font-size: 22px;
  font-weight: 600
}

.price-badge {
  position: absolute;
  right: -10px;
  top: -14px;
  width: 68px;
  height: 68px;
  font-size: 9px
}

.price-badge b {
  font-size: 22px
}

.price-badge.small {
  font-size: 8px;
  width: 68px;
  height: 68px
}

.picks {
  background: var(--warm);
  padding: 36px 0 52px
}

/* Keele store layout */
.store-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  width:100%;
  margin-bottom:1rem;
}
.store-title h2{margin:0}
.store-address-line{font-size:20px;margin-top:.25rem}
.store-status-wrap {
    font-size: 20px;
    text-align: right;
    background: white;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.store-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  font-size: 20px; /* requested font size */
}

@media (max-width: 800px) {
  .store-header{flex-direction:column;align-items:flex-start}
  .store-status-wrap{text-align:left}
  .store-info { grid-template-columns: 1fr; }
}




h2 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700
}

.pick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 18px
}

.pick-card {
  position: relative;
  background: #fff;
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .13)
}

.pick-text {
  padding: 13px 10px;
  font-size: 22px;
  font-weight: 600
}

.pick-card img {
  width: 100%;
  height: 96px;
  object-fit: cover
}

.round-badge {
  position: absolute;
  right: -7px;
  top: -11px;
  width: 66px;
  height: 66px;
  font-size: 8px
}

.round-badge b {
  font-size: 18px
}

.round-badge.red {
  background: var(--offer);
  border-color: var(--offer);
  color: #fff;
  font-size: 9px
}

.round-badge.red b {
  font-size: 13px
}

.explore {
  padding: 38px 0 40px
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.explore-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .14)
}

.explore-card img {
  width: 100%;
  display: block;
  object-fit: cover
}

.explore-card span {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 22px;
    font-weight: 600;
    padding: 1.25rem 2rem;
    min-height: 6.25rem;
    border-radius: 8px;
}

.explore-card b {
  font-size: 26px;
  font-weight: 400;
  line-height: 1
}

svg#_S_4_ {
    height: 1em;
    width: 1em;
    margin-left: 10px;
    fill: black;
}

.help {
  background: var(--lilac);
  padding: 38px 0 40px
}

.help-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px
}

.help h3 {
  font-size: 15px;
  margin: 0 0 8px
}

.help p {
  font-size: 20px;
  margin: 0 0 24px
}

.help a,
.fine-print a {
  color: var(--blue);
  text-decoration: underline
}

.fine-print {
   padding: 34px 0;
   font-size: 20px;
   line-height: 1.4
}

.app-section {
  background: #c5e6f4;
  padding: 3rem 1rem 2rem;
}

.app-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.app-content h2 {
  margin-bottom: 16px;
  font-size: 36px;
  color: #282828;
}

.app-content > p {
  font-size: 18px;
  color: #595959;
  margin-bottom: 24px;
  line-height: 1.5;
}

.app-content ul {
  list-style: disc;
  padding-left: 24px;
  margin: 24px 0;
}

.app-content li {
  font-size: 16px;
  color: #595959;
  margin-bottom: 12px;
  line-height: 1.5;
}

.app-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.app-button {
    display: inline-block;
    width: 150px;
    height: auto;
    text-decoration: none;
    transition: transform 0.2s;
    background-color: black;
    border-radius: 8px;
}

.app-button:hover {
  transform: scale(1.05);
}

.app-button img,
.app-button svg {
  width: 100%;
  height: auto;
  display: block;
}

.app-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

@media (max-width: 800px) {
    
    .hero-copy {width:100%;}
    
    .hero-art {height : 100%;}
    
        .hero {
        padding-top: 0px;
        margin-top: -40px;
    }
    
    
  .app-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .app-content h2 {
    font-size: 28px;
  }

  .app-image {
    display: flex;
    justify-content: center;
  }

  .app-buttons {
    flex-wrap: wrap;
  }
}

.footer {
  background: #282828;
  color: #fff;
  padding: 28px 0 24px
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #555
}

.footer h2 {
  font-size: 1.375rem;
  margin-bottom: 14px
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  gap: 18px
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.footer-links a {
  font-size: 18px
  font-weight : 400!important;
}

.socials {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  padding-top: 4px
}

.footer-bottom {
  padding-top: 18px
}

.footer-bottom>div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.footer-bottom a,
.footer-bottom p {
  font-size: 10px;
  color: #ddd
}

.footer-bottom p {
  margin: 16px 0 0
}

@media (max-width: 800px) {
  .container {
    max-width: 81rem;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%
  }

  .utility-bar {
    display: none
  }

  .header-main {
    height: auto;
    padding: 12px 16px;
  }

  .primary-nav {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .mobile-menu {
    display: flex;
  }

  .logo-keele img {
    height: 50px;
    margin: 0;
  }

  .header-actions {
    grid-column: 1/-1;
    justify-content: center;
    font-size: 11px
  }

  .search {
    width: 100%
  }

  .primary-nav .container {
    overflow: auto;
    justify-content: flex-start;
    gap: 22px;
    white-space: nowrap
  }

  .hero {
    padding-top: 24px
  }

  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero-art {
    order: -1
  }

  .hero-copy h1 {
    font-size: 42px
  }

  .editorial-grid {
    grid-template-columns: 1fr
  }

  .editorial-card img {
    height: 190px
  }

  .pick-grid {
    grid-template-columns: 1fr
  }

  .explore-grid {
    grid-template-columns: 1fr 1fr
  }

  .help-grid {
    grid-template-columns: 1fr;
    gap: 0
  }

  .footer-top {
    flex-direction: column
  }

  .footer-links {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 520px) {
  .explore-grid {
    grid-template-columns: 1fr
  }

  .footer-links {
    grid-template-columns: 1fr 1fr
  }

  .hero-copy h1 {
    font-size: 36px
  }
}