/* ============================================
   Buy it Sucker - Responsive Website Styles
   ============================================ */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* ============================================
   Horizontal Gutter Scale
   Single source of truth for the left/right rails.
   The navbar, about copy, about close button and
   contact form all align to this value.
   ============================================ */

:root {
    --gutter: 1rem;
    /* Vertical room the about copy leaves for the close button, which now shares
       the right rail with the text column */
    --close-clearance: 4rem;
}

@media (min-width: 426px) {
    :root { --gutter: 1.5rem; }
}

@media (min-width: 768px) {
    :root { --gutter: 2rem; }
}

@media (min-width: 1024px) {
    :root { --gutter: 3rem; }
}

@media (min-width: 1440px) {
    :root { --gutter: 3.5rem; }
}

@media (min-width: 1920px) {
    :root { --gutter: 4rem; }
}

body {
    font-family: 'Myriad Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #231F20;
    background-color: #ffffff;
}

/* ============================================
   Header and Navigation
   ============================================ */

.header {
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 5000;
    box-shadow: none;
}

.navbar {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5rem var(--gutter);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.nav-left,
.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

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

.site-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    flex: 2;
    min-width: 200px;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    line-height: 1.0em;
    cursor: pointer;
}

.nav-link {
    text-decoration: none;
    color: #231F20;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #666;
}

.nav-link.active {
    color: #2e31ff;
}

/* About link active state uses magenta */
a[href="#about"].nav-link.active {
    color: #eb00ff;
}

/* ============================================
   Main Container
   ============================================ */

.container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* ============================================
   Product Section (Mobile-First)
   ============================================ */

.product-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
    min-height: auto;
    margin-bottom: 9rem;
}

.series-header {
    font-size: 21pt;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 5rem;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #231F20;
}

.image-container {
    position: relative;
    width: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.image-container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Black magnifying glass for light backgrounds */
.image-container.light-bg::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
}

/* White magnifying glass for dark backgrounds (default) */
.image-container.dark-bg::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
}

.image-container:hover::after {
    opacity: 1;
}

.image-container picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    cursor: pointer;    
}

/* Product 1: 1024x1365 = 1:1.33 (3:4) - 36 inches wide × 48 inches tall */
.image-container.ratio-3-4 {
    aspect-ratio: 3 / 4;
    max-width: 40vw;
}

/* Product 2: 683x1025 = 1:1.5 (2:3) - 24 inches wide × 36 inches tall 
   Height should be 75% of product 1 (36"/48" = 0.75)
   Product 1 height = 40vw × (4/3) = 53.33vw
   Product 2 height should be = 53.33vw × 0.75 = 40vw
   With aspect ratio 2:3, width = 40vw × (2/3) = 26.67vw */
.image-container.ratio-2-3 {
    aspect-ratio: 2 / 3;
    max-width: calc(40vw * 0.6667);
}

/* Product 4: 1024x1024 = 1:1 (1:1) - Square, 36 inches wide × 36 inches tall */
.image-container.ratio-1-1 {
    aspect-ratio: 1 / 1;
    max-width: 40vw;
}

/* Product 6: 1137x1365 = 5:6 - 40 inches wide × 48 inches tall
   Width should be 111.11% of baseline 36" products (40"/36" = 1.1111) */
.image-container.ratio-5-6 {
    aspect-ratio: 5 / 6;
    max-width: calc(40vw * 1.1111);
}

/* Landscape painting: 6:5 - 72 inches wide × 60 inches tall
   Largest piece - 90% of viewport on mobile, 90% of navbar container on desktop */
.image-container.ratio-6-5 {
    aspect-ratio: 6 / 5;
    max-width: 90vw;
}

.product-info {
    position: static;
    z-index: 2;
    color: #231F20;
    text-shadow: none;
    background-color: transparent;
    margin-top: 1.75rem;
    padding: 0 1rem;
    max-width: 100%;
    text-align: center;
}

.product-info h2 {
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    line-height: 1.0em;
}

.product-info p {
    font-size: 13pt;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: 'Mono45-Headline', monospace, sans-serif;
}

/* ============================================
   Footer
   ============================================ */

