body, html {
    background-color: #1D1D26;
}

#page {
  padding-top: 0;
}

body, p, ul, a {
    font-family: 'Hurme Geometric Sans 1', sans-serif;
    margin: 0;
    color: #fff;
}

/* Default li styling - lower specificity to allow WordPress classes to override */
li {
    font-family: 'Hurme Geometric Sans 1', sans-serif;
    margin: 0;
    color: #fff;
}

a, a:visited {
    text-decoration: underline;
    color: #fff;
    transition: color 0.3s ease;
}
a:hover, a:active, a:focus, a:target {
    color: #ffc94d;
}

h1, h2, h3, h4, summary, .truly-btn-details {
    font-family: 'Hurme Geometric Sans 1 Black', sans-serif;
    margin-bottom: 0;
}

h2 {
    margin-bottom: 0.8rem;
    letter-spacing: -0.03em;
}

h3, summary, .truly-btn-details {
    letter-spacing: -0.03em;
    text-align: center;
}
@media (min-width: 768px) {
    h3, summary, .truly-btn-details {
        font-size: 30px;
    }
}

.truly-bg-gradient {
  background: linear-gradient(
    to bottom right,
    #FF0347 0%,
    #FEC002 100%
  );
}

.truly-faq summary {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
}
.truly-faq p {
    margin: 2rem 4rem 4rem 2rem;
}

ul li {
    margin: 0 !important;
}

main.truly-landing {
    background: #fff;
    color: #1D1D26;
}

/* HEADER */

header.truly-header {
    position: absolute;
    top: 0;
    background: transparent;
}

/* MOBILE MENU */

.mobile-navigation, .menu-toggle {
    display: block !important;
}

/* Override theme default for drawer visibility on desktop */
@media only screen and (min-width: 1000px) {
    .drawer {
        display: none !important;
    }
    
    /* Only show drawer when menu is actively toggled open on desktop */
    .mobile-navigation.toggle-active + .drawer-wrap .drawer {
        display: block !important;
    }
}

/* Ensure drawer is hidden by default on mobile too when closed */
@media only screen and (max-width: 999px) {
    .drawer {
        display: none;
    }
    
    /* Show drawer when menu is actively toggled open on mobile */
    .mobile-navigation.toggle-active + .drawer-wrap .drawer {
        display: block !important;
    }
}

.truly-header .mobile-navigation {
    background-color: transparent;
}

.truly-hamburger {
    background-color: #1D1D26;
    padding: 0.7rem 1rem;
}

.truly-header .mobile-navigation.toggle-active {
    background-color: #1D1D26;
    transition: none;
}

.truly-header .mobile-navigation button {
    text-align: left;
}

.truly-header .drawer nav.drawer-navigation {
    padding: 0;
}

.truly-header .drawer-menu-explore {
    background: #1D1D26;
    padding: 0 2rem;
}

.truly-header .drawer .drawer-navigation ul li a {
    font-family: 'Hurme Geometric Sans 1 Black', sans-serif;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    transform: translateX(0);
}
.truly-header .drawer .drawer-navigation ul li a:hover {
    color: #ffc94d;
}

.truly-header .drawer .drawer-navigation ul li:nth-child(1) a:hover {
    color: #F4A614;
}

.truly-header .drawer .drawer-navigation ul li:nth-child(2) a:hover {
    color: #0d6efd;
}

.truly-header .drawer .drawer-navigation ul li:nth-child(3) a:hover {
    color: #FF5728; 
}

.truly-header .drawer .drawer-navigation ul li:nth-child(4) a:hover {
    color: #8CE600;
}

.truly-header .drawer .drawer-navigation ul li:nth-child(5) a:hover {
    color: #4BE0E6; 
}

/* Times */
.gbicon-times {
    padding: 0.5rem;
}
.gbicon-times::before {
    content: "\2715";
    font-size: 28px;
}

/* SITE IDENTITY */

@media (min-width: 998px) {
    .truly-header .site-identity {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0;
        padding-right: 10%;
    }
}

/* PAGE */

.truly-hero {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 66vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Hero Logo */
.truly-hero-logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.truly-hero-logo .custom-logo-link {
    display: block;
}

.truly-hero-logo .custom-logo {
    max-width: 50vw;
    height: auto;
}

@media (min-width: 768px) {
    .truly-hero-logo {
        top: 0;
        right: 10%;
        left: auto;
        transform: none;
    }
    
    .truly-hero-logo .custom-logo {
        max-width: 20vw;
    }
}

/* PAGE TITLE */
.truly-page-title {
    font-family: 'Hurme Geometric Sans 1 Black', sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
    text-align: left;
    color: #fff;
}

@media (min-width: 998px) {
    .truly-hero {
        height: 100vh;
    }
}

/* SECTION: INTRO */

.truly-intros {
    display: flex;
    justify-content: center;
    background: #fff;
    color: #1D1D26;
}

.truly-intros-inner {
    display: flex;
    max-width: 1440px;
    width: 100%;
    gap: 2rem;
}

.truly-intros-content {
    flex: 1;
    margin: 12% 3% 0 3%;
}
@media (min-width: 998px) {
    .truly-intros-content {
        margin: 6% 6% 3% 6%;
    }
}

.truly-intros-image {
    display: flex;
    align-items: center;
    padding: 2% 0;
    width: 66.66%;
    margin: 0 auto;
}
@media (min-width: 998px) {
    .truly-intros-image {
        flex: 1;
    }
}

.truly-intros-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.truly-intro {
    padding: 1rem 2rem 12% 2rem;
}
.truly-intro p {
    color: #1D1D26;
}
.truly-intro:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 998px) {
    .truly-intros-inner {
        flex-direction: column;
    }

    .truly-intros-content,
    .truly-intros-image {
        flex: 1 1 100%;
    }
}

