@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Cormorant SC;
    src: url('../fonts/Cormorant_SC/cormorantsc-regular-webfont.woff2') format('woff2'),
         url('../fonts/Cormorant_SC/cormorantsc-regular-webfont.woff') format('woff');
    font-display: swap;
  }
  @font-face {
    font-family:sophisticated;
    src: url('../fonts/Roman_Sophisticated/Sophisticated.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family:roman_sophisticated;
    src: url('../fonts/Roman_Sophisticated/RomanSophisticated-Regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family:playfair;
    src: url('../fonts/Playfair_Display/static/PlayfairDisplay-Regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family:lato;
    src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2');
    font-display: swap;
  }
  /* @font-face {
    font-family:sophisticated;
    src: url('../fonts/Roman_Sophisticated/RomanSophisticated-Regular.woff2') format('woff2');
    font-display: swap;
  } */
  /* @font-face {
    font-family:InstrumentSerif-italic;
    src: url('../fonts/Instrument_Serif/InstrumentSerif-Italic.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family:Tight;
    src: url('../fonts/Inter_Tight/InterTight/InterTight-Regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family:Antraste;
    src: url('../fonts/antraste/Antraste.woff2') format('woff2');
    font-display: swap;
  } */
  
  :root {
    /*  FONTS  */
    --text: lato, sans-serif;
    /* --text: Poppins, sans-serif; */
    /* --title: Cormorant SC; */
    --title: playfair;
    --heroTitle: sophisticated;
    --instrument: InstrumentSerif;
    --italic: InstrumentSerif-italic;
    --tight: Tight;
    --antraste: Antraste;
  
    /* TEXT COLOURS */
    --title-red: #8E100A;
    --title-red: #b51810;
    --red:#3A2011;
    --title-white: #f7f7f7;
    --text-colour: rgb(111, 110, 110); 
    --gold: #8C6A00;
    --lightGold: #cba943;
    --lightGold: #C9A227;
    
    /*BACKGROUND COLOURS */
    --bodyBgMobile: #000;
    --bodyBgDesktop: #fff;
    --bodyDark: #232323;
    --greyBoxBobile: #242424;
    --greyBoxDesktop: #CFCFCF;
    --lightGreyBoxDesktop: #F1F1F1;
   
    /* DIVIDERS */
    --divider: #A8B0BF;
    --mt:6rem;
    --mb4:6rem;
     /*  DROP SHADOWS */
    --drop-shadow:14px 2px 14px rgba(0, 0, 0, 0.2);
    --drop-shadow1:0px 3px 11px rgba(0, 0, 0, 0.2);
    --drop-shadow2:4px 2px 14px rgba(0, 0, 0, 0.4);
  }
  html {
    font-family: var(--text);
    letter-spacing: .1rem;
    line-height: 1.5rem;
    scroll-behavior: smooth;
  }
body {
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #000; */
    
    color: #FBFBFB;
}
section {
    scroll-margin-top: 120px;
}
.anchor-offset {
    scroll-margin-top: 180px;
}
.anchor-offset-needs {
    scroll-margin-top: 90px;
}
.anchor-offset-form {
    scroll-margin-top: 90px;
}
.dn {
    display: none !important;
}
/* main {
    max-width: 1600px;
    margin: auto;
} */
/* @media (min-width:1080px) {
    body {
        color: #000;
    }
} */
/* @media (min-width:1600px) {
    body {
        color: #000;
        background-color: var(--bodyDark);
        filter: drop-shadow(var(--drop-shadow2));
    }
} */
@media(min-width:1921px) {
    body {
        /* background-color: #232323;         */
    }
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4 {
    font-weight: normal;
    /* font-family: title; */
    /* font-family: sophisticated; */
}
h1 {
    font-family: roman_sophisticated;
}
ul {
    list-style-type: none;
    text-decoration: none;
}
.mbl4 {
    margin-block: var(--mb4);
}
img {
    max-width: 100%;
    display: block;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb4 {
    margin-bottom: 3rem;
}
.mb6 {
    margin-bottom: 6rem;
}
.mt05 {
    margin-top: 0.25rem;
}
.mt1 {
    margin-top: .75rem;
}
.mt2 {
    margin-top: 2rem;
}
.mt4 {
    margin-top: 4rem;
}
.pt2 {
    padding-top: 2rem;
}
.flex1 {
    display: flex;
    gap: 1rem;
}
.titleLg {
    color: var(--title-red);
    font-family: var(--antraste);
    font-size: clamp(2rem, 1.667rem + 1.481vw, 3rem);
    line-height: clamp(2rem, 1.667rem + 1.481vw, 3rem);
    font-weight: normal;
}
.titleSm {
    color: var(--title-white);
    font-family: var(--tight);
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 0.25rem;
}
.titleLg-desktop {
    color: var(--title-red);
    font-family: var(--antraste);
    font-size: 3.75rem;
    font-weight: normal;
}
.titleSm-desktop {
    color: var(--title-red);
    font-family: var(--tight);
    font-size: 2rem;
    font-weight: normal;
}
/* ********** SCROLL ********** */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--black);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
} 

/* ********** SKIP LINKS ********** */
.skip-link {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 1;
    background: #fff;
    color: #000;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #000;
}
.skip-link:focus-visible {
    left: 10px;
    top: 10px;
    z-index: 1000;
}

/* ********** BUTTONS ********** */
.buttonContainer {
    display: grid;
    justify-content: center;
    justify-self: start;
    width: max-content;
    justify-self: center;
}
.button a{
    text-decoration: none;
    color: white;
    letter-spacing: .1rem;
    display: grid;
    border: 1px solid #8C6A00;
    border-radius: 99em;
    width: max-content;
    padding: .75rem 1.5rem;
    background-color: #8C6A00;
    margin-top: 1rem;
    transition: all 400ms ease-in-out;
    z-index: 10;
}
.button a {
    margin-top: 0;
}
.button  a:hover,
.button  a:focus-visible,
.button  a:active {
    background-color: #5d312e;
    color: white;
}

/*********** HEADER ***********/
header {
    display: grid;
    position: fixed;
    /* background-color: #000; */
    /* grid-template-columns: 1fr 1fr; */
    /* content: ''; */
    /* background-image: url('../img/bartop2.jpg'); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    width: 100%;
    max-width: 1920px;
    /* height: 900px; */
}
/* .headerOverlay {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    background-color: rgba(0, 0, 0, 0.4);
    height: 900px;
} */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 1000;
}
.site-header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
}

.headerAnnounce {
    grid-row: 1;
    grid-column: 1/-1;
    display: grid;
    justify-content: center;
    justify-items: center;
    /* background-color: #000; */
    color: white;
    text-align: center;
    padding: .5rem;
    align-items: center;
    gap: .5rem;
    font-family: var(--title);
    padding-block: 1rem;
}
.headerAnnounce img {
  max-width: 25px;
}
.headerAnnounce P {
    text-align: center;
    max-width: 100CH;
}




/* Your fixed header base */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.25s ease, padding-top 0.25s ease;
    transition: background-color 0.5s ease, padding-top 1s ease;
    padding-top: 0; /* normal */
    z-index: 1000;

    left: 50%;
    transform: translateX(-50%);
}

