
:root {
    --brand: #1188ff;
    --brand-2: #59c8ff;
    --ink: #07111f;
    --ink-soft: #34465c;
    --navy: #050b14;
    --navy-2: #091523;
    --surface: #ffffff;
    --surface-soft: #f2f6fa;
    --line: rgba(7, 17, 31, .12);
    --line-light: rgba(255, 255, 255, .15);
    --white: #fff;
    --radius-sm: 12px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --shadow: 0 24px 70px rgba(3, 12, 24, .14);
    --container: 1240px;
    --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--surface);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
figure, h1, h2, h3, p { margin-top: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    background: linear-gradient(to bottom, rgba(3, 9, 18, .88), rgba(3, 9, 18, .15));
    transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(3, 9, 18, .94); border-color: var(--line-light); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 270px; min-width: 170px; }
.brand img { width: min(100%, 270px); height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.8vw, 30px); color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 600; }
.main-nav a { position: relative; white-space: nowrap; transition: color .2s ease; }
.main-nav > a:not(.nav-cta)::after { position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; content: ""; background: var(--brand-2); transition: right .2s ease; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-light); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 20px; height: 2px; margin: auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before, .menu-toggle-lines::after { position: absolute; left: 0; content: ""; }
.menu-toggle-lines::before { top: -6px; }
.menu-toggle-lines::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: 720px; height: min(920px, 100svh); overflow: hidden; background: var(--navy); color: var(--white); }
.hero-track { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; visibility: hidden; opacity: 0; transition: opacity .65s ease, visibility .65s ease; }
.hero-slide.is-active { z-index: 2; visibility: visible; opacity: 1; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide--contain .hero-media { width: 54%; height: 76%; inset: auto 3% 4% auto; object-fit: contain; object-position: center; filter: drop-shadow(0 30px 50px rgba(0,0,0,.6)); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,16,.96) 0%, rgba(3,8,16,.82) 43%, rgba(3,8,16,.35) 72%, rgba(3,8,16,.58) 100%), linear-gradient(0deg, rgba(3,8,16,.7), transparent 55%); }
.hero-slide--contain .hero-overlay { background: radial-gradient(circle at 74% 50%, rgba(17,136,255,.18), transparent 38%), linear-gradient(90deg, #030912 0%, rgba(3,9,18,.92) 52%, rgba(3,9,18,.45) 100%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--container)); padding-top: var(--header-height); }
.hero-content > * { max-width: 750px; }
.eyebrow { margin-bottom: 16px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow { color: #81d7ff; }
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 880px !important; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.25rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.25vw, 4.8rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.hero-description { max-width: 670px !important; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.35vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--brand), #0667ff); color: #fff; box-shadow: 0 12px 30px rgba(17,136,255,.28); }
.button-ghost { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.button-ghost-light { border-color: rgba(255,255,255,.25); color: #fff; }
.text-link, .product-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 700; }
.slider-arrow { z-index: 10; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(3,9,18,.42); color: #fff; font-size: 1.8rem; line-height: 1; backdrop-filter: blur(8px); }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); }
.hero-arrow--prev { left: max(18px, calc((100vw - var(--container)) / 2 - 74px)); }
.hero-arrow--next { right: max(18px, calc((100vw - var(--container)) / 2 - 74px)); }
.hero-dots { position: absolute; z-index: 11; left: 50%; bottom: 32px; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-dot { width: 30px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.35); transition: width .25s ease, background .25s ease; }
.hero-dot.is-active { width: 58px; background: var(--brand-2); }

.section { position: relative; padding-block: clamp(80px, 9vw, 140px); }
.section-dark { overflow: hidden; background: var(--navy); color: #fff; }
.section-dark::before { position: absolute; inset: -240px auto auto 62%; width: 600px; height: 600px; content: ""; border-radius: 50%; background: rgba(17,136,255,.16); filter: blur(90px); }
.section-blue { overflow: hidden; background: linear-gradient(140deg, #006de9 0%, #0a83f6 48%, #0755be 100%); color: #fff; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 48px; margin-bottom: clamp(38px, 5vw, 68px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.section-heading--light > p { color: rgba(255,255,255,.78); }
.section-heading--light .eyebrow { color: #d7f4ff; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(48px, 7vw, 96px); }
.section-copy h2 { max-width: 760px; }
.prose { max-width: 740px; color: var(--ink-soft); }
.prose p { margin-bottom: 18px; }
.prose-lead { color: var(--ink); font-size: 1.12rem; font-weight: 500; }
.section-copy .button-row { margin-top: 32px; }
.media-frame { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-2); box-shadow: var(--shadow); }
.media-frame--about { aspect-ratio: 4 / 5; }
.media-frame--about .about-media { width: 100%; height: 100%; object-fit: cover; }
.media-frame figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 2px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(2,8,16,.76); color: #fff; backdrop-filter: blur(12px); }
.media-frame figcaption span { color: rgba(255,255,255,.66); font-size: .85rem; }

.partner-strip { display: grid; grid-template-columns: repeat(6, minmax(110px, 1fr)); gap: 12px; margin-bottom: 68px; }
.partner-logo { display: grid; min-height: 102px; place-items: center; padding: 18px; border: 1px solid var(--line-light); border-radius: 16px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); font-size: .8rem; text-align: center; }
.partner-logo img { max-width: 130px; max-height: 56px; object-fit: contain; filter: grayscale(1) brightness(2); opacity: .75; transition: filter .2s ease, opacity .2s ease; }
.partner-logo:hover img { filter: none; opacity: 1; }
.slider-shell { min-width: 0; }
.slider-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.slider-kicker { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
#jasa .slider-kicker { color: var(--ink-soft); }
.slider-toolbar--light .slider-kicker { color: rgba(255,255,255,.72); }
.slider-controls { display: flex; gap: 10px; }
.slider-control { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 1.65rem; line-height: 1; transition: opacity .2s, background .2s; }
#jasa .slider-control { border-color: var(--line); background: #fff; color: var(--ink); }
.slider-control--light { border-color: rgba(255,255,255,.3); }
.slider-control:disabled { cursor: default; opacity: .3; }
.card-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, calc((100% - 48px) / 3)); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 3px 3px 22px; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.card-track::-webkit-scrollbar { display: none; }
.card-track > * { min-width: 0; scroll-snap-align: start; }
.experience-card, .service-card { overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.experience-media, .service-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0d1a28; }
.cover-media { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.experience-card:hover .cover-media, .service-card:hover .cover-media { transform: scale(1.035); }
.media-badge { position: absolute; top: 16px; left: 16px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(4,10,18,.68); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .04em; backdrop-filter: blur(8px); }
.experience-body, .service-body { padding: 26px; }
.experience-meta { display: flex; flex-wrap: wrap; gap: 12px; min-height: 20px; margin-bottom: 12px; color: var(--brand-2); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.experience-body h3, .service-body h3 { color: #fff; }
.experience-body p, .service-body p { color: rgba(255,255,255,.64); }
.card-lead { color: rgba(255,255,255,.9) !important; font-weight: 600; }
.slider-progress { height: 2px; overflow: hidden; background: rgba(255,255,255,.15); }
.slider-progress span { display: block; width: 20%; height: 100%; transform-origin: left; background: var(--brand-2); transition: width .2s ease, transform .2s ease; }

.tab-list { display: flex; gap: 10px; overflow-x: auto; margin-bottom: 34px; padding-bottom: 6px; scrollbar-width: none; }
.tab-list::-webkit-scrollbar { display: none; }
.tab-button { flex: 0 0 auto; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); font-size: .86rem; font-weight: 700; }
.tab-button.is-active { border-color: var(--brand); background: var(--brand); color: #fff; box-shadow: 0 10px 25px rgba(17,136,255,.2); }
.tab-panel[hidden] { display: none; }
.service-card { border-color: var(--line); background: #fff; box-shadow: 0 12px 35px rgba(7,17,31,.07); }
.service-body { position: relative; padding-top: 34px; }
.service-body h3 { padding-right: 40px; color: var(--ink); }
.service-body p { color: var(--ink-soft); }
.service-body .card-lead { color: var(--ink) !important; }
.service-index { position: absolute; top: 20px; right: 20px; color: rgba(7,17,31,.18); font-family: "Space Grotesk", sans-serif; font-size: 1.65rem; font-weight: 700; }

.card-track--products { grid-auto-columns: minmax(300px, calc((100% - 48px) / 3)); }
.product-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius-md); background: #fff; color: var(--ink); box-shadow: 0 20px 48px rgba(0,40,100,.16); }
.product-media { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; padding: 24px; background: linear-gradient(160deg, #f8fbfe, #e8f1f8); }
.product-image { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.product-tagline { margin-bottom: 10px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-body > p:not(.product-tagline) { color: var(--ink-soft); }
.feature-list { display: grid; gap: 8px; margin: 8px 0 24px; padding: 0; list-style: none; color: var(--ink-soft); font-size: .9rem; }
.feature-list li { position: relative; padding-left: 22px; }
.feature-list li::before { position: absolute; left: 0; top: .62em; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--brand); }
.product-link { margin-top: auto; }
.slider-progress--light { background: rgba(255,255,255,.25); }
.slider-progress--light span { background: #fff; }

.company-detail { background: var(--surface-soft); }
.company-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.large-copy { max-width: 690px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.industry-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.industry-list span { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-weight: 650; }
.workflow-block { margin-top: clamp(90px, 10vw, 150px); }
.workflow-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); list-style: none; }
.workflow-list li { min-height: 260px; padding: 30px; background: #fff; }
.workflow-number { display: inline-grid; width: 46px; height: 46px; place-items: center; margin-bottom: 40px; border-radius: 50%; background: var(--surface-soft); color: var(--brand); font-weight: 800; }
.workflow-list p { color: var(--ink-soft); }

.profile-section { background: #fff; }
.profile-details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); box-shadow: 0 18px 48px rgba(7,17,31,.07); }
.profile-details summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(22px, 4vw, 42px); color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 700; cursor: pointer; list-style: none; }
.profile-details summary::-webkit-details-marker { display: none; }
.profile-details summary span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; transition: transform .2s ease; }
.profile-details[open] summary { border-bottom: 1px solid var(--line); }
.profile-details[open] summary span { transform: rotate(45deg); }
.profile-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: var(--line); }
.profile-topic { min-width: 0; padding: clamp(24px, 4vw, 38px); background: #fff; }
.profile-topic h3 { overflow-wrap: anywhere; color: var(--brand); font-size: clamp(1rem, 1.6vw, 1.22rem); }
.profile-topic p { margin: 0; overflow-wrap: anywhere; color: var(--ink-soft); }

.contact-section { overflow: hidden; background: var(--navy); color: #fff; }
.contact-section::after { position: absolute; right: -160px; bottom: -200px; width: 600px; height: 600px; content: ""; border-radius: 50%; background: rgba(17,136,255,.2); filter: blur(100px); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 28px; }
.contact-card { padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line-light); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.contact-card h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.contact-intro { color: rgba(255,255,255,.68); }
.contact-list { display: grid; gap: 0; margin: 34px 0; }
.contact-list > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 18px; padding: 16px 0; border-top: 1px solid var(--line-light); }
.contact-list dt { color: rgba(255,255,255,.5); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.contact-list dd { margin: 0; overflow-wrap: anywhere; }
.social-links { display: flex; gap: 22px; margin-top: 28px; color: var(--brand-2); font-weight: 700; }
.map-frame { min-height: 580px; overflow: hidden; border-radius: var(--radius-lg); background: #172433; }
.map-frame iframe { width: 100%; height: 100%; min-height: 580px; border: 0; filter: saturate(.85) contrast(1.04); }

.site-footer { padding-block: 42px; border-top: 1px solid var(--line-light); background: #030810; color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; }
.footer-grid p { margin: 0; }
.footer-logo { width: 190px; max-height: 42px; margin-bottom: 8px; object-fit: contain; object-position: left center; }
.site-footer a { color: #fff; }
.floating-contact { position: fixed; z-index: 900; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: grid; width: 56px; height: 56px; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; background: #1db954; color: #fff; font-size: .78rem; font-weight: 800; box-shadow: 0 16px 38px rgba(0,0,0,.25); }

:focus-visible { outline: 3px solid var(--brand-2); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1100px) {
    :root { --header-height: 76px; }
    .main-nav { gap: 16px; font-size: .82rem; }
    .brand { flex-basis: 220px; }
    .brand img { max-width: 220px; }
    .hero { min-height: 680px; }
    .hero-content { padding-inline: 54px; }
    .card-track { grid-auto-columns: minmax(310px, calc((100% - 24px) / 2)); }
    .partner-strip { grid-template-columns: repeat(4, minmax(110px, 1fr)); }
    .workflow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    :root { --header-height: 72px; }
    .container { width: min(calc(100% - 36px), var(--container)); }
    .menu-toggle { display: grid; place-items: center; flex: 0 0 auto; }
    .main-nav { position: fixed; z-index: 999; top: var(--header-height); right: 0; left: 0; display: grid; max-height: calc(100dvh - var(--header-height)); justify-content: stretch; gap: 0; overflow-y: auto; padding: 18px; border-top: 1px solid var(--line-light); background: rgba(3,9,18,.98); transform: translateY(-115%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .24s ease; }
    .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
    .main-nav a { padding: 15px 12px; border-bottom: 1px solid var(--line-light); font-size: 1rem; }
    .main-nav > a::after { display: none; }
    .nav-cta { margin-top: 10px; border: 0 !important; background: var(--brand); text-align: center; }
    body.menu-open { overflow: hidden; }
    .hero { min-height: 700px; height: 100svh; max-height: 860px; }
    .hero-slide { align-items: end; }
    .hero-content { width: min(calc(100% - 36px), var(--container)); padding: 130px 0 100px; }
    .hero-content > * { max-width: 100%; }
    .hero-overlay { background: linear-gradient(0deg, rgba(3,8,16,.98) 0%, rgba(3,8,16,.78) 62%, rgba(3,8,16,.25) 100%); }
    .hero-slide--contain .hero-media { width: 88%; height: 48%; inset: 72px 6% auto; }
    .hero-slide--contain .hero-overlay { background: linear-gradient(0deg, rgba(3,8,16,.98) 0%, rgba(3,8,16,.84) 60%, rgba(3,8,16,.3) 100%); }
    .hero-arrow { top: auto; bottom: 30px; }
    .hero-arrow--prev { left: 18px; }
    .hero-arrow--next { right: 18px; }
    .hero-dots { bottom: 50px; }
    .section-heading, .split-grid, .company-grid, .contact-grid { grid-template-columns: 1fr; }
    .section-heading { align-items: start; gap: 18px; }
    .section-heading > p { max-width: 720px; }
    .split-grid { gap: 46px; }
    .media-frame--about { aspect-ratio: 16 / 12; }
    .partner-strip { grid-template-columns: repeat(3, minmax(100px, 1fr)); }
    .contact-grid { gap: 18px; }
    .map-frame, .map-frame iframe { min-height: 440px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { flex-basis: 190px; min-width: 0; }
    .brand img { max-width: 190px; max-height: 46px; }
    h1 { font-size: clamp(2.45rem, 12vw, 4.2rem); }
    h2 { font-size: clamp(2rem, 9.5vw, 3.35rem); }
    .hero { min-height: 690px; }
    .hero-content { width: min(calc(100% - 28px), var(--container)); padding-bottom: 112px; }
    .hero-description { font-size: .98rem; }
    .button-row { align-items: stretch; }
    .hero .button-row .button { flex: 1 1 100%; }
    .slider-arrow { width: 40px; height: 40px; }
    .hero-dots { bottom: 47px; }
    .hero-dot { width: 20px; }
    .hero-dot.is-active { width: 38px; }
    .section { padding-block: 76px; }
    .media-frame--about { aspect-ratio: 4 / 5; }
    .media-frame figcaption { right: 12px; bottom: 12px; left: 12px; padding: 14px; }
    .partner-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 52px; }
    .partner-logo { min-height: 88px; padding: 14px; }
    .card-track, .card-track--products { grid-auto-columns: calc(100vw - 48px); gap: 14px; }
    .experience-body, .service-body, .product-body { padding: 22px; }
    .experience-media, .service-media { aspect-ratio: 16 / 11; }
    .product-media { aspect-ratio: 4 / 3; padding: 18px; }
    .tab-button { padding: 10px 14px; font-size: .78rem; }
    .industry-list { grid-template-columns: 1fr; }
    .industry-list span { padding: 15px 16px; }
    .profile-topic-grid { grid-template-columns: 1fr; }
    .profile-details { border-radius: var(--radius-md); }
    .profile-details summary { min-height: 70px; padding: 18px; }
    .profile-topic { padding: 22px 18px; }
    .workflow-list { grid-template-columns: 1fr; }
    .workflow-list li { min-height: 0; padding: 24px; }
    .workflow-number { margin-bottom: 24px; }
    .contact-card { padding: 26px 22px; border-radius: var(--radius-md); }
    .contact-list > div { grid-template-columns: 1fr; gap: 5px; }
    .contact-card .button-row .button { flex: 1 1 100%; }
    .map-frame, .map-frame iframe { min-height: 360px; border-radius: var(--radius-md); }
    .footer-grid { grid-template-columns: 1fr; gap: 18px; }
    .footer-grid > div { grid-column: auto; }
    .floating-contact { width: 52px; height: 52px; }
}

@media (max-width: 390px) {
    .brand { flex-basis: 164px; }
    .brand img { max-width: 164px; }
    .menu-toggle { width: 42px; height: 42px; }
    .card-track, .card-track--products { grid-auto-columns: calc(100vw - 40px); }
    .slider-toolbar { align-items: flex-end; }
    .slider-kicker { max-width: 180px; }
}
