* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    background-color: #f5e6e6;
    background-image: url('https://joeeddie.com/wp-content/uploads/2025/02/joeeddie-entwinted-trans_inverted-fullknockout-web555t22.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: #1a1a1a;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* MOBILE FIRST - Base styles for mobile */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px 20px;
    position: relative;
    min-height: 100vh;
}

/* Logo - Mobile */
.logo-container {
    text-align: center;
    margin-bottom: 24px;
    padding: 16px 0;
}

.logo-container a {
    display: inline-block;
    text-decoration: none;
}

.logo-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}

/* Hero Panel - Mobile */
.hero-panel {
    width: 100vw;
    height: 400px;
    margin: 0 calc(-50vw + 50%) 32px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-image: url('valentines-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

/* Hero Logo - Mobile */
.hero-logo-container {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 20;
}

.hero-logo-container a {
    display: inline-block;
    text-decoration: none;
}

.hero-logo-image {
    max-width: 120px;
    height: auto;
    display: block;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

/* Hero Heading - Mobile */
.hero-heading {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(196, 30, 58, 0.3);
    width: 90%;
    max-width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0;
}

/* Main heading - Mobile (kept for backward compatibility, but not used) */
.main-heading {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 1.3;
    color: #1a1a1a;
}

/* Hero section - Mobile */
.hero-section {
    margin-bottom: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.hero-text.emphasis {
    font-weight: 600;
    font-size: 1.15rem;
    margin-top: 24px;
}

/* Content sections - Mobile */
.content-section {
    margin-bottom: 48px;
    width: 100%;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.3;
}

.section-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.section-text.emphasis {
    font-weight: 600;
    margin-top: 24px;
}

/* Custom Song Section - Enhanced styling */
.custom-song-section {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 32px 24px;
    border-left: 4px solid #c41e3a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
}

.custom-song-section .section-title {
    margin-bottom: 24px;
}

.custom-song-section .section-text {
    margin-bottom: 20px;
}

/* Custom list - Mobile */
.custom-list {
    list-style: none;
    padding-left: 0;
    margin: 24px 0;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px 24px;
    border-radius: 6px;
}

.custom-list li {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
    color: #1a1a1a;
    font-weight: 500;
}

.custom-list li:last-child {
    margin-bottom: 0;
}

.custom-list li:before {
    content: "♪";
    position: absolute;
    left: 8px;
    color: #c41e3a;
    font-size: 1.4rem;
    font-weight: bold;
    top: 2px;
}

/* Process steps - Mobile */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
    align-items: center;
}

.process-step {
    padding: 24px 28px;
    background: linear-gradient(135deg, #ffb3d9 0%, #ff99cc 100%);
    border-radius: 50px 20px 50px 20px;
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
}

.process-step:nth-child(2) {
    background: linear-gradient(135deg, #ffcccc 0%, #ffb3b3 100%);
    transform: rotate(1deg);
}

.process-step:nth-child(3) {
    background: linear-gradient(135deg, #ffe6f2 0%, #ffd9ec 100%);
    transform: rotate(-0.5deg);
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #c41e3a;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.step-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: center;
    font-weight: 500;
}

/* Audio Player - Mobile */
.audio-player-container {
    margin: 32px 0;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    border-left: 4px solid #c41e3a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.audio-player {
    width: 100%;
    max-width: 100%;
    height: 48px;
    outline: none;
}

.audio-player::-webkit-media-controls-panel {
    background-color: rgba(255, 255, 255, 0.9);
}

.audio-player::-webkit-media-controls-play-button {
    background-color: #c41e3a;
    border-radius: 50%;
}

.audio-player::-webkit-media-controls-current-time-display,
.audio-player::-webkit-media-controls-time-remaining-display {
    color: #1a1a1a;
}

/* CTA Button - Mobile */
.cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px 24px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #c41e3a;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 56px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.3);
    margin-top: 24px;
}

.cta-button:active {
    transform: scale(0.98);
    background-color: #a01a2e;
}

.cta-button-large {
    font-size: 1.2rem;
    padding: 20px 28px;
    min-height: 64px;
}

/* Pricing Section - Mobile */
.pricing-section {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 32px 24px;
    border-left: 4px solid #c41e3a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pricing-options {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
}

.pricing-option {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(196, 30, 58, 0.2);
    border-radius: 0;
}

.pricing-option-featured {
    border-color: #c41e3a;
    border-width: 3px;
}

.pricing-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #c41e3a;
    text-align: center;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c41e3a;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.pricing-features {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.pricing-features li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    color: #1a1a1a;
}

.pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-features li:before {
    content: "✓";
    position: absolute;
    left: 8px;
    color: #c41e3a;
    font-size: 1.2rem;
    font-weight: bold;
    top: 2px;
}

/* Contact section - Mobile */
.contact-section {
    margin-bottom: 48px;
    padding: 32px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    width: 100%;
    text-align: center;
}

/* Booking Embed Container - Mobile */
.booking-embed-container {
    width: 100%;
    min-height: 600px;
    margin-top: 24px;
    position: relative;
}

.booking-embed-container iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    min-height: 600px;
}

.contact-form {
    margin-top: 24px;
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-input {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    background-color: #ffffff;
    border: 2px solid rgba(196, 30, 58, 0.3);
    border-radius: 0;
    color: #1a1a1a;
    -webkit-appearance: none;
    appearance: none;
    min-height: 56px;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #c41e3a;
    background-color: #ffffff;
}

.form-input::placeholder {
    color: rgba(26, 26, 26, 0.5);
}

.submit-button {
    width: 100%;
    padding: 18px 24px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #c41e3a;
    color: #ffffff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 56px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.3);
}

.submit-button:active {
    transform: scale(0.98);
    background-color: #a01a2e;
}

/* Success Toast - Mobile */
.success-toast {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 500px;
    background-color: #4caf50;
    color: #ffffff;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    animation: slideUp 0.3s ease-out;
}

.success-toast.show {
    display: block;
}

.success-toast-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.success-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 1;
}

.success-message {
    flex: 1;
}

.success-message strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.success-message p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Links container - Mobile */
.links-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
    width: 100%;
}

/* Link buttons - Mobile (Touch-friendly) */
.link-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-height: 56px; /* Minimum touch target size */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

.link-button:active {
    transform: scale(0.98);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.link-button .icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    line-height: 1;
}

.link-button .text {
    flex: 1;
    line-height: 1.4;
}

/* Event button special styling */
.event-button {
    background-color: #1a3a1a;
}

.event-button:active {
    background-color: #2a4a2a;
}

/* Bio Section - Mobile */
.bio-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.bio-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.bio-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
}

.bio-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: block;
}

.bio-text {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
    width: 100%;
}

.bio-text p {
    margin-bottom: 16px;
}

.bio-text p:last-child {
    margin-bottom: 0;
}

.bio-link {
    color: #c41e3a;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.bio-link:hover {
    color: #a01a2e;
}

/* Watermark - Mobile */
.watermark {
    display: none; /* Completely hidden */
}

/* Footer - Mobile First */
.site-footer {
    width: 100%;
    padding: 40px 16px 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.4);
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* Social Links */
.social-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #c41e3a;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 50%;
    background-color: rgba(196, 30, 58, 0.1);
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.1);
}

