/*
Theme Name: Hank Hugh
Theme URI: https://hankhugh.com
Description: GeneratePress child theme for hankhugh.com — Growth Operating Partner. Dark editorial design system: black/gold, Playfair Display italic headlines, Barlow body, Barlow Condensed labels. All page sections are built from core blocks carrying hh-* classes styled here.
Author: Henry "Hank Hugh" Hernandez
Template: generatepress
Version: 1.1.0
Text Domain: hankhugh
*/

/* =====================================================================
   DESIGN TOKENS
===================================================================== */
:root {
  --hh-bg: #0A0A0A;
  --hh-mid: #111111;
  --hh-soft: #0D0D0D;
  --hh-gold: #B8952A;
  --hh-gold-light: #D0AB39;
  --hh-body: #cccccc;
  --hh-dim: #888888;
  --hh-white: #ffffff;
  --hh-border: rgba(184, 149, 42, 0.18);
  --hh-border-strong: rgba(184, 149, 42, 0.42);
  --hh-serif: 'Playfair Display', Georgia, serif;
  --hh-label: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --hh-sans: 'Barlow', system-ui, sans-serif;
}

/* =====================================================================
   BASE
===================================================================== */
body {
  background-color: var(--hh-bg);
  color: var(--hh-body);
  font-family: var(--hh-sans);
  font-size: 17px;
  line-height: 1.6;
}

h1, h2, h3.hh-serif {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--hh-white);
  letter-spacing: -0.01em;
}

h1 { font-size: 62px; line-height: 1.05; }
h2 { font-size: 46px; line-height: 1.1; }

@media (max-width: 900px) {
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
}

a { color: var(--hh-gold); }
a:hover { color: var(--hh-gold-light); }

.hh-gold-text { color: var(--hh-gold); }
.hh-white-text { color: var(--hh-white); }
.hh-dim-text { color: var(--hh-dim); }

/* =====================================================================
   SECTIONS
===================================================================== */
.hh-section {
  padding: 112px 60px;
}
.hh-section-mid { background-color: var(--hh-mid); }
.hh-section-dark { background-color: var(--hh-bg); }
.hh-border-top { border-top: 1px solid var(--hh-border); }
.hh-border-bottom { border-bottom: 1px solid var(--hh-border); }

@media (max-width: 900px) {
  .hh-section { padding: 76px 24px; }
}

.hh-inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.hh-narrow { max-width: 800px; }
.hh-mid-width { max-width: 1100px; margin-left: auto; margin-right: auto; }

/* =====================================================================
   TYPE UTILITIES
===================================================================== */
.hh-eyebrow {
  font-family: var(--hh-label);
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-weight: 500;
  margin-bottom: 20px;
}

.hh-lede {
  font-size: 20px;
  line-height: 1.6;
  color: var(--hh-body);
  max-width: 680px;
}

.hh-brand-line {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--hh-white);
}

.hh-label-line {
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hh-dim);
  font-weight: 500;
}

.hh-pullquote {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: var(--hh-white);
}

/* =====================================================================
   BUTTONS  (apply class to core Buttons block's inner button)
===================================================================== */
.hh-btn-gold .wp-block-button__link,
a.hh-btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background-color: var(--hh-gold);
  color: #000000;
  padding: 0 34px;
  font-family: var(--hh-label);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--hh-gold);
  border-radius: 0;
  transition: transform .2s ease, background-color .2s ease;
}
.hh-btn-gold .wp-block-button__link:hover,
a.hh-btn-gold:hover {
  background-color: var(--hh-gold-light);
  border-color: var(--hh-gold-light);
  color: #000000;
  transform: translateY(-2px);
}

.hh-btn-outline .wp-block-button__link,
a.hh-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background-color: transparent;
  color: var(--hh-white);
  padding: 0 34px;
  font-family: var(--hh-label);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--hh-border-strong);
  border-radius: 0;
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}
.hh-btn-outline .wp-block-button__link:hover,
a.hh-btn-outline:hover {
  border-color: var(--hh-gold);
  color: var(--hh-gold);
  transform: translateY(-2px);
}

/* =====================================================================
   HEADER (styles GeneratePress's native header + menu)
===================================================================== */
.site-header {
  background-color: var(--hh-bg);
  border-bottom: 1px solid var(--hh-border);
}
.main-navigation {
  background-color: transparent;
}
.main-navigation .main-nav ul li a {
  font-family: var(--hh-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-white);
}
.main-navigation .main-nav ul li a:hover {
  color: var(--hh-gold);
}
.main-navigation .main-nav ul li.current-menu-item > a {
  color: var(--hh-gold);
}

