/*
Theme Name:  HI Growth Marketing
Theme URI:   https://hi-growth.com
Author:      HI Growth Marketing
Author URI:  https://hi-growth.com
Description: Custom WordPress theme for HI Growth Marketing. Elementor-ready, mobile-first, SEO-optimized. Kailua-Kona, Hawaiʻi.
Version:     2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: higrowth
Tags: custom-logo, custom-menu, full-width-template, translation-ready, elementor
*/

/* ============================================
   IMPORT FONTS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@300;400;500&display=swap');

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
  --teal:        #4dbfb8;
  --gold:        #c8a84b;
  --dark:        #0c1a18;
  --dark2:       #081412;
  --dark3:       #0a1614;
  --text:        #e2ede8;
  --text-muted:  rgba(226,237,232,0.5);
  --text-dim:    rgba(226,237,232,0.25);
  --border:      rgba(77,191,184,0.12);
  --border-mid:  rgba(77,191,184,0.2);

  --font-head: 'Syne', sans-serif;
  --font-body: 'Inter', sans-serif;

  --max-w: 1100px;
  --pad:   clamp(20px, 5vw, 48px);
}

/* ============================================
   RESET
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { opacity: 0.8; }
a:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 2px; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.03em;
}

h1 { font-size: clamp(2.75rem, 6vw, 4.5rem); }
h2 { font-size: clamp(2rem,   4vw, 3rem); }
h3 { font-size: clamp(1.25rem,2vw, 1.75rem); }
h4 { font-size: 1.2rem; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ============================================
   LAYOUT
   ============================================ */
.hig-wrap {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.hig-section { padding: 80px 0; }

/* ============================================
   SCREEN READER
   ============================================ */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; position: absolute;
  width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--dark3); clip: auto !important; clip-path: none;
  color: var(--teal); display: block; font-size: 14px; font-weight: 700;
  height: auto; left: 5px; padding: 15px 23px; top: 5px;
  text-decoration: none; width: auto; z-index: 100000;
}

/* ============================================
   BUTTONS
   ============================================ */
.hig-btn, .hig-btn-ghost, .hig-btn-grad {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity .2s, transform .15s;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}
.hig-btn { background: var(--teal); color: var(--dark2); }
.hig-btn:hover { opacity: .85; color: var(--dark2); transform: translateY(-1px); }

.hig-btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.18);
}
.hig-btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.45); }

.hig-btn-grad {
  background: linear-gradient(90deg, var(--teal) 0%, var(--gold) 100%);
  color: var(--dark2);
}
.hig-btn-grad:hover { opacity: .88; color: var(--dark2); transform: translateY(-1px); }

/* ============================================
   HEADER / NAV
   ============================================ */
.hig-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(8,20,18,0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hig-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* Logo */
.hig-logo { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.hig-logo-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--teal);
  letter-spacing: 0.02em;
}
.hig-logo-text .flower { color: var(--gold); }
.hig-logo-sub {
  font-family: var(--font-body);
  font-size: 0.45rem;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.2);
  text-transform: uppercase;
  margin-top: 3px;
}

/* Primary nav */
.hig-primary-nav { display: flex; align-items: center; gap: 24px; }
.hig-primary-nav a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color .2s;
}
.hig-primary-nav a:hover,
.hig-primary-nav a.current-menu-item { color: #fff; }

.hig-primary-nav a.nav-cta {
  color: var(--teal);
  border: 1px solid rgba(77,191,184,0.3);
  padding: 7px 16px;
  border-radius: 2px;
  font-weight: 500;
}
.hig-primary-nav a.nav-cta:hover { background: rgba(77,191,184,0.08); }

/* Hamburger */
.hig-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.hig-menu-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text);
  transition: transform .3s, opacity .3s;
}
.hig-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hig-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hig-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================
   HERO
   ============================================ */
.hig-hero {
  background: var(--dark2);
  padding: 80px 0 72px;
}
.hig-hero-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.hig-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: rgba(77,191,184,0.55);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 28px;
}
.hig-eyebrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(77,191,184,0.4);
  flex-shrink: 0;
}
.hig-hero-h1 {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
  max-width: 680px;
}
.hig-hero-h1 .c-teal { color: var(--teal); }
.hig-hero-h1 .c-gold { color: var(--gold); font-style: italic; }

