.elementor-kit-44{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #F5A623;
    --gold-dark: #C8821A;
    --navy: #0D1B2A;
    --navy-mid: #1A2E42;
    --off-white: #F4F0E8;
    --text-dark: #1a1a1a;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Barlow', sans-serif;
    background: var(--off-white);
    color: var(--text-dark);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(13,27,42,0.97);
    backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2.5rem;
    height: 64px;
    border-bottom: 3px solid var(--gold);
  }
  .nav-logo {
    display: flex; align-items: center; gap: 0.75rem;
    text-decoration: none;
  }
  .nav-logo-icon {
    width: 44px; height: 44px;
    background: var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
  }
  .nav-brand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.04em;
  }
  .nav-brand span { color: var(--gold); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a {
    color: #ccc;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    background: var(--gold);
    color: var(--navy) !important;
    padding: 0.4rem 1.1rem;
    border-radius: 4px;
    font-weight: 700 !important;
  }
  .nav-cta:hover { background: var(--gold-dark); color: #fff !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    position: relative;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://gottacallmike.net/wp-content/uploads/2026/04/m-dawson-hero.png');
    background-size: cover;
    background-position: center 20%;
    filter: brightness(0.38);
    z-index: 0;
  }
  .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(13,27,42,0.3) 0%, rgba(13,27,42,0.7) 100%);
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0; z-index: 1;
    background: repeating-linear-gradient(
      -45deg,
      transparent, transparent 40px,
      rgba(245,166,35,0.025) 40px, rgba(245,166,35,0.025) 42px
    );
    pointer-events: none;
  }
  .hero > * { position: relative; z-index: 2; }

  .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
  }
  .hero-logo-wrap {
    margin-bottom: 1.5rem;
    opacity: 0; animation: fadeUp 0.6s 0.35s forwards;
  }
  .hero-logo-circle {
    width: 110px; height: 110px;
    background: var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto;
    font-size: 3.5rem;
    box-shadow: 0 0 0 6px rgba(245,166,35,0.25), 0 0 0 16px rgba(245,166,35,0.1);
  }
  .hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 0.92;
    color: #fff;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    opacity: 0; animation: fadeUp 0.7s 0.5s forwards;
  }
  .hero h1 .accent { color: var(--gold); display: block; }
  .hero-sub {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    color: rgba(255,255,255,0.85);
    max-width: 560px;
    line-height: 1.65;
    margin: 1.6rem auto 2.4rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.6);
    opacity: 0; animation: fadeUp 0.6s 0.7s forwards;
  }
  .hero-btns {
    display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
    opacity: 0; animation: fadeUp 0.6s 0.9s forwards;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--navy);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2.4rem;
    border: none; border-radius: 4px; cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(245,166,35,0.4);
  }
  .btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }
  .btn-outline {
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2.4rem;
    border-radius: 4px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }

  .hero-scroll {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    opacity: 0; animation: fadeIn 1s 1.5s forwards;
    display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
    z-index: 2;
  }
  .scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, rgba(245,166,35,0.8), transparent);
    animation: scrollPulse 2s infinite;
  }

  /* ── TAGLINE BAND ── */
  .tagline-band {
    background: var(--gold);
    padding: 1.2rem 2rem;
    text-align: center;
  }
  .tagline-band p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.1rem, 3vw, 1.7rem);
    letter-spacing: 0.14em;
    color: var(--navy);
  }

  /* ── SHARED SECTION STYLES ── */
  .section { padding: 5rem 2rem; }
  .container { max-width: 1100px; margin: 0 auto; }

  .section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 0.75rem;
  }
  .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    line-height: 1;
    color: var(--navy);
    margin-bottom: 1.2rem;
  }
  .section-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 1rem;
  }
  .section-body strong { color: var(--navy); }

  /* ── ABOUT ── */
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .about-img-wrap { position: relative; }
  .about-img {
    width: 100%;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    box-shadow: 14px 14px 0 var(--gold);
  }

  /* ── PHOTO STRIP ── */
  .photo-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .photo-strip-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .photo-strip-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .photo-strip-item:hover img { transform: scale(1.05); }
  .photo-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(13,27,42,0.78) 0%, transparent 55%);
    display: flex; align-items: flex-end; padding: 1.4rem;
  }
  .photo-caption {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
  }

  /* ── SERVICES ── */
  .fixes-section {
    background: var(--navy);
    padding: 5rem 2rem;
  }
  .fixes-section .section-title { color: #fff; }
  .fixes-section .section-label { color: var(--gold); }
  .fixes-section .section-body { color: rgba(255,255,255,0.65); }

  .fixes-accent {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .fixes-accent-img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 3px solid rgba(245,166,35,0.3);
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
    display: block;
  }

  .fixes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.4rem;
  }
  .fix-card {
    background: var(--navy-mid);
    border: 1px solid rgba(245,166,35,0.12);
    border-top: 3px solid var(--gold);
    border-radius: 6px;
    padding: 1.6rem 1.4rem;
    transition: transform 0.2s, border-color 0.2s;
  }
  .fix-card:hover { transform: translateY(-4px); border-color: var(--gold); }
  .fix-icon { font-size: 1.8rem; margin-bottom: 0.6rem; }
  .fix-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    color: var(--gold);
    margin-bottom: 0.4rem;
  }
  .fix-desc { font-size: 0.88rem; line-height: 1.6; color: rgba(255,255,255,0.55); }

  /* ── SOCIAL PROOF STRIP ── */
  .proof-strip {
    background: var(--navy);
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(245,166,35,0.15);
  }
  .proof-item { text-align: center; }
  .proof-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: var(--gold);
    line-height: 1;
  }
  .proof-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 0.2rem;
  }
  .proof-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.12); }

  /* ── PROCESS ── */
  .process-section { background: var(--off-white); padding: 5rem 2rem; }
  .process-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
  }
  .process-steps { display: flex; flex-direction: column; gap: 2rem; }
  .step { display: flex; gap: 1.2rem; align-items: flex-start; }
  .step-num-badge {
    flex-shrink: 0;
    width: 44px; height: 44px;
    background: var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--navy);
    margin-top: 0.15rem;
  }
  .step-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    color: var(--navy);
    margin-bottom: 0.3rem;
  }
  .step-desc { font-size: 0.95rem; line-height: 1.65; color: #555; }
  .process-img-wrap { position: relative; }
  .process-img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 3/4;
    box-shadow: -12px 12px 0 var(--gold);
    display: block;
  }

  /* ── TESTIMONIALS ── */
  .testimonials-section { background: #f9f6f0; padding: 5rem 2rem; }
  .testimonials-section .section-label { color: var(--gold-dark); }
  .testimonials-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    align-items: start;
  }
  .testimonials-col { display: flex; flex-direction: column; gap: 1.5rem; }
  .testimonial-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 10px 10px 0 var(--gold);
  }
  .testimonial-img-wrap img {
    width: 100%; display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .testimonial-card {
    background: #fff;
    border-left: 4px solid var(--gold);
    border-radius: 0 6px 6px 0;
    padding: 1.8rem 1.8rem 1.8rem 1.6rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    position: relative;
  }
  .testimonial-card::before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    color: var(--gold);
    opacity: 0.2;
    position: absolute; top: -0.8rem; left: 1rem;
  }
  .stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.7rem; }
  .testimonial-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #444;
    font-style: italic;
    margin-bottom: 1rem;
    position: relative; z-index: 1;
  }
  .testimonial-author {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
  }
  .testimonial-location { font-size: 0.82rem; color: #aaa; margin-top: 0.15rem; }

  /* ── CTA ── */
  .cta-section {
    background: var(--gold);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: repeating-linear-gradient(
      45deg, transparent, transparent 20px,
      rgba(0,0,0,0.04) 20px, rgba(0,0,0,0.04) 22px
    );
  }
  .cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .cta-section h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.05;
    color: var(--navy);
    margin-bottom: 0.8rem;
  }
  .cta-section p {
    font-size: 1.1rem;
    color: rgba(13,27,42,0.72);
    max-width: 440px;
  }
  .cta-actions { display: flex; flex-direction: column; gap: 1rem; align-items: center; flex-shrink: 0; }
  .btn-dark {
    background: var(--navy);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 1rem 2.6rem;
    border: none; border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
  }
  .btn-dark:hover { background: #0a1520; transform: translateY(-2px); }
  .phone-big {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.9rem;
    color: var(--navy);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  /* ── CINEMATIC CLOSER ── */
  .closer-section {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .closer-section img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 25%;
    display: block;
    filter: brightness(0.45);
  }
  .closer-overlay {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .closer-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    color: #fff;
    letter-spacing: 0.06em;
    text-align: center;
    text-shadow: 0 4px 30px rgba(0,0,0,0.7);
  }
  .closer-text span { color: var(--gold); }

  /* ── FOOTER ── */
  footer {
    background: #070f18;
    padding: 2.5rem 2rem;
    text-align: center;
    border-top: 3px solid var(--gold);
  }
  .footer-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
  }
  .footer-logo span { color: var(--gold); }
  .footer-links {
    display: flex; gap: 2rem; justify-content: center;
    list-style: none; margin: 1rem 0; flex-wrap: wrap;
  }
  .footer-links a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--gold); }
  footer p { font-size: 0.82rem; color: rgba(255,255,255,0.28); margin-top: 0.3rem; }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes scrollPulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }

  /* ── RESPONSIVE ── */
  @media (max-width: 800px) {
    .about-grid, .process-layout, .testimonials-layout, .fixes-accent {
      grid-template-columns: 1fr; gap: 2rem;
    }
    .photo-strip { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .cta-inner { grid-template-columns: 1fr; text-align: center; }
    .cta-actions { width: 100%; }
    .proof-divider { display: none; }
    .process-img { aspect-ratio: 4/3; }
  }
  /* ── MOBILE FIXES ── */
@media (max-width: 768px) {

  /* Swap hero to tighter mobile image and reposition */
  .hero-bg {
    background-image: url('https://gottacallmike.net/wp-content/uploads/2026/04/m-dawson-hero-for-mobile.png') !important;
    background-position: center 15% !important;
  }

  /* Fix process image — keep square but shift up so heads show */
  .process-img {
    aspect-ratio: 1/1;
    object-position: center 15%;
  }

}/* ── MOBILE HERO & PROCESS FIXES ── */

/* Hide mobile image on desktop */
.hero-mobile-img { display: none; }

/* Wrap hero text in a positionable div */
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {

  /* Restructure hero for mobile — stack image above text */
  .hero {
    min-height: unset;
    padding: 0;
    flex-direction: column;
    background: var(--navy);
  }

  /* Hide the dark background image on mobile */
  .hero-bg { display: none; }

  /* Show the full mobile photo on top */
  .hero-mobile-img {
    display: block;
    width: 100%;
    margin-top: 64px; /* clears the fixed nav */
  }
  .hero-mobile-img img {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  /* Text block below the photo */
  .hero-content {
    background: var(--navy);
    padding: 2.5rem 1.5rem 3rem;
    width: 100%;
  }

  /* Hide scroll indicator on mobile */
  .hero-scroll { display: none; }

  /* Fix process image on mobile — square but centered on faces */
  .process-img {
    aspect-ratio: 1/1;
    object-position: center 15%;
  }

}/* ── HAMBURGER MENU ── */

/* Hide hamburger on desktop */
.hamburger { display: none; }
.mobile-menu { display: none; }

@media (max-width: 800px) {

  /* Show hamburger button */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 200;
    position: relative;
  }

  /* The three lines */
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--gold);
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  /* Animate to X when open */
  .hamburger.open span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }

  /* Mobile dropdown menu */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(13,27,42,0.98);
    flex-direction: column;
    padding: 1rem 0;
    z-index: 99;
    border-bottom: 3px solid var(--gold);
  }

  .mobile-menu.open {
    display: flex;
  }

  .mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: color 0.2s, background 0.2s;
  }

  .mobile-menu a:last-child {
    color: var(--gold);
    border-bottom: none;
  }

  .mobile-menu a:hover {
    color: var(--gold);
    background: rgba(255,255,255,0.05);
  }

}/* End custom CSS */