.site-header-inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 2rem; /* safe gutter */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* When scrolled, header gets black + extra top padding */
/* .site-header.is-scrolled {
    padding-top: 1rem; 
} */

/* Hide announce bar when scrolled */
.headerAnnounce {
    transition: opacity 0.4s ease;
    transition: opacity 0.6s ease;
}

.headerAnnounce.dn {
    display: none !important;
}







.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.primary-navigation {
    display: grid;
    grid-row: 1/2;
    grid-column: 1/-1;
    grid-template-columns: 1fr;
    --gap: 2rem;
    z-index: 1000;
    position: fixed;
    inset: 0 0 0% 20%;
    padding: min(30vh, 10rem) 2rem;
    transform: translateX(100%);
    transition: transform 750ms ease-in-out;
    justify-content: start;
    justify-items: start;
    background-color: hsl(0 0% 100% / 0.75);
    gap: 1rem;
    height: 100vh;
    /* height: 150px; */
  }
  @supports (backdrop-filter: blur(1rem)) {
    .primary-navigation {
      background-color: hsl(0 0% 0% / 0.4);
      backdrop-filter: blur(1rem);
    }
  }
  .primary-navigation a {
    color: white;
    z-index: 100;
    text-decoration: none;
  }
  .primary-navigation[data-visible="true"] {
    transform: translateX(0%);
  }
  .menu {
      display: grid;
      justify-content: center;
      z-index: 9999;
      padding-top: .5rem;
      padding-bottom: 1.5rem;
      width: 100%;
  }
  .mobile-nav-toggle {
      font-size: 1.2rem;
      display: block;
      border: none;
      width: 2rem;
      background-color: transparent;
      z-index: 100;
  }
  .leftNav, .rightNav {
    display: grid;
    gap: 1rem;
  }
  .rightNav {
    margin-top: 1rem;
  }
  nav {
    gap: 1rem;
  }
  .leftNav .aLogo {
    display: grid;
    justify-items: center;
}
  .leftNav .aLogo img{
    max-width: 35px;
}
.mobile-nav-toggle {
    color: white; 
}
.mobile-nav-toggle.nav-open {
    color: white; 
}
@media (min-width:400px) {
  .primary-navigation {
    inset: 0 0 0% 40%;
  }
}