.social-link:active {
    transform: scale(0.9);
    background-color: rgba(196, 30, 58, 0.2);
}

.social-link svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Footer Logo */
.footer-logo {
    text-align: center;
}

.footer-logo a {
    display: inline-block;
    text-decoration: none;
}

.footer-logo-image {
    width: 80px;
    height: 80px;
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-logo a:active .footer-logo-image {
    opacity: 1;
}

/* Footer Copyright */
.footer-copyright {
    text-align: center;
    color: rgba(26, 26, 26, 0.7);
    font-size: 0.9rem;
}

.footer-copyright p {
    margin: 0;
    padding: 0;
}

/* TABLET - 481px and up */
@media (min-width: 481px) {
    .container {
        padding: 0 20px 24px;
        max-width: 500px;
    }
    
    .logo-image {
        max-width: 400px;
    }
    
    .hero-panel {
        height: 450px;
        margin: 0 calc(-50vw + 50%) 40px;
        width: 100vw;
    }
    
    .hero-logo-image {
        max-width: 150px;
    }
    
    .hero-logo-container {
        top: 16px;
        left: 16px;
    }
    
    .hero-heading {
        font-size: 2.5rem;
        bottom: 25px;
        letter-spacing: 3px;
    }
    
    .main-heading {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    
    .hero-text {
        font-size: 1.15rem;
    }
    
    .hero-text.emphasis {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-text {
        font-size: 1.05rem;
    }
    
    .form-input {
        font-size: 1.05rem;
    }
    
    .submit-button {
        font-size: 1.15rem;
    }
    
    .link-button {
        padding: 18px 24px;
        font-size: 1.05rem;
    }
    
    .bio-title {
        font-size: 1.75rem;
    }
    
    .bio-text {
        font-size: 1.05rem;
    }
    
    .site-footer {
        padding: 50px 20px 40px;
    }
    
    .social-link {
        width: 48px;
        height: 48px;
    }
    
    .social-link svg {
        width: 26px;
        height: 26px;
    }
    
    .footer-logo-image {
        width: 90px;
        height: 90px;
    }
}

/* DESKTOP - 768px and up */
@media (min-width: 768px) {
    .container {
        padding: 0 30px 40px;
        max-width: 600px;
    }
    
    .logo-container {
        margin-bottom: 30px;
        padding: 20px 0;
    }
    
    .logo-image {
        max-width: 500px;
    }
    
    .hero-panel {
        height: 500px;
        margin: 0 calc(-50vw + 50%) 50px;
        width: 100vw;
        border-radius: 0;
    }
    
    .hero-logo-image {
        max-width: 180px;
    }
    
    .hero-logo-container {
        top: 20px;
        left: 20px;
    }
    
    .hero-heading {
        font-size: 3.5rem;
        bottom: 30px;
        letter-spacing: 4px;
    }
    
    .main-heading {
        font-size: 2.5rem;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    
    .hero-section {
        margin-bottom: 60px;
    }
    
    .hero-text {
        font-size: 1.2rem;
    }
    
    .hero-text.emphasis {
        font-size: 1.3rem;
    }
    
    .content-section {
        margin-bottom: 60px;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 24px;
    }
    
    .section-text {
        font-size: 1.1rem;
    }
    
    .custom-song-section {
        padding: 40px 32px;
    }
    
    .custom-list {
        padding: 24px 32px;
        margin: 28px 0;
    }
    
    .custom-list li {
        font-size: 1.25rem;
        margin-bottom: 18px;
        padding-left: 36px;
    }
    
    .custom-list li:before {
        font-size: 1.5rem;
    }
    
    .process-steps {
        gap: 32px;
        margin: 40px 0;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .process-step {
        padding: 28px 36px;
        max-width: 90%;
    }
    
    .process-step:hover {
        transform: rotate(0deg) scale(1.02);
        transition: transform 0.3s ease;
    }
    
    .process-step:nth-child(2):hover {
        transform: rotate(0deg) scale(1.02);
    }
    
    .process-step:nth-child(3):hover {
        transform: rotate(0deg) scale(1.02);
    }
    
    .step-title {
        font-size: 1.4rem;
    }
    
    .step-text {
        font-size: 1.05rem;
    }
    
    .contact-section {
        padding: 40px 30px;
        margin-bottom: 60px;
    }
    
    .booking-embed-container {
        min-height: 700px;
    }
    
    .booking-embed-container iframe {
        min-height: 700px;
    }
    
    .form-input {
        font-size: 1.1rem;
        padding: 18px;
    }
    
    .submit-button {
        font-size: 1.2rem;
        padding: 20px 28px;
    }
    
    .submit-button:hover {
        background-color: #a01a2e;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .cta-button {
        width: auto;
        padding: 20px 40px;
        font-size: 1.2rem;
    }
    
    .cta-button:hover {
        background-color: #a01a2e;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .cta-button-large {
        font-size: 1.3rem;
        padding: 22px 48px;
    }
    
    .pricing-options {
        flex-direction: row;
        gap: 32px;
    }
    
    .pricing-option {
        flex: 1;
    }
    
    .pricing-price {
        font-size: 3rem;
    }
    
    .success-toast {
        bottom: 30px;
        padding: 24px 28px;
        max-width: 600px;
    }
    
    .success-message strong {
        font-size: 1.2rem;
    }
    
    .success-message p {
        font-size: 1rem;
    }
    
    .links-container {
        gap: 14px;
        margin-bottom: 60px;
    }
    
    .link-button {
        padding: 18px 24px;
        font-size: 1.1rem;
    }
    
    .link-button:hover {
        background-color: #3a3a3a;
        transform: translateX(3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    }
    
    .event-button:hover {
        background-color: #2a4a2a;
    }
    
    .bio-section {
        margin-top: 60px;
        padding-top: 40px;
    }
    
    .bio-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .bio-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
        max-width: 900px;
    }
    
    .bio-image {
        flex: 0 0 300px;
        max-width: 300px;
        width: 300px;
    }
    
    .bio-text {
        flex: 1;
        font-size: 1.1rem;
    }
    
    .watermark {
        display: none;
    }
    
    .site-footer {
        padding: 60px 30px 50px;
        margin-top: 60px;
    }
    
    .footer-content {
        gap: 30px;
    }
    
    .social-links {
        gap: 24px;
    }
    
    .social-link {
        width: 52px;
        height: 52px;
    }
    
    .social-link:hover {
        transform: scale(1.1);
        background-color: rgba(196, 30, 58, 0.2);
        color: #c41e3a;
    }
    
    .social-link svg {
        width: 28px;
        height: 28px;
    }
    
    .footer-logo a:hover .footer-logo-image {
        opacity: 1;
    }
    
    .footer-logo-image {
        width: 100px;
        height: 100px;
    }
    
    .footer-copyright {
        font-size: 1rem;
    }
}

/* LARGE DESKTOP - 1024px and up (Full width) */
@media (min-width: 1024px) {
    .container {
        max-width: 800px;
        padding: 0 40px 50px;
    }
    
    .logo-image {
        max-width: 555px;
    }
    
    .hero-panel {
        height: 600px;
        margin: 0 calc(-50vw + 50%) 60px;
        width: 100vw;
    }
    
    .hero-logo-image {
        max-width: 220px;
    }
    
    .hero-logo-container {
        top: 24px;
        left: 24px;
    }
    
    .hero-heading {
        font-size: 4.5rem;
        bottom: 40px;
        letter-spacing: 5px;
    }
    
    .main-heading {
        font-size: 3rem;
    }
    
    .hero-text {
        font-size: 1.25rem;
    }
    
    .hero-text.emphasis {
        font-size: 1.4rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .section-text {
        font-size: 1.15rem;
    }
    
    .custom-song-section {
        padding: 48px 40px;
    }
    
    .custom-list {
        padding: 28px 40px;
        margin: 32px 0;
    }
    
    .custom-list li {
        font-size: 1.35rem;
        margin-bottom: 20px;
        padding-left: 40px;
    }
    
    .custom-list li:before {
        font-size: 1.6rem;
    }
    
    .process-steps {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact-section {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .link-button {
        padding: 20px 28px;
        font-size: 1.15rem;
    }
    
    .bio-content {
        max-width: 1000px;
    }
    
    .watermark {
        display: none;
    }
    
    .site-footer {
        padding: 70px 40px 60px;
    }
    
    .social-links {
        gap: 28px;
    }
    
    .social-link {
        width: 56px;
        height: 56px;
    }
    
    .social-link svg {
        width: 30px;
        height: 30px;
    }
    
    .footer-logo-image {
        width: 110px;
        height: 110px;
    }
    
    .success-toast {
        bottom: 40px;
        padding: 28px 32px;
        max-width: 650px;
    }
    
    .success-icon {
        font-size: 1.75rem;
    }
    
    .success-message strong {
        font-size: 1.3rem;
    }
    
    .success-message p {
        font-size: 1.05rem;
    }
}

/* Sample Popup - Mobile */
.sample-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: 380px;
    background-color: #ffffff;
    border: 3px solid #c41e3a;
    box-shadow: 0 8px 24px rgba(196, 30, 58, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    animation: slideUpFadeIn 0.4s ease-out;
}

.sample-popup-content {
    padding: 24px;
    position: relative;
}

.sample-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #c41e3a;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.2);
}

.sample-popup-close:hover {
    color: #a01a2e;
    transform: scale(1.1);
}

.sample-popup-close:active {
    transform: scale(0.95);
}

.sample-popup-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c41e3a;
    margin-bottom: 12px;
    margin-right: 32px;
    line-height: 1.3;
}

.sample-popup-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.sample-popup-song-title {
    font-size: 0.95rem;
    font-weight: 600;
    font-style: italic;
    color: #c41e3a;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}

/* Sample Song Title - Main Page */
.sample-song-title {
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: #c41e3a;
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}

.sample-popup .audio-player-container {
    margin: 0;
    padding: 16px;
    background-color: rgba(245, 230, 230, 0.5);
    border-left: 3px solid #c41e3a;
}

.sample-popup .audio-player-container .sample-popup-song-title {
    margin-top: 12px;
    margin-bottom: 0;
}

.sample-popup .audio-player {
    height: 44px;
}

@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TABLET - 481px and up */
@media (min-width: 481px) {
    .sample-popup {
        max-width: 420px;
        bottom: 24px;
        right: 24px;
    }
    
    .sample-popup-content {
        padding: 28px;
    }
    
    .sample-popup-title {
        font-size: 1.5rem;
    }
    
    .sample-popup-text {
        font-size: 1rem;
    }
    
    .sample-popup-song-title {
        font-size: 1rem;
    }
    
    .sample-song-title {
        font-size: 1.1rem;
    }
}

/* DESKTOP - 768px and up */
@media (min-width: 768px) {
    .sample-popup {
        max-width: 450px;
        bottom: 30px;
        right: 30px;
    }
    
    .sample-popup-content {
        padding: 32px;
    }
    
    .sample-popup-title {
        font-size: 1.6rem;
    }
    
    .sample-popup-text {
        font-size: 1.05rem;
    }
    
    .sample-popup-song-title {
        font-size: 1.05rem;
    }
    
    .sample-song-title {
        font-size: 1.15rem;
    }
    
    .sample-popup-close {
        top: 16px;
        right: 16px;
        font-size: 2.2rem;
        width: 36px;
        height: 36px;
    }
    
    .sample-popup-close:hover {
        transform: scale(1.15);
    }
}

/* EXTRA LARGE DESKTOP - 1440px and up */
@media (min-width: 1440px) {
    .container {
        max-width: 900px;
    }
}
