@font-face {
  font-family: "Avenir Next World";
  src: url("../../fonts/avenir-next-world-regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Avenir Next World";
  src: url("../../fonts/avenir-next-world-demi.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Avenir Next World";
  src: url("../../fonts/avenir-next-world-bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}
:root {
  --klshay-ink: #10120e;
  --klshay-lime: #d9eb12;
  --klshay-lime-dark: #b9cf00;
  --klshay-canvas: #fff;
  --klshay-mist: #f3f4f8;
  --klshay-line: #e5e7eb;
  --klshay-muted: #697078;
  --klshay-danger: #dd3324;
  --klshay-radius-sm: 12px;
  --klshay-radius: 18px;
  --klshay-radius-lg: 28px;
  --klshay-shadow: 0 12px 30px rgb(16 18 14 / 8%);
  --klshay-focus: 0 0 0 3px var(--klshay-canvas), 0 0 0 6px var(--klshay-ink);
  --klshay-content: min(1200px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--klshay-canvas);
  color: var(--klshay-ink);
  font-family: "Avenir Next World", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
[type=button],
[type=submit] {
  cursor: pointer;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  border-radius: 6px;
  box-shadow: var(--klshay-focus);
  outline: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.site-main {
  padding-block: clamp(2rem, 5vw, 5rem);
}

.wp-block-button__link,
.wp-element-button {
  align-items: center;
  border: 1px solid var(--klshay-ink);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--klshay-ink);
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.site-header {
  background: var(--klshay-canvas);
  border-bottom: 1px solid var(--klshay-line);
  position: relative;
  z-index: 20;
}

.klshay-utility-bar {
  align-items: center;
  background: var(--klshay-lime);
  color: var(--klshay-ink);
  gap: 0.5rem 1rem;
  min-height: 44px;
  padding: 0.35rem max(1rem, (100vw - 1200px) / 2);
}
.klshay-utility-bar p {
  margin: 0;
}
.klshay-utility-bar .wp-block-navigation-item__content {
  color: var(--klshay-ink);
  font-size: 0.75rem;
  min-height: 44px;
}

.klshay-utility-links,
.klshay-header-actions {
  align-items: center;
  gap: 0.5rem;
}

.klshay-location-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.25rem;
  min-height: 44px;
  padding: 0.15rem;
}

.klshay-header-main {
  align-items: center;
  display: grid !important;
  gap: 0.75rem;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  padding-block: 0.7rem;
}

.klshay-wordmark {
  font-size: clamp(1.25rem, 4vw, 1.75rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.075em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.klshay-wordmark a {
  text-decoration: none;
}

.klshay-menu-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--klshay-line);
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.klshay-menu-button span:not(.screen-reader-text) {
  background: var(--klshay-ink);
  border-radius: 99px;
  height: 2px;
  transition: transform 160ms ease, opacity 160ms ease;
  width: 18px;
}

body[data-mobile-menu-open=true] .klshay-menu-button span:nth-of-type(2) {
  opacity: 0;
}
body[data-mobile-menu-open=true] .klshay-menu-button span:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}
body[data-mobile-menu-open=true] .klshay-menu-button span:nth-of-type(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.klshay-site-search {
  grid-column: 1/-1;
  grid-row: 2;
  margin: 0;
}
.klshay-site-search .wp-block-search__inside-wrapper {
  background: var(--klshay-mist);
  border: 1px solid transparent;
  border-radius: 14px;
  min-height: 46px;
  padding: 3px;
}
.klshay-site-search .wp-block-search__input {
  background: transparent;
  border: 0;
  color: var(--klshay-ink);
  min-height: 38px;
  padding-inline: 0.75rem;
}
.klshay-site-search .wp-block-search__button {
  align-items: center;
  background: var(--klshay-ink);
  border: 0;
  border-radius: 10px;
  color: var(--klshay-canvas);
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 38px;
  min-width: 40px;
  padding: 0.5rem;
}

.klshay-header-actions {
  justify-content: flex-end;
  min-width: 44px;
}
.klshay-header-actions .klshay-wishlist-link {
  display: none;
}
.klshay-header-actions .wc-block-customer-account,
.klshay-header-actions .wc-block-customer-account__button {
  min-height: 44px;
  min-width: 44px;
}
.klshay-header-actions .wc-block-mini-cart {
  margin: 0;
}
.klshay-header-actions .wc-block-mini-cart__button {
  min-height: 44px;
  min-width: 44px;
  padding: 0.45rem;
}

.klshay-category-nav {
  background: var(--klshay-canvas);
  border-top: 1px solid var(--klshay-line);
  display: none;
  overflow-x: auto;
  padding: 0;
}
.klshay-category-nav .wp-block-navigation,
.klshay-category-nav .klshay-dynamic-category-nav {
  gap: 0;
  min-width: max-content;
}
.klshay-category-nav .klshay-dynamic-category-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.klshay-category-nav .wp-block-navigation-item__content {
  align-items: center;
  color: var(--klshay-ink);
  display: flex;
  font-size: 0.84rem;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
  white-space: nowrap;
}
.klshay-category-nav .wp-block-navigation-item__content:hover {
  background: var(--klshay-mist);
}

body[data-mobile-menu-open=true] .klshay-category-nav {
  display: block;
}

@media (min-width: 782px) {
  .klshay-header-main {
    grid-template-columns: minmax(112px, auto) minmax(260px, 1fr) auto;
    padding-block: 1rem;
  }
  .klshay-menu-button {
    display: none;
  }
  .klshay-site-search {
    grid-column: auto;
    grid-row: auto;
  }
  .klshay-header-actions .klshay-wishlist-link {
    align-items: center;
    display: flex;
    font-size: 0.85rem;
    min-height: 44px;
    text-decoration: none;
  }
  .klshay-category-nav {
    display: block;
  }
}
.klshay-section-heading {
  align-items: flex-end;
  gap: 0.5rem 1.5rem;
  margin-bottom: 1.25rem;
}
.klshay-section-heading h2, .klshay-section-heading p {
  margin: 0;
}
.klshay-section-heading > p a {
  font-size: 0.9rem;
}

.klshay-eyebrow {
  color: var(--klshay-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.4rem;
  text-transform: uppercase;
}

.klshay-category-section,
.klshay-featured-products {
  margin-block: clamp(3rem, 7vw, 6rem);
}

.klshay-category-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.klshay-category-empty {
  background: var(--klshay-mist);
  border: 1px dashed var(--klshay-line);
  border-radius: var(--klshay-radius);
  color: var(--klshay-muted);
  margin: 0;
  padding: 1.25rem;
}

.klshay-category-card {
  aspect-ratio: 1/1.08;
  background: var(--klshay-mist);
  border-radius: var(--klshay-radius);
  color: var(--klshay-ink);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.klshay-category-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}
.klshay-category-card > span:not(.klshay-card-arrow) {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 12px;
  bottom: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  left: 0.65rem;
  max-width: calc(100% - 3.4rem);
  padding: 0.55rem 0.65rem;
  position: absolute;
}
.klshay-category-card:hover img {
  transform: scale(1.04);
}

.klshay-card-arrow {
  align-items: center;
  background: var(--klshay-canvas);
  border-radius: 50%;
  bottom: 0.65rem;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 0.65rem;
  width: 36px;
}

.klshay-trust-banner {
  background: var(--klshay-mist);
  border-radius: var(--klshay-radius-lg);
  margin-block: clamp(3rem, 7vw, 6rem);
  padding: 1.25rem;
}

.klshay-trust-columns {
  gap: 1rem;
}

.klshay-trust-columns > .wp-block-column {
  margin: 0;
}

.klshay-trust-columns .wp-block-group {
  align-items: flex-start;
  gap: 0.8rem;
}

.klshay-trust-columns h3,
.klshay-trust-columns p {
  margin: 0;
}

.klshay-trust-icon {
  align-items: center;
  background: var(--klshay-lime);
  border-radius: 12px;
  display: flex;
  flex: 0 0 42px;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.is-style-soft-panel {
  background: var(--klshay-mist);
  border: 1px solid var(--klshay-line);
  border-radius: var(--klshay-radius);
  padding: 1.25rem;
}

@media (min-width: 600px) {
  .klshay-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .klshay-category-card {
    aspect-ratio: 1/1.2;
  }
}
@media (min-width: 782px) {
  .klshay-trust-banner {
    padding: 2rem;
  }
  .klshay-trust-columns {
    gap: 2rem;
  }
}
.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: var(--klshay-radius-sm);
  margin-bottom: 1rem;
}

.klshay-product-collection .wc-block-product-template {
  display: grid !important;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 !important;
  padding: 0 !important;
}
.klshay-product-collection .wc-block-product {
  background: var(--klshay-canvas);
  border: 1px solid var(--klshay-line);
  border-radius: var(--klshay-radius);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0.55rem;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.klshay-product-collection .wc-block-product:hover {
  box-shadow: var(--klshay-shadow);
  transform: translateY(-2px);
}
.klshay-product-collection .wc-block-components-product-title a::after,
.klshay-product-collection .wc-block-product-title a::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.klshay-product-collection .wc-block-components-product-image,
.klshay-product-collection .wc-block-product-image {
  background: var(--klshay-mist);
  border-radius: calc(var(--klshay-radius) - 6px);
  display: block;
  overflow: hidden;
}
.klshay-product-collection .wc-block-components-product-image img,
.klshay-product-collection .wc-block-product-image img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}
.klshay-product-collection .wc-block-product:hover .wc-block-components-product-image img,
.klshay-product-collection .wc-block-product:hover .wc-block-product-image img {
  transform: scale(1.025);
}
.klshay-product-collection .wc-block-components-product-title,
.klshay-product-collection .wc-block-product-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 !important;
}
.klshay-product-collection .wc-block-components-product-title a,
.klshay-product-collection .wc-block-product-title a {
  text-decoration: none;
}
.klshay-product-collection .wc-block-components-product-price,
.klshay-product-collection .wc-block-product-price {
  color: var(--klshay-ink);
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0 !important;
}
.klshay-product-collection .wc-block-components-product-price del,
.klshay-product-collection .wc-block-product-price del {
  color: var(--klshay-muted);
  font-weight: 400;
}
.klshay-product-collection .wc-block-components-product-price ins,
.klshay-product-collection .wc-block-product-price ins {
  color: var(--klshay-danger);
  text-decoration: none;
}
.klshay-product-collection .wc-block-components-product-rating,
.klshay-product-collection .wc-block-product-rating {
  color: var(--klshay-muted);
  font-size: 0.7rem;
  margin: 0 !important;
}
.klshay-product-collection .wp-block-woocommerce-product-button,
.klshay-product-collection .wc-block-components-product-button {
  margin: auto 0 0 !important;
  position: relative;
  z-index: 2;
}
.klshay-product-collection .wp-block-woocommerce-product-button a,
.klshay-product-collection .wp-block-woocommerce-product-button button,
.klshay-product-collection .wc-block-components-product-button a,
.klshay-product-collection .wc-block-components-product-button button {
  align-items: center;
  background: var(--klshay-ink);
  border: 1px solid var(--klshay-ink);
  border-radius: 10px;
  color: var(--klshay-canvas);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0.45rem 0.65rem;
  text-decoration: none;
  width: 100%;
}

.klshay-catalogue-layout {
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
}

.klshay-product-filters {
  background: var(--klshay-mist);
  border-radius: var(--klshay-radius);
  padding: 1rem;
  width: 100%;
}
.klshay-product-filters h2 {
  margin: 0;
}
.klshay-product-filters .wc-block-components-filter-wrapper,
.klshay-product-filters .wp-block-woocommerce-product-filter-active,
.klshay-product-filters .wp-block-woocommerce-product-filter-price,
.klshay-product-filters .wp-block-woocommerce-product-filter-taxonomy,
.klshay-product-filters .wp-block-woocommerce-product-filter-status {
  border-color: var(--klshay-line);
}
.klshay-product-filters .wc-block-components-filter-reset-button,
.klshay-product-filters .wp-block-woocommerce-product-filter-clear-button {
  color: var(--klshay-ink);
}
.klshay-product-filters .wp-block-search__inside-wrapper {
  border: 1px solid var(--klshay-line);
  border-radius: 10px;
  min-height: 44px;
}
.klshay-product-filters .wp-block-search__input {
  border: 0;
  min-height: 42px;
}
.klshay-product-filters .wp-block-search__button {
  background: var(--klshay-ink);
  border: 0;
  border-radius: 8px;
  color: var(--klshay-canvas);
  min-height: 38px;
}
.klshay-product-filters input, .klshay-product-filters select {
  min-height: 44px;
}

.klshay-product-results {
  min-width: 0;
  width: 100%;
}

.klshay-catalogue-toolbar {
  align-items: center;
  margin-bottom: 1rem;
}

.klshay-catalogue-toolbar p {
  margin: 0;
}

.wc-block-catalog-sorting select {
  border: 1px solid var(--klshay-line);
  border-radius: 10px;
  min-height: 44px;
  padding: 0.45rem 2rem 0.45rem 0.7rem;
}

.klshay-single-product,
.klshay-cart-page,
.klshay-checkout-page {
  max-width: 1200px;
}

.klshay-product-summary {
  background: var(--klshay-mist);
  border-radius: var(--klshay-radius);
  padding: clamp(1rem, 3vw, 2rem);
}
.klshay-product-summary > * {
  margin-block-start: 0;
}
.klshay-product-summary .wp-block-post-title {
  margin-bottom: 0.75rem;
}
.klshay-product-summary .wc-block-components-product-price {
  font-size: 1.35rem;
  font-weight: 800;
}
.klshay-product-summary .wc-block-components-product-rating {
  margin-bottom: 1rem;
}

.wc-block-add-to-cart-form .quantity,
.woocommerce div.product form.cart .quantity {
  align-items: center;
  display: inline-flex;
}
.wc-block-add-to-cart-form input.qty,
.woocommerce div.product form.cart input.qty {
  border: 1px solid var(--klshay-line);
  border-radius: 10px;
  min-height: 44px;
  width: 4.2rem;
}
.wc-block-add-to-cart-form button.single_add_to_cart_button,
.woocommerce div.product form.cart button.single_add_to_cart_button {
  min-height: 48px;
}

.klshay-quantity-control {
  align-items: center;
  display: inline-flex;
  gap: 0.25rem;
}
.klshay-quantity-control button {
  align-items: center;
  background: var(--klshay-canvas);
  border: 1px solid var(--klshay-line);
  border-radius: 9px;
  color: var(--klshay-ink);
  display: inline-flex;
  font-size: 1.1rem;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.wc-block-cart .wc-block-components-sidebar,
.wc-block-cart .wc-block-components-totals-wrapper,
.wc-block-cart .wc-block-checkout__sidebar,
.wc-block-checkout .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-checkout__sidebar {
  border-radius: var(--klshay-radius);
}
.wc-block-cart .wc-block-cart__submit-button,
.wc-block-cart .wc-block-components-checkout-place-order-button,
.wc-block-checkout .wc-block-cart__submit-button,
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  background: var(--klshay-ink);
  border-radius: 14px;
  min-height: 50px;
}
.wc-block-cart input,
.wc-block-cart select,
.wc-block-cart textarea,
.wc-block-checkout input,
.wc-block-checkout select,
.wc-block-checkout textarea {
  border-color: var(--klshay-line);
  border-radius: 10px;
  min-height: 44px;
}

.klshay-related-products {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.klshay-related-products .woocommerce {
  margin-top: 1.25rem;
}

.klshay-related-products ul.products {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.klshay-related-products ul.products li.product {
  background: var(--klshay-canvas);
  border: 1px solid var(--klshay-line);
  border-radius: var(--klshay-radius);
  margin: 0;
  overflow: hidden;
  padding: 0.55rem;
  width: auto;
}

.klshay-related-products ul.products img {
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.klshay-toast {
  background: var(--klshay-ink);
  border-radius: 14px;
  bottom: 1rem;
  box-shadow: var(--klshay-shadow);
  color: var(--klshay-canvas);
  font-size: 0.9rem;
  left: 50%;
  opacity: 0;
  padding: 0.85rem 1rem;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 1rem);
  transition: opacity 180ms ease, transform 180ms ease;
  visibility: hidden;
  z-index: 9999;
}

.klshay-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

@media (min-width: 600px) {
  .klshay-product-collection .wc-block-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .klshay-product-collection .wc-block-product {
    padding: 0.7rem;
  }
  .klshay-product-collection .wc-block-components-product-title,
  .klshay-product-collection .wc-block-product-title {
    font-size: 0.88rem;
  }
  .klshay-related-products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 782px) {
  .klshay-product-collection .wc-block-product-template {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .klshay-featured-products .wc-block-product-template {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .klshay-catalogue-layout {
    flex-direction: row;
    gap: 2rem;
  }
  .klshay-product-filters {
    flex: 0 0 245px;
    position: sticky;
    top: 1rem;
  }
  .klshay-product-results {
    flex: 1 1 auto;
  }
}
.klshay-hero {
  margin-inline: auto;
  max-width: 1440px;
  overflow: hidden;
  padding-inline: 0 !important;
}

.klshay-hero-inner {
  align-items: stretch;
  background: var(--klshay-lime);
  border-radius: 0 0 var(--klshay-radius-lg) var(--klshay-radius-lg);
  margin: 0 !important;
  overflow: hidden;
}
.klshay-hero-inner > .wp-block-column {
  margin: 0;
}

.klshay-hero-copy {
  align-self: center;
  padding: clamp(1.5rem, 5vw, 5rem) clamp(1.25rem, 5vw, 5.25rem);
}
.klshay-hero-copy h1 {
  letter-spacing: -0.065em;
  margin-block: 0 1rem;
  max-width: 9ch;
}
.klshay-hero-copy > p:not(.klshay-eyebrow) {
  margin: 0 0 1.5rem;
  max-width: 38ch;
}
.klshay-hero-copy .wp-block-buttons {
  gap: 0.6rem;
}

.klshay-hero-visual {
  align-self: stretch;
  min-height: 240px;
}
.klshay-hero-visual figure, .klshay-hero-visual img {
  height: 100%;
  margin: 0;
  width: 100%;
}
.klshay-hero-visual img {
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}

.site-footer {
  background: var(--klshay-mist);
  color: var(--klshay-ink);
  padding-block: 0 1rem;
}

.klshay-support-strip {
  align-items: center;
  border-bottom: 1px solid var(--klshay-line);
  gap: 1rem;
  padding-block: 2rem;
}
.klshay-support-strip h2, .klshay-support-strip p {
  margin: 0;
}
.klshay-support-strip .wp-block-navigation {
  gap: 0.3rem 1rem;
}
.klshay-support-strip .wp-block-navigation-item__content {
  font-size: 0.85rem;
  min-height: 44px;
}

.klshay-footer-links {
  align-items: flex-start;
  gap: 2rem;
  padding-block: 2.5rem;
}
.klshay-footer-links > .wp-block-group {
  min-width: min(100%, 230px);
}
.klshay-footer-links .wp-block-navigation {
  gap: 0.25rem;
}
.klshay-footer-links .wp-block-navigation-item__content {
  color: var(--klshay-muted);
  font-size: 0.85rem;
  min-height: 44px;
  padding: 0.1rem 0;
  text-decoration: none;
}

.klshay-footer-columns {
  gap: 2.5rem;
}

.klshay-footer-columns h3 {
  margin: 0 0 0.55rem;
}

.klshay-copyright {
  border-top: 1px solid var(--klshay-line);
  color: var(--klshay-muted);
  gap: 0.5rem 1rem;
  padding-top: 1rem;
}

.klshay-copyright p {
  margin: 0;
}

@media (min-width: 782px) {
  .klshay-hero {
    padding-inline: 1rem !important;
  }
  .klshay-hero-inner {
    border-radius: var(--klshay-radius-lg);
  }
  .klshay-hero-visual {
    min-height: 430px;
  }
  .klshay-hero-visual img {
    min-height: 430px;
  }
}
