

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wask New';
  src: url('fonts/WASK NEW.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wask New';
  src: url('fonts/WaskNew-Bold.ttf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nickel Gothic';
  src: url('fonts/Nickel Gothic Variable.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}



:root {
  --milko-orange: hsl(18, 95%, 60%);
  --milko-accent: hsl(18, 90%, 65%);
  --milko-dark: hsl(216, 12%, 15%);
  --milko-darker: hsl(216, 12%, 10%);
  --background: hsl(216, 12%, 10%);
  --foreground: hsl(0, 0%, 98%);
  --card: hsl(216, 12%, 12%);
  --muted-foreground: hsl(0, 0%, 60%);
  --border: hsl(216, 12%, 20%);
}


/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--background);
  color: var(--foreground);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}



/* Typography Utilities */
.text-sporty {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.letter-spacing-wider {
  letter-spacing: 0.1em;
}

.letter-spacing-widest {
  letter-spacing: 0.2em;
}

.text-shadow-xl {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9), 2px 2px 4px rgba(0, 0, 0, 0.8), 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.font-black {
  font-weight: 900;
}

/* Animations */
@keyframes float {
  0%, 100% { 
    transform: translateY(0px); 
  }
  50% { 
    transform: translateY(-10px); 
  }
}

.animation-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 1s ease-out;
}
.top-logo{
  position: absolute;
  top: 0;                      
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}


.top-logo img {
  max-width: 400px;       
  height: auto;
}


/* Hero Section */
.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding-top: 140px;   
}

.hero-background{
  position: absolute;
  inset: 0;                         
  background: url("assets/1000007672.jpg") center 40% / cover no-repeat;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  backdrop-filter: none;
}

@media (min-aspect-ratio: 16/9){
  .hero-background{ background-position: center 30%; }
}
@media (max-aspect-ratio: 9/16){
  .hero-background{ background-position: center 45%; }
}

.overlay{
  position: absolute;
  inset: 0;
  background: none;               
  z-index: 2;
}

.hero-content{ position: relative; z-index: 3; }
.top-logo{ z-index: 4; }            

.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.hero-main {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.headline-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.main-headline {
  font-family: 'Wask New', sans-serif;
  font-size: 2.3rem;   
  font-weight: 300;    
  text-align: left;   
  margin-top: 100px;   
  margin-left: 20px;   
  color: #ffffff;     
  line-height: 0.5;
}


.headline-line {
  color: white;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}


.product-integration {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 2rem;
  padding: 2rem 0;
}

.milko-bottle img{
  width: 290px;
  height: auto;
  margin: 0;  
}


.cta-container {
  padding-top: 4rem;
}

.hero-row{
  display: flex;
  align-items: flex-start;  
  gap: 2rem;  
  margin-top: 1rem;
}


.hero-row .product-integration {
  flex: 0 0 auto;
}

.hero-row .intro-card {
  flex: 1;
}


.intro-card{
  display: block;
  width: fit-content;
  max-width: 200vw;
  margin: 0 auto;
  box-sizing: border-box;

  padding: 8px 0;  

  border: 2px solid #fff;
  background: rgba(0,0,0,0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);

  text-align: left;

  transform:  rotate(2deg);
  margin-top: 80px;
}




.intro-title {
  display: inline-block;    
  text-align: left !important;
  margin: 0;
  padding: 0 0px 0px 16px; 
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  font-family: 'Wask New', sans-serif;
  font-weight: 200;
  font-size: clamp(0.8rem, 2vw, 1.6rem);
  letter-spacing: 0.15em;
  color: #fff;
}


.intro-divider{
  border: none;
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 4px 0 8px 0;            
}




.intro-lines{
  margin: 0;
  padding: 0 16px;
  line-height: 1.25;
  color: #eaeaea;
  text-align: left;
  font-family: 'Wask New', sans-serif;
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  letter-spacing: 0.15em;
}


.intro-lines em {
  color: #d0ffd9;     
  font-style: italic;
}

.right-image {
  position: absolute;
  top: 63%;          
  right: 0;         
  transform: translateY(-50%);
  z-index: 1;      
}

.right-image img {
  width: 600px;    
  height: auto;
}


.player-image { z-index: 1; }
.slogan       { z-index: 3; }
.intro-card   { z-index: 2; }

.slogan {
  position: absolute;
  right: 7vw !important;
  bottom: 5vh;  
  z-index: 3;

  font-family: 'Nickel Gothic', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1rem, 2.4vw, 2rem);
  line-height: 0.8;
  color: #fff;          
  opacity: 0.7;        
  text-shadow: none;  

  text-align: left;
  transform: rotate(2deg);
}








