body {
    background-color: #0A192F !important; /* The 'Sapphire' fallback */
    background-image: url('/assets/media/2026/02/20260212_154053-performance.webp') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    margin: 0 !important;
  }

@media (max-width: 768px) {
  body {
    background-image: url('/assets/media/2026/02/ethos-background-mobile.webp') !important;
  }
}

.gt-vessel-sub {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    width: 100%;

    margin: 0px 0 0 0;

    /* This matches your main page exactly */

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    z-index: 9999;

  }



  .gt-menu-item {

    position: relative;

    display: inline-block;

  }



  /* The Hover Trigger */

  .gt-menu-item:hover .gt-dropdown {

    display: block;

  }



  .gt-btn {

    background-color: #2e7d32; /* Logo Green */

    color: #ffffff;

    padding: 12px 24px;

    font-size: 16px;

    font-weight: bold;

    letter-spacing: 1.5px;

    border: none;

    border-radius: 2px;

    cursor: pointer;

    text-transform: uppercase;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    transition: 0.3s;

  }

  .gt-btn:hover {

    background-color: #1b5e20;

  }



  .gt-dropdown {

    display: none;

    position: absolute;

    left: 50%;

    transform: translateX(-50%); /* Keeps it perfectly centered under the button */

    background-color: #2e7d32;

    min-width: 220px;

    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);

    margin-top: 0; 

  }



  .gt-dropdown a {

    color: #ffffff;

    padding: 14px 20px;

    text-decoration: none;

    display: block;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 1px;

    text-transform: uppercase;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    border-bottom: 1px solid rgba(255,255,255,0.1);

  }

  .gt-dropdown a:hover {

    background-color: #1b5e20;

  }

/* 2. THE MAIN CONTAINER - Responsive Update */

  .ethos-vessel {

    width: 94%;               /* Fluid on mobile */

    max-width: 900px;         /* Locked on desktop */

    margin: 20px auto; 

    padding: 60px;            /* Desktop padding */

    background: rgba(255,255,255,0.88); 

    box-shadow: 0 20px 50px rgba(0,0,0,0.15);

    font-family: 'Georgia', Times, serif;

    color: #111;

    line-height: 1.8;

    box-sizing: border-box;   /* Keeps the 'tube' from forming */

  }



  .ethos-hero { text-align: center; margin-bottom: 60px; }

  

  .ethos-title {

    font-family: sans-serif;

    font-size: 50px;

    letter-spacing: 18px;

    font-weight: 800;

    margin: 0;

    text-transform: uppercase;

  }



  .ethos-lead { font-size: 26px; line-height: 1.6; margin-bottom: 40px; color: #000; }

  

  .ethos-hr { width: 50px; height: 2px; background: #000; margin: 60px auto; }



  .ethos-section-head {

    font-family: sans-serif;

    font-size: 24px;

    letter-spacing: 5px;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 50px;

  }



  .ethos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 60px; }



  .ethos-item h3 {

    font-family: sans-serif;

    font-size: 14px;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-weight: 800;

    border-bottom: 1px solid #ddd;

    padding-bottom: 10px;

    margin-bottom: 15px;

  }



  .ethos-signoff { font-size: 22px; color: #1b5e20; font-style: italic; margin-top: 40px; text-align: center; }



  /* 3. THE MOBILE REPAIR UNIT */

  @media (max-width: 768px) {

    .ethos-vessel { 

        width: 114% !important;

margin-top: 60px !important;

margin-bottom: 60px !important;

margin-left: -7% !important; /* Pulls the overflow back to center */

        padding: 20px 12px !important; /* Tightens internal space so text is broader */

        box-shadow: none;             /* Simplifies the look for small screens */

    }

    

    .ethos-title { 

        font-size: 26px !important;

        letter-spacing: 4px !important; 

        line-height: 1.2;

    }



    .ethos-lead {

        font-size: 19px !important;

        line-height: 1.5;

    }



    .ethos-grid { 

        gap: 20px !important;         /* Brings stacked items closer together */

    }

    

    .ethos-hr {

        margin: 30px auto !important; /* Keeps the dividers from being too huge */

    }

  }
