/* Royal Time - Responsive Styles */
/* Mobile-first responsive design with brand consistency */

/* ===== BREAKPOINT VARIABLES ===== */
/*
Mobile: 320px - 767px
Tablet: 768px - 1023px  
Desktop: 1024px - 1199px
Large Desktop: 1200px+
*/

/* ===== LARGE DESKTOP (1200px+) ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 var(--space-lg);
    }
    
    .hero-content {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: var(--space-3xl);
    }
    
    .hero-visual {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        opacity: 0.8;
        pointer-events: all;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== DESKTOP (1024px - 1199px) ===== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 1024px;
        padding: 0 var(--space-md);
    }
    
    .hero-content {
        padding-top: 100px;
    }
    
    .about-grid {
        gap: var(--space-xl);
    }
    
    .contact-grid {
        gap: var(--space-xl);
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
    
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: var(--space-lg);
    }
}

/* ===== TABLET (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 768px;
        padding: 0 var(--space-md);
    }
    
    /* Navigation adjustments */
    .nav-container {
        padding: var(--space-sm) var(--space-md);
    }
    
    .nav-menu {
        gap: var(--space-md);
    }
    
    .nav-link {
        font-size: var(--font-size-sm);
    }
    
    /* Hero section */
    .hero {
        min-height: 80vh;
    }
    
    .hero-content {
        padding-top: 80px;
        gap: var(--space-xl);
    }
    
    .hero-title {
        font-size: clamp(var(--font-size-3xl), 6vw, var(--font-size-4xl));
    }
    
    .hero-subtitle {
        font-size: var(--font-size-xl);
    }
    
    .hero-buttons {
        flex-direction: row;
        gap: var(--space-md);
    }
    
    .btn {
        min-width: 160px;
        padding: var(--space-sm) var(--space-md);
        font-size: var(--font-size-sm);
    }
    
    /* Section spacing */
    section {
        padding: var(--space-2xl) 0;
    }
    
    .section-title {
        font-size: var(--font-size-3xl);
    }
    
    /* About section */
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
        text-align: center;
    }
    
    .about-content {
        padding-right: 0;
        order: 2;
    }
    
    .about-image {
        order: 1;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-md);
        max-width: 400px;
        margin: var(--space-xl) auto 0;
    }
    
    /* Services section */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
    
    .service-card {
        padding: var(--space-lg);
    }
    
    /* Process section */
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
    
    .process-timeline::before {
        display: none; /* Hide connecting line on tablet */
    }
    
    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
    
    .testimonial-card {
        padding: var(--space-lg);
    }
    
    /* Contact section */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }
    
    .contact-info {
        padding-right: 0;
        order: 1;
    }
    
    .contact-form {
        order: 2;
        padding: var(--space-xl);
    }
    
    .info-item {
        display: inline-block;
        width: calc(50% - var(--space-sm));
        margin-right: var(--space-md);
        vertical-align: top;
    }
    
    .info-item:nth-child(even) {
        margin-right: 0;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-xl);
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: var(--space-lg);
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: var(--space-sm);
    }
}