.footer {
    background-color: #ffffff;
    color: #231F20;
    text-align: center;
    padding: 3rem 2rem;
    margin-top: 2rem;
}

.footer p {
    margin: 0.5rem 0;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.0em;
}

.footer a {
    color: #231F20;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #666;
}

/* ============================================
   Mobile Styles (375px and below)
   ============================================ */

@media (max-width: 375px) {
    .site-title {
        font-size: 54px;
        min-width: 150px;
    }

    .nav-link {
        font-size: 1.2rem;
    }
}

/* ============================================
   Mobile Styles (393px and below)
   ============================================ */

@media (max-width: 393px) {
    .navbar {
        gap: 0.75rem;
    }
}

/* ============================================
   Mobile Styles (425px and below)
   ============================================ */

@media (max-width: 425px) {
    .navbar {
        max-width: 100%;
        margin: 0 auto 5rem;
        padding: 1rem var(--gutter);
    }

    .site-title {
        font-size: 50px;
        line-height: 0.85em;
    }

    .nav-link {
        font-size: 1.2rem;
    }

    .product-section {
        margin-bottom: 7rem;
    }

    .product-info h2 {
        font-size: 16pt;
    }

    .product-info p {
        font-size: 10pt;
        line-height: 1.2;
    }

    .footer p {
        font-size: 16pt;
    }

    .image-container.ratio-3-4 {
    aspect-ratio: 3 / 4;
    max-width: 60vw;
    }

    .image-container.ratio-2-3 {
    aspect-ratio: 2 / 3;
    max-width: calc(60vw * 0.6667);
    }

    .image-container.ratio-1-1 {
    aspect-ratio: 1 / 1;
    max-width: 60vw;
    }

    .image-container.ratio-5-6 {
    aspect-ratio: 5 / 6;
    max-width: calc(60vw * 1.1111);
    }
}

/* ============================================
   Tablet Styles (768px and up)
   ============================================ */

@media (min-width: 768px) {
    .navbar {
        padding: 2rem var(--gutter);
        gap: 2rem;
        margin-bottom: 5rem;
    }

    .site-title {
        font-size: 3.2rem;
    }

    .nav-link {
        font-size: 1.75rem;
    }

    .product-section {
        aspect-ratio: auto;
        min-height: auto;
        margin-bottom: 12rem;
    }

    .image-container img {
        max-width: none;
    }

    .image-container.ratio-3-4 {
    aspect-ratio: 3 / 4;
    max-width: 60vw;
    }
    .image-container.ratio-2-3 {
    aspect-ratio: 2 / 3;
    max-width: calc(60vw * 0.6667);
    }
    .image-container.ratio-1-1{
    aspect-ratio: 1 / 1;
    max-width: 60vw;
    }
    .image-container.ratio-5-6 {
    aspect-ratio: 5 / 6;
    max-width: calc(60vw * 1.1111);
    }

    .product-info h2 {
        font-size: 1.4rem;
    }

    .product-info p {
        font-size: 0.95rem;
    }

    .footer p {
        font-size: 1.4rem;
    }
}

/* ============================================
   Desktop Styles (1024px and up)
   ============================================ */

@media (min-width: 1024px) {
    .navbar {
        padding: 2.5rem var(--gutter);
    }

    .site-title {
        font-size: 3.5rem;
    }

    .product-section {
        aspect-ratio: auto;
        min-height: auto;
    }

    .image-container img {
        max-width: none;
    }

      .image-container.ratio-3-4 {
    aspect-ratio: 3 / 4;
    max-width: 40vw !important;
    }
    .image-container.ratio-2-3 {
    aspect-ratio: 2 / 3;
    max-width: calc(40vw * 0.6667) !important;
    }
    .image-container.ratio-1-1{
    aspect-ratio: 1 / 1;
    max-width: 40vw !important;
    }
    .image-container.ratio-5-6 {
    aspect-ratio: 5 / 6;
    max-width: calc(40vw * 1.1111) !important;
    }

    .product-info h2 {
        font-size: 1.6rem;
    }

    .product-info p {
        font-size: 1rem;
    }

    .footer p {
        font-size: 1.6rem;
    }
}

