@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #191a1e;
  color: #eaeaea;
  margin: 0;
  padding: 0;
}

main {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem 1.5rem;
}

.project-hero {
  padding: 1.2rem 0 2.5rem 0;
  text-align: center;
  background: linear-gradient(120deg, #23232a 70%, #191a1e 100%);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 22px rgba(30,32,50,0.12);
  margin-bottom: 0.5rem;
  position: relative;
}

.project-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.7rem;
  font-weight: 700;
  color: #faf9f6;
  letter-spacing: 0.09em;
  margin-bottom: 0.5rem;
  text-shadow:
    0 2px 7px rgba(30, 32, 40, 0.18),
    0 1.5px 0 #bfc2cd;
  opacity: 0;
  animation: fadeOnlyIn 1s cubic-bezier(.61,.03,.29,.97) 0.15s forwards;
}

@keyframes fadeOnlyIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.project-tagline {
  font-size: 1.25rem;
  font-style: italic;
  color: #b5c3e2;
  margin-bottom: 1.2rem;
}

.project-media {
  margin: 0 auto;
  max-width: 580px;
  max-height: 340px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(20,22,28,0.12);
}
.project-media img,
.project-media iframe {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border: none;
  display: block;
  background: #23262e;
}

.project-main-content {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.project-description {
  flex: 2;
  text-align: left;
  color: #d3d9e4;
}
.project-description h2 {
  font-size: 1.23rem;
  font-family: 'Playfair Display', serif;
  color: #e6e9f2;
  font-weight: 700;
  margin-bottom: 1.1rem;
  margin-top: 0.3em;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 0.65em;
	border-bottom: 1.5px solid rgba(181,190,211,0.13);
  padding-bottom: 0.45em;
}
.project-description h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 5px;
  height: 68%;
  background: linear-gradient(180deg, #b5bed3 50%, #23232a 100%);
  border-radius: 3px;
  opacity: 0.8;
}
.project-description p {
  font-size: 1.07rem;
  line-height: 1.7;
  margin-bottom: 1.2em;
	text-align: justify;
	hyphens: auto;
}
.project-description a {
  color: #1e90ff;
  text-decoration: underline;
  transition: color 0.15s;
}
.project-description a:hover {
  color: #00bfff;
}

.project-credits, .project-awards {
  background: linear-gradient(95deg, #21242c 80%, #23232a 100%);
  border-left: 4px solid #b5bed3;   /* Subtle, soft gray-blue */
  padding: 1.1em 1em 1em 1.6em;
  border-radius: 8px;
  margin: 2.2em 0 1.7em 0;
  box-shadow: 0 2px 18px rgba(36,38,56,0.10);
  font-family: 'Roboto Slab', serif;
  color: #d6dee6;
  position: relative;
}
.project-credits h3, .project-awards h3 {
  font-size: 1.08rem;
  color: #b5bed3;
  margin-bottom: 0.55em;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.project-gallery {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.project-gallery h3 {
  font-size: 1.1rem;
  font-family: 'Playfair Display', serif;
  color: #c3c6d2;
  margin-top: 0;
  margin-bottom: 0.7em;
}

.project-section {
  margin-bottom: 1em;
  overflow: auto;
}

/* Standard non-floated images (full width inside section) */
.project-section img.section-image {
  max-width: 100%;
  border-radius: 10px;
  margin: 1.1em 0;
  box-shadow: 0 2px 12px rgba(24,30,50,0.17);
  background: #23262e;
  display: block;
}

.project-section h2 {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  color: #ffd369;
  font-weight: 700;
  margin-bottom: 0.4em;
  margin-top: 0.6em;
  letter-spacing: 0.04em;
  padding: 0.07em 1.25em 0.13em 0.5em;
  border-radius: 14px 16px 15px 6px;
  background: none;
  box-shadow: 0 3px 18px 0 rgba(30,34,40,0.08);
  border-left: 4px solid #4fc7ee;
  display: block;
  clear: both;
}

/* Floated left image + caption */
.project-section .float-left-img {
  float: left;
  margin: 0 1em 0.10em 0;
  max-width: 45%;
  display: block;
}
.project-section .float-left-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(24,30,50,0.17);
  background: #23262e;
  display: block;
}
.project-section .float-left-img .img-caption {
  font-size: 0.97em;
  color: #b5bed3;
  font-style: italic;
  text-align: left;
  opacity: 0.77;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/* Floated right image + caption (if needed) */
.project-section .float-right-img {
  float: right;
  margin: 0 0 0.10em 1em;
  max-width: 45%;
  display: block;
}
.project-section .float-right-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(24,30,50,0.17);
  background: #23262e;
  display: block;
}
.project-section .float-right-img .img-caption {
  font-size: 0.97em;
  color: #b5bed3;
  font-style: italic;
  text-align: right;
  opacity: 0.77;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Responsive: stack on mobile */
@media (max-width: 700px) {
  .project-section .float-left-img,
  .project-section .float-right-img {
    float: none;
    margin: 1.1em auto;
    max-width: 98%;
    display: block;
    text-align: center;
  }
  .project-section .float-left-img .img-caption,
  .project-section .float-right-img .img-caption {
    text-align: center;
  }
  .project-section img.section-image {
    margin: 1.1em auto;
    max-width: 98%;
  }
}

@media (max-width: 850px) {
  .project-description {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .project-section,
  .project-section p,
  .project-description p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .project-section {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .project-section-title, .project-section h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gallery-images img {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(24,30,50,0.17);
  background: #23262e;
}

.project-footer {
  text-align: center;
  margin: 4rem 0 1.5rem 0;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(60,80,130,0.08);
}

.back-btn {
  background: linear-gradient(90deg, #262a33 80%, #23232a 100%);
  color: #eaeaea;
  font-size: 1.05rem;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0.66em 2em;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(30,34,40,0.13);
  border: 1.2px solid #34384a;
  letter-spacing: 1px;
  opacity: 0.97;
  transition: 
    background 0.18s, 
    color 0.18s, 
    box-shadow 0.18s,
    border 0.18s;
}
.back-btn:hover {
  background: linear-gradient(90deg, #374060 60%, #232b38 100%);
  color: #fafafc;
  border: 1.2px solid #aeb2c9;
  box-shadow: 0 6px 18px rgba(80,100,190,0.09);
  opacity: 1;
}

.more-projects {
  margin: 2.5rem 0 0 0;
}
.more-projects h3 {
  font-family: 'Playfair Display', serif;
  color: #c3c6d2;
  font-size: 1.22rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  margin-top: 0;
}

.project-thumbs {
  display: flex;
  justify-content: center;
  gap: 2.1rem;
  flex-wrap: wrap;
}

.thumb {
  position: relative;	
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 102px;
  transition: transform 0.16s, box-shadow 0.16s;
  border-radius: 8px;
  padding: 0.5rem 0.2rem;
  background: none;
}
.thumb img {
  width: 88px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(24,30,50,0.17);
  margin-bottom: 0.5em;
  background: #23262e;
  transition: box-shadow 0.17s;
}
.thumb span {
  color: #b5bed3;
  font-size: 0.95rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0.18em;
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
}
.thumb:hover img {
  box-shadow: 0 8px 32px rgba(30,144,255,0.18);
  outline: 2px solid #1e90ff55;
}
.thumb:hover span {
  color: #1e90ff;
}

@media (max-width: 900px) {
  main { padding: 0 0.5rem 4rem 0.5rem; }
  .project-main-content { flex-direction: column; gap: 1.5rem; }
  .project-gallery { min-width: 0; }
  .gallery-images img { max-width: 100%; }
}
@media (max-width: 600px) {
  .project-hero { padding: 2.2rem 0 1.4rem 0; }
  .project-title { font-size: 2.1rem; }
  .project-tagline { font-size: 1.05rem; }
  .project-media { max-width: 100%; height: auto; }
  .project-media img, .project-media iframe { height: 180px; }
  .project-main-content { gap: 0.8rem; }
}

.thumb-tags-vert {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  position: absolute; /* If you want it positioned over the hero image */
  top: 7px;
  left: 7px;
  z-index: 2;
}

.thumb-tag {
  display: inline-block;
  padding: 0px 6px !important;
  font-size: 0.55rem !important;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
  background: #1e90ff;
  color: #fff;
  opacity: 0.95;
  letter-spacing: 0.03em;
  box-shadow: 0 1px 3px rgba(30,144,255,0.09);
  border: none;
  pointer-events: none;
  line-height: 1.45 !important;
  min-width: 0 !important;
  max-width: 75px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.thumb-tag.wip {
  background: #ffe37b;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 0.85em;
  font-size: 0.47rem !important;    /* Smaller font */
  padding: 1.5px 7px !important;    /* Thinner padding */
  opacity: 0.85;                    /* Slightly faded */
  box-shadow: none;                 /* No shadow for subtlety */
  margin-bottom: 2px;               /* Space below if stacked */
  min-width: unset !important;
  max-width: 80px !important;
}

.project-links, .project-press {
  margin: 2.1em 0 1.5em 0;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.project-links h3, .project-press h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.18rem;
  color: #ffe37b;
  letter-spacing: 0.07em;
  margin-bottom: 0.7em;
  margin-top: 0;
}
.project-links ul, .project-press ul {
  list-style: none;
  padding-left: 0;
}
.project-links li, .project-press li {
  margin-bottom: 1em;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
}

.project-action-btn {
  display: inline-block;
  background: linear-gradient(90deg, #232f54, #253c6b 80%);
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  padding: 0.7em 1.6em;
  border-radius: 1.7em;
  text-decoration: none;
  margin: 0.35em 0.5em 0.5em 0;
  font-size: 1.06rem;
  box-shadow: 0 2px 10px rgba(18,24,44,0.10);
  transition: background 0.19s, box-shadow 0.19s, color 0.19s;
}
.project-action-btn:hover {
  background: linear-gradient(90deg, #26a69a 60%, #232b38 100%);
  color: #191a1e;
  box-shadow: 0 6px 18px rgba(38,166,154,0.14);
}

.icon-quest {
  display: inline-block;
  width: 1em; height: 1em;
  background: url('/imgs/icons/metaquest.svg') no-repeat center/contain;
  vertical-align: -0.2em;
  margin-right: 0.3em;
}
.icon-pdf {
  display: inline-block;
  width: 1em; height: 1em;
  background: url('/imgs/icons/pdf.png') no-repeat center/contain;
  vertical-align: -0.2em;
  margin-right: 0.3em;
}

.project-press li .press-outlet {
  color: #b5bed3;
  font-size: 0.99em;
  margin-left: 0.6em;
  font-style: italic;
  opacity: 0.75;
}
.project-press li .press-date {
  color: #cfc9b2;
  font-size: 0.97em;
  margin-left: 0.55em;
  opacity: 0.65;
}