/* =========================
   RESPONSIVE IMPROVEMENTS
   Add these to your existing CSS or replace the responsive sections
   ========================= */

/* =========================
   TABLET & MOBILE BREAKPOINTS
   ========================= */

/* Tablet: 1024px and below */
@media (max-width: 1024px) {
  /* Container */
  .container {
    padding: 0 32px;
  }

  /* Header */
  .header-container {
    padding: 0 32px;
  }

  /* Navigation - hide desktop, show mobile */
  .nav {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  /* Hero Slider */
  .hero {
    height: 65vh;
    min-height: 480px;
  }

  .slide-center-image {
    width: 58%;
    right: 8%;
  }

  .slide-content {
    max-width: 420px;
    padding: 40px 35px;
  }

  /* About Section */
  .about-intro-enhanced {
    font-size: 17px;
  }

  .about-vm-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Products */
  .product-inner,
  .product-card.reverse .product-inner {
    grid-template-columns: 1fr;
  }

  .product-card.reverse .product-media,
  .product-card.reverse .product-body {
    order: initial;
  }

  .product-body {
    padding: 38px 32px;
  }

  .product-media {
    padding: 32px 24px;
  }

  .product-media img {
    max-width: 460px;
  }

  .product-card[data-animate],
  .product-card.reverse[data-animate] {
    transform: translateY(30px) scale(.985);
  }

  /* Story */
  .story-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .story-content {
    padding: 45px 38px;
  }

  .founder-card {
    position: static;
    max-width: 450px;
    margin: 0 auto;
  }

  .story-content[data-animate],
  .founder-card[data-animate] {
    transform: translateY(30px);
  }

  .story-content[data-animate].in-view,
  .founder-card[data-animate].in-view {
    transform: translateY(0);
  }

  /* Contact */
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-map-frame iframe {
    height: 340px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
}

/* Mobile: 768px and below */
@media (max-width: 768px) {
  /* Container */
  .container {
    padding: 0 18px;
  }

  /* Header */
  .header-container {
    padding: 0 18px;
    height: 70px;
  }

  .logo-img {
    width: 90px;
    height: 45px;
  }

  /* Mobile Menu */
  .mobile-menu {
    padding: 18px;
  }

  .mobile-menu.open {
    max-height: 460px;
  }

  .mobile-menu a {
    padding: 14px 0;
    font-size: 16px;
  }

  /* Hero Slider */
  .hero {
    height: 60vh;
    min-height: 420px;
  }

  .slide-center-image {
    right: 5%;
    width: 62%;
    height: 68%;
  }

  .slide-content {
    padding: 32px 26px;
    max-width: 92%;
  }

  .slide-content h1 {
    font-size: clamp(22px, 5vw, 28px);
    margin-bottom: 14px;
  }

  .slide-content p {
    font-size: clamp(13px, 3vw, 15px);
  }

  .slide-bg {
    filter: blur(15px);
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .slider-dots {
    bottom: 22px;
    gap: 8px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  /* Section Spacing */
  .section {
    padding: 70px 0;
  }

  .section-header {
    margin-bottom: 45px;
  }

  .section-title {
    font-size: clamp(32px, 7vw, 42px);
  }

  /* About Section */
  .about-title {
    font-size: clamp(30px, 7vw, 48px);
  }

  .about-intro-enhanced {
    font-size: 16px;
  }

  .about-vm-row {
    grid-template-columns: 68px 1fr;
    gap: 16px;
  }

  .about-vm-icon {
    width: 68px;
    height: 68px;
  }

  .about-vm-icon svg {
    width: 62px;
    height: 62px;
  }

  .about-vm-text {
    font-size: 16px;
  }

  .about-mission-item h4 {
    font-size: 16px;
  }

  /* Specialise Section */
  .specialise-text {
    font-size: 16px;
  }

  .specialise-divider {
    width: 94%;
  }

  .specialise-circle {
    width: 200px;
    height: 200px;
    border: 8px solid rgba(20, 163, 139, .08);
  }

  /* Products Section */
  .products-wrap {
    gap: 26px;
  }

  .product-card {
    border-radius: 18px !important;
  }

  .product-body {
    padding: 28px 22px;
  }

  .product-media {
    padding: 24px 18px;
  }

  .product-media img {
    max-width: 100%;
  }

  .product-title {
    font-size: clamp(20px, 4.5vw, 28px);
    margin-bottom: 10px;
  }

  .product-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .specs-table table {
    border-spacing: 0 8px;
  }

  .specs-table td {
    font-size: 13px;
    padding: 12px 14px;
  }

  .specs-table td:first-child {
    font-size: 12px;
  }

  .specs-table-h td {
    padding: 11px 10px;
    font-size: 12px;
  }

  .specs-table-h tr:first-child td {
    font-size: 11px;
  }

  .product-card::before {
    display: none;
  }

  /* Story Section */
  .story-content {
    padding: 32px 24px;
  }

  .story-content h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .story-content p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
  }

  .story-quote-featured {
    padding: 32px 24px;
    margin: 32px 0;
    border-radius: 16px;
  }

  .quote-icon {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .story-quote-featured p {
    font-size: 17px;
    line-height: 1.55;
  }

  .story-quote-featured p::before,
  .story-quote-featured p::after {
    font-size: 75px;
  }

  .story-quote-featured::before,
  .story-quote-featured::after {
    width: 45px;
    height: 45px;
    top: 14px;
    left: 14px;
  }

  .story-quote-featured::after {
    bottom: 14px;
    right: 14px;
  }

  .quote-label {
    font-size: 11px;
    padding: 9px 22px;
    margin-top: 22px;
  }

  .story-signature {
    font-size: 22px !important;
    margin-top: 26px !important;
  }

  .story-title {
    font-size: 14px !important;
  }

  /* Founder Card */
  .founder-card {
    padding: 32px 28px;
    max-width: 100%;
  }

  .founder-image {
    width: 140px;
    height: 140px;
    border: 3px solid var(--color-primary);
  }

  .founder-name {
    font-size: 19px;
  }

  .founder-title {
    font-size: 14px;
  }

  .founder-stats {
    gap: 10px;
    margin-top: 26px;
    padding-top: 26px;
  }

  .stat-number {
    font-size: 26px;
  }

  .stat-label {
    font-size: 10px;
  }

  /* Contact Section */
  .contact-map-header {
    padding: 20px 22px 0;
  }

  .contact-map-header h3 {
    font-size: 18px;
  }

  .contact-map-frame {
    padding: 14px 16px 10px;
  }

  .contact-map-frame iframe {
    height: 280px;
    border-radius: 14px;
  }

  .contact-map-actions {
    padding: 0 22px 18px;
  }

  .map-btn {
    font-size: 14px;
    padding: 9px 13px;
  }

  .contact-info-card {
    padding: 20px 18px 6px;
  }

  .contact-info-title h3 {
    font-size: 18px;
  }

  .contact-info-title p {
    font-size: 13px;
  }

  .contact-item-fx {
    padding: 12px 10px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .contact-item-content h4 {
    font-size: 15px;
  }

  .contact-item-content p {
    font-size: 14px;
  }

  .contact-form-fx {
    padding: 22px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .form-group label {
    font-size: 13px;
  }

  .form-group input,
  .form-group textarea {
    padding: 12px 16px;
    font-size: 14px;
  }

  .contact-form textarea {
    min-height: 110px;
  }

  .submit-btn {
    padding: 14px;
    font-size: 15px;
  }

  .form-note {
    font-size: 11.5px;
    margin-top: 8px;
  }

  /* Toast */
  .contact-toast {
    left: 12px;
    right: 12px;
    bottom: 18px;
    min-width: auto;
    padding: 12px 12px;
  }

  .toast-text {
    font-size: 12.5px;
  }

  .toast-close {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  /* Footer */
  .footer {
    padding: 60px 0 28px;
  }

  .footer-grid {
    gap: 36px;
    margin-bottom: 38px;
  }

  .footer-brand h3 {
    font-size: 24px;
  }

  .footer-brand p {
    font-size: 14px;
  }

  .social-links {
    gap: 10px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer-links h4 {
    font-size: 16px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-bottom {
    padding-top: 26px;
    font-size: 13px;
  }

  /* Scroll to Top Button */
  .scroll-top-btn {
    width: 46px;
    height: 46px;
    bottom: 26px;
    right: 26px;
    font-size: 22px;
  }

  /* Language Switcher */
  .language-switcher {
    padding: 5px 7px;
    gap: 6px;
  }

  .lang-btn {
    padding: 5px 10px;
    font-size: 13px;
  }

  .lang-flag {
    font-size: 16px;
  }
}

/* Small Mobile: 480px and below */
@media (max-width: 480px) {
  /* Container */
  .container {
    padding: 0 16px;
  }

  /* Header */
  .header-container {
    padding: 0 16px;
    height: 65px;
  }

  .logo-img {
    width: 75px;
    height: 38px;
  }

  /* Hero Slider */
  .hero {
    height: 55vh;
    min-height: 380px;
  }

  .slide-content {
    padding: 26px 22px;
    max-width: 94%;
  }

  .slide-content h1 {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 13px;
  }

  /* Section Spacing */
  .section {
    padding: 55px 0;
  }

  .section-header {
    margin-bottom: 36px;
  }

  /* About */
  .about-intro-enhanced {
    font-size: 15px;
  }

  .about-vm-text {
    font-size: 15px;
  }

  /* Specialise */
  .specialise-text {
    font-size: 15px;
  }

  .specialise-circle {
    width: 180px;
    height: 180px;
  }

  /* Products */
  .product-body {
    padding: 24px 18px;
  }

  .product-desc {
    font-size: 14px;
  }

  .specs-table td {
    font-size: 12px;
    padding: 10px 11px;
  }

  /* Story */
  .story-content {
    padding: 26px 20px;
  }

  .story-content h3 {
    font-size: 23px;
  }

  .story-content p {
    font-size: 14px;
  }

  .story-quote-featured {
    padding: 26px 20px;
  }

  .story-quote-featured p {
    font-size: 16px;
  }

  /* Contact */
  .contact-map-frame iframe {
    height: 240px;
  }

  .contact-form-fx {
    padding: 20px 18px;
  }

  /* Footer */
  .footer {
    padding: 50px 0 24px;
  }

  .footer-brand h3 {
    font-size: 22px;
  }

  .footer-brand p {
    font-size: 13px;
  }
}

/* =========================
   LANDSCAPE MOBILE FIX
   ========================= */
@media (max-width: 768px) and (orientation: landscape) {
  .hero {
    height: 85vh;
    min-height: 420px;
  }

  .slide-content {
    max-width: 380px;
  }
}

/* =========================
   PRINT STYLES
   ========================= */
@media print {
  .header,
  .mobile-menu,
  .slider-controls,
  .slider-dots,
  .scroll-top-btn,
  .contact-toast {
    display: none !important;
  }

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

  body {
    background: white;
  }
}