/* Gold CTA menu item — add CSS class "hh-nav-cta" to the Ask Hank™ menu item */
.main-navigation .main-nav ul li.hh-nav-cta > a {
  background-color: var(--hh-gold);
  color: #000000;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 12px;
}
.main-navigation .main-nav ul li.hh-nav-cta > a:hover {
  background-color: var(--hh-gold-light);
  color: #000000;
}

/* =====================================================================
   HERO
===================================================================== */
.hh-hero { padding-top: 96px; }

.hh-portrait {
  position: relative;
  max-width: 520px;
}
.hh-portrait::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid var(--hh-gold);
  z-index: 0;
  pointer-events: none;
}
.hh-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  filter: grayscale(12%);
}
@media (max-width: 900px) {
  .hh-portrait { margin-top: 24px; }
  .hh-portrait::after { right: -12px; bottom: -12px; top: 12px; left: 12px; }
}

/* =====================================================================
   CREDENTIAL STRIP
===================================================================== */
.hh-strip {
  padding: 28px 60px;
  border-top: 1px solid var(--hh-border);
  border-bottom: 1px solid var(--hh-border);
  background-color: var(--hh-bg);
}
.hh-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  align-items: center;
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-body);
  font-weight: 500;
}
.hh-strip-inner .dot { color: var(--hh-gold); }
@media (max-width: 900px) {
  .hh-strip { padding: 24px 24px; }
}

/* =====================================================================
   STATS
===================================================================== */
.hh-stat-num {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  color: var(--hh-gold);
  margin-bottom: 12px;
}
.hh-stat-label {
  font-family: var(--hh-label);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-body);
  font-weight: 500;
}
@media (max-width: 900px) {
  .hh-stat-num { font-size: 52px; }
}

/* =====================================================================
   CARDS (problem cards, testimonials, method steps, doors)
===================================================================== */
.hh-card {
  border: 1px solid var(--hh-border);
  border-top: 1px solid var(--hh-gold);
  padding: 30px 28px;
  background-color: rgba(255, 255, 255, 0.012);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
  height: 100%;
}
.hh-card:hover {
  transform: translateY(-3px);
  border-color: var(--hh-border-strong);
  background-color: rgba(184, 149, 42, 0.035);
}

.hh-card-num {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 44px;
  color: var(--hh-gold);
  line-height: 1;
  margin-bottom: 16px;
}
.hh-card-title {
  font-family: var(--hh-label);
  font-size: 21px;
  color: var(--hh-white);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}
.hh-card p { font-size: 16px; line-height: 1.65; margin-bottom: 0; }

/* Method steps */
.hh-step {
  border: 1px solid var(--hh-border);
  background-color: var(--hh-soft);
  padding: 26px 22px 28px;
  min-height: 240px;
  height: 100%;
}
.hh-step-num {
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 26px;
}
.hh-step-title {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 26px;
  color: var(--hh-white);
  line-height: 1.15;
  margin-bottom: 14px;
}
.hh-step p { font-size: 15px; line-height: 1.6; margin-bottom: 0; }

/* =====================================================================
   CASE STUDIES
===================================================================== */
.hh-case {
  border-top: 1px solid var(--hh-border);
  padding-top: 56px;
  padding-bottom: 56px;
}
.hh-case-num {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 48px;
  color: var(--hh-gold);
  line-height: 1;
}
.hh-case-tag {
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-dim);
  font-weight: 500;
}
.hh-case-client {
  font-family: var(--hh-label);
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-weight: 600;
  margin: 16px 0;
}
.hh-case h3 {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  color: var(--hh-white);
  max-width: 930px;
  margin-bottom: 30px;
}
.hh-case-body { max-width: 900px; }
.hh-case-body p { font-size: 17px; line-height: 1.72; }
.hh-case-point { color: var(--hh-white); font-weight: 500; }

