/* 2026 styles */

@font-face {
    font-family: 'helvetica_neue_regular';
    src: url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-01-webfont.woff2') format('woff2'),
         url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helvetica_neue_bold';
    src: url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-bold-02-webfont.woff2') format('woff2'),
         url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-bold-02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'helvetica_neue_condensed_black';
    src: url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedblack-10-webfont.woff2') format('woff2'),
         url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedblack-10-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helvetica_neue_condensed_bold';
    src: url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedbold-05-webfont.woff2') format('woff2'),
         url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedbold-05-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_light_italic';
    src: url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedbold-05-webfont.woff2') format('woff2'),
         url('https://designlincoln.co.uk/wp-content/themes/LSD/fonts/helveticaneue-condensedbold-05-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*waypoints*/
body {
    align-items: center;
    font-family: 'helvetica_neue_condensed_black', sans-serif;
    font-weight: 400;
    font-style: normal;
   background-color: #000;
    
}

html, body {
  height: 100%;
}

/* Force condensed black on student pages to override other font rules */
body.student-page,
body.student-page * {
  font-family: 'helvetica_neue_condensed_black', sans-serif;
}

 h1, h2, h3{
		font-family: 'helvetica_neue_condensed_black';
			 font-weight: bold;
	 text-transform: uppercase;
		 }
a {
  color: #111;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #111;
}
.main {
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  min-height: 100vh;
  width: 100vw;
}

body.show-2025_2026 .main {
    padding-top: 90px;
}

/* Portfolio wrapper container */
#port {
  display: block;
  width: 100vw;
  min-height: 100vh;
}

.wrappic1 {
  display: block;
  flex-grow: 1;
}
.site-header__uni svg {
  height: 80px;
  fill: rgba(255, 255, 255, .5);
}
.overlay1 {
  position: relative;
  z-index: 1;
}
.size1 {
  width: 100%;
  min-height: 100vh;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7579ff;
  background: -webkit-linear-gradient(bottom, #b224ef, #7579ff);
  background: -o-linear-gradient(bottom, #b224ef, #7579ff);
  background: -moz-linear-gradient(bottom, #b224ef, #7579ff);
  background: linear-gradient(bottom, #b224ef, #7579ff);
  opacity: 0.3;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
p.schooltitle {
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#mainnav {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 9998;
  width: 60px;
  text-align: center;
  background-color: transparent;
  bottom: 0;
  /*opacity: 0;*/
  transition: all 1s ease-in;
  /*visibility: hidden;*/
}
#mainnav ul, #mainnav li {
  transition: all 1s ease-in;
}
#mainnav a {
  color: #ffffff;
  text-decoration: none;
}
#mainnav a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#mainnav ul {
  top: 50%;
  display: block;
  position: absolute;
  margin: 0;
  /* margin-top: -120px; */
  padding: 0;
  text-align: center;
  width: 60px;
  height: auto;
  right: 0;
  transform: translateY(-50%);
}
#mainnav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: center;
}
#mainnav li a {
    display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.9);
  /* border-radius: 50%; */
  margin-bottom: 3px;
  font-size: 55%;
  text-align: center;
  border-radius: 50%;
  font-family: 'helvetica_neue_regular', sans-serif;
}
#mainnav li a.selected {
  color: #fff;
  background-color: #FF5733;
  border: 1px solid #111;
}
.portfolio_content {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
  background: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: unset;
  min-height: 100vh;
}
@supports not (aspect-ratio: 16 / 9) {
  .portfolio_content, .portfolio_content.video {
    height: 100vh;
    min-height: 100vh;
  }
}
.person-detail {
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 10px;
}
.wrap-left, .wrap-right {
  margin-right: 0;
  background-color: #FF5733;
  height: auto;
  padding-left: 35px;
}
.person-detail p {
  color: #fff;
  line-height: 1;
  font-weight: 100;
  margin: 0;
  padding: 10px;
  padding-right: 100px;
      width: 90%;
    font-family: helvetica_neue_regular;
}
.text-only .person-detail {
  opacity: 0;
  visibility: hidden;
}
section.intro {
  background: #222222;
  color: #FFF;
}

