/* 
-------MOBILE DEVICES------ 
-----TABLE OF CONTENTS-----


*/

@media screen and (max-width: 600px) {

  /* ----- TEXT SETTINGS ----- */
  .titletext {
    color: #f5f5f5;
    font-family: 'pexico_microregular';
    border-style: solid;
    font-size: 100%;
    margin-left: 8%;
    margin-top: 8%;
    padding: 5px 10px 5px 10px;
    z-index: 1;
  }

  /* Logo styling for mobile */
  .header-logo {
    height: 6.5em;
    width: auto;
    z-index: 1;
  }

  .logo-link {
    display: inline-block;
    margin-left: 4%;
    margin-top: 4%;
  }

  .subhead {
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 115%;
  }

  .subhead > .title {
    margin: 5% 0 -4% 0;
  }

  .subhead > .info {
    font-size: 65%;
    margin: 0 8% 10% 8%;
  }

  .subhead > .purchtext {
    font-size: 75%;
    margin: 0 0 0 0;
  }

  /* ----- ICON SETTINGS ----- */
  .topicon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    margin-right: 8%;
    margin-top: 10%;
  }

  .midicon  {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    height: 15em;
    margin: auto;
  }

  /* ----- BUTTON SETTINGS ----- */
  .BuyButton {
    background-color:#44c767;
    border:1px solid #18ab29;
    text-align: center;
    cursor:pointer;
    color:#ffffff;
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size:17px;
    padding:16px 31px;
    margin: 2% 5% 2% 5%;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .BuyButton:hover {
    background-color:#5cbf2a;
  }
  
  .BuyButton:active {
    position:relative;
    top:1px;
  }

  /* ----- GRID/BLOCK SETTINGS ----- */
  .main-grid {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr) ;
  }

  .card {
    grid-column: 1 / 4;
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
    background-color: black;
    font-family:'HelveticaNeueLT Pro 65 Md';
    color: #CFCFCF;
  }
 
  .card > a {
    margin: auto 0 auto 10%;
  }

  .card-footer {
    grid-column: 1 / 4;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: black;
    font-family:'HelveticaNeueLT Pro 65 Md';
    color: #CFCFCF;
  }

  .card-footer > img {
    margin: auto;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    height: 25px;
    width: auto;
  }

  .card-footer > p {
    margin: auto;
    font-size: 75%;
  }

  .buffer-card {
    grid-column: 1 / 4;
    background-color: black;
  }

  .card-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* NEW: iPhone safe area padding for Dynamic Island */
    padding-top: env(safe-area-inset-top);
  }
  

  /*-----SELL PAGE-----*/

  .card-shop-title {
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    min-height: 100%;
  }

  .card-shop-title > .titletext {
    position: absolute; 
    z-index: 1;
    margin-left: 2%;
    margin-top: 2%;
    color: white;
    background: rgba(0, 0, 0, .5);
  }

  .sellimg {
    max-width:100%;
    max-height:100%;
  }

  .column-card {
    color: black;
    grid-column: 1 / 4;
    grid-row: 3 / 7;
  }

  .column-card > h1 {
    text-align: center;
  }

  .column-card > h3 {
    text-align: center;
  }

  .column-card > p {
    font-size: 90%;
    margin: 0 5% 0 5%;
  }

  .column-card > h4 {
    text-align: left;
    margin-left: 5%;
    position: absolute;
    left: 0;
    bottom: 3em;
  }

  .checkout {
    background-color: #3BC14A;
    width: 100%;
    height: 4em;
    font-size: 1em;
    border: none;
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    font-family:'HelveticaNeueLT Pro 65 Md';
    position: absolute;
    right: 0;
    bottom: 0;
  }
    
  .checkout:hover {
    color: #4DA167;
    cursor: pointer;
  }


  /* -----About Page----- */

  .card-aux-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .card-aux-title > .titletext {
    color: white;
    background: rgba(0, 0, 0, .5);
  }

  /* NEW: Redesigned About Page */
  .about-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4% 2% 4%;
    padding-top: calc(2% + env(safe-area-inset-top));
    background-color: black;
  }

  .about-header .header-logo {
    height: 5em;
  }

  .about-header-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 1.5em;
    border: 2px solid white;
    padding: 8px 16px;
  }

  .about-hero {
    padding: 8% 6%;
    border-top: 3px solid #6ABD45;
  }

  .about-hero h1 {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 2em;
    margin: 0 0 4% 0;
    line-height: 1.1;
  }

  .about-hero h1 span {
    color: #6ABD45;
  }

  .about-hero p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
  }

  .about-section {
    padding: 6% 6%;
    border-top: 1px solid #333;
  }

  .about-section h2 {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 1.1em;
    margin: 0 0 4% 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .about-section p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.9em;
    line-height: 1.7;
    margin: 0 0 4% 0;
  }

  .about-section p:last-child {
    margin-bottom: 0;
  }

  .about-image {
    width: 100%;
    margin: 6% 0;
    border: 2px solid #6ABD45;
  }

  .about-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-image-caption {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3% 4%;
    border-top: 1px solid #6ABD45;
    background-color: rgba(106, 189, 69, 0.1);
  }

  .about-footer {
    padding: 6%;
    border-top: 3px solid #6ABD45;
    margin-top: auto;
  }

  .about-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.75em;
    margin: 0;
    text-align: center;
  }

  .stat-block {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin: 6% 0;
  }

  .stat-item {
    flex: 1 1 45%;
    border-left: 2px solid #6ABD45;
    padding-left: 4%;
    margin-bottom: 4%;
  }

  .stat-item .number {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 1.5em;
    display: block;
  }

  .stat-item .label {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }


  /* ----- HOME PAGE BRUTALIST REDESIGN ----- */

  .home-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .home-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4% 2% 4%;
    padding-top: calc(2% + env(safe-area-inset-top));
    background-color: black;
    position: relative;
    z-index: 10;
  }

  .home-header .header-logo {
    height: 5em;
  }

  .home-hero {
    position: relative;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 45vh;
  }

  .home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
  }

  .home-hero-content {
    position: relative;
    z-index: 2;
    padding: 8% 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
  }

  .home-hero h1 {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 1.8em;
    margin: 0 0 4% 0;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .home-hero h1 span {
    color: #6ABD45;
  }

  .home-hero p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.85em;
    line-height: 1.6;
    margin: 0;
  }

  .home-cta {
    padding: 6%;
    border-top: 3px solid #6ABD45;
    background-color: black;
  }

  .home-cta-button {
    display: block;
    width: 100%;
    padding: 5% 0;
    background-color: #6ABD45;
    border: none;
    color: black;
    font-family: 'pexico_microregular';
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
  }

  .home-cta-button:hover {
    background-color: white;
    color: black;
  }

  .home-cta-note {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.7em;
    text-align: center;
    margin-top: 4%;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .home-nav {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #333;
  }

  .home-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 6%;
    border-bottom: 1px solid #333;
    color: white;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.2s;
  }

  .home-nav-item:hover {
    background-color: #111;
    color: white;
  }

  .home-nav-item span {
    color: #6ABD45;
  }

  .home-nav-item::after {
    content: '→';
    color: #6ABD45;
    font-size: 1.2em;
  }

  .home-footer {
    padding: 5% 6%;
    border-top: 3px solid #6ABD45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
  }

  .home-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.7em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .home-footer-social {
    display: flex;
    gap: 15px;
  }

  .home-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-footer-social img {
    height: 20px;
    width: auto;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    opacity: 0.6;
    transition: opacity 0.2s;
  }

  .home-footer-social img:hover {
    opacity: 1;
  }

  .card-login {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    grid-column: 1 / 4;
    grid-row: 3 / 7;
    background-color: #3BC14A;
    font-size: 5em;
  }

  /* ----- LOGIN PAGE BRUTALIST REDESIGN ----- */

  .login-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4% 2% 4%;
    padding-top: calc(2% + env(safe-area-inset-top));
    background-color: black;
  }

  .login-header .header-logo {
    height: 5em;
  }

  .login-header-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 1em;
    border: 2px solid white;
    padding: 8px 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .login-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8% 6%;
    border-top: 3px solid #6ABD45;
  }

  .login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }

  .login-form-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 1.8em;
    margin: 0 0 8% 0;
    text-transform: uppercase;
  }

  .login-form-title span {
    color: #6ABD45;
  }

  .login-label {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2%;
  }

  .login-input {
    background-color: #111;
    border: 2px solid #333;
    color: white;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1em;
    padding: 4% 4%;
    margin-bottom: 6%;
    transition: border-color 0.2s;
  }

  .login-input:focus {
    outline: none;
    border-color: #6ABD45;
  }

  .login-input::placeholder {
    color: #555;
  }

  .login-submit {
    background-color: #6ABD45;
    border: none;
    color: black;
    font-family: 'pexico_microregular';
    font-size: 1em;
    padding: 5% 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    margin-top: 4%;
  }

  .login-submit:hover {
    background-color: white;
    color: black;
  }

  .login-footer {
    padding: 5% 6%;
    border-top: 3px solid #6ABD45;
  }

  .login-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.7em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }


  /* ----- VIEW DB ----- */

  .db-grid {
    background-color: #6DD87D;
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .dbcard {
    align-items: left;
    justify-content: center;
    grid-column: 1 / 4;
    display: inline-block;
    flex-direction: row;
    background-color: black;
  }

  .dbcard > p {
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size: 1.5em;
    color: #CFCFCF;
  }

  .dbcard > .minfo {
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size: 1.5em;
    color: #CFCFCF;
    margin: 0 10% 10% 10%;
    padding: 1%;
    background-color: #0BE12B;
    justify-content: center;
    text-align: center;
  }

}

