/*
Theme Name: BigFoot Helps
Theme URI: https://bigfoothelps.live
Author: BigFoot Helps
Description: A minimal one-page WordPress theme for BigFoot Helps.
Version: 1.0.5
Text Domain: bigfoot-helps
*/

:root {
  --bg: #0d0f11;
  --panel: #171a1e;
  --panel-hover: #20242a;
  --text: #f7f7f5;
  --muted: #aeb4bc;
  --line: #2e333a;
  --accent: #ff6a00;
  --accent-soft: rgba(255,106,0,.12);
  --max: 780px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -15%, rgba(255,106,0,.14), transparent 34rem),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }

.bfh-wrap {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 72px 0 44px;
}

.bfh-hero { text-align: center; margin-bottom: 42px; }
.custom-logo-link { display: inline-block; margin-bottom: 22px; }
.custom-logo { max-width: 150px; height: auto; }
.bfh-title {
  margin: 0;
  font-size: clamp(2.7rem, 10vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.05em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.bfh-tagline {
  margin: 20px auto 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 3vw, 1.25rem);
}
.bfh-handle {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .025em;
}

.bfh-links { display: grid; gap: 12px; margin: 34px 0 48px; }
.bfh-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent), var(--panel);
  color: var(--text);
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 750;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.bfh-button:hover,
.bfh-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--panel-hover);
  box-shadow: 0 10px 30px rgba(0,0,0,.25), 0 0 0 3px var(--accent-soft);
  outline: none;
}
.bfh-button > span:first-child { position: relative; padding-left: 17px; }
.bfh-button > span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(255,106,0,.7);
}
.bfh-button span:last-child { color: var(--muted); font-weight: 500; font-size: .92rem; }

.bfh-instagram {
  text-align: center;
  margin: -16px auto 46px;
}
.bfh-instagram a {
  display: inline-block;
  width: min(100%, 340px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  line-height: 0;
  transition: transform .15s ease, border-color .15s ease;
}
.bfh-instagram a:hover,
.bfh-instagram a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
  outline: none;
}
.bfh-instagram img {
  display: block;
  width: 100%;
  height: auto;
}
.bfh-instagram p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.bfh-about {
  border-top: 1px solid var(--line);
  padding-top: 34px;
  position: relative;
}
.bfh-about h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--accent);
}
.bfh-about p { margin: 0 0 14px; font-size: 1.08rem; }
.bfh-page-content { margin-top: 28px; }
.bfh-page-content > *:first-child { margin-top: 0; }

.bfh-footer {
  text-align: center;
  color: var(--muted);
  font-size: .9rem;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

@media (max-width: 560px) {
  .bfh-wrap { padding-top: 50px; }
  .bfh-button { min-height: 60px; padding: 14px 16px; }
  .bfh-button span:last-child { display: none; }
}


.bfh-voiceover {
  margin: 0 0 42px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,106,0,.08), transparent), var(--panel);
}
.bfh-voiceover h2 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.bfh-voiceover p { margin: 0 0 18px; }
.bfh-contact-button {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--accent);
  color: #111315;
  text-decoration: none;
  font-weight: 850;
}
.bfh-contact-button:hover,
.bfh-contact-button:focus-visible {
  filter: brightness(1.08);
  outline: none;
}

.bfh-footer a {
  color: var(--text);
  text-decoration: none;
}
.bfh-footer a:hover,
.bfh-footer a:focus-visible {
  color: var(--accent);
  text-decoration: underline;
}
.bfh-footer-credit {
  display: block;
  margin-top: 6px;
  font-size: .82rem;
}
