/* ============================================================
   HJFILLMORE, LLC — Homepage Stylesheet
   Theme: DARK warm brown-black with GOLDEN YELLOW accent
   Palette:
     body background   #12100B
     surface           #1A160E
     surface alt       #201A11
     border            #332B17
     text primary      #F5EFE0
     text muted        #B9AE92
     accent gold       #FACC15
     accent deep       #D97706
     accent light      #FDE68A
     accent ink        #201808
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #12100B;
  color: #F5EFE0;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #FACC15;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #FDE68A;
}

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

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typography helpers ---------- */
.section-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D97706;
  font-weight: 700;
  margin-bottom: 14px;
}

.section-title {
  font-size: 2.1rem;
  line-height: 1.15;
  font-weight: 800;
  color: #F5EFE0;
  letter-spacing: -0.01em;
}

.section-sub {
  font-size: 1.05rem;
  color: #B9AE92;
  max-width: 640px;
  margin-top: 14px;
}

/* ============================================================
   CREST NAVIGATION
   ============================================================ */
.crest-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #12100B;
  border-bottom: 1px solid #332B17;
}

.crest-nav .container {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.crest-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.crest-shield {
  position: relative;
  width: 34px;
  height: 40px;
  background-color: #201808;
  border: 2px solid #FACC15;
  border-radius: 2px 2px 55% 55% / 2px 2px 100% 100%;
}

.crest-shield::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #D97706;
  border-radius: 1px 1px 55% 55% / 1px 1px 100% 100%;
}

.crest-shield::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #FACC15;
  transform: translate(-50%, -50%) rotate(45deg);
}

.crest-wordmark {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #F5EFE0;
}

.crest-wordmark span {
  color: #FACC15;
}

.crest-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.crest-links a {
  color: #F5EFE0;
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
}

.crest-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #FACC15;
  transition: width 0.25s ease;
}

.crest-links a:hover {
  color: #FACC15;
}

.crest-links a:hover::after {
  width: 100%;
}

.crest-cta {
  display: inline-block;
  background-color: #FACC15;
  color: #201808;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 12px 22px;
  border-radius: 4px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.crest-cta:hover {
  background-color: #D97706;
  color: #201808;
}

.crest-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 2px solid #FACC15;
  color: #FACC15;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

/* ============================================================
   OBELISK HERO
   ============================================================ */
.obelisk-hero {
  position: relative;
  background-color: #12100B;
  overflow: hidden;
  padding: 88px 0 96px;
}

.obelisk-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, #201808 0%, #12100B 70%);
  z-index: 0;
}

.obelisk-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.obelisk-copy {
  padding-right: 8px;
}

.obelisk-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #201808;
  border: 1px solid #D97706;
  color: #FDE68A;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.obelisk-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FACC15;
  border-radius: 50%;
}

.obelisk-copy h1 {
  font-size: 3.1rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #F5EFE0;
  margin-bottom: 20px;
}

.obelisk-copy h1 em {
  font-style: normal;
  color: #FACC15;
  border-bottom: 3px solid #D97706;
}

.obelisk-copy .obelisk-sub {
  font-size: 1.12rem;
  color: #B9AE92;
  max-width: 540px;
  margin-bottom: 30px;
}

.obelisk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-primary {
  display: inline-block;
  background-color: #FACC15;
  color: #201808;
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #D97706;
  color: #201808;
}

.btn-ghost {
  display: inline-block;
  background-color: transparent;
  color: #F5EFE0;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 4px;
  border: 2px solid #332B17;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-ghost:hover {
  border-color: #FACC15;
  color: #FACC15;
}

/* Obelisk monument drawing */
.obelisk-art {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 380px;
  padding-bottom: 30px;
}

.obelisk-monument {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.obelisk-sun {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background-color: #FACC15;
  border-radius: 50%;
  box-shadow: 0 0 40px 6px #FACC15;
}

.obelisk-sun::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #D97706;
  border-radius: 50%;
}

.obelisk-pyramid {
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-bottom: 48px solid #D97706;
  position: relative;
  z-index: 2;
}

.obelisk-pyramid::after {
  content: "";
  position: absolute;
  left: -26px;
  top: 22px;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 30px solid #FACC15;
}

