/* ==========================================================================
   FRESH UNIVERSE — BRUTALIST STREETWEAR EDITORIAL CORE SYSTEM
   ========================================================================== */

/* 1. GLOBAL & RESET RULES */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #0b0c0e;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #f7f7f7;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

/* ==========================================================================
   2. NAVIGATION BAR
   ========================================================================== */
.navigation-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(28, 28, 31, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(4vw, 40px);
  z-index: 1000;
  transition: background 0.3s ease;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.fresh-logo {
  width: 32px;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-box:hover .fresh-logo {
  transform: rotate(180deg);
}

.brand-txt {
  font-family: 'Syncopate', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
}

.nav {
  display: flex;
  align-items: center;
}

.navigation-href-list {
  display: flex;
  list-style: none;
  gap: min(3vw, 32px);
}

.navigation-href {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.navigation-href:hover {
  color: #ffffff;
}

.shopify-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.shopify-link:hover {
  background: #ffffff;
}

.shopify-link-img {
  width: 18px;
  filter: invert(1);
  transition: filter 0.3s ease;
}

.shopify-link:hover .shopify-link-img {
  filter: invert(0);
}

/* Navbar Responsiveness */

@media (max-width: 768px) {
  .brand-txt { display: none; }
  .navigation-href { font-size: 0.65rem; letter-spacing: 1px; }
  .navigation-href-list { gap: 16px; }
}
@media (max-width: 450px) {
.navigation-href{font-size: 10px;}
.navigation-href-list{gap: 7px;}
}
@media (max-width: 310px) {
.shopify-link{display: none;}
.navigation-bar{padding-right: 20px;}
}
/* ==========================================================================
   3. HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background: #000000;
  overflow: hidden;
}

.hero-section-picture-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-section-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: contrast(1.05);
}

.hero-typography {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  padding: 0 5vw 8vh 5vw;
}

.hero-caption {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6.5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-caption-blank { display: none; }

.hero-txt {
  font-family: 'Syncopate', sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.2vw, 1.05rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin-bottom: 30px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.explore-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   4. SECTION 1 — BRAND IDENTITY
   ========================================================================== */
.section1{
width: 100%;
height: auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
margin-top: 150px;
padding-left: 2%;
}
.colleage-img{
width: 100%;
grid-column: 1/2;
grid-row: 1/3;
}
.what-is-header{
font-family: 'inter', sans-serif;
font-size: clamp(2.8rem, 8vw, 8rem);
letter-spacing: 5px;
text-align: center;
grid-column: 3/1;
grid-row: 1/2;
margin-top: 50px;
width: 100%;
}
.special{color: white;}
.what-is-txt{
font-family: 'inter', sans-serif;
font-size: clamp(0.9rem, 2vw, 2rem);
font-weight: 200;
width: 90%;
margin-left: auto;
margin-right: auto;
grid-column: 2/3;
grid-row: 2/3;
align-self: flex-start;
animation-name: txtfade;
animation-duration: 2s;
animation-timing-function: ease-out;
animation-iteration-count: 1;
margin-top: -50px;
}
.blur{opacity: 0;}
@media (max-width: 630px){
.blur{opacity: 100;}
.section1{
padding-left: 0;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr min-content;
}
.special{color: black;}
.colleage-img{
grid-columns: 1;
grid-row: 2/3;
width: 60%;
min-width: 300px;
justify-self: center;
}
.what-is-header{
grid-rows: 1/2;
grid-column: 1;
}
.colleage-img{width: 90%;}
.what-is-txt{
grid-row: 3/4;
grid-column: 1;
margin-top: 50px;
}
}


@keyframes txtfade {
  0% {
    opacity: 0.2;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

small {
  display: block;
  margin-top: 24px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #776846;
  background: rgba(119, 104, 70, 0.08);
  padding: 16px;
  border-left: 2px solid #776846;
}


/* ==========================================================================
   5. SECTION 2 — DYNAMIC FLOATING MUGSHOT
   ========================================================================== */
.section2 {
  position: relative;
  width: 100%;
  margin-top: 140px;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}

.bold-txt, .bold-txt2, .bold-txt3 {
  font-family: 'Antonio', sans-serif;
  font-size: clamp(2.5rem, 9vw, 10rem);
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -2px;
  z-index: 1;
  pointer-events: none;
  grid-column: 1 / 2;
}

.bold-txt  { color: #000000; grid-row: 1 / 2; }
.bold-txt2 { color: rgba(0, 0, 0, 0.35); grid-row: 2 / 3; z-index: 1;}
.bold-txt3 { color: rgba(0, 0, 0, 0.12); grid-row: 3 / 4; }

@keyframes floatUp {
  0% { transform: translateY(50px); }
  100% { transform: translateY(-30px); }
}

.mogshot-img {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
  width: min(460px, 75vw);
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
  animation: floatUp 5s ease-in-out infinite alternate;
  will-change: transform;
}

/* ==========================================================================
   6. SECTION 3 — CATALOGUE GRID (HORIZONTAL HORIZON)
   ========================================================================== */
.section3 {
  background-color: #0b0c0e;
  color: #ffffff;
  padding: 100px 0;
  margin-top: 100px;
  padding-bottom: 120px;
}

.catalogue-header {
  font-family: 'Antonio', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -1px;
  padding: 0 5vw;
}

.catalogue-txt {
  font-family: 'inter', sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: 2px;
  color: #888888;
  padding: 0 5vw;
  width: 50%;
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  justify-self: flex-end;
}

/* Outer frame clips overflowing track */
.catalogue-frame {
  width: 100%;
  overflow: hidden; /* Hides scrollbars & excess width */
  padding: 20px 0 40px 0;
  position: relative;
  /* Optional: Smooth edge fading mask for brutalist editorial look */
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
@media (max-width: 500px) {
.catalogue-txt{
width: 90%;
}
}
/* Animated inner track holding all duplicated cards */
.catalogue-track {
  display: flex;
  gap: 24px;
  width: max-content; /* Forces items into one continuous line */
  animation: scroll-infinite 25s linear infinite;
}

/* Pause scroll when user hovers over the catalogue */
.catalogue-frame:hover .catalogue-track {
  animation-play-state: paused;
}

/* INFINITE SCROLL KEYFRAME */
@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Shifts track by 50% (exactly 1 full set of cards + gap balance) */
    transform: translateX(calc(-50% - 12px));
  }
}

.catalogue-item {
  flex: 0 0 clamp(260px, 22vw, 320px);
  height: 340px;
  min-width: 340px;
  background: #141519;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.catalogue-item:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.3);
}

.catalogue-item-img {
  width: 90%;
  height: 230px;
  object-fit: contain;
}

.catalogue-item-name {
  font-family: 'Syncopate', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
/* ==========================================================================
   7. SECTION 4 — CHAT TIMELINE INTERFACE
   ========================================================================== */
.chat-section-viewport {
  width: 100%;
  background: #e1e2e2;
  padding: 220px 0;
  position: relative;
  overflow: hidden;
}

.premium-watermark-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Antonio', sans-serif;
  font-size: clamp(4rem, 15vw, 15rem);
  font-weight: 900;
  color: rgba(48, 44, 44, 0.123);
  white-space: nowrap;
  pointer-events: none;
}

.chat-timeline-wrapper {
  width: min(850px, 92%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.wa-row { display: flex; width: 100%; }
.wa-left { justify-content: flex-start; }
.wa-right { justify-content: flex-end; }

.wa-bubble-container {
  width: min(440px, 88%);
}

.wa-bubble {
  padding: 18px 22px;
  border-radius: 18px;
  position: relative;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.wa-left .wa-bubble {
  background: #181a20;
  color: #e0e6ed;
  border-bottom-left-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bubble-brand {
  background: #ffffff;
  color: #0b0c0e;
  border-bottom-right-radius: 2px;
}

.wa-bubble p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 500;
}

.wa-time, .wa-time-light {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.65rem;
  display: block;
  margin-top: 8px;
}

.wa-time { color: #626e7d; text-align: right; }
.wa-time-light { color: #888888; }

.wa-time-status {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.wa-status-check { font-size: 0.8rem; color: #00e676; font-weight: 900; }
.wa-status-check-grey { display: none; }

.wa-image-card {
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 1 / 1;
}

.wa-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Typing Indicator Wave Animation */
.dots {
  display: flex;
  align-items: center;
  gap: 4px;
}

#dot1, #dot2, #dot3 {
  background: #000000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: waveDots 1.2s ease-in-out infinite;
}

#dot2 { animation-delay: 0.2s; }
#dot3 { animation-delay: 0.4s; }

@keyframes waveDots {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.chat-to-era-bridge {
  width: 100%;
  background: #000000;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   8. SECTION 5 — FOOTER OVERLAY & NEWSLETTER
   ========================================================================== */
.section5 {
  position: relative;
  width: 100%;
min-height: 150vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.models-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 150vh;
  padding: 100px 6vw;
  background: rgba(10, 11, 14, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.closing-header {
  font-family: 'Antonio', sans-serif;
  font-size: clamp(2.5rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -1px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.closing-txt {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 820px;
  text-align: center;
  margin-bottom: 50px;
}

.special2 { color: #ffffff; font-weight: 700; }

.newsletter-stacked-box {
  display: flex;
  width: min(540px, 100%);
  gap: 12px;
}

.newsletter-stacked-box input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 18px 24px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease;
}

.newsletter-stacked-box input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.newsletter-stacked-box input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.newsletter-stacked-box button {
  padding: 18px 28px;
  background: #ffffff;
  color: #000000;
  border: none;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-stacked-box button:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .newsletter-stacked-box {
    flex-direction: column;
  }
  .newsletter-stacked-box button {
    width: 100%;
  }
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */
footer {
  width: 100%;
  height: 100px;
  background-color: #050506;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}