/* TYPOGRAPHY BASE */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* HERO SECTION */
.hero-title {
    font-size: clamp(4rem, 12vw, 10rem) !important;
    font-weight: 900 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 2rem !important;
    color: #fff !important;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
    font-weight: 300 !important;
    color: #fff !important;
    max-width: 600px !important;
}

/* SECTION TITLES */
.section-title {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 5rem !important;
}

/* PORTFOLIO ITEMS */
.portfolio-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.portfolio-item img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

/* SERVICES */
.service-item {
    margin-bottom: 4rem;
}

.service-number {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.5;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

.service-item h3 {
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    font-weight: 900 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02em !important;
}

.service-item p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    opacity: 0.8;
}

/* PHILOSOPHY */
.philosophy-label {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0.5;
}

/* CONTACT BUTTON */
.contact-btn {
    padding: 1.5rem 4rem !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    border: 2px solid #fff !important;
    transition: all 0.3s ease !important;
}

.contact-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* HERO ROW */
#hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 60px 20px;
}
.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-cta {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.hero-cta:hover {
  background: #ffffff;
  color: #0a0a0a;
}
.hero-row {
  position: relative;
  overflow: hidden;
}
.hero-subtitle {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto 30px auto;
}

/* TRANSPARENT HEADER */
#hfg-header,
.hfg-header,
header#hfg-header,
.hfg-header .hfg-header-main,
.hfg-header-main,
.site-header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Keep it transparent on homepage only */
.home .hfg-header,
.home #hfg-header,
.home .site-header {
  background: transparent !important;
  background-color: transparent !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}

/* Dark on scroll */
.home .hfg-header.is-sticky {
  background: rgba(0,0,0,0.92) !important;
}

/* LOGO TICKER */
.logo-ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.ticker-inner {
  display: inline-flex;
  gap: 80px;
  animation: ticker 25s linear infinite;
  align-items: center;
}
.logo-placeholder {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo-ticker-row .widget-title,
.logo-ticker-row h3 {
  display: none !important;
}
.site-footer {
  display: none !important;
}
/* WORK GRID */
.work-grid-row {
  padding: 80px 40px !important;
}

.work-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.work-grid .post {
  background: #1a1a1a;
  overflow: hidden;
}

.work-grid .post a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.work-grid .post-date,
.work-grid .by {
  display: none !important;
}
.work-grid .by,
.work-grid .post-date,
.work-grid time,
.work-grid .entry-meta {
  display: none !important;
}
.work-grid .entry-title a,
.work-grid h2 a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 1.4rem !important;
}

.work-grid .posted-by,
.work-grid .author,
.work-grid a[rel="author"],
.work-grid .by {
  display: none !important;
}

/* Hide the entire meta line */
.work-grid .entry-footer,
.work-grid footer.entry-footer,
.work-grid .card-footer {
  display: none !important;
}
.work-section-header {
  padding: 60px 40px 0px 40px !important;
}
.work-section-header h3 {
  font-size: 0.85rem !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
.work-section-header {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.work-grid-row {
  padding-top: 20px !important;
}
/* STATS SECTION */
.stats-row {
  background-color: #111111 !important;
  padding: 80px 40px !important;
}
.stat-item {
  text-align: center;
  padding: 20px;
}
.stat-number {
  font-size: clamp(3rem, 6vw, 5rem);
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #ffffff;
  display: inline;
}
.stat-suffix {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #ffffff;
  display: inline;
}
.stat-label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 12px;
}
/* TESTIMONIALS */
.testimonial-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pull-quote {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #ffffff;
  line-height: 1.4;
}
.quote-author {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 24px;
  font-style: normal;
}
/* SERVICES SECTION */
.section-eyebrow {
  font-size: 0.75rem !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 12px !important;
}
.services-section .section-title {
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  font-family: 'Playfair Display', serif !important;
  color: #ffffff !important;
  margin-bottom: 60px !important;
}
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2px !important;
}
.service-card {
  padding: 40px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  transition: background 0.3s ease !important;
}
.service-card:hover {
  background: rgba(255,255,255,0.05) !important;
}
.service-number {
  font-size: 0.75rem !important;
  letter-spacing: 2px !important;
  color: rgba(255,255,255,0.3) !important;
  display: block !important;
  margin-bottom: 16px !important;
}
.service-card h3 {
  font-size: 1.3rem !important;
  font-family: 'Playfair Display', serif !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}
.service-card p {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.7 !important;
}
/* CTA SECTION */
.cta-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.cta-title {
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  font-family: 'Playfair Display', serif !important;
  color: #0a0a0a !important;
  line-height: 1.1 !important;
  margin-bottom: 24px !important;
}
.cta-subtitle {
  font-size: 1.1rem !important;
  color: rgba(0,0,0,0.6) !important;
  margin-bottom: 40px !important;
}
.section-eyebrow.dark {
  color: rgba(0,0,0,0.4) !important;
}
.cta-button-dark {
  display: inline-block !important;
  border: 2px solid #0a0a0a !important;
  color: #0a0a0a !important;
  padding: 16px 48px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}
.cta-button-dark:hover {
  background: #0a0a0a !important;
  color: #ffffff !important;
}
/* FOOTER */
.footer-row {
  background-color: #0a0a0a !important;
}
.footer-logo {
  font-size: 1.2rem !important;
  letter-spacing: 4px !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}
.footer-tagline {
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.85rem !important;
}
.footer-heading {
  font-size: 0.7rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 20px !important;
}
.footer-nav ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-nav ul li {
  margin-bottom: 10px !important;
}
.footer-nav ul li a,
.footer-contact a {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  transition: color 0.3s ease !important;
}
.footer-nav ul li a:hover,
.footer-contact a:hover {
  color: #ffffff !important;
}
.footer-copy {
  color: rgba(255,255,255,0.3) !important;
  font-size: 0.75rem !important;
  margin-top: 30px !important;
}