@import url(https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Manrope:wght@200..800&display=swap);
@charset "UTF-8";
/*
 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:
 */
/* Import Fonts Here */
.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;
}
/* Styles */
:root {
  /* Stop scaling around your main container max */
  --h1: clamp(3rem, 1.903rem + 4.68vw, 6rem); /* 48 → 96 */
  --h2: clamp(2.25rem, 1.593rem + 2.81vw, 4rem); /* 36 → 64 */
  --h3: clamp(1.75rem, 1.422rem + 1.41vw, 2.625rem); /* 28 → 42 */
  --h4: clamp(1.5rem, 1.313rem + 0.80vw, 2rem); /* 24 → 32 */
  --h5: clamp(1.125rem, 1.066rem + 0.25vw, 1.25rem); /* 18 → 20 */
  --body: 1rem; /* 16 */
  --small: 0.875rem; /* 14 */
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: var(--h1);
}
h2 {
  font-size: var(--h2);
}
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
}
h5 {
  font-size: var(--h5);
}
p, a {
  font-size: var(--body);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.home--opening-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  z-index: -1;
}
.aw-tab {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 14px;
  width: 100%;
  text-align: center;
  border-radius: 0;
  font-family: Manrope, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 56 103 / var(--tw-text-opacity, 1));
  transition: all 0.35s ease;
}
.aw-tab:hover {
  background: rgba(0, 56, 103, 0.08);
}
.aw-tab.is-active {
  background: #003867;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
/* first tab active */
.aw-tab.first.is-active {
  border-radius: 9999px 0 0 9999px;
}
/* second tab active */
.aw-tab.last.is-active {
  border-radius: 0 9999px 9999px 0;
}
.aw-parallax-band {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .aw-parallax-band {
    min-height: 600px;
  }
}
/* iOS / touch devices often don't support bg-fixed properly */
@media (hover: none) and (pointer: coarse) {
  .aw-parallax-band {
    background-attachment: scroll;
  }
}
/* Full-bleed logo scroller fades at edges */
.aw-logo-marquee {
  position: relative;
  padding: 8px 0;
  /* gradient mask for edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.aw-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
}
.aw-logo-item img {
  height: 100%;
  width: auto;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%);
}
.aw-logo-item img:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  filter: grayscale(0%);
}
/* Remove Splide default padding quirks */
#client-logo-splide .splide__track {
  overflow: visible;
}
#client-logo-splide .splide__list {
  align-items: center;
}
.quote--cta-cards:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(19 46 65 / var(--tw-bg-opacity, 1));
  z-index: -1;
}
/* Step active state (GSAP toggles .is-active) */
.process-step {
  opacity: 0.65;
  transition: opacity 0.35s ease;
}
.process-step.is-active {
  opacity: 1;
}
.process-step .process-circle {
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}
.process-step.is-active .process-circle {
  transform: scale(1.04);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  filter: saturate(1.05);
}
#featured-case-splide {
  position: relative;
}
#featured-case-splide .splide__list {
  align-items: stretch;
}
#featured-case-splide .splide__slide {
  height: auto;
  display: flex;
}
#featured-case-splide .splide__slide > .featured-slide {
  flex: 1;
}
.featured-slide {
  min-height: 420px;
  padding-bottom: 28px;
  position: relative;
}
.featured-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0E2A3D;
  border-radius: 16px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .featured-slide::before {
    width: 90%;
    left: 0;
    right: auto;
  }
}
.featured-slide__panel {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
}
@media (min-width: 1024px) {
  .featured-slide__panel {
    padding: 48px;
  }
}
.featured-slide__media {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .featured-slide__media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6%;
    width: 115%;
  }
}
.featured-media-card {
  position: relative;
}
.featured-case-pagination {
  display: flex;
  justify-content: center;
  margin-top: -40px;
}
.featured-case-pagination .splide__pagination {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
@media (min-width: 1024px) {
  .featured-case-pagination {
    position: absolute;
    left: 85%;
    bottom: 28px;
    width: auto;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: auto;
  }
}
.contact--form label {
  display: block;
  font-family: Manrope, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(32 34 21 / var(--tw-text-opacity, 1));
}
.contact--form input[type=text],
.contact--form input[type=email],
.contact--form input[type=tel],
.contact--form textarea {
  width: 100%;
  border-radius: 12px;
  background: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 14px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.contact--form input[type=text]:focus,
.contact--form input[type=email]:focus,
.contact--form input[type=tel]:focus,
.contact--form textarea:focus {
  border-color: rgba(180, 133, 61, 0.6);
  background: #f0f0f0;
  box-shadow: 0 0 0 3px rgba(180, 133, 61, 0.18);
  transform: translateY(-1px);
}
.contact--form textarea {
  min-height: 160px;
  resize: vertical;
}
.contact--form input[type=submit] {
  width: auto;
}
.contact--form .wpcf7-acceptance {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  color: rgba(13, 19, 23, 0.7);
}
.contact--form .wpcf7-acceptance a {
  color: #b4853d;
  text-decoration: underline;
}
.contact--form .wpcf7-not-valid-tip {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  margin-top: 6px;
}
.contact--form .wpcf7-response-output {
  margin-top: 18px;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: Manrope, sans-serif;
}
.faq-item.is-open .faq-trigger {
  background: #0E2A3D; /* secondary */
  color: #fff;
  border-radius: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.faq-item.is-open .faq-icon {
  color: rgba(255, 255, 255, 0.85);
}
.quote--form .wpcf7 .wpcf7-response-output {
  margin-top: 18px;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: Manrope, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
.quote--form .wpcf7 .wpcf7-not-valid-tip {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  margin-top: 6px;
  color: rgba(255, 220, 160, 0.95);
}
.quote--form label {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}
.quote--form input[type=text],
.quote--form input[type=email],
.quote--form input[type=tel],
.quote--form input[type=date],
.quote--form input[type=number],
.quote--form select,
.quote--form textarea {
  width: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  color: #0d1317;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.quote--form input[type=text]::-moz-placeholder, .quote--form input[type=email]::-moz-placeholder, .quote--form input[type=tel]::-moz-placeholder, .quote--form input[type=date]::-moz-placeholder, .quote--form input[type=number]::-moz-placeholder, .quote--form select::-moz-placeholder, .quote--form textarea::-moz-placeholder {
  color: rgba(13, 19, 23, 0.55);
}
.quote--form input[type=text]::placeholder,
.quote--form input[type=email]::placeholder,
.quote--form input[type=tel]::placeholder,
.quote--form input[type=date]::placeholder,
.quote--form input[type=number]::placeholder,
.quote--form select::placeholder,
.quote--form textarea::placeholder {
  color: rgba(13, 19, 23, 0.55);
}
.quote--form input[type=text]:focus,
.quote--form input[type=email]:focus,
.quote--form input[type=tel]:focus,
.quote--form input[type=date]:focus,
.quote--form input[type=number]:focus,
.quote--form select:focus,
.quote--form textarea:focus {
  border-color: rgba(180, 133, 61, 0.75);
  box-shadow: 0 0 0 3px rgba(180, 133, 61, 0.22);
  transform: translateY(-1px);
}
.quote--form textarea {
  min-height: 160px;
  resize: vertical;
}
.quote--form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(13, 19, 23, 0.6) 50%), linear-gradient(135deg, rgba(13, 19, 23, 0.6) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 1px), calc(100% - 12px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.quote--form .wpcf7-acceptance,
.quote--form .wpcf7-list-item-label {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: none;
  letter-spacing: 0;
}
.quote--form .wpcf7-acceptance a {
  color: #b4853d;
  text-decoration: underline;
}
.quote--form .wpcf7-checkbox {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .quote--form .wpcf7-checkbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.quote--form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.quote--form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.78);
}
.quote--form .wpcf7-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  accent-color: #b4853d;
}
.quote--form input[type=submit] {
  width: auto;
}
.js-newsArchiveRoot.is-loading {
  opacity: 0.6;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.news-prose {
  font-family: Manrope, sans-serif;
  color: #202215;
}
.news-prose > * + * {
  margin-top: 16px;
}
.news-prose p {
  line-height: 1.8;
  font-size: 16px;
  color: rgba(32, 34, 21, 0.78);
}
.news-prose h2, .news-prose h3, .news-prose h4 {
  font-family: Libre Caslon Display, serif;
  letter-spacing: -0.02em;
  color: #0D1317;
  line-height: 1.12;
  margin-top: 26px;
}
.news-prose h2 {
  font-size: clamp(26px, 1.3vw + 18px, 38px);
}
.news-prose h3 {
  font-size: clamp(22px, 1vw + 16px, 30px);
}
.news-prose h4 {
  font-size: 18px;
}
.news-prose a {
  color: #003867;
  text-decoration: underline;
  text-decoration-color: rgba(0, 56, 103, 0.25);
  text-underline-offset: 4px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.news-prose a:hover {
  color: #B4853D;
  text-decoration-color: rgba(180, 133, 61, 0.6);
}
.news-prose ul, .news-prose ol {
  padding-left: 18px;
  color: rgba(32, 34, 21, 0.78);
  line-height: 1.8;
}
.news-prose ul li + li, .news-prose ol li + li {
  margin-top: 8px;
}
.news-prose blockquote {
  margin-top: 22px;
  padding: 18px 18px 18px 18px;
  border-left: 3px solid rgba(180, 133, 61, 0.9);
  background: rgba(0, 56, 103, 0.05);
  border-radius: 14px;
  color: rgba(13, 19, 23, 0.85);
}
.news-prose blockquote p {
  margin: 0;
}
.news-prose img {
  border-radius: 16px;
}
.news-prose figure {
  margin-top: 22px;
}
.news-prose figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 19, 23, 0.55);
}
.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  /* bigger tiles */
  grid-auto-rows: clamp(160px, 22vw, 260px);
}
@media (min-width: 640px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    grid-auto-rows: clamp(170px, 18vw, 280px);
  }
}
@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    grid-auto-rows: clamp(190px, 14vw, 320px);
  }
}
.gallery-grid a {
  height: 100%;
}
.gallery-grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-workArchiveRoot.is-loading {
  opacity: 0.6;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.js-hireArchiveRoot.is-loading {
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 250ms ease;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
}
