/*
 * Mexican Art Dealing - Premium Stylesheet
 * Hand-crafted, semantic, modern CSS (No Tailwind)
 */

/* Reset & Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: 'Inter', sans-serif;
}
body {
    background-color: #ffffff;
    color: #111111;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, svg, video {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s, opacity 0.15s;
}
button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    transition: all 0.15s;
}
input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

/* Common Layout Utilities */
.main-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}
.section-pad {
    padding: 64px 24px;
    transition: all 0.7s;
    opacity: 1;
}
.section-gray {
    padding: 64px 24px;
    background-color: #F5F5F5;
    transition: all 0.7s;
    opacity: 1;
}
.section-black {
    padding: 64px 24px;
    background-color: #111111;
    color: #ffffff;
    transition: all 0.7s;
    opacity: 1;
}
.border-t {
    border-top: 1px solid #cac6bc;
}
.border-y {
    border-top: 1px solid #cac6bc;
    border-bottom: 1px solid #cac6bc;
}

/* Alignments & Margins */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.mb-xs { margin-bottom: 8px; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 24px; }
.mb-lg { margin-bottom: 48px; }
.mb-xl { margin-bottom: 64px; }
.mt-xs { margin-top: 8px; }
.mt-md { margin-top: 24px; }
.mt-lg { margin-top: 48px; }
.mt-xl { margin-top: 64px; }

.pt-md { padding-top: 24px; }
.pb-md { padding-bottom: 24px; }
.pl-md { padding-left: 24px; }
.pt-xl { padding-top: 64px; }
.pb-xl { padding-bottom: 64px; }

/* Typography */
h1, .hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #111111;
}
@media (min-width: 768px) {
    h1, .hero-title {
        font-size: 3rem;
    }
}
h2, .section-title {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
}
h3, .card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}
h4, .title-lg {
    font-size: 1rem;
    font-weight: 700;
}
.title-base {
    font-weight: 700;
    font-size: 1rem;
}
.text-primary {
    color: #5C5A4E !important;
}
.eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5C5A4E;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
}
.text-body-md {
    font-size: 1rem;
    line-height: 1.625;
}
.section-desc {
    font-size: 1rem;
    color: #333333;
    line-height: 1.625;
}
.section-black .section-desc {
    color: rgba(255, 255, 255, 0.9);
}
.hero-desc {
    font-size: 1rem;
    color: #333333;
    max-width: 28rem;
    line-height: 1.625;
}
.desc-xs {
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.625;
}
.section-black .desc-xs, .section-black .card-desc {
    color: rgba(255, 255, 255, 0.8);
}
.caption-italic {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    color: #cac6bc;
}
.meta-label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
}
.meta-label.tracking-widest {
    letter-spacing: 0.1em;
}
.meta-desc {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Site Header */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #cac6bc;
    position: sticky;
    top: 0;
    z-index: 50;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.logo-link {
    color: #111111;
    font-weight: 900;
    letter-spacing: -0.05em;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.logo-link:hover {
    color: #5C5A4E;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.menu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

/* Buttons */
.btn-nav {
    background-color: #5C5A4E;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
}
.btn-nav:active {
    transform: scale(0.95);
}
.btn-primary {
    background-color: #5C5A4E;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-primary:active {
    transform: scale(0.95);
}
.btn-secondary {
    background-color: #F5F5F5;
    color: #111111;
    border: 1px solid #cac6bc;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
}
.btn-secondary:hover {
    background-color: #e5e5e5;
}
.btn-secondary:active {
    transform: scale(0.95);
}
.btn-group {
    display: flex;
    gap: 12px;
}
.card-link {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #5C5A4E;
    padding-bottom: 4px;
    display: inline-block;
}

/* Badges */
.badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.badge-surface {
    background-color: #F5F5F5;
    border: 1px solid #cac6bc;
    color: #111111;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.badge-dark-uppercase {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Cards & Image Cards */
.card-feature {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #cac6bc;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-outlined {
    border: 1px solid #cac6bc;
    padding: 16px;
    border-radius: 16px;
}
.card-surface-outlined {
    background-color: #F5F5F5;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #cac6bc;
}
.card-dark {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
}
.card-desc {
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.5;
}
.hero-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}
.hero-image-wrapper:hover .hero-image {
    transform: scale(1.05);
}
.image-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    aspect-ratio: 16/9;
}
.image-card.aspect-square {
    aspect-ratio: 1/1;
}
.image-card.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.image-card.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.image-card.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.image-card.border-light {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.card-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    aspect-ratio: 16/9;
}
.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-responsive {
    width: 100%;
    height: auto;
}

/* Grids */
.grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.grid-1.gap-lg {
    gap: 48px;
}
.grid-1.gap-md {
    gap: 16px;
}
.grid-1-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) {
    .grid-1-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.grid-1-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 768px) {
    .grid-1-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Flex layouts */
.hero-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}
.flex-start-gap {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.flex-center-gap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.flex-center-gap.text-sm {
    gap: 12px;
}
.flex-center-gap.not-italic {
    gap: 12px;
}
.icon-lg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.icon-xl {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}
.bullet-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.border-top {
    border-top: 1px solid #cac6bc;
}
.border-top-md {
    border-top: 1px solid #cac6bc;
}
@media (min-width: 768px) {
    .border-top-md {
        border-top: none;
        border-left: 1px solid #cac6bc;
    }
}

/* List Bullets */
.list-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-bullet-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333333;
}

/* Quote styles */
.quote {
    border-left: 2px solid #5C5A4E;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-style: italic;
    font-size: 0.875rem;
    color: #333333;
}
.quote-small {
    font-size: 0.75rem;
    color: #333333;
    font-weight: 500;
    line-height: 1.625;
    font-style: italic;
    border-left: 2px solid #5C5A4E;
    padding-left: 16px;
}
.quote-outline {
    font-size: 11px;
    opacity: 0.85;
    font-style: italic;
    border-left: 2px solid #5C5A4E;
    padding-left: 12px;
}

/* Timelines */
.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background-color: #cac6bc;
}
.timeline-item {
    position: relative;
    padding-left: 40px;
}
.timeline-dot {
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #5C5A4E;
    border: 4px solid #ffffff;
}
.timeline-title {
    font-weight: 900;
    color: #111111;
}

