:root {
  color-scheme: light;
  --pwa-brand: #005596;
  --pwa-brand-dark: #003f72;
  --pwa-accent: #f39a1f;
  --pwa-ink: #122033;
  --pwa-muted: #68778b;
  --pwa-line: #dfe7f0;
  --pwa-soft: #edf5fb;
  --pwa-white: #fff;
  --pwa-shadow: 0 16px 44px rgba(15, 45, 74, .12);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: #f4f7fa; color: var(--pwa-ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
.pwa-public-shell { width: min(100%, 960px); min-height: 100vh; margin: 0 auto; background: var(--pwa-white); }
.pwa-topbar { display: flex; align-items: center; min-height: 76px; padding: max(18px, env(safe-area-inset-top)) 14px 10px; }
.pwa-brand { display: inline-flex; align-items: center; margin-left: 0; }
.pwa-brand img { display: block; width: auto; height: 48px; }
.pwa-public-main { min-height: calc(100vh - 160px); padding: 0; }
.pwa-eyebrow { margin: 0 0 9px; color: var(--pwa-brand); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pwa-hero { position: relative; overflow: hidden; padding: 34px 26px; border-radius: 26px; background: linear-gradient(145deg, #eaf4fb, #f8fbfd 58%, #fff4e5); box-shadow: var(--pwa-shadow); }
.pwa-hero::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -70px; border-radius: 50%; background: rgba(0, 85, 150, .09); }
.pwa-hero h1, .pwa-page-intro h1 { position: relative; margin: 0; font-size: clamp(34px, 8vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.pwa-hero-copy, .pwa-page-intro > p:last-child { max-width: 560px; margin: 18px 0 0; color: var(--pwa-muted); font-size: 16px; line-height: 1.65; }
.pwa-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.pwa-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; border: 0; border-radius: 14px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; }
.pwa-button-primary { background: var(--pwa-brand); color: #fff; box-shadow: 0 9px 20px rgba(0, 85, 150, .22); }
.pwa-button-secondary { border: 1px solid #cbd9e6; background: rgba(255, 255, 255, .82); color: var(--pwa-brand-dark); }
.pwa-section { margin-top: 38px; }
.pwa-section-heading h2 { margin: 0; font-size: 23px; letter-spacing: -.02em; }
.pwa-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.pwa-feature-card { display: flex; min-height: 126px; flex-direction: column; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--pwa-line); border-radius: 19px; background: #fff; text-decoration: none; box-shadow: 0 6px 20px rgba(20, 45, 70, .05); }
.pwa-card-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--pwa-soft); color: var(--pwa-brand); }
.pwa-card-icon svg { width: 20px; height: 20px; }
.pwa-feature-card strong, .pwa-feature-card small { display: block; }
.pwa-feature-card strong { margin-bottom: 5px; font-size: 15px; }
.pwa-feature-card small { color: var(--pwa-muted); font-size: 12px; line-height: 1.45; }
.pwa-page-intro { padding: 16px 0 24px; }
.pwa-story-card { display: flex; gap: 16px; margin-top: 13px; padding: 20px; border: 1px solid var(--pwa-line); border-radius: 19px; background: #fff; box-shadow: 0 6px 20px rgba(20, 45, 70, .05); }
.pwa-story-number { color: var(--pwa-accent); font-size: 13px; font-weight: 900; }
.pwa-story-card h2 { margin: 0 0 7px; font-size: 18px; }
.pwa-story-card p { margin: 0; color: var(--pwa-muted); font-size: 14px; line-height: 1.55; }
.pwa-wide-button { width: 100%; margin-top: 20px; }
.employee-login-wrap { width: min(100%, 440px); margin: 18px auto 0; }
.pwa-employee-page .pwa-public-main { padding: 26px 22px 70px; }
.employee-login-heading { text-align: center; }
.employee-login-heading h1 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.employee-login-heading > p:last-child { margin: 9px 0 0; color: var(--pwa-muted); }
.employee-login-icon { display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 18px; border-radius: 18px; background: var(--pwa-brand); color: #fff; box-shadow: 0 12px 25px rgba(0, 85, 150, .23); }
.employee-login-icon svg { width: 27px; height: 27px; }
.employee-login-card { margin-top: 24px; padding: 23px; border: 1px solid var(--pwa-line); border-radius: 22px; background: #fff; box-shadow: var(--pwa-shadow); }
.employee-login-card label { display: block; margin: 0 0 7px; color: #526176; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.employee-login-card input { width: 100%; min-height: 50px; margin-bottom: 17px; padding: 0 14px; border: 1px solid #ccd8e4; border-radius: 13px; background: #f9fbfd; color: var(--pwa-ink); font-size: 16px; outline: none; }
.employee-login-card input:focus { border-color: var(--pwa-brand); box-shadow: 0 0 0 3px rgba(0, 85, 150, .11); }
.employee-password-field { position: relative; }
.employee-password-field input { padding-right: 68px; }
.employee-password-field button { position: absolute; right: 8px; top: 7px; height: 36px; padding: 0 10px; border: 0; background: transparent; color: var(--pwa-brand); font-size: 12px; font-weight: 800; cursor: pointer; }
.employee-login-card .pwa-wide-button { margin-top: 2px; }
.employee-login-help { margin: 16px 0 0; color: var(--pwa-muted); font-size: 12px; line-height: 1.5; text-align: center; }
.employee-ui-notice { margin: 14px 0 0; padding: 12px; border-radius: 11px; background: #fff6e8; color: #85500b; font-size: 12px; line-height: 1.45; text-align: center; }
.app-mobile-nav {
  display: flex;
  width: min(calc(100vw - 28px), 692px);
  margin: 4px auto 16px;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px;
  border: 1px solid #e2e8f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(19, 26, 42, .05);
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.app-mobile-nav::-webkit-scrollbar { display: none; }

.app-mobile-nav a {
  display: flex;
  flex: 0 0 calc((100% - 16px) / 5);
  width: calc((100% - 16px) / 5);
  min-height: 48px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 7px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #6a778c;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.app-mobile-nav a svg { display: block; width: 19px; height: 19px; flex: 0 0 auto; }
.app-mobile-nav a.active { background: #e9f0ff; color: #1f4fd8; box-shadow: none; }
@media (max-width: 420px) {
  .pwa-public-main { padding: 0; }
  .pwa-topbar { padding-left: 14px; padding-right: 14px; }
  .pwa-hero { padding: 28px 20px; }
  .pwa-hero h1, .pwa-page-intro h1 { font-size: 33px; }
  .pwa-card-grid { gap: 9px; }
  .pwa-feature-card { padding: 15px; }
  .app-mobile-nav a { font-size: 10px; }
}

/* Home: original Hexcel artwork and compact corporate styling. */
.pwa-home-page .pwa-public-main { padding: 0 14px 32px; }
.pwa-home-page .home-page { color: #5e5b5b; font-family: "Ubuntu-Light", Arial, sans-serif; }
.home-banner { width: 100%; aspect-ratio: 960 / 287; overflow: hidden; background: #252a81; }
.home-banner-track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.home-banner-track::-webkit-scrollbar { display: none; }
.home-banner-track.is-auto-sliding { scroll-snap-type: none; }
.home-banner-track img { display: block; width: 100%; height: 100%; flex: 0 0 100%; object-fit: cover; scroll-snap-align: start; }
.home-banner-dots { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 9px; }
.home-banner-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c4c7cf; cursor: pointer; transition: width .18s ease, border-radius .18s ease, background .18s ease; }
.home-banner-dots button.active { width: 20px; border-radius: 999px; background: #252a81; }
.home-swipe-hint { margin: 5px 0 0; color: #858585; font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.home-section-title { margin: 19px 0 10px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 18px; font-weight: 300; }
.home-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 0; }
.home-feature { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e9e9e9; background: #fff; box-shadow: 0 3px 10px rgba(37, 42, 129, .04); }
.home-feature > img { display: block; width: min(100%, 225px); height: 92px; margin: 12px 0 0 14px; object-fit: contain; object-position: left center; }
.home-feature-copy { display: flex; height: 100%; flex-direction: column; padding: 11px 14px 14px; }
.home-feature h1,
.home-feature h2 { margin: 0 0 6px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.35; }
.home-feature p { margin: 0 0 13px; color: #5e5b5b; font-size: 12px; line-height: 1.6; }
.home-feature a { display: inline-flex; width: auto; align-self: flex-start; min-height: 38px; margin-top: auto; align-items: center; justify-content: center; padding: 0 15px; border-radius: 3px; background: #252a81; color: #fff; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 10px; text-decoration: none; text-transform: uppercase; }
/* Standardised footer for every public PWA page (matches the Contact Us page's footer design).

   The gap between the last line of copy and the blue rule is 10px of
   padding-bottom, exactly like .footer in site.css, which is what the Contact
   Us page uses. The home-indicator clearance sits BELOW the rule as a margin --
   folding env(safe-area-inset-bottom) into the padding pushed the rule away
   from the text on notched phones, so Home and About Us had a visibly wider
   gap there than Contact Us did. */
.pwa-contact-footer { margin-top: 18px; margin-bottom: env(safe-area-inset-bottom); padding: 10px 8px; border-top: 0; border-bottom: 5px solid #232780; color: #373737; font-family: "Ubuntu-Light", Arial, sans-serif; line-height: normal; text-align: center; }
.pwa-contact-footer .copyright { margin: 10px 0; }
.pwa-contact-footer .copyright h3 { margin: 0; color: #232780; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: center; }
.pwa-contact-footer .copyright p { margin: 0; color: #373737; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 12px; text-align: center; }
.pwa-contact-footer .copyright a { color: #000; font-family: "Ubuntu-Light", Arial, sans-serif; text-decoration: none; }

@media (max-width: 720px) {
  .pwa-home-page .home-banner { width: 100%; max-width: 100%; margin: 4px auto 0; }
  .home-links { grid-template-columns: 1fr; gap: 14px; }
  .home-feature { display: flex; }
  .home-feature > img { width: min(100%, 225px); height: 92px; margin: 12px 0 0 13px; object-fit: contain; object-position: left center; }
  .home-feature-copy { padding: 9px 13px 13px; }
  .home-feature h1,
  .home-feature h2 { font-size: 15px; }
  .home-feature p { font-size: 12px; }
}
/* About Us: kept in the external stylesheet because the PWA CSP blocks inline styles. */
@font-face {
  font-family: "Ubuntu-Light";
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
}
.pwa-about-page .pwa-public-main { padding: 0 14px 32px; }
.about-page { width: 100%; color: #5e5b5b; font-family: "Ubuntu-Light", Arial, sans-serif; }
.about-banner { width: 100%; max-width: 100%; margin: 4px auto 18px; overflow: hidden; border-radius: 0; background: transparent; box-shadow: none; }
.about-banner img { display: block; width: 100%; height: auto; object-fit: contain; }
.about-copy { padding: 0 2px 18px; }
.about-kicker { margin: 0 0 5px; color: #777; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h1 { margin: 0 0 13px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.35; letter-spacing: 0; }
.about-copy h2 { margin: 17px 0 6px; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 13px; line-height: 1.35; }
.about-copy > p:not(.about-kicker) { margin: 0 0 13px; color: #5e5b5b; font-size: 12px; line-height: 1.62; }
.about-products-link { display: inline-flex; min-height: 38px; margin-top: 2px; align-items: center; justify-content: center; padding: 0 15px; border-radius: 3px; background: #252a81; color: #fff; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 10px; text-decoration: none; text-transform: uppercase; }
.about-signature { display: flex; flex-direction: column; gap: 3px; margin-top: 19px; padding: 12px 0 0; border: 0; border-top: 1px solid #b9b9b9; border-radius: 0; background: transparent; color: #252a81; font-style: normal; font-size: 11px; }
.about-signature strong { color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 12px; }
.about-signature a { color: #252a81; text-decoration: none; }

@media (min-width: 721px) {
  .pwa-about-page .pwa-public-main { padding: 0 24px 48px; }
  .about-copy { padding: 0 4px 20px; }
  .about-signature { flex-direction: row; flex-wrap: wrap; gap: 4px 14px; }
}

@media (max-width: 390px) {
  .about-banner { width: 100%; }
}

/* Products & Services: mirrors the original Hexcel typography and content hierarchy. */
.pwa-services-page .pwa-public-main,
.pwa-civil-defence-page .pwa-public-main,
.pwa-service-detail-page .pwa-public-main { padding: 0 14px 32px; }
.services-page,
.civil-defence-page,
.service-detail-page { color: #5e5b5b; font-family: "Ubuntu-Light", Arial, sans-serif; }
.services-heading,
.civil-defence-heading,
.service-detail-heading { padding: 4px 2px 18px; }
.services-heading img { display: block; width: min(100%, 225px); height: auto; margin: 0 0 14px; }
.services-heading h1,
.civil-defence-heading h1,
.service-detail-heading h1 { margin: 0 0 8px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 20px; font-weight: 300; }
.services-heading p,
.civil-defence-heading > p:last-child,
.service-detail-heading > p:last-child { margin: 0; font-size: 13px; line-height: 1.62; }
.services-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.services-list article { display: flex; min-width: 0; flex-direction: column; padding: 15px; border: 1px solid #e5e5e5; background: #fff; }
.service-card-image { width: calc(100% + 30px); height: 125px; margin: -15px -15px 13px; object-fit: cover; }
.services-list h2,
.civil-defence-sections h2,
.service-detail-sections h2 { margin: 0 0 7px; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 14px; }
.services-list p { margin: 0 0 14px; font-size: 12px; line-height: 1.58; }
.service-more-link,
.services-library-link,
.civil-defence-back { display: inline-flex; min-height: 36px; margin-top: auto; align-items: center; justify-content: center; padding: 0 13px; border-radius: 3px; background: #252a81; color: #fff; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 9px; text-decoration: none; text-transform: uppercase; }
.service-more-link { width: 112px; }
.services-library-link { width: auto; min-height: 40px; margin-top: 17px; }
.civil-defence-back { width: auto; min-height: 40px; margin-top: 14px; }
.service-page-actions { display: flex; gap: 9px; margin-top: 14px; }
.service-page-actions .civil-defence-back { flex: 1 1 auto; margin-top: 0; }
.service-next { display: inline-flex; flex: 1 1 auto; min-height: 40px; align-items: center; justify-content: center; gap: 6px; padding: 0 13px; border: 1px solid #252a81; border-radius: 3px; background: #fff; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 9px; text-align: center; text-decoration: none; text-transform: uppercase; }
.service-next span { font-size: 15px; line-height: 1; }
.civil-defence-sections,
.service-detail-sections { display: grid; gap: 12px; }
.civil-defence-sections article { padding: 16px; border: 1px solid #e5e5e5; background: #fff; }
.civil-defence-sections article > img { display: block; width: min(100%, 587px); max-height: 260px; margin: 0 0 13px; object-fit: cover; }
.civil-defence-sections article > img:not(:first-child) { margin-top: 16px; }
.civil-defence-sections h3 { margin: 14px 0 6px; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 12px; }
.civil-defence-sections p,
.service-detail-sections p { margin: 0 0 11px; font-size: 13px; line-height: 1.62; }
.civil-defence-sections ul,
.service-detail-sections ul { margin: 10px 0 13px; padding-left: 18px; }
.civil-defence-sections li,
.service-detail-sections li { margin: 5px 0; color: #5e5b5b; font-size: 13px; line-height: 1.5; list-style: disc; }
.service-detail-sections article { overflow: hidden; border: 1px solid #e5e5e5; background: #fff; }
.service-detail-sections article > figure { margin: 0; }
.service-detail-sections article > figure img { display: block; width: 100%; max-height: 280px; object-fit: cover; }
.fitness-assessment-card > figure { display: flex; min-height: 220px; align-items: center; justify-content: center; background: #fff; }
.fitness-assessment-card > figure img { width: 100%; height: auto; max-height: 360px; object-fit: contain; }
.fitness-assessment-card > figure.full-product-image { min-height: 0; }
.fitness-assessment-card > figure.full-product-image img { width: auto; max-width: 100%; height: auto; max-height: none; object-fit: contain; }
.service-detail-sections article > div { padding: 16px; }
.service-detail-sections article > .service-image-gallery { display: flex; gap: 9px; overflow-x: auto; padding-top: 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.service-image-gallery figure { min-width: min(86%, 420px); margin: 0; scroll-snap-align: start; }
.service-image-gallery img { display: block; width: 100%; max-height: 240px; object-fit: cover; }
.service-top-back { display: inline-flex; margin: 0 0 10px; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 11px; text-decoration: none; }
.service-breadcrumb { margin: 0 0 4px !important; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 10px !important; text-transform: uppercase; }
.service-breadcrumb a { color: inherit; text-decoration: none; }
.service-category-nav { display: flex; gap: 7px; overflow-x: auto; margin: 0 0 16px; padding: 0 0 6px; scrollbar-width: thin; }
.service-category-nav a { flex: 0 0 auto; padding: 8px 11px; border: 1px solid #d9d9d9; border-radius: 999px; color: #5e5b5b; font-size: 10px; text-decoration: none; white-space: nowrap; }
.service-category-nav a.active { border-color: #252a81; background: #252a81; color: #fff; }

@media (max-width: 720px) {
  .services-list { grid-template-columns: 1fr; }
  .service-page-actions { align-items: stretch; }
  .service-page-actions a { padding-left: 9px; padding-right: 9px; }
}

/* Members: original Hexcel wording and typography, fitted to the phone shell. */
.pwa-member-page .pwa-public-main { padding: 0 14px 32px; }
.member-page { width: 100%; color: #5e5b5b; font-family: "Ubuntu-Light", Arial, sans-serif; }
.member-banner { width: 100%; margin: 4px auto 18px; overflow: hidden; background: transparent; }
.member-banner img { display: block; width: 100%; height: auto; object-fit: contain; }
.member-copy { padding: 0 2px 18px; }
.member-copy h1 { margin: 0 0 13px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.35; }
.member-copy p { margin: 0 0 13px; font-size: 12px; line-height: 1.62; }
.member-signature { display: flex; flex-direction: column; gap: 3px; margin-top: 19px; padding-top: 12px; border-top: 1px solid #b9b9b9; color: #252a81; font-style: normal; font-size: 11px; }
.member-signature strong { font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 12px; }
.member-signature a { color: #252a81; text-decoration: none; }

@media (min-width: 721px) {
  .pwa-member-page .pwa-public-main { padding: 0 24px 48px; }
  .member-signature { flex-direction: row; flex-wrap: wrap; gap: 4px 14px; }
}

/* Partners & Investors: official website content adapted to the phone shell. */
.pwa-investor-page .pwa-public-main { padding: 0 14px 32px; }
.investor-page { width: 100%; color: #5e5b5b; font-family: "Ubuntu-Light", Arial, sans-serif; }
.investor-banner { width: 100%; margin: 4px auto 18px; overflow: hidden; background: transparent; }
.investor-banner img { display: block; width: 100%; height: auto; object-fit: contain; }
.investor-copy { padding: 0 2px 18px; }
.investor-copy h1 { margin: 0 0 13px; color: #252a81; font-family: "Ubuntu-Light", Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.35; }
.investor-copy h2 { margin: 16px 0 6px; color: #252a81; font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 13px; }
.investor-copy p { margin: 0 0 13px; font-size: 12px; line-height: 1.62; }
.investor-contact { display: flex; flex-direction: column; gap: 3px; margin-top: 19px; padding-top: 12px; border-top: 1px solid #b9b9b9; color: #252a81; font-style: normal; font-size: 11px; }
.investor-contact strong { font-family: "Ubuntu-Bold", Arial, sans-serif; font-size: 12px; }
.investor-contact a { color: #252a81; text-decoration: none; }

@media (min-width: 721px) {
  .pwa-investor-page .pwa-public-main { padding: 0 24px 48px; }
  .investor-contact { flex-direction: row; flex-wrap: wrap; gap: 4px 14px; }
}