.hig-hero-sub {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 300;
  max-width: 460px;
  margin-bottom: 36px;
}
.hig-hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hig-hero-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 500px;
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  overflow: hidden;
}
.hig-stat {
  padding: 20px 24px;
  background: var(--dark3);
  border-right: 1px solid var(--border);
}
.hig-stat:last-child { border-right: none; }
.hig-stat-n {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hig-stat-n span { color: var(--gold); }
.hig-stat-l { font-size: 0.7rem; color: var(--text-dim); margin-top: 5px; }

/* ============================================
   TICKER
   ============================================ */
.hig-ticker { background: var(--teal); padding: 11px 0; overflow: hidden; }
.hig-ticker-inner {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}
.hig-ticker-inner:hover { animation-play-state: paused; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hig-tick {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark2);
  white-space: nowrap;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hig-tick::after {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(8,20,18,0.3);
  flex-shrink: 0;
}

/* ============================================
   SECTION LABELS
   ============================================ */
.hig-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: rgba(77,191,184,0.5);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}
.hig-label::before {
  content: '';
  display: block;
  width: 16px; height: 1px;
  background: rgba(77,191,184,0.4);
  flex-shrink: 0;
}

.hig-heading { margin-bottom: 10px; }
.hig-heading em { color: var(--gold); font-style: italic; display: block; }

.hig-section-sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
  max-width: 440px;
  margin-bottom: 40px;
}

/* ============================================
   SERVICES
   ============================================ */
.hig-services { background: var(--dark); }

.hig-svc-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: start;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}
.hig-svc-row:first-child { border-top: 1px solid var(--border); }

.hig-svc-num {
  font-family: var(--font-head);
  font-size: 0.65rem;
  color: rgba(77,191,184,0.22);
  letter-spacing: 0.15em;
  padding-top: 2px;
  font-weight: 700;
}
.hig-svc-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.hig-svc-desc {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.6;
  font-weight: 300;
}
.hig-svc-tag {
  font-size: 0.6rem;
  color: var(--teal);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 3px;
  white-space: nowrap;
}

/* ============================================
   WORK
   ============================================ */
.hig-work { background: var(--dark2); }

.hig-section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hig-work-feat {
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  padding: 36px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hig-work-feat-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.hig-work-cat {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: 8px;
}
.hig-work-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hig-work-meta { font-size: 0.75rem; color: var(--text-dim); margin-top: 5px; }
.hig-work-arrow { font-size: 1.4rem; color: rgba(77,191,184,0.18); flex-shrink: 0; }
.hig-work-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.hig-work-pill {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 11px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.hig-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.hig-work-sm, .hig-work-next {
  border-radius: 4px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 150px;
}
.hig-work-sm { border: 1px solid var(--border-mid); }
.hig-work-sm .hig-work-title { font-size: 1rem; }

.hig-work-next { border: 1px dashed rgba(77,191,184,0.13); }
.hig-work-next .hig-work-cat { color: rgba(200,168,75,0.45); }
.hig-work-next .hig-work-title { color: rgba(255,255,255,0.15); font-size: 1rem; }
.hig-work-next-cta { font-size: 0.7rem; color: rgba(77,191,184,0.4); letter-spacing: 0.1em; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.hig-testi { background: var(--dark); }
.hig-testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 40px;
}
.hig-testi-card {
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  padding: 26px;
}
.hig-stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 14px; }
.hig-quote {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 18px;
}
.hig-reviewer { font-family: var(--font-head); font-weight: 700; font-size: 0.8rem; color: #fff; }
.hig-reviewer-biz { font-size: 0.7rem; color: var(--teal); margin-top: 2px; }

/* ============================================
   ABOUT
   ============================================ */
.hig-about { background: var(--dark2); }
.hig-about-body {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.9;
  font-weight: 300;
  max-width: 620px;
  margin: 20px 0 32px;
}
.hig-facts {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
.hig-fact {
  padding: 18px 20px;
  background: var(--dark3);
}
.hig-fact-n { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--teal); }
.hig-fact-l { font-size: 0.7rem; color: var(--text-dim); margin-top: 4px; }

/* ============================================
   CONTACT
   ============================================ */
.hig-contact { background: var(--dark); }
.hig-contact-rows { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; max-width: 460px; }
.hig-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  border: 1px solid var(--border-mid);
  border-radius: 3px;
}
.hig-contact-lbl { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); font-weight: 500; }
.hig-contact-val { font-size: 0.875rem; color: var(--teal); }

/* ============================================
   FOOTER
   ============================================ */
.hig-footer {
  background: #060e0d;
  border-top: 1px solid var(--border);
  padding: 48px 0 28px;
}
.hig-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.hig-footer-col-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hig-footer-col ul li { margin-bottom: 9px; }
.hig-footer-col ul li a { font-size: 0.825rem; color: rgba(255,255,255,0.28); transition: color .2s; }
.hig-footer-col ul li a:hover { color: var(--teal); }
.hig-footer-desc { font-size: 0.825rem; color: rgba(255,255,255,0.28); line-height: 1.7; max-width: 220px; margin-top: 14px; }

.hig-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.hig-footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.15); }
.hig-footer-links { display: flex; gap: 18px; }
.hig-footer-links a { font-size: 0.7rem; color: rgba(255,255,255,0.2); text-decoration: none; }
.hig-footer-links a:hover { color: var(--teal); }

/* ============================================
   BLOG / ARCHIVE
   ============================================ */