/* SECTION WRAPPER */
.tournament-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 40px 0;
  z-index: 5;
}

.tournament-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/1000007672.jpg") center/cover no-repeat;
  transform: scaleX(-1);     
  z-index: 0;
}


.tournament-details {
  max-width: 1200px;
  margin: 0 auto;           
  padding: 0 12px 0 0;     
  display: flex;
  justify-content: flex-start;
}


.format-card{
  margin-left: 20%;   
  width: min(620px, 92vw);
  max-width: 420px;
  border: 2px solid #fff;
  transform: rotate(2deg);     
  padding: 10px 0 12px;
}


.format-title{
  font-family: 'Wask New', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  margin: 0;
  padding: 0 16px;             
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}


.format-divider{
  border: none;
  border-top: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 6px 0 8px;
}


.format-lines{
  font-family: 'Wask New', sans-serif;
  color: #eaeaea;
  letter-spacing: 0.12em;
  line-height: 1.25;
  margin: 0;
  padding: 0 16px 8px;       
  font-size: clamp(0.9rem, 1.6vw, 1.1rem);
}


@media (max-width: 768px){
  .tournament-section{ padding: 72px 0 64px; }
  .format-card{ transform: rotate(1.5deg); }
}






.rules-card {
  position: absolute;
  top: 100px;     
  left: 55vw;   
  width: 100%;
  max-width: 520px;
  border: 2px solid #fff;
  padding: 12px 0 14px;
  transform: rotate(2deg);
}

.rules-title {
  font-family: 'Wask New', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  margin: 0;
  padding: 0 16px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.rules-divider {
  border: none;
  border-top: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 6px 0 8px;
}

.rules-lines {
  font-family: 'Wask New', sans-serif;
  color: #eaeaea;
  letter-spacing: 0.12em;
  line-height: 1.25;
  margin: 0;
  padding: 0 16px 8px;
  font-size: clamp(0.9rem, 1.6vw, 1.1rem);
}

.rule-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.rule-bullet {
  margin-right: 8px;
  color: #fff;
}

.rule-text {
  flex: 1;
}

.hl-orange {
  color: var(--milko-orange);
  font-weight: 900;
}





.tournament-section {
  position: relative; 
  overflow: hidden;  
}

.left-image {
  position: absolute;
  bottom: 0;        
  left: 80px;       
  z-index: 1;     
}

.left-image img {
  width: 350px;    
  height: auto;
  display: block;
}




.left-image-second {
  position: absolute;
  bottom: -1px;  
  left: 40px;   
  z-index: 12;
}

.left-image-second img {
  width: 250px;  
  height: auto;
  display: block;
}





.right-image-deco {
  position: absolute;
  right: 40px;    
  bottom: 45px; 
  z-index: 10; 
}

.right-image-deco img {
  width: 280px;   
  height: auto;
  display: block;
}


.bullet-icon {
  width: 28px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}


.right-text {
  position: absolute;
  right: 270px;       
  bottom: 200px;    
  z-index: 10;       
  max-width: 300px;
  text-align: center;
  transform:  rotate(2deg) !important;
  transform: scale(1.2);
}

.nickel-text {
  font-family: 'Nickel Gothic', sans-serif;
  font-weight: 900;     
  letter-spacing: 0.05em; 
}


.right-text h3 {
  font-family: 'Wask New', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 0.5rem;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.right-text p {
  font-family: 'Wask New', sans-serif;
  font-size: 1rem;
  color: #eaeaea;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  line-height: 0.9;   
}


.right-text .painted {
  background: #000;              
  padding: 2px 6px;               
  border-radius: 4px;           
  display: inline-block;
}





.bro-text{
  position: absolute;
  top: 79%;
  left: 20%;
  z-index: 5;
  font-family: 'Wask New', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  font-size: 1.6rem;
  max-width: min(1200px, 90vw);  
}


.paint-row{
  display: inline-flex;
  gap: 0;
  margin: 0 0;
}

.paint{
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  color: #fff;
  line-height: 1;
  z-index: 0;
}


.paint-black::before{
  content: "";
  position: absolute;
  z-index: -1;
  left: -6vw;               
  right: 0;                
  top: -10px;
  bottom: -10px;
  background: var(--brush-black) no-repeat center / 110% 100%;
}


.paint-orange::before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: -6vw;       
  top: -10px;
  bottom: -10px;
  background: var(--brush-orange) no-repeat center / 110% 100%;
}


.paint-line{
  position:relative;
  display:block;
  padding:6px 14px;     
  line-height:1;   
  z-index: 0;
}


.paint-line::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-6vw;             
  right:-6vw;            
  top:0;                
  bottom:0;            
  background: url("assets/360852603_11441911.png") no-repeat center/cover;
}


