/* -------------------------------------------------- */
/* RESET — only resets, no styles here */
/* -------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

img,
picture,
iframe,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  font: inherit;
  color: inherit;
}

/* -------------------------------------------------- */
/* BASE STYLES */
/* -------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  background: #f4f2e7 url('./images/tpsy_bg.png') repeat top left;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
  color: #0b5050;
  margin-top: 1px;
  overflow-x: hidden;
}

main,
.navbar {
  max-width: 1279px;
}

img,
iframe,
.steampunk-button {
  user-select: none;
  -webkit-user-drag: none;
}

iframe,
.lm-img-engine img,
.lm-img-axia img,
.brett-img,
.mental-combustion-image img,
.game-grid-image img,
.internal-external-image img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* -------------------------------------------------- */
/* TYPOGRAPHY */
/* -------------------------------------------------- */
h1 {
  font-size: clamp(1.75rem, 2.5vw + 0.5rem, 2.5rem);
  font-family: 'Cinzel', serif;
  color: #67351c;
}

h2 {
  margin-bottom: 3rem;
  border-bottom: 2px solid #67351c;
  font-size: clamp(1.625rem, 2.25vw + 0.25rem, 2.5rem);
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #67351c;
}

h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, -0.206rem + 2.51vw, 1.8rem);
  color: #67351c;
  font-family: 'Playfair', serif;
  font-weight: 100;
  border-bottom: 1px solid #67351c;
  text-align: center;
}

p,
li,
blockquote {
  font-size: clamp(0.85rem, 0.658rem + 0.769vw, 1.35rem);
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
}

.book-corner hr {
  margin: 3rem 0;
  border-top: 2px solid #67351c;
}

.where-is-this-going p,
.biography p,
.message-container p {
  margin-bottom: 1rem;
}
.where-is-this-going p:last-of-type,
.biography p:last-of-type,
.internal-external-text p:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
/* LAYOUT + CONTAINERS */
/* -------------------------------------------------- */

.content-container,
.navbar {
  margin: clamp(1rem, 0.09rem + 3.641vw, 3rem) 0;
  padding: 0 clamp(1rem, -0.82rem + 7.281vw, 5rem);
}

.introduction-video,
.gear-men-image,
.gear-men-text,
.good-alice-image,
.blocks-toy-image,
.mouse-therapy-image,
.engine-intro-image,
.mental-combustion-image,
.mental-combustion-video,
.mental-combustion-text,
.game-grid-image,
.axia-intro-video,
.internal-external-image,
.balancing-image,
.energy-gravity-image,
.book-corner-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------------------------------------- */
/* BUTTONS, COMPONENTS, ETC. */
/* -------------------------------------------------- */

.cta-label {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #67351c;
}

.steampunk-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  width: 200px;
  background-image: url('./images/book_button_cr.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 3 / 1;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: rgba(103, 53, 28, 0.95);
  font-size: 1.2rem;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.3);
}

.banner {
  width: 100vw;
  position: relative;
  left: 0;
  margin: clamp(1.5rem, -0.548rem + 8.191vw, 6rem) 0
    clamp(1.5rem, -0.548rem + 8.191vw, 6rem) calc(-50vw + 50%);
}

.banner img {
  width: 100%;
  height: auto;
  margin: auto;
}
/* -------------------------------------------------- */
/* NAVBAR */
/* -------------------------------------------------- */

.navbar {
  color: #67351c;
  max-width: 1279px;
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #67351c;
}

.navbar-copyright-img {
  width: 100%;
  height: auto;
  max-width: 50px;
  padding-bottom: 2px;
}

.navbar-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 clamp(1rem, -0.82rem + 7.281vw, 5rem);
  margin: 0;
  background: #edeaea;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gear-icon {
  width: 40px;
  height: 40px;
}
.navbar-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar-info p {
  margin: 0;
  font-weight: bold;
  color: #67351c;
}

.navbar-links {
  display: flex;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-links a,
.current {
  padding: 0.7rem;
}
.navbar-links a:hover {
  color: #0b5050;
  cursor: pointer;
}

.current {
  color: #0b5050;
}

/* -------------------------------------------------- */
/* INTRODUCTION */
/* -------------------------------------------------- */

.introduction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3rem;
}

.introduction-video {
  grid-column: 1;
  grid-row: 1;
}

.introduction-video iframe {
  aspect-ratio: 16 / 9;
}

.introduction-text {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
}

.introduction-text p:first-child {
  margin-bottom: 1rem;
}

.introduction-callout {
  grid-column: 1 / 3;
}

.introduction-callout p {
  margin-bottom: 0;
  font-weight: bold;
  color: #67351c;
}

