:root {
  --ink: #18323a;
  --muted: #61757a;
  --teal: #0f6b70;
  --teal-dark: #084c51;
  --blue: #2b5f93;
  --mint: #d9efea;
  --ice: #edf6f6;
  --white: #fff;
  --line: #d8e5e4;
  --coral: #d76850;
  --shadow: 0 18px 45px rgba(24, 50, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,229,228,.85); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; }
.brand small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.nav-call):hover { color: var(--teal); }
.nav-call { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; color: #fff; background: var(--teal); border-radius: 6px; }
.nav-call:hover { background: var(--teal-dark); }
.nav-call svg, .menu-toggle svg { width: 18px; height: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 6px; cursor: pointer; }

.hero { min-height: calc(100svh - 76px); max-height: 820px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,40,43,.9) 0%, rgba(10,40,43,.76) 35%, rgba(10,40,43,.2) 68%, rgba(10,40,43,.04) 100%); }
.hero-inner { position: relative; z-index: 1; padding-block: 80px 120px; }
.hero-copy { max-width: 620px; color: #fff; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 7px; color: #bde4df; }
.eyebrow svg { width: 16px; height: 16px; }
h1, h2, h3 { margin-top: 0; font-family: "Segoe UI", Arial, sans-serif; line-height: 1.13; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(44px, 6vw, 76px); }
h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 20px; }
.hero-lead { max-width: 570px; margin: 0 0 30px; color: #edf9f8; font-size: 20px; line-height: 1.55; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button-primary { color: #fff; background: var(--coral); }
.button-primary:hover { background: #be533e; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--ice); }
.button-dark { color: #fff; background: var(--ink); }
.button-outline { color: var(--teal-dark); border-color: var(--teal); background: transparent; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #e3f3f1; font-size: 13px; font-weight: 600; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 17px; height: 17px; color: #8fd0c8; }

.quick-strip { position: relative; z-index: 3; margin-top: -56px; }
.quick-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; background: #fff; box-shadow: var(--shadow); }
.quick-grid > div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 24px 28px; border-right: 1px solid var(--line); }
.quick-grid > div:last-child { border-right: 0; }
.quick-grid > div > svg { flex: 0 0 auto; width: 25px; color: var(--teal); }
.quick-grid span { display: grid; color: var(--muted); font-size: 13px; }
.quick-grid strong { color: var(--ink); font-size: 14px; }
.quick-grid a { color: var(--teal-dark); font-weight: 700; text-decoration: none; }

.section { padding-block: 104px; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading > p:last-child, .why-copy > p, .prep-panel > p, .service-card p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card > svg { width: 31px; height: 31px; margin-bottom: 28px; color: var(--teal); stroke-width: 1.7; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { margin: 0; }
.service-machine { background: linear-gradient(180deg, #fff 0%, #f5fbfa 100%); }
.service-machine > svg { margin-bottom: 22px; }
.machine-tag { display: inline-block; margin: 0 0 15px; padding: 5px 8px; color: var(--teal-dark); background: var(--mint); border-left: 3px solid var(--teal); font-size: 11px; font-weight: 800; }
.service-contact { color: #fff; background: var(--teal); }
.service-contact > svg, .service-contact p { color: #d8f0ed; }
.service-contact a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: #fff; font-weight: 700; text-decoration: none; }
.service-contact a svg { width: 17px; }

.gallery { background: #f7fbfb; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; }
.gallery-card { min-height: 310px; position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.gallery-card-wide { grid-row: span 1; }
.gallery-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .35s ease; }
.gallery-card:first-child img { object-position: center; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7, 30, 33, .82), rgba(7, 30, 33, 0) 58%); }
.gallery-card figcaption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; display: grid; color: #fff; line-height: 1.35; }
.gallery-card figcaption strong { font-size: 18px; }
.gallery-card figcaption span { color: #dbeceb; font-size: 13px; }

.factory-health { padding-bottom: 0; background: #fff; }
.factory-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.factory-intro > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 17px; }
.factory-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.factory-details { padding: 36px; background: var(--ice); border-left: 4px solid var(--teal); }
.factory-details h3 { max-width: 570px; margin-bottom: 26px; font-size: 24px; }
.screening-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.screening-list span { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 12px; color: var(--ink); background: #fff; font-size: 13px; font-weight: 600; }
.screening-list svg { flex: 0 0 auto; width: 19px; color: var(--teal); }
.factory-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #cbdedb; }
.factory-note svg { flex: 0 0 auto; width: 18px; color: var(--teal); }
.factory-note p { margin: 0; color: var(--muted); font-size: 12px; }
.factory-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; background: var(--teal); }
.factory-benefits div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; color: #d7eeeb; border-right: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.factory-benefits div:last-child { border-right: 0; }
.factory-benefits strong { color: #fff; font-size: 17px; }

.why { background: var(--ice); }
.why-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.why-copy > p { max-width: 640px; font-size: 17px; }
.feature-list { display: grid; gap: 10px; margin-top: 34px; }
.feature-list > div { display: flex; align-items: flex-start; gap: 15px; padding: 18px 0; border-top: 1px solid #cddfdd; }
.feature-list svg { flex: 0 0 auto; width: 24px; color: var(--teal); }
.feature-list span { display: grid; color: var(--muted); font-size: 14px; }
.feature-list strong { color: var(--ink); font-size: 16px; }
.prep-panel { padding: 40px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.prep-panel .eyebrow { color: #b9e6df; }
.prep-panel h3 { font-size: 28px; }
.prep-panel > p { color: #e4eef7; }
.prep-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 35px; color: var(--blue); background: #fff; border-radius: 50%; }
.prep-icon svg { width: 27px; }

.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }
.visit-copy address { margin: 24px 0 30px; color: var(--muted); font-size: 18px; font-style: normal; }
.visit-hours { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin: -10px 0 28px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-hours > svg { width: 23px; color: var(--teal); }
.visit-hours span { display: grid; color: var(--muted); font-size: 13px; }
.visit-hours strong { color: var(--ink); }
.map-panel { min-height: 390px; position: relative; overflow: hidden; color: var(--ink); background: #dce9e2; border: 1px solid #c6d9d3; text-decoration: none; }
.map-panel::before, .map-panel::after { content: ""; position: absolute; border: 2px solid rgba(15,107,112,.16); border-radius: 50%; }
.map-panel::before { width: 320px; height: 320px; left: -160px; top: -90px; }
.map-panel::after { width: 440px; height: 440px; right: -220px; bottom: -260px; }
.map-road { position: absolute; display: block; height: 18px; background: #fff; border: 1px solid #d2ddd9; transform-origin: center; }
.road-one { width: 130%; left: -15%; top: 44%; transform: rotate(-12deg); }
.road-two { width: 85%; right: -14%; top: 35%; transform: rotate(55deg); }
.road-three { width: 75%; left: -10%; bottom: 15%; transform: rotate(33deg); }
.map-pin { position: absolute; left: 54%; top: 45%; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--coral); border: 5px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 10px 25px rgba(24,50,58,.2); transform: translate(-50%,-50%); }
.map-pin svg { width: 24px; }
.map-label { position: absolute; left: calc(54% + 38px); top: calc(45% - 24px); display: grid; padding: 10px 13px; background: #fff; box-shadow: 0 8px 22px rgba(24,50,58,.14); font-size: 12px; }
.map-label strong { font-size: 14px; }
.map-link { position: absolute; right: 20px; bottom: 18px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; background: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.map-link svg { width: 16px; }

.site-footer { padding: 62px 0 22px; color: #dfeaea; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 14px; }
.footer-grid a { color: #dfeaea; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand { flex-direction: row !important; align-items: center !important; gap: 14px !important; }
.footer-brand img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; }
.footer-brand span { display: grid; }
.footer-brand strong { color: #fff; font: 700 18px "Segoe UI", Arial, sans-serif; }
.footer-brand small { color: #a9bdc1; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9fb4b8; font-size: 12px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.footer-bottom svg { width: 14px; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-call { justify-content: center; margin-top: 5px; }
  .hero { min-height: 710px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,40,43,.93) 0%, rgba(10,40,43,.8) 52%, rgba(10,40,43,.22) 100%); }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card-wide { grid-column: span 2; }
  .factory-grid { grid-template-columns: 1fr; gap: 44px; }
  .why-grid, .visit-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 15px; }
  .hero { min-height: 660px; max-height: none; align-items: flex-end; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,40,43,.97) 0%, rgba(10,40,43,.82) 49%, rgba(10,40,43,.18) 100%); }
  .hero-inner { padding-block: 240px 96px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 10px 18px; margin-top: 26px; }
  .quick-strip { margin-top: -54px; }
  .section { padding-block: 74px; }
  .section-heading { margin-bottom: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card-wide { grid-column: auto; min-height: 265px; }
  .service-card { min-height: 210px; padding: 26px; }
  .screening-list { grid-template-columns: 1fr; }
  .factory-details { padding: 28px 22px; }
  .factory-actions .button { width: 100%; }
  .factory-benefits { grid-template-columns: 1fr; margin-top: 54px; }
  .factory-benefits div { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .prep-panel { padding: 30px 24px; }
  .visit-actions .button { width: 100%; }
  .map-panel { min-height: 320px; }
  .map-label { left: 20px; top: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; height: 64px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--ink); box-shadow: 0 -5px 18px rgba(0,0,0,.16); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; text-decoration: none; }
  .mobile-actions a:first-child { background: var(--teal); }
  .mobile-actions svg { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
