/* Retrix Industrial Automation — site styles */
:root {
  --ink: #101011;
  --ink-2: #2b2b2c;
  --muted: #606266;
  --soft: #a7a7a7;
  --chip: #f0f2f6;
  --accent: #08bfb9;
  --accent-bright: #46f0f0;
  --display: "Inter", "Inter Display", system-ui, sans-serif;
  --body: "Switzer", "Inter", system-ui, sans-serif;
  --card-shadow: 0 4px 30px rgba(45, 30, 133, .1);
  --btn-grad: linear-gradient(180deg, #32edd4 0%, #8771ff 100%);
  --btn-shadow: 0 6px 20px rgba(82, 53, 239, .6);
  --header-h: 91px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-optical-sizing: auto; }

.container { width: 100%; max-width: 1290px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  height: var(--header-h);
  background: #fff;
  display: flex; align-items: center;
}
.site-header .bar {
  width: 100%; padding: 0 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo img { width: 124px; height: 51px; object-fit: contain; }
.nav { display: flex; gap: 20px; }
.nav a {
  font-size: 18px; line-height: 1.4; color: var(--ink);
  transition: color .2s;
}
.nav a:hover, .nav a.active { color: var(--accent); }
.nav { align-items: center; }
.nav a.nav-cta { color: #fff; margin-left: 8px; }
.btn--sm { height: 42px; padding: 0 20px; font-size: 16px; box-shadow: 0 4px 14px rgba(82, 53, 239, .35); }

/* Floating WhatsApp button */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .45), 0 2px 6px rgba(0, 0, 0, .15);
  transition: transform .25s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float:focus-visible { outline: 3px solid #128c7e; outline-offset: 3px; }

.eyebrow {
  text-align: center; font-size: 15px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 40px;
}
.nav-toggle {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer;
  width: 40px; height: 40px; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  position: absolute; left: 9px; width: 22px; height: 2px; background: var(--ink);
  border-radius: 2px; content: ""; transition: transform .25s, opacity .25s;
}
.nav-toggle span { top: 19px; }
.nav-toggle span::before { left: 0; top: -7px; }
.nav-toggle span::after { left: 0; top: 7px; }
.menu-open .nav-toggle span { background: transparent; }
.menu-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.menu-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons (Framer-style text roll on hover) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 49px; padding: 0 28px; border-radius: 30px;
  background: var(--btn-grad); box-shadow: var(--btn-shadow);
  color: #fff; font-size: 18px; font-weight: 500; line-height: 1;
  border: 0; cursor: pointer; font-family: var(--body); letter-spacing: -0.02em;
  transition: transform .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn--purple {
  height: 54px; font-weight: 700; font-size: 19px;
  background: linear-gradient(180deg, #aa21ff 4.6%, #8771ff 100%);
  box-shadow: 0 6px 20px #38d9c8;
}
.roll { display: inline-block; height: 1.25em; overflow: hidden; line-height: 1.25em; }
.roll > span { display: block; transition: transform .35s cubic-bezier(.4, 0, .2, 1); }
.btn:hover .roll > span { transform: translateY(-100%); }
.btn .arrow { width: 15px; height: 10px; overflow: hidden; position: relative; }
.btn .arrow svg { position: absolute; top: 0; left: 0; transition: transform .35s cubic-bezier(.4, 0, .2, 1); }
.btn .arrow svg + svg { left: -21px; }
.btn:hover .arrow svg { transform: translateX(21px); }

/* ---------- Shared bits ---------- */
.num {
  flex: none; width: 40px; height: 40px; border-radius: 5px; background: var(--chip);
  display: grid; place-items: center; font-size: 20px; color: var(--ink-2);
}
.steps { display: flex; flex-direction: column; gap: 40px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step h3 { font-size: 22px; line-height: 1.1; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }
.step p { font-size: 16px; color: var(--muted); }

.h-xl { font-size: 90px; line-height: 1; font-weight: 600; letter-spacing: -0.04em; }
.h-l { font-size: 70px; line-height: 1; font-weight: 600; letter-spacing: -0.04em; }
.h-m { font-size: 48px; line-height: 1.1; font-weight: 700; letter-spacing: -0.04em; }
.h-s { font-size: 38px; line-height: 1.1; font-weight: 700; letter-spacing: -0.04em; }
.lead { font-size: 20px; line-height: 1.4; color: var(--muted); }

/* Logo marquee */
.marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 50px; width: max-content; animation: marquee var(--speed, 30s) linear infinite; }
.marquee-track img { flex: none; height: auto; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Page hero (inner pages) */
.page-hero { text-align: center; padding: 0 24px; }
.page-hero .inner { max-width: 840px; margin: 0 auto; }
.page-hero h1 { margin-bottom: 32px; }

/* CTA band */
.cta {
  text-align: center; padding: 100px 24px 110px;
}
.cta .inner { max-width: 726px; margin: 0 auto; }
.cta p { margin: 20px auto 20px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--soft); padding: 100px 24px 40px; }
.site-footer .inner { max-width: 1140px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 60px; }
.footer-brand img.flogo { width: 138px; height: 53px; }
.footer-brand p { margin: 40px 0 26px; }
.socials { display: flex; gap: 31px; }
.socials img { width: 20px; height: 20px; transition: opacity .2s; }
.socials a:hover img { opacity: .7; }
.quick { width: 284px; }
.quick h2 { color: #fff; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 20px; }
.quick a { display: block; margin-bottom: 10px; transition: color .2s; }
.quick a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid #2a2a2c; padding-top: 30px; font-size: 14px;
  display: flex; justify-content: space-between; gap: 10px 30px; flex-wrap: wrap;
}
.footer-contact { font-style: normal; display: flex; flex-direction: column; gap: 8px; margin-top: 30px; max-width: 360px; }
.footer-contact a, .credit { transition: color .2s; }
.credit { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, .35); }
.credit:hover { color: var(--accent-bright); }
.footer-contact a:hover { color: #fff; }
.footer-brand .footer-contact + p { margin-top: 30px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* =============== HOME =============== */
.home-hero { position: relative; height: 611px; overflow: hidden; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Dark scrim so the white headline stays readable over the bright photo */
.home-hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(6, 22, 34, .55), rgba(6, 22, 34, .15) 70%, transparent),
    linear-gradient(180deg, rgba(6, 22, 34, .25), rgba(6, 22, 34, .35));
}
.home-hero .content {
  position: relative; z-index: 1; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; padding: 0 24px;
}
.home-hero h1 { font-size: 73px; line-height: 1; font-weight: 600; letter-spacing: -0.04em; max-width: 845px; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.home-hero p { max-width: 845px; font-size: 20px; margin: 30px 0; text-shadow: 0 1px 12px rgba(0, 0, 0, .3); }

.about-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 43px 68px 0; max-width: 1425px; margin: 0 auto; }
.about-card { border-radius: 30px; box-shadow: var(--card-shadow); padding: 20px 26px 60px; background: #fff; }
.about-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; margin-bottom: 10px; }
.about-card h3 { font-size: 22px; font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 10px; }
.about-card p { color: var(--muted); }

.clients { padding: 90px 0 110px; }
.clients .marquee-track { gap: 70px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1350px; margin: 0 auto; padding: 0 38px; }
.split h2.h-m { margin-bottom: 50px; }
.split h2.h-s { margin-bottom: 50px; }
.glow { position: relative; }
.glow::before {
  content: ""; position: absolute; inset: -12% -18%; z-index: -1; filter: blur(60px); border-radius: 50%;
}
.glow--teal::before { background: radial-gradient(closest-side, rgba(50, 237, 212, .55), rgba(135, 113, 255, .35) 60%, transparent); }
.glow--lime::before { background: radial-gradient(closest-side, rgba(200, 245, 90, .6), rgba(50, 237, 212, .35) 60%, transparent); }
.split .media img { width: 100%; height: auto; }
.home-products { padding: 0 0 160px; position: relative; z-index: 0; }
.home-solutions { padding: 40px 0 160px; position: relative; z-index: 0; }
.home-solutions .split { grid-template-columns: 1fr 1.15fr; }

.cta--teal { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(53, 222, 208, .45) 35%, rgba(67, 176, 165, .73) 65%, #00755e 99%); }
.cta--teal .h-m + .h-m { margin-top: 0; }

/* =============== PRODUCTS =============== */
/* Full-width soft gradient hero, same treatment as Industries / About / Contact */
.prod-hero {
  min-height: 532px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #fff 0.5%, rgba(247, 205, 40, .32) 24%, rgba(240, 190, 20, .34) 56%, rgba(247, 221, 101, .28) 80%, #fff 100%);
}
.tabs-wrap { max-width: 1162px; margin: 0 auto; padding: 16px 0 100px; }
.tablist {
  display: flex; gap: 4px; padding: 4px; margin: 0 50px 10px;
  background: #ededf0; border: 1px solid #d4d4d4; border-radius: 63px;
}
.tablist button {
  flex: 1; height: 53px; border: 0; border-radius: 63px; background: transparent;
  font-family: "Inter", sans-serif; font-size: 16px; color: var(--accent); cursor: pointer;
  transition: background .3s, color .3s; letter-spacing: 0;
}
.tablist button[aria-selected="true"] { background: var(--accent-bright); color: #000; }
.tabpanel { border-radius: 40px; box-shadow: var(--card-shadow); padding: 110px 60px 60px; overflow: hidden; }
.tabpanel[hidden] { display: none; }
.tabpanel[data-tint="orange"] { background: linear-gradient(180deg, rgba(228, 245, 245, .5) 52%, rgba(250, 85, 2, .49) 100%); }
.tabpanel[data-tint="lime"] { background: linear-gradient(180deg, rgba(235, 250, 250, .5) 47%, rgba(223, 247, 5, .5) 100%); }
.tabpanel[data-tint="blue"] { background: linear-gradient(180deg, rgba(245, 243, 235, .5) 50%, rgba(5, 134, 247, .5) 100%); }
.tab-body { display: grid; grid-template-columns: 490px 1fr; gap: 110px; align-items: center; }
.tab-body > img { width: 100%; height: 401px; object-fit: cover; }
.tab-body h3 { font-size: 22px; font-weight: 600; color: #111112; margin-bottom: 40px; letter-spacing: -0.02em; }
.tab-body p { color: var(--muted); max-width: 360px; }
.tab-body .label { color: var(--ink); font-weight: 700; margin: 24px 0 4px; }
.tab-body ul { margin: 0; padding-left: 20px; color: var(--muted); max-width: 360px; }
.tab-body li { margin-bottom: 2px; }
.tabpanel .marquee { margin-top: 90px; }
.tabpanel .marquee-track { gap: 60px; }

/* =============== SOLUTIONS =============== */
.sol-hero {
  min-height: 752px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(223, 233, 235, .4) 0%, rgba(178, 215, 229, .63) 18%, #23b6db 62%, #e6faff 80%, #fff 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.sol-hero .inner { max-width: 941px; }
.sol-brands { padding: 16px 0; }
.sol-brands .marquee-track { gap: 50px; --speed: 22s; }
.sol-cards { display: grid; grid-template-columns: repeat(4, 279px); gap: 22px; justify-content: center; padding: 100px 24px 110px; }
.sol-card { background: #f5f5f5; border-radius: 20px; overflow: hidden; height: 440px; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.sol-card:hover { transform: translateY(-6px); box-shadow: var(--card-shadow); }
.sol-card img { width: 100%; height: 300px; object-fit: cover; }
.sol-card img.contain { object-fit: contain; background: #f5f5f5; }
.sol-card h3 { flex: 1; display: grid; place-items: center; text-align: center; padding: 0 20px; font-family: "Inter", sans-serif; font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: -0.02em; }
.sol-section { padding: 60px 0; min-height: 730px; display: flex; align-items: center; }
.sol-section .split { grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1240px; }
.sol-section h2 { font-family: "Inter", sans-serif; font-size: 40px; line-height: 1.1; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 40px; max-width: 520px; }
.sol-section .steps { gap: 50px; max-width: 360px; }
.sol-section .media img { width: 100%; border-radius: 5px; }
.shadow-a { box-shadow: 15px 70px 200px rgba(250, 141, 7, .46), -40px -20px 160px rgba(223, 38, 240, .42); }
.shadow-b { box-shadow: 15px 70px 200px rgba(176, 0, 212, .41), 80px 0 160px rgba(7, 242, 238, .45); }
.shadow-c { box-shadow: 87px 28px 100px rgba(223, 38, 240, .38), -60px 40px 160px rgba(250, 141, 7, .68); }
.sol-section.flip .media { order: -1; }

/* =============== INDUSTRIES =============== */
.ind-hero {
  min-height: 532px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #fff 0.5%, rgba(135, 113, 255, .3) 24%, rgba(135, 113, 255, .3) 56%, rgba(135, 113, 255, .3) 80%, #fff 100%);
}
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 20px; padding: 20px 20px 120px; max-width: 1425px; margin: 0 auto; }
.ind-card { display: block; }
.ind-card img { width: 292px; max-width: 100%; aspect-ratio: 292 / 267; object-fit: cover; margin-bottom: 22px; transition: transform .5s ease; }
.ind-card:hover img { transform: translateY(-4px); }
.ind-card h3 { font-family: "Inter", sans-serif; font-weight: 600; font-size: 22px; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 10px; transition: color .2s; }
.ind-card:hover h3 { color: var(--accent); }
.ind-card p { font-family: "Inter", sans-serif; font-weight: 400; font-size: 17px; line-height: 1.45; color: #6b6d72; max-width: 290px; letter-spacing: -0.01em; }
.ind-more { display: inline-block; margin-top: 12px; font-size: 15px; color: var(--accent); opacity: 0; transform: translateX(-4px); transition: opacity .25s, transform .25s; }
.ind-card:hover .ind-more, .ind-card:focus-visible .ind-more { opacity: 1; transform: none; }

/* =============== ABOUT =============== */
.about-hero {
  padding: 80px 24px 60px; text-align: center;
  background: linear-gradient(180deg, #fff 8.5%, rgba(7, 227, 143, .3) 24%, rgba(112, 255, 234, .3) 51%, rgba(112, 255, 198, .3) 78%, #fff 100%);
}
.about-hero .inner { max-width: 865px; margin: 0 auto; }
.about-hero h1 { margin-bottom: 40px; }
.about-hero .lead { max-width: 840px; margin: 0 auto 70px; }
.about-hero .photo { max-width: 1290px; margin: 0 auto; border-radius: 30px; overflow: hidden; box-shadow: 0 10px 50px rgba(82, 53, 239, .1); }
.about-hero .photo img { width: 100%; height: 566px; object-fit: cover; }
.story { max-width: 1027px; margin: 0 auto; padding: 60px 24px 100px; text-align: center; }
.story h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 80px; }
.story p { color: var(--muted); margin-bottom: 34px; }
.cta--green { background: linear-gradient(180deg, #fff 0.5%, rgba(38, 237, 171, .3) 24%, rgba(39, 196, 144, .85) 98%); }
.cta--green .inner { max-width: 600px; }

/* =============== CONTACT =============== */
.contact-hero {
  padding: 144px 24px 120px;
  background: linear-gradient(180deg, #fff 0.5%, rgba(240, 79, 5, .3) 24%, rgba(227, 127, 5, .3) 79%, #fff 100%);
}
.contact-hero .page-hero { margin-bottom: 96px; }
.form-card { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 30px; padding: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; color: var(--ink-2); }
.field input, .field textarea {
  width: 100%; border: 0; outline: none; background: var(--chip); border-radius: 30px;
  height: 50px; padding: 0 15px; font: inherit; font-size: 16px; color: var(--ink);
  transition: box-shadow .2s;
}
.field textarea { height: 100px; padding: 15px; resize: vertical; }
.field input:focus, .field textarea:focus { box-shadow: 0 0 0 2px rgba(135, 113, 255, .5); }
.form-card .btn { width: 100%; margin-top: 20px; }
.form-note { font-size: 14px; color: var(--muted); margin-top: 20px; }
.form-status { font-size: 14px; margin-top: 12px; min-height: 1em; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.support { max-width: 600px; margin: 60px auto 0; }
.support h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }
.support p { margin-bottom: 10px; }
.support a:hover { color: var(--accent); }
.support .addr { color: var(--muted); }
.support .wa-link { color: #128c7e; font-weight: 700; }
.map { max-width: 600px; margin: 40px auto 0; border-radius: 30px; overflow: hidden; box-shadow: var(--card-shadow); background: #fff; }
.map iframe { display: block; width: 100%; height: 340px; border: 0; }

/* =============== RESPONSIVE =============== */
@media (max-width: 1199px) {
  .site-header .bar { padding: 0 32px; }
  .about-cards { padding: 43px 32px 0; gap: 20px; }
  .h-xl { font-size: 72px; }
  .home-hero h1 { font-size: 60px; }
  .tab-body { grid-template-columns: 1fr 1fr; gap: 50px; }
  .sol-cards { grid-template-columns: repeat(2, 279px); }
  .ind-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 809px) {
  :root { --header-h: 72px; }
  .site-header .bar { padding: 0 20px; }
  .logo img { width: 100px; height: 42px; }
  .nav-toggle { display: block; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0;
    flex-direction: column; gap: 0; background: #fff; padding: 12px 20px;
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s;
  }
  .nav a { font-size: 24px; padding: 14px 0; border-bottom: 1px solid var(--chip); }
  .menu-open .nav { opacity: 1; transform: none; pointer-events: auto; }
  .nav a.nav-cta { margin: 20px 0 0; border-bottom: 0; height: 50px; font-size: 18px; padding: 0 20px; }
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
  .ind-more { opacity: 1; transform: none; }
  .map iframe { height: 280px; }

  .h-xl { font-size: 52px; }
  .h-l { font-size: 44px; }
  .h-m { font-size: 36px; }
  .h-s { font-size: 30px; }
  .lead { font-size: 18px; }

  .home-hero { height: 520px; }
  .home-hero h1 { font-size: 40px; }
  .home-hero p { font-size: 17px; }
  .about-cards { grid-template-columns: 1fr; padding: 32px 16px 0; }
  .about-card { padding-bottom: 32px; }
  .clients { padding: 60px 0 70px; }
  .split, .home-solutions .split, .sol-section .split { grid-template-columns: 1fr; gap: 40px; padding: 0 16px; }
  .split h2.h-m, .split h2.h-s { margin-bottom: 30px; }
  .home-products, .home-solutions { padding-bottom: 90px; }
  .home-solutions .media { order: 2; }
  .cta { padding: 70px 16px 80px; }

  .prod-hero { min-height: 380px; margin: 0 16px; }
  .tabs-wrap { padding: 16px 16px 70px; }
  .tablist { flex-direction: column; margin: 0 0 10px; border-radius: 28px; }
  .tablist button { height: 46px; }
  .tabpanel { padding: 40px 20px 40px; border-radius: 28px; }
  .tab-body { grid-template-columns: 1fr; gap: 30px; }
  .tab-body > img { height: 260px; }
  .tab-body h3 { margin-bottom: 20px; }
  .tabpanel .marquee { margin-top: 50px; }

  .sol-hero { min-height: 480px; margin: 0; }
  .sol-cards { grid-template-columns: 1fr 1fr; gap: 14px; padding: 60px 16px; }
  .sol-card { height: auto; }
  .sol-card img { height: 160px; }
  .sol-card h3 { font-size: 17px; padding: 18px 10px; }
  .sol-section { min-height: 0; padding: 50px 0; }
  .sol-section h2 { font-size: 32px; }
  .sol-section.flip .media { order: 2; }
  .sol-section .media { order: 2; }

  .ind-hero { min-height: 400px; }
  .ind-grid { grid-template-columns: 1fr 1fr; gap: 40px 16px; padding: 20px 16px 80px; }
  .ind-card img { width: 100%; margin-bottom: 16px; }
  .ind-card h3 { font-size: 19px; }
  .ind-card p { font-size: 16px; }

  .about-hero { padding: 50px 16px 40px; }
  .about-hero .photo img { height: 300px; }
  .story { padding: 40px 16px 60px; }
  .story h2 { font-size: 26px; margin-bottom: 40px; }

  .contact-hero { padding: 70px 16px 80px; }
  .contact-hero .page-hero { margin-bottom: 50px; padding: 0; }
  .form-card { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }

  .site-footer { padding: 60px 20px 30px; }
  .footer-top { flex-direction: column; }
}
@media (max-width: 480px) {
  .ind-grid { grid-template-columns: 1fr; }
  .sol-cards { grid-template-columns: 1fr; }
  .sol-card img { height: 220px; }
}