/* 2026 student page-specific overrides */
body.student-page h1,
body.student-page h2,
body.student-page h3 {
  font-family: 'helvetica_neue_condensed_black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
body.student-page section.intro {
      display: flex;
    background-color: #f15a29;
    background-image: url(https://designlincoln.co.uk/wp-content/themes/LSD/img/2026repeat.png);
    background-repeat: repeat;
    background-size: 65%;
    background-position-x: 70%;
}
body.student-page .wrap-left,
body.student-page .wrap-right {
  margin-right: 0;
  background-color: #181934;
  height: auto;
  padding-left: 35px;
  background-image: url(https://designlincoln.co.uk/wp-content/themes/LSD/img/2026repeat.png);
    background-repeat: repeat;
    background-size: 65%;
    background-position-x: 70%;
}
body.student-page #mainnav li a {
  color: #181934;
  background-color: #FFFFFF;
  border: 1px solid #111;
}
body.student-page #mainnav li a.selected {
  color: #181934;
  background-color: #f7b565;
  border: 1px solid #111;
}
body.student-page .person-detail p {
  color: #f7b565;
}

/* 2026 programme page-specific styles */
body.programme-2026 .imghover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
body.programme-2026 .imgholder::after {
  position: absolute;
  top: 0;
  background-color: aqua;
  right: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: overlay;
}
body.programme-2026.graphic-design_2026 .imghover {
  background-image: url('../../img/Exit-Intro-Animation-Rollover.gif');
  background-position: center center;
  background-size: cover;
  text-indent: -9999px;
}
body.programme-2026 .imgholder:hover .imghover {
      opacity: 1;
    background-color: #f15a29;
    background-image: url(https://designlincoln.co.uk/wp-content/themes/LSD/img/2026repeat.png);
    background-repeat: no-repeat;
    background-size: 200%;
    /* background-position-x: 70%; */
    background-position: left;
    mix-blend-mode: overlay;
}

/* #/Masthead in first grid cell */
.imgholder.menu #masthead{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: none !important;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-family: 'helvetica_neue_condensed_black', sans-serif;
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  padding: 20px;
  GAP: 10PX;
}
.imgholder.menu {
   background-color: #f15a29;
    background-image: url(https://designlincoln.co.uk/wp-content/themes/LSD/img/2026repeat.png);
    background-repeat: no-repeat;
    background-size: 200%;
    /* background-position-x: 70%; */
    background-position: left;
}
ul.main_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
      mix-blend-mode: overlay;
}
.imgholder.menu #masthead h1{
  font-size: 80%;
  margin: 0;
  mix-blend-mode: revert-layer;
    color: white; 
}


ul.main_menu li a{
  text-decoration: none;
   font-size: 2.4rem;
   COLOR: #FFF;
}
ul.main_menu li a:hover, ul.main_menu li a.selected{
   COLOR: #111;
}

body.programme-2026 header#gd {
  width: 100%;
  height: 80px;
  background-color: #9befe2;
}
body.programme-2026 .site-header.g-12-default,
body.programme-2026 .g-12-default {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  width: 100vw;
  box-sizing: border-box;
}
body.programme-2026 .main_title {
  width: 100vw;
  padding-left: 10px;
  display: none;
  box-sizing: border-box;
}
body.programme-2026.mobile .main_title {
  display: block;
}
body.programme-2026 .main_title h2 {
  margin: 0;
  margin-bottom: 10px;
}
body.programme-2026 .main_title p {
  margin: 0;
}
body.programme-2026.show-2025_2026 .main_title {
  display: none;
}

.bio {
  padding: 25px;
  width: 90%;
  transition: all 1s ease-in-out;
  padding-top: 130px;
    mix-blend-mode: overlay;
    align-self: center
}

