/* ── Kill WordPress body padding/margin ── */
html, body { margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; width: 100% !important; max-width: 100vw !important; background: #050505 !important; }
.wp-site-blocks, #page, #content, #primary, #main, main, article, .entry-content, .site, .site-content, .site-main { all: unset !important; display: block !important; }

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; }
body { color: #f0f0f0; font-family: Arial, Helvetica, sans-serif; }
a { text-decoration: none; color: inherit; }

.fh-eyebrow { display: block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: #c9a84c; margin-bottom: .6rem; }
.fh-section-title { text-align: center; margin-bottom: 2.5rem; }
.fh-section-title h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); margin-top: .25rem; }

/* ── Buttons ── */
.fh-btn { display: inline-block; padding: .8rem 2rem; border-radius: 5px; font-weight: 700; font-size: .9rem; cursor: pointer; transition: opacity .2s; border: none; }
.fh-btn:hover { opacity: .85; }
.fh-btn--gold    { background: #c9a84c; color: #050505; }
.fh-btn--outline { background: transparent; border: 2px solid #fff; color: #fff; }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.fh-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: #050505;
}
.fh-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 1.5rem;
  max-width: 720px;
  width: 100%;
}
.fh-hero__logo {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.25rem;
  display: block;
  border: 3px solid #c9a84c;
  animation: pulse-glow 2.5s ease-in-out infinite;
}
.fh-hero h1   { font-size: clamp(1.8rem, 4.5vw, 3rem); margin-bottom: .5rem; color: #fff; }
.fh-hero__sub { font-size: 1.05rem; opacity: .88; margin-bottom: 1.75rem; color: #eee; }
.fh-hero__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════
   SPLIT SECTION
══════════════════════════════ */
.fh-split {
  width: 100%;
  max-width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 440px;
  overflow: hidden;
}
.fh-split__img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: brightness(1.15);
}
.fh-split__copy {
  background: #222;
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.fh-split__copy h2 { font-size: clamp(1.2rem, 2.5vw, 1.9rem); margin-bottom: .75rem; line-height: 1.25; color: #fff; }
.fh-split__copy p  { color: #ddd; font-size: .95rem; line-height: 1.7; margin-bottom: 1rem; }
.fh-checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .75rem; margin-top: .5rem; padding: 0; }
.fh-checklist li { color: #ccc; font-size: .88rem; }
.fh-checklist li::before { content: "✓  "; color: #c9a84c; font-weight: 700; }

/* ══════════════════════════════
   DARK SECTIONS
══════════════════════════════ */
.fh-dark { width: 100%; max-width: 100vw; background: #080808; padding: 5rem 2rem; }
.fh-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; max-width: 1100px; margin: 0 auto; }
.fh-card { background: #131313; border: 1px solid #1e1e1e; border-radius: 10px; padding: 2rem 1.5rem; }
.fh-card__num { font-size: 2.2rem; font-weight: 900; color: #c9a84c; line-height: 1; display: block; margin-bottom: .6rem; }
.fh-card h3 { font-size: 1rem; margin-bottom: .4rem; color: #fff; }
.fh-card p  { font-size: .88rem; color: #999; margin: 0; line-height: 1.6; }

/* ══════════════════════════════
   QUOTE BANNER
══════════════════════════════ */
.fh-banner {
  width: 100%;
  max-width: 100vw;
  height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
}
.fh-banner__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); z-index: 1; }
.fh-banner__quote {
  position: relative;
  z-index: 2;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-style: italic;
  text-align: center;
  color: #fff;
  max-width: 750px;
  padding: 0 2rem;
  line-height: 1.3;
}

/* ══════════════════════════════
   GALLERY
══════════════════════════════ */
.fh-gallery { width: 100%; max-width: 100vw; background: #050505; padding: 5rem 2rem; }
.fh-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1100px; margin: 0 auto; }
.fh-gallery__cell {
  height: 220px;
  border-radius: 8px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform .3s;
}
.fh-gallery__cell:hover { transform: scale(1.02); }

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.fh-faq { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.fh-faq details { background: #111; border: 1px solid #1e1e1e; border-radius: 8px; padding: 1.1rem 1.4rem; }
.fh-faq summary { font-weight: 700; cursor: pointer; list-style: none; color: #f0f0f0; font-size: 1rem; }
.fh-faq summary::-webkit-details-marker { display: none; }
.fh-faq details p { margin: .75rem 0 0; color: #999; font-size: .95rem; line-height: 1.6; }

/* ══════════════════════════════
   CONTACT
══════════════════════════════ */
.fh-contact { width: 100%; max-width: 100vw; background: #0a0a0a; padding: 5rem 2rem; display: flex; justify-content: center; }
.fh-contact__wrap { max-width: 660px; width: 100%; }
.fh-contact__wrap h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: .5rem; }
.fh-contact__wrap > p { color: #aaa; margin-bottom: 2rem; line-height: 1.7; }
.fh-form { display: flex; flex-direction: column; gap: .75rem; }
.fh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.fh-form input,
.fh-form select,
.fh-form textarea {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #fff;
  font-size: .95rem;
  padding: .75rem 1rem;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: border-color .2s;
}
.fh-form input:focus,
.fh-form select:focus,
.fh-form textarea:focus { border-color: #c9a84c; }
.fh-form select option { background: #1a1a1a; }
.fh-form textarea { min-height: 120px; resize: vertical; }
.fh-form button {
  background: #c9a84c;
  color: #050505;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
  width: 100%;
  margin-top: .25rem;
  transition: opacity .2s;
  font-family: Arial, Helvetica, sans-serif;
}
.fh-form button:hover { opacity: .85; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 900px) {
  .fh-gallery__grid { grid-template-columns: 1fr 1fr; }
  .fh-gallery__cell:nth-child(6),
  .fh-gallery__cell:nth-child(7) { display: none; }
}
@media (max-width: 768px) {
  .fh-hero__logo { width: 220px; height: 220px; }
  .fh-split { grid-template-columns: 1fr; height: auto; }
  .fh-split__img { height: 220px; }
  .fh-split__copy { padding: 2.5rem 1.5rem; }
  .fh-checklist { grid-template-columns: 1fr; }
  .fh-banner { height: 260px; }
  .fh-form__row { grid-template-columns: 1fr; }
  .fh-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .fh-hero__logo { width: 180px; height: 180px; }
  .fh-cards { grid-template-columns: 1fr 1fr; }
  .fh-gallery__grid { grid-template-columns: 1fr 1fr; }
  .fh-gallery__cell { height: 160px; }
  .fh-gallery__cell:nth-child(4),
  .fh-gallery__cell:nth-child(5) { display: none; }
}

/* ══════════════════════════════
   ANIMATIONS
══════════════════════════════ */
@keyframes pulse-glow {
  0%   { box-shadow: 0 0 15px rgba(201,168,76,0.3); }
  50%  { box-shadow: 0 0 50px rgba(201,168,76,0.9), 0 0 80px rgba(201,168,76,0.4); }
  100% { box-shadow: 0 0 15px rgba(201,168,76,0.3); }
}