
/* =========================================================
   1. GLOBAL RESET + VARIABLES
   ========================================================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  text-decoration:none;
  border:none;
  outline:none;
  font-family:"Inter","Outfit","Poppins",sans-serif;
}

:root {
  --max-width:1500px;
  --section-padding:10rem;
  --text-color:#333;
  --accent-color:#b74b4b;
  --heading-color:#A44D18;
  --hairline:rgba(0,0,0,0.1);
}

html{
  font-size:62.5%;
  scroll-behavior:smooth;
}

body{
  background-color:#EBDFD0;
  color:var(--text-color);
    font-weight: 500;
}
.kinvara-designer-bar {
    width: 100%;
    background: #E05A5A; /* soft premium red */
    padding: 12px 0;
    text-align: center;
}

.kinvara-designer-bar a {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif; /* matches Kinvara typography */
}

.kinvara-designer-bar a:hover {
    opacity: 0.85;
}

/* =========================================================
   2. HEADER / NAVIGATION
   ========================================================= */
header {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    z-index: 10000;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    
    width: 100%;
     justify-content: flex-start;
}

.mobile-nav {
    display: none; /* FIX: hide on desktop */
}

.logo-img img {
    width: 150px;
}

.logo-img img:hover {
    transform: scale(1.03);
}

.nav-pill {
    display: flex;
    align-items: center;
    gap: 2rem;
      margin-left: 2rem;

    padding: 1rem 2.4rem;
    background: rgba(255, 252, 247, 0.65);
    backdrop-filter: blur(12px);

    border-radius: 50px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    border: 1px solid rgba(255,255,255,0.5);

    width: auto;
    flex-shrink: 0;
}

.nav-pill a {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6f6f6f;
    font-weight: 500;

    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
}

.nav-pill a:hover {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;

    width: 48px;
    height: 48px;

    background: rgba(40, 40, 40, 0.75); /* dark pill */
    backdrop-filter: blur(12px);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);

    cursor: pointer;
    transition: 0.3s ease;
}

.hamburger:hover {
    transform: scale(1.05);
}
.hamburger span {
    width: 22px;
    height: 2px;
    background-color: white; /* visible on dark pill */
    border-radius: 2px;
    transition: 0.3s ease;
}
.mobile-back {
    font-size: 1.6rem;
    font-weight: 500;
    color: #6f6f6f;

    background: rgba(255, 252, 247, 0.65);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);

    padding: 1rem 2.4rem;
    margin-bottom: 2rem;

    cursor: pointer;
    transition: 0.3s ease;
}

.mobile-back:hover {
    transform: scale(1.05);
    color: var(--accent-color);
}



/* =========================================================
   3. HERO SECTION — CURVED IMAGE, PREMIUM
   ========================================================= */
.hero{
      padding-top: 0 !important;
  position:relative;
  height:650px;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding-left:6rem;
}

.hero-img{
  position:absolute;
  top:0;
  right:0;
  width:60%;
  height:100%;
  background-image:url(images/headphonesincase.jpg);
  background-repeat:no-repeat;
   background-position:center;
  background-size:cover;
  border-radius:500px 0 0 500px;
  box-shadow:-10px 0 40px rgba(0,0,0,0.15);
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:40%;
  color:#333;
    margin-top: 5rem;
}

.hero-content h1{
  font-family:'Outfit',sans-serif;
  font-size:7rem;
  line-height:1.05;
  color:#A44D18;
}

.hero-content h3{
  font-family:'Outfit',sans-serif;
  font-size:3.4rem;
  color:#656565;
  margin-top:1rem;
}

.hero-content p{

  font-family:'Inter',sans-serif;
  font-size:2.2rem;
  margin:2.5rem 1em 2.5rem 0;
}

.hero-content span{
  color:#b74b4b;
  font-weight:500;
}

.hero-btn{
  display:inline-block;
  padding:1.6rem 3.8rem;
  background-color:#ffffff;
  border-radius:3rem;
  font-family:'Poppins',sans-serif;
  font-size:2rem;
  font-weight:600;
  color:#b74b4b;
  border:2px solid white;
  transition:0.3s ease;
}

