:root {
  --darktext: #343434;
  --mediumshade: #848484;
  --lightshade: #f4f4f4;
  --background: #ffffff;
  --lighttext: #f8f8f8;
  --subtext: #fbcf08;
  --servicesbg: #535353;
  --footerbg: #eecb32;
  --legaltext: #ffd700;
  --navbarbg: #666666;
  --importanttext: rgb(155, 9, 9);
} 

body {
  font-family: "Source Sans 3", "Arial", sans-serif;
  font-weight: 300;
  background: var(--background);
  /* background: radial-gradient(circle at 50% 50%, #f4f4f4 0%, #eeeeee 100%); */
  color: var(--darktext);
  margin: 0;
}

a {
  color: inherit;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.navbar-navigation a:hover {
  color: var(--mediumshade);
  border-bottom: 3px solid var(--mediumshade);
}

.navbar-navigation a.active-link {
  color: var(--mediumshade);
  border-bottom: 3px solid var(--mediumshade);
  padding-bottom: 2px;
}

footer a.hover {
  border-bottom: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 5px;
  background: var(--darktext);
  color: white;
}

.navbar-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-navigation {
  font-size: 18px;
  padding-left: 20px;
}

.navbar-social {
  padding-right: 20px;
}

.navbar-navigation ul,
.navbar-social ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header {
  background: #ffffff;
}

.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-logo-image {
  padding-left: 30px;
  padding-top: 30px;
  width: auto;
  max-height: 210px;
  height: auto;
  filter: blur(1.5px);
}

.header-logo p { 
  font-family: "Montserrat", sans-serif;
  padding-left: 30px;
  margin-top: 0px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: var(--subtext);
}

p.header-logo-text-h1 {
  padding-top: 30px;
  padding-left: 20px;
  margin-bottom: 0px;
  font-family: "Arial", sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 2px 1px 2px var(--darktext);
  text-align: left;
  color: var(--darktext);
}

.horizontal-spacer {
  flex-grow: 1;
}

.header-contact {
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
}

.header-contact .label {
  color: var(--subtext);
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1;
}

.header-contact p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  color: var(--mediumshade);
}

.blurb-header {
  font-weight: 400;
}

