:root {
  --black: #0A0A0A;
  --deep: #111111;
  --charcoal: #1C1C1C;
  --gold: #C9A84C;
  --gold-lt: #E8C96A;
  --gold-dk: #9E7A2A;
  --crimson: #8B1A1A;
  --white: #FFFFFF;
  --off-white: #F5F0E8;
  --muted: #9CA3AF;
  --border: rgba(201,168,76,.15);
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--black); color: var(--off-white); font-size: 16px; line-height: 1.7; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.2; }
p { color: var(--muted); line-height: 1.85; margin-bottom: 1rem; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }

/* NAV */
.hohg-nav { position: sticky; top: 0; z-index: 1000; background: rgba(10,10,10,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.hohg-nav .container { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.hohg-nav-brand { display: flex; flex-direction: column; text-decoration: none; }
.hohg-nav-brand-name { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; color: var(--gold); line-height: 1.1; }
.hohg-nav-brand-sub { font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(201,168,76,.55); margin-top: .15rem; }
.hohg-nav-links { display: flex; align-items: center; gap: 2.25rem; }
.hohg-nav-links a { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.7); transition: color .2s; }
.hohg-nav-links a:hover { color: var(--gold); text-decoration: none; }
.hohg-nav-cta { background: var(--gold) !important; color: var(--black) !important; padding: .55rem 1.5rem !important; border-radius: 50px !important; font-weight: 700 !important; }
.hohg-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .5rem; }
.hohg-nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; }

/* HERO */
.hohg-hero { min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--black); }
.hohg-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(201,168,76,.07) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(139,26,26,.1) 0%, transparent 50%); pointer-events: none; }
.hohg-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
.hohg-hero-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; display: flex; align-items: center; gap: .75rem; }
.hohg-hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hohg-hero h1 { font-family: var(--font-head); font-size: clamp(2.4rem, 4.5vw, 3.8rem); color: var(--white); margin-bottom: 1.25rem; }
.hohg-hero h1 em { font-style: normal; color: var(--gold); }
.hohg-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.55); max-width: 480px; margin-bottom: 2.25rem; line-height: 1.8; }
.hohg-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: var(--black); padding: .85rem 2.25rem; border-radius: 50px; font-weight: 700; font-size: .9rem; letter-spacing: .04em; transition: background .2s, transform .2s; display: inline-block; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); text-decoration: none; }
.btn-outline { border: 1.5px solid rgba(201,168,76,.4); color: var(--gold); padding: .85rem 2.25rem; border-radius: 50px; font-weight: 600; font-size: .9rem; transition: border-color .2s, background .2s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,.07); text-decoration: none; }
.hohg-hero-photo-wrap { position: relative; }
.hohg-hero-photo-frame { border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; background: var(--charcoal); border: 1px solid var(--border); box-shadow: 0 40px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(201,168,76,.1); }
.hohg-hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hohg-hero-badge { position: absolute; bottom: -1.5rem; left: -1.5rem; background: var(--gold); color: var(--black); padding: 1rem 1.5rem; border-radius: 14px; font-weight: 700; font-size: .82rem; line-height: 1.3; box-shadow: 0 8px 24px rgba(201,168,76,.3); }
.hohg-hero-badge span { display: block; font-size: .65rem; font-weight: 600; opacity: .7; text-transform: uppercase; letter-spacing: .1em; }

/* SCRIPTURE BANNER */
.hohg-scripture { background: var(--charcoal); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.5rem 0; text-align: center; }
.hohg-scripture blockquote { font-family: var(--font-head); font-size: clamp(1rem, 2vw, 1.35rem); color: var(--off-white); font-style: italic; max-width: 760px; margin: 0 auto; line-height: 1.7; }
.hohg-scripture cite { display: block; font-size: .78rem; font-style: normal; color: var(--gold); letter-spacing: .15em; text-transform: uppercase; margin-top: .75rem; font-family: var(--font-body); font-weight: 600; }

