/* Tablet navigation and stacked compositions */
@media (max-width: 1100px) {
    .navbar-menu { gap: 18px; }
    .navbar-container { gap: 22px; }
    .hero h1 { font-size: clamp(40px,4.6vw,50px); }
    .hero-ribbon { width: 420px; left: -20px; top: 45px; }
    .service-row { grid-template-columns: 32px minmax(0,1.35fr) minmax(0,1fr) 26px; gap: 18px; }
}
@media (max-width: 960px) {
    :root { --header-height: 68px; }
    .navbar { height: 68px; }
    .navbar-container { width: calc(100% - 36px); }
    .brand { flex-basis: 86px; }
    .logo-img { width: 86px; }
    .navbar-cta { display: none; }
    .hamburger { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; background: transparent; padding: 0; }
    .hamburger span { width: 23px; height: 2px; background: var(--black); transition: transform var(--ease),opacity var(--ease); }
    .hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .navbar-menu { position: absolute; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 68px); overflow-y: auto; overscroll-behavior: contain; padding: 14px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #0000000d; visibility: hidden; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity var(--ease),visibility var(--ease),transform var(--ease); }
    .navbar-menu.active { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
    .nav-link { display: block; padding: 14px 0; font-size: 17px; }
    .nav-link::after { display: none; }
    .mobile-menu-cta { display: block; margin-top: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
    .mobile-menu-cta .btn { display: flex; width: 100%; min-height: 48px; }
    .container { width: calc(100% - 48px); }
    .section { padding-block: 80px; }
    .hero-layout { grid-template-columns: 62% 38%; min-height: 530px; }
    .hero-copy { padding-block: 55px; }
    .hero h1 { font-size: clamp(35px,4.75vw,45px); }
    .hero h1 span { margin-left: 12px; }
    .hero-art { height: 460px; }
    .hero-ribbon { width: 360px; left: -30px; top: 50px; }
    .hero-copy > p { max-width: 355px; font-size: 14px; }
    .hero-actions { flex-wrap: wrap; gap: 12px 22px; }
    .service-strip { font-size: 11px; gap: 8px; }
    .services-intro { gap: 30px; }
    .service-row h3 { font-size: 23px; }
    .approach-copy { grid-template-columns: 1.5fr 1fr; gap: 30px; }
    .process-layout { grid-template-columns: 34% 66%; }
    .process-heading h2 { font-size: 35px; }
    .process-step { grid-template-columns: 62px 1fr; gap: 18px; padding-block: 40px; }
    .step-number { font-size: 56px; }
    .why-layout { grid-template-columns: 22% 78%; gap: 0; }
    .why h2 { font-size: 28px; }
    .why-statement h3 { font-size: 30px; }
    .contact-layout { gap: 40px; }
    .contact-details > a,.contact-details address { grid-template-columns: 1fr; gap: 3px; }
    .form-row { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 600px) {
    .container { width: calc(100% - 36px); }
    .section { padding-block: 62px; }
    h2 { font-size: 36px; }
    .hero-layout { grid-template-columns: 1fr; min-height: 0; }
    .hero-copy { padding: 40px 0 0; }
    .hero h1 { font-size: clamp(31px,8.6vw,42px); line-height: 1.13; letter-spacing: -.055em; }
    .hero h1 span { margin-left: 5px; }
    .hero-copy > p { max-width: 430px; margin-top: 22px; font-size: 15px; line-height: 1.7; }
    .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
    .hero-actions .btn { width: 100%; }
    .hero-actions .text-link { justify-self: center; }
    .hero-art { width: 100%; height: 290px; margin: 5px 0 10px; }
    .hero-ribbon { width: 300px; left: 50%; margin-left: -150px; top: -25px; }
    .technical-grid { inset: 30px 15px; background-size: 36px 36px; }
    .art-coordinate { top: 32px; right: 10px; font-size: 9px; }
    .art-caption { left: 0; bottom: 10px; font-size: 9px; letter-spacing: .2em; }
    .service-strip { justify-content: flex-start; flex-wrap: wrap; gap: 10px 15px; padding-block: 21px; min-height: 80px; font-size: 11px; line-height: 1.4; }
    .services-intro { display: block; margin-bottom: 32px; }
    .services-intro p { margin-top: 18px; font-size: 15px; max-width: 340px; }
    .service-row { grid-template-columns: 28px minmax(0,1fr) 22px; gap: 6px 10px; padding: 22px 0; min-height: 104px; }
    .service-number { grid-column: 1; grid-row: 1 / 3; align-self: start; padding-top: 4px; font-size: 11px; }
    .service-row h3 { grid-column: 2; grid-row: 1; font-size: clamp(21px,5.8vw,25px); line-height: 1.15; }
    .service-row p { grid-column: 2; grid-row: 2; font-size: 12px; }
    .service-arrow { grid-column: 3; grid-row: 1 / 3; font-size: 25px; }
    .approach-copy { display: block; }
    .approach h2 { font-size: 33px; line-height: 1.16; }
    .approach-copy p { margin-top: 25px; font-size: 14px; }
    .type-network { height: 375px; margin: 25px 0 30px; }
    .network-word { font-size: 38px; }
    .word-b2b { top: 8%; left: 2%; }
    .word-erp { top: 21%; left: 65%; }
    .word-web { top: 40%; left: 10%; }
    .word-auto { top: 58%; right: 0; font-size: 25px; }
    .word-crm { bottom: 14%; left: 3%; }
    .word-wa { bottom: 0; right: 3%; font-size: 29px; }
    .network-ribbon { width: 260px; left: 20%; top: 20px; }
    .approach-note { margin-left: 0; font-size: 13px; }
    .process-layout { display: block; }
    .process-heading { position: static; padding: 0; margin-bottom: 32px; }
    .process-heading h2 { font-size: 38px; }
    .process-progress { margin-top: 22px; }
    .process-step { grid-template-columns: 54px minmax(0,1fr); gap: 18px; padding-block: 30px; min-height: 175px; }
    .step-number { font-size: 48px; }
    .process-step h3 { font-size: 23px; margin-top: 3px; margin-bottom: 14px; }
    .process-step p { font-size: 14px; }
    .why-layout { display: block; }
    .why h2 { font-size: 36px; margin-bottom: 36px; }
    .why h2 br { display: none; }
    .why-statement { grid-template-columns: 22px minmax(0,1fr); gap: 12px; padding-block: 30px; }
    .statement-number { font-size: 10px; padding-top: 4px; }
    .why-statement h3 { font-size: clamp(23px,6.2vw,28px); letter-spacing: -.045em; line-height: 1.2; }
    .why-statement h3 br { display: none; }
    .why-statement h3 span { text-decoration-thickness: 2px; text-underline-offset: 4px; }
    .why-statement p { margin-top: 16px; font-size: 13px; }
    .brand-break-inner { min-height: 300px; }
    .brand-break p { font-size: clamp(48px,14vw,62px); line-height: 1; }
    .brand-break p span { margin-left: 30px; }
    .break-ribbon { width:270px; right:-18%; top:-8%; }
    .contact-layout { display: block; }
    .contact h2 { font-size: 42px; }
    .contact-copy > p { font-size: 15px; }
    .contact-details { gap: 20px; margin-top: 30px; }
    .contact-details > a, .contact-details address { grid-template-columns: 72px 1fr; gap: 8px; }
    .contact-details strong { font-size: 13px; }
    .contact-form { margin-top: 48px; gap: 24px; }
    .contact-form .btn { width: 100%; }
    .footer { padding-top: 44px; }
    .footer-top { grid-template-columns: 1fr; gap: 40px; padding-bottom: 36px; }
    .footer-mark { width:42px; height:40px; }
    .footer-wordmark { font-size:23px; }
    .footer-brand p { font-size: 33px; }
    .footer-nav { display: flex; flex-wrap: wrap; gap: 18px 26px; font-size: 14px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; }
}