/* ============================================
   Large Desktop Styles (1440px and up)
   ============================================ */

@media (min-width: 1440px) {
    .navbar {
        padding: 3rem var(--gutter);
        max-width: 100%;
        margin: 0 0 90px;
    }

    .site-title {
        font-size: 4.5rem;
    }

    .container {
        max-width: 100%;
    }

    .product-section {
        aspect-ratio: auto;
        min-height: auto;
    }

    .image-container img {
        max-width: none;
    }

    /* Large landscape painting - capped so it stays a comfortable reading width */
    .image-container.ratio-6-5 {
        max-width: 1260px;
    }

    .product-info h2 {
        font-size: 1.8rem;
    }

    .product-info p {
        font-size: 1.1rem;
    }

    .footer p {
        font-size: 1.8rem;
    }
}

/* ============================================
   Accessibility and Print Styles
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .nav-link {
        transition: none;
    }
}

@media print {
    .header {
        position: static;
    }

    .product-section {
        page-break-inside: avoid;
    }
}

/* ============================================
   Lightbox Modal Styles
   ============================================ */

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

.lightbox-modal.show {
    display: flex;
}

.lightbox-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    user-select: none;
    touch-action: none;
    -webkit-user-select: none;
}

.lightbox-content {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
    cursor: grab;
    transition: transform 0.1s ease-out;
    transform-origin: center;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.lightbox-content:active {
    cursor: grabbing;
}

.lightbox-content.panning {
    cursor: grabbing;
}

.lightbox-controls {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2002;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 20px;
    border-radius: 8px;
    pointer-events: auto;
}

.lightbox-controls button {
    background-color: #2e31ff;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 16pt;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-family: 'Mono45-Headline', monospace, sans-serif;
}

.lightbox-controls button:hover {
    background-color: #1a1d99;
    transform: scale(1.05);
}

.lightbox-controls button:active {
    transform: scale(0.95);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-controls .lightbox-close {
    background-color: #ff4444 !important;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 20pt;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    line-height: 1;
}

.lightbox-controls .lightbox-close:hover {
    background-color: #cc0000 !important;
    transform: scale(1.05);
}

.lightbox-controls .lightbox-close:active {
    transform: scale(0.95);
}

/* Mobile lightbox adjustments */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95vw;
        max-height: 95vh;
    }
}

/* ============================================
   About Text Overlay Styles
   ============================================ */

.about-overlay {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: hidden;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    pointer-events: auto;
    margin-left: 0;
    cursor: pointer;
}

/* Opaque band the height of the navbar - scrolling text disappears behind it */
.about-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height, 8rem);
    background-color: #ffffff;
    z-index: 2;
    pointer-events: none;
}

.about-overlay.show {
    display: block;
    opacity: 1;
}

.about-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: calc(var(--nav-height, 8rem) + var(--close-clearance)) var(--gutter) 2rem;
    color: #eb00ff;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 300;
    font-size: 21pt;
    line-height: 1.6;
    transform: translateY(0);
    will-change: transform;
}

.about-content h1 {
    font-size: 21pt;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.3;
}