.obelisk-shaft {
  width: 64px;
  height: 200px;
  background: linear-gradient(to bottom, #3A2F14 0%, #201808 100%);
  border-left: 2px solid #FACC15;
  border-right: 2px solid #D97706;
  position: relative;
}

.obelisk-shaft::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 18px;
  bottom: 18px;
  border: 1px solid #6B5514;
}

.obelisk-base {
  width: 150px;
  height: 26px;
  background-color: #D97706;
  border-radius: 2px;
}

.obelisk-plinth {
  width: 210px;
  height: 22px;
  background-color: #332B17;
  border: 1px solid #6B5514;
  border-radius: 2px;
}

/* ============================================================
   FULL-WIDTH STATEMENT ROW
   ============================================================ */
.statement-row {
  background-color: #1A160E;
  border-top: 1px solid #332B17;
  border-bottom: 1px solid #332B17;
  padding: 84px 0;
}

.statement-row .statement-quote {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
  color: #F5EFE0;
  max-width: 920px;
}

.statement-row .statement-quote span {
  color: #FACC15;
}

.statement-row .statement-meta {
  margin-top: 22px;
  font-size: 0.95rem;
  color: #B9AE92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================================
   BIG-NUMERAL STAT COLUMNS
   ============================================================ */
.stats-section {
  background-color: #12100B;
  padding: 92px 0;
}

.stats-section .section-head {
  text-align: center;
  margin-bottom: 54px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-cell {
  background-color: #1A160E;
  border: 1px solid #332B17;
  border-top: 3px solid #FACC15;
  border-radius: 6px;
  padding: 34px 26px;
  text-align: center;
}

.stat-numeral {
  font-size: 3rem;
  font-weight: 800;
  color: #FACC15;
  line-height: 1;
}

.stat-numeral .stat-unit {
  font-size: 1.4rem;
  color: #FDE68A;
}

.stat-label {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #B9AE92;
  letter-spacing: 0.04em;
}

/* ============================================================
   NUMBERED DELIVERY PROCESS
   ============================================================ */
.process-section {
  background-color: #1A160E;
  border-top: 1px solid #332B17;
  border-bottom: 1px solid #332B17;
  padding: 92px 0;
}

.process-section .section-head {
  margin-bottom: 56px;
}

.process-list {
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 0;
  position: relative;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background-color: #332B17;
}

.process-item {
  position: relative;
  padding: 22px 0 22px 92px;
}

.process-item::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #201808;
  border: 2px solid #FACC15;
  color: #FACC15;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #F5EFE0;
  margin-bottom: 8px;
}

.process-item p {
  color: #B9AE92;
  max-width: 720px;
}

/* ============================================================
   TWO-COLUMN COMPARISON TABLE
   ============================================================ */
.compare-section {
  background-color: #12100B;
  padding: 92px 0;
}

.compare-section .section-head {
  margin-bottom: 54px;
}

.compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.compare-card {
  border: 1px solid #332B17;
  border-radius: 6px;
  overflow: hidden;
  background-color: #1A160E;
}

.compare-card.is-featured {
  border-color: #FACC15;
  box-shadow: 0 0 0 1px #FACC15;
}

.compare-head {
  padding: 22px 26px;
  border-bottom: 1px solid #332B17;
}

.compare-head h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5EFE0;
}

.compare-card.is-featured .compare-head {
  background-color: #201808;
}

.compare-card.is-featured .compare-head h3 {
  color: #FACC15;
}

.compare-head .compare-tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #201808;
  background-color: #FACC15;
  padding: 4px 10px;
  border-radius: 20px;
}

.compare-body {
  padding: 8px 26px 18px;
}

.compare-body li {
  list-style: none;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #26200F;
  color: #B9AE92;
  position: relative;
}

.compare-body li:last-child {
  border-bottom: none;
}

.compare-body li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 14px;
  height: 14px;
  border: 2px solid #D97706;
  border-radius: 2px;
}

.compare-card.is-featured .compare-body li::before {
  background-color: #FACC15;
  border-color: #FACC15;
}

.compare-card.is-featured .compare-body li {
  color: #F5EFE0;
}

/* ============================================================
   TABBED CAPABILITY PANELS
   ============================================================ */
.capabilities-section {
  background-color: #1A160E;
  border-top: 1px solid #332B17;
  border-bottom: 1px solid #332B17;
  padding: 92px 0;
}

.capabilities-section .section-head {
  margin-bottom: 44px;
}

