/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/* Import Fonts Here */
@font-face {
  font-family: "GitLab Sans";
  src: url("/app/themes/hotpress/dist/fonts/GitLabSans.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p, a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.site-header__rail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 40;
}
.site-header__logo {
  margin-top: -1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header-inner.is-hidden {
  transform: translate3d(0, -120%, 0);
}
.splide-work .splide__arrow {
  height: 50px;
  width: 50px;
}
@media (min-width: 1024px) {
  .splide-work .splide__arrow {
    height: 75px;
    width: 75px;
  }
}
.splide-work .splide__arrow {
  background-color: rgba(255, 255, 255, 0.1);
}
.home--testimonials .splide__arrow {
  height: 50px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
}
.home--testimonials .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(151 135 127 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .home--testimonials .splide__arrow {
    height: 75px;
    width: 75px;
  }
}
.home--testimonials .splide__arrow svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.splide__arrow--prev svg {
  transform: none;
}
.splide__arrow--next svg {
  transform: none;
}
.approach__pin {
  position: relative;
}
.approach__introOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none; /* optional: let scroll/clicks hit panels */
}
/* but allow clicking links/buttons inside intro if needed */
.approach__introOverlay .approach__intro {
  pointer-events: auto;
}
.approach__stage {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
}
/* stacked panels */
.approach__track {
  position: absolute;
  inset: 0;
  z-index: 10;
  will-change: transform;
}
.approach__panel {
  position: absolute;
  inset: 0;
  height: 100%;
  display: flex;
  align-items: center;
  will-change: transform, opacity, filter;
}
@media (max-width: 1023px) {
  .approach__introOverlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    pointer-events: auto;
  }
  .approach__introOverlay::after {
    display: none;
  }
}
/* mobile off */
@media (max-width: 1023px) {
  .approach__intro {
    position: relative;
  }
  .approach__stage {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .approach__track {
    position: relative;
    inset: auto;
  }
  .approach__panel {
    position: relative;
    inset: auto;
    height: auto;
    align-items: stretch;
  }
  .approach__intro::after {
    display: none;
  }
}
.contact-form .wpcf7 {
  margin: 0;
}
.contact-form .wpcf7-form {
  display: grid;
  gap: 16px;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 0 12px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 12px;
}
.contact-form select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 28px 12px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px 8px;
}
.contact-form select:focus {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 2rem !important;
  border-radius: 10px;
  font-size: 16px !important;
  line-height: 1.5;
  color: #111;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
}
.contact-form .wpcf7-acceptance {
  margin-top: 6px;
}
.contact-form .wpcf7-acceptance label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}
.contact-form .wpcf7-acceptance input[type=checkbox] {
  margin-top: 3px;
  width: 14px;
  height: 14px;
  accent-color: #ffffff;
}
.contact-form .wpcf7-acceptance a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s ease-in-out;
}
.contact-form .wpcf7-acceptance a:hover {
  --tw-text-opacity: 1;
  color: rgb(151 135 127 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7-spinner {
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