/* -------------------------------------------------- */
/* GEAR MEN */
/* -------------------------------------------------- */

.gear-men-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.gear-men-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gear-men-text p:first-child {
  margin-bottom: 1rem;
}

.gear-men-image img {
  width: auto;
  height: clamp(18.75rem, -10.113rem + 45.098vw, 25.938rem);
}

/* -------------------------------------------------- */
/* LEARN MORE GRID */
/* -------------------------------------------------- */

.learn-more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.learn-more-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.learn-more-item img {
  border: 3px solid #0b5050;
}

/* -------------------------------------------------- */
/* BRETT BIO */
/* -------------------------------------------------- */

.brett-bio-container {
  padding: 3rem;
  background-image: url('./images/bret-info-bg_cr.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
}

.brett-bio-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3rem;
  padding: 2.5rem 3rem;
  background: rgba(247, 239, 239, 0.8);
}

.brett-bio-text,
.brett-bio-image {
  height: 100%;
}

.brett-bio-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brett-img {
  height: clamp(25rem, 12.451rem + 19.608vw, 28.125rem);
  width: auto;
  object-fit: contain;
}

/* -------------------------------------------------- */
/* MESSAGE */
/* -------------------------------------------------- */

.message-container h2 {
  margin-bottom: 0.3rem;
}
.message-callout p {
  padding-left: 0.5rem;
  font-weight: bold;
  color: #67351c;
}

.good-alice-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.good-alice-image img {
  width: auto;
  height: clamp(11.875rem, -3.184rem + 23.529vw, 15.625rem);
}

.blocks-toy-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.blocks-toy-image img {
  width: auto;
  height: clamp(9.375rem, -3.174rem + 19.608vw, 12.5rem);
}

.mouse-therapy-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.mouse-therapy-image img {
  width: auto;
}

/* -------------------------------------------------- */
/* ENGINE INTRO */
/* -------------------------------------------------- */

.engine-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
}

.engine-intro-text-top {
  display: grid;
  grid-template-rows: auto auto;
  height: 100%;
}

.engine-intro-callout {
  display: flex;
  align-items: center;
}

.engine-intro-callout p {
  color: #67351c;
  font-weight: bold;
}

.engine-intro-image img {
  height: clamp(18.75rem, -13.877rem + 50.98vw, 26.875rem);
}

.engine-intro-text-bottom {
  grid-column: 1 / 3;
  grid-row: 2;
}

/* -------------------------------------------------- */
/* MENTAL COMBUSTION */
/* -------------------------------------------------- */

.mental-combustion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 2rem;
  row-gap: 3rem;
}

.mental-combustion-image {
  grid-column: 1;
  grid-row: 2;
}

.mental-combustion-image img {
  border: 3px solid #0b5050;
  height: clamp(15.938rem, -4.141rem + 31.373vw, 20.938rem);
}

.mental-combustion-video {
  grid-column: 1 / 3;
  grid-row: 1;
}

.mental-combustion-text {
  grid-column: 2;
  grid-row: 2;
}

/* -------------------------------------------------- */
/* GAME */
/* -------------------------------------------------- */

.game-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.game-buttons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.game-buttons-grid button {
  width: 70px;
  font-size: 0.7rem;
}

.game-buttons-left {
  grid-column: 1;
  margin-bottom: 4rem;
}

.game-buttons-right {
  grid-column: 2;
  margin-top: 4rem;
}

.game-buttons-left,
.game-buttons-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-buttons li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(6.875rem, 5.536rem + 3.571vw, 8.75rem);
  width: auto;
  list-style: none;
  color: #f4f2e7;
  text-align: center;
}

.game-buttons li button {
  height: 100%;
  width: auto;
  background: none;
  color: #f4f2e7;
  cursor: pointer;
  background-image: url(./images/gear_button_shadow.webp);
  aspect-ratio: 1 / 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
  font-size: 3rem;
  transition: transform 0.2s ease-in-out;
}

.game-buttons-left .game-buttons li button:hover {
  transform: rotate(20deg);
}

.game-buttons-right .game-buttons li button:hover {
  transform: rotate(-20deg);
}

/* -------------------------------------------------- */
/* Mobile styles */
/* -------------------------------------------------- */

.mobile-button-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-buttons {
  display: none;
  flex-grow: 0;
  background: none;
  color: #f4f2e7;
  cursor: pointer;
  background-image: url(./images/gear_button_texture.png);
  aspect-ratio: 1 / 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}