/* SECTION: DETAILS */

.truly-details {
    width: 100%;
    margin: 0;

    padding: 4% 2rem 0 2rem;
    /* background: #1D1D26;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    color: #fff;
}

.truly-details-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 1000px;
    margin: 0 auto;
}

details {
    margin: 1rem auto;
    width: 100%;
    max-width: 100%;
}

details summary, .truly-btn-details {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;/
    color: #fff;
    padding: 2rem;
    cursor: pointer;
    outline: none;

    background-color: #F4A614;
    transition: background-color 0.3s ease, color 0.3s ease;
}

details summary:hover, .truly-btn-details:hover {
    background-color: #ffc94d;
    color: #FF5728;
}
details summary:hover a, .truly-btn-details:hover a {
    color: #FF5728
}

details .gb-block-container {
    background: transparent;
}

details .gb-container-inside {
    margin: 2rem;
    padding: 0 6% 4rem 0;
}

/* TRULY BUTTON */

.truly-btn .wp-block-button__link {
    margin: 2rem 0; 
    padding: 1rem 2rem;

    background-color: transparent;

    font-family: 'Hurme Geometric Sans 1 Black', sans-serif;
    color: #fff;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    transition: background-color 0.3s ease;
}

.truly-btn.is-style-fill {
    outline: 0;
    border: 0;
}

.truly-btn .wp-block-button__link::after {
    display: inline-block;
    content: '';
    margin-left: 0.5rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid white;
    transition: transform 0.3s ease;
}

/* button with same styling as details summary */
.truly-btn-details {
    width: 100%;
}
.truly-btn-details .wp-element-button {
    background: none;
    border-radius: 0;
    padding: 0;
}

/* TRULY COMPONENTS */

.truly-card {
    border-radius: 16px;
    color: #1D1D26;
}

.truly-card ul, .truly-card ol {
    padding: 1.5rem;
}
.truly-card ul li, .truly-card ol li {
    padding: 0.8rem 0;
    color: #1D1D26;
}

/* TRULY PARALLAX */
.truly-hero-wrapper {
    position: relative;
    height: 66vh;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .truly-hero-wrapper {
        height: 95vh;
    }
}
  
.truly-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.truly-parallax-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.truly-parallax-img {
    transform: none;
    will-change: auto;
}

@media (min-width: 1024px) {
    .truly-parallax-img {
        position: absolute;
        top: 50%;
        left: 50%;

        width: auto;
        height: 120%;
        object-fit: cover;
        z-index: 1;

        transform: translate(-50%, -50%);
        will-change: transform;
    }
}

/* TRULY SOCIAL */

.truly-social .wp-social-link-instagram {
    background-color: transparent !important
}
.truly-social .wp-social-link-instagram svg {
    width: 60px;
    height: 60px;
}
@media (min-width: 998px) {
    .truly-social .wp-social-link-instagram svg {
        width: 80px;
        height: 80px;
    }
}

/* TRULY FOOTER */

footer.truly-footer {
    background: #1D1D26;
    color: #fff;
    text-align: center;
}

footer.truly-footer * {
    margin-left: auto;
    margin-right: auto;
}

footer.truly-footer .custom-logo {
    max-width: 300px;
    height: auto;
}
@media (max-width: 600px) {
    footer.truly-footer .custom-logo {
        max-width: 200px;
    }
}

.truly-header .trp-language-switcher-container {
    display: inline-block !important;
    width: auto !important;
}

/* Target the first language switcher container (EN) */
.truly-header .trp-language-switcher-container:first-of-type .trp-ls-language-name {
    padding-right: 2rem;
    border-right: 3px solid rgba(255, 255, 255, 0.7);
}

/* Alternative approach - target by specific ID */
#menu-item-378 .trp-ls-language-name {
    padding-right: 2rem;
    border-right: 3px solid rgba(255, 255, 255, 0.7);
}

.truly-products .truly-details-inner {
    max-width: 1200px;
    padding: 2% 2rem;
}
@media (max-width: 768px) {
    .truly-products .truly-details-inner {
        padding: 20% 2rem 0 0;
    }
}

.truly-products .product-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.truly-products .product-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.truly-products .product-item .product-image,
.truly-products .product-item .product-content {
  flex: 1 1 50%;
}

.truly-products .product-item .product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.truly-products .product-image img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}

.truly-products .product-content {
  color: white;
  text-align: left;
}

.truly-products .product-content h3,
.truly-products .product-content .product-subtitle,
.truly-products .product-content .product-description {
  margin-bottom: 1rem;
  text-align: left;
}

.truly-products .product-title {
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 1024px) {
    .truly-products .product-title {
      font-size: 3.6rem;
    }
}

.truly-products .product-subtitle {
    font-size: 3.2rem;
    line-height: 1;
    font-style: italic;
    opacity: 0.6;
}
@media (max-width: 1024px) {
    .truly-products .product-subtitle {
      font-size: 2rem;
    }
}

/* Alternating image/content layout */
.truly-products .product-layout-left-image .product-image {
  order: 0;
}
.truly-products .product-layout-left-image .product-content {
  order: 1;
}
.truly-products .product-layout-right-image .product-image {
  order: 1;
}
.truly-products .product-layout-right-image .product-content {
  order: 0;
}

/* Responsive: stack vertically with image on bottom */
@media (max-width: 768px) {
  .truly-products .product-item {
    flex-direction: column;
    gap: 2rem;
  }

  .truly-products .product-image {
    order: 1 !important; /* image after copy */
  }

  .truly-products .product-content {
    order: 0 !important; /* copy before image */
  }
}