@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 */
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-Semibld.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-MediumItal.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("/dist/fonts/Whitney-LightItal.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
/* 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;
}
.home--opening h1 {
  position: relative;
}
.home--opening h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(0 0 0 / 0.1);
}
.home--images .container {
  position: relative;
}
.home--images .container:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 10%;
  bottom: 0;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
  z-index: -1;
}
@media (min-width: 1024px) {
  .home--images .container:before {
    height: 391px;
  }
}
.home--images--alt .container:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 20%;
  bottom: 0;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
  z-index: -1;
}
@media (min-width: 1024px) {
  .home--images--alt .container:before {
    height: 391px;
  }
}
.footer__contact ul {
  position: relative;
}
@media (min-width: 1024px) {
  .footer__contact ul {
    margin-left: 20px;
  }
  .footer__contact ul:before {
    position: absolute;
    font-family: "Font Awesome 6 pro";
    content: "\f3c5";
    font-weight: 700;
    top: 0;
    left: -20px;
    font-size: 20px;
  }
}
.waterfront--accreds {
  position: relative;
}
.waterfront--accreds .container {
  box-shadow: 0px 10px 20px rgba(17, 26, 57, 0.1), 0px 4px 6px rgba(17, 26, 57, 0.1);
}
.waterfront--accreds:before {
  position: absolute;
  content: "";
  top: 25%;
  left: 0;
  bottom: 4rem;
  right: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
  z-index: -1;
}
.intervention--section__column {
  display: flex;
  flex-direction: column;
}
.intervention--section__card {
  flex-basis: 100%;
}
.character--area__link a svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.character--area__link a:hover svg {
  opacity: 1;
  visibility: visible;
}
.vision--tabs {
  /* base panel state (large) */
  /* active panel (large) */
  /* Content box wrapper */
}
.vision--tabs__tabs .tab--vision {
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.vision--tabs__tabs .tab--vision svg{
  height: 15px;
  width: 15px;
  padding: 0.5rem;
}
.vision--tabs__tabs .tab--vision:hover{
  background-color: rgb(211 226 235 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.vision--tabs__tabs .tab--vision.active{
  --tw-bg-opacity: 1;
  background-color: rgb(228 119 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.vision--tabs__tabs .tab--vision.active svg{
  height: 15px;
  width: 15px;
  background-color: rgb(255 255 255 / 0.2);
  padding: 0.5rem;
}
.vision--tabs #panelsvision {
  position: relative;
}
.vision--tabs .tab-content--vision {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}
.vision--tabs .tab-content--vision.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
}
.vision--tabs .chevron-vision {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, transform 0.35s ease-out;
}
.vision--tabs .chevron-vision.is-visible {
  max-height: 60px; /* enough to show the icon */
  opacity: 1;
  transform: translateY(0);
}
.vision--tabs .contentbox-vision {
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  transition: max-height 0.45s ease-out, opacity 0.45s ease-out, transform 0.45s ease-out;
}
.vision--tabs .contentbox-vision.is-open {
  max-height: 4000px; /* large enough for your content */
  opacity: 1;
  transform: translateY(0);
}
.character--tabs {
  /* ---------- TAB BUTTONS (LARGE) ---------- */
  /* ---------- CHEVRON (LARGE) ---------- */
  /* ---------- CONTENT BOX WRAPPER (LARGE) ---------- */
  /* ---------- PANELS (LARGE) – CROSS FADE / SLIDE ---------- */
  /* base panel state */
  /* active panel */
}
.character--tabs__tabs .tab--character {
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.character--tabs__tabs .tab--character svg{
  height: 15px;
  width: 15px;
  padding: 0.5rem;
}
.character--tabs__tabs .tab--character:hover:not(.active){
  background-color: rgb(211 226 235 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.character--tabs__tabs .tab--character.active{
  --tw-bg-opacity: 1;
  background-color: rgb(228 119 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.character--tabs__tabs .tab--character.active svg{
  height: 15px;
  width: 15px;
  background-color: rgb(255 255 255 / 0.2);
  padding: 0.5rem;
}
.character--tabs .chevron-character {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, transform 0.35s ease-out;
}
.character--tabs .chevron-character.is-visible {
  max-height: 60px; /* enough to show the icon */
  opacity: 1;
  transform: translateY(0);
}
.character--tabs .contentbox-character {
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  transition: max-height 0.45s ease-out, opacity 0.45s ease-out, transform 0.45s ease-out;
}
.character--tabs .contentbox-character.is-open {
  max-height: 4000px; /* large enough for your tallest content */
  opacity: 1;
  transform: translateY(0);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.character--tabs #panelscharacter {
  position: relative;
}
.character--tabs .tab-content--character {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s; /* hide after fade-out */
}
.character--tabs .tab-content--character.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s; /* visible immediately */ padding-top: 1rem; padding-bottom: 1rem;
}
@media (min-width: 1280px){
  .character--tabs .tab-content--character.active{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.tab--character {
  position: relative;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
.tab--character:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tab--character.active{
  --tw-bg-opacity: 1;
  background-color: rgb(228 119 118 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#panelscharacter {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.tab-content--character {
  position: relative;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.tab-content--character.active {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px){
  .tab-content--character.active{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.tab--character-small {
  position: relative;
  width: 100%;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
.tab--character-small:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tab--character-small.active{
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#panelscharacter-small {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.tab-content--character-small {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.tab-content--character-small.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
/* === Large Toolkit Tab Buttons === */
.tab--toolkit {
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.tab--toolkit:hover{
  --tw-text-opacity: 1;
  color: rgb(211 226 235 / var(--tw-text-opacity, 1));
}
.tab--toolkit.active:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
}
/* === Panels container === */
#panelstoolkit {
  position: relative;
}
/* Individual panels – closed by default */
.tab-content--toolkit {
  display: none;
  opacity: 0;
}
/* Panel open */
.tab-content--toolkit.active {
  display: block;
  opacity: 1;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* === Chevron animation === */
.chevron-toolkit {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height 0.35s ease-out, opacity 0.35s ease-out, transform 0.35s ease-out;
}
.chevron-toolkit.is-visible {
  max-height: 60px; /* enough for the icon */
  opacity: 1;
  transform: translateY(0);
}
/* === Content box animation === */
.contentbox-toolkit {
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  transition: max-height 0.45s ease-out, opacity 0.45s ease-out, transform 0.45s ease-out;
}
.contentbox-toolkit.is-open {
  max-height: 4000px; /* large enough for all content */
  opacity: 1;
  transform: translateY(0);
}
.tab--toolkit-small {
  position: relative;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.tab--toolkit-small:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tab--toolkit-small.active{
  --tw-bg-opacity: 1;
  background-color: rgb(151 176 149 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#panelstoolkit-small {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.tab-content--toolkit-small {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tab-content--toolkit-small.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
#hotspot-29 .hotspots-image-container, #hotspot-29 .leaflet-container {
  background-color: transparent !important;
}
.home--hero .hotspots-container {
  width: 100% !important; /* Make the hotspots container full width */
  position: relative;
}
.home--hero .hotspots-image-container {
  width: 100% !important; /* Ensure the image container takes full width */
}
.home--hero .hotspots-image {
  width: 100% !important; /* Ensure the image itself takes full width */
  height: auto !important; /* Maintain aspect ratio */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image covers the full container without distortion */
}
/* Optional: Adjust the map container */
.home--hero .hotspots-map-container {
  width: 100% !important;
}
#hotspot-29 {
  stroke: none !important;
  stroke-width: 0 !important;
}
.featherlight .featherlight-content .hotspot-title {
  margin-bottom: 10px;
}
.featherlight .featherlight-content p {
  margin-bottom: 2rem !important;
}
.featherlight .featherlight-content *:last-child .btn-aw {
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 10px 22px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(211 226 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity, 1));
}
.featherlight .featherlight-content *:last-child .btn-aw:hover{
  --tw-bg-opacity: 0.5;
}
@media (min-width: 1024px) {
  .areas--section .container {
    margin-top: -6rem;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1536px) {
  .areas--section .container {
    margin-top: -14rem;
    position: relative;
    z-index: 1;
  }
}
.areas--section__column {
  display: flex;
  flex-direction: column;
}
.areas--section__card {
  flex-basis: 100%;
}