.hh-metrics {
  border-top: 1px solid var(--hh-border);
  padding-top: 32px;
  max-width: 900px;
}
.hh-metric-num {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 36px;
  color: var(--hh-gold);
  line-height: 1;
  margin-bottom: 10px;
}
.hh-metric-label {
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-body);
  font-weight: 500;
  line-height: 1.3;
}
.hh-case-link {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--hh-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.hh-case-link:hover { border-bottom-color: var(--hh-gold); }

/* =====================================================================
   TESTIMONIALS
===================================================================== */
.hh-quote-feature {
  max-width: 900px;
  margin: 48px auto 0;
  padding: 56px 48px;
  border: 1px solid var(--hh-gold);
  background-color: rgba(184, 149, 42, 0.04);
  position: relative;
}
.hh-quote-feature .hh-quote-mark {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 120px;
  color: var(--hh-gold);
  position: absolute;
  top: -30px;
  left: 32px;
  line-height: 1;
  opacity: 0.6;
}
.hh-quote-feature blockquote,
.hh-quote-feature .hh-quote-text {
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 26px;
  line-height: 1.45;
  color: var(--hh-white);
  margin: 0 0 32px 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.hh-attrib-name {
  font-family: var(--hh-label);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-weight: 600;
  margin-bottom: 6px;
}
.hh-attrib-title {
  font-size: 14px;
  color: var(--hh-dim);
  font-style: italic;
}

.hh-testimonial {
  border: 1px solid var(--hh-border);
  background-color: rgba(255, 255, 255, 0.015);
  padding: 36px 32px;
  height: 100%;
}
.hh-testimonial p.hh-t-quote {
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 24px;
}

/* =====================================================================
   TWO DOORS
===================================================================== */
.hh-door {
  padding: 42px 38px;
  text-align: left;
  height: 100%;
  border: 1px solid var(--hh-border);
  background-color: var(--hh-soft);
}
.hh-door-primary {
  border-color: var(--hh-gold);
  background-color: rgba(184, 149, 42, 0.04);
}
.hh-door-kicker {
  font-family: var(--hh-label);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-weight: 600;
  margin-bottom: 22px;
}
.hh-door h3 {
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: var(--hh-white);
  margin: 0 0 18px;
}
.hh-door p { font-size: 16px; line-height: 1.65; }
.hh-door .hh-label-line { letter-spacing: 0.14em; margin-bottom: 30px; }

/* =====================================================================
   FORMS (Work With Hank engagement form)
===================================================================== */
.hh-form input[type="text"],
.hh-form input[type="email"],
.hh-form input[type="url"],
.hh-form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hh-border);
  color: var(--hh-white);
  font-family: var(--hh-sans);
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 18px;
  border-radius: 0;
}
.hh-form input:focus,
.hh-form textarea:focus {
  border-color: var(--hh-border-strong);
  outline: none;
}
.hh-form label {
  display: block;
  font-family: var(--hh-label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-body);
  margin-bottom: 10px;
}

/* =====================================================================
   FOOTER (rendered by functions.php)
===================================================================== */
.hh-footer {
  background-color: var(--hh-bg);
  color: var(--hh-body);
  padding: 64px 24px 40px;
  border-top: 1px solid var(--hh-border);
  font-family: var(--hh-sans);
}
.hh-footer-grid {
  max-width: 1320px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px;
}
.hh-footer h3 {
  font-family: var(--hh-label);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-style: normal;
  margin: 0 0 20px;
}
.hh-footer p { font-size: 14px; line-height: 1.7; margin: 0 0 20px; max-width: 300px; }
.hh-footer ul { list-style: none; margin: 0; padding: 0; }
.hh-footer ul li { margin-bottom: 12px; }
.hh-footer ul li a {
  font-family: var(--hh-label);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-body);
  text-decoration: none;
}
.hh-footer ul li a:hover { color: var(--hh-gold); }
.hh-footer a.hh-footer-cta {
  font-family: var(--hh-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-gold);
  text-decoration: none;
}
.hh-footer a.hh-footer-cta:hover { color: var(--hh-white); }
.hh-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hh-border);
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--hh-body);
  margin-right: 12px;
}
.hh-footer-social a:hover { border-color: var(--hh-gold); color: var(--hh-gold); }
.hh-footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--hh-border);
  padding-top: 32px;
  font-family: var(--hh-label);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hh-dim);
}

/* =====================================================================
   BLOG / INSIGHTS (native posts on the dark system)
===================================================================== */
.blog .site-main article,
.archive .site-main article,
.single-post .site-main article {
  background-color: transparent;
}
.entry-title a { color: var(--hh-white); }
.entry-title a:hover { color: var(--hh-gold); }
.entry-meta { color: var(--hh-dim); font-family: var(--hh-label); letter-spacing: 0.1em; text-transform: uppercase; font-size: 12px; }

/* =====================================================================
   GENERATEPRESS DEFAULT OVERRIDES — dark everything GP paints white
===================================================================== */
/* GP's dynamic CSS loads after this sheet — force the dark base */
html,
body,
.site,
#page,
.site-content,
.content-area,
.site-main {
  background-color: var(--hh-bg) !important;
}

/* Kill GP's content spacing on pattern-built pages so sections meet the
   header/footer and each other with no light gaps */
.page .site-main,
.separate-containers .site-main {
  margin: 0 !important;
  padding: 0 !important;
}
.page .inside-article,
.page .content-area,
.page .site-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.page .entry-content {
  margin-top: 0 !important;
}

/* True full-bleed sections: break alignfull groups and the credential
   strip out of GP's container to the viewport edges */
.page .entry-content > .alignfull,
.page .entry-content > .hh-strip {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.separate-containers .widget,
.one-container .container {
  background-color: transparent;
}

.sidebar .widget {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--hh-border);
}