.mobile-buttons:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.game-grid-content {
  display: flex;
  flex-direction: column;
  border: 4px solid #0b5050;
  padding: 1.8rem;
  border-radius: 4px;
  height: clamp(37.5rem, 22.768rem + 53.571vw, 56.25rem);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.game-grid-image img {
  width: auto;
  max-height: 500px;
  border-radius: 3px;
}

.gamification-title {
  text-align: center;
  flex-grow: 1;
  margin: 1.5rem 0;
  font-size: 1.5rem;
}

#prevBtn,
#nextBtn {
  background-image: url(./images/gear_button_shadow.webp);
  width: 50px;
  height: auto;
  padding: 0;
  margin: 0.5rem 0;
}

.gamification-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.gamification-text-highlight {
  display: block;
  font-family: playfair display, serif;
  font-weight: bolder;
  color: #67351c;
  text-align: center;
  font-size: clamp(1.1rem, 0.217rem + 1.85vw, 1.7rem);
}

.game-undertext {
  margin-top: 3rem;
}
/* -------------------------------------------------- */
/* AXIA INTRO */
/* -------------------------------------------------- */

.axia-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.axia-intro-text p {
  margin-bottom: 1rem;
}

/* -------------------------------------------------- */
/* WHAT DO WE NEED */
/* -------------------------------------------------- */

.what-do-we-need-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
}

.need-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.need-image img {
  width: 100%;
  height: auto;
}

.need-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.need-text h2 {
  margin-bottom: 1rem;
}
.need-text h2,
.need-text p {
  text-align: center;
}
/* -------------------------------------------------- */
/* INTERNAL & EXTERNAL NEEDS */
/* -------------------------------------------------- */

.internal-external-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.internal-external-text p {
  margin-bottom: 1rem;
}

.internal-external-image img {
  height: clamp(25rem, -9.133rem + 53.333vw, 33.5rem);
  width: auto;
  border: 3px solid #0b5050;
}

/* -------------------------------------------------- */
/* BALANCE */
/* -------------------------------------------------- */

.balancing-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.balancing-image img {
  height: clamp(18.75rem, -6.348rem + 39.216vw, 25rem);
}

/* -------------------------------------------------- */
/* ENERGY & GRAVITY */
/* -------------------------------------------------- */

.energy-gravity-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 1rem;
}

.energy-gravity-intro-text {
  grid-column: 1 / 3;
  grid-row: 1;
}

.energy-gravity-middle-text {
  grid-column: 1;
  grid-row: 2;
}

.energy-gravity-image {
  grid-column: 2;
  grid-row: 2;
}

.energy-gravity-image img {
  height: clamp(17.5rem, -5.088rem + 35.294vw, 23.125rem);
}

.energy-gravity-middle-text p:first-of-type {
  margin-bottom: 1rem;
}

.energy-gravity-bottom-text {
  grid-column: 1 / 3;
  grid-row: 3;
}

/* -------------------------------------------------- */
/* BOOK CORNER */
/* -------------------------------------------------- */

.book-corner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}

.book-corner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.book-corner-text .steampunk-button {
  margin-top: 1rem;
}

.thermo-psych-cover {
  border: 4px solid #0b5050;
  border-radius: 15px;
  height: clamp(25rem, 16.216rem + 13.725vw, 27.188rem);
}

.e-book-cover {
  height: clamp(20.625rem, 10.586rem + 15.686vw, 23.125rem);
}

.cta-label {
  margin-top: 1rem;
}

.book-corner-callout p {
  padding-top: 2rem;
  text-align: center;
}

/* -------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------- */

.footer-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
  bottom: 0;
}

.footer-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .navbar {
    max-width: 1279px;
    margin-inline: auto;
  }

  main {
    max-width: 1279px;
    margin-inline: auto;
  }

  .brett-bio-container {
    margin: 0 5rem;
    padding: 1rem;
  }

  .brett-bio-grid {
    gap: 1.5rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 37px;
  }
}

@media screen and (max-width: 1023px) {
  h2 {
    margin-bottom: clamp(1.5rem, -0.957rem + 4.624vw, 2rem);
  }

  h3 {
    font-size: clamp(1.2rem, 0.217rem + 1.85vw, 1.4rem);
  }

  .introduction-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .introduction-video {
    order: 2;
    width: 100%;
  }

  .introduction-text {
    order: 1;
  }

  .introduction-callout {
    order: 3;
    padding-bottom: 2rem;
    border-bottom: 2px solid #67351c;
  }

  .introduction-grid,
  .gear-men-grid,
  .learn-more-grid,
  .brett-bio-grid {
    gap: clamp(1.5rem, -5.87rem + 13.873vw, 3rem);
  }

  .learn-more-item .steampunk-button {
    margin-top: clamp(1.5rem, -0.957rem + 4.624vw, 2rem);
  }

  .brett-bio-container {
    padding: clamp(1.5rem, -3.413rem + 9.249vw, 2.5rem)
      clamp(1.5rem, -5.87rem + 13.873vw, 3rem);
  }

  .brett-bio-grid {
    padding: clamp(1.5rem, -5.87rem + 13.873vw, 3rem);
  }
  .good-alice-grid,
  .blocks-toy-grid,
  .mouse-therapy-grid,
  .engine-intro-grid,
  .mental-combustion-grid,
  .game-grid,
  .book-corner-grid,
  .axia-intro-grid,
  .what-do-we-need-grid,
  .internal-external-grid,
  .balancing-grid {
    gap: clamp(1rem, 0.286rem + 1.905vw, 2rem);
  }

  .book-corner hr {
    margin: clamp(1.5rem, -5.87rem + 13.873vw, 3rem) 0;
  }
}

