html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: inter;
}



h2 {
    color: #0A1002;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.92px;
}

h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.6px;
}


h4 {
    color: #0A1002;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.28px;
}


nav > div {
    display: flex;
    padding: 12px 126px 12px 140px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: #fff;
}

.logo-container{
    width: 283px;
}

.nav-links ul {
    box-sizing: border-box;
display: flex;
padding: 0 10px;
align-items: center;
border-radius: 40px;
}

.nav-links ul li img {
    display: block;
}
.nav-icons img {
    height: 48px;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-btn {
  position: relative;
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 100px;
}

.cart-btn img {
  height: 48px;
  display: block;
}

.cart-badge[data-count="0"] {
  display: none;
}

/* Smaller on tiny screens */
@media (max-width: 390px) {
  .cart-btn img { height: 40px; }
  .cart-badge {
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}


.nav-links ul li a{
height: 40px;
font-family: inter;
display: flex;
padding: 0 14px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
color: rgba(0, 0, 0, 0.57);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}

.nav-links ul li a.nav-links-current {
    color: #0A1002;
}

.nav-links ul li a:hover {
    background-color: red;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-cta {
    text-decoration: none;
    display: flex;
    height: 40px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;

    border-radius: 32px;
    background: #0A1002;
    color: #fff;
    font-size: 14px;
}

.nav-cta:hover, .primary-CTA:hover {
    background: #29331C;
}

.secondary-CTA:hover {
    border: 1px solid #0A1002;
    background-color: #FFF;
}

.nav-icons img:hover {
    border-radius: 100px;
    background: #ECECEC;
    cursor:pointer;
}


nav {
    position: sticky;
    top: 0;
}

.hero {
  display: flex;
  width: 100%;
}


.hero-cvps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}
.cvp-individual {
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.cvp-text {
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    text-align: center;

    color: #0A1002;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.cvp-img-container {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 8px;
    border-radius: 124px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.cvp-img-container svg {
    height: 100%;
}

.cvp-img-container img {
    width: 56px;
    height: 56px;
}



.hero {
display: flex;
height: 608px;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
}

.cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%); /* nudges it outside the corner */
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #0A1002;
  color: #fff;
  font: 600 12px/20px Inter, system-ui, sans-serif;
  text-align: center;
  box-shadow: 0 0 0 2px #fff; /* ring to separate from background */
}

.hero-product-info {
    display: flex;
    padding: 120px 40px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background: #F7F7F7;
    width: 50%;
}


.hero-product-info-container {
    display: flex;
    max-width: 440px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.hero-product-image {
    display: flex;
    height: 608px;
    padding: 125px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    aspect-ratio: 90/77;
    background: url(images/antichroma/hero-pattern.png) lightgray 50% / cover no-repeat;
    width: 50%;
}

.hero-product-image img {
    padding: 62px;
    width: 100%;
    height: auto;
}


.hero-text-spacing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    max-width: 440px;
}
.hero-product-title-and-tags img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hero-product-title-and-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    max-width: 440px;

}

.product-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-product-desc {
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.2px;
}



.hero-tag-primary    {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #C4E697;
    color: #0A1002;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.hero-tag-secondary {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E6E6E6;
    color: #0A1002;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.hero-ctas {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
align-self: stretch;
}


.primary-CTA {
    text-decoration: none;
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 32px;
    background: #0A1002;
    color: #fff;
}

.secondary-CTA {
    text-decoration: none;
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid #0A1002;
    color: #0A1002;
}



.videos-component{
    display: flex;
    padding: 80px 140px 120px 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.twitter-videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
    width: 100%;
    height: 100%
}




.twitter-tweet{
  width: 100% !important;
  height: 100% important;
  margin: 0 auto !important;
}


.twitter-tweet iframe{
  width: 100% !important;
}

.videos-component-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    text-align: center;
}

.videos-component-heading p {
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.h2-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.h2-heading-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    
    align-self: stretch;
    text-align: center;
}

.h2-heading-text p {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.18px;
}