.entry-title,
.entry-title a,
.page-header h1,
.widget-title {
  color: var(--hh-white);
  font-family: var(--hh-serif);
  font-style: italic;
  font-weight: 400;
}

.entry-content,
.entry-summary {
  color: var(--hh-body);
}

/* Pattern-built pages carry their own H1s — hide the theme's page title */
.page .entry-header {
  display: none;
}

/* Search widget inputs on the dark system */
.widget input[type="search"],
input[type="search"] {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--hh-border);
  color: var(--hh-white);
}

/* Comments — dark */
.comments-area,
.comment-body,
.comment-meta {
  color: var(--hh-body);
}

/* =====================================================================
   BUTTON HARDENING — beat WP's .wp-element-button defaults everywhere
===================================================================== */
.wp-block-button.hh-btn-gold .wp-block-button__link,
.hh-btn-gold .wp-element-button {
  background-color: var(--hh-gold) !important;
  color: #000000 !important;
  border: 1px solid var(--hh-gold) !important;
  border-radius: 0 !important;
}
.wp-block-button.hh-btn-gold .wp-block-button__link:hover,
.hh-btn-gold .wp-element-button:hover {
  background-color: var(--hh-gold-light) !important;
  border-color: var(--hh-gold-light) !important;
  color: #000000 !important;
}
.wp-block-button.hh-btn-outline .wp-block-button__link,
.hh-btn-outline .wp-element-button {
  background-color: transparent !important;
  color: var(--hh-white) !important;
  border: 1px solid var(--hh-border-strong) !important;
  border-radius: 0 !important;
}
.wp-block-button.hh-btn-outline .wp-block-button__link:hover,
.hh-btn-outline .wp-element-button:hover {
  border-color: var(--hh-gold) !important;
  color: var(--hh-gold) !important;
}

/* Method step titles — prevent mid-word breaks in the 5-column row */
.hh-step-title {
  font-size: 22px;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

/* =====================================================================
   MISC
===================================================================== */
.hh-hairline { border: 0; border-top: 1px solid var(--hh-border); margin: 0; }
.hh-center { text-align: center; }

/* =====================================================================
   v1.1.0 — INNER PAGE COMPONENTS
===================================================================== */
/* Long-form prose sections (About, Method, Work With Hank) */
.hh-prose { max-width: 680px; }
.hh-prose p { font-size: 17px; line-height: 1.8; margin-bottom: 24px; }
.hh-prose p:last-child { margin-bottom: 0; }
.hh-prose .hh-pullquote { margin: 8px 0 24px; }

.hh-caption { max-width: 640px; margin-top: 24px; margin-bottom: 40px; line-height: 1.6; }
.hh-center-block { margin-left: auto !important; margin-right: auto !important; }

/* Numbered method rows */
.hh-nb {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border-top: 1px solid var(--hh-gold);
  padding: 36px 0 44px;
  max-width: 960px;
}
.hh-nb-num {
  flex-shrink: 0;
  min-width: 84px;
  font-family: var(--hh-serif);
  font-style: italic;
  font-size: 48px;
  color: var(--hh-gold);
  line-height: 1;
}
.hh-nb-body h3 {
  font-family: var(--hh-label);
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: var(--hh-white);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 14px;
}
.hh-nb-body p { font-size: 17px; line-height: 1.7; color: var(--hh-body); margin: 0; }
@media (max-width: 700px) {
  .hh-nb { gap: 20px; }
  .hh-nb-num { min-width: 56px; font-size: 36px; }
}

/* Method diagram */
.hh-diagram { margin: 52px 0 72px; }
.hh-diagram svg { width: 100%; height: auto; display: block; }
@media (max-width: 700px) {
  .hh-diagram { margin: 36px 0 48px; }
}

/* FAQ */
.hh-faq { max-width: 900px; }
.hh-faq h3 {
  font-family: var(--hh-label);
  font-style: normal;
  font-size: 20px;
  color: var(--hh-white);
  font-weight: 600;
  line-height: 1.3;
  border-top: 1px solid var(--hh-border);
  padding-top: 36px;
  margin: 44px 0 16px;
}
.hh-faq h3:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.hh-faq p { font-size: 16px; line-height: 1.75; }

/* Form grid stacks on mobile + submit button */
@media (max-width: 700px) {
  .hh-form .hh-form-row { grid-template-columns: 1fr !important; }
}
.hh-form button.hh-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  background-color: var(--hh-gold);
  color: #000000;
  padding: 0 34px;
  font-family: var(--hh-label);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--hh-gold);
  border-radius: 0;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.hh-form button.hh-form-submit:hover {
  background-color: var(--hh-gold-light);
  border-color: var(--hh-gold-light);
  transform: translateY(-2px);
}