/* -----GLOBAL SETTINGS----- */

/* LINK SETTINGS */
a:link, a:visited {
  text-decoration: none;
  font-family:'HelveticaNeueLT Pro 65 Md';
  color: white;
}
  
a:hover, a:active {
  text-decoration: none;
  color: purple;
}


/* ----- TRANSITION SCREEN ----- */
.transition-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  pointer-events: all;
}

.transition-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

.transition-logo {
  width: 40%;
  max-width: 200px;
  height: auto;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

/* Desktop transition logo size */
@media screen and (min-width: 601px) {
  .transition-logo {
    width: 15%;
    max-width: 180px;
  }
}


/* LOGIN BUTTON (shared between mobile/desktop) */
.loginbutton {
  width: 100%;
  height: 1em;
  position: relative;
  font-size: .5em;
  background-color: #CFCFCF; 
  border: none;
  color: black;
  margin-top: 1em;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'pexico_microregular';
}

.loginbutton:hover, .loginbutton:active {
  color:green;
  background-color: black;
}
  
/* LOGIN INPUT FIELDS (shared between mobile/desktop) */
.pwinp, .usrinp {
  height: 3em;
  font-size: .25em;
  background-color: #CFCFCF; 
  border: none;
  color: black;
  padding: .25em .25em;
  text-decoration: none;
  font-family: 'pexico_microregular';
}
  
.userlabel, .passlabel {
  color: #f5f5f5;
  font-size: 55%;
  font-family: 'pexico_microregular';
  margin-top: 1em;
}

/* DB hover state (shared) */
.minfo:hover, .minfo:active {
  color:green;
  background-color: black;
}


/* ----- Site Fonts ----- */
@font-face {
  font-family: 'pexico_microregular';
  src: url('../fonts/setup_-_pexicomicro-regular-webfont.woff2') format('woff2'),
       url('../fonts/setup_-_pexicomicro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'HelveticaNeueLT Pro 65 Md';
  src: url('../fonts/HelveticaNeueLTPro-Md.eot');
  src: url('../fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
  url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
  url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'),
  url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype'),
  url('../fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

/* HTML and BODY */
html {
  font-family:'HelveticaNeueLT Pro 65 Md';
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin:0;
  /* NEW: Black background for iPhone safe areas */
  background-color: black;
}
  
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin:0;
  /* NEW: iPhone safe area padding */
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
  
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
      background-color: transparent;
  }
  50% {
      opacity: 1;
      background-color: #4D5057;
   }
}

/* 
------- DESKTOP ------ 
-----TABLE OF CONTENTS-----


*/
@media screen and (min-width: 601px) {

  /* ----- TEXT SETTINGS ----- */
  .titletext {
    color: #f5f5f5;
    font-family: 'pexico_microregular';
    border-style: solid;
    font-size: 150%;
    margin-left: 5%;
    margin-top: 5%;
    padding: 5px 10px 5px 10px;
    z-index: 1;
  }

  /* Logo styling for desktop */
  .header-logo {
    height: 7em;
    width: auto;
    z-index: 1;
  }

  .logo-link {
    display: inline-block;
    margin-left: 3%;
    margin-top: 3%;
  }

  .subhead {
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 115%;
  }

  .subhead > .title {
    margin: 3% 0 0 0;
    font-size: 150%;
  }

  .subhead > .info {
    font-size: 75%;
    margin: 0 0 3% 0;
  }

  .subhead > .purchtext {
    font-size: 75%;
    margin: 0 0 0 0;
  }

  /* ----- ICON SETTINGS ----- */
  .topicon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    margin-right: 5%;
    margin-top: 5%;
  }

  .midicon  {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    height: 15em;
    margin: auto;
  }

  /* ----- BUTTON SETTINGS ----- */
  .BuyButton {
    background-color:#44c767;
    border:1px solid #18ab29;
    text-align: center;
    cursor:pointer;
    color:#ffffff;
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size:17px;
    padding:16px 31px;
    margin: .5% 5% 2% 5%;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .BuyButton:hover {
    background-color:#5cbf2a;
  }
  
  .BuyButton:active {
    position:relative;
    top:1px;
  }

  /* ----- GRID/BLOCK SETTINGS ----- */
  .main-grid {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr) ;
  }

  .card {
    grid-column: 1 / 4;
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
    background-color: black;
    font-family:'HelveticaNeueLT Pro 65 Md';
    color: #CFCFCF;
  }
 
  .card > a {
    margin: auto 0 auto 10%;
  }

  .card-footer {
    grid-column: 1 / 4;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: black;
    font-family:'HelveticaNeueLT Pro 65 Md';
    color: #CFCFCF;
  }

  .card-footer > img {
    margin: auto;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    height: 25px;
    width: auto;
  }

  .card-footer > p {
    margin: auto;
    font-size: 75%;
  }

  .buffer-card {
    grid-column: 1 / 4;
    background-color: black;
  }

  .card-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    background-repeat: no-repeat;
  }
  

  /*-----SELL PAGE-----*/

  .card-shop-title {
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }

  .card-shop-title > .titletext {
    position: absolute; 
    z-index: 1;
    margin-left: 2%;
    margin-top: 2%;
    color: white;
    background: rgba(0, 0, 0, .5);
  }

  .sellimg {
    max-width:100%;
    max-height:100%;
  }

  .column-card {
    color: black;
    grid-column: 1 / 4;
    grid-row: 3 / 7;
  }

  .column-card > h1 {
    text-align: center;
    font-size: 200%;
  }

  .column-card > h3 {
    text-align: center;
    font-size: 150%;
  }

  .column-card > p {
    font-size: 125%;
    margin: 0 5% 0 5%;
  }

  .column-card > h4 {
    text-align: left;
    margin-left: 5%;
    position: absolute;
    left: 0;
    bottom: .55em;
    font-size: 200%;
  }

  .checkout {
    background-color: #3BC14A;
    width: 100%;
    height: 4em;
    font-size: 1em;
    border: none;
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    font-family:'HelveticaNeueLT Pro 65 Md';
    position: absolute;
    right: 0;
    bottom: 0;
  }
    
  .checkout:hover {
    color: #4DA167;
    cursor: pointer;
  }


  /* -----About Page----- */

  .card-aux-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: black;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .card-aux-title > .titletext {
    color: white;
    background: rgba(0, 0, 0, .5);
  }

  /* NEW: Redesigned About Page - Desktop */
  .about-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 4%;
    background-color: black;
  }

  .about-header .header-logo {
    height: 6em;
  }

  .about-header-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 2em;
    border: 2px solid white;
    padding: 10px 24px;
  }

  .about-hero {
    padding: 4% 10%;
    border-top: 3px solid #6ABD45;
  }

  .about-hero h1 {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 3.5em;
    margin: 0 0 2% 0;
    line-height: 1.1;
  }

  .about-hero h1 span {
    color: #6ABD45;
  }

  .about-hero p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
    max-width: 70%;
  }

  .about-section {
    padding: 3% 10%;
    border-top: 1px solid #333;
  }

  .about-section h2 {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 1.3em;
    margin: 0 0 2% 0;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .about-section p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1.1em;
    line-height: 1.8;
    margin: 0 0 2% 0;
    max-width: 80%;
  }

  .about-section p:last-child {
    margin-bottom: 0;
  }

  .about-image {
    width: 60%;
    margin: 3% 0;
    border: 2px solid #6ABD45;
  }

  .about-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-image-caption {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2% 3%;
    border-top: 1px solid #6ABD45;
    background-color: rgba(106, 189, 69, 0.1);
  }

  .about-footer {
    padding: 3% 10%;
    border-top: 3px solid #6ABD45;
    margin-top: auto;
  }

  .about-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.9em;
    margin: 0;
  }

  .stat-block {
    display: flex;
    gap: 5%;
    margin: 3% 0;
  }

  .stat-item {
    border-left: 2px solid #6ABD45;
    padding-left: 2%;
  }

  .stat-item .number {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 2.5em;
    display: block;
  }

  .stat-item .label {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }


  /* ----- HOME PAGE BRUTALIST REDESIGN - DESKTOP ----- */

  .home-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .home-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 4%;
    background-color: black;
    position: relative;
    z-index: 10;
  }

  .home-header .header-logo {
    height: 6em;
  }

  .home-hero {
    position: relative;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
  }

  .home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
  }

  .home-hero-content {
    position: relative;
    z-index: 2;
    padding: 4% 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
  }

  .home-hero h1 {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 3.5em;
    margin: 0 0 2% 0;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 70%;
  }

  .home-hero h1 span {
    color: #6ABD45;
  }

  .home-hero p {
    color: #CFCFCF;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0;
    max-width: 50%;
  }

  .home-cta {
    padding: 3% 10%;
    border-top: 3px solid #6ABD45;
    background-color: black;
    display: flex;
    align-items: center;
    gap: 4%;
  }

  .home-cta-button {
    display: inline-block;
    padding: 1.2em 3em;
    background-color: #6ABD45;
    border: none;
    color: black;
    font-family: 'pexico_microregular';
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
  }

  .home-cta-button:hover {
    background-color: white;
    color: black;
  }

  .home-cta-note {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
  }

  .home-nav {
    display: flex;
    border-top: 1px solid #333;
  }

  .home-nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5% 4%;
    border-right: 1px solid #333;
    color: white;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: background-color 0.2s;
  }

  .home-nav-item:last-child {
    border-right: none;
  }

  .home-nav-item:hover {
    background-color: #111;
    color: white;
  }

  .home-nav-item span {
    color: #6ABD45;
  }

  .home-nav-item::after {
    content: '→';
    color: #6ABD45;
    font-size: 1.3em;
  }

  .home-footer {
    padding: 2% 4%;
    border-top: 3px solid #6ABD45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
  }

  .home-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.85em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .home-footer-social {
    display: flex;
    gap: 20px;
  }

  .home-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-footer-social img {
    height: 22px;
    width: auto;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(109%) contrast(101%);
    opacity: 0.6;
    transition: opacity 0.2s;
  }

  .home-footer-social img:hover {
    opacity: 1;
  }


  /* ----- Login Page ----- */

  .card-login {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    grid-column: 1 / 4;
    grid-row: 2 / 7;
    background-color: #3BC14A;
    font-size: 3.5em;
    height: 100%;
    width: 100%;
  }

  /* Desktop-specific login input adjustments */
  .pwinp, .usrinp {
    width: 55%;
    margin-right: 90%;
    margin-left: 1%;
  }
    
  .userlabel, .passlabel {
    margin-right: 90%;
    margin-left: 1%;
  }

  /* ----- LOGIN PAGE BRUTALIST REDESIGN - DESKTOP ----- */

  .login-grid {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 4%;
    background-color: black;
  }

  .login-header .header-logo {
    height: 6em;
  }

  .login-header-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 1.5em;
    border: 2px solid white;
    padding: 10px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .login-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4% 10%;
    border-top: 3px solid #6ABD45;
  }

  .login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
  }

  .login-form-title {
    color: white;
    font-family: 'pexico_microregular';
    font-size: 2.5em;
    margin: 0 0 6% 0;
    text-transform: uppercase;
  }

  .login-form-title span {
    color: #6ABD45;
  }

  .login-label {
    color: #6ABD45;
    font-family: 'pexico_microregular';
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5%;
  }

  .login-input {
    background-color: #111;
    border: 2px solid #333;
    color: white;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 1.1em;
    padding: 3% 3%;
    margin-bottom: 5%;
    transition: border-color 0.2s;
  }

  .login-input:focus {
    outline: none;
    border-color: #6ABD45;
  }

  .login-input::placeholder {
    color: #555;
  }

  .login-submit {
    background-color: #6ABD45;
    border: none;
    color: black;
    font-family: 'pexico_microregular';
    font-size: 1.1em;
    padding: 3% 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    margin-top: 3%;
  }

  .login-submit:hover {
    background-color: white;
    color: black;
  }

  .login-footer {
    padding: 2% 4%;
    border-top: 3px solid #6ABD45;
  }

  .login-footer p {
    color: #666;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 0.85em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }


  /* ----- VIEW DB ----- */

  .db-grid {
    background-color: #6DD87D;
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .dbcard {
    align-items: left;
    justify-content: center;
    grid-column: 1 / 4;
    display: inline-block;
    flex-direction: row;
    background-color: black;
  }

  .dbcard > p {
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size: 1.5em;
    color: #CFCFCF;
  }

  .dbcard > .minfo {
    font-family:'HelveticaNeueLT Pro 65 Md';
    font-size: 1.5em;
    color: #CFCFCF;
    margin: 0 10% 10% 10%;
    padding: 1%;
    background-color: #0BE12B;
    justify-content: center;
    text-align: center;
  }

}