.elementor-kit-1583{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-66a7827:#0D1B2A;--e-global-color-e52c512:#12243A;--e-global-color-16579a2:#B8975A;--e-global-color-a9797ce:#D4B07A;--e-global-color-3e487dd:#FFFFFF;--e-global-color-d635b67:#CDD6E0;--e-global-color-ea58121:#7A8FA0;--e-global-color-ea3b2d6:#B8975A33;--e-global-color-2a0abca:#B8975A17;--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;--e-global-typography-b40fb6f-font-family:"Cormorant Garamond";--e-global-typography-a1a48b2-font-family:"Jost";}.elementor-kit-1583 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 *//* ============================================================
     GLOBAL STYLES — paste into Elementor > Site Settings > Custom CSS
     OR into Appearance > Customise > Additional CSS
     ============================================================ */

  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@300;400;500&display=swap');

  :root {
    --gw-navy:      #0D1F3C;
    --gw-navy-mid:  #1A3560;
    --gw-gold:      #B8943F;
    --gw-gold-lt:   #D4AE5A;
    --gw-cream:     #F7F4EF;
    --gw-border:    #E2DDD5;
    --gw-text:      #1a1a1a;
    --gw-text-mid:  #444444;
    --gw-text-lt:   #777777;
    --gw-serif:     'Playfair Display', Georgia, serif;
    --gw-sans:      'DM Sans', system-ui, sans-serif;
  }

  body { font-family: var(--gw-sans); color: var(--gw-text); }

  /* Utility classes used across sections */
  .gw-eyebrow {
    font-family: var(--gw-sans);
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gw-gold);
    font-weight: 500;
    display: block;
    margin-bottom: 0.75rem;
  }
  .gw-serif-heading {
    font-family: var(--gw-serif);
    font-weight: 500;
    line-height: 1.2;
    color: var(--gw-navy);
  }
  .gw-body-text {
    font-family: var(--gw-sans);
    font-size: 0.92rem;
    color: var(--gw-text-lt);
    line-height: 1.8;
  }
  .gw-btn-primary {
    display: inline-block;
    background: var(--gw-gold);
    color: #fff;
    padding: 0.75rem 1.75rem;
    border-radius: 2px;
    font-family: var(--gw-sans);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  .gw-btn-primary:hover { background: var(--gw-gold-lt); color: #fff; }

  .gw-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--gw-navy);
    padding: 0.75rem 1.75rem;
    border-radius: 2px;
    border: 1.5px solid var(--gw-navy);
    font-family: var(--gw-sans);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
  }
  .gw-btn-outline:hover { background: var(--gw-navy); color: #fff; }
  
  
  
/* Responsive */
@media (max-width: 900px) {
  .gw-hero,
  .gw-about,
  .gw-contact { grid-template-columns: 1fr; }

  .gw-hero-left,
  .gw-hero-right,
  .gw-about-left,
  .gw-about-right,
  .gw-contact-left,
  .gw-contact-right { padding: 3.5rem 2rem; }

  .gw-hero-right { min-height: auto; }
  .gw-hero-title { font-size: 2.2rem; }

  .gw-areas-grid { grid-template-columns: 1fr 1fr; }
  .gw-cases-grid { grid-template-columns: 1fr; }

  .gw-areas-header { flex-direction: column; align-items: flex-start; }
  .gw-areas-intro-text { text-align: left; }

  .gw-nav { padding: 1rem 1.5rem; flex-wrap: wrap; gap: 0.75rem; }
  .gw-nav-links { gap: 1.25rem; }

  .gw-footer { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 600px) {
  .gw-areas-grid { grid-template-columns: 1fr; }
  .gw-form-grid { grid-template-columns: 1fr; }
  .gw-stat-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .gw-nav-links { gap: 0.85rem; }
  .gw-areas-wrap,
  .gw-cases-wrap { padding: 3rem 1.5rem; }
}


/* Greg Walsh & Co — Single Post Global CSS
   Paste into: Elementor > Site Settings > Custom CSS
   ================================================= */

/* Article typography */
.gw-article p { font-size: 0.97rem; color: #7a8fa0; line-height: 1.9; font-weight: 300; margin-bottom: 1.4rem; }
.gw-article p strong { color: #cdd6e0; font-weight: 400; }
.gw-article h2 { font-family: 'Cormorant Garamond',serif; font-size: 1.6rem; font-weight: 400; color: #fff; line-height: 1.2; margin: 2.8rem 0 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(184,151,90,0.09); }
.gw-article h3 { font-family: 'Jost',sans-serif; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: #d4b07a; font-weight: 400; margin: 2.2rem 0 0.8rem; }
.gw-article a { color: #d4b07a; text-decoration: none; border-bottom: 1px solid rgba(184,151,90,0.3); transition: border-color 0.2s; }
.gw-article a:hover { border-color: #d4b07a; }

/* Blockquote */
.gw-article blockquote { border-left: 2px solid #b8975a; padding: 0.6rem 0 0.6rem 1.8rem; margin: 2rem 0; background: rgba(184,151,90,0.03); }
.gw-article blockquote p { font-family: 'Cormorant Garamond',serif; font-size: 1.1rem; font-style: italic; color: #cdd6e0; margin-bottom: 0.4rem; }
.gw-article blockquote cite { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: #b8975a; font-style: normal; }

/* Lists */
.gw-article ul { list-style: none; padding: 0; margin: 0.5rem 0 1.4rem; }
.gw-article ul li { display: flex; gap: 0.8rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(184,151,90,0.08); font-size: 0.92rem; color: #7a8fa0; font-weight: 300; }
.gw-article ul li:last-child { border-bottom: none; }
.gw-article ul li::before { content: '—'; color: #b8975a; flex-shrink: 0; }

/* Horizontal rule */
.gw-article hr { border: none; width: 40px; height: 1px; background: #b8975a; opacity: 0.45; margin: 3rem 0; }

/* Category badge */
.gw-category { display: inline-block; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: #b8975a; border: 1px solid rgba(184,151,90,0.35); padding: 0.22rem 0.75rem; font-family: 'Jost',sans-serif; font-weight: 400; text-decoration: none; }
.gw-category:hover { background: rgba(184,151,90,0.1); }

/* Post date */
.gw-date { display: flex; align-items: center; gap: 0.7rem; font-size: 0.75rem; color: #7a8fa0; font-weight: 300; letter-spacing: 0.06em; }
.gw-date::before { content: ''; display: inline-block; width: 20px; height: 1px; background: #b8975a; opacity: 0.5; }

/* Back link */
.gw-back { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; color: #7a8fa0; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 300; transition: color 0.2s; margin-bottom: 2.5rem; }
.gw-back:hover { color: #d4b07a; }
.gw-back::before { content: '←'; }

/* Hero grid overlay */
.gw-hero { position: relative; overflow: hidden; }
.gw-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(184,151,90,0.025) 80px); pointer-events: none; z-index: 0; }/* End custom CSS */