a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
  
  video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  /* Color overlay */
.color-overlay {
    position: absolute; /* Positions overlay relative to .video-container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
background: linear-gradient(
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.1)
  );
  
    z-index: 0; /* Places overlay above video but below content */
}

  html, body {
    height: 100%;
    overflow-x: hidden
  }
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 150%;
    line-height: 1.4;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
  }

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

    #hero {
    position: relative;
    height: 100vh;
}

  #logo-top-left {
    position: absolute;
    height: 90px;
    margin-top: 45px;
    margin-left: 45px;
    width: auto
}
  .hero-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-header h1 {
    font: 400 clamp(32px, 5.4vw, 50px) / 1.18 "Instrument Serif", serif !important ;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    color: #fff;
    max-width: 95%;
  }    
  .hero-header h1 h1italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    color: #fff; 
    }    

  #down  {
  bottom: 5%;
  position: absolute;
  width: 25px;
  opacity: 0.8;
  color: #fff;
  padding-left: 5px;
  }

.floating {
            animation: float 2s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0);
            }
        }

  .floating:hover {
  animation-play-state: paused;
}

  #scroll-down {
  position: absolute;
  bottom: 30px;
  left: 90%;
  transform: translateX(-50%);
  display: inline-block;   /* or block */
  text-align: right;
  font-family: 'Instrument Serif';
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  }

  #intro {
    height: auto;
    overflow: auto;
    background: #f4f1ea;
    position: relative;
    scroll-margin-top: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #intro-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #intro-section-title span { 
    background: #f4f1ea;
    padding:0 10px; 
  }


    .intro-left {
    width: 5%;
  }
    .intro-centre {
    width: 80%;
  }  
  .intro-right {
    width: 15%;
  }
  #intro-text h1 { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15em;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 30px;
  }
  #intro-text h2 { 
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 0;
  }

  #intro-text { 
    margin-top: 80px;
    margin-bottom: 90px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    text-align: center;
    max-width: 1100px;
    text-wrap:balance        
    }

  #intro-logo {
    height:50%;
    width: auto;
    float: left;
    position: absolute;
    top: 20%;
    margin-left: 5%;
        /*transform: translate(-50%, -50%);*/
  }    

#intro-cow {
  height:60%;
  width: auto;
  float: right;
  position: absolute;
  top: 24%;
  right: 0;
  /*transform: translate(-50%, -50%);*/
}

@media only screen and (max-width: 1650px) {
    #intro-cow {
        display: none;
    }
}

  #section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 70%;
    margin-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #section-title span { 
    background:#a54e54;
    padding:0 10px; 
  }

  #capabilities { 
    height: auto;
    overflow: auto;
    background: #efe9da;
    position: relative;
    padding: 1rem;
  }
  #capabilities-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #capabilities-section-title span { 
    background: #efe9da;
    padding:0 10px; 
  }

  #capabilities-content {
  margin-left:auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  max-width: 1250px;
  }  

    #capabilities-content h1 { 
    font: 300 clamp(30px, 4.4vw, 36px) / 1.18 Newsreader, serif !important ;
    letter-spacing: -.01em;
    text-wrap: balance;
    color: #16140f;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
  }

#capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.capabilities-item h2 {
  margin-bottom: 10px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  font-size: 1.2em;
  letter-spacing: -0.5px;
  color: #a54e54;
  }

.capabilities-item h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a54e54;
  opacity: 0.4;
  margin-top: 10px;
}

    .capabilities-serif-list-block {
    font-family: "Instrument Serif", serif;
    letter-spacing: -0.5px;
        padding-top: 20px;

  }

  .capabilities-serif-list-block h2 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    font-size: 1.3em;
    color: #a54e54;
  }

  .capabilities-serif-list-item {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #a54e54;
    font-size: 1.1em;
    padding-left: 45px;
    position: relative;
  }

.capabilities-serif-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;            /* length of the line */
  height: 1px;            /* thickness */
  background-color: currentColor; /* matches text colour */
  opacity: 0.6;           /* subtle */
}

  .capabilities-sans-serif-list-item {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #16140f;
    font-size: 0.8em;
    padding-left: 45px;
    position: relative;
  }

.capabilities-sans-serif-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;            /* length of the line */
  height: 1px;            /* thickness */
  background-color: #16140f;
  opacity: 0.6;           /* subtle */
}

.row {
  display: flex;
}