.paint-line.extend::before{
  right: -20vw;              
}


.bro-text p {
   margin:0 !important; 
   padding:0 !important; 
   line-height:1 !important;     
}

.paint-line,
.paint-row {
  margin: 0 0;     
  line-height: 1;  
}

.paint-line + .paint-line{ margin-top:-2px; }


.paint-line:nth-of-type(2)::before{ right:-40vw; }


.paint-row{ display:inline-flex; gap:0; margin:0; line-height:1; }
.paint{ position:relative; display:inline-block; padding:6px 12px; line-height:1; }
.paint-black::before,
.paint-orange::before{
  content:""; position:absolute; z-index:-1; top:0; bottom:0; left:0; right:0; background-size:cover; background-position:center;
}
.paint-black::before{ background-image:url("assets/360852603_11441911.png"); }
.paint-orange::before{ background-image:url("assets/—Pngtree—orange brush_8810223.png"); }


.paint.paint-orange {
  font-family: 'Nickel Gothic', sans-serif;
  font-weight: 900;
}

:root{
  --milko-orange: hsl(18,95%,60%);
  --brush-black: url("assets/360852603_11441911.png");
  --brush-orange: url("assets/—Pngtree—orange brush_8810223.png");
}


.bro-text p{ margin:0; line-height:1; }


.paint-row{
  position: relative;
  display: inline-flex;
  gap: 0;
  padding: 6px 14px;         
  line-height: 1;
  z-index: 0;
}
.paint-row::before{
  content: "";
  position: absolute;
  z-index: -1;
  left: -8vw;                
  right: -6vw;             
  top: 0; bottom: 0;        
  background: var(--brush-black) no-repeat center / cover;
}


.paint{ position: relative; z-index: 1; color:#fff; }


.paint-orange::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-10px; right:-10px; top:0; bottom:0;
  background: var(--brush-orange) no-repeat center / cover;
}


.paint-line{
  position: relative;
  display: block;
  padding: 6px 14px;
  line-height: 1;
  z-index: 0;
}
.paint-line::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-12vw; right:-6vw; top:0; bottom:0;
  background: var(--brush-black) no-repeat center / cover;
}


.paint-line.extend::before{ right:-40vw; } 





.tournament-right-image {
  position: absolute;
  bottom: 20px;  
  right: 60px;  
  z-index: 12;
}

.tournament-right-image img {
  width: 160px; 
  height: auto;
}


@media (max-width: 768px) {
  .tournament-right-image {
    position: static;
    margin: 20px auto 0;
    text-align: center;
  }

  .tournament-right-image img {
    width: min(50vw, 160px);
  }
}





















@media (max-width: 1024px){
  .hero-section,
  .tournament-section{
    position: relative;
    isolation: isolate; 
  }

  .right-image,
  .left-image,
  .left-image-second,
  .right-image-deco,
  .tournament-right-image{
    z-index: 1 !important;
    pointer-events: none;
  }

  .overlay{
    z-index: 2 !important;
    pointer-events: none;
  }

  .hero-content,
  .tournament-section .container,
  .format-card,
  .rules-card,
  .right-text,
  .bro-text,
  .slogan,
  .headline-container,
  .main-headline{
    position: relative;  
    z-index: 3 !important;
  }
}
@media (max-width: 1024px){
  .right-image,                     
  .left-image, .left-image-second, 
  .right-image-deco, .tournament-right-image{
    display: block !important;  
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1024px){
  .right-image,
  .left-image, .left-image-second,
  .right-image-deco, .tournament-right-image{
    z-index: 0 !important;  
    pointer-events: none;
  }
  .overlay{ z-index: 1 !important; pointer-events:none; }
  .hero-content,
  .tournament-section .container{
    position: relative;
    z-index: 2 !important;    
  }
}


@media (max-width: 1024px){
  #hero .hero-content,
  #hero .right-image{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #tournament .left-image,
  #tournament .left-image-second,
  #tournament .right-image-deco,
  #tournament .right-text{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #hero .right-image,
  #tournament .left-image,
  #tournament .left-image-second,
  #tournament .right-image-deco,
  #tournament .tournament-right-image{
    position: absolute;
    z-index: 0 !important;
    pointer-events: none;
  }

  #hero .hero-content,
  #tournament .format-card,
  #tournament .rules-card,
  #tournament .right-text,
  #tournament .bro-text{
    position: relative;
    z-index: 2 !important;
  }
  #hero,
  #tournament{
    overflow: visible !important;
  }
}