/* Forms */
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-fields.gap-lg {
    gap: 24px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333333;
}
.form-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cac6bc;
    border-radius: 8px;
    padding: 12px;
    font-size: 0.875rem;
    color: #111111;
}
.form-input.bg-gray {
    background-color: #F5F5F5;
}
.form-input:focus {
    outline: none;
    border-color: #5C5A4E;
}
.form-textarea {
    height: 128px;
    resize: vertical;
}
.form-textarea-sm {
    height: 96px;
    resize: vertical;
}

/* Accordions */
.accordion-item {
    display: block;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875rem;
    list-style: none;
}
.accordion-header::-webkit-details-marker {
    display: none;
}
.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}
details[open] .accordion-icon {
    transform: rotate(180deg);
}

/* Footer Section */
.footer {
    background-color: #111111;
    color: #ffffff;
    padding: 64px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.footer-brand-title {
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.footer-badge {
    display: inline-block;
    background-color: #5C5A4E;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-badge.mb-md {
    margin-bottom: 24px;
}
.footer-text {
    font-size: 0.875rem;
    opacity: 0.9;
    line-height: 1.5;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-links-title {
    font-size: 10px;
    font-weight: 700;
    color: #5C5A4E;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.footer-link {
    font-size: 0.875rem;
    opacity: 0.9;
    transition: opacity 0.15s;
}
.footer-link:hover {
    opacity: 1;
}
.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer-copyright {
    font-size: 10px;
    opacity: 0.9;
    line-height: 1.625;
    margin-bottom: 16px;
}
.footer-disclaimer {
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.625;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}
.mobile-menu-overlay:not(.translate-x-full) {
    transform: translateX(0);
}
.mobile-menu-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}
.mobile-menu-close-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}
.mobile-menu-close-btn {
    padding: 8px;
}
.close-icon {
    color: #111111;
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
}
.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: auto;
}
.mobile-menu-link {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111111;
    transition: color 0.15s;
}
.mobile-menu-link:hover {
    color: #5C5A4E;
}
.mobile-menu-footer {
    margin-top: 32px;
}