.cap-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.cap-tab {
  background-color: #201A11;
  border: 1px solid #332B17;
  color: #B9AE92;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cap-tab:hover {
  border-color: #FACC15;
  color: #FACC15;
}

.cap-tab.active {
  background-color: #FACC15;
  color: #201808;
  border-color: #FACC15;
}

.cap-panel {
  display: none;
  background-color: #12100B;
  border: 1px solid #332B17;
  border-left: 4px solid #FACC15;
  border-radius: 6px;
  padding: 40px;
}

.cap-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.cap-panel h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #F5EFE0;
  margin-bottom: 14px;
}

.cap-panel p {
  color: #B9AE92;
  margin-bottom: 14px;
}

.cap-panel ul {
  list-style: none;
}

.cap-panel ul li {
  padding: 9px 0 9px 26px;
  color: #F5EFE0;
  position: relative;
  border-bottom: 1px solid #26200F;
}

.cap-panel ul li:last-child {
  border-bottom: none;
}

.cap-panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 12px;
  background-color: #D97706;
  transform: rotate(45deg);
}

.cap-panel .cap-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cap-chip {
  width: 100%;
  max-width: 320px;
  background-color: #1A160E;
  border: 1px solid #332B17;
  border-radius: 6px;
  padding: 28px;
  text-align: center;
}

.cap-chip .chip-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background-color: #201808;
  border: 2px solid #FACC15;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #FACC15;
  font-weight: 800;
}

.cap-chip p {
  margin-bottom: 0;
}

/* ============================================================
   SPLIT CTA BAND
   ============================================================ */
.cta-band {
  background-color: #12100B;
  padding: 92px 0;
}

.cta-band .container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background-color: #1A160E;
  border: 1px solid #332B17;
  border-radius: 10px;
  padding: 56px 56px;
}

.cta-band h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #F5EFE0;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cta-band h2 span {
  color: #FACC15;
}

.cta-band p {
  color: #B9AE92;
  max-width: 560px;
}

.cta-band .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  background-color: #1A160E;
  border-top: 1px solid #332B17;
  padding: 92px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.contact-info h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #F5EFE0;
  margin-bottom: 20px;
}

.contact-info ul {
  list-style: none;
}

.contact-info ul li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #26200F;
  color: #B9AE92;
}

.contact-info ul li:last-child {
  border-bottom: none;
}

.contact-info ul li .ci-label {
  color: #FACC15;
  font-weight: 800;
  min-width: 90px;
}

.contact-form {
  background-color: #12100B;
  border: 1px solid #332B17;
  border-radius: 6px;
  padding: 32px;
}

.contact-form .form-row {
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #F5EFE0;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #1A160E;
  border: 1px solid #332B17;
  color: #F5EFE0;
  font-size: 1rem;
  padding: 13px 14px;
  border-radius: 4px;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #FACC15;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.form-note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #B9AE92;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background-color: #12100B;
  border-top: 2px solid #FACC15;
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-brand h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5EFE0;
  margin-bottom: 12px;
}

.footer-brand h3 span {
  color: #FACC15;
}

.footer-brand p {
  color: #B9AE92;
  font-size: 0.95rem;
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D97706;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #B9AE92;
  font-size: 0.95rem;
}

.footer-col ul li a:hover {
  color: #FACC15;
}

.footer-col p {
  color: #B9AE92;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.footer-bottom {
  border-top: 1px solid #26200F;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #B9AE92;
  font-size: 0.88rem;
}

.footer-bottom a {
  color: #FACC15;
  font-size: 0.88rem;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.fade-up {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-enabled .fade-up:not(.visible) {
  opacity: 0;
  transform: translateY(24px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .obelisk-hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .obelisk-art {
    min-height: 300px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .crest-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: #12100B;
    border-bottom: 1px solid #332B17;
    padding: 12px 24px 20px;
  }

  .crest-links.open {
    display: flex;
  }

  .crest-links a {
    padding: 12px 0;
    border-bottom: 1px solid #26200F;
  }

  .crest-links a::after {
    display: none;
  }

  .crest-cta {
    margin-left: 0;
  }

  .crest-toggle {
    display: block;
  }

  .crest-nav .container {
    flex-wrap: wrap;
    position: relative;
  }

  .obelisk-copy h1 {
    font-size: 2.3rem;
  }

  .cap-panel.active {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .compare-wrap {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .statement-row .statement-quote {
    font-size: 1.5rem;
  }
}