/* PILLARS */
.hohg-pillars { background: var(--deep); }
.section-label { font-size: .72rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: .75rem; }
.section-title { font-family: var(--font-head); font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--white); margin-bottom: 1rem; }
.section-intro { font-size: 1rem; color: var(--muted); max-width: 580px; }
.hohg-pillars-header { text-align: center; margin-bottom: 4rem; }
.hohg-pillars-header .section-intro { margin: 0 auto; }
.hohg-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.hohg-pillar-card { background: var(--charcoal); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem 2rem; transition: transform .25s, border-color .25s; }
.hohg-pillar-card:hover { transform: translateY(-6px); border-color: rgba(201,168,76,.4); }
.hohg-pillar-icon { width: 52px; height: 52px; background: rgba(201,168,76,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.5rem; }
.hohg-pillar-card h3 { font-family: var(--font-head); font-size: 1.2rem; color: var(--white); margin-bottom: .75rem; }
.hohg-pillar-card p { font-size: .9rem; color: var(--muted); margin: 0; }

/* ABOUT STRIP */
.hohg-about-strip { background: var(--black); }
.hohg-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hohg-about-img { border-radius: 16px; overflow: hidden; aspect-ratio: 1; background: var(--charcoal); border: 1px solid var(--border); }
.hohg-about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hohg-about-content .section-label { display: block; margin-bottom: .5rem; }
.hohg-about-content h2 { margin-bottom: 1.25rem; }
.hohg-about-content p { margin-bottom: 1.1rem; }
.hohg-about-list { margin: 1.5rem 0 2rem; }
.hohg-about-list li { display: flex; align-items: flex-start; gap: .75rem; font-size: .9rem; color: rgba(255,255,255,.65); margin-bottom: .75rem; }
.hohg-about-list li::before { content: '✦'; color: var(--gold); font-size: .7rem; margin-top: .3rem; flex-shrink: 0; }

/* SERVICES */
.hohg-services { background: var(--deep); }
.hohg-services-header { text-align: center; margin-bottom: 4rem; }
.hohg-services-header .section-intro { margin: 0 auto; }
.hohg-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.hohg-service-card { background: var(--charcoal); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; transition: border-color .25s, transform .25s; }
.hohg-service-card:hover { border-color: rgba(201,168,76,.4); transform: translateY(-4px); }
.hohg-service-card h3 { font-family: var(--font-head); font-size: 1.25rem; color: var(--gold); margin-bottom: .85rem; }
.hohg-service-card p { font-size: .92rem; color: var(--muted); margin: 0; }
.hohg-service-tag { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.2); border-radius: 50px; padding: .3rem .85rem; margin-bottom: 1rem; }

/* TESTIMONIALS */
.hohg-testimonials { background: var(--black); }
.hohg-testimonials-header { text-align: center; margin-bottom: 4rem; }
.hohg-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.hohg-testimonial-card { background: var(--charcoal); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.hohg-testimonial-stars { color: var(--gold); font-size: 1rem; letter-spacing: .1em; margin-bottom: 1rem; }
.hohg-testimonial-card blockquote { font-size: .92rem; color: rgba(255,255,255,.7); font-style: italic; line-height: 1.75; margin-bottom: 1.25rem; }
.hohg-testimonial-author { font-size: .82rem; font-weight: 600; color: var(--gold); }

/* CTA SECTION */
.hohg-cta { background: linear-gradient(135deg, #0D0D0D 0%, #1A1200 50%, #0D0D0D 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; padding: 6rem 0; position: relative; overflow: hidden; }
.hohg-cta::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 50%, rgba(201,168,76,.08) 0%, transparent 65%); pointer-events:none; }
.hohg-cta h2 { font-family: var(--font-head); font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--white); margin-bottom: 1rem; position: relative; }
.hohg-cta p { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto 2.5rem; position: relative; }
.hohg-cta .btn-gold { position: relative; }

/* FOOTER */
.hohg-footer { background: #050505; border-top: 1px solid var(--border); padding: 5rem 0 2.5rem; }
.hohg-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3.5rem; }
.hohg-footer-brand-name { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: .2rem; }
.hohg-footer-brand-sub { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(201,168,76,.45); display: block; margin-bottom: 1.1rem; }
.hohg-footer p { font-size: .88rem; color: rgba(255,255,255,.35); }
.hohg-footer h4 { font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--white); margin-bottom: 1.1rem; font-family: var(--font-body); }
.hohg-footer ul li { margin-bottom: .55rem; }
.hohg-footer ul li a { font-size: .88rem; color: rgba(255,255,255,.38); transition: color .2s; }
.hohg-footer ul li a:hover { color: var(--gold); }
.hohg-sms-quick { font-size: .73rem; color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: .6rem 1rem; margin-top: .75rem; display: inline-block; }
.hohg-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 1.75rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .78rem; color: rgba(255,255,255,.25); }
.hohg-footer-bottom a { color: rgba(255,255,255,.3); }
.hohg-footer-bottom a:hover { color: var(--gold); }

