/* Shared refinements for the corporate site and its responsive layouts. */
.eyebrow span,
.section-kicker span {
  display: none;
}

.eyebrow {
  gap: 0;
}

.product-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.product-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.product-row:hover {
  background: var(--white);
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.product-row small,
.product-row strong {
  display: block;
}

.product-row small {
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}

.product-row strong {
  font: 700 1.45rem Manrope, sans-serif;
  margin-top: 3px;
}

.row-arrow {
  font-size: 1.35rem;
}

.product-summary {
  display: block;
  margin-top: 10px;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .product-row {
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    padding: 18px;
  }
}

:root { --paper: #f7f9fa; --muted: #536570; --cyan: #36bdd5; }
body { -webkit-font-smoothing: antialiased; }
section[id] { scroll-margin-top: 24px; }
a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #168ba4; outline-offset: 6px; border-radius: 4px; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 10; padding: 12px 20px; background: white; color: var(--navy); }
.skip-link:focus { top: 12px; }
.site-header { min-height: 100px; height: auto; gap: 24px; padding-block: 22px; }
nav { gap: 28px; align-items: center; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; }
nav a::after { display: none; }
nav a:hover { color: #127b91; }
.hero { padding: clamp(36px, 6vw, 80px); min-height: 510px; border-radius: 20px; }
.hero-copy { max-width: 800px; }
.eyebrow { background: none; padding: 0; color: #bcd5df; font-size: .75rem; letter-spacing: .1em; line-height: 1.7; }
h1 { font-size: clamp(2.6rem, 5.3vw, 4.6rem); line-height: 1.12; letter-spacing: -.05em; }
.hero-lede { font-size: 1.125rem; line-height: 1.75; max-width: 530px; margin: 26px 0 32px; }
.hero-signal { display: none; }
.button { min-height: 48px; border-radius: 8px; font-size: .95rem; transition: background .2s, transform .2s; }
.button:hover { background: #d9f4f8; transform: translateY(-2px); }
.intro { padding: 88px 40px; }
.intro-grid { grid-template-columns: 1fr 1fr; gap: 70px; }
.intro h2,.contact h2 { font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.2; letter-spacing: -.04em; }
.intro p { font-size: 1.0625rem; line-height: 1.8; margin: 0; }
.section-kicker { font-size: .8125rem; letter-spacing: .1em; margin-bottom: 28px; }
.products { padding: 0 40px 88px; }
.product-card { grid-template-columns: 44px minmax(0,1fr) 150px; gap: 28px; padding: 40px; border-radius: 16px; }
.product-number { color: #127b91; font-size: .875rem; align-self: start; padding-top: 3px; }
.product-heading { display: block; }
.product-label { font-size: .75rem; margin-bottom: 12px; }
.product-heading h2 { font-size: 2.8rem; color: var(--navy); }
.product-tagline { font-size: 1.125rem; margin: 14px 0 8px; }
.product-description { font-size: 1rem; line-height: 1.7; max-width: 46ch; }
.product-link { border-bottom: 0; margin-top: 18px; padding: 8px 0; min-height: 44px; color: #127b91; }
.product-link:hover { color: var(--navy); }
.product-orbit { width: 140px; height: 140px; }
.product-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 16px; }
.product-row { grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-items: start; gap: 20px 12px; padding: 26px; border-radius: 16px; background: white; }
.product-row > .product-number { grid-column: 1; grid-row: 1; }
.product-row > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; min-width: 0; }
.product-row > .row-arrow { grid-column: 2; grid-row: 1; color: #127b91; line-height: 1; }
.product-row small { font-size: .75rem; letter-spacing: .06em; }
.product-row strong { font-size: 1.625rem; margin-top: 10px; letter-spacing: -.035em; }
.product-summary { margin-top: 14px; font-size: 1rem; line-height: 1.7; }
.contact { padding: 64px 40px 76px; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.contact-detail { font-size: 1rem; min-width: 0; }
.contact-detail a { overflow-wrap: anywhere; line-height: 1.8; }
.site-footer { gap: 16px; flex-wrap: wrap; align-items: center; font-size: .8125rem; padding-block: 24px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
@media(max-width: 1000px) {
  .intro,.products,.contact { padding-left: 12px; padding-right: 12px; }
  .intro-grid { gap: 36px; }
  .product-card { grid-template-columns: 32px minmax(0,1fr); padding: 32px; }
  .product-orbit { display: none; }
  .product-list { grid-template-columns: 1fr; }
  .product-row { grid-template-columns: 32px minmax(0,1fr) auto; gap: 20px; }
  .product-row > span:nth-child(2) { grid-column: 2; grid-row: 1; }
  .product-row > .row-arrow { grid-column: 3; }
}
@media(max-width: 600px) {
  .section-shell,.site-header { width: calc(100% - 40px); }
  .site-header { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 0 14px; }
  nav { width: 100%; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding-top: 7px; }
  nav a { font-size: .8125rem; }
  .brand strong { font-size: .875rem; }
  .hero { padding: 36px 24px; min-height: 0; border-radius: 14px; }
  h1 { font-size: clamp(2rem,8.5vw,3rem); }
  .hero-lede { font-size: 1rem; margin: 22px 0 26px; }
  .eyebrow { font-size: .6875rem; letter-spacing: .06em; margin-bottom: 22px; }
  .intro { padding: 56px 0; }
  .intro-grid,.contact { grid-template-columns: 1fr; gap: 24px; }
  .intro h2,.contact h2 { font-size: 2rem; }
  .products { padding: 0 0 56px; }
  .product-card { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .product-heading h2 { font-size: 2.25rem; }
  .product-row { padding: 24px; grid-template-columns: 1fr auto; gap: 18px; }
  .product-row > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .product-row > .row-arrow { grid-column: 2; }
  .contact { padding: 48px 0; }
  .site-footer { display: grid; gap: 4px; }
  .site-footer span:nth-child(2) { display: block; }
}
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
