html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(227,90,35,0.08), transparent 24%),
    linear-gradient(180deg, #0d0f13 0%, #090b0d 100%);
  color: var(--hf-text);
  font-family: Georgia, 'Times New Roman', serif;
}

a {
  color: inherit;
}

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

.hf-wrap {
  width: min(calc(100% - 32px), var(--hf-width));
  margin: 0 auto;
}

.hf-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10,11,13,0.84);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hf-border);
}

.hf-header-inner,
.hf-footer-grid,
.hf-final-cta-inner,
.hf-about-grid,
.hf-hero-grid {
  display: grid;
  gap: 24px;
}

.hf-header-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 86px;
}

.hf-brand-text img,
.hf-footer-logo,
.custom-logo {
  max-height: 48px;
  width: auto;
}

.hf-header-contact,
.hf-footer-contact,
.hf-menu {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hf-header-contact a,
.hf-footer-contact a,
.hf-menu a {
  text-decoration: none;
  color: var(--hf-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}

.hf-phone-pill {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  color: var(--hf-text) !important;
}

.hf-home {
  padding: 28px 0 70px;
}

.hf-hero,
.hf-scenarios,
.hf-about,
.hf-final-cta,
.hf-page-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.015));
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius);
  box-shadow: var(--hf-shadow);
}

.hf-hero,
.hf-scenarios,
.hf-about,
.hf-final-cta {
  margin-bottom: 28px;
}

.hf-hero-grid,
.hf-about-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.hf-hero-copy,
.hf-about-copy {
  padding: 64px 44px;
}

.hf-eyebrow {
  margin: 0 0 14px;
  color: var(--hf-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font: 700 0.78rem/1.4 Arial, Helvetica, sans-serif;
}

.hf-hero h1,
.hf-about h2,
.hf-final-cta h2,
.hf-page-header h1 {
  margin: 0 0 18px;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hf-hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  max-width: 11ch;
}

.hf-about h2,
.hf-final-cta h2,
.hf-page-header h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.hf-subhead,
.hf-about-copy p,
.hf-final-cta p,
.hf-page-content,
.hf-card p {
  font: 400 1.18rem/1.7 Arial, Helvetica, sans-serif;
  color: var(--hf-muted);
}

.hf-button {
  display: inline-block;
  margin-top: 10px;
  padding: 16px 24px;
  border-radius: 10px;
  background: var(--hf-accent);
  color: #fff;
  font: 700 0.98rem/1 Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hf-button:hover {
  background: var(--hf-accent-hover);
}

.hf-hero-media,
.hf-about-media {
  padding: 18px;
}

.hf-hero-media {
  padding-top: 42px;
}
.hf-video-player-wrap {
  position: relative;
}

.hf-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: calc(var(--hf-radius) - 4px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 40px rgba(0,0,0,0.42);
  background: #090b0d;
}

.hf-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


.hf-video-badge-overlay {
  position: absolute;
  left: -22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 0;
  border-left: 4px solid var(--hf-accent);
  border-radius: 12px;
  background: rgba(13, 15, 19, 0.92);
  color: #fff;
  text-align: left;
  cursor: pointer;
  max-width: 340px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.36);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.hf-video-badge-overlay:hover,
.hf-video-badge-overlay:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.42);
  outline: none;
}

.hf-video-badge-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hf-play-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--hf-accent);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  flex: 0 0 auto;
}

.hf-video-badge-text,
.hf-video-badge-text span,
.hf-video-badge-text strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.hf-video-badge-text strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.hf-video-badge-text span {
  margin-top: 2px;
  color: var(--hf-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.hf-video-caption {
  margin: 14px 6px 0;
  color: var(--hf-muted);
  font: 400 0.98rem/1.6 Arial, Helvetica, sans-serif;
}


.hf-portrait-wrap {
  position: relative;
  border-radius: calc(var(--hf-radius) - 4px);
  overflow: hidden;
  min-height: 100%;
  background:
    radial-gradient(circle at center, rgba(227,90,35,0.14), transparent 30%),
    linear-gradient(180deg, #1a1e25 0%, #0e1116 100%);
}

.hf-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hf-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--hf-muted);
  font-family: Arial, Helvetica, sans-serif;
}

.hf-video-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(7,8,10,0.84);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  max-width: calc(100% - 36px);
}

.hf-video-badge strong,
.hf-video-badge span,
.hf-card h3,
.hf-section-head h2,
.hf-inline-cta h2 {
  font-family: Arial, Helvetica, sans-serif;
}

.hf-video-badge strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.hf-video-badge span {
  color: var(--hf-muted);
  font-size: 0.94rem;
}

.hf-play-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--hf-accent);
  border-radius: 8px;
  font-size: 0.9rem;
}

.hf-scenarios {
  padding: 34px 0 38px;
}

.hf-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 0 28px 22px;
}

.hf-section-head h2 {
  margin: 0;
  font-size: 1.6rem;
}

.hf-section-head p {
  margin: 0;
  max-width: 42rem;
  color: var(--hf-muted);
  font: 400 0.95rem/1.6 Arial, Helvetica, sans-serif;
}

.hf-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0 28px;
}

.hf-card {
  padding: 28px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(17,19,24,0.92), rgba(14,16,21,0.95));
}

.hf-card h3 {
  margin: 0 0 14px;
  font-size: 1.85rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.hf-card p {
  margin: 0 0 22px;
  font-size: 1rem;
}

.hf-card a {
  color: var(--hf-accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font: 700 0.92rem/1 Arial, Helvetica, sans-serif;
}

.hf-signature {
  margin-top: 30px;
  color: var(--hf-text) !important;
  font-style: italic;
}

.hf-signature-image {
  margin-top: 26px;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.96;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.22));
}

.hf-final-cta-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 34px 36px;
}

.hf-site-footer {
  padding: 10px 0 40px;
}

.hf-footer-grid {
  grid-template-columns: 1fr auto auto;
  align-items: center;
  padding: 26px 0 14px;
}

.hf-footer-copy {
  border-top: 1px solid var(--hf-border);
  padding-top: 14px;
}

.hf-footer-copy p {
  margin: 0;
  color: #848b97;
  font: 400 0.82rem/1.6 Arial, Helvetica, sans-serif;
}

.hf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hf-page-wrap {
  padding: 28px 0 64px;
}

.hf-page-shell {
  max-width: 900px;
}

.hf-page-card {
  padding: 42px 38px;
}

.hf-page-content p,
.hf-page-content li {
  color: var(--hf-text);
  font-size: 1.08rem;
}

.hf-page-content h2,
.hf-page-content h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 1.8em;
}

.hf-page-content a {
  color: var(--hf-accent);
}

.hf-inline-cta {
  margin-top: 38px;
  padding: 28px;
  border-radius: 14px;
  background: rgba(227,90,35,0.08);
  border: 1px solid rgba(227,90,35,0.22);
}

.hf-inline-cta h2 {
  margin-top: 0;
}

@media (max-width: 980px) {
  .hf-hero-grid,
  .hf-about-grid,
  .hf-final-cta-inner,
  .hf-footer-grid,
  .hf-header-inner,
  .hf-card-grid {
    grid-template-columns: 1fr;
  }

  .hf-card-grid {
    gap: 18px;
  }

  .hf-header-contact {
    justify-content: start;
    padding-bottom: 18px;
  }

  .hf-header-inner {
    padding-top: 12px;
  }

  .hf-hero-copy,
  .hf-about-copy,
  .hf-page-card {
    padding: 34px 24px;
  }

  .hf-section-head,
  .hf-card-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 900px) {
  .hf-video-badge-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
