/* ArticleWriter — default stylesheet for generated pages */



*, *::before, *::after {

  box-sizing: border-box;

}



html {

  font-size: 18px;
  line-height: 1.6;
  height: 100%;
  margin: 0;
}

ul.nav-header{
  display: flex;
  list-style: none;   /* remove bullets */
  margin: 0;
  padding: 0;
  gap: 20px;
}

.header-default {
  margin:0;
  display:flex;
  justify-content: center;

}

body {
  position:relative;
  width: 100%;
  min-height: 100vh;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #120728, #2c093a, #A71585);
  overflow-x: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
  color: #ffffff;


  margin: 0;
}

footer {
  height: 3rem;
  width: 100%;
  background: black;
  color: white;
  justify-content: center;
  text-align: center;
}


article {

  max-width: 1920px;

  margin: 0 auto;

}

main {
  flex:1;
  margin: 0 auto;
  padding: 2rem 1rem;
}

h1 {

  font-size: 2.2rem;

  line-height: 1.2;

  margin-bottom: 0.4rem;

  color: #111;

}



h2 {

  font-size: 1.5rem;

  margin-top: 2rem;

}



h3 {

  font-size: 1.2rem;

  margin-top: 1.6rem;

}



p {

  margin: 1rem 0;

}



p.subtitle {

  font-size: 1.1rem;

  color: #555;

  font-style: italic;

  margin-top: 0;

  margin-bottom: 1.6rem;

}



img {

  height: auto;
  display: block;

}



a {

  color: #0057b8;
  text-decoration: none;

}

a:hover {

  color: #003d80;

}

a.nav-header{
  font-size: 1.3rem;
  color: #ffffff;
}

a.nav-header:hover {

  color: #003d80;

}

a.nav-header:visited {
  color:#ffffff
}



blockquote {

  border-left: 4px solid #ccc;

  margin-left: 0;

  padding-left: 1.2rem;

  color: #555;

  font-style: italic;

}



code {

  font-family: "Courier New", Courier, monospace;

  font-size: 0.9em;

  background: #f4f4f4;

  padding: 0.15em 0.3em;

  border-radius: 3px;

}



pre {

  background: #f4f4f4;

  padding: 1rem;

  overflow-x: auto;

  border-radius: 4px;

}



pre code {

  background: none;

  padding: 0;

}



.byline {

  font-size: 0.85rem;

  color: #777;

  margin-bottom: 1.6rem;

}

.logo-white {
  width: 100%;
  min-width: 8rem;
  max-width: 11rem;
  height: auto;

}

div.container{
  display: flex;
  width:100%;
  max-width:1920px;


}

div.column {
  flex: 1;
}

div.nav-header {
  display:flex;
  align-items: center;
}

div.logo {
  margin-top: 2rem;
  flex: 1;
  padding-left: 3rem;
}
.image-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content:center;
}


.fade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 120px;
  background: linear-gradient(to right, transparent, #A71585);
}

.image-row img {
  position: relative;
  z-index: 1;
  height: 200px; /* taller than gradient so it sticks out */
  display:flex;

}

.image-row div.image-shelf{
  max-width:1920px;
  display:flex;
  justify-content: right;
}

.poly-card {
    width: 160px;
    height: 214px;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
    position: relative;
}

.poly-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.poly-card img.game1 {
  object-position: 80% center;
}

.poly-card img.game2 {
  object-position: 80% center;
}

.poly-card img.game3 {
  object-position: 90% center;
}
.poly-card img.game4 {
  object-position: 80% center;
}
.poly-card img.game5 {
  object-position: 80% center;
}
.poly-card img.game6 {
  object-position: 80% center;
}
.poly-card img.game7 {
  object-position: 80% center;
}
.poly-card img.game8 {
  object-position: 50% center;
}
.poly-card img.game9 {
  object-position: 50% center;
}
.poly-card img.game0 {
  object-position: 50% center;
}

/* overlap */
.poly-card + .poly-card {
  margin-left: -75px; /* adjust this */
}

div.service-cards{
  display:flex;
  justify-content: center;
  gap:60px;
  padding:100px;
  width:100%;

}

.service-cards .content {
  display: flex;
  gap: 20px; /* space between cards */
  max-width:1300px;
  min-width:250px;
  width:100%;
}

.service-cards .content > a {
  flex: 1;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 32px; /* rounded edges */
}

.service-cards a > h3{
  display:flex;
  justify-content:center;
  font-size:1.4rem;
}

.service-cards a > p{
  display:flex;
  justify-content:right;
  color: #141414;
  overflow-wrap: auto;
  word-wrap:normal;
  hyphens: none;
  max-width: 30ch;
}

.location-info {
  margin-top:11rem;
  display: flex;
  justify-content: center;
}

