@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&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 */
@font-face {
  font-family: "Abigail Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Abigail Regular"), url("./fonts/3233Abigail-Reg.woff2") format("woff2"), url("./fonts/3233Abigail-Reg.woff") format("woff");
}
@font-face {
  font-family: "Abigail Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Abigail Bold"), url("./fonts/9830Abigail-Bold.woff2") format("woff2"), url("./fonts/9830Abigail-Bold.woff") format("woff");
}
@font-face {
  font-family: "Olive Fig Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Olive Fig Regular"), url("./fonts/9543HV-Olive-Fig-Reg.woff2") format("woff2"), url("./fonts/9543HV-Olive-Fig-Reg.woff") format("woff");
}
@font-face {
  font-family: "Olive Fig Italic";
  font-style: italic;
  font-weight: 400;
  src: local("Olive Fig Italic"), url("./fonts/4412HV-Olive-Fig-Ital.woff2") format("woff2"), url("./fonts/4412HV-Olive-Fig-Ital.woff") format("woff");
}
@font-face {
  font-family: "Ellouise Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Ellouise Regular"), url("./fonts/7746Ellouise.woff2") format("woff2"), url("./fonts/7746Ellouise.woff") format("woff");
}
/* 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;
}
.footer-link{
  font-family: Nunito, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-link:hover{
  --tw-text-opacity: 1;
  color: rgb(215 200 182 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .footer-link{
    font-size: 14px;
  }
}
.ratings-squiggle path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: ratingsSquiggleDraw 3.2s ease-out infinite;
}
@keyframes ratingsSquiggleDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 1;
  }
  65% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  85% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 1;
  }
}
.curl-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: curlLineDraw 6.5s ease-in-out infinite;
}
@keyframes curlLineDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  85% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
}
/* Backdrop */
.fslightbox-container {
  background: rgba(14, 14, 16, 0.92) !important;
  backdrop-filter: blur(4px);
}
/* Image animation */
.fslightbox-container img {
  animation: fsLightboxImageIn 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
/* Optional: controls fade in a touch softer */
.fslightbox-toolbar,
.fslightbox-nav {
  animation: fsLightboxUiIn 0.35s ease-out;
}
@keyframes fsLightboxImageIn {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fsLightboxUiIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ready-chat-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: readyChatLineDraw 7s ease-in-out infinite;
}
@keyframes readyChatLineDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  86% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
}
.about-hero-line {
  width: 300px;
  height: 300px;
  color: rgba(8, 85, 102, 0.45);
}
@media (min-width: 1024px) {
  .about-hero-line {
    width: 380px;
    height: 380px;
  }
}
.about-hero-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: aboutLineDraw 7s ease-in-out infinite;
}
@keyframes aboutLineDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  86% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
}
.testimonial-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: testimonialLineDraw 7s ease-in-out infinite;
}
@keyframes testimonialLineDraw {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  86% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
}
.bridal-line path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: testimonialLineDraw 7s ease-in-out infinite;
}
@keyframes bridalLine {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  86% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
}
.gallery {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 640px) {
  .gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .gallery {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.gallery-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
}
