/*
Theme Name: Streamlined Hollow Hill Tattoo
Theme URI:
Version: 1.0
Author: Light Source Media
Author URI:
Description: Strapped framework by Light Source Media.
*/

/* ---------------------------------------
   Fonts & Variables (colors unchanged)
--------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

:root {
  --green: #5b8a44;
  --light: #6c9e53;
  --dark: #35472d;
  --text: #1b1b1b;
  --white: #fff;

  /* Background pattern vars */
  --s: 13px;
  --c1: #ffffff;
  --c2: #f8f8f8;
  --g: var(--c1) 3.125%, var(--c2) 0 9.375%,
       var(--c1) 0 15.625%, var(--c2) 0 21.875%,
       var(--c1) 0 28.125%, #0000 0;
}

/* ---------------------------------------
   Base
--------------------------------------- */
html, body { margin: 0; height: auto; overflow-x: hidden; }

body {
  background:
    linear-gradient(225deg,#0000 3.125%,var(--c2) 0 9.375%, #0000 0 78.125%,var(--c2) 0 84.375%,#0000 0) 0 calc(var(--s)/2),
    linear-gradient(45deg,var(--g)) 0 var(--s),
    linear-gradient(45deg,var(--g)) calc(var(--s)/-2) calc(var(--s)/-2),
    linear-gradient(225deg,var(--g)) var(--s) 0,
    linear-gradient(225deg,var(--g)) calc(var(--s)/2) var(--s),
    repeating-linear-gradient(-45deg,var(--c1) -3.125% 3.125%,var(--c2) 0 9.375%);
  background-size: calc(2*var(--s)) calc(2*var(--s));
  font-family: pt-sans, sans-serif; font-weight: 400; font-style: normal;
  color: var(--text);
}

strong { color: var(--light); }
em { color: var(--green); }

p {
  font-family: pt-sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Just Me Again Down Here", cursive;
  color: var(--green);
  margin: 0 0 .6rem 0;
}

h1 { color: var(--light); }
#subtitle p { font-family: "Just Me Again Down Here", cursive; color: var(--green); font-size: 1.5em; font-style: italic; }

a { text-decoration: none; color: var(--light); }
a:hover { text-decoration: none; color: var(--dark); }

img, iframe { max-width: 100%; height: auto; display: block; }

.container-fluid { padding: 0; }
.row { margin: 0; }

/* ---------------------------------------
   Buttons
--------------------------------------- */
.btn {
  width: auto;
  font-family: "Just Me Again Down Here", cursive;
  font-size: 24px;
  border-radius: 0;
  transition: ease .5s;
  margin-bottom: 5px;
}

.greenBtn, .greenBtn:hover { background: var(--green); color: var(--white); }
.darkBtn,  .darkBtn:hover  { background: var(--dark);  color: var(--white); }
.lightBtn, .lightBtn:hover { background: var(--light); color: var(--white); }

.buttonCenter { text-align: center; padding: 3em 0; }
.bfw { width: 100%; }

/* ---------------------------------------
   Header & Navbar
--------------------------------------- */
header { background: var(--white); }

#headerContactWrap {
  font-size: 20px;
  letter-spacing: .08em;
  background-color: var(--dark);
  color: var(--white);
  font-family: "Just Me Again Down Here", cursive;
  padding: .5em;
  text-align: right;
}

#headerContact ul { padding: 0; margin: 0; }
#headerContact li { display: inline; }

#logoWrap { padding: 10px; text-align: center; }
#logoWrap img { width: 125px; height: 125px; }

.navbar .container { max-width: 100% !important; }

.navbar.navbar-expand-lg {
  font-family: "Just Me Again Down Here", cursive;
  /* background left transparent (removed invalid var) */
}

.nav-link {
  /* inherit color from theme or Bootstrap */
  font-size: 26px;
  padding: 2px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 26px;
  position: absolute;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.dropdown-item { color: var(--text); padding: 5px 10px; }
.dropdown-item:focus, .dropdown-item:hover { color: var(--text); text-decoration: none; }

.dropdown-item:before {
  font-size: 11px;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 3px;
  color: var(--green);
}
.dropdown-item:hover::before {
  content: "\f101";
}

/* Toggler & collapse */
.navbar-toggler { width: 100%; border: 0; }
.navbar-collapse { text-align: center; line-height: 40px; }

/* ---------------------------------------
   Hero / Carousel
--------------------------------------- */
#heroWrap {}
#hero {}

.carousel {}
.carousel-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
}
.carouselHead { color: var(--white); font-size: 32px; font-family: filosofia-lining, serif, serif; }
.courselSub { color: var(--white); font-size: 24px; font-family: filosofia-lining, serif, serif; }

.carousel-fade .carousel-item { opacity: 0; transition: opacity .5s ease-in-out; }
.carousel-fade .carousel-item.active { opacity: 1; }