.map-wrapper {
  position: relative;
  width: 50%;
  max-width: 1300px;

}

.map-wrapper h3 {
  pointer-events: none;
  position: absolute;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  margin:0;
  text-align:center;
  z-index: 2;
  margin: 0;
  font-size: 3rem;
  color: rgb(255, 255, 255);
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.map-container {
  display:flex;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.6;
}

a.card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.credits-card {
  width: 100%;
  margin: 2rem auto;
}

.credits-container {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; /* center */
  align-items: flex-start;
}

/* left side */
.bragging {
  flex: 1;
}

/* right side */
.credits-list {
  flex: 2;
  background: #ffffff;
  color: #000;          /* so text is readable */
  border-radius: 32px;
  padding: 24px;
}

.credits-list > h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/* inner columns */
.discipline-columns {
  display: flex;
  gap: 30px;
  width: 100%;
  align-items: flex-start;
}

.discipline-columns > div {
  flex: 1;
}

.discipline-columns h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.45rem;
  color: #555;
}

.discipline-columns ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.discipline-columns li {
  margin-bottom: 6px;
}

.heavy {
  font-size: 11rem;
  font-weight: 800;
  line-height: 1;

  background: linear-gradient(to right, #ff7a00, #ffd700, #ff7a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}

.light {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;

  background: linear-gradient(to right, #ff7a00, #ffd700, #ff7a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}

.lighter {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;

  background: linear-gradient(to right, #ff7a00, #ffd700, #ff7a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}

.circle-container {
  position: fixed;
  inset: 0;
  min-height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.bg-circle {
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 234, 0.5),
    rgba(0, 0, 0, 0)
  );
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

/* positions */
.bg-circle.pos0 { top: 23rem; left: 13%;  width: 6rem;  height: 6rem;  opacity: 0.25; }
.bg-circle.pos1 { top: 28rem; left: 8%;    width: 8rem;  height: 8rem;  opacity: 0.3; }
.bg-circle.pos2 { top: 32rem; left: 17%;   width: 10rem; height: 10rem; opacity: 0.35; }
.bg-circle.pos3 { top: 45rem; left: 12%;   width: 9rem; height: 9rem; opacity: 0.4; }
.bg-circle.pos4 { top: 50rem; left: 22%;   width: 18rem; height: 18rem; opacity: 0.45; }
.bg-circle.pos5 { top: 55rem; left: 4%;   width: 42rem; height: 42rem; opacity: 0.5; }

.center-left {
  margin: 4rem;
  font-size: 1.5rem;
  display:flex;
  flex-direction: row;
  width:80%;
  height:auto;
  pointer-events: none;
}

div.data {
  display: flex !important;
  align-items: center;
}

div.data p {
  margin: 0;
  width: 50%;
}

div.data p.data-label {
  text-align: right;
  padding-right: 0.5rem;
}

div.data p.data-value {
  text-align: left;
  padding-left: 0.5rem;
}

.downloads-container {
  display:block;
  margin: 1rem auto;
  background-color: #040224dd;
  padding: 2rem;
  border-radius: 32px;
}

.entry {

  margin: 0 1rem;
}

.entry a{
  color:#A71585;
}

.entry a:visited{
  color:#A71585;
}

.entry a:hover{
  color:#ffffff;
}

.download {
  gap: 0.1rem;
  padding:0;
  background-color: #0a022c;
  margin: 0 auto;
  display:flex;
  padding: 0.5rem;
}

.downloads-container div{
  display:block;
  margin: 0 auto;
}

.downloads-container h1 {
  color: #ffffff;
  max-width:1920px;

}

ul.row {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.asset-info {
  display:block;
  margin:0 auto;
}
.asset-info ul {
  list-style: none;
}

.asset-info .description{
  margin:1rem auto ;
  padding:2rem;
  font-size:1.5rem;
  display:block;
  background-color: #040224dd;

}

li.entry {
  display: flex;
  flex-direction: column;
  align-items: center;
}

li.entry.tooltip {
  position: relative;
}

/* the ? */
li.entry.tooltip .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #444;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

/* popup */
li.entry.tooltip .content {
  position: fixed;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  padding: 2px;
  background: #040224dd;
  color: #fff;
  border-radius: 32px;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 100;
}

/* show */
li.entry.tooltip:hover .content,
li.entry.tooltip:focus-within .content {
  opacity: 1;
  pointer-events: none;
}

/* arrow */
li.entry.tooltip .content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #222;
}

.screenshot img{
  display: block;
  margin: 0 auto;
  width:100%;
  height:auto;
  pointer-events: none;
}

.description{
  margin: 1rem;
  padding: 2px;
  font-size: 1.5rem;
  display:flex;
  flex-direction: row;

  background-color:#040224;
  border-radius: 16px;
  pointer-events: none;
}

.contact-form {
  width: 100%;
  max-width: 700px;
  margin: 1rem auto;
}

.contact-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.contact-form label {
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form button {
  font: inherit;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #666;
  box-sizing: border-box;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  cursor: pointer;
}

.form-grid {
  display: flex;
  gap: 1rem;
}

.form-column {
  flex: 1;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.service-content {
  display:block;
  margin:1rem 0;
  max-width: 900px;

}
.service-description {
  background-color: #ffffff;
  color:#141414;
  border-radius: 32px;
  margin: 0 auto;
  display: block;
  justify-content: left;
  padding: 1rem;
}

/* =====================================================
   RESPONSIVE BREAKPOINTS
   ===================================================== */
@media (max-width: 1280px) {
  .map-wrapper h3 {
    font-size: 2rem;
  }

  .description{
    font-size: 1.25rem;
  }
}
/* --- Tablet landscape / small desktop (<=1024px) --- */
@media (max-width: 1024px) {

  .description{
    font-size: 1.2rem;
  }

  div.container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem;
  }

  div.logo {
    padding-left: 1rem;
  }

  ul.nav-header {
    gap: 12px;
    min-width:333px;
  }

  a.nav-header {
    font-size: 1.1rem;
  }

  .image-row {
    gap: 10px;
  }

  .credits-container {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .bragging {
    text-align: center;
    width: 100%;
  }

  .credits-list {
    width: 100%;
  }

  div.service-cards {
    margin: 1rem;
    padding: 16px;
  }

  .service-cards .content > div {
    width: 80%;
  }

  .service-cards h3 {
    font-size: 1rem;
  }

  .bg-circle.pos5 {
    width: 24rem;
    height: 24rem;
  }

  .map-wrapper h3 {
    font-size: 2rem;
  }
}

@media (max-width: 800px) {

  .description{
    font-size: 1.1rem;
  }

   a.nav-header {
    font-size: 1rem;
  }
}

/* --- Tablet portrait (<=768px) --- */
@media (max-width: 768px) {

  .description{
    font-size: 1rem;
  }

  div.container {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  div.logo {
    padding-left: 0;
    margin-top: 1rem;
    text-align: center;
  }

  div.nav-header {
    justify-content: center;
  }

  ul.nav-header {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  a.nav-header {
    font-size: 1rem;
  }

  .image-row {
    gap: 5px;
  }

  .fade {
    height: 80px;
  }

  .image-row img {
    height: 140px;
  }

  .poly-card {
    width: 100px;
    height: 133px;
  }

    /* overlap */
  .poly-card + .poly-card {
    margin-left: -45px; /* adjust this */
  }

  .service-cards .content {
    flex-direction: column;
    align-items: center;
  }

  .service-cards .content > div {
    width: 80%;
    max-width: 500px;
  }

  .discipline-columns {
    flex-direction: column;
    gap: 16px;
  }

  .map-container {
    height: 280px;
  }

  .bg-circle.pos4 {
    width: 12rem;
    height: 12rem;
  }

  .bg-circle.pos5 {
    width: 16rem;
    height: 16rem;
  }

  main {
    padding: 1rem 0.5rem;
  }

    .map-wrapper h3 {
    font-size: 1rem;
  }

  div.service-cards {
    padding: 16px;
  }
}

/* --- Phone (<=480px) --- */
@media (max-width: 480px) {

  .description{
    opacity : 0;
  }

  html {
    font-size: 16px;
  }

  div.logo {
    margin-top: 0.75rem;
  }

  .logo-white {
    min-width: 6rem;
    max-width: 8rem;
  }

  ul.nav-header {
    gap: 8px 14px;
  }

  a.nav-header {
    font-size: 0.9rem;
  }

  .image-row img {
    height: 100px;
  }

  .fade {
    height: 60px;
  }

  div.service-cards {
    margin: 1rem;
    padding: 16px;
  }

  div.service-cards h3 {
    font-size: 1.15rem;
  }

  div.service-cards p {
    font-size: 0.9rem;
  }

  .credits-list {
    padding: 16px;
  }

  .credits-list > h2 {
    font-size: 1.4rem;
  }

  .discipline-columns h3 {
    font-size: 1.1rem;
  }

  .map-container {
    height: 220px;
    border-radius: 16px;
  }

  .map-wrapper h3 {
    font-size: 1.4rem;
  }

  .service-cards .content > div {
    border-radius: 20px;
  }

  .credits-list {
    border-radius: 20px;
  }

  .bg-circle.pos3,
  .bg-circle.pos4,
  .bg-circle.pos5 {
    display: none;
  }
}