/* Toast Notifications */
#toast-container {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}
@media (min-width: 640px) {
    #toast-container {
        left: auto;
        right: 24px;
        width: 320px;
    }
}
.toast-notification {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #cac6bc;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
}

/* Restaurant Specials list */
.flex-1.text-center {
    flex: 1;
    text-align: center;
}
.flex-1.text-center.border-x {
    flex: 1;
    text-align: center;
    border-left: 1px solid #cac6bc;
    border-right: 1px solid #cac6bc;
}
.flex-between.border-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cac6bc;
    padding-top: 24px;
    margin-top: 64px;
}

/* Menu Page category button */
.category-tab-btn {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #F5F5F5;
    color: #111111;
    border: 1px solid #cac6bc;
    padding: 8px 16px;
    border-radius: 9999px;
    flex-shrink: 0;
    transition: all 0.15s;
}
.category-tab-btn:hover, .category-tab-btn.active {
    background-color: #5C5A4E;
    color: #ffffff;
}

/* Menu items */
.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cac6bc;
    padding-bottom: 8px;
}
.menu-item-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: #111111;
}
.menu-item-price {
    font-weight: 700;
    font-size: 0.875rem;
    color: #5C5A4E;
}
.menu-item-desc {
    font-size: 0.75rem;
    color: #333333;
    margin-top: 4px;
}

/* Gallery collage & masonry */
.masonry-gallery {
    columns: 2;
    column-gap: 16px;
}
.masonry-gallery > * {
    margin-bottom: 16px;
    break-inside: avoid;
}
.gallery-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    break-inside: avoid;
    position: relative;
}
.gallery-card-square {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    aspect-ratio: 1/1;
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}
.gallery-card:hover .gallery-overlay, .gallery-card-square:hover .gallery-overlay {
    opacity: 1;
}

/* Stats */
.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111111;
}
.stat-label {
    font-size: 10px;
    font-weight: 700;
    color: #5C5A4E;
    text-transform: uppercase;
}

.max-width-75 {
    max-width: 75%;
}
.max-width-xs {
    max-width: 20rem;
}
.hero-overlay-container {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hero-overlay-card {
    background-color: #FAFAFA;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #cac6bc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.map-card {
    background-color: #F5F5F5;
    border: 1px solid #cac6bc;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
}
.package-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.package-item.border-top {
    border-top: 1px solid #cac6bc;
    padding-top: 32px;
}
.desc-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.625;
}
.btn-sm {
    background-color: #5C5A4E;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
}
.schedule-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-tabs {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    overflow-x: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar {
    display: none;
}
.fill-1 {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.gallery-card-square {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    aspect-ratio: 1/1;
}

.btn-sm-primary {
    background-color: #5C5A4E;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    display: inline-block;
}
.btn-sm-secondary {
    background-color: #ffffff;
    color: #111111;
    border: 1px solid #cac6bc;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    display: inline-block;
    transition: background-color 0.15s;
}
.btn-sm-secondary:hover {
    background-color: #f5f5f5;
}
.flex-col {
    flex-direction: column;
}
.btn-secondary.text-white.border-light {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.btn-secondary.text-white.border-light:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.card-square {
    aspect-ratio: 1/1;
}
.text-light {
    color: #ffffff !important;
}
.shadow-large {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-medium {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Dynamic Toast & Animation Helpers */
.toast-content {
    flex: 1;
}
.toast-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #111111;
}
.toast-message {
    font-size: 0.75rem;
    color: #333333;
    margin-top: 2px;
    line-height: 1.5;
}
.toast-close-btn {
    color: #333333;
    display: flex;
    align-items: center;
}
.toast-close-btn:hover {
    color: #111111;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.translate-y-4 {
    transform: translateY(16px);
}
.transition-all {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-700 {
    transition-duration: 700ms;
}

/* Icon size constraints and outline light button */
.icon-md {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.btn-outline-light {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.15s;
}
.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.btn-outline-light:active {
    transform: scale(0.95);
}

/* Dark section list items and icon contrast fixes */
.section-black .list-bullet-item {
    color: rgba(255, 255, 255, 0.9);
}
.section-black .icon-md {
    color: #cac6bc !important;
}