@media (min-width:1080px) {
.headerAnnounce {
    display: none;
}
    .sm {
        display: none;
    }
    .primary-navigation {
        grid-template-columns: 1fr 1fr;
        --gap: 0;
        z-index: 1;
        position: unset;
        inset: unset;
        padding: 0;
        transform: unset;
        justify-content: unset;
        justify-items: unset;
        background-color: transparent;
        gap: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-content: center;
        padding-block: 1.5rem;
        /* height: 115px; */
        height: 95px;
      }
    .primary-navigation a > [aria-hidden="true"] {
        font-weight: 600;
        margin-inline-end: 0;
        color: white;
      }
      .primary-navigation a {
        color: white;
        z-index: 100;
        text-decoration: none;
        width: max-content;
    }
    .leftNav, .rightNav {
        gap: 0;
      }
    nav a {
        color: var(--black);
    }
    .leftNav {
        display: flex;
        align-items: center;
        gap: 2rem;
        margin-left: 8rem;
    }
    .leftNav img:first-of-type {
        gap: 0;
    }
    .leftNav .aLogo {
        display: flex;
        align-items: center;
    }
    .leftNav img {
        padding-right: .5rem;;
    }
    .rightNav {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2rem;
        margin-top: 0;
        margin-right: 8rem;
    }
    .mobile-nav-toggle {
        display: none;
      }
}
@media (min-width:1600px) {
    /* header {
        margin-top: 2rem;
        background-color: transparent;
    } */
    .primary-navigation a {
        color: white;
        z-index: 100000;
  }
      .primary-navigation {
        padding-block: 1rem ;
        backdrop-filter: blur(0);
    }
}
/* @media (min-width:1921) {
    header {
        margin: auto;
    }
} */



section.hero {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    background-color: #000;
}
.heroImage {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1;
}
section.hero img {
    /* width: 1920px; */
    max-width: 1920px;
    width: 100%;
    object-fit: cover;
    object-position: middle;
    /* height: 100%; */
    height: 95vh;
    background-color: #000;
    
}
.headerOverlay {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    background-color: rgba(0, 0, 0, 0.4);
    /* height: 900px; */
    z-index: 1;
}
.heroText {
    display: grid;
    grid-row: 1;
    grid-column: 1;
    place-content: center;
    text-align: center;
    z-index: 2;
}
.heroTitle h1 {
    font-size: 3.2rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    font-family: roman_sophisticated;
    padding-inline: 1.75rem;
}  
.heroTitle h2 {
    font-size: 1.5rem;
    font-family: sophisticated;
    margin-top: 0.5rem;
    /* color: rgb(204, 204, 181); */
}
.button {
    justify-self: center;
    width: max-content;
    background-color: transparent;
    border: none;
    width: 100%;
}
.heroText .button {
    margin-top: 3rem;
}

.bspContent .button button a{
    color: whitesmoke;
}

.serving {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 6rem;
    align-self: end;
    justify-self: center;
    z-index: 2;
}
.serving h3 {
    font-size: 1rem;
    letter-spacing: .1rem;
}

@media (min-width:1400px) {
    
section.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    /* width: 1920px; */
    height: 900px;
    background-color: #000;
}
section.hero img {
    width: 100%;
    object-fit: cover;
    object-position: center 70%;
    height: 100%;
    max-height: 900px;
    background-color: #000;
    /* margin-top: 2rem; */
}
.headerOverlay {
    grid-row: 1;
    grid-column: 1/-1;
    display: grid;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    /* max-height: 900px; */
    z-index: 1;
}
.heroText {
    display: grid;
    grid-column: 1/-1;
    /* grid-column: 1/2; */
    grid-row: 1;
    place-content: unset;
    text-align: center;
    z-index: 2;
    justify-content: center;
    margin-top: 4rem;

    /* margin-bottom: 8rem; */
}
.heroTitle h1 {
    font-size: 3.2rem;
    font-size: 11.2rem;
    line-height: 2rem;
    line-height: 18rem;
    font-family: sophisticated;
    /* font-family: roman_sophisticated; */
    /* line-height: 4rem; */
}  
.heroTitle h2 {
    font-size: 2rem;
    font-size: 5rem;
    font-family: var(--text);
    /* font-family: sophisticated; */
    /* font-family: roman_sophisticated; */
    text-transform: uppercase;
    margin-top: 1rem;
}
.serving h3 {
    font-size: 1.5rem;
    letter-spacing: .1rem;
}

}




section.services {
    /* height: 80vh; */
    color: var(--red);
}
.servicesContainer {
        display: grid;
    }