/* ===== MOBILE (320px - 767px) ===== */
@media (max-width: 767px) {
    :root {
        --container-padding: 1rem;
        --space-xs: 0.25rem;
        --space-sm: 0.75rem;
        --space-md: 1rem;
        --space-lg: 1.5rem;
        --space-xl: 2rem;
        --space-2xl: 2.5rem;
        --space-3xl: 3rem;
    }
    
    .container {
        padding: 0 var(--container-padding);
        max-width: 100%;
    }
    
    /* ===== MOBILE NAVIGATION ===== */
    .navbar {
        background: rgba(255, 255, 255, 0.98);
        padding: 0;
        height: 60px;
        position: relative; /* Fjern sticky/fixed på mobil */
        backdrop-filter: none; /* Fjern blur effekt på mobil */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Enkel skygge */
    }
    
    /* Fjern scroll-triggered styling på mobil */
    .navbar.scrolled {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .nav-container {
        padding: var(--space-sm) var(--container-padding);
        height: 100%;
    }
    
    /* Logo justerer seg ikke på mobil */
    .nav-logo .logo-main {
        height: 32px;
    }
    
    /* Vis alltid mørk logo på mobil */
    .nav-logo .logo-white {
        display: none !important;
    }
    
    .nav-logo .logo-dark {
        display: block !important;
    }
    
    /* Hamburger meny alltid mørk på mobil */
    .nav-toggle .bar {
        background-color: var(--royal-navy) !important;
    }
    
    .nav-toggle.active .bar {
        background-color: var(--royal-navy) !important;
    }
    
    .nav-menu {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        background: var(--pure-white);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: var(--space-xl) 0;
        gap: 0;
        transition: left var(--transition-base);
        box-shadow: var(--shadow-lg);
        overflow-y: auto;
        z-index: var(--z-modal);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        width: 100%;
        text-align: center;
    }
    
    .nav-link {
        display: block;
        padding: var(--space-md) var(--space-lg);
        font-size: var(--font-size-base);
        border-bottom: 1px solid rgba(172, 172, 172, 0.1);
        width: 100%;
        color: var(--royal-navy) !important; /* Mørk tekst på mobil */
    }
    
    .nav-link:hover,
    .nav-link.active {
        color: var(--royal-blue) !important;
    }
    
    /* Mobile Mega Menu */
    .mega-dropdown {
        position: relative;
    }
    
    .mega-dropdown .nav-link {
        position: relative;
        padding-right: 40px; /* Plass for pil */
    }
    
    .mega-dropdown .nav-link::after {
        content: '▼';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        transition: transform 0.3s ease;
        color: var(--royal-navy);
    }
    
    .mega-dropdown.active .nav-link::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .mega-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none;
        background: rgba(248, 249, 250, 0.98);
        border-radius: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-top: 1px solid rgba(172, 172, 172, 0.1);
    }
    
    .mega-dropdown.active .mega-menu {
        max-height: 800px; /* Økt fra 600px for å få plass til alt innhold */
        overflow-y: auto;
        border-bottom: 1px solid rgba(172, 172, 172, 0.1);
    }
    
    .mega-menu-container {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    
    .mega-menu-column {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid rgba(172, 172, 172, 0.1);
        background: rgba(255, 255, 255, 0.5);
    }
    
    .mega-menu-column:last-child {
        border-bottom: none;
    }
    
    .mega-menu-column h4 {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 15px;
        color: var(--royal-navy);
        text-transform: uppercase;
    }
    
    .mega-menu-column ul {
        gap: 0;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mega-menu-column li {
        margin-bottom: 10px;
    }
    
    .mega-menu-column a {
        padding: 10px 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--royal-navy);
        text-decoration: none;
        transition: all 0.2s ease;
    }
    
    .mega-menu-column a:hover {
        color: var(--royal-blue);
        transform: translateX(5px);
    }
    
    .mega-menu-column a.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    
    .mega-menu-column a.disabled:hover {
        color: var(--royal-navy);
        transform: none;
    }
    
    .mega-menu-column i {
        width: 20px;
        text-align: center;
        font-size: 14px;
    }
    
    .mega-menu-cta {
        margin: 20px;
        padding: 20px;
        background: var(--pure-white);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-sm);
    }
    
    .mega-menu-cta h5 {
        font-size: 16px;
        margin-bottom: 10px;
        color: var(--royal-navy);
    }
    
    .mega-menu-cta p {
        font-size: 13px;
        margin-bottom: 15px;
        color: var(--silver-gray);
        line-height: 1.6;
    }
    
    .mega-menu-cta .btn-small {
        font-size: 13px;
        padding: 8px 16px;
        display: inline-block;
    }
    
    .nav-link.cta-button {
        margin: var(--space-md) var(--space-lg);
        width: auto;
        border-radius: var(--radius-full);
        border-bottom: none;
    }
    
    /* Mobile dropdown */
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(172, 172, 172, 0.05);
        border-radius: 0;
        border: none;
        border-top: 1px solid rgba(172, 172, 172, 0.1);
        border-bottom: 1px solid rgba(172, 172, 172, 0.1);
        margin: 0;
        padding: 0;
        min-width: auto;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--transition-base);
    }
    
    .dropdown.active .dropdown-menu {
        max-height: 300px;
    }
    
    .dropdown-menu a {
        padding: var(--space-sm) var(--space-xl);
        font-size: var(--font-size-base);
        border-bottom: 1px solid rgba(172, 172, 172, 0.05);
    }
    
    .nav-toggle {
        display: flex;
        z-index: var(--z-modal);
    }
    
    /* ===== MOBILE HERO SECTION ===== */
    .hero {
        min-height: 100vh;
        text-align: center;
        padding: 0;
    }
    
    .hero-container {
        padding: 80px var(--container-padding) 40px;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    
    .hero-content {
        max-width: 100%;
        width: 100%;
    }
    
    .hero-text {
        text-align: center;
        padding: 0;
    }
    
    .hero-badge {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    
    .hero-title-small {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    
    .hero-title-large {
        font-size: 2rem;
        margin: 10px 0;
        line-height: 1.2;
    }
    
    .hero-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 12px;
        margin: 25px 0;
        align-items: center;
    }
    
    .feature-item {
        width: 100%;
        max-width: 250px;
        justify-content: flex-start;
        gap: 10px;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: var(--radius-sm);
    }
    
    .feature-icon {
        width: 20px;
        height: 20px;
    }
    
    .feature-text {
        font-size: 13px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        padding: 0 20px;
    }
    
    .btn-refined-primary,
    .btn-refined-secondary {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .hero-scroll-indicator {
        bottom: 20px;
        font-size: 12px;
    }
    
    /* Hero video background mobile optimization */
    .hero-video-background {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }
    
    .hero-video-background video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }
    
    .video-overlay-gradient {
        background: linear-gradient(
            to bottom,
            rgba(10, 26, 51, 0.85) 0%,
            rgba(10, 26, 51, 0.75) 50%,
            rgba(10, 26, 51, 0.9) 100%
        );
    }
    
    /* ===== MOBILE BENEFITS SECTION ===== */
    .benefits-section {
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }
    
    #benefits-particles {
        display: none; /* Hide particles on mobile for performance */
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .benefit-card {
        padding: 25px 20px;
        text-align: center;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
    }
    
    .benefit-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .benefit-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .benefit-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* ===== MOBILE ABOUT SECTION ===== */
    .about-section {
        padding: 60px 0;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .about-content {
        padding: 0 10px;
        order: 2;
    }
    
    .about-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .about-text {
        font-size: 14px;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 15px;
    }
    
    .about-image {
        order: 1;
        margin: 0 10px;
    }
    
    .watchmaking-video-container {
        border-radius: 8px;
        overflow: hidden;
        height: 250px;
    }
    
    .watchmaking-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .video-overlay-badge {
        bottom: 10px;
        left: 10px;
        padding: 10px 16px;
    }
    
    .video-badge-title {
        font-size: 12px;
    }
    
    .about-features-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
        padding: 0 20px;
    }
    
    .about-feature-item {
        font-size: 14px;
        gap: 10px;
        justify-content: center;
    }
    
    .about-feature-item i {
        font-size: 18px;
    }
    
    /* ===== MOBILE SERVICES SECTION ===== */
    .services-section {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .service-card {
        padding: 30px 25px;
        text-align: center;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }
    
    .service-icon i {
        font-size: 28px;
    }
    
    .service-content {
        margin-bottom: 20px;
    }
    
    .service-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .service-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-link {
        font-size: 14px;
    }
    
    /* ===== MOBILE TESTIMONIALS SECTION ===== */
    .testimonials-section {
        padding: 60px 0;
    }
    
    /* Light Testimonial Slider Mobile */
    .slider-container-light {
        margin: 0 10px;
        padding: 20px 10px 40px;
    }
    
    .slider-viewport {
        border-radius: 12px;
    }
    
    .slide {
        padding: 30px 20px;
    }
    
    .slide__content {
        text-align: center;
    }
    
    .quote {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .meta {
        align-items: center;
        justify-content: center;
    }
    
    .stars {
        margin-bottom: 10px;
    }
    
    .stars svg {
        width: 16px;
        height: 16px;
    }
    
    .name {
        font-size: 14px;
    }
    
    .photo {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }
    
    .slider-nav {
        display: none; /* Hide nav buttons on mobile, use swipe */
    }
    
    .dots {
        bottom: 15px;
        gap: 6px;
    }
    
    .dot {
        width: 8px;
        height: 8px;
    }
    
    /* ===== MOBILE CTA SECTION ===== */
    .cta-section {
        padding: 60px 0;
        background-attachment: scroll;
    }
    
    .cta-content {
        text-align: center;
        padding: 0 20px;
    }
    
    .cta-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .cta-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    /* ===== MOBILE FOOTER ===== */
    .footer {
        padding: 40px 0 20px;
        position: relative;
        overflow: hidden;
    }
    
    .rt-footer-large-text {
        font-size: 60px;
        opacity: 0.03;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-logo {
        height: 40px;
        margin-bottom: 15px;
    }
    
    .footer-brand {
        margin-bottom: 25px;
    }
    
    .social-links {
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .footer-links {
        margin-bottom: 20px;
    }
    
    .footer-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-menu a {
        font-size: 14px;
        padding: 4px 0;
    }
    
    /* Hide analog clocks on mobile */
    .footer-clocks {
        display: none;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .copyright {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .footer-legal a {
        font-size: 12px;
    }
    
    /* ===== MOBILE SECTION HEADERS ===== */
    .section-header {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .header-box {
        padding: 0 20px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }
    
    .title-line {
        width: 40px;
        height: 3px;
        margin: 15px auto;
    }
    
    /* ===== MOBILE UTILITIES ===== */
    /* Hide elements on mobile */
    .hide-mobile {
        display: none !important;
    }
    
    /* Show elements only on mobile */
    .show-mobile {
        display: block !important;
    }
    
    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden;
    }
    
    /* Better touch targets */
    button, 
    a, 
    .btn, 
    .nav-link, 
    .social-link {
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improve form inputs on mobile */
    input, 
    textarea, 
    select {
        font-size: 16px; /* Prevents zoom on iOS */
        -webkit-appearance: none;
        border-radius: var(--radius-sm);
    }
}

/* ===== EXTRA SMALL MOBILE (320px - 479px) ===== */
@media (max-width: 479px) {
    :root {
        --container-padding: 0.75rem;
        --space-xs: 0.25rem;
        --space-sm: 0.5rem;
        --space-md: 0.75rem;
        --space-lg: 1rem;
        --space-xl: 1.5rem;
        --space-2xl: 2rem;
        --space-3xl: 2.5rem;
    }
    
    .hero-title {
        font-size: var(--font-size-3xl);
    }
    
    .hero-subtitle {
        font-size: var(--font-size-lg);
    }
    
    .section-title {
        font-size: var(--font-size-2xl);
    }
    
    .btn {
        padding: var(--space-sm) var(--space-md);
        font-size: var(--font-size-sm);
        min-width: auto;
    }
    
    .service-card,
    .process-step,
    .testimonial-card,
    .contact-form {
        margin: 0;
        border-radius: var(--radius-md);
    }
    
    .nav-link {
        font-size: var(--font-size-base);
        padding: var(--space-sm);
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
    }
    
    .stat-number {
        font-size: var(--font-size-2xl);
    }
    
    .hero-buttons .btn,
    .cta-buttons .btn {
        max-width: none;
        width: calc(100% - var(--space-md));
    }
    
    .footer-links ul {
        flex-direction: column;
        gap: var(--space-xs);
    }
}

/* ===== LANDSCAPE MOBILE ORIENTATION ===== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: 100vh;
        padding: var(--space-xl) 0;
    }
    
    .hero-content {
        padding-top: 60px;
        gap: var(--space-md);
    }
    
    .hero-title {
        font-size: var(--font-size-2xl);
        margin-bottom: var(--space-sm);
    }
    
    .hero-subtitle {
        font-size: var(--font-size-base);
        margin-bottom: var(--space-sm);
    }
    
    .hero-description {
        display: none; /* Hide on landscape mobile to save space */
    }
    
    .hero-buttons {
        flex-direction: row;
        gap: var(--space-sm);
    }
    
    .btn {
        padding: var(--space-xs) var(--space-md);
        font-size: var(--font-size-sm);
        min-width: 140px;
    }
    
    .nav-menu {
        height: calc(100vh - 50px);
        top: 50px;
        padding: var(--space-md) 0;
    }
}

/* ===== TOUCH DEVICE OPTIMIZATIONS ===== */
@media (hover: none) and (pointer: coarse) {
    /* Larger touch targets */
    .btn {
        min-height: 48px;
        padding: var(--space-md) var(--space-lg);
    }
    
    .nav-link {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .social-links a {
        min-width: 48px;
        min-height: 48px;
    }
    
    .nav-toggle {
        min-width: 48px;
        min-height: 48px;
        padding: var(--space-sm);
    }
    
    /* Process section touch improvements */
    .process-step-text {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: all 0.2s ease;
    }
    
    .process-step-text:active {
        transform: scale(0.98);
    }
    
    /* Remove hover effects on touch */
    .service-card:hover,
    .process-step:hover,
    .testimonial-card:hover,
    .info-item:hover,
    .benefit-card:hover {
        transform: none;
        box-shadow: var(--shadow-sm);
    }
    
    .btn:hover {
        transform: none;
    }
    
    /* Focus states for accessibility */
    .btn:focus,
    .nav-link:focus,
    .service-link:focus {
        outline: 3px solid var(--royal-blue);
        outline-offset: 2px;
    }
}

/* ===== PRINT OPTIMIZATIONS ===== */
@media print {
    /* Hide non-essential elements */
    .navbar,
    .nav-toggle,
    .hero-visual,
    .cta-section,
    .social-links,
    .contact-form {
        display: none !important;
    }
    
    /* Optimize for print */
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: none;
    }
    
    .hero {
        min-height: auto;
        padding: 2cm 0;
        background: none;
        color: #000;
    }
    
    .hero-title {
        color: #000;
        -webkit-text-fill-color: #000;
    }
    
    section {
        padding: 1cm 0;
        page-break-inside: avoid;
    }
    
    .section-title {
        color: #000;
        page-break-after: avoid;
    }
    
    .service-card,
    .process-step,
    .testimonial-card {
        border: 1pt solid #000;
        page-break-inside: avoid;
        margin-bottom: 0.5cm;
    }
    
    .footer {
        background: none;
        color: #000;
        border-top: 1pt solid #000;
        margin-top: 1cm;
    }
}

/* ===== REDUCED MOTION PREFERENCES ===== */
@media (prefers-reduced-motion: reduce) {
    .hero-visual,
    .watch-placeholder {
        animation: none;
    }
    
    .fade-in,
    .slide-in-left,
    .slide-in-right,
    .scale-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
    
    .loading::after {
        animation: none;
    }
    
    .nav-menu {
        transition: none;
    }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
    :root {
        --royal-navy: #000000;
        --royal-blue: #0066cc;
        --silver-gray: #666666;
        --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
        --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
        --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.3);
        --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.3);
    }
    
    .service-card,
    .process-step,
    .testimonial-card,
    .contact-form,
    .info-item {
        border: 2px solid var(--royal-navy);
    }
    
    .btn {
        border-width: 2px;
        font-weight: 700;
    }
    
    .hero-pattern,
    .about-section,
    .services-section,
    .process-section,
    .contact-section,
    body::before {
        background-image: none;
    }
}