.hero-btn:hover{
  background-color:#f4f4f4;
  color:black;
}



/* ================================
   FULL-END IMAGE LAYOUT
   ================================ */
.experience-side {
  text-align: center;
  padding: 6rem 0 2rem;
}

.experience-side h2 {
  font-size: 3.6rem;
  color: #A44D18;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.02em;
}

.experience-side {
  padding: 8rem 0;
  background-color: #FFFCF7;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.exp-side-block {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: stretch; /* makes image full height */
  gap: 0; /* no spacing between image and text */
  border-radius: 0;
  box-shadow: 0 14px 40px rgba(0,0,0,0.10);
 height: 380px; /* adjust this number to make them thinner or thicker */
  padding: 0;
  display: flex;
  overflow: hidden;
}

.exp-side-block.reverse {
  flex-direction: row-reverse;
}

/* FULL-END IMAGE */
.exp-side-image.full {
  flex: 1;
}

.exp-side-image.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* TEXT SIDE */
.exp-side-text {
  flex: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exp-eyebrow {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7a5a3a;
  margin-bottom: 1rem;
}

.exp-title {
  font-size: 3rem;
  color: #5A3A2A;
  margin-bottom: 1.6rem;
}

.exp-body {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2f241a;
}

/* BUTTON */
.exp-btn {
  margin-top: 2.4rem;
  padding: 1.4rem 3rem;
  background-color: #A44D18;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.exp-btn:hover {
  background-color: #8b3f12;
  transform: translateY(-2px);
}



/* =========================================================
   SECTION FOUR — IMAGE LEFT, TEXT RIGHT (PREMIUM)
   ========================================================= */
.section-four {
    background-color: #EDEDEA;
    padding: 10rem 0;
    display: flex;
    justify-content: center;
}

.section-four-container {
    max-width: 1400px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
}

/* LEFT IMAGES */
.section-four-images {
    position: relative;
    width: 500px;
    height: 500px;
}

.section-four-images .big-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.section-four-images .small-circle {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.section-four-images .small-circle img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* RIGHT TEXT */
.section-four-text {
    max-width: 550px;
}

.section-four-text h1 {
    font-size: 5rem;
    color: #833e12;
    margin-bottom: 1rem;
}

.section-four-text h2 {
    font-size: 2.8rem;
    color: #b9642f;
    margin-bottom: 2rem;
}

.section-four-text p {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #333;
}

/* BUTTON */
.section-four-btn {
    display: inline-block;
    padding: 1.6rem 3.8rem;
    background-color: white;
    border-radius: 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: #b74b4b;
    border: 2px solid white;
    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.section-four-btn:hover {
    background-color: #f4f4f4;
    color: black;
    transform: scale(1.03);
}


/* =========================================================
   FOOTER — PREMIUM, CLEAN, MODERN
   ========================================================= */
footer {
    background: linear-gradient(180deg, #FFFCF7 0%, #E8D8C8 100%);
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid var(--hairline);
    display: flex;
    justify-content: center;
}


.footer-container {
    text-align: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; /* centers everything */
}


.footer-logo img {
    width: 120px;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.footer-links {
    margin-bottom: 2rem;
}

.footer-links a {
    margin: 0 1.5rem;
    font-size: 1.6rem;
    color: #333;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-color);
}

.footer-copy {
    font-size: 1.3rem;
    color: #777;
}




/* =========================================================
   ABOUT HERO
   ========================================================= */
.about-hero-full {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.about-hero-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.about-hero-overlay {
    position: absolute;
    bottom: 4rem;
    left: 6rem;
    color: white;
}

.about-hero-overlay h1 {
    font-size: 6rem;
}

.about-hero-overlay p {
    font-size: 2.2rem;
}


/* =========================================================
   FLIP CARDS (ABOUT PAGE)
   ========================================================= */

.about-cards {
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding: 8rem 2rem;
    flex-wrap: wrap;
}

.about-card {
    width: 380px;
    height: 420px;
    perspective: 1200px;
    cursor: pointer;
}

.flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.about-card.active .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* FRONT */
.flip-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(75%);
    transition: 0.3s ease;
}

.card-overlay {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
}

.card-overlay h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

/* BUTTON */
.outline-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.8rem 2.4rem;
    border-radius: 50px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: 0.3s ease;
}

.outline-btn:hover {
    background: rgba(255,255,255,0.2);
}

/* BACK */
.flip-back {
    background: #FFFCF7;
    transform: rotateY(180deg);
    padding: 3rem;
    text-align: center;
}

.flip-back h3 {
    font-size: 2.6rem;
    color: #A44D18;
    margin-bottom: 1rem;
}

.flip-back p {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.back-arrow {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2.6rem;
    cursor: pointer;
    color: #A44D18;
}


/* FULL WIDTH BACKGROUND */
.ceo-section {
    width: 100%;
    background: #FFF9F2;
    padding: 8rem 0;
    display: flex;
    justify-content: center;
}

/* CEO CARD IS THE FLIP CARD */
.ceo-card {
    width: 800px;
    height: 420px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    perspective: 1200px;
    position: relative;
}

.ceo-card .flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.ceo-card.active .flip-inner {
    transform: rotateY(180deg);
}

/* FRONT + BACK SHARED */
.ceo-front,
.ceo-backside {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding: 3rem;
}

/* FRONT SIDE */
.ceo-front {
    background: white;
}

.ceo-img-box img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ceo-text h2 {
   font-size: clamp(2rem, 2vw, 3.4rem);
    color: #A44D18;
    margin-bottom: 1.5rem;
}

.ceo-text .outline-btn {
    border-color: #A44D18;
    color: #A44D18;
}

.ceo-text .outline-btn:hover {
    background: #A44D18;
    color: white;
}

/* BACK SIDE */
.ceo-backside {
    background: #FFFCF7;
    transform: rotateY(180deg);
    flex-direction: column;
    text-align: center;
}

.ceo-backside h3 {
    font-size: 2.6rem;
    color: #A44D18;
    margin-bottom: 1rem;
}

.ceo-backside p {
    font-size: 1.6rem;
    color: #555;
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* BACK BUTTON */
.ceo-back {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: #A44D18;
}

/* =========================================================
   TECH REVIEWER SECTION
   ========================================================= */

.testimonial-section {
    text-align: center;
    padding: 8rem 2rem;
}

.testimonial-section h1 {
    font-size: 3.6rem;
    color: #A44D18;
    margin-bottom: 0.5rem;
}

.testimonial-section h2 {
    font-size: 1.8rem;
    color: #555;
    margin-bottom: 4rem;
}

/* CAROUSEL WRAPPER */
.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* CARD */
.testimonial-card {
    width: 600px;
    padding: 3rem;
    background: #FFFCF7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
    position: absolute;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

/* REVIEWER IMAGE — BIGGER */
.testimonial-img img {
    width: 110px;        /* bigger */
    height: 110px;       /* bigger */
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.8rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* QUOTE TEXT */
.testimonial-card p {
    font-size: 1.7rem;
    color: #444;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

/* REVIEWER NAME / LINK — BIGGER + PREMIUM */
.testimonial-card a {
    font-size: 1.6rem;        /* bigger */
    color: #A44D18;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.testimonial-card a:hover {
    color: #7a3410;
    text-decoration: underline;
}

/* BUTTONS */
.carousel-buttons {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.carousel-buttons button {
    background: transparent;
    border: 2px solid #A44D18;
    color: #A44D18;
    padding: 0.8rem 1.6rem;
    border-radius: 50px;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.carousel-buttons button:hover {
    background: #A44D18;
    color: white;
}


/* ===========================
   PREORDER HERO SECTION
   =========================== */

/* FLOAT NAV HIGHER — ONLY ON PREORDER PAGE */
/* Add visual gap under nav ONLY on preorder page */
.preorder-page .preorder-hero {
  padding-top: 16rem; /* adjust to taste */
}



.preorder-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 10rem 0;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* CAROUSEL */
.preorder-carousel {
  width: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-track img {
  width: 100%;
  object-fit: cover;
}

.carousel-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 1rem;
}

.carousel-controls button {
  width: 44px;
  height: 44px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;

  font-size: 2rem;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;
  transition: 0.3s ease;
  padding: 0; /* IMPORTANT: prevents stretching */
}

.carousel-thumbs {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.carousel-thumbs::-webkit-scrollbar {
  display: none;
}

.carousel-thumbs img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.carousel-thumbs img.active {
  opacity: 1;
  border: 2px solid #A44D18;
  transform: scale(1.05);
}

/* PRODUCT INFO */
.preorder-info {
  background: #FFFCF7;
  padding: 3rem 3.6rem;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
  width: 40%;
}

.preorder-info h1 {
  font-size: 5rem;
  color: #A44D18;
}

.preorder-info h2 {
  font-size: 3rem;
  margin: 1rem 0;
}

.release {
  font-size: 1.8rem;
  color: #555;
  margin-bottom: 2rem;
}

/* COLORS */
.color-picker p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.colors {
  display: flex;
  gap: 1rem;
}

.color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.color.white {
  background: #ffffff;
  border: 1px solid #ccc; /* so it doesn't disappear */
}

.color.white.active {
  border: 2px solid #A44D18;
}

.color.black { background: #111; }
.color.beige { background: #D8B89A; }
.color.silver { background: #C4C4C4; }

.color.active {
  border-color: #A44D18;
}

/* BUTTON */
.preorder-btn {
  display: inline-block;
  margin-top: 3rem;
  padding: 1.6rem 3.8rem;
  background: white;
  border-radius: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #b74b4b;
  border: 2px solid white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* ===========================
   DESCRIPTION
   =========================== */

/* PREMIUM FULL-WIDTH DESCRIPTION BLOCK — NEW BG COLOR */
.preorder-description {
  width: 100%;
  padding: 10rem 2rem;
  background: #E6D3C2; /* rich warm beige */
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  box-shadow: inset 0 8px 30px rgba(0,0,0,0.05);
}

.preorder-description h2 {
  font-size: 3.8rem;
  color: #7A3E16; /* deeper warm brown */
  margin-bottom: 1.6rem;
}

.preorder-description p {
  font-size: 2rem;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto;
  color: #4A3A2A;
}



/* ===========================
   FEATURES
   =========================== */
.preorder-features {
  width: 90%;
  max-width: 1200px;
  margin: 8rem auto;
  text-align: center;
}

.preorder-features h2 {
  font-size: 4rem;
  color: #A44D18;
  margin-bottom: 4rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.feature {
  background: #FFFCF7;
  padding: 3rem;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  transition: 0.3s ease;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

.feature-icon {
  width: 42px;
  height: 42px;
  color: #A44D18;
}

.feature h3 {
  font-size: 2.4rem;
  color: #833e12;
}

.feature p {
  font-size: 1.8rem;
  color: #444;
}


/* ===========================
   SPECS — PREMIUM GRID
   =========================== */

.preorder-specs {
  width: 90%;
  max-width: 1200px;
  margin: 8rem auto;
  text-align: center;
}

.preorder-specs h2 {
  font-size: 4rem;
  color: #A44D18;
  margin-bottom: 4rem;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.spec {
  background: #FFFCF7;
  padding: 2.4rem 3rem;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.06);
  text-align: left;
  transition: 0.3s ease;
}

.spec:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
}

.spec h4 {
  font-size: 2rem;
  color: #833e12;
}

.spec p {
  font-size: 1.8rem;
  color: #444;
  margin-top: 0.6rem;
}


/* =========================================================
   ORDER PAGE — PREMIUM, CLEAN, WARM
   ========================================================= */

.order-hero {
  padding-top: 18rem;
  padding-bottom: 4rem;
  text-align: center;
}

.order-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 5rem;
  color: #A44D18;
}

.order-hero p {
  font-size: 2rem;
  color: #5a4a3a;
  margin-top: 1rem;
}


/* LAYOUT */
.order-container {
  display: flex;
  gap: 6rem;
  width: 90%;
  max-width: 1400px;
  margin: 6rem auto;
}

@media (max-width: 900px) {
  .order-container {
    flex-direction: column;
    gap: 4rem;
  }
}


/* LEFT SIDE */
.order-summary {
  flex: 1;
  max-width: 520px;
}


/* IMAGE + TABS */
.order-image-tabs-container {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}

.order-image-display {
  flex: 1;
  background: #FFFCF7;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
}

.order-image-display img {
  width: 100%;
  border-radius: 18px;
  transition: opacity 0.35s ease;
}

.order-tabs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.order-tab {
  padding: 1.4rem 2.2rem;
  background: rgba(255, 252, 247, 0.7);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 1.6rem;
  color: #6f6f6f;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.order-tab:hover {
  transform: translateX(4px);
  color: #A44D18;
}

.order-tab.active {
  background: white;
  border-color: #A44D18;
  color: #A44D18;
  font-weight: 600;
  transform: translateX(4px);
}


/* PRODUCT INFO */
.order-product-info {
  background: #FFFCF7;
  padding: 3rem;
  border-radius: 24px;
  margin-top: 2rem;
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
}

.order-product-info h2 {
  font-size: 4rem;
  color: #A44D18;
}

.order-product-info h3 {
  font-size: 2.6rem;
  margin: 1rem 0;
}

#selectedColorCircle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #A44D18;
  margin-top: 0.6rem;
}


/* ORDER FORM */
.order-form {
  flex: 1.2;
  background: #FFFCF7;
  padding: 3rem 3.6rem;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
}

.order-form h2 {
  font-size: 3.4rem;
  color: #A44D18;
  margin-bottom: 2rem;
}

.order-form label {
  font-size: 1.6rem;
  color: #4a3a2a;
}

.order-form input {
  width: 100%;
  padding: 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: white;
  margin: 1rem 0 2rem;
  font-size: 1.6rem;
}

.order-form input:focus {
  border-color: #A44D18;
  box-shadow: 0 0 0 3px rgba(164, 77, 24, 0.15);
}

.order-form .colors {
  display: flex;
  gap: 1rem;
  margin-top: 0.6rem;
}

.order-form .color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s ease;
}

.order-form .color.active {
  border-color: #A44D18;
  transform: scale(1.1);
}

.order-form .preorder-btn {
  width: 100%;
  padding: 1.6rem 0;
  border-radius: 3rem;
  font-size: 2rem;
  font-weight: 600;
  background: white;
  border: 2px solid white;
  color: #b74b4b;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.order-form .preorder-btn:hover {
  background: #f4f4f4;
  color: black;
}

/* =========================================================
   FEEDBACK PAGE — MATCH ORDER PAGE STYLE
   ========================================================= */

/* FEEDBACK CARD */
.feedback-card {
  max-width: 700px;
  margin: 4rem auto 8rem;
  background: #FFFCF7;
  padding: 3rem;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0,0,0,0.10);
}

.feedback-card .preorder-btn {
  display: inline-block;
  padding: 1.6rem 3.8rem;
  border-radius: 3rem;
  background: white;
  border: 2px solid white;
  color: #b74b4b;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.feedback-card .preorder-btn:hover {
  background: #f4f4f4;
  color: black;
}


.feedback-message {
  font-size: 1.9rem;
  color: #5a4a3a;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.feedback-card .preorder-btn {
  display: inline-block;
  padding: 1.6rem 3.8rem;
  border-radius: 3rem;
  background: white;
  border: 2px solid white;
  color: #b74b4b;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.feedback-card .preorder-btn:hover {
  background: #f4f4f4;
  color: black;
}

/* MOBILE */
@media (max-width: 900px) {
  .feedback-card {
    margin-top: 14rem;
    padding: 3rem;
  }

  .feedback-card h1 {
    font-size: 3.4rem;
  }

  .feedback-message {
    font-size: 1.7rem;
  }
}




/* ================================
   HERO
================================ */
.about-hero-full {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.about-hero-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  color: white;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.about-hero-overlay h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.about-hero-overlay p {
  font-size: 2rem;
}


/* ================================
   POP-UP EVENTS TITLE
================================ */
.events-section {
  margin-top: 8rem;
}

.events-title {
  text-align: center;
  font-size: 3.4rem;
  color: #A44D18;
  margin-bottom: 4rem;
}


/* ================================
   HOVER CARD GRID
================================ */
.hover-grid {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 900px) {
  .hover-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hover-grid {
    grid-template-columns: 1fr;
  }
}


/* ================================
   HOVER CARDS
================================ */
.hover-card {
  height: 260px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* DARK OVERLAY */
.hover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0);
  transition: background 0.3s ease;
  z-index: 1;
}

.hover-card:hover::after {
  background: rgba(0,0,0,0.55);
}


/* ================================
   TEXT ON HOVER
================================ */
.hover-info {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease;
  z-index: 2; /* ensures text is ABOVE overlay */
  color: white; /* makes text white */
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.hover-card:hover .hover-info {
  opacity: 1;
  transform: translateY(0);
}

.hover-info h3 {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  color: white;
}

.hover-info p {
  font-size: 1.4rem;
  margin: 0.2rem 0;
  color: white;
}




/* ================================
   TECHCON SECTION (IMAGE LEFT)
================================ */
.techcon-section {
  width: 90%;
  max-width: 1400px;
  margin: 8rem auto;
}

.techcon-container {
  display: flex;
  gap: 4rem;
  background: #FFFCF7;
  padding: 3rem;
  border-radius: 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.1);
}

/* IMAGE */
.techcon-image {
  flex: 1;
}

.techcon-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* TEXT */
.techcon-content {
  flex: 1.2;
  color: #5a4a3a;
}

.techcon-content h2 {
  font-size: 3.4rem;
  color: #A44D18;
  margin-bottom: 1.6rem;
}

.techcon-content p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}

/* MOBILE STACK */
@media (max-width: 900px) {
  .techcon-container {
    flex-direction: column;
  }
}


/* ================================
   STAY TUNED
================================ */
.stay-tuned {
  text-align: center;
  margin: 8rem 0;
}

.stay-tuned p {
  font-size: 2rem;
  color: #5a4a3a;
}


/* =========================================================
   TABLET — max-width: 900px
   ========================================================= */
@media (max-width: 1150px) {
  .hero {
    padding-top: 10rem;
    flex-direction: column;
    height: auto;
    padding-top: 18rem;
       padding-bottom: 8rem; 
    padding-left: 0;
    text-align: center;
        background-size: contain; 
    background-repeat: no-repeat;
    background-position: right center;
  }

  .hero-img {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 0 0 420px 420px;
    background-size: 100% auto;
    background-position: center right;
  }

  .hero-content {
    max-width: 90%;
    margin-top: 3rem;
      
  }
 
@media (max-width: 1000px) {

  .section-four-container {
    flex-direction: column;
    text-align: center;
    gap: 4rem;
  }

  .section-four-images {
    width: 360px;
    height: 360px;
    margin: 0 auto;
    position: relative;
  }

  .section-four-images .big-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .section-four-images .small-circle {
    bottom: -10px;
    right: -10px;
  }

  .section-four-images .small-circle img {
    width: 160px;
    height: 160px;
  }

  .section-four-text {
    max-width: 90%;
    margin: 0 auto;
  }
}

    @media (max-width: 900px) {
    
    header {
        padding: 2rem 3rem;
    }
.nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }
    .logo-img img {
        width: 130px;
        content: url("images/kinvaralogo.png");
    }
   
        
  .nav-pill  {
        display: none;
    }

   .mobile-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.4rem;

        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 70%;

        background: rgba(255, 252, 247, 0.85);
        backdrop-filter: blur(18px);

        padding-top: 12rem;
        border-radius: 40px 0 0 40px;
        border-left: 1px solid rgba(255,255,255,0.5);
        box-shadow: -8px 0 30px rgba(0,0,0,0.15);

        transition: 0.45s ease;
        z-index: 9999;
    }

   .mobile-nav.open {
        right: 0;
    }
          .mobile-nav a {
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #6f6f6f;
        font-weight: 500;
        padding-bottom: 0.4rem;
        border-bottom: 2px solid transparent;
        transition: 0.3s ease;
    }
         .mobile-nav a:hover {
        color: var(--accent-color);
        border-bottom: 2px solid var(--accent-color);
    }
         .hamburger span {
    background-color: white;
  }
     .hamburger {
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(10px);
  }

    /* Hero fix */
    .hero {
         height: auto;
    padding-bottom: 6rem;
        padding-left: 0;
        flex-direction: column;
        text-align: center;
    }

    .hero-img {
         height: 420px;
    border-radius: 0 0 420px 420px;
        width: 100%;
        object-fit: cover;
         background-size: 100% auto; /* stops zooming */
    background-position: center right; /* keeps composition */
  }

    .hero-content {
        max-width: 90%;
        margin: 2rem auto 0;
    }
}

@media (max-width: 660px) {

  .exp-side-block {
    flex-direction: column;
    height: auto; /* FIX */
    width: 94%;
    overflow: hidden;
  }

  .exp-side-block.reverse {
    flex-direction: column; /* remove reverse */
  }

  .exp-side-image.full {
    width: 100%;
    height: 240px; /* smaller image height */
  }

  .exp-side-image.full img {
    height: 100%;
    object-fit: cover;
  }

  .exp-side-text {
    padding: 2.4rem 1.8rem;
    text-align: center;
  }

  .exp-title {
    font-size: 2.2rem;
  }

  .exp-body {
    font-size: 1.6rem;
  }

  .exp-btn {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
    align-self: center;
  }
.ceo-front {
   flex-direction: column;
}
   .ceo-img-box img {
    width: 200px;
    height: 200px;
   
}
      .carousel-thumbs img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
  }
      .preorder-info {
    width: 100%;
    padding: 2.4rem;
  }
}


@media (max-width: 430px) {

    header {
        padding: 1.5rem 2rem;
    }

     .hero {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
.logo-img img {
        width: 100px;
    }
  .hero-img {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 0 0 450px 450px;
    background-size: 120% auto; /* slight fill boost */
    background-position: center right;
  }

  .hero-content {
    max-width: 90%;
    margin-top: 2rem; /* prevents overlap */
  }

  .hero-content h1 {
    font-size: 4.2rem;
  }

  .hero-content h3 {
    font-size: 2.4rem;
  }

  .hero-content p {
    font-size: 1.8rem;
  }

   
.section-four-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-four-text {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.section-four-btn {
    margin: 0 auto;
}
    .section-four-images {
        width: 300px;
        height: 300px;
    }

    .section-four-images .small-circle img {
        width: 140px;
        height: 140px;
    }

    .section-four-text h1 {
        font-size: 3.8rem;
    }

    .section-four-text h2 {
        font-size: 2.2rem;
    }

    .section-four-text p {
        font-size: 1.8rem;
    }

    footer {
        padding: 3rem 0;
    }
}
/* FIX HORIZONTAL SCROLL MOBILE */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
}

/* Evita que imágenes o secciones se salgan */
img,
section,
header,
footer {
  max-width: 100%;
}

/* FIX MOBILE MENU: no usar right:-100% */
@media (max-width: 900px) {
  .mobile-nav {
    right: 0;
    transform: translateX(110%);
    width: 70%;
    max-width: 320px;
  }

  .mobile-nav.open {
    transform: translateX(0);
  }
}

/* FIX PREORDER/CAROUSEL MOBILE */
@media (max-width: 768px) {
  .preorder-hero {
    flex-direction: column;
    width: 92%;
    gap: 3rem;
    padding: 8rem 0 4rem;
  }

  .preorder-carousel,
  .preorder-info {
    width: 100%;
  }

  .carousel-track img {
    min-width: 100%;
    flex-shrink: 0;
  }

  .features-grid,
  .specs-grid {
    grid-template-columns: 1fr;
  }
}
/* GLOBAL SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}