.servicesImageContainer {
    display: grid;
    justify-self: center;
    max-width: 300px;
    margin-top: 2rem;
}
.serviceH2 {
    display: grid;
    grid-template-columns: max-content 100px;
    grid-template-rows: max-content max-content;
    grid-template-rows: 1fr 1fr;
    align-content: center;
    margin-bottom: 4rem;
}
.serviceH2h2 {
    display: grid;
    /* max-width: 300px; */
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    padding-right: .5rem;
    
    /* margin-bottom: 2rem; */
}
.services h2 {
    font-family: var(--title);
    letter-spacing: .1rem;
}
.serviceLine {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    border-top: 1px solid #000;
    padding-left: 2rem;
}
.servicesOffered {
    display: grid;
    justify-items: center;
    margin-bottom: 4rem;
    /* padding: 1.5rem; */
}
.servicesOffered img {
    width: 100%;
    max-width: 300px;
    height: 420px;
    filter: drop-shadow(var(--drop-shadow2));
    /* padding: 2rem; */
}
.servicesOffered p {
    max-width: 300px;
    letter-spacing: .05rem;
}
.servicesOffered h2 {
    margin-block: 1rem .5rem;
}

@media (min-width:700px) {
    .servicesImageContainer {
        grid-template-columns: 1fr 1fr;
    }
    .serviceH2 {
        grid-column: 1/-1;
    }
    .servicesImageContainer {
        display: grid;
        justify-self: center;
        max-width: 100%;
        margin-top: 2rem;
        gap: 2rem;
}
}