.about-content h2 {
    font-size: 21pt;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-content p {
    margin-bottom: 1.5rem;
}

.about-close {
    position: absolute;
    top: calc(var(--nav-height, 8rem) + 0.5rem);
    /* Optical offset lines the glyph's ink up with CONTACT's, not just the boxes */
    right: calc(var(--gutter) - var(--close-optical-offset, 0px));
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #eb00ff;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 3001;
    pointer-events: auto;
}

.about-close:hover {
    color: #231F20;
}

@media (max-width: 1440px) {
    .about-close {
        top: calc(var(--nav-height, 8rem) + 1rem);
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .about-close {
        top: calc(var(--nav-height, 8rem) + 1rem);
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .about-content {
        padding: calc(var(--nav-height, 8rem) + var(--close-clearance)) var(--gutter) 1.5rem;
        font-size: 16pt;
    }

    .about-content h1,
    .about-content h2 {
        font-size: 16pt;
    }

    .about-close {
        top: calc(var(--nav-height, 8rem) + 0.5rem);
        font-size: 30px;
    }
}

@media (max-width: 425px) {
    .about-close {
        top: calc(var(--nav-height, 8rem) + 0.5rem);
        font-size: 30px;
    }
}

/* ============================================
   Contact Form Modal Styles
   ============================================ */

.contact-modal {
    display: none;
    position: fixed;
    z-index: 4000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
}

.contact-modal.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.contact-form-container {
    position: fixed;
    right: var(--gutter);
    top: 8rem;
    background-color: transparent;
    border: 4px solid #2e31ff;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    pointer-events: auto;
    z-index: 10000;
}

.contact-close {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 30px;
    font-weight: bold;
    color: #2e31ff;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10001;
    pointer-events: auto;
    line-height: 1;
}

.contact-close:hover {
    color: #231F20;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.form-group label {
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 700;
    font-size: 16pt;
    color: #2e31ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
    background-color: transparent;
    border: 2px solid #2e31ff;
    padding: 0.25rem;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 300;
    font-size: 14pt;
    color: #2e31ff;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #2e31ff;
    opacity: 0.5;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #2e31ff;
    box-shadow: 0 0 8px rgba(46, 49, 255, 0.3);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    background-color: transparent;
    border: 3px solid #2e31ff;
    padding: 0.75rem 1.5rem;
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 700;
    font-size: 16pt;
    color: #2e31ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.submit-button:hover {
    background-color: #2e31ff;
    color: #ffffff;
}

/* Mobile contact form adjustments */
@media (max-width: 767px) {
    .contact-modal {
        background-color: rgba(0, 0, 0, 0.7);
        pointer-events: auto;
    }

    .contact-modal.show {
        pointer-events: auto;
    }

    .contact-form-container {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        padding: 1.5rem;
        max-width: 85vw;
        border: 4px solid #2e31ff;
    }

    .contact-close {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 25px;
    }

    .form-group label {
        font-size: 14pt;
    }

    .form-group input,
    .form-group textarea {
        font-size: 12pt;
    }

    .submit-button {
        font-size: 14pt;
    }
}

@media (max-width: 425px) {
    .contact-modal {
        background-color: rgba(255, 255, 255, 0.95);
        pointer-events: auto;
    }

    .contact-form-container {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        padding: 1rem;
        width: 85vw;
        max-width: none;
        border: 4px solid #2e31ff;
        box-sizing: border-box;
    }

    .contact-close {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 20px;
    }

    .form-group label {
        font-size: 12pt;
    }

    .form-group input,
    .form-group textarea {
        font-size: 11pt;
        padding: 0.5rem;
    }

    .submit-button {
        font-size: 12pt;
    }
}

/* ============================================
   Thank You Notification Styles
   ============================================ */

.thank-you-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2e31ff;
    border: 2px solid #2e31ff;
    padding: 2rem 3rem;
    z-index: 5000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(46, 49, 255, 0.4);
}

.thank-you-notification.show {
    opacity: 1;
}

.thank-you-notification p {
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 300;
    font-size: 18pt;
    color: #ffffff;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .thank-you-notification {
        padding: 1.5rem 2rem;
    }

    .thank-you-notification p {
        font-size: 16pt;
    }
}

@media (max-width: 425px) {
    .thank-you-notification {
        padding: 1rem 1.5rem;
        max-width: 80vw;
    }

    .thank-you-notification p {
        font-size: 14pt;
    }
}

/* Error Notification Styles */

.error-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff4444;
    border: 2px solid #ff4444;
    padding: 2rem 3rem;
    z-index: 5000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(255, 68, 68, 0.4);
}

.error-notification.show {
    opacity: 1;
}

.error-notification p {
    font-family: 'Mono45-Headline', monospace, sans-serif;
    font-weight: 300;
    font-size: 18pt;
    color: #ffffff;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .error-notification {
        padding: 1.5rem 2rem;
    }

    .error-notification p {
        font-size: 16pt;
    }
}

@media (max-width: 425px) {
    .error-notification {
        padding: 1rem 1.5rem;
        max-width: 80vw;
    }

    .error-notification p {
        font-size: 14pt;
    }
}
