:root {
  --navy: #072f65;
  --navy-deep: #041d42;
  --blue: #164c82;
  --pale: #eaf3ff;
  --pale-2: #f2f7fd;
  --gold: #c99b78;
  --ink: #092f62;
  --body: #183d69;
  --line: #cfdae7;
  --off-white: #f7f7f5;
  --white: #fff;
  --shell: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--off-white); color: var(--body); font-family: "Montserrat", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.035em; }
h3 { margin-bottom: 12px; }
p { margin-bottom: 1.2rem; }
ul { padding-left: 1.25rem; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 78px 0; }
.section-white { background: var(--white); }
.section-pale { background: var(--pale); }
.centered { text-align: center; }
.eyebrow { margin-bottom: 14px; color: var(--gold); font-size: .86rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead { font-size: 1.12rem; }
.muted { color: #58718f; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 14px; padding: 12px 25px; border: 0; text-decoration: none; font: inherit; font-weight: 600; cursor: pointer; transition: .2s ease; }
.button:hover { filter: brightness(.96); transform: translateY(-1px); }
.button-gold { background: var(--gold); color: var(--white); }
.button-navy { background: var(--navy); color: var(--white); }
.text-link { color: var(--gold); text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.gold-line { display: block; width: 55px; height: 3px; margin: 6px 0 26px; background: var(--gold); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.section-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center;}
.section-copy.no-pad { padding: 0; }

/* Header and navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); box-shadow: 0 2px 14px rgba(7,47,101,.07); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); text-decoration: none; white-space: nowrap; }
.brand-main { font-size: 2.45rem; font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.brand-rule { width: 1px; height: 33px; background: var(--gold); }
.brand-small { color: #7d5b42; font-size: .72rem; line-height: 1.05; }
.brand-small b { font-size: .5rem; letter-spacing: .32em; }
.main-nav { display: flex; align-items: center; gap: 23px; color: var(--navy); font-size: .86rem; }
.main-nav a, .main-nav button { border: 0; background: none; color: inherit; font: inherit; text-decoration: none; white-space: nowrap; cursor: pointer; }
.main-nav > a.active, .nav-dropdown.active > button { font-weight: 800; }
.main-nav .nav-cta { padding: 14px 22px; background: var(--gold); color: var(--white); }
.nav-dropdown { position: relative; }
.dropdown-panel { display: none; position: absolute; top: calc(100% + 12px); left: -18px; min-width: 250px; padding: 12px; background: var(--white); box-shadow: 0 14px 34px rgba(7,47,101,.16); }
.dropdown-panel::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.dropdown-panel a { display: block; padding: 11px 12px; }
.dropdown-panel a:hover { background: var(--pale-2); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: block; }
.menu-toggle, .menu-close, .mobile-nav-logo { display: none; }

/* Hero sections */
.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background-color: var(--navy-deep); background-position: center; background-size: cover; }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,20,48,.93), rgba(2,20,48,.55) 62%, rgba(2,20,48,.18)); }
.hero-content { position: relative; z-index: 3; padding-top: 78px; padding-bottom: 78px; }
.hero h1, .page-hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.1rem, 6vw, 5.9rem); font-weight: 800; letter-spacing: -.055em; }
.hero p, .page-hero p { max-width: 750px; }
.page-hero { min-height: 500px; }
.page-hero .hero-content { padding-top: 62px; }
.page-hero h1 { font-size: clamp(3rem, 5vw, 5rem); }
.page-hero h2 { max-width: 720px; color: var(--white); font-size: clamp(1.5rem, 2.5vw, 2.35rem); font-weight: 400; letter-spacing: 0; }
.breadcrumb { color: var(--gold); font-size: .86rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-home { min-height: 650px; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-position: center; background-size: cover; transition: opacity .7s ease; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,55,.93), rgba(3,24,55,.52) 60%, rgba(3,24,55,.18)); }
.hero-slide.is-active { opacity: 1; }
.hero-home .hero-content p { max-width: 650px; font-size: 1.03rem; }
.hero-dots { position: absolute; z-index: 4; right: max(24px, calc((100vw - var(--shell))/2)); bottom: 32px; display: flex; gap: 10px; }
.hero-dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dot.is-active { background: var(--white); }
.hero-automation { background-image: url("../assets/images/system-integration-hero-alt.png"); }
.hero-integration { background-image: url("../assets/images/system-integration-hero.png"); }
.hero-custom { background-image: url("../assets/images/custom-solutions-hero.png"); }
.hero-digitalisation { background-image: url("../assets/images/singapore-city.png"); }
.hero-industries { background-image: url("../assets/images/singapore-bay.png"); }
.hero-about { background-image: url("../assets/images/singapore-mbs.png"); }
.hero-contact { min-height: 390px; background-image: url("../assets/images/singapore-gardens.png"); }

