@font-face {
    font-family: 'Aurora';
    src: url('../fonts/aurora/aurora-pro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf/SFPRODISPLAYMEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}
  
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}
  
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
}
  
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/gt-america/GT-America-Mono-Regular-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/gt-america/GT-America-Mono-Medium-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/gt-america/GT-America-Mono-Bold-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/gt-america/GT-America-Mono-Regular-Italic-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Grotesk';
    src: url('../fonts/grotesk/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html { height: 100%; }

body {
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.397), rgb(0, 0, 0)), url('../assets/photo08.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

footer {
    width: 100%;
      background: rgba(24, 25, 26, 0.7);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 0.8rem 0;
      text-align: center;
      font-size: 0.85rem;
      margin-top: 2rem;
      font-family: 'Archivo', Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

header .container, footer .container {
    display: flex;
    justify-content: space-between;
}

.logokench h1 {
    font-family: 'Aurora', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
    background: linear-gradient(45deg, #e20401, #ffe921, rgb(255, 113, 30), #0059ff);
    background-size: 300% 300%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

.entradas {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(45deg, #e20401, #ffe921, rgb(255, 113, 30), #0059ff);
    background-size: 400% 200%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s linear infinite;
}

.logo-footer {
    font-family: 'Aurora', sans-serif;
    font-size: .7rem;
    font-weight: 100;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
    background: linear-gradient(45deg, #e20401, #ffe921, rgb(255, 113, 30), #0059ff);
    background-size: 300% 300%;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.menu, .menu a {
    font-family: 'Aurora', sans-serif;
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.menu a:hover {
    color: #ff704c;
    transform: translateY(-2px);
}

.social {
    font-family: 'GT America Mono', sans-serif;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.social i {
    font-size: 1.2rem;
}

.social a {
    color: #ffffff79;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.social a:last-child {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    font-size: 1.2rem;
}

.social a:hover {
    color: #ff704c79;
}

.body {
    font-family: 'SF Pro Display', sans-serif;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    min-height: calc(100vh - 160px);
    width: 100%;
    gap: 2rem;
    flex: 1;
}

/* Hero */
.hero {
    margin: 2rem 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.hero h2 {
    font-family: 'Aurora', sans-serif;
    font-size: 2.4rem;
    margin: 0;
}

.hero p {
    color: #ffffffb3;
    max-width: 640px;
}

.btn-primary, .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.btn-primary {
    background: linear-gradient(45deg, #e20401, #ffe921, rgb(255, 113, 30), #0059ff);
    color: #000;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.btn-outline:hover {
    background: rgba(255,255,255,.06);
    transform: translateY(-2px);
}

/* Grid and Cards */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.2rem;
    width: 100%;
}

.card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1rem;
    backdrop-filter: blur(8px);
}

.card h3 {
    margin-top: 0;
}

.card p {
    color: #ffffffa0;
}

/* Gallery */
.gallery {
    margin: 2rem 0;
}

.gallery h2, .events h2, .about h2, .cta h2 {
    font-family: 'Aurora', sans-serif;
}

.gallery-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: .6rem;
}

.gallery-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* About */
.about {
    margin: 2rem 0;
}

.about-content {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.2rem;
}

.about-content p {
    color: #ffffffb3;
}

.about-highlights {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .6rem 1rem;
}

.about-highlights li i {
    margin-right: .4rem;
}

/* CTA */
.cta {
    margin: 2rem 0 3rem;
    text-align: center;
}

.newsletter {
    margin-top: 1rem;
    display: flex;
    gap: .6rem;
    justify-content: center;
}

.newsletter input[type="email"] {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: .7rem .9rem;
    border-radius: 10px;
    min-width: 260px;
}

.newsletter input::placeholder {
    color: #ffffff85;
}