.features-component {
    display: flex;
    width: 100%;
    padding: 120px 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.features-container {
    display: flex;
    width: 100%;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 36px;
    background-image: url("images/antichroma/features-background.png");
    background-size: cover;
}

.features {
    display: flex;
    padding: 72px 48px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border-radius: 24px;
    background: #FDFFFC;
}

.features p {
    color: #525252;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    letter-spacing: -0.16px;
}   

.feature-set {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.features-divider svg{
    height: 100%;
}






.genres-component {
    display: flex;
    padding: 56px 145px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%), url(images/antichroma/genres-component.png) lightgray -81.006px -184.945px / 109.236% 335.957% no-repeat;
}



.genres-component ul {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.genres-component ul li {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 72px;
    background: #FFF;
    color: #0A1002;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.faqs-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding-bottom: 112px;
}

.faqs-component section {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-width: 664px;
    width: 100%;
}

.faqs-heading {
    display: flex;
    gap: 12px;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
}

.faqs-heading p {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.18px;
}

.accordion-container {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1); /* 10% black bottom border */
}

.accordion {
    font-family: Inter;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; /* label left, icon right */
    gap: 16px;
    padding: 8px 0 8px 12px;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.accordion:hover,
.accordion:focus-visible {
  outline: none;
}

.accordion-label {
  flex: 1;
}

.accordion-icon {
  display: inline-flex;
}


.icon-minus { display: none; }

/* When open, swap icons */
.accordion[aria-expanded="true"] .icon-plus { display: none; }
.accordion[aria-expanded="true"] .icon-minus { display: block; }

.accordion-panel {
  padding: 0 18px 24px 18px;
  max-width: 664px;
}

/* optional: tidy paragraph spacing */
.accordion-panel p {

  margin-top: 0.5rem;
  margin-bottom: 0;
}


@media (min-width: 1540px) {
    
    .hero-product-image img {
        width: unset;
    }
}


@media (max-width: 1248px) and (min-width: 390px) {

    nav > div {
        padding: 14px 26px 14px 40px;
    }

    .logo-container {
        width: 119px;
    }

    .videos-component {
        padding: 112px 40px;
    } 

    .features-component {
        width: 100%;
        padding: 88px 40px 112px 40px;
        gap: 48px;
    }

    .features {
        padding: 48px 40px;
        gap: 32px;
    }

    .genres-component {
        padding: 48px 12px;
    }

    .feature-set {
        gap: 12px;
        align-items: flex-start;
    }


    h2 {
        text-align: left;
    }

    h4 {
        font-size: 24px;
        text-align: left;
    }


    
}

@media (max-width: 767px) {

    .logo-container {
        width: 95px;
    }

    .nav-buttons {
        gap: 4px;
    }

    .features-component {
        width: 100%;
        padding: 56px 20px;
        gap: 32px
    }

    .videos-component-heading {
    text-align: left;
    align-items: flex-start;
    }

    .features-divider {
        display: none;
    }

    .h2-heading {
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    }
    .h2-heading-text {
        align-items: flex-start;
        text-align: left;
    }
    .h2-heading-text p {
        text-align: left;
        font-size: 14px;
    }   

    .features-container {
        width: 100%;
        padding: 8px;
        border-radius: 20px;
        align-self: stretch;
    }

    .features {
        padding: 36px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        border-radius: 12px;
    }

    .middle-feature {
        padding: 32px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }


    .feature-set {
        gap: 12px;
    }

    .feature-set p {
        font-size: 14px;
    }

    .genres-component {
        padding: 40px 12px !important;
        font-size: 14px;
        text-align: center;
        gap: 32px;
         background: 
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%),
    url(images/antichroma/genres-component.png) center center / cover no-repeat !important;

    }

    .genres-component ul {
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .genres-component ul li {
        padding: 8px 14px;
    }

    h2 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }
}


@media (max-width: 680px){

    .hero-product-info {
        width: 100%;
    }

    .hero-product-image {
        width: 100%;
        height: 321px;
        padding: 8px 0px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-product-image img{
    padding: 24px;
    height: 100%;
    }

    .hero-product-info {
        padding: 56px 16px;
    }

    .hero {
        flex-direction: column-reverse;
        height: auto;
    }

    .hero-product-title-and-tags img {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 440px) and (min-width: 390px)  {
    .hero-product-image {
    justify-content: center;
    align-items: center;
    padding: 32px 32px;
    }

}

@media (max-width: 390px) {

    nav > div {
        padding: 0 5px 0 20px;
    }


    .hero-product-image {
        justify-content: center;
        align-items: center;
    }

    .videos-component {
        padding: 56px 0 12px 0;
        gap: 40px;
    }

    .videos-component-heading {
        gap: 12px;
        text-align: left;
        padding: 0 16px;
    }

    .videos-component-heading p {
        text-align: left;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.14px;
    }

    .faqs-heading {
        text-align: left !important;
    }
    .faqs-component .faqs-heading p {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 25px !important;
        letter-spacing: -0.14px !important;
    }
}