/* ---------------------------------------
   Main Content
--------------------------------------- */
#mainContent { padding-top: 4em; }

#contactHome { padding: 1em 0; }

#slogan p, #noPiercing {
  font-family: "Just Me Again Down Here", cursive;
  font-size: 54px;
  text-align: center;
  line-height: 70px;
}

/* Floated images in content */
img.floatRight { float: right; margin: 0 0 1em 1em; padding: 10px; border: 1px solid var(--green); }
img.floatLeft  { float: left;  margin: 0 1em 1em 0; padding: 10px; border: 1px solid var(--green); }

/* Page wrappers */
#pageContainer { padding: 2em; }
#page { background: rgba(255,255,255,.7); padding: 1em; }

/* ---------------------------------------
   Artists
--------------------------------------- */
.artistCard { border: 1px solid #f8f8f8; padding: .3em; }

.artistImg img { width: 100%; }

.artistName .lead {
  font-family: "Just Me Again Down Here", cursive;
  color: var(--dark);
  text-align: center;
  font-size: 33px;
  padding-top: .3em;
}

.artistBio p {
  font-family: "Just Me Again Down Here", cursive;
  color: var(--green);
  text-align: center;
  font-size: 24px;
  padding-bottom: .3em;
}

.artistSocial ul { list-style: none; text-align: center; padding: 0; margin-top: 10px; }
.artistSocial li { display: inline; }
.artistSocial a { color: var(--light); text-align: center; font-size: 22px; }
.artistSocial a.btn { color: #fff !important; }

/* ---------------------------------------
   Instagram Section
--------------------------------------- */
#instaWrap { background-color: var(--dark); }
#instaGallery { padding: 3em; }
#instaGallery h2 { color: #fff; text-align: center; font-size: 36px; }
#instaGallery p { color: #fff; }

.instagram-gallery-item:hover .instagram-gallery-item__media-mask--content {
  opacity: .7 !important;
  transition: all .5s ease-out;
}

/* Hide empty/near-empty states using :has (modern Safari/Chrome iOS supported) */
#instaWrap:has(#instaGallery:not(:has(.instagram-gallery-item))) { display: none; }
#instaGallery:not(:has(.instagram-gallery-item)) { padding: 0; min-height: 0; }

/* ---------------------------------------
   Forms / Misc
--------------------------------------- */
#gform_submit_button_1 {
  background: var(--green);
  color: var(--white);
  font-family: "Just Me Again Down Here", cursive;
  width: 100%;
  font-size: 28px;
  padding: 10px;
  font-style: italic;
  border-radius: 100px;
}

.faq_title { font-family: pt-sans, sans-serif; font-size: 18px; margin-bottom: 2em; }
.faq_title a { color: var(--green); }

/* ---------------------------------------
   Footer
--------------------------------------- */
footer { font-family: "Just Me Again Down Here", cursive; padding: 1em 0; }
#footer {}

#footer a {
  color: var(--text);
  text-decoration: none;
  font-size: 27px;
  letter-spacing: .05em;
}
#footer a:hover { color: var(--dark); }

#footerPhone { border-bottom: 1px solid var(--green); padding: .3em; }

#menu-footer { column-count: 2; column-gap: 20px; }
#menu-footer li { list-style: none; }

#footerContact { margin: 0; padding: 0; font-size: 26px; color: var(--dark); }
#footerContact li { list-style: none; font-family: "Just Me Again Down Here", cursive; }
li#footerSocial ul li { display: inline; }
#footer strong { color: var(--text); }

#lightWrap { background: var(--green); }
#light p { text-align: right; color: #fff; padding: 0 .5em; }
#light a { color: #fff !important; font-family: "Just Me Again Down Here", cursive; font-size: 10px; text-decoration: none; }

/* Optional utility footer menu class */
.footer-menu { column-count: 2; column-gap: 2rem; }
.footer-menu li { break-inside: avoid; padding: 2px 0; }
.footer-menu a { color: inherit; text-decoration: none; }
.footer-menu a:hover { text-decoration: underline; }

/* ---------------------------------------
   Responsive
--------------------------------------- */

/* Trim last section spacing on small screens */
@media (max-width: 576px) {
  #page > section:last-of-type,
  .pageContainer > section:last-of-type,
  #instaWrap:last-of-type,
  #instaGallery:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  footer { margin-top: 0; }
}

/* Tablet and down */
@media (max-width: 768px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    text-align: center;
  }
  #instaWrap { display: none; } /* hide heavy section on small screens */
}

/* (You had placeholder media queries for 992px/1200px with "...". Removed to avoid invalid CSS.) */

/* ---------------------------------------
   iOS viewport height helpers
--------------------------------------- */
@supports (-webkit-touch-callout: none) {
  .full-height { min-height: -webkit-fill-available; }
}

/* Only use full-viewport height when explicitly added */
.full-viewport { min-height: 100svh; min-height: 100dvh; }