@media (max-width: 1024px){
  #hero .main-headline{
    font-size: clamp(20px, 5.2vw, 30px);  
    line-height: 1.12;                    
    letter-spacing: 0.05em;             
    margin-left: 0;                     
    white-space: normal;
    overflow-wrap: anywhere;          
    hyphens: auto;
  }
  #hero .headline-line{
    display: block;
    margin-bottom: 0.6em;             
  }
}

@media (max-width: 480px){
  #hero .main-headline{
    font-size: clamp(18px, 5.6vw, 26px);
    line-height: 1.14;
  }
}

@media (max-width: 1024px){
  #hero .hero-row{
    display: flex;
    flex-wrap: wrap;                      
    gap: clamp(8px, 2.4vw, 16px);      
    margin-top: clamp(8px, 2.4vw, 16px);
    width: 100%;
  }

  #hero .milko-bottle img{
    width: clamp(150px, 28vw, 220px);
  }

  #hero .intro-card{
    max-width: min(560px, 92vw);
    padding: 6px 0 8px;
  }
  #hero .intro-title{
    font-size: clamp(13px, 2.8vw, 16px);
    letter-spacing: 0.12em;
  }
  #hero .intro-lines{
    font-size: clamp(12px, 2.8vw, 16px);
    line-height: 1.22;
  }
}


@media (max-width: 600px){
  #hero .hero-row{
    flex-wrap: nowrap;
    flex-direction: column;             
    align-items: flex-start;
    gap: 10px;
  }
  #hero .milko-bottle img{
    width: clamp(120px, 40vw, 180px);    
  }
  #hero .intro-card{
    width: 100%;
    transform: none;            
  }
}


@media (max-width: 1024px){
  #tournament .rules-card{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;

    max-width: min(560px, 92vw);  
    margin-top: clamp(12px, 2.5vw, 20px);
    margin-right: auto;       
    margin-bottom: 0;
    margin-left: clamp(16px, 4vw, 24px); 

    z-index: 3 !important;         
  }
}


@media (max-width: 1024px){
  #tournament .format-card,
  #tournament .rules-card{
    max-width: min(480px, 88vw); 
    padding: 6px 0 8px;           
    border-width: 1.5px;        
  }

  #tournament .format-title,
  #tournament .rules-title{
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: 0.12em;
  }

  #tournament .format-divider,
  #tournament .rules-divider{
    border-top-width: 1.5px;
    margin: 4px 0 8px;
  }

  #tournament .format-lines,
  #tournament .rules-lines{
    font-size: clamp(12px, 2.6vw, 15px);
    line-height: 1.22;
    letter-spacing: 0.10em;
  }

  #tournament .rules-card{
    margin-right: auto;
    margin-left: clamp(12px, 4vw, 24px);
  }
}

@media (max-width: 600px){
  #tournament .format-card,
  #tournament .rules-card{
    max-width: min(420px, 92vw);
    padding: 6px 0 6px;
  }
  #tournament .format-lines,
  #tournament .rules-lines{
    font-size: clamp(11.5px, 3.2vw, 14px);
    line-height: 1.2;
  }
}
@media (max-width: 1024px){
  #hero .headline-container{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 3;                              
    margin: 0 clamp(16px, 4vw, 24px);       
  }

  #hero .main-headline{
    font-size: clamp(18px, 5vw, 28px);      
    line-height: 1.15;                       
    letter-spacing: 0.04em;               
    margin: clamp(8px, 2vw, 12px) 0 0 0;    
    white-space: normal;
    overflow-wrap: anywhere;              
    hyphens: auto;
    text-shadow: 0 1px 2px rgba(0,0,0,.5); 
  }

  #hero .headline-line{
    display: block;
    margin-bottom: 0.55em;              
}
}

@media (max-width: 480px){
  #hero .main-headline{
    font-size: clamp(16px, 5.2vw, 24px);
    line-height: 1.18;
  }
}


@media (max-width: 1024px){
  #hero .container{
    padding-left: 0 !important;
  }


  #hero .hero-content{ text-align: left; }

  
  #hero .headline-container{
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  #hero .main-headline{
    margin-left: 0 !important;
    text-align: left;
  }
}

@media (max-width: 480px){
  #hero .container{ padding-left: 0 !important; }
}

@media (max-width: 1024px){
  #hero .tournament-intro{
    display: flex;             
    justify-content: flex-start; 
    width: 100%;
  }

  #hero .intro-card{
    margin-left:0;
    margin-right: auto !important; 
    transform-origin: left top;    
    max-width: min(520px, 92vw);  
  }
}