.footer-image {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.social-image {
  max-width: 28px;
  height: auto;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: url('images/home-hero.webp') center / cover no-repeat;
  filter: blur(16px) brightness(0.7);
  z-index: 0;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.hero img {
  display: block;
  width: max(100%, 1140px);
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hero-content {
  position: absolute;
  bottom: 15%;
  right: 5%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 5px 20px 5px 20px;
  z-index: 10;
}

.hero-content h1 {
  font-family: 'Passions Conflict', cursive;
  font-size: 96px;
  font-weight: 300;
  line-height: .75;
  margin: 0;
}

.hero-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: .5;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 10px;
}

.hero-link-list {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  line-height: 1.8;
}

.hero-services-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.hero-services-links a:hover {
  text-decoration: underline;
}

.blurb-section {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.blurb-header {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}

.blurb-3-column {
  column-count: 3;
  column-gap: 40px;
}

.blurb-3-column div {
  margin-bottom: 24px;
}

.services-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background: var(--servicesbg);
  color: var(--lighttext);
  align-items: center;
  font-family: 'Source Sans 3', sans-serif;
}

.services-section h2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  padding-bottom: 20px;
}

.services-section > div {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.services-cards {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.card {
  flex: 1 1 200px;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-img {
  border-radius: 10px;
  width: 100%;
}

.card-caption {
  text-align: center;
}

.info-section {
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
}

.info-paragraphed {
  text-align: center;
}

footer {
  background-color: var(--footerbg);
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-heading{
  padding-left: 20px;
  padding-top: 20px;
}

.footer-heading h3 {
  font-size: 20px;
  font-weight: 400;
}

hr.thick {
  border: none;
  height: 2px;
  width: 97%;
  background-color: black;
}

.row {
  padding-left: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.footer-column {
  font-weight: 300;
  flex: 1;
  min-width: 0;
}

.footer-paragraph p {
  margin-top: 0px;  
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 300;
}

.legal-footer {
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  background-color: var(--servicesbg);
  color: var(--legaltext);
  padding-bottom: 20px;
}

.legal-footer > div {
  max-width: 1140px;
  margin: 0 auto;
}

.legal-marketing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 200;
}

.legal-links {
  color: var(--legaltext);
  font-size: 16px;
  font-weight: 400;
}

.legal-separator {
  margin-left: 15px;
}


.marketing-image {
  opacity: 0.75;
  width: auto;
  max-height: 18px;
  vertical-align: -4px;
}

/* Google Maps pop up modal */
.modal {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  overflow: auto; 
}

.clickable-text {
  cursor: pointer;
  display: inline-block;
  padding: 2px;
  transition: color 0.3s ease;
}

.clickable-text:hover {
  color: grey;
}

.close-btn {
  background-color: var(--mediumshade);
  color: white;
  border: none;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.close-btn:hover {
  background-color: grey;
}

.modal-content {
  background-color: #fff;
  margin: 10vh auto;
  padding: 20px;
  width: 80vw;
  height: 80vh;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.modal-content iframe {
  width: 100%;
  flex-grow: 1;
  border: 0;
}


/* ======================== */
/*  RESPONSIVE BREAKPOINTS  */
/* ======================== */

/* Tablet: ≤ 1024px */
@media (max-width: 1024px) {
  p.header-logo-text-h1 {
    font-size: 34px;
  }
  .hero-content h1 {
    font-size: 72px;
  }
  .blurb-3-column {
    column-count: 2;
  }
}

@media (max-width: 832px) {
  .header-contact a{
    font-size: 20px;
  }
}

/* Mobile: ≤ 768px */
@media (max-width: 768px) {
  header {
    text-align: center;
    padding-bottom: 15px;
  }
  header p{
    margin: 0;
  }
  .header-inner {
    flex-direction: column;
    align-items: center;
  }
  .header-logo-image {
    padding-left: 0;
    max-height: 130px;
  }
  .header-logo p {
    padding-left: 0;
  }
  p.header-logo-text-h1 {
    padding-left: 0;
    padding-top: 10px;
    font-size: 26px;
    text-align: center;
  }
  .horizontal-spacer {
    display: none;
  }
  .header-contact {
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    padding-top: 0;
  }
  .header-contact a{
    font-size: 26px;
  }
  .navbar {
    padding-bottom: 12px;
  }
  .navbar-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .navbar-navigation {
    padding-left: 0;
    font-size: 16px;
  }
  .navbar-social {
    padding-right: 0;
  }
  .navbar-navigation ul,
  .navbar-social ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-content {
    right: 3%;
    left: auto;
  }
  .hero-content h1 {
    font-size: 56px;
  }
  .hero-content p {
    font-size: 14px;
    padding-left: 20px;
  }
  .blurb-header {
    font-size: 30px;
  }
  .blurb-3-column {
    column-count: 1;
  }
  .card {
    flex: 1 1 calc(50% - 2rem);
  }
  .row {
    flex-direction: column;
    padding-right: 20px;
  }
  .modal-content {
    width: 95vw;
    height: 85vh;
    margin: 5vh auto;
    padding: 10px;
  }
}

/* Small mobile: ≤ 480px */
@media (max-width: 480px) {
  header p{
    margin: 0;
  }
  .header-logo-image {
    padding-top: 10px;
  }
  p.header-logo-text-h1 {
    margin-top: 0;
  }
  .navbar-social {
    padding-top: 10px;
  }
  .hero-content {
    bottom: 15%;
    padding: 5px 10px;
    left: auto;
  }
  .hero-content h1 {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .hero-content p {
    font-size: 12px;
    padding-left: 5px;
  }
  .card {
    flex: 1 1 100%;
    max-width: 120px;
  }
  .info-section {
    font-size: 18px;
    padding: 0 15px;
  }
  .footer-column {
    text-align: center;
  }
  .row {
    align-items: center;
  }
  .legal-marketing {
    justify-content: center;
  }
}


/* ======================== */
/*      CONTACT FORM        */
/* ======================== */

.form-section {
  padding: 30px 0 50px;
}

.form-header {
  text-align: center;
  margin-bottom: 24px;
}

.form-content {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 15px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--darktext);
}

.form-group .required {
  color: var(--importanttext);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--mediumshade);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit-btn {
  background-color: var(--mediumshade);
  color: white;
  border: none;
  padding: 12px 32px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
  transition: background-color 0.2s ease;
}

.form-submit-btn:hover:not(:disabled) {
  background-color: var(--darktext);
}

.form-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-status {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 600;
  display: none;
}

.form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-status.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* ======================== */
/*    SERVICES GALLERY      */
/* ======================== */

.services-gallery-section {
  padding: 30px 0;
}

.services-gallery-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
  display: block;
  transition: opacity 0.2s ease;
}

.gallery-thumb:hover {
  opacity: 0.85;
}

.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
}

.gallery-lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

.lightbox-close:hover {
  color: var(--mediumshade);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 32px;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-thumb {
    height: 200px;
  }
}

/* ======================== */
/*       LEGAL  PAGES       */
/* ======================== */
body:has(.legal-document) {
  background: #ffffff;
}

.legal-document {
  background: white;
  font-family: "Source Sans 3", "Arial", sans-serif;
}

.legal-document h1 {
  font-size: 28px;
  font-weight: 400;
  color: var(--mediumshade);
  text-align: center;
}

.legal-document h5 {
  font-size: 15px;
  font-weight: 300;
  color: var(--mediumshade);
  text-align: center;
}

.legal-document-inner {
  font-family: "Source Sans 3", "Arial", sans-serif;
  background: var(--lightshade);
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
}

.legal-document-inner h2 {
  font-size: 22px;
  color: var(--importanttext);
  font-weight: 400;
}

.legal-document-inner ul {
  margin-top: 0px;
}

.dot-point {
  color: var(--importanttext);
  font-weight: bold;
}

.heading-dot-point {
  font-weight: bold;
}

.note {
  text-align: center;
}

.print-btn-inline {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: bold;
  color: var(--importanttext);
  cursor: pointer;
  text-decoration: underline;
}

.print-btn-inline:hover {
  color: var(--mediumshade);
}

@media print {
  .note { display: none; }
}


/* ======================== */
/*      SERVICES PAGE       */
/* ======================== */
.services-blurb-section {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 40px;
}

.inner-services-blurb {
  background-color: var(--servicesbg);
  border-radius: 2px;
  padding: 20px 30px 20px 30px;
  color: var(--lighttext);
}

.services-links {
  color: var(--legaltext)
}

.services-image-blurb-section {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 15px;
  gap: 40px;
  align-items: flex-start;
}

.services-image {
  flex: 0 0 45%;
}

.services-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.service-description {
  flex: 1;
}

.service-description-header {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .services-image-blurb-section {
    flex-direction: column;
  }

  .services-image {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* ======================== */
/*      CONTACTS PAGE       */
/* ======================== */
.form-section {
  background-color: var(--lightshade);
}

.form-header {
  color: var(--darktext);
  font-size: 36px;
  font-weight: 300;
}

.map-section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

.map-header {
  padding: 0 15px;
}

.map-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

@media (max-width: 600px) {
  .map-iframe {
    aspect-ratio: 4 / 3;
  }
}

.map-header {
  font-size: 22px;
  font-weight: 400;
}
