/* Kaab Ha Diving - Dark oceanic theme with golden amber accents */

:root {
    --background: hsl(0, 0%, 5%);
    --foreground: hsl(45, 10%, 90%);
    --card: hsl(0, 0%, 8%);
    --card-foreground: hsl(45, 10%, 90%);
    --popover: hsl(0, 0%, 8%);
    --popover-foreground: hsl(45, 10%, 90%);
    --primary: hsl(38, 85%, 55%);
    --primary-foreground: hsl(0, 0%, 5%);
    --secondary: hsl(0, 0%, 12%);
    --secondary-foreground: hsl(45, 10%, 90%);
    --muted: hsl(0, 0%, 15%);
    --muted-foreground: hsl(45, 5%, 60%);
    --accent: hsl(38, 70%, 45%);
    --accent-foreground: hsl(0, 0%, 5%);
    --destructive: hsl(0, 84.2%, 60.2%);
    --destructive-foreground: hsl(210, 40%, 98%);
    --border: hsl(0, 0%, 18%);
    --input: hsl(0, 0%, 15%);
    --ring: hsl(38, 85%, 55%);
    --radius: 0.5rem;
}

* {
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove underlines from all links */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.font-display {
    font-family: 'Cormorant Garamond', serif;
}

.font-sans {
    font-family: 'Inter', sans-serif;
}

/* Utility Classes */
.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-10 {
    z-index: 10;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-24 {
    width: 6rem;
}

.w-32 {
    width: 8rem;
}

.w-40 {
    width: 10rem;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-32 {
    height: 8rem;
}

.h-40 {
    height: 10rem;
}

.h-full {
    height: 100%;
}

.bg-background {
    background-color: var(--background);
}

.bg-border {
    background-color: var(--border);
}

.bg-card {
    background-color: var(--card);
}

.bg-primary {
    background-color: var(--primary);
    border: 0px;
}

.bg-secondary {
    background-color: var(--secondary);
}

.bg-muted {
    background-color: var(--muted);
}

.bg-input {
    background-color: var(--input);
}

.text-primary {
    color: var(--primary);
}

.text-foreground {
    color: var(--foreground);
}

.text-muted-foreground {
    color: var(--muted-foreground);
}

.text-primary-foreground {
    color: var(--primary-foreground);
}

.text-accent {
    color: var(--accent);
}

.text-accent-foreground {
    color: var(--accent-foreground);
}

.text-white {
    color: white;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border: 1px solid;
}

.border-t {
    border-top: 1px solid;
}

.border-b {
    border-bottom: 1px solid;
}

.border-border {
    border-color: var(--border);
}

.border-primary\/50 {
    border-color: hsl(38, 85%, 55%, 0.5);
}

.overflow-hidden {
    overflow: hidden;
}

.object-cover {
    object-fit: cover;
}

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

.block {
    display: block;
}

.grid {
    display: grid;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.hover\:bg-primary\/90:hover {
    background-color: hsl(38, 85%, 55%, 0.9);
}

.hover\:text-primary:hover {
    color: var(--primary);
}

.hover\:text-primary\/90:hover {
    color: hsl(38, 85%, 55%, 0.9);
}

.hover\:text-white:hover {
    color: white;
}

.hover\:text-accent:hover {
    color: var(--accent);
}

.hover\:border-primary\/50:hover {
    border-color: hsl(38, 85%, 55%, 0.5);
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.hover\:scale-110:hover {
    transform: scale(1.1);
}

.hover\:scale-\[1\.02\]:hover {
    transform: scale(1.02);
}

.hover\:gap-3:hover {
    gap: 0.75rem;
}

.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

.group:hover .group-hover\:text-accent {
    color: var(--accent);
}

.group:hover .group-hover\:gap-3 {
    gap: 0.75rem;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    box-shadow: 0 0 0 2px var(--ring);
}

.focus\:ring-primary:focus {
    box-shadow: 0 0 0 2px var(--primary);
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

.placeholder\:text-muted-foreground::placeholder {
    color: var(--muted-foreground);
}

.resize-none {
    resize: none;
}

/* Gradient utilities */
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-background {
    --tw-gradient-from: var(--background);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-card {
    --tw-gradient-from: var(--card);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-background {
    --tw-gradient-to: hsla(0, 0%, 5%, 0);
    --tw-gradient-stops: var(--tw-gradient-from), hsla(0, 0%, 5%, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.to-card {
    --tw-gradient-to: var(--card);
}

.opacity-80 {
    opacity: 0.8;
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

/* Aspect ratios */
.aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
}

/* Positioning */
.top-1\/4 {
    top: 25%;
}

.top-1\/3 {
    top: 33.333333%;
}

.top-1\/2 {
    top: 50%;
}

.top-4 {
    top: 1rem;
}

.top-6 {
    top: 1.5rem;
}

.top-12 {
    top: 3rem;
}

.right-1\/3 {
    right: 33.333333%;
}

.right-1\/4 {
    right: 25%;
}

.right-4 {
    right: 1rem;
}

.right-8 {
    right: 2rem;
}

.bottom-1\/3 {
    bottom: 33.333333%;
}

.bottom-8 {
    bottom: 2rem;
}

.left-1\/4 {
    left: 25%;
}

.left-1\/5 {
    left: 20%;
}

.left-4 {
    left: 1rem;
}

.left-6 {
    left: 1.5rem;
}

.left-1\/2 {
    left: 50%;
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.-mt-32 {
    margin-top: -8rem;
}

.-mt-64 {
    margin-top: -18rem;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

.delay-150 {
    animation-delay: 150ms;
}

.delay-300 {
    animation-delay: 300ms;
}

.delay-500 {
    animation-delay: 500ms;
}

/* Responsive */
@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .sm\:w-auto {
        width: auto;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .md\:text-5xl {
        font-size: 3rem;
    }
    
    .md\:text-7xl {
        font-size: 4.5rem;
    }
    
    .md\:p-12 {
        padding: 3rem;
    }
    
    .md\:h-\[60vh\] {
        height: 60vh;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .lg\:text-6xl {
        font-size: 3.75rem;
    }
    
    .lg\:text-8xl {
        font-size: 6rem;
    }
}

/* Specific utilities */
.text-primary\/80 {
    color: hsl(38, 85%, 55%, 0.8);
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}

.bg-primary\/90 {
    background-color: hsl(38, 85%, 55%, 0.9);
}

.bg-primary\/20 {
    background-color: hsl(38, 85%, 55%, 0.2);
}

.bg-primary\/15 {
    background-color: hsl(38, 85%, 55%, 0.15);
}

.bg-primary\/25 {
    background-color: hsl(38, 85%, 55%, 0.25);
}

.bg-primary\/10 {
    background-color: hsl(38, 85%, 55%, 0.1);
}

.bg-primary\/30 {
    background-color: hsl(38, 85%, 55%, 0.3);
}

.bg-primary\/70 {
    background-color: hsl(38, 85%, 55%, 0.7);
}

.bg-secondary\/50 {
    background-color: hsl(0, 0%, 12%, 0.5);
}

.bg-secondary\/90 {
    background-color: hsl(0, 0%, 12%, 0.9);
}

.bg-accent\/90 {
    background-color: hsl(38, 70%, 45%, 0.9);
}

.bg-accent\/10 {
    background-color: hsl(38, 70%, 45%, 0.1);
}

.bg-black\/30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.border-primary\/30 {
    border-color: hsl(38, 85%, 55%, 0.3);
}

.border-primary\/20 {
    border-color: hsl(38, 85%, 55%, 0.2);
}

.border-primary\/25 {
    border-color: hsl(38, 85%, 55%, 0.25);
}

.border-primary\/50 {
    border-color: hsl(38, 85%, 55%, 0.5);
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-16 {
    margin-top: 4rem;
}

.h-\[50vh\] {
    height: 50vh;
}