@media (max-width: 1024px){
  #hero .hero-row{ align-items: flex-start; }

  
  #hero .milko-bottle{
    margin-left: calc(-1 * max(16px, 4vw, env(safe-area-inset-left))) !important;
    margin-right: auto !important;
    margin-top: -clamp(6px, 3vw, 20px);  
  }

  #hero .milko-bottle img{
    display: block;
    transform: none;                 
  }
}



@media (max-width: 1024px){
  #hero{ position: relative; isolation: isolate; }

 
  #hero .right-image{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute;
    right: max(-2vw, -12px);
    bottom: 6vh;
    top: auto; left: auto;
    transform: none !important;

    z-index: 0 !important;     
    pointer-events: none;
  }

  #hero .right-image img{
    width: clamp(180px, 56vw, 420px);
    height: auto;
  }

 
  #hero .hero-content{ position: relative; z-index: 2 !important; }
  #hero .overlay{ z-index: 1 !important; pointer-events: none; }
}

@media (max-width: 1024px){
  #hero{ position: relative; overflow: visible; }

  #hero .right-image{
    display: block !important;  
    position: absolute;
    top: auto; left: auto;       
    right: 0;                   
    bottom: clamp(8px, 6vh, 64px);
    transform: none !important;
    z-index: 1;                
    pointer-events: none;
  }

  #hero .right-image img{
    width: clamp(200px, 52vw, 420px);  
    height: auto;
  }
}



@media (max-width: 1024px){
  #hero{ position: relative; overflow: visible; isolation: isolate; }

 
  #hero .hero-background{ z-index: 0 !important; }

  #hero .right-image{
    display: block !important;          
    position: absolute;
    top: auto !important;
    left: auto !important;
    right: 0 !important;                
    bottom: 0 !important;
    transform: none !important;
    z-index: 1 !important;             
    pointer-events: none;
  }
  #hero .right-image img{
     width: clamp(240px, 62vw, 560px) !important;
    height: auto;
  }

  #hero .overlay{ z-index: 2 !important; pointer-events: none; }
  #hero .hero-content{ position: relative; z-index: 3 !important; }
}



@media (max-width: 1024px){
  #hero{ position: relative; overflow: visible !important; } 

  #hero .right-image{
    display: block !important;    
    position: absolute !important;

   
    top: auto !important;
    transform: none !important;

   
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;

    z-index: 1 !important;       
    pointer-events: none;
  }
}



@media (max-width: 1024px){
  #hero .tournament-intro{
    display: flex;
    justify-content: center;            
    width: 100%;
  }
  #hero .intro-card{
    margin-left: auto !important;      
    margin-right: auto !important;
    transform-origin: center top;
  }
}


@media (max-width: 1024px){
  #hero .right-image{
    position: absolute !important;
    left: 50% !important;            
    right: auto !important;
    bottom: 0 !important;                
    transform: translateX(-50%) !important;
    z-index: 1 !important;              
    pointer-events: none;
  }
  #hero .right-image img{
    width: clamp(240px, 70vw, 560px);   
    height: auto;
  }
}


@media (max-width: 600px){
  #hero .hero-row{ justify-content: center; }
  #hero .intro-card{ width: min(520px, 92vw); transform: none; }
}



@media (max-width: 1024px){
  #hero .hero-row{
    justify-content: center;
    align-items: center;
  }


  #hero .headline-container{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    max-width: min(92vw, 720px);
  }

  
  #hero .product-integration{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #hero .milko-bottle{
    margin: clamp(4px, 2vw, 12px) auto 0 !important;
  }
  #hero .milko-bottle img{
    width: clamp(140px, 36vw, 240px);
    height: auto;
    transform: none;
  }
}



@media (max-width: 1024px){
  #hero .headline-container{
    margin-top: clamp(24px, 10vh, 140px) !important;
  }
}


@media (max-width: 480px){
  #hero .headline-container{
    margin-top: clamp(32px, 14vh, 160px) !important;
  }
}


@media (max-width: 1024px){
  #tournament{ position: relative; }

  #tournament .tournament-right-image{
    display: block !important;         
    position: absolute !important;       
    top: auto !important; left: auto !important;
    right: 16px !important;             
    bottom: 16px !important;
    margin: 0 !important;
    transform: none !important;

    z-index: 2 !important;                
    pointer-events: none;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


@media (max-width: 1024px){
  #tournament{ position: relative; }

  #tournament .tournament-right-image{
    position: absolute !important;
    top:48 !important;    
    bottom: auto !important;
    right: 8px !important;  
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2 !important;   
    pointer-events: none;
    text-align: initial !important;
  }
}