/* Shared cards and icons */
.icon-grid { display: grid; gap: 14px; }
.icon-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.icon-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.icon-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.icon-card { display: flex; min-height: 165px; flex-direction: column; align-items: center; justify-content: center; padding: 22px 16px; background: var(--pale); text-align: center; }
.icon-card img { width: 55px; height: 55px; object-fit: contain; }
.icon-card h3 { margin: 16px 0 7px; font-size: 1rem; }
.icon-card p { margin: 0; font-size: .84rem; }
.soft-card { padding: 30px; border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(7,47,101,.07); }
.numbered-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.numbered-card { padding: 28px 23px; border-radius: 12px; background: var(--white); box-shadow: 0 7px 20px rgba(7,47,101,.07); }
.numbered-card .number { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 700; }
.numbered-card p { margin: 0; font-size: .88rem; }

/* Home */
.approach-grid { min-height: 485px; }
.photo-card { min-height: 420px; background-position: center; background-size: cover; }
.photo-approach { background-image: url("../assets/images/approach-meeting.png"); }
.services-section { background: #f4f4f2; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; }
.service-card { min-height: 250px; padding: 28px 31px; border-right: 1px solid #9baec4; }
.service-card:last-child { border-right: 0; }
.service-no { display: block; margin-bottom: 22px; color: var(--gold); font-size: 1.45rem; }
.service-no::after { content: ""; display: block; width: 34px; height: 1px; margin-top: 9px; background: var(--navy); }
.service-card h3 a { text-decoration: none; }
.service-card p { font-size: .9rem; }
.sme-grid { align-items: center; min-height: 500px; }
.collage-wrap { padding: 30px; }
.collage-image { width: 100%; max-height: 470px; object-fit: cover; border-radius: 4px; }
.impact-section { background: #f4f4f2; }
.impact-grid { grid-template-columns: .8fr 1.7fr; gap: 42px; align-items: center; }
.impact-grid h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding: 35px; background: var(--white); }
.before-after h3 { text-transform: uppercase; }
.before-after ul { margin-bottom: 0; font-size: .9rem; }
.flow-arrow { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--white); font-size: 1.4rem; }
.cta-banner { min-height: 400px; padding: 75px 0; color: var(--white); background: linear-gradient(90deg, rgba(3,25,56,.94), rgba(3,25,56,.42)), url("../assets/images/singapore-bay.png") center/cover; }
.cta-banner h2 { color: var(--white); font-size: clamp(3rem, 5.5vw, 5rem); }
.cta-banner p { max-width: 680px; }

/* Systems & Automation */
.automation-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; }
.automation-layout .section-copy { padding: 20px 0; }
.connect-grid .photo-card { background-image: url("../assets/images/asian-team-tablet.png"); }
.connect-grid .section-copy { background: var(--white); }
.methods-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-top: 45px; }
.method-card { min-height: 155px; padding: 22px 12px; background: var(--pale); text-align: center; }
.method-card img { width: 52px; height: 52px; margin: 0 auto 15px; object-fit: contain; }
.method-card p { margin: 0; font-size: .86rem; }
.method-note { margin: 30px auto 0; max-width: 760px; text-align: center; }
.flow-section { background: #e5f0ff; }
.flow-compare { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; margin-top: 42px; }
.flow-panel { padding: 30px; border-radius: 20px; background: var(--white); text-align: center; }
.flow-panel h3 { text-transform: uppercase; }
.flow-panel img { width: 100%; min-height: 120px; object-fit: contain; }
.flow-panel.after h3 { color: var(--gold); }
.flow-note { margin: 32px 0 0; text-align: center; }

/* Integration */
.systems-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 35px 0 26px; }
.system-card { min-height: 128px; padding: 18px 12px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.system-card img { width: 42px; height: 42px; margin: 0 auto 12px; object-fit: contain; }
.system-card span { font-size: .82rem; font-weight: 700; }
.integration-services { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 42px; }
.integration-service { padding: 28px 20px; border-radius: 10px; background: var(--white); text-align: center; box-shadow: 0 7px 20px rgba(7,47,101,.07); }
.integration-service img { width: 50px; height: 50px; margin: 0 auto 18px; object-fit: contain; }
.integration-service p { margin: 0; font-size: .82rem; }
.integration-bottom { min-height: 420px; }
.integration-bottom .photo-card { background-image: url("../assets/images/asian-team-laptop.png"); }

/* Custom solutions */
.custom-capabilities { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 38px; }
.custom-capability { min-height: 150px; padding: 20px 12px; background: #f8f8f6; text-align: center; }
.custom-capability img { width: 48px; height: 48px; margin: 0 auto 14px; object-fit: contain; }
.custom-capability span { font-size: .8rem; }

/* Digitalisation */
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 38px; }
.process-card { padding: 25px 18px; background: var(--white); border-bottom: 2px solid var(--line); }
.process-card img { width: 43px; height: 43px; margin-bottom: 16px; object-fit: contain; }
.process-card .step { color: var(--gold); font-weight: 700; }
.process-card h3 { font-size: 1rem; }
.process-card p { margin: 0; font-size: .82rem; }

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 38px;
}

.expertise-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    min-height: 150px;
    align-items: start;
    padding: 25px;
    background: var(--white);
    box-sizing: border-box;
}
.expertise-card img { width: 48px; height: 48px; object-fit: contain; }
.expertise-card p { margin: 0; font-size: .82rem; }
.digital-cta { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }

/* Our approach */
.approach-hero-split { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; background: var(--white); }
.approach-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.approach-hero-copy h1 { color: var(--ink); font-size: clamp(3rem, 5vw, 5rem); }
.approach-hero-image { min-height: 470px; background: url("../assets/images/approach-meeting.png") center/cover; }
.belief-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.belief-grid h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.approach-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 45px; }
.approach-step { padding: 27px 22px; border-radius: 12px; background: var(--white); box-shadow: 0 7px 22px rgba(7,47,101,.08); }
.approach-step .step { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.approach-step img { width: 46px; height: 46px; margin: 17px 0; object-fit: contain; }
.approach-step p { margin: 0; font-size: .84rem; }
.approach-closing { padding: 60px 0; background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.8)), url("../assets/images/singapore-city.png") center/cover; text-align: center; }

/* Industries */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.industry-card { min-height: 225px; padding: 25px 22px; border-top: 4px solid var(--gold); background: var(--white); box-shadow: 0 7px 20px rgba(7,47,101,.06); }
.industry-card img { width: 44px; height: 44px; margin-bottom: 17px; object-fit: contain; }
.industry-card h3 { font-size: 1rem; text-transform: uppercase; }
.industry-card p { margin: 0; font-size: .82rem; }
.industry-cta { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 430px; background: var(--white); }
.industry-cta .section-copy { padding: 55px; }
.industry-image { background: url("../assets/images/industries-singapore.png") center/cover; }

/* About */
.about-intro { min-height: 480px; }
.about-photo { background: url("../assets/images/asian-business-collage.png") center/cover; }
.problem-panel { padding: 55px; background: #dfe9f3; }
.problem-panel p:last-child { margin-bottom: 0; }
.partner-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.service-list { display: grid; gap: 18px; }
.service-list article { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 0; }
.service-list h3 { margin-bottom: 6px; }
.service-list p { margin: 0; font-size: .88rem; }
.about-banner { min-height: 390px; padding: 62px; color: var(--white); background: linear-gradient(90deg, rgba(3,25,56,.9), rgba(3,25,56,.38)), url("../assets/images/singapore-gardens.png") center/cover; }
.about-banner h2 { color: var(--white); }
.about-focus { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 430px; }
.focus-image { background: url("../assets/images/singapore-city.png") center/cover; }

/* Contact */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.why-card { padding: 28px; border-radius: 14px; background: #f5f5f3; text-align: center; }
.why-card img { width: 46px; height: 46px; margin: 0 auto 16px; object-fit: contain; }
.why-card p { margin: 0; font-size: .86rem; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: start; }
.contact-side { padding-top: 25px; }
.contact-form { display: grid; gap: 18px; padding: 38px; border-radius: 12px; background: var(--white); box-shadow: 0 9px 30px rgba(7,47,101,.08); }
.contact-form label, .field-label { color: var(--ink); font-size: .88rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #9db0c6; border-radius: 2px; background: var(--white); color: var(--body);  }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-top: 9px; }
.checkbox-grid label { display: flex; align-items: center; gap: 8px; font-weight: 400; }
.checkbox-grid input { width: auto; margin: 0; }
.contact-form .is-invalid { border-color: #b42318; outline-color: #b42318; }
.field-error { display: block; margin-top: 6px; color: #b42318; font-size: .8rem; font-weight: 400; }
.field-error[hidden], #contact-result[hidden] { display: none; }
.checkbox-grid .field-error { grid-column: 1 / -1; }
.contact-result { padding: 12px 16px; border-radius: 4px; background: #edf3fa; }
.contact-result.error { color: #912018; background: #fff0ed; }
.contact-result.success { color: #17603a; background: #eaf7ef; }
.contact-result.warning { color: #77520a; background: #fff6dc; }
.contact-form button:disabled { opacity: .65; cursor: wait; }

/* Legal */
.legal-hero { padding: 68px 0; color: var(--white); background: var(--navy); }
.legal-hero h1 { margin: 0 0 8px; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.4rem); }
.legal-hero p { margin: 0; color: #dce8f6; }
.legal-wrap { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 68px 0 90px; }
.legal-wrap h2 { margin-top: 40px; margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap p, .legal-wrap li { color: #314f72; }
.legal-wrap ul { margin-top: 10px; }
.legal-contact { margin-top: 40px; padding: 25px; border-left: 4px solid var(--gold); background: var(--pale-2); }

/* Footer */
.site-footer { color: var(--white); background: var(--navy); }
.footer-main { display: flex; min-height: 250px; justify-content: space-between; padding-top: 55px; padding-bottom: 48px; }
.footer-logo img { width: 230px; height: auto; }
.footer-main p { margin-top: 25px; font-size: .88rem; }
.footer-contact { text-align: right; }
.footer-contact h3 { color: var(--gold); text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.footer-contact a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.35); font-size: .74rem; }
.footer-bottom a { text-decoration: none; }
.footer-divider { margin: 0 10px; }

@media (max-width: 1020px) {
  .main-nav { gap: 15px; font-size: .8rem; }
  .main-nav .nav-cta { padding-inline: 15px; }
}

@media (max-width: 960px) {
  .shell { width: min(100% - 36px, 760px); }
  .nav-wrap { min-height: 86px; justify-content: center; }
  .menu-toggle { display: block; position: absolute; left: 18px; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; }
  .menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }
  .main-nav { display: none; position: fixed; inset: 0; z-index: 100; overflow-y: auto; flex-direction: column; align-items: center; gap: 0; padding: 88px 24px 40px; background: var(--white); font-size: 1rem; text-align: center; }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .main-nav > .nav-dropdown > button { width: 100%; padding: 13px; text-align: center; }
  .menu-close { display: block; position: absolute; top: 12px; right: 20px; padding: 8px; color: var(--navy); font-size: 2.2rem !important; }
  .mobile-nav-logo { display: inline-flex; margin-bottom: 34px; }
  .nav-dropdown { width: 100%; }
  .dropdown-panel { display: none; position: static; width: 100%; min-width: 0; padding: 0 0 10px; box-shadow: none; }
  .nav-dropdown.is-expanded .dropdown-panel, .nav-dropdown.active .dropdown-panel { display: block; }
  .dropdown-panel a { padding: 8px; color: #6d5c51; font-size: .82rem; text-transform: uppercase; }
  .main-nav .nav-cta { width: min(240px, 100%); margin-top: 28px; padding: 15px 25px; }
  .split, .impact-grid, .automation-layout, .belief-grid, .partner-grid, .contact-layout, .digital-cta, .industry-cta, .about-focus, .approach-hero-split { grid-template-columns: 1fr; }
  .section-copy { padding: 42px 32px; }
  .photo-card, .approach-hero-image, .industry-image, .focus-image { min-height: 380px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid #9baec4; }
  .service-card:last-child { border-bottom: 0; }
  .collage-wrap { padding: 15px 0; }
  .before-after { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); }
  .icon-grid.cols-4, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-grid.cols-5, .methods-grid, .systems-grid, .integration-services, .custom-capabilities, .process-grid { grid-template-columns: repeat(3, 1fr); }
  .numbered-grid, .approach-steps { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card:nth-child(4), .expertise-card:nth-child(5) { grid-column: auto; margin-left: 0; }
  .flow-compare { grid-template-columns: 1fr; }
  .approach-hero-copy { padding: 55px 36px; }
  .industry-cta .section-copy { padding: 50px 38px; }
  .footer-main { min-height: 0; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 40px, 470px); }
  .section { padding: 56px 0; }
  h2 { font-size: 2rem; }
  .brand-main { font-size: 2.1rem; }
  .brand-small { font-size: .62rem; }
  .hero-home { min-height: 620px; }
  .hero-content { padding-top: 58px; padding-bottom: 58px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .page-hero { min-height: 570px; }
  .page-hero h2 { font-size: 1.55rem; }
  .hero-dots { right: 20px; bottom: 20px; }
  .section-copy { padding: 34px 4px; }
  .approach-grid .photo-card, .connect-grid .photo-card, .integration-bottom .photo-card, .about-intro .about-photo { order: 2; }
  .photo-card, .approach-hero-image, .industry-image, .focus-image { min-height: 310px; }
  .service-card { padding: 27px 8px; }
  .collage-image { max-height: 360px; }
  .before-after { padding: 27px 24px; }
  .cta-banner { min-height: 470px; }
  .cta-banner h2 { font-size: 2.8rem; }
  .icon-grid.cols-3, .icon-grid.cols-4, .icon-grid.cols-5, .methods-grid, .systems-grid, .integration-services, .custom-capabilities, .process-grid, .expertise-grid, .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .icon-card { min-height: 154px; padding: 16px 9px; }
  .icon-card img { width: 46px; height: 46px; }
  .icon-card h3 { font-size: .88rem; }
  .icon-card p { font-size: .76rem; }
  .methods-grid .method-card:last-child, .systems-grid .system-card:last-child, .integration-services .integration-service:last-child, .process-grid .process-card:last-child, .expertise-grid .expertise-card:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .method-card { min-height: 138px; }
  .flow-panel { padding: 26px 14px; }
  .flow-panel img { min-height: 100px; }
  .numbered-grid, .approach-steps { grid-template-columns: 1fr; }
  .numbered-card { padding: 24px 22px; }
  .custom-capability { min-height: 135px; }
  .expertise-card { grid-template-columns: 1fr; min-height: 145px; padding: 20px 14px; text-align: center; }
  .expertise-card img { margin-inline: auto; }
  .process-card { padding: 21px 14px; }
  .approach-hero-copy { padding: 50px 20px; }
  .approach-hero-copy h1 { font-size: 3rem; }
  .problem-panel { padding: 38px 24px; }
  .industry-card { min-height: 185px; padding: 20px 14px; }
  .industry-card p { display: none; }
  .industry-cta .section-copy { padding: 38px 24px; }
  .about-banner { min-height: 430px; padding: 45px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { padding: 24px; }
  .contact-form { padding: 27px 20px; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .legal-hero { padding: 52px 0; }
  .legal-wrap { width: min(100% - 40px, 470px); padding: 52px 0 70px; }
  .legal-wrap h2 { font-size: 1.35rem; }
  .footer-main, .footer-bottom { flex-direction: column; gap: 28px; }
  .footer-contact { text-align: left; }
  .footer-bottom { gap: 8px; }
}
.dropdown-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: -4px;
}
.site-header
{
  position: fixed;
  left: 0px;
  right: 0px;
}
main {
    margin-top: 86px;
}
