/*
Theme Name: Goodfellaz TT5 Child
Theme URI: https://goodfellaz.greenlightimmtestingsite.com/
Description: Premium block child theme for Goodfellaz Barbershop.
Author: Greenlight Build
Template: twentytwentyfive
Version: 1.0.1
Text Domain: goodfellaz-tt5-child
*/

:root {
  --gbz-black: #030303;
  --gbz-panel: #090806;
  --gbz-panel-soft: #11100d;
  --gbz-gold: #c8892c;
  --gbz-gold-bright: #f1c76a;
  --gbz-gold-dark: #7b4d16;
  --gbz-cream: #f2eee6;
  --gbz-muted: #c5c0b9;
  --gbz-line: rgba(200, 137, 44, 0.72);
  --gbz-soft-line: rgba(200, 137, 44, 0.24);
}

body {
  background: var(--gbz-black);
  color: var(--gbz-cream);
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.wp-site-blocks {
  background:
    radial-gradient(circle at 0% 55%, rgba(200, 137, 44, 0.12), transparent 18rem),
    linear-gradient(90deg, rgba(200, 137, 44, 0.05), transparent 32%),
    #030303;
  min-height: 100vh;
}

.gbz-site-header {
  background: #020202;
  border-bottom: 1px solid rgba(200, 137, 44, 0.45);
  position: sticky;
  top: 0;
  z-index: 20;
}

.gbz-header-inner,
.gbz-footer-inner,
.gbz-section-inner {
  width: min(100%, 1520px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.gbz-header-inner {
  min-height: 104px;
  display: grid !important;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
}

.gbz-header-inner > .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.gbz-brand {
  margin: 0;
}

.gbz-brand img {
  width: 205px;
  height: auto;
  display: block;
}

.gbz-nav {
  font-size: clamp(0.82rem, 1vw, 1.02rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.gbz-nav a {
  color: var(--gbz-cream);
  text-decoration: none;
}

.gbz-nav a:hover,
.gbz-nav a:focus-visible,
.gbz-nav .current-menu-item > a {
  color: var(--gbz-gold-bright);
}

.gbz-button .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-element-button {
  border: 2px solid var(--gbz-gold);
  border-radius: 5px;
  background: transparent;
  color: var(--gbz-gold-bright);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  min-width: 205px;
  padding: 1rem 1.3rem;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.gbz-button .wp-block-button__link:hover,
.wp-element-button:hover {
  background: var(--gbz-gold);
  color: #030303;
  box-shadow: 0 0 30px rgba(200, 137, 44, 0.25);
}

.gbz-hero {
  min-height: calc(100vh - 104px);
  border-bottom: 1px solid var(--gbz-line);
  background:
    linear-gradient(90deg, #030303 0%, #030303 25%, rgba(3, 3, 3, 0.78) 44%, rgba(3, 3, 3, 0.08) 68%),
    url("https://goodfellaz.greenlightimmtestingsite.com/wp-content/uploads/2026/06/23590.png") right center / auto 100% no-repeat,
    #030303;
  display: flex;
  align-items: stretch;
}

.gbz-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.44fr) minmax(420px, 0.56fr);
  align-items: center;
  min-height: calc(100vh - 104px);
  gap: 0;
}

.gbz-hero-copy-panel {
  max-width: 560px;
  text-align: center;
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.gbz-hero-logo {
  margin: 0 auto clamp(1.25rem, 3vw, 2.15rem);
}

.gbz-hero-logo img {
  width: min(420px, 80vw);
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.9));
}

.gbz-hero h1,
.gbz-page-hero h1,
.gbz-section h2,
.gbz-contact-card h2,
.gbz-footer h2 {
  font-family: "Rye", "Bodoni Moda", Georgia, serif;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.gbz-hero h1 {
  color: var(--gbz-cream);
  font-size: clamp(2.65rem, 4.6vw, 5.35rem);
  line-height: 0.94;
  margin: 0 0 1.1rem;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.86);
}

.gbz-hero h1 span,
.gbz-page-hero h1 span,
.gbz-section h2 span {
  color: var(--gbz-gold-bright);
}

.gbz-hero-copy {
  color: var(--gbz-muted);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
}

.gbz-hero-actions {
  justify-content: center;
  margin-top: 1.4rem;
}

.gbz-feature-strip {
  background: #040404;
  border-bottom: 1px solid var(--gbz-soft-line);
  border-top: 1px solid var(--gbz-line);
}

.gbz-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 126px;
}

.gbz-feature-item {
  align-items: center;
  border-right: 1px solid rgba(200, 137, 44, 0.36);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 74px 1fr;
  padding: 1.35rem clamp(1rem, 3vw, 3rem);
}

.gbz-feature-item:last-child { border-right: 0; }

.gbz-feature-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 54px;
  width: 54px;
}

.gbz-icon-razor {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 48 45 12l7 7-36 36H9v-7Z' stroke='%23c8892c' stroke-width='3'/%3E%3Cpath d='m40 17 7 7M13 44l7 7M45 12l5-5 7 7-5 5' stroke='%23c8892c' stroke-width='3'/%3E%3C/svg%3E");
}

.gbz-icon-chair {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 8h18v19H23V8ZM18 27h28a7 7 0 0 1 7 7v9H11v-9a7 7 0 0 1 7-7Z' stroke='%23c8892c' stroke-width='3'/%3E%3Cpath d='M19 43v13M45 43v13M14 56h36M11 36H5v10h6M53 36h6v10h-6' stroke='%23c8892c' stroke-width='3'/%3E%3C/svg%3E");
}

.gbz-icon-crown {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 25 13 10 10-20 10 20 13-10-5 27H14L9 25Z' stroke='%23c8892c' stroke-width='3'/%3E%3Cpath d='M17 52h30M22 43h20M32 15v-5M21 24l-4-6M43 24l4-6' stroke='%23c8892c' stroke-width='3'/%3E%3C/svg%3E");
}

.gbz-feature-item h2,
.gbz-feature-item h3 {
  color: var(--gbz-cream);
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.gbz-feature-item p {
  color: var(--gbz-muted);
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.35;
  margin: 0;
}

.gbz-section,
.gbz-page-hero {
  border-bottom: 1px solid var(--gbz-soft-line);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}

.gbz-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 137, 44, 0.08), transparent 24rem),
    linear-gradient(180deg, #050505, #090806);
}

.gbz-page-hero {
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.92) 45%, rgba(3, 3, 3, 0.25) 100%),
    url("https://goodfellaz.greenlightimmtestingsite.com/wp-content/uploads/2026/06/23590.png") right center / auto 100% no-repeat,
    #030303;
  min-height: 620px;
}