.capabilities-column {
  flex: 50%;
}
  .serif-list-block {
    font-family: "Instrument Serif", serif;
    letter-spacing: -0.5px;
  }

  .serif-list-block h2 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
  font-size: 1.2em;
  color: #a54e54;
  }

  .serif-list-item {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #16140f;
    font-size: 0.8em;
    padding-left: 45px;
    position: relative;
  }


.serif-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;            /* length of the line */
  height: 1px;            /* thickness */
  background-color: currentColor; /* matches text colour */
  opacity: 0.6;           /* subtle */
}


  #leadership {
    height: auto;
    overflow: auto;
    background: #f4f1ea;
    position: relative;
    padding: 0rem 1rem;
  }

  #leadership-grid {
    display: grid;
    grid-template-columns: fit-content(300px) fit-content(605px);
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 905px;
    align-items: start;
  }

  #leadership-content {
  max-width:1300px;
  margin-left:auto;
  margin-right: auto;
  padding-top: 40px;
  }  

  #leadership-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #leadership-section-title span { 
    background: #f4f1ea;
    padding:0 10px; 
  }

/*  .leadership-left {
  width: 30%;
} */

/* @media (max-width: 1000px) {
    .leadership-left {
    display: none;
  }
} */

/*.leadership-right {
  width: 70%;
}*/

  #leadership-text { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  }

  #leadership-text h1 { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 0;
  }
  #leadership-text h2 { 
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
    text-align: left;
    margin-bottom: 0;
  }

    #george-portrait {
      float: right;
      padding-right: 5%;
      bottom:0;
      max-height: 225px;
      width: auto;
    }    

    #leadership-linkedin-icon  {
      height: 25px;
      width: 25px;
    }   

    #experience { 
      height: auto;
      overflow: auto;
      background: #efe9da;
      position: relative;
      padding: 1rem;
    }

    #experience-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #experience-section-title span { 
    background: #efe9da;
    padding:0 10px; 
  }

  #experience-content {
  margin-left:auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1000px;
  }  

  #experience-content h1 { 
    font: 300 clamp(30px, 4.4vw, 36px) / 1.18 "Instrument Serif", serif !important ;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
  }


    #interdisciplinary { 
      height: auto;
      overflow: auto;
      background: #f4f1ea;
      position: relative;
      padding-top: 40px;
      padding-bottom: 40px;
    }     

    #interdisciplinary-text { 
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }    

  #border-quote  { 
  padding-inline: 1.5rem;
  border-inline-start: 1px solid #98838e;
  border-inline-end: 1px solid #98838e;
    }  

    #interdisciplinary-text h2 { 
      font: 300 clamp(28px, 4.4vw, 40px) / 1.18 "Newsreader", serif !important ;
      letter-spacing: -0.5px;
      color: #16140f;
    }      
    #interdisciplinary-text h2 i { 
      font-style: italic;
      color: #a54e54;
    }      

    #focus-areas { 
      height: auto;
      overflow: auto;
      background: #f4f1ea;
      position: relative;
      padding: 1rem;
    }

  #focus-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #focus-section-title span { 
    background: #f4f1ea;
    padding:0 10px; 
  }

#focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1200px;
}

.focus-item h2 {
  margin-bottom: 10px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #a54e54;
  }

.focus-item h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #a54e54;
  opacity: 0.4;
  margin-top: 10px;
}