@media screen and (max-width: 849px) {
  .learn-more-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lm-img-engine {
    order: 1;
  }
  .lm-text-engine {
    order: 2;
    padding-bottom: 1rem;
    border-bottom: 2px solid #67351c;
  }
  .lm-img-axia {
    order: 3;
  }
  .lm-text-axia {
    order: 4;
  }

  .engine-intro-callout {
    margin-top: 1rem;
  }

  .mental-combustion-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mental-combustion-video,
  .axia-intro-video {
    order: 1;
    width: 100%;
  }

  .mental-combustion-text {
    order: 3;
  }

  .mental-combustion-image {
    order: 2;
    padding: 2rem 0 1rem;
    margin-top: 1rem;
    border-top: 2px solid #67351c;
  }

  .mental-combustion-image img,
  .mental-combustion-video iframe {
    width: 100%;
    height: auto;
  }

  .axia-intro-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .internal-external-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .internal-external-image img {
    width: 100%;
    height: auto;
  }

  .balancing-image {
    grid-column: 2;
    grid-row: 1;
  }

  .balancing-text {
    grid-column: 1;
    grid-row: 1;
  }
  .balancing-image img {
    width: clamp(9.375rem, -49.884rem + 123.457vw, 15.625rem);
    height: auto;
  }

  .energy-gravity-image img {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    margin: 2rem 0;
  }

  .machine-banner img {
    content: url(./images/mind-machine-banner-xs.png);
  }

  .brett-bio-container {
    padding: 1rem;
    background-repeat: repeat;
    margin-bottom: 2rem;
  }

  .brett-bio-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.7rem;
  }

  .good-alice-grid,
  .mouse-therapy-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 1rem;
  }

  .blocks-toy-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin-bottom: 1rem;
  }

  .mouse-therapy-image {
    width: 50%;
    height: auto;
  }

  .engine-intro-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .engine-intro-image img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  .game-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .game-buttons-grid {
    display: none;
  }

  .game-undertext {
    margin-top: 1rem;
  }

  .game-grid-image img {
    max-width: 80%;
    height: auto;
  }

  .gamification-title {
    border-bottom: 0;
    text-decoration: underline;
    text-underline-offset: 10px;
  }

  .game-grid-content {
    margin-top: 0;
  }

  .mobile-buttons {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .book-corner-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .thermo-psych-cover,
  .e-book-cover {
    width: 60%;
    height: auto;
  }

  h1 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .navbar-copyright {
    font-size: 0.7rem;
  }

  .navbar-content {
    justify-content: center;
  }
  .gear-icon,
  .navbar-info p {
    display: none;
  }

  .navbar-links {
    gap: 2rem;
  }

  .navbar-links a,
  .current {
    font-size: 1.1rem;
  }

  .current {
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .gear-men-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .learn-more-grid img {
    width: 100%;
    height: auto;
  }

  .what-do-we-need-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .survival-image {
    grid-column: 1;
    grid-row: 1;
  }

  .survival-text {
    grid-column: 2;
    grid-row: 1;
  }

  .achievement-text {
    grid-column: 1;
    grid-row: 2;
  }

  .achievment-image {
    grid-column: 2;
    grid-row: 2;
  }
  .experiential-image {
    grid-column: 1;
    grid-row: 3;
  }
  .experiential-text {
    grid-column: 2;
    grid-row: 3;
  }

  .balancing-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .energy-gravity-intro-text {
    grid-column: 1;
    grid-row: 1;
  }
  .energy-gravity-image {
    grid-column: 2;
    grid-row: 1;
  }

  .energy-gravity-middle-text {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .energy-gravity-image img {
    max-width: 175px;
    height: auto;
    margin-bottom: 0;
  }
}
/* -------------------------------------------------- */
/* VIDEO ELEMENTS */
/* -------------------------------------------------- */

.video-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.video-wrapper iframe {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #0b5050;
}