@media (min-width:1000px) {
    
    .servicesImageContainer {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .serviceH2 {
        grid-column: 1/-1;
    }
    .servicesImageContainer {
        display: grid;
        justify-self: center;
        max-width: 100%;
        margin-top: 2rem;
        gap: 2rem;
    }
}

@media (min-width:1360px) {
    .servicesImageContainer {
        gap: 3rem;
    }
}

@media (min-width:1600px) {
    .serviceH2 {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        margin-bottom: 4rem;
    }
    .servicesImageContainer {
        gap: 1rem 8rem;
    }
}











/*********** MEET US ***********/
section.meetUs {
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 8rem 240px max-content;
    /* grid-template-rows: 8rem max-content max-content; */
}
.white {
    grid-column: 1/-1;
    grid-row: 1/2;
    background-color: white;
    width: 100%;
}
.meetUsBg {
    display: grid;
    grid-column: 1/-1;
    grid-row: 2/4;
    background-image: url(../images/blackBg.png);
    background-size: cover;
}
.meetUsBg img{
    object-fit: cover;
    height: 100%;
}
.meetUsImage {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/3;
    justify-self: center;
    position: relative;
}
.meetUsImage img{
    max-width: 250px;
    border: 10px solid white;
    filter: drop-shadow(var(--drop-shadow2));
}
.meetUsImage::after {
    position: absolute;
    content: '';
    background-image: url(../images/goldDiamond.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height:65px;
    bottom: -12.5%;
    /* bottom: -2.5rem; */
    left: -3rem;
    opacity: .7;
}
.meetUsText {
    grid-column: 1/-1;
    grid-row: 3;
    padding: 1.75rem;
    margin-top: 2.2rem;
}
.meetUsText h2 {
    font-size: 2rem;
    font-family: var(--title);
    line-height: 2rem;
    letter-spacing: .1rem;
}
.meetUsText h3 {
    font-size: .85rem;
    /* line-height: 2rem; */
    line-height: 1rem;
    letter-spacing: .1rem;
}.meetUsText p {
    margin-top: 1rem;
}
.mutSig {
    display: grid;
    justify-content: end;
    font-family: var(--heroTitle);
    font-size: 2rem;
    margin-block: 2rem 4rem;
}

@media (min-width:765px) {
    section.meetUs {
        display: grid;
        grid-template-columns: 1fr max-content max-content 1fr;
        grid-template-rows: 4rem min-content 0rem;
        margin-top: 4rem;
}
    .meetUsBg img {
        width: 100%;
        height: 500px;
    }
    .meetUsImage {
        grid-column: 2/3;
        grid-row: 1/3;
        height: max-content;
    }
    .meetUsImage::before {
        content: '';
        position: absolute;
        background-image: url(../images/scrub.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 125px;
        width: 200px;
        bottom: -20%;
        right: -10%;
        z-index: 1000;
        transform: rotate(-10deg);
    }
    .meetUsImage::after {
        bottom: -9%;
    }
    .meetUsImage img {
        max-width: 250px;
    }
    .meetUsText {
        grid-column: 3/4;
        grid-row: 2/3;
        max-width: 450px;
        height: max-content;
        padding-left: 3rem;
        padding-right: 0;
        margin-top: 1rem;
    }
    .mutSig {
        margin-block: 2rem;
    }
}

@media (min-width:865px) {
    section.meetUs {
        display: grid;
        grid-template-columns: 1fr max-content max-content 1fr;
        grid-template-rows: 4rem min-content 4rem;
        margin-top: 4rem;
}
    .meetUsBg img {
        width: 100%;
        height: 500px;
    }
    .meetUsImage {
        grid-column: 2/3;
        grid-row: 1/3;
        height: max-content;
    }
    .meetUsImage::before {
        content: '';
        position: absolute;
        background-image: url(../images/scrub.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        width: 250px;
        bottom: -20%;
        right: -20%;
        z-index: 1000;
        transform: rotate(-10deg);
    }
    .meetUsImage::after {
        bottom: -9%;
    }
    .meetUsImage img {
        max-width: 350px;
    }
    .meetUsText {
        grid-column: 3/4;
        grid-row: 2/3;
        max-width: 450px;
        height: max-content;
        padding-left: 2rem;
        margin-top: 2rem;
    }
    .mutSig {
        margin-block: 2rem 4rem;
    }
}

@media (min-width:1080px) {
    .meetUsImage {
        margin-right: 4rem;
    }
    .meetUsText {
        max-width: 550px;
    }
    .meetUsText h2 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

}
@media (min-width:1360px) {
    /* section.meetUs {
    display: grid;
    grid-template-columns: 1fr max-content max-content 1fr;
    grid-template-rows: 4rem min-content 8rem;
    margin-top: 4rem;
} */
/* .white {
    grid-column: 1/-1;
    grid-row: 1/2;
    background-color: white;
    width: 100%;
} */
/* .meetUsBg { */
    /* display: grid; */
    /* grid-column: 1/-1; */
    /* grid-row: 2/4; */
    /* height: 400px; */
    /* background-image: url(../images/blackBg.png); */
    
/* } */
.meetUsBg img {
    width: 100%;
    height: 500px;
}
 .meetUsImage {
    grid-column: 2/3;
    grid-row: 1/3;
    height: max-content;
    margin-right: 4rem;
 }
 .meetUsImage img {
    max-width: 457px;
    /* margin-bottom: 4rem; */
    /* padding-bottom: 4rem; */
 }
 .meetUsImage::after {
    bottom: -5%;
 }
 .meetUsImage::before {
    content: '';
    position: absolute;
    background-image: url(../images/scrub.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 220px;
    width: 325px;
    bottom: -4%;
    right: -20%;
    z-index: 10;
    transform: rotate(-10deg);
 }
 .meetUsText {
    grid-column: 3/4;
    grid-row: 2/3;
    max-width: 650px;
    height: max-content;
    padding-left: 2rem;
    margin-top: 4rem;
 }
 .meetUsText h2 {
    font-size: 3rem;
    line-height: 3rem;
 }
 .mutSig {
    font-size: 3rem;
 }
.con {
     content: '';
    background-image: url(../images/blackBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
}

/*********** NEEDS ***********/
.none {
    display: none;
}
section.needs {
    display: grid;
    background-color: #000;
    /* grid-template-columns: 1fr; */
    grid-template-rows: max-content max-content 4rem;
}
.needs h2 {
    text-align: center;
    font-family: var(--title);
    margin-block: 2rem;
    font-size: 1.5rem;
    /* font-size: 2.25rem; */
    letter-spacing: .2rem;
    padding-inline: 1.75rem;
}
span.unique {
    font-family: sophisticated;
    color: var(--lightGold);
    font-size: 1.6rem;
    /* font-size: 2.6rem; */
}
span.always {
    font-family: sophisticated;
    color: var(--lightGold);
    font-size: 1.4rem;
    line-height: 1rem;
}
.needsImage {
    display: grid;
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 100%;
}
.needsOverlay {
    display: grid;
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: center;
    background-color: rgba(0, 0, 0, .9);
    background-size: cover;
    z-index: 100;
    width: 80%;
    height: 100%;
    justify-content: center;
    align-content: center;
    /* filter: blur(.1rem); */
}
.noTitle {
    padding-inline:1.75rem
}
.noTitle h3{
    padding-inline: 0;
    font-family: var(--title);
    /* isolation: isolate; */
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
}


.needsCarousel {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-rows: max-content 50px;
    gap: 0.75rem;
  }

  /* Horizontal scroll area */
  .needsTrack {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    /* scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .needsTrack::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* Each slide is one full "page" */
  .needsSlide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 0 1.25rem;
  }

  /* Your existing .noTitle padding is fine, but tighten for phone */
  /* .noTitle {
    padding-inline: 0.75rem;
  } */

  /* Dot buttons */
  .needsDots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    padding-bottom: 0.25rem;
    align-items: center;
    /* padding-bottom: 7.5rem; */
  }

  .needsDot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid var(--gold);
    background: transparent;
    cursor: pointer;
    padding: 0;
  }

  .needsDot[aria-current="true"] {
    background: var(--gold);
  }
.noTitle.desktop, .ocContainer.desktop {
        display: none;
    }
.ocContainer.desktop {
        display: none;
    }
    .desktop {
        display: none;
    }
  @media (min-width:400px) {
    .needsImage img {
        width: 100%;
        max-height: 457px;
        object-fit: cover;  
    }
}

@media (min-width:700px) {
    section.needs {
        grid-template-columns: 4fr 6fr;
    }
    .needs h2 {
        grid-column: 1/3;
    }
    .needsImage {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .needsOverlay {
        grid-column: 2/3;
    }
}

@media (min-width:1360px) {
    .noTitle.desktop {
        display: block;
    }
    .needsCarousel.mobile {
        display: none;
    }
     section.needs {
        grid-template-columns: 2.5fr 2.5fr 4fr;
        grid-template-rows: max-content min-content 6rem;
    }
    .needs h2 {
        grid-column: 1/4;
        font-size: 2.4rem;
        margin-block: 3rem;
        /* margin-block: 4rem; */
    }
    span.unique {
    font-family: sophisticated;
    color: var(--lightGold);
    font-size: 2.6rem;
}
    .needsImage img {
        max-height: unset;
        height: 795px;
        /* height: 595px; */
    }
    /* .noTitle {
        padding-inline: 4rem;
    } */
    .noTitle h3 {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
    .noTitle p {
        line-height: 1.5rem;
        color: #DFDFDF;
    }
    span.always {
    font-family: sophisticated;
    color: var(--lightGold);
    font-size: 2.2rem;
    /* font-size: 1.8rem; */
    line-height: 1rem;
}
    /* .needsCarousel {
        display: none;
    } */
    .none {
        display: block;
    }
    .bed {
        display: grid;
        grid-row: 2;
    }
    .bed img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }
}

/*********** OUR CLIENTS ***********/
section.ourClients {
    display: grid;
    color: var(--red);
    margin-bottom: 6rem;
}
/* .ocContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    align-content: center;
    margin-bottom: 4rem;
} */
.ocContainer {
    width: 100%;
    max-width: 1156px;
    margin: auto;
    padding-inline: 1.75rem;
    /* background-color: #5d312e; */
}
.ocTitleContainer {
    grid-column: 1/2;
    display: flex;
    grid-template-columns: max-content max-content;
    grid-template-rows: max-content max-content;
    align-content: center;
    align-items: center;
    justify-items: start;
    margin-bottom: 4rem;
    margin-top: 2rem;

}
.ocTitle {
    display: grid;
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    padding-right: .5rem;
}
.ocTitle h2 {
    font-family: var(--title);
    letter-spacing: .1rem;
}
.ocTitleLine {
    width: 100px;
    border-top: 1px solid var(--gold);
    padding-left: 2rem;
}
.quoteTitle h2 {
    margin-bottom: .75rem;
    text-align: center;
    /* color: var(--gold); */
}
.hpTestimonyContainer {
    padding: 0;
}
.hpTestimony {
    display: grid;
}
.hpTestimony cite {
        display: grid;
        font-size: 1.125rem;
        justify-self: center;
        margin-top: 2rem;
        /* margin-top: 8rem; */
    }
    .ocContainer .needsCarousel {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-rows: max-content 20px;
    gap: 0.75rem;
}


@media (min-width:1360px) {
    section.ourClients {
        margin-bottom: 4rem;
    }
    .ocTitleContainer {
        margin-top: 4rem;
}
}
/* @media (min-width: 1600px) {
    .ocContainer.desktop {
        display: block;
    }
    .ocContainer {
        display: grid;
        grid-template-columns: 1fr 100px 1fr;
        grid-template-rows: max-content 1fr;
        align-content: center;
        margin-bottom: 4rem;
    }
    .ocTitleContainer {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    
    .ocTitleContainer {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: 4rem;
    }
    .hpTestimonyContainer {
        display: grid;
        align-content: center;
        grid-row: 2/3;
        align-self: center;
        padding-block: 6rem;
    }
    .quoteTitle {
        display: grid;
        justify-content: center;
        text-align: center;
        margin-bottom: 2rem;
        font-family: var(--title);
        line-height: 1.8rem;
    }
   
    .line {
        grid-row: 2/3;
        display: grid;
        grid-template-columns: 1rem 1rem;
        justify-content: center;
    }
    .gline {
        border-right: 1px solid var(--gold);
    }
   
     .needsTrack {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 1.5rem;          
    padding: 0.5rem;      
    scrollbar-width: thin; 
  }

  .needsTrack > [data-slide] {
    flex: 0 0 calc(50% - 0.75rem);
    scroll-snap-align: start;
  }

  .needsDots {
    margin-top: 0.5rem;
  }

} */


/* ********* HP QUOTE FORM ********** */
section.hpQuoteForm {
    background-image: url(../images/quoteBg.png);
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 1100px; */
    margin-top: 9rem;
    padding-bottom: 4rem;
    display: grid;
     justify-content: center;
}
.hpqfContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    padding: 1.75rem;
    padding-top: 6rem;
    position: relative;
    max-width: 40ch;
}
.hpqfContainer::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/scrub.png);
    background-size: contain;
    width: 200px;
    height: 150px;
    top: -12%;
    left: 50%;
    transform: translate(-50%);
    /* transform: translate(-50%) rotate(-3deg); */
}
.hpqfTitle {
    max-width: 60ch;
    display: grid;
    /* justify-self: center; */
    padding-left: 1.35rem;
    /* margin-bottom: 4rem; */
}
.hpqfTitle h2 {
    font-size: 0.85rem;
    line-height: .5rem;
}
.hpqfTitle h3 {
    font-size: 2rem;
    font-family: var(--title);
    line-height: 2.2rem;
}
.hpqfTitle span.always {
    font-size: 2.2rem;
}
.desktop {
    display: none;
}





/* ********** FORM ********** */
.honeypot {
    display: none;
}
.formImage {
    display: grid;
    justify-content: center;
}
.tablet-form {
    margin-top: 2rem;
    display: grid;
    width: 100%;
    gap: .5rem 0;
}
input[class="tablet-email"] {
    padding: .75rem 2rem .75rem 0;
    border: none;
    /* border: 1px solid var(--gold); */
    border-bottom: 1px solid var(--gold);
    width: 100%;
    max-width: 469px;
    color: var(--text-white);
    letter-spacing: .1rem;
    font-size: .875rem;
    background-color: transparent;
}
input[class="tablet-submit"] {
    padding: 18px 57px;
    padding: .75rem 1.5rem;
    border: 1px solid var(--gold);
    width: 100%;
    margin-top: 2.5rem;
    max-width: max-content;
    background-color: transparent;
    color: var(--text-white);
    letter-spacing: .1rem;
    font-size: 1rem;
    z-index: 10;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
}
input[class="tablet-submit"]:hover,
input[class="tablet-submit"]:focus-visible,
input[class="tablet-submit"]:active {
    transform: scale(1.05);
    background-color: var(--goldDarker);
}
.tablet-textarea {
    width: 100%;
    background-color: #DFDFDF;   /* change to whatever color you want */
    background-color: #20211c;   /* change to whatever color you want */
    background-color: #100500;   /* change to whatever color you want */
    /* border: 10px solid #ffffff;   */
    border-radius: 0;           
    /* box-shadow: none;             */
    outline: none;               /* we'll handle focus ourselves */
    padding: 12px;               
    resize: vertical;            /* optional: user can resize vertically */
    font: inherit;               /* matches site typography */
    color: #000;
}
.floating-label-group{
    margin-top: .5rem;
    position: relative;
}
.floating-label {
    color: var(--dRed);
    letter-spacing: .1rem;
    position: absolute;
    top: 10px;
    left: 1rem;
    pointer-events: none;
    transition: .2s ease-out;
    opacity: 1;
    width: max-content;
}
textarea:focus ~ .floating-label,
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: .5rem;
    left: -4rem;
    top: -1.5rem;
    left: 0;
    opacity: 1;
    color: var(--lightGold);
    font-size: 0.875rem;
}
input:focus, textarea:focus{
    outline: 3px solid var(--mRed);
}  
input:focus::placeholder, 
textarea:focus::placeholder
{
    opacity: 0;
}
input:not(:focus)::placeholder,
textarea:not(:focus)::placeholder {
    opacity: 0;
    transition: all 1400ms ease-in-out;
} 
input:required:invalid:not(:placeholder-shown) ~ .floating-label,
textarea:required:invalid:not(:placeholder-shown) ~ .floating-label  {
    top: .5rem;
    left: -4rem;
    /* top: -1rem;
    left: 0; */
    opacity: 1;
}

@media (min-width:800px) {
    section.hpQuoteForm {
        justify-content: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 0rem;
    }
    .hpqfContainer::after {
    display: none;
}
    section.hpQuoteForm img{
        max-width: 400px;
    }
    .hpqfContainer {
        justify-self: end;
    }
    .hpFormImages {
        grid-column: 2/3;
        grid-row: 1;
        display: grid;
        align-content: center;
        padding-left: 2rem;
    }
    .scrub2 img{
        width: 250px;
        max-width: 150px;
    }
    .rot3 {
        transform: rotate(3deg);
        margin-top: 2rem;
    }
}

@media (min-width:1600px) {
    .desktop {
        display: block;
    }
    .hpqfTitle h3 {
        font-size: 3rem;
        font-family: var(--title);
        line-height: 3.2rem;
}
.hpqfContainer {
    max-width: 55ch;
    margin-top: 4rem;
}
.hpqfTitle span.always {
    font-size: 3.2rem;
}
.hpFormImages {
    margin-top: 7.5rem;
}
}

/* ********** FORM END ********** */

/* FOOTER */
footer {
    display: grid;
    grid-template-columns: 1fr minmax(0,85rem) 1fr;
    /* grid-template-columns: 1fr minmax(0,75rem) 1fr; */
    /* grid-template-columns: 1fr max-content 1fr; */
    /* background-color: #cbc7c6; */
    /* background-color: #cbc7c6; */
    background-color: #030303;
    padding-block:2rem 2rem;
    color: rgb(210, 209, 209);
}
.footer-container {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 2rem;
    /* border-top: 1px solid rgb(58, 58, 58); */
}
.flinks {
    display: grid;
    /* justify-content: center; */
    padding-block: 2rem;
    padding-left: 2rem;
    /* color: white; */
}
.flinks-title {
    display: grid;
    font-weight: bold;
    margin-bottom: 2rem;
    color: white;
}
.flinks ul{
    display: grid;
    /* grid-auto-flow: column; */
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-rows: repeat(4,max-content); */
    /* padding-right: 2rem; */
    gap: 1rem;
    color: white;
    justify-self: end;
    margin-right: 4rem;
}
.fauthor {
    display: grid;
    /* border-left: 1px solid rgb(58, 58, 58); */
    /* border-right: 1px solid rgb(58, 58, 58); */
    justify-items: center;
    align-content: center;
}
.fauthor p {
    color: rgb(204, 204, 181);
    font-family: sophisticated;
    font-size: 1.5rem;
}
.flinks-thanks {
    display: grid;
    /* font-weight: bold; */
    margin-bottom: 1rem;
    /* color: var(--white); */
    margin-left: 4rem;
    /* text-transform: uppercase; */
    /* padding-block: 2rem; */
    /* padding-right: 2rem; */
    align-content: center;
}
.flinks-thanks h2 {
    font-size: 1rem;
}
.flinks-thanks img {
    max-width: 100px;
}
.flinks-thanks p {
    text-transform: none;
    font-weight: normal;
    max-width: 40ch;
    margin-top: 2rem;
    color: black;
    /* color: rgb(210, 209, 209); */
}
.bbar {
    grid-column: 1/-1;
    display: grid;
    background-color: white;
    /* background-color: rgb(23, 23, 23); */
    /* border-top: 1px solid rgb(58, 58, 58);
    border-bottom: 1px solid rgb(58, 58, 58); */
}
.footer-social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
        background-color: #100500;
}
.footer-social-links img {
    max-width: 32px;
}
.copy {
    grid-column: 2/3;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    font-size: 0.875rem;
    text-align: center;
}
.s32 {
    aspect-ratio: 1/1;
    width: 32px;
}
footer a {
    position: relative;
    width: max-content;
    transition: transform .2s ease-in-out;
    display: block;
    /* color: black; */
    color: rgb(210, 209, 209);
    text-decoration: none;
  }
  footer a:hover, 
  footer a:focus-visible, 
  footer a:active {
    transform: scale(1.1);
    outline: none;
    color: white;
  }
  footer a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -5px;
    height: 1px;
    transition: width .3s ease-in-out;
    background-color: white;
  }
  footer a:hover:after,
  footer a:focus-visible:after,
  footer a:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }

  @media (max-width:65.625rem) { /* 1050px
  @media (max-width:85rem) {   /* 1360px */
    /* FOOTER */
    /* .footer-container {
        grid-template-columns: 3fr 7fr;
        border-top: 1px solid rgb(58, 58, 58);
    }
    .flinks-thanks {
        grid-column: 1/-1;
        justify-self: center;
        text-align: center;
    }
    .flinks-thanks p {
        max-width: 60ch;
    } */
}
@media (max-width:75.65rem) {  /*  820 PX  */
/* @media (max-width:51.25rem) {   820 PX  */
/* @media (max-width:46.875rem) {   750 PX  */
    /* FOOTER */
    .footer-container {
        grid-template-columns: 1fr;
        border-top: 0px solid rgb(58, 58, 58);
        gap: 2rem;
    }
    .fauthor {
        border-top: 1px solid rgb(58, 58, 58);
        border-bottom: 1px solid rgb(58, 58, 58);
        padding-block: 2rem;
        text-align: center;
        /* grid-row: 1; */
    }
    .fauthor h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .flinks {
        padding: 0;
    }
    .flinks ul {
        display: grid;
        gap: 1rem;
        color: white;
        justify-self: center;
        margin-right: 0rem;
    }
    .flinks-thanks {
        grid-column: 1/-1;
        justify-self: center;
        text-align: center;
        margin-bottom: 0rem;
        margin-left: 0rem;
        align-content: center;
}
}