.gbz-page-hero .gbz-section-inner {
  min-height: 500px;
}

.gbz-eyebrow {
  color: var(--gbz-gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.gbz-section h2,
.gbz-page-hero h1,
.gbz-contact-card h2 {
  color: var(--gbz-cream);
  font-size: clamp(2.25rem, 4.6vw, 4.9rem);
  line-height: 1;
  margin-bottom: 1.1rem;
  margin-top: 0;
}

.gbz-page-hero p,
.gbz-section p,
.gbz-footer p,
.gbz-contact-card p {
  color: var(--gbz-muted);
  line-height: 1.7;
}

.gbz-section-lead {
  max-width: 760px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.gbz-card-grid,
.gbz-service-grid,
.gbz-faq-grid,
.gbz-contact-grid,
.gbz-gallery-grid {
  display: grid;
  gap: 1px;
  margin-top: 2rem;
}

.gbz-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gbz-card-grid.two,
.gbz-faq-grid,
.gbz-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gbz-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gbz-gallery-grid { grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); }

.gbz-card,
.gbz-service-card,
.gbz-review,
.gbz-faq-item,
.gbz-contact-card,
.gbz-form-placeholder,
.gbz-gallery-image,
.gbz-about-image,
.gbz-stat-row {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(7, 7, 7, 0.94);
  border: 1px solid var(--gbz-soft-line);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.85);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.gbz-card h3,
.gbz-service-card h3,
.gbz-faq-item h3,
.gbz-contact-card h3 {
  color: var(--gbz-cream);
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.gbz-service-card h3,
.gbz-review cite,
.gbz-contact-list a {
  color: var(--gbz-gold-bright);
}

.gbz-split {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.gbz-band {
  background:
    linear-gradient(90deg, rgba(200, 137, 44, 0.17), rgba(3, 3, 3, 0.88)),
    #050505;
}

.gbz-stat-row {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}

.gbz-stat-row > div {
  padding: 1.5rem;
}

.gbz-stat-row strong {
  color: var(--gbz-gold-bright);
  display: block;
  font-family: "Rye", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.gbz-gallery-image {
  overflow: hidden;
  padding: 0;
}

.gbz-gallery-image img,
.gbz-about-image img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.gbz-review {
  border-left: 1px solid var(--gbz-gold);
}

.gbz-review p {
  font-size: 1.05rem;
}

.gbz-review cite {
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gbz-contact-list {
  display: grid;
  gap: 0.8rem;
}

.gbz-contact-list a {
  font-weight: 800;
  text-decoration: none;
}

.gbz-contact-list a:hover,
.gbz-contact-list a:focus-visible {
  text-decoration: underline;
}

.gbz-form-lines {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.gbz-form-line {
  border: 1px solid rgba(200, 137, 44, 0.32);
  color: rgba(242, 238, 230, 0.62);
  padding: 0.95rem 1rem;
}

.gbz-site-footer {
  background: #020202;
  border-top: 1px solid var(--gbz-line);
}

.gbz-footer-inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(260px, 1.1fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.gbz-footer-logo img {
  width: 180px;
  height: auto;
}

.gbz-footer-links {
  display: grid;
  gap: 0.55rem;
}

.gbz-footer-links h3 {
  color: var(--gbz-gold-bright);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gbz-footer-links a {
  color: var(--gbz-muted);
  text-decoration: none;
}

.gbz-footer-links a:hover,
.gbz-footer-links a:focus-visible {
  color: var(--gbz-gold-bright);
}

@media (max-width: 1100px) {
  .gbz-header-inner {
    grid-template-columns: 160px 1fr;
  }

  .gbz-brand img {
    width: 150px;
  }

  .gbz-header-inner > .wp-block-group {
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .gbz-header-inner,
  .gbz-hero-grid,
  .gbz-split,
  .gbz-gallery-grid,
  .gbz-contact-grid,
  .gbz-footer-inner {
    grid-template-columns: 1fr;
  }

  .gbz-header-inner {
    min-height: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .gbz-header-inner > .wp-block-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .gbz-hero,
  .gbz-hero-grid {
    min-height: auto;
  }

  .gbz-hero {
    background:
      linear-gradient(180deg, #030303 0%, rgba(3, 3, 3, 0.72) 62%, #030303 100%),
      url("https://goodfellaz.greenlightimmtestingsite.com/wp-content/uploads/2026/06/23590.png") center top / auto 72% no-repeat,
      #030303;
  }

  .gbz-hero-copy-panel {
    margin-left: auto;
    margin-right: auto;
    padding-top: 18rem;
  }

  .gbz-card-grid,
  .gbz-card-grid.two,
  .gbz-service-grid,
  .gbz-faq-grid,
  .gbz-feature-grid {
    grid-template-columns: 1fr;
  }

  .gbz-feature-item {
    border-bottom: 1px solid rgba(200, 137, 44, 0.32);
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .gbz-nav {
    letter-spacing: 0.12em;
  }

  .gbz-hero-logo img {
    width: min(320px, 88vw);
  }

  .gbz-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .gbz-hero-copy-panel {
    padding-top: 14rem;
  }

  .gbz-stat-row {
    grid-template-columns: 1fr;
  }

  .gbz-button .wp-block-button__link,
  .wp-element-button {
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