/* PAGE HERO */
.hohg-page-hero { background: linear-gradient(140deg, #050505 0%, #111111 60%, #1A1200 100%); padding: 5.5rem 0 4rem; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.hohg-page-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 70% 50%, rgba(201,168,76,.06) 0%, transparent 60%); pointer-events:none; }
.hohg-breadcrumb { font-size: .75rem; color: rgba(255,255,255,.35); margin-bottom: .75rem; }
.hohg-breadcrumb a { color: rgba(255,255,255,.4); text-decoration: none; }
.hohg-page-hero h1 { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3rem); color: var(--white); position: relative; }
.hohg-page-hero p { font-size: .95rem; color: rgba(255,255,255,.45); position: relative; margin: .5rem 0 0; }

/* FORM */
.hohg-form-section { background: var(--deep); }
.hohg-form-wrap { max-width: 680px; margin: 0 auto; }
.hohg-form-card { background: var(--charcoal); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; }
.hohg-form-card h2 { font-family: var(--font-head); font-size: 1.6rem; color: var(--white); margin-bottom: .5rem; }
.hohg-form-card > p { font-size: .9rem; color: var(--muted); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.6); margin-bottom: .5rem; letter-spacing: .04em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,.05); border: 1.5px solid rgba(255,255,255,.1); border-radius: 10px; padding: .85rem 1.1rem; font-size: .92rem; color: var(--white); font-family: var(--font-body); transition: border-color .2s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,.25); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; cursor: pointer; }
.form-group select option { background: var(--charcoal); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.hohg-sms-panel { background: rgba(201,168,76,.06); border: 1px solid rgba(201,168,76,.2); border-radius: 12px; padding: 1.5rem; margin: 1.5rem 0; }
.hohg-sms-panel-title { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.form-check { display: flex; align-items: flex-start; gap: .85rem; margin-bottom: .85rem; }
.form-check input[type="checkbox"] { width: 18px; height: 18px; flex-shrink: 0; margin-top: .15rem; accent-color: var(--gold); cursor: pointer; }
.form-check label { font-size: .82rem; color: rgba(255,255,255,.6); line-height: 1.6; cursor: pointer; }
.form-check label a { color: var(--gold); }
.hohg-sms-note { font-size: .75rem; color: rgba(255,255,255,.3); margin-top: .5rem; line-height: 1.5; }
.btn-submit { width: 100%; background: var(--gold); color: var(--black); border: none; padding: 1rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 700; cursor: pointer; font-family: var(--font-body); transition: background .2s, transform .2s; margin-top: .5rem; }
.btn-submit:hover { background: var(--gold-lt); transform: translateY(-2px); }

/* LEGAL */
.hohg-legal-section { background: var(--deep); }
.hohg-legal-wrap { max-width: 820px; margin: 0 auto; }
.hohg-legal-wrap > p:first-child { font-size: .95rem; color: rgba(255,255,255,.6); margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.hohg-legal-block { margin-bottom: 2.75rem; }
.hohg-legal-block h2 { font-size: 1.1rem; color: var(--gold); margin-bottom: .85rem; padding-bottom: .45rem; border-bottom: 1px solid rgba(201,168,76,.2); display: inline-block; font-family: var(--font-body); font-weight: 700; letter-spacing: .02em; }
.hohg-legal-block p { font-size: .93rem; color: rgba(255,255,255,.55); }
.hohg-legal-block ul { margin: .75rem 0 1rem 1.25rem; }
.hohg-legal-block ul li { font-size: .92rem; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: .5rem; padding-left: 1rem; position: relative; }
.hohg-legal-block ul li::before { content: '—'; position: absolute; left: -0.5rem; color: var(--gold); font-weight: 700; }
.hohg-legal-highlight { background: rgba(201,168,76,.06); border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; padding: 1rem 1.5rem; margin: 1rem 0; }
.hohg-legal-highlight p { font-size: .9rem; color: rgba(255,255,255,.6); font-weight: 500; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hohg-hero-grid, .hohg-about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hohg-hero-photo-wrap { order: -1; }
  .hohg-pillars-grid { grid-template-columns: 1fr 1fr; }
  .hohg-services-grid { grid-template-columns: 1fr; }
  .hohg-testimonials-grid { grid-template-columns: 1fr 1fr; }
  .hohg-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hohg-nav-links { display: none; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--deep); padding: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,.5); gap: 1.25rem; z-index: 99; border-bottom: 1px solid var(--border); }
  .hohg-nav-links.open { display: flex; }
  .hohg-nav { position: relative; }
  .hohg-nav-toggle { display: flex; }
  .hohg-pillars-grid, .hohg-testimonials-grid, .hohg-footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hohg-form-card { padding: 2rem 1.5rem; }
  .section { padding: 4rem 0; }
  .hohg-hero { min-height: auto; padding: 4rem 0; }
  .hohg-hero-badge { bottom: -1rem; left: -.5rem; }
}