.bio h1, 
.bio p {

  column-count: 1;
  line-height: normal;
  font-size: 38px;
  COLOR: #FFF;
  line-height: 0.9;
}
.bio h1, .bio p {
  padding-bottom: 10px;
  margin: 0;
}
.site__header {
  top: 0;
  width: 100vw;
  /*    background-color: #FF5733;*/
  z-index: 9997;
}
.site__header h1, .site__header h2, .site__header h3 {
  font-size: 12px;
}
.course__details {
  display: flex;
}
.modal-close {
  position: fixed;
  cursor: pointer;
  top: 20px;
    right: 32px;
    height: 25px !important;
    width: 25px !important;
  background-color: black;
  background-image: url(../../img/cross.png);
  background-blend-mode: difference;
  z-index: 9999;
  border-radius: 50%;
  padding: 5px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  display: block;
  text-decoration: none;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-close:hover {
  text-decoration: none;
}
section.text-only {
  color: white;
  line-height: 18px;
  font-size: 12px;
  padding: 25px;
  width: 90%;
  display: flex;
  align-items: center;
  backface-visibility: black;
}
section.text-only p {
  font-weight: 300;
}
section.video {
  background-color: #FF5733;
}
.g-wrap {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 30px;
}
section iframe {
  width: 100vw;
  height: 100%;
}
section .split {
  width: 50%;
  height: 100vh;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.site__header-block {
  grid-column: span 2;
}

.has-animation {
  position: relative;
}
a.has-animation, .has-animation p, .has-animation img {
  opacity: 0;
}
a.has-animation.animate-in, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: var(--color-bg);
  color: white;
}
.has-animation.animate-in:after {
  background-color: #202020;
  animation-delay: 0.6s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}
.imgholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    filter: grayscale(0);
    position: relative;
    background-position: center;
    box-sizing: border-box;
}
@supports not (aspect-ratio: 1 / 1) {
  .imgholder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.imgholder p {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-transform: uppercase;
  bottom: 0;
  margin: 0;
  padding: 5px;
  background: #121212;
  color: #ffffff;
	box-sizing: border-box;
	font-size: 24px;
	font-family:'helvetica_neue_condensed_black', sans-serif;
	
}

body.graphic-design_2026 .imgholder p, body.graphic-design_2026 .imgholder {
  background-color: #000000;
  color: #ffffff;
}
body.illustration_2026 .imgholder p, body.illustration_2026 .imgholder {
   background-color: #2D6C80;
}
body.creative-advertising_2026 .imgholder {
   background-color: #ffffff;
}
body.creative-advertising_2026 .imgholder p{
	bottom: 50%;
    transform: translate(50%, 50%);
    color: white;
    font-weight: bold;
    background-color: transparent;
    max-width: 90%;
    right: 50%;

}
body.fashion_2026 .imgholder p, body.fashion_2026 .imgholder {
   background-color: hsl(45 100% 70%);
	color: #121212;
}
body.product-design_2026 .imgholder p, body.product-design_2026 .imgholder {
   background-color: #9EDCF4;
}

body.deep_2026 .imgholder p{
	background-color: hsl(45 100% 70%);
}

body.arts-foundation-year_2026 .imgholder p, body.arts-foundation-year_2026 .imgholder {
   background-color: #111;
}

	
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textShow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* CSS */
  html,
  body {
    overflow-x: hidden;
  }
  .portfolio_content,.portfolio_content.video {
    background-attachment: scroll;
    width: 100vw;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  @supports not (aspect-ratio: 16 / 9) {
    .portfolio_content, .portfolio_content.video {
      min-height: 56.25vw;
    }
    section.portraitimage {
      min-height: 100vw;
    }
  }
  #port {
    display: block;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
  }
  #mainnav li a {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .imgholder.menu {
    grid-row: span 2;
  }
  section.portraitimage {
    aspect-ratio: 1 / 1;
  }
  ul.main_menu li a {
    font-size: 1.6em;
    line-height: 1.05;
    display: inline-flex;
    text-align: left;
    padding: 0;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .portfolio_content {
    background-attachment: scroll;
    background-size: cover;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .portfolio_content {
    background-attachment: scroll;
  }
  #port {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    width: 100vw;
    gap: 0;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  section .split {
    width: 100vw;
    height: 50vh;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    float: none;
  }
  #mainnav {
    display: none;
  }
  #port {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding: 100px;
    padding-top: 80px;
    width: 100vw;
  }
  .course__details a, #course_name a {
    color: white;
  }
  .modal-close {
    top: 20px;
    right: 20px;
    height: 30px !important;
    width: 30px !important;
    font-size: 20px;
    line-height: 25px;
  }
  .portfolio_content {
    background-repeat: no-repeat;
    background-position: center top;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
    scroll-snap-align: start;
    height: auto;
    background-attachment: unset;
     background-color: white;
  }
  .portfolio_content.video {
    height: 100vw;
  }
  .portfolio_content img {
    width: 100%;
    height: auto;
  }
  .bio {
    padding: 25px;
  }
  section.intro, section.text-only {
    background-color: #FF5733;
    height: auto;
    color: #222;
    column-count: 1;
    width: 100%;
  }
  section iframe {
    width: 100%;
    height: 100%;
  }

	
}
@media only screen and (min-width: 1025px) {
  /* tablets and desktop */
  .portfolio_content {
    background-attachment: fixed;
    background-size: cover;
  }
}
@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .portfolio_content {
    background-attachment: scroll;
    background-size: cover;
  }
}

/* DraftXR list grid (desktop only): 4 columns, full-viewport width, 20px gap */
.main .draftxr-grid,
.main_menu.draftxr-grid {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  mix-blend-mode: normal;
  background-color: white;
}

.main_menu.draftxr-grid li {
  margin: 0;
}

.main_menu.draftxr-grid li {
  position: relative;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.main_menu.draftxr-grid li.fade-out {
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
}

.main_menu.draftxr-grid .menu {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: 'helvetica_neue_black', sans-serif;
  font-weight: 900;
  line-height: 0.9;
  color: #111;
  text-decoration: none;
  align-items:center
}

.main_menu.draftxr-grid .menu:hover {
  opacity: 0.85;
}

/* Footer styles */
.footer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  position: relative;
  margin-top: 20vw;
  left: 50%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  gap: 20px;
  transform: translateX(-50%);
  width: 100vw;
}

.footer .item {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.footer .item svg,
.footer .item img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 25px;
}

@media only screen and (max-width: 600px) {
  .footer {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 1rem auto 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }

  .footer .item {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }

  .footer .item.sponsored {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
}