/*
Perfect Attendance - Compiled CSS
Gothic dark luxury jewelry e-commerce theme
*/

/* Variables as CSS Custom Properties */
:root {
    --pa-color-black: #000000;
    --pa-color-white: #ffffff;
    --pa-color-dark-bg: #030303;
    --pa-color-darker-bg: #050505;
    --pa-color-card-bg: #080808;
    --pa-color-border-subtle: rgba(255, 255, 255, 0.1);
    --pa-color-border-medium: rgba(255, 255, 255, 0.2);
    --pa-color-text-muted: rgba(255, 255, 255, 0.4);
    --pa-color-text-subtle: rgba(255, 255, 255, 0.6);
    --pa-font-gothic: 'Pirata One', cursive;
    --pa-font-body: 'Inter', sans-serif;
    --pa-font-secondary: 'Montserrat', sans-serif;
    --pa-transition-fast: 300ms;
    --pa-transition-normal: 500ms;
    --pa-transition-slow: 700ms;
}

/* Reset & Base */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
}

::selection {
    background-color: #fff;
    color: #000;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #333 #000;
}

/* Typography */
.font-gothic {
    font-family: 'Pirata One', cursive;
}

.text-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 500ms ease-out;
}

a:hover {
    opacity: 0.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: transparent;
    color: inherit;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    transition: all 500ms ease-out;
    border: 1px solid transparent;
}

.btn--primary {
    background-color: #fff;
    color: #000;
}

.btn--primary:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.btn--outline {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn--outline:hover {
    background-color: #fff;
    color: #000;
}

/* Inputs */
.input-underline {
    width: 100%;
    padding: 16px 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    transition: border-color 500ms ease-out;
}

.input-underline:focus {
    outline: none;
    border-color: #fff;
}

.input-underline::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* ==============================================
   UNIVERSAL FORM STYLING
   All form elements site-wide
   ============================================== */

/* Override Chrome Autofill Background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Base input styling for ALL inputs */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="date"],
textarea,
select {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: border-color 0.3s ease !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(255, 255, 255, 0.5) !important;
    outline: none !important;
}

/* Placeholders - visible gray */
::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

/* Labels - uppercase, visible */
label {
    display: block !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 8px !important;
}

label .required,
label abbr {
    color: #ff6b6b !important;
    text-decoration: none !important;
    border: none !important;
}

/* Select dropdowns */
select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
}

/* Checkboxes */
input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    margin-right: 10px !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle !important;
}

input[type="checkbox"]:checked {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

input[type="checkbox"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 5px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

/* Radio buttons */
input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    margin-right: 10px !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle !important;
}

input[type="radio"]:checked {
    border-color: #ffffff !important;
}

input[type="radio"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    width: 8px !important;
    height: 8px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
}

/* Autofill override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #0a0a0a inset !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Fieldsets */
fieldset {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 24px !important;
    margin: 24px 0 !important;
    background: transparent !important;
}

fieldset legend {
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    padding: 0 12px !important;
}

/* Submit buttons */
input[type="submit"],
button[type="submit"],
.button,
.btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
    padding: 16px 32px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Containers */
.container {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes obsidian-pulse {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.6);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
        border-color: #fff;
    }
}

@keyframes hero-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-slide-up {
    animation: slideUp 1.2s ease-out;
}

.animate-pulse {
    animation: pulse 2s infinite ease-in-out;
}

.animate-obsidian-glow {
    animation: obsidian-pulse 3s infinite ease-in-out;
}

/* Utility Classes */
.hidden {
    display: none;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.flex-1 {
    flex: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 12px;
}

.gap-4 {
    gap: 16px;
}

.gap-6 {
    gap: 24px;
}

.gap-8 {
    gap: 32px;
}

.gap-10 {
    gap: 40px;
}

.gap-12 {
    gap: 48px;
}

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-80 {
    opacity: 0.8;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-50 {
    z-index: 50;
}

.overflow-hidden {
    overflow: hidden;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.object-cover {
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.grayscale {
    filter: grayscale(100%);
}

.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.transition-all {
    transition: all 500ms ease-out;
}

.transition-opacity {
    transition: opacity 500ms ease-out;
}

/* Spacing */
.p-4 {
    padding: 16px;
}

.p-5 {
    padding: 20px;
}

.p-6 {
    padding: 24px;
}

.p-8 {
    padding: 32px;
}

.p-10 {
    padding: 40px;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-8 {
    padding-left: 32px;
    padding-right: 32px;
}

.px-12 {
    padding-left: 48px;
    padding-right: 48px;
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-24 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.py-32 {
    padding-top: 128px;
    padding-bottom: 128px;
}

.pt-32 {
    padding-top: 128px;
}

.pb-20 {
    padding-bottom: 80px;
}

.pb-24 {
    padding-bottom: 96px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-4 {
    margin-bottom: 16px;
}

.mb-6 {
    margin-bottom: 24px;
}

.mb-8 {
    margin-bottom: 32px;
}

.mb-10 {
    margin-bottom: 40px;
}

.mb-12 {
    margin-bottom: 48px;
}

.mb-16 {
    margin-bottom: 64px;
}

.mb-20 {
    margin-bottom: 80px;
}

.mb-32 {
    margin-bottom: 128px;
}

.mt-4 {
    margin-top: 16px;
}

.mt-8 {
    margin-top: 32px;
}

.mt-16 {
    margin-top: 64px;
}

.mt-32 {
    margin-top: 128px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-full {
    width: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-screen {
    min-height: 100vh;
}

.max-w-2xl {
    max-width: 672px;
}

.max-w-3xl {
    max-width: 768px;
}

.max-w-4xl {
    max-width: 896px;
}

.max-w-6xl {
    max-width: 1152px;
}

.max-w-7xl {
    max-width: 1280px;
}

/* Responsive Utilities */
@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .md\:px-12 {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lg\:col-span-5 {
        grid-column: span 5;
    }

    .lg\:col-span-7 {
        grid-column: span 7;
    }

    .lg\:gap-24 {
        gap: 96px;
    }
}

/* Header */
.pa-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: transparent;
    transition: all 500ms ease-out;
}

@media (min-width: 768px) {
    .pa-header {
        flex-direction: row;
    }
}

.pa-header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.pa-header-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
}

.pa-header-center {
    flex-shrink: 0;
}

.pa-header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

@media (min-width: 768px) {
    .pa-header-right {
        gap: 32px;
    }
}

.pa-nav-link {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 300;
    transition: opacity 500ms ease-out;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pa-nav-link:hover {
    opacity: 0.5;
}

.pa-nav-link .dagger {
    opacity: 0.4;
}

.pa-logo {
    font-family: 'Pirata One', cursive;
    font-size: 24px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: opacity 500ms ease-out;
}

@media (min-width: 768px) {
    .pa-logo {
        font-size: 32px;
    }
}

.pa-logo:hover {
    opacity: 0.8;
}

/* Hero */
.pa-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}

.pa-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pa-hero-bg img,
.pa-hero-bg video.pa-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95) contrast(1.5);
    animation: hero-pulse 12s infinite alternate ease-in-out;
}

/* Video Background Global Styles */
video.pa-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pa-hero-bg .overlay-dark {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: overlay;
}

.pa-hero-bg .overlay-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, #000 85%);
}

.pa-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 16px;
}

.pa-hero-subtitle {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    margin-bottom: 24px;
    opacity: 0.6;
    font-weight: 300;
    animation: fadeIn 1.5s ease-out;
}

@media (min-width: 768px) {
    .pa-hero-subtitle {
        font-size: 12px;
    }
}

.pa-hero-title {
    font-family: 'Pirata One', cursive;
    font-size: clamp(4rem, 12vw, 15rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
    animation: slideUp 1.2s ease-out;
}

.pa-hero-actions {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    animation: fadeIn 2s ease-out;
}

@media (min-width: 768px) {
    .pa-hero-actions {
        flex-direction: row;
    }
}

.pa-hero-btn-primary {
    position: relative;
    padding: 20px 48px;
    background-color: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    overflow: hidden;
    transition: color 500ms ease-out;
    border: none;
    cursor: pointer;
}

.pa-hero-btn-primary span {
    position: relative;
    z-index: 10;
}

.pa-hero-btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000;
    transform: translateY(100%);
    transition: transform 500ms ease-out;
}

.pa-hero-btn-primary:hover {
    color: #fff;
}

.pa-hero-btn-primary:hover::after {
    transform: translateY(0);
}

.pa-hero-btn-secondary {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 300;
    opacity: 0.6;
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 500ms ease-out;
}

.pa-hero-btn-secondary:hover {
    opacity: 1;
}

.pa-hero-scroll {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    opacity: 0.3;
    animation: pulse 2s infinite ease-in-out;
}

.pa-hero-scroll .text {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    writing-mode: vertical-rl;
}

.pa-hero-scroll .line {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, #fff, transparent);
}

/* Story Section */
.pa-story {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.pa-story-title {
    font-family: 'Pirata One', cursive;
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 48px;
}

.pa-story-content {
    max-width: 672px;
    margin: 0 auto;
}

.pa-story-content p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 32px;
}

.pa-story-content p:first-child {
    font-style: italic;
}

@media (min-width: 768px) {
    .pa-story-content p {
        font-size: 16px;
    }
}

.pa-story-cta {
    margin-top: 64px;
}

.pa-story-cta .btn {
    padding: 16px 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    cursor: pointer;
    transition: all 500ms ease-out;
}

.pa-story-cta .btn:hover {
    background-color: #fff;
    color: #000;
}

/* AI Consultant */
.pa-ai-consultant {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.pa-ai-subtitle {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    opacity: 0.5;
    margin-bottom: 16px;
}

.pa-ai-title {
    font-family: 'Pirata One', cursive;
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 32px;
}

.pa-ai-description {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.6;
    max-width: 512px;
    margin: 0 auto 40px;
    line-height: 2;
}

.pa-ai-form {
    max-width: 448px;
    margin: 0 auto 48px;
    position: relative;
}

.pa-ai-form input {
    width: 100%;
    padding: 16px 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: border-color 500ms ease-out;
}

.pa-ai-form input::placeholder {
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.pa-ai-form input:focus {
    outline: none;
    border-color: #fff;
}

.pa-ai-form button {
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.6;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 500ms ease-out;
}

.pa-ai-form button:hover {
    opacity: 1;
}

.pa-ai-response {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    animation: slideInFromBottom 700ms ease-out;
}

.pa-ai-response p {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
    opacity: 0.9;
    letter-spacing: 0.05em;
}

/* Categories Grid */
.pa-categories {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

@media (min-width: 768px) {
    .pa-categories {
        grid-template-columns: repeat(3, 1fr);
        height: 55vh;
    }
}

.pa-category-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 40vh;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {
    .pa-category-item {
        height: 100%;
    }
}

.pa-category-item:last-child {
    border-right: none;
}

.pa-category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.5) contrast(1.25);
    transition: transform 1s ease-out, filter 1s ease-out;
}

.pa-category-item:hover img {
    transform: scale(1.1);
    filter: grayscale(100%) brightness(0.75);
}

.pa-category-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pa-category-title h3 {
    font-family: 'Pirata One', cursive;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    color: transparent;
    letter-spacing: 0.05em;
    opacity: 0.8;
    transition: all 700ms ease-out;
}

.pa-category-item:hover .pa-category-title h3 {
    color: #fff;
    -webkit-text-stroke-color: transparent;
    transform: scale(1.05);
    opacity: 1;
}

.pa-category-link {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    opacity: 0;
    transition: opacity 500ms ease-out;
}

.pa-category-item:hover .pa-category-link {
    opacity: 1;
}

/* Footer */
.pa-footer {
    background-color: #000;
    padding-top: 128px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pa-footer-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    gap: 48px;
    margin-bottom: 128px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .pa-footer-newsletter {
        flex-direction: row;
    }
}

.pa-newsletter-content {
    max-width: 576px;
}

.pa-newsletter-content h3 {
    font-family: 'Pirata One', cursive;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.pa-newsletter-content p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    opacity: 0.4;
    line-height: 1.8;
}

.pa-newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .pa-newsletter-form {
        width: auto;
    }
}

.pa-newsletter-form .form-group {
    position: relative;
    min-width: 300px;
}

.pa-newsletter-form input {
    width: 100%;
    padding: 16px 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    transition: border-color 500ms ease-out;
}

.pa-newsletter-form input:focus {
    outline: none;
    border-color: #fff;
}

.pa-newsletter-form button {
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.4;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 500ms ease-out;
}

.pa-newsletter-form button:hover {
    opacity: 1;
}

.pa-newsletter-form .privacy-note {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.2;
}

.pa-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 768px) {
    .pa-footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 32px;
    }
}

.pa-footer-brand h4 {
    font-family: 'Pirata One', cursive;
    font-size: 24px;
    margin-bottom: 24px;
}

.pa-footer-brand p {
    font-size: 10px;
    font-weight: 300;
    opacity: 0.5;
    max-width: 320px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.pa-footer-links h5 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    opacity: 0.3;
    font-style: italic;
    margin-bottom: 32px;
}

.pa-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pa-footer-links li {
    margin-bottom: 16px;
}

.pa-footer-links a,
.pa-footer-links button {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.6;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 500ms ease-out;
}

.pa-footer-links a:hover,
.pa-footer-links button:hover {
    opacity: 1;
}

.pa-footer-bottom {
    margin-top: 128px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .pa-footer-bottom {
        flex-direction: row;
    }
}

.pa-footer-bottom .copyright {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.pa-footer-bottom .social-links {
    display: flex;
    gap: 32px;
}

.pa-footer-bottom .social-links a {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.pa-footer-bottom .social-links a:hover {
    opacity: 1;
}

/* Toast */
.pa-toast-container {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pa-toast {
    padding: 16px 24px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    animation: slideInFromBottom 500ms ease-out;
}

/* ================================================
   COMPREHENSIVE RESPONSIVE STYLES
   ================================================ */

/* Extra Small Devices (phones, < 480px) */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Header - Mobile */
    .pa-header {
        padding: 16px;
        gap: 12px;
    }

    .pa-header-left,
    .pa-header-right {
        gap: 16px;
    }

    .pa-nav-link {
        font-size: 8px;
        letter-spacing: 0.15em;
    }

    .pa-logo {
        font-size: 20px;
    }

    /* Hero - Mobile */
    .pa-hero {
        min-height: 100svh;
    }

    .pa-hero-content {
        padding: 0 12px;
    }

    .pa-hero-subtitle {
        font-size: 8px;
        letter-spacing: 0.4em;
        margin-bottom: 16px;
    }

    .pa-hero-title {
        font-size: clamp(2.5rem, 14vw, 4rem);
    }

    .pa-hero-actions {
        margin-top: 40px;
        gap: 24px;
    }

    .pa-hero-btn-primary {
        padding: 16px 32px;
        font-size: 9px;
        letter-spacing: 0.3em;
        width: 100%;
        max-width: 280px;
    }

    .pa-hero-btn-secondary {
        font-size: 9px;
        letter-spacing: 0.3em;
    }

    .pa-hero-scroll {
        bottom: 24px;
    }

    /* Story - Mobile */
    .pa-story {
        padding: 0 16px;
    }

    .pa-story-title {
        font-size: 1.75rem;
        margin-bottom: 32px;
    }

    .pa-story-content p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .pa-story-cta {
        margin-top: 40px;
    }

    .pa-story-cta .btn {
        padding: 14px 32px;
        font-size: 10px;
        letter-spacing: 0.3em;
    }

    /* Categories - Mobile */
    .pa-category-item {
        height: 35vh;
    }

    .pa-category-title h3 {
        font-size: 2rem;
    }

    .pa-category-link {
        bottom: 20px;
        left: 20px;
        font-size: 8px;
    }

    /* Footer - Mobile */
    .pa-footer {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .pa-footer-newsletter {
        margin-bottom: 64px;
        padding-bottom: 48px;
    }

    .pa-newsletter-content h3 {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .pa-newsletter-content p {
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    .pa-newsletter-form .form-group {
        min-width: 100%;
    }

    .pa-footer-grid {
        gap: 40px;
    }

    .pa-footer-brand h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .pa-footer-brand p {
        font-size: 9px;
        letter-spacing: 0.2em;
    }

    .pa-footer-links h5 {
        margin-bottom: 20px;
    }

    .pa-footer-bottom {
        margin-top: 64px;
        padding-top: 24px;
        flex-wrap: wrap;
        text-align: center;
    }

    .pa-footer-bottom .social-links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pa-footer-bottom .social-links a,
    .pa-footer-bottom .copyright {
        font-size: 8px;
    }

    /* Buttons - Mobile */
    .btn {
        padding: 16px 32px;
        font-size: 9px;
        letter-spacing: 0.3em;
    }

    /* Toast - Mobile */
    .pa-toast-container {
        bottom: 16px;
        right: 16px;
        left: 16px;
    }

    .pa-toast {
        padding: 12px 16px;
        font-size: 10px;
    }
}

/* Small Devices (landscape phones, 480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pa-header {
        padding: 20px 24px;
    }

    .pa-logo {
        font-size: 24px;
    }

    .pa-hero-title {
        font-size: clamp(3rem, 12vw, 5rem);
    }

    .pa-hero-actions {
        gap: 32px;
    }

    .pa-hero-btn-primary {
        padding: 18px 40px;
        width: auto;
        max-width: none;
    }

    .pa-category-item {
        height: 40vh;
    }

    .pa-footer {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .pa-newsletter-content h3 {
        font-size: 2.5rem;
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .pa-header {
        padding: 20px 32px;
    }

    .pa-header-left,
    .pa-header-right {
        gap: 24px;
    }

    .pa-logo {
        font-size: 28px;
    }

    .pa-hero-title {
        font-size: clamp(4rem, 10vw, 8rem);
    }

    .pa-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .pa-footer-brand {
        grid-column: span 2;
    }
}

/* Large Tablets & Small Desktops (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {

    .pa-header-left,
    .pa-header-right {
        gap: 28px;
    }

    .pa-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
}

/* Touch Device Improvements */
@media (hover: none) and (pointer: coarse) {

    /* Make hover states visible by default on touch */
    .pa-category-link {
        opacity: 0.6;
    }

    /* Larger touch targets */
    .pa-nav-link {
        padding: 8px 4px;
    }

    .pa-footer-links a {
        display: inline-block;
        padding: 8px 0;
    }

    /* Disable hover zoom on touch */
    .pa-category-item:hover img {
        transform: none;
    }
}

/* High-DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .text-outline {
        -webkit-text-stroke-width: 0.5px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .pa-hero-bg img {
        animation: none;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .pa-hero {
        min-height: 100vh;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .pa-hero-title {
        font-size: clamp(2rem, 8vh, 4rem);
    }

    .pa-hero-actions {
        margin-top: 24px;
    }

    .pa-hero-scroll {
        display: none;
    }
}

/* Print Styles */
@media print {

    .pa-header,
    .pa-hero-scroll,
    .pa-footer-newsletter {
        display: none;
    }

    body {
        background: #fff;
        color: #000;
    }
}

/* ================================================
   MOBILE MENU
   ================================================ */

/* Mobile Menu Toggle Button */
.pa-mobile-menu-toggle {
    display: none;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
    padding: 0;
}

.pa-hamburger {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: background-color 0.3s ease;
}

.pa-hamburger::before,
.pa-hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.pa-hamburger::before {
    top: -7px;
}

.pa-hamburger::after {
    bottom: -7px;
}

/* Hamburger Active State */
.pa-mobile-menu-toggle.active .pa-hamburger {
    background-color: transparent;
}

.pa-mobile-menu-toggle.active .pa-hamburger::before {
    transform: translateY(7px) rotate(45deg);
}

.pa-mobile-menu-toggle.active .pa-hamburger::after {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.pa-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pa-mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.pa-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 32px;
    padding: 80px 24px;
}

.pa-mobile-link {
    font-family: 'Pirata One', cursive;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.pa-mobile-link:hover {
    opacity: 1;
}

/* Show mobile menu on small screens */
@media (max-width: 767px) {
    .pa-mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pa-mobile-menu {
        display: block;
    }

    .pa-header {
        flex-direction: row;
        justify-content: center;
        padding: 16px;
    }

    .pa-header-left,
    .pa-header-right {
        display: none;
    }

    .pa-header-center {
        margin: 0 auto;
    }

    /* Show only cart on mobile header */
    .pa-cart-link {
        display: block !important;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Tablet - show all nav items */
@media (min-width: 768px) {

    .pa-mobile-menu-toggle,
    .pa-mobile-menu {
        display: none !important;
    }

    .pa-header-left,
    .pa-header-right {
        display: flex;
    }
}

/* ======================
   PRODUCT GRID SECTIONS
   ====================== */
.pa-product-grid-section {
    background: #000;
    padding: 80px 0;
}

.pa-product-grid-section .pa-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.pa-product-grid-section .pa-section-subtitle {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.pa-product-grid-section .pa-section-title {
    font-size: clamp(32px, 5vw, 48px);
    margin: 0;
    color: #fff;
}

.pa-product-grid-section .pa-section-cta {
    text-align: center;
    margin-top: 48px;
}

.pa-product-grid-section .btn--outline {
    display: inline-block;
    padding: 14px 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pa-product-grid-section .btn--outline:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    opacity: 1;
}

/* Ensure proper product grid spacing */
.pa-product-grid-section .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pa-product-grid-section .woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .pa-product-grid-section .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pa-product-grid-section .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .pa-product-grid-section {
        padding: 60px 0;
    }
}

/* ======================
   ARCHIVE PAGES (Best Sellers, All Products)
   ====================== */
.pa-archive-page {
    background: #000;
    min-height: 100vh;
}

.pa-archive-hero {
    padding: 120px 0 60px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000);
}

.pa-archive-subtitle {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.pa-archive-title {
    font-size: clamp(40px, 8vw, 72px);
    margin: 0;
    color: #fff;
}

.pa-archive-products {
    padding: 40px 0 80px;
}

.pa-archive-products .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pa-archive-products .woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
}

/* Pagination styling */
.pa-archive-products .woocommerce-pagination {
    margin-top: 48px;
    text-align: center;
}

.pa-archive-products .woocommerce-pagination ul {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pa-archive-products .woocommerce-pagination ul li {
    margin: 0;
}

.pa-archive-products .woocommerce-pagination ul li a,
.pa-archive-products .woocommerce-pagination ul li span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pa-archive-products .woocommerce-pagination ul li a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.pa-archive-products .woocommerce-pagination ul li span.current {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@media (max-width: 991px) {
    .pa-archive-products .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pa-archive-products .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .pa-archive-hero {
        padding: 100px 0 40px;
    }
}