/* Ambala Science Market standalone static website styles */

:root {
  --navy: #082a4a;
  --navy-2: #0c385f;
  --teal: #08a6a6;
  --teal-dark: #067d80;
  --orange: #f5a524;
  --ink: #13283d;
  --muted: #647486;
  --line: #dce6eb;
  --ice: #f1f8f8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 42, 74, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.asm-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.asm-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.asm-kicker::before { content: ''; width: 25px; height: 2px; background: var(--teal); }
.asm-section-title { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.asm-section-copy { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }

.asm-topbar { background: var(--navy); color: #dce9f1; font-size: 12px; }
.asm-topbar .asm-wrap { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.asm-topbar p { margin: 0; }
.asm-topbar a { font-weight: 700; color: #fff; }
.asm-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,230,235,.9); backdrop-filter: blur(12px); }
.asm-nav { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.asm-brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.asm-brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg, var(--teal), var(--navy)); box-shadow: 0 8px 24px rgba(8,166,166,.2); }
.asm-brand-mark svg { width: 24px; }
.asm-brand-copy strong, .asm-brand-copy span { display: block; }
.asm-brand-copy strong { color: var(--navy); font-size: 17px; line-height: 1.1; }
.asm-brand-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.asm-menu { display: flex; align-items: center; gap: 28px; }
.asm-menu a { color: #30485e; font-size: 14px; font-weight: 700; }
.asm-menu a:hover { color: var(--teal-dark); }
.asm-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.asm-btn:hover { transform: translateY(-2px); }
.asm-btn-primary { background: var(--teal); color: #fff; box-shadow: 0 10px 25px rgba(8,166,166,.22); }
.asm-btn-primary:hover { background: var(--teal-dark); }
.asm-btn-outline { color: var(--navy); border-color: #b8cbd4; background: rgba(255,255,255,.7); }
.asm-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; color: var(--navy); background: var(--ice); font-size: 22px; }

.asm-hero { position: relative; overflow: hidden; padding: 76px 0 70px; background: linear-gradient(120deg, #eef8f8 0%, #fbfdfd 52%, #eef5f8 100%); }
.asm-hero::before { content: ''; position: absolute; width: 430px; height: 430px; right: -150px; top: -230px; border: 80px solid rgba(8,166,166,.08); border-radius: 50%; }
.asm-hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 58px; }
.asm-hero h1 { margin: 0; color: var(--navy); font-size: clamp(42px, 5.2vw, 68px); line-height: 1.04; letter-spacing: -.052em; }
.asm-hero h1 span { color: var(--teal-dark); }
.asm-hero-copy { max-width: 610px; margin: 24px 0 30px; color: #53697b; font-size: 18px; }
.asm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.asm-trust-line { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; color: #4b6274; font-size: 13px; font-weight: 700; }
.asm-trust-line span { display: flex; align-items: center; gap: 7px; }
.asm-trust-line i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-style: normal; font-size: 11px; }
.asm-visual { position: relative; min-height: 500px; }
.asm-visual-main { position: absolute; inset: 18px 0 10px 32px; overflow: hidden; border-radius: 38px 10px 38px 10px; background: #d8eced; box-shadow: var(--shadow); }
.asm-visual-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.asm-visual-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,42,74,.34)); }
.asm-float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.asm-float-card strong, .asm-float-card small { display: block; }
.asm-float-card strong { color: var(--navy); font-size: 14px; }
.asm-float-card small { color: var(--muted); font-size: 11px; }
.asm-float-card b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--teal); }
.asm-float-one { left: 0; top: 68px; }
.asm-float-two { right: -18px; bottom: 52px; }

.asm-stats { position: relative; z-index: 3; margin-top: -1px; background: var(--navy); color: #fff; }
.asm-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.asm-stat { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.asm-stat:last-child { border: 0; }
.asm-stat strong { display: block; font-size: 25px; line-height: 1.2; }
.asm-stat span { color: #aebfce; font-size: 12px; }

.asm-categories { padding: 100px 0; }
.asm-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.asm-link { color: var(--teal-dark); font-size: 14px; font-weight: 800; white-space: nowrap; }
.asm-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.asm-category { min-height: 310px; position: relative; overflow: hidden; display: flex; align-items: end; border-radius: 14px; background: #e5eeee; box-shadow: 0 10px 28px rgba(8,42,74,.08); }
.asm-category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.asm-category::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,42,74,.02) 25%, rgba(8,42,74,.92) 100%); }
.asm-category:hover img { transform: scale(1.055); }
.asm-category-copy { position: relative; z-index: 2; width: 100%; padding: 24px; color: #fff; }
.asm-category-copy span { color: #b9ddde; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.asm-category-copy h3 { margin: 6px 0 0; font-size: 20px; line-height: 1.25; }

.asm-feature { padding: 100px 0; background: var(--ice); }
.asm-feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.asm-product-shot { position: relative; min-height: 550px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.asm-product-shot::before { content: ''; position: absolute; width: 78%; aspect-ratio: 1; left: 11%; top: 11%; border-radius: 50%; background: #eaf6f6; }
.asm-product-shot img { position: absolute; z-index: 1; inset: 4% 8% 5%; width: 84%; height: 91%; object-fit: contain; }
.asm-badge { position: absolute; z-index: 2; left: -22px; bottom: 42px; width: 120px; height: 120px; display: grid; place-items: center; padding: 18px; border: 6px solid #fff; border-radius: 50%; color: #fff; background: var(--orange); text-align: center; font-size: 13px; font-weight: 900; line-height: 1.25; }
.asm-feature h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.asm-feature p { color: var(--muted); font-size: 17px; }
.asm-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 28px 0 34px; padding: 0; list-style: none; }
.asm-points li { position: relative; padding-left: 27px; color: #344d61; font-size: 14px; font-weight: 700; }
.asm-points li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 10px; }

.asm-process { padding: 100px 0; }
.asm-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 45px; }
.asm-step { padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.asm-step b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; color: var(--teal-dark); background: var(--ice); font-size: 14px; }
.asm-step h3 { margin: 20px 0 7px; color: var(--navy); font-size: 20px; }
.asm-step p { margin: 0; color: var(--muted); font-size: 14px; }

.asm-cta { padding: 0 0 100px; }
.asm-cta-box { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 58px; border-radius: 18px; color: #fff; background: linear-gradient(120deg, var(--navy), #0c456b); }
.asm-cta-box::after { content: ''; position: absolute; right: 17%; top: -120px; width: 260px; height: 260px; border: 55px solid rgba(255,255,255,.05); border-radius: 50%; }
.asm-cta-box h2 { position: relative; z-index: 1; max-width: 680px; margin: 0 0 8px; font-size: clamp(28px, 4vw, 42px); line-height: 1.15; }
.asm-cta-box p { position: relative; z-index: 1; margin: 0; color: #bfd0db; }
.asm-cta-box .asm-btn { position: relative; z-index: 1; flex: 0 0 auto; background: var(--orange); color: var(--navy); }

.asm-footer { padding: 64px 0 26px; background: #061f37; color: #aebfce; }
.asm-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 55px; }
.asm-footer h3 { margin: 0 0 18px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.asm-footer p, .asm-footer a { font-size: 13px; }
.asm-footer a { display: block; margin: 8px 0; }
.asm-footer a:hover { color: #fff; }
.asm-footer .asm-brand-copy strong { color: #fff; }
.asm-footer-about { max-width: 350px; margin-top: 18px; }
.asm-copyright { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.asm-whatsapp { position: fixed; z-index: 25; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.2); font-size: 25px; }

@media (max-width: 980px) {
  .asm-menu-toggle { display: block; }
  .asm-menu { position: absolute; left: 20px; right: 20px; top: 70px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .asm-menu.is-open { display: flex; }
  .asm-menu a { padding: 12px; }
  .asm-nav > .asm-btn { display: none; }
  .asm-hero-grid, .asm-feature-grid { grid-template-columns: 1fr; }
  .asm-hero { padding-top: 58px; }
  .asm-visual { min-height: 430px; max-width: 650px; width: 100%; margin: auto; }
  .asm-card-grid { grid-template-columns: repeat(2, 1fr); }
  .asm-feature-grid { gap: 55px; }
  .asm-product-shot { max-width: 620px; width: 100%; margin: auto; }
  .asm-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .asm-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  .asm-wrap { width: min(100% - 28px, 1160px); }
  .asm-topbar .asm-wrap { justify-content: center; text-align: center; }
  .asm-topbar p:last-child { display: none; }
  .asm-nav { min-height: 68px; }
  .asm-brand-copy strong { font-size: 15px; }
  .asm-brand-copy span { font-size: 8px; }
  .asm-brand-mark { width: 38px; }
  .asm-hero { padding: 46px 0 48px; }
  .asm-hero h1 { font-size: 40px; }
  .asm-hero-copy { font-size: 16px; }
  .asm-actions .asm-btn { width: 100%; }
  .asm-visual { min-height: 350px; margin-top: 8px; }
  .asm-visual-main { inset: 0 5px 0 22px; }
  .asm-float-one { left: 0; top: 35px; }
  .asm-float-two { right: 0; bottom: 25px; }
  .asm-stats-grid { grid-template-columns: 1fr 1fr; }
  .asm-stat { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .asm-categories, .asm-feature, .asm-process { padding: 74px 0; }
  .asm-heading-row { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .asm-card-grid { grid-template-columns: 1fr; }
  .asm-category { min-height: 265px; }
  .asm-product-shot { min-height: 430px; }
  .asm-badge { left: -5px; width: 98px; height: 98px; font-size: 11px; }
  .asm-points { grid-template-columns: 1fr; }
  .asm-process-grid { grid-template-columns: 1fr; }
  .asm-cta { padding-bottom: 74px; }
  .asm-cta-box { align-items: start; flex-direction: column; padding: 38px 28px; }
  .asm-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .asm-footer-grid > div:first-child { grid-column: 1 / -1; }
  .asm-footer-grid > div:last-child { grid-column: auto; }
}

/* Unified visual system for migrated legacy content pages */
.asm-legacy-page { color: var(--ink); background: #f7fafb; font-family: Inter, Arial, sans-serif; }
.asm-legacy-page .fixed-height { height: auto !important; min-height: 0 !important; margin: 0 !important; }
.asm-legacy-page .asm-topbar, .asm-legacy-page .asm-header { width: 100%; }
.asm-legacy-page .wrapper { padding-top: 68px; padding-bottom: 68px; }
.asm-legacy-page h1, .asm-legacy-page h2, .asm-legacy-page h3, .asm-legacy-page h4 { color: var(--navy); font-family: Inter, Arial, sans-serif; font-weight: 750; line-height: 1.25; }
.asm-legacy-page h1 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; }
.asm-legacy-page h2 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -.025em; }
.asm-legacy-page p, .asm-legacy-page li { color: #53697b; line-height: 1.7; }
.asm-legacy-page .products, .asm-legacy-page .product, .asm-legacy-page .company, .asm-legacy-page .contact, .asm-legacy-page .welcome, .asm-legacy-page .workshop, .asm-legacy-page .services { background: #f7fafb !important; }
.asm-legacy-page .p-container, .asm-legacy-page .item-img, .asm-legacy-page .services-block, .asm-legacy-page .profile, .asm-legacy-page .pdf { overflow: hidden; border: 1px solid var(--line) !important; border-radius: 12px !important; background: #fff !important; box-shadow: 0 10px 28px rgba(8,42,74,.08) !important; transition: transform .2s, box-shadow .2s; }
.asm-legacy-page .p-container:hover, .asm-legacy-page .item-img:hover, .asm-legacy-page .services-block:hover { transform: translateY(-4px); box-shadow: var(--shadow) !important; }
.asm-legacy-page .p-img { display: grid; place-items: center; min-height: 210px; padding: 18px; background: #fff; }
.asm-legacy-page .p-img img, .asm-legacy-page .item-img img { max-height: 230px; width: 100%; object-fit: contain; }
.asm-legacy-page .p-desc { min-height: 62px; display: flex; align-items: center; justify-content: center; padding: 13px 16px !important; color: #fff !important; background: var(--navy) !important; text-align: center; font-weight: 700; }
.asm-legacy-page .p-desc a, .asm-legacy-page .p-desc p, .asm-legacy-page .p-desc h3, .asm-legacy-page .p-desc h4 { margin: 0; color: #fff !important; }
.asm-legacy-page .panel { overflow: hidden; border: 1px solid var(--line) !important; border-radius: 10px !important; box-shadow: none !important; }
.asm-legacy-page .panel-heading { padding: 15px 18px; border: 0 !important; background: var(--ice) !important; }
.asm-legacy-page .panel-title, .asm-legacy-page .panel-title a { color: var(--navy) !important; font-weight: 750; }
.asm-legacy-page .panel-body { color: #53697b; background: #fff; }
.asm-legacy-page .table { overflow: hidden; border-radius: 8px; background: #fff; }
.asm-legacy-page .table th { color: #fff; background: var(--navy); }
.asm-legacy-page .table td, .asm-legacy-page .table th { padding: 12px !important; border-color: var(--line) !important; }
.asm-legacy-page .btn, .asm-legacy-page button[type=submit], .asm-legacy-page input[type=submit], .asm-legacy-page .bnt-txt a { border: 0 !important; border-radius: 8px !important; color: #fff !important; background: var(--teal) !important; font-weight: 750; }
.asm-legacy-page .btn:hover, .asm-legacy-page button[type=submit]:hover, .asm-legacy-page input[type=submit]:hover { background: var(--teal-dark) !important; }
.asm-legacy-page input, .asm-legacy-page textarea, .asm-legacy-page select { border: 1px solid #cddce3 !important; border-radius: 8px !important; background: #fff; }
.asm-legacy-page footer { padding-top: 55px; color: #aebfce; background: #061f37 !important; }
.asm-legacy-page footer h3, .asm-legacy-page footer h4 { color: #fff !important; }
.asm-legacy-page footer p, .asm-legacy-page footer li, .asm-legacy-page footer a { color: #aebfce !important; }
.asm-legacy-page footer a:hover { color: #fff !important; }
.asm-legacy-page .rights { border-top: 1px solid rgba(255,255,255,.1); background: #061f37 !important; }
.asm-legacy-page .banner-txt, .asm-legacy-page .bnt-txt { color: #fff; }
.asm-legacy-page a { transition: color .2s; }
.asm-legacy-page main a, .asm-legacy-page .wrapper a { color: var(--teal-dark); }
@media (max-width: 767px) { .asm-legacy-page .wrapper { padding-top: 45px; padding-bottom: 45px; } .asm-legacy-page .p-img { min-height: 160px; } .asm-legacy-page .col-xs-6 { width: 100%; } }

/* Centered and identical primary navigation on every public page */
@media (min-width: 981px) {
  .asm-nav { display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(178px, 1fr); }
  .asm-nav > .asm-brand { margin-right: 0; justify-self: start; }
  .asm-nav > .asm-menu { justify-content: center; }
  .asm-nav > .asm-btn { width: 178px; justify-self: end; }
}

/* Contact page */
.asm-contact-hero { padding: 86px 0 76px; color: #fff; background: linear-gradient(125deg, var(--navy), #0b4c70); }
.asm-contact-hero .asm-kicker { color: #70d7d3; }
.asm-contact-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -.05em; }
.asm-contact-hero > .asm-wrap > p:last-child { max-width: 690px; margin: 22px 0 0; color: #c5d6df; font-size: 18px; }
.asm-contact-section { padding: 95px 0 105px; background: #f5f9fa; }
.asm-contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: start; }
.asm-contact-info h2, .asm-form-card h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 43px); line-height: 1.13; letter-spacing: -.035em; }
.asm-contact-intro { margin: 20px 0 30px; color: var(--muted); }
.asm-contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.asm-contact-card { min-height: 145px; display: flex; align-items: flex-start; gap: 13px; padding: 20px; border: 1px solid var(--line); border-radius: 11px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.asm-contact-card:hover { transform: translateY(-3px); border-color: #83c9c6; box-shadow: 0 12px 30px rgba(8,42,74,.09); }
.asm-contact-card > span { flex: 0 0 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--teal-dark); background: #e2f4f3; font-size: 10px; font-weight: 900; }
.asm-contact-card small, .asm-contact-card strong, .asm-contact-card p { display: block; }
.asm-contact-card small { color: var(--teal-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.asm-contact-card strong { margin-top: 3px; color: var(--navy); font-size: 15px; line-height: 1.35; overflow-wrap: anywhere; }
.asm-contact-card p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.asm-catalogue-link { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 17px 20px; border-radius: 10px; color: #fff; background: var(--navy); }
.asm-catalogue-link b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: var(--teal); }
.asm-catalogue-link strong, .asm-catalogue-link small { display: block; }
.asm-catalogue-link small { color: #adc0ce; }
.asm-form-card { padding: 42px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.asm-form-card h2 { margin-bottom: 28px; }
.asm-contact-form { display: grid; gap: 17px; }
.asm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.asm-contact-form label { display: grid; gap: 7px; color: #344e62; font-size: 12px; font-weight: 800; }
.asm-contact-form input, .asm-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd9e0; border-radius: 8px; color: var(--ink); background: #fbfdfd; outline: none; }
.asm-contact-form input:focus, .asm-contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,166,166,.1); }
.asm-contact-form textarea { resize: vertical; }
.asm-contact-form .asm-btn { width: 100%; margin-top: 3px; cursor: pointer; }
.asm-form-note { margin: -4px 0 0; color: #82909d; text-align: center; font-size: 10px; }
.asm-contact-strip { padding: 55px 0; color: #fff; background: var(--teal-dark); }
.asm-contact-strip .asm-wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.asm-contact-strip span { color: #a9e1df; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.asm-contact-strip h2 { margin: 5px 0 0; font-size: clamp(24px, 3vw, 34px); }
.asm-contact-strip .asm-btn { flex: 0 0 auto; color: var(--navy); background: #fff; }
@media (max-width: 900px) { .asm-contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .asm-contact-hero { padding: 60px 0 54px; } .asm-contact-hero h1 { font-size: 40px; } .asm-contact-section { padding: 68px 0 76px; } .asm-contact-cards, .asm-form-row { grid-template-columns: 1fr; } .asm-form-card { padding: 30px 22px; } .asm-contact-strip .asm-wrap { align-items: flex-start; flex-direction: column; } .asm-contact-strip .asm-btn { width: 100%; } }

/* Catalogue download page */
.asm-catalog-hero { padding: 84px 0 74px; color: #fff; background: linear-gradient(125deg, var(--navy), #0b4c70); }
.asm-catalog-hero .asm-kicker { color: #70d7d3; }
.asm-catalog-hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -.05em; }
.asm-catalog-hero > .asm-wrap > p:not(.asm-kicker) { max-width: 720px; margin: 20px 0 28px; color: #c4d6df; font-size: 18px; }
.asm-catalog-section { padding: 90px 0 105px; background: #f5f9fa; }
.asm-catalog-group { padding: 52px 0; border-bottom: 1px solid var(--line); }
.asm-catalog-group:first-child { padding-top: 0; }
.asm-catalog-heading { display: flex; gap: 16px; margin-bottom: 27px; }
.asm-catalog-heading > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: var(--teal-dark); background: #def2f1; font-size: 11px; font-weight: 900; }
.asm-catalog-heading h2 { margin: 0; color: var(--navy); font-size: 28px; }
.asm-catalog-heading p { margin: 6px 0 0; color: var(--muted); }
.asm-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.asm-catalog-grid > a { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.asm-catalog-grid > a:hover { transform: translateY(-3px); border-color: #83c9c6; box-shadow: 0 12px 28px rgba(8,42,74,.08); }
.asm-catalog-grid b { flex: 0 0 38px; height: 42px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--teal); font-size: 9px; }
.asm-catalog-grid span { min-width: 0; flex: 1; }
.asm-catalog-grid strong, .asm-catalog-grid small { display: block; }
.asm-catalog-grid strong { color: var(--navy); font-size: 13px; line-height: 1.3; }
.asm-catalog-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.asm-catalog-grid i { color: var(--teal-dark); font-style: normal; font-weight: 900; }
@media (max-width: 900px) { .asm-catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .asm-catalog-hero { padding: 60px 0 54px; } .asm-catalog-hero h1 { font-size: 40px; } .asm-catalog-section { padding: 62px 0 75px; } .asm-catalog-grid { grid-template-columns: 1fr; } }

/* Visual catalogue covers */
.asm-catalog-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.asm-catalog-grid > a { position: relative; min-height: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 0 0 17px; overflow: hidden; }
.asm-catalog-cover { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; display: block; background: linear-gradient(145deg, #e7f2f3, #d7e5e9); }
.asm-catalog-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s; }
.asm-catalog-grid > a:hover .asm-catalog-cover img { transform: scale(1.035); }
.asm-catalog-cover b { position: absolute; left: 12px; top: 12px; width: 38px; height: 27px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: var(--teal); box-shadow: 0 5px 14px rgba(8,42,74,.18); font-size: 8px; }
.asm-catalog-grid > a > span:not(.asm-catalog-cover) { min-height: 76px; display: block; padding: 15px 42px 0 16px; }
.asm-catalog-grid > a > i { position: absolute; right: 16px; bottom: 26px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: #e5f4f3; }
@media (max-width: 1000px) { .asm-catalog-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .asm-catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .asm-catalog-grid { grid-template-columns: 1fr; } .asm-catalog-cover { aspect-ratio: 4 / 3; } }

/* Catalogue card height correction */
.asm-catalog-grid { align-items: start; grid-auto-rows: max-content; }
.asm-catalog-grid > a { height: auto !important; min-height: 0 !important; align-self: start; }
.asm-catalog-grid > a > .asm-catalog-cover { flex: 0 0 auto !important; }
.asm-catalog-grid > a > span:not(.asm-catalog-cover) { flex: 0 0 auto !important; min-height: 88px; padding-bottom: 5px; }
.asm-catalog-grid > a > i { bottom: 22px; }

/* Modern products directory */
.asm-products-hero { overflow: hidden; padding: 76px 0; background: linear-gradient(120deg, #edf8f8, #fbfdfd 58%, #eef5f8); }
.asm-products-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
.asm-products-hero h1 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(44px, 6vw, 68px); line-height: 1.03; letter-spacing: -.052em; }
.asm-products-hero p:not(.asm-kicker) { max-width: 650px; margin: 23px 0 29px; color: var(--muted); font-size: 18px; }
.asm-products-hero-art { position: relative; min-height: 440px; border-radius: 30px 8px 30px 8px; background: #fff; box-shadow: var(--shadow); }
.asm-products-hero-art::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; left: 12%; top: 10%; border-radius: 50%; background: #e6f5f4; }
.asm-products-hero-art img { position: absolute; z-index: 1; inset: 4% 9%; width: 82%; height: 90%; object-fit: contain; }
.asm-products-hero-art span { position: absolute; z-index: 2; right: -18px; bottom: 32px; padding: 15px 19px; border-radius: 10px; color: #526878; background: #fff; box-shadow: var(--shadow); font-size: 12px; }
.asm-products-hero-art b { display: block; color: var(--navy); font-size: 21px; }
.asm-popular-products { padding: 100px 0; }
.asm-product-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.asm-product-category-grid > a { position: relative; overflow: hidden; padding: 0 24px 25px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(8,42,74,.07); transition: transform .25s, box-shadow .25s; }
.asm-product-category-grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.asm-product-category-grid > a > div { height: 220px; margin: 0 -24px 21px; display: grid; place-items: center; overflow: hidden; background: #eef6f6; }
.asm-product-category-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.asm-product-category-grid a:hover img { transform: scale(1.05); }
.asm-product-category-grid span { color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.asm-product-category-grid h3 { margin: 5px 0 8px; color: var(--navy); font-size: 21px; }
.asm-product-category-grid p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.asm-product-category-grid b { color: var(--teal-dark); font-size: 12px; }
.asm-product-directory { padding: 96px 0 105px; background: #f4f8f9; }
.asm-product-directory-head { max-width: 690px; margin-bottom: 43px; }
.asm-product-directory-head h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 48px); letter-spacing: -.04em; }
.asm-product-directory-head > p:last-child { color: var(--muted); }
.asm-product-groups { display: grid; gap: 18px; }
.asm-product-groups article { display: grid; grid-template-columns: 58px 230px 1fr; gap: 22px; align-items: start; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.asm-product-group-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, var(--teal), var(--teal-dark)); font-size: 23px; }
.asm-product-group-title small { color: var(--teal-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.asm-product-group-title h3 { margin: 6px 0 0; color: var(--navy); font-size: 20px; line-height: 1.3; }
.asm-product-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.asm-product-links a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 12px; border: 1px solid #e0eaee; border-radius: 7px; color: #405a6d; background: #fbfdfd; font-size: 11px; font-weight: 750; }
.asm-product-links a:hover { color: var(--teal-dark); border-color: #8acbc8; }
.asm-product-links b { color: var(--teal); }
.asm-products-cta { padding: 78px 0; color: #fff; background: var(--navy); }
.asm-products-cta .asm-wrap { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.asm-products-cta .asm-kicker { color: #70d7d3; }
.asm-products-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); }
.asm-products-cta p:not(.asm-kicker) { margin: 10px 0 0; color: #b9cbd7; }
.asm-products-cta .asm-btn-outline { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
@media (max-width: 980px) { .asm-products-hero-grid { grid-template-columns: 1fr; } .asm-products-hero-art { max-width: 650px; width: 100%; margin: auto; } .asm-product-category-grid { grid-template-columns: repeat(2, 1fr); } .asm-product-groups article { grid-template-columns: 58px 1fr; } .asm-product-links { grid-column: 1 / -1; } }
@media (max-width: 680px) { .asm-products-hero { padding: 54px 0; } .asm-products-hero h1 { font-size: 42px; } .asm-products-hero-art { min-height: 360px; } .asm-popular-products, .asm-product-directory { padding: 72px 0; } .asm-product-category-grid { grid-template-columns: 1fr; } .asm-product-category-grid > a > div { height: 250px; } .asm-product-links { grid-template-columns: 1fr; } .asm-products-cta .asm-wrap { align-items: flex-start; flex-direction: column; } .asm-products-cta .asm-actions, .asm-products-cta .asm-btn { width: 100%; } }