.hig-post-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 20px; margin-top: 40px; }
.hig-post-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  overflow: hidden;
}
.hig-post-card-body { padding: 22px; }
.hig-post-cat { font-size: 0.6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 8px; }
.hig-post-title { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.hig-post-title a { color: inherit; text-decoration: none; }
.hig-post-date { font-size: 0.75rem; color: var(--text-dim); margin-bottom: 12px; }
.hig-post-excerpt { font-size: 0.825rem; color: var(--text-muted); line-height: 1.7; font-weight: 300; margin-bottom: 18px; }

/* ============================================
   SINGLE ENTRY
   ============================================ */
.hig-entry { max-width: 700px; margin-inline: auto; padding: 72px var(--pad); }
.hig-entry-title { font-size: clamp(1.75rem,4vw,2.75rem); margin-bottom: 12px; }
.hig-entry-meta { font-size: 0.8rem; color: var(--text-dim); margin-bottom: 36px; }
.hig-entry-content { font-size: 0.9375rem; line-height: 1.85; color: rgba(226,237,232,0.72); }
.hig-entry-content h2,
.hig-entry-content h3 { margin: 2rem 0 1rem; }
.hig-entry-content p { margin-bottom: 1.2rem; }
.hig-entry-content ul, .hig-entry-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.hig-entry-content ul { list-style: disc; }
.hig-entry-content ol { list-style: decimal; }
.hig-entry-content blockquote { border-left: 3px solid var(--teal); padding-left: 1.5rem; margin: 1.5rem 0; font-style: italic; color: var(--text-muted); }
.hig-entry-content a { color: var(--teal); text-decoration: underline; }
.hig-entry-content code { background: var(--dark3); border: 1px solid var(--border); border-radius: 3px; padding: 2px 6px; font-size: 0.875rem; }
.hig-entry-content pre { background: var(--dark3); border: 1px solid var(--border); border-radius: 4px; padding: 18px; overflow-x: auto; margin-bottom: 1.2rem; }

/* ============================================
   404
   ============================================ */
.hig-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px var(--pad); }
.hig-404-big { font-family: var(--font-head); font-weight: 800; font-size: clamp(5rem,15vw,10rem); color: rgba(77,191,184,0.07); line-height: 1; }

/* ============================================
   PAGINATION
   ============================================ */
.hig-pagination { margin-top: 48px; }
.hig-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.hig-pagination .page-numbers {
  font-size: 0.825rem; color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 3px;
  padding: 8px 14px; text-decoration: none; transition: all .2s;
}
.hig-pagination .page-numbers.current,
.hig-pagination .page-numbers:hover { background: var(--teal); color: var(--dark2); border-color: var(--teal); }

/* ============================================
   WORDPRESS CORE CLASSES
   ============================================ */
.alignleft  { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.wp-caption-text { font-size: 0.8rem; color: var(--text-muted); margin-top: 6px; }

/* Gutenberg editor colors */
.has-hig-teal-color  { color: var(--teal) !important; }
.has-hig-gold-color  { color: var(--gold) !important; }
.has-hig-teal-background-color { background: var(--teal) !important; }
.has-hig-dark-background-color { background: var(--dark) !important; }

/* ============================================
   ELEMENTOR COMPATIBILITY
   ============================================ */
.elementor-section.elementor-section-full_width { padding: 0; }
body.elementor-page .hig-header,
body.elementor-page .hig-footer { display: block; }
body.elementor-editor-active .hig-header { position: relative; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .hig-testi-grid { grid-template-columns: 1fr 1fr; }
  .hig-facts { grid-template-columns: 1fr 1fr; }
  .hig-footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .hig-menu-toggle { display: flex; }

  .hig-primary-nav {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: rgba(8,20,18,0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    gap: 0;
  }
  .hig-primary-nav.open { display: flex; }
  .hig-primary-nav a { padding: 13px var(--pad); width: 100%; font-size: 0.9rem; border-radius: 0; border: none; }
  .hig-primary-nav a.nav-cta { margin: 8px var(--pad); width: calc(100% - 2 * var(--pad)); text-align: center; }

  .hig-hero-stats { grid-template-columns: 1fr; max-width: 100%; }
  .hig-work-grid  { grid-template-columns: 1fr; }
  .hig-testi-grid { grid-template-columns: 1fr; }
  .hig-facts      { grid-template-columns: 1fr 1fr; }
  .hig-footer-top { grid-template-columns: 1fr; gap: 28px; }
  .hig-svc-row    { grid-template-columns: 32px 1fr; }
  .hig-svc-tag    { display: none; }
  .hig-hero-ctas  { flex-direction: column; align-items: flex-start; }
  .hig-work-feat  { padding: 22px; }
  .hig-contact-row { flex-direction: column; align-items: flex-start; gap: 3px; }
}

@media (max-width: 400px) {
  .hig-facts { grid-template-columns: 1fr; }
  .hig-hero-stats { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   PRINT
   ============================================ */
@media print {
  .hig-header, .hig-footer, .hig-ticker { display: none; }
  body { background: #fff; color: #000; }
}