p.focus-item-text {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #16140f;
    font-size: 0.7em;
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
  }

  @media (max-width: 1000px) {
    p.focus-item-text {
        max-width: 100%;
    } 
  } 

  #focus-areas-content {
  margin-left:auto;
  margin-right: auto;
  max-width: 1200px;
  }  

  .focus-item-image {
    width:100%;
    border-radius: 15px;
  }  

    #how-we-work {
      height: auto;
      overflow: auto;
      background: #f4f1ea;
      position: relative;
      padding: 0rem 1rem;
    }

  #HWW-section-title { 
    padding-top: 40px;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.8em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #HWW-section-title span { 
    background: #f4f1ea;
    padding:0 10px; 
  }

    #how-we-work-content { 
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 40px;
      padding-top: 50px;
  }

    #how-we-work-content h1 { 
    font: 300 clamp(30px, 4.4vw, 36px) / 1.18 "Instrument Serif", serif !important ;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #16140f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .card-grid-outer { 
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    background:#e1dac9;
    border:1px solid #e1dac9;
    border-radius:14px;
    overflow:hidden;
    margin-bottom: 80px;
  }
    .card-grid-outer-6 { 
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:#e1dac9;
    border:1px solid #e1dac9;
    border-radius:14px;
    overflow:hidden;
    margin-bottom: 70px;
  }

  @media (max-width: 1400px) {
  #capabilities-grid {grid-template-columns: 1fr;text-align: center;margin-top:20px}
  .capabilities-sans-serif-list-item::before {display: none;}
  .capabilities-sans-serif-list-item {padding-left: 0px !important;}
  }

  @media (max-width: 900px) {
  #scroll-down {left:45%;}
  #focus-grid {grid-template-columns: repeat(2,1fr)}
  #capabilities-content {padding-bottom: 0px;}
  .card-grid-outer {grid-template-columns:repeat(2,1fr);margin-bottom: 15px;}
  #leadership-grid {grid-template-columns: 1fr; margin-bottom: 45px;}
  #george-portrait {display:none;}
  }

  @media (max-width: 600px) {
  .card-grid-outer-6 {grid-template-columns:repeat(2,1fr);margin-bottom:30px;}
  #hide-600 {display:none;}
  #move-600 {position: relative;right: -50px;top: 130px;}
  #intro-text {margin-top: 45px;margin-bottom: 30px;width: 100%;}
  #capabilities-content h1 {width: 100%;margin-top: 20px;margin-bottom: 20px;}
  #focus-grid {grid-template-columns: repeat(1,1fr); text-align: center;}
  #top-reduced-margin {margin-top:0px !important}
  }

  @media (max-width: 400px) {
  .card-grid-outer {grid-template-columns:repeat(1,1fr);}
  .card-grid-title {text-align: center;}
  .card-grid-text {text-align: center;}
  .card-grid-outer-6 {grid-template-columns:repeat(1,1fr);text-align: center;}
  }

  .card-grid-item { 
    background:#f4f1ea;
    padding:34px 28px;
  }
  .card-grid-number { 
    font:400 34px Newsreader,serif;
    color:#a54e54;
    line-height:1;
  }
  .card-grid-title { 
    margin:18px 0 10px;
    font:600 17px 'Instrument Sans';
    color:#16140f;
  }
  .card-grid-text { 
    margin:0;
    font:400 15px/1.6 Newsreader,serif;
    color:#16140f;
    text-wrap:balance;        
  }

  #FandF { 
    display: none;
    height: auto;
    overflow: auto;
    background: #efe9da;
    position: relative;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
   }

  #FandF-content { 
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
   }

  .FandF-h1 { 
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  color: #a54e54;
  font-size: 1.4em;
  margin-bottom: 0;
   }
  
   .FandF-h2 { 
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  color: #a54e54;
  font-size: 0.9em;
  margin-top: 0;
   }
  #FandF-footer-link { 
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  color: #a54e54;
  font-size: 1.2em;
   }

  #FandF-black-link { 
  color: #16140f;
   }

  #contact { 
    background:#efe9da;
    color:#16140f;
    padding:130px 44px    
  }

  #contact-contents { 
  max-width:1180px;
  margin:0 auto;
  text-align:center  
  }

  #contact-text-small { 
  font:500 11px ui-monospace,Menlo,monospace;
  letter-spacing:.26em;
  color:#c75a3c;
  margin-bottom:26px
  }

  #contact-email-button { 
  text-decoration:none;
  font:600 15px 'Instrument Sans';
  color:#fff;
  background:#a54e54;
  padding:16px 30px;
  border-radius:100px;
  display:inline-block
  }

  #contact-text-large { 
  margin:0 auto 22px;
  max-width:820px;
  font:300 clamp(30px,4.4vw,56px)/1.18 Newsreader,serif;
  letter-spacing:-.01em;
  text-wrap:balance        
  }

  #contact-booking { 
  margin:0 auto 40px;
  max-width:520px;
  font-family: "Instrument Serif", serif;
  font-size: 0.8em;
  margin-top:10px;
  color:#5b564c
  }

  #footer-logo { 
    height: 120px;
  }          

  #footer-section {
  background:#ece4d3;
  color:#a54e54;
  padding:64px 44px 48px
  } 

  #footer-wrapper {
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
  align-items:start
  } 

  #footer-logo-subtitle {
  margin:10px 0 0;
  max-width:160px;
  font:400 14px/1.6 Newsreader,serif;
  color:#16140f
  } 

  .footer-links-column {
  display:flex;
  flex-direction:column;
  gap:12px;
  font:500 13px 'Instrument Sans'
  } 

  #footer-end {
  max-width:1180px;
  margin:48px auto 0;
  padding-top:24px;
  border-top:1px solid rgba(0,0,0,.12);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  font:400 12px 'Instrument Sans';
  color:rgba(0,0,0,.42)
  }