/* Service and industry pages: the shared starfield, Anton display type, orange accent and FAQ component. */
.fwd-service { position: relative; z-index: 1; padding: calc(var(--header-height) + 48px) max(20px, 2.78vw) 120px; color: #efefef; font-family: var(--font-roboto), Arial, sans-serif; }
.fwd-service-inner { max-width: 1240px; margin: auto; }
.fwd-service a:focus-visible, .fwd-service summary:focus-visible { outline: 2px solid #ff4e00; outline-offset: 4px; }
.fwd-service-crumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #999; font-size: 14px; }
.fwd-service-crumbs a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; text-decoration-color: #555; text-underline-offset: 4px; }
.fwd-service-crumbs a:hover { color: #ff4e00; }
.fwd-service-crumbs [aria-current] { display: inline-flex; align-items: center; color: #efefef; }
.fwd-service-hero { padding: clamp(40px, 6vw, 88px) 0 clamp(48px, 6vw, 80px); border-bottom: 1px solid #444; }
.fwd-service-kicker { color: #ff4e00; font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.fwd-service-hero h1 { margin: 20px 0 28px; font: 400 clamp(56px, 8.4vw, 132px)/1 var(--font-anton), Impact, sans-serif; letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
.fwd-service-lead { max-width: 62ch; color: #cfcfcf; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.55; }
.fwd-service-cta { display: inline-flex; align-items: center; gap: 14px; min-height: 52px; margin-top: 32px; padding: 0 24px; border-radius: 8px; background: #ff4e00; color: #000; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; transition: background .2s; }
.fwd-service-cta:hover { background: #ff7133; }
.fwd-service-section { padding: clamp(56px, 7vw, 96px) 0 0; }
.fwd-service-section > h2, .fwd-service-closing h2 { margin-bottom: 32px; font: 400 clamp(38px, 4.2vw, 64px)/1.05 var(--font-anton), Impact, sans-serif; text-transform: uppercase; letter-spacing: -.01em; }
.fwd-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid #444; background: #444; }
.fwd-service-grid li { padding: clamp(24px, 3vw, 40px); background: #0b0b0bdd; }
/* An odd last card spans the row, so the grid never shows an empty cell. */
.fwd-service-grid li:last-child:nth-child(odd), .fwd-service-index li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.fwd-service-grid h3 { font-size: clamp(21px, 1.7vw, 26px); font-weight: 500; letter-spacing: -.02em; }
.fwd-service-grid p, .fwd-service-index p { margin-top: 12px; color: #aaa; font-size: 17px; line-height: 1.6; }
.fwd-service-problems { display: grid; gap: 14px; }
.fwd-service-problems li { position: relative; padding-left: 36px; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.45; }
.fwd-service-problems li::before { content: '↘'; position: absolute; left: 0; color: #ff4e00; }
.fwd-service-note { margin-top: 24px; max-width: 70ch; color: #999; font-size: 16px; line-height: 1.6; }
.fwd-service-projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.fwd-service-project { display: flex; flex-direction: column; gap: 10px; padding-bottom: 8px; }
.fwd-service-project img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; border-radius: 8px; background: #111; transition: transform .45s ease; }
.fwd-service-project:hover img { transform: scale(1.02); }
.fwd-service-project span { display: flex; justify-content: space-between; gap: 12px; margin-top: 6px; font-size: 22px; }
.fwd-service-project span > span, .fwd-service-links span, .fwd-service-index span, .fwd-service-more span { color: #ff4e00; }
.fwd-service-project small { color: #999; font-size: 14px; }
.fwd-service-project p { color: #aaa; font-size: 16px; line-height: 1.55; }
.fwd-service-links { display: flex; flex-wrap: wrap; gap: 12px; }
.fwd-service-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid #666; border-radius: 999px; font-size: 17px; transition: border-color .2s; }
.fwd-service-links a:hover { border-color: #ff4e00; }
.fwd-service-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #555; border-bottom: 1px solid #555; }
.fwd-service-steps li { padding: 24px 20px 28px 0; }
.fwd-service-steps li + li { padding-left: 20px; border-left: 1px solid #555; }
.fwd-service-steps li > span { color: #ff4e00; font-size: 14px; font-variant-numeric: tabular-nums; }
.fwd-service-steps strong { display: block; margin-top: 10px; font-size: 24px; font-weight: 400; }
.fwd-service-steps p { margin-top: 8px; color: #aaa; font-size: 16px; line-height: 1.5; }
.fwd-service-more { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 20px; border-bottom: 1px solid #ff4e00; font-size: 17px; }
.fwd-service-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: clamp(40px, 5vw, 64px); border: 1px solid #444; background: #444; }
.fwd-service-index a { display: block; height: 100%; padding: clamp(24px, 3vw, 40px); background: #0b0b0bdd; transition: background .2s; }
.fwd-service-index a:hover { background: #161616ee; }
.fwd-service-index h2 { display: flex; justify-content: space-between; gap: 16px; font: 400 clamp(30px, 3vw, 44px)/1.05 var(--font-anton), Impact, sans-serif; text-transform: uppercase; }
.fwd-service-closing { margin-top: clamp(72px, 9vw, 128px); padding: clamp(32px, 5vw, 64px); border: 1px solid #ff4e00; border-radius: 12px; background: #0b0b0bdd; }
.fwd-service-closing h2 { margin-bottom: 16px; }
.fwd-service-closing p { max-width: 60ch; color: #cfcfcf; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; }
@media (max-width: 900px) {
  .fwd-service-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fwd-service-steps { grid-template-columns: minmax(0, 1fr); border-bottom: 0; }
  .fwd-service-steps li, .fwd-service-steps li + li { padding: 20px 0; border-left: 0; border-bottom: 1px solid #555; }
}
@media (max-width: 600px) {
  .fwd-service { padding-top: calc(var(--header-height) + 24px); padding-bottom: 72px; }
  .fwd-service-grid, .fwd-service-index, .fwd-service-projects { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .fwd-service-project img, .fwd-service-cta, .fwd-service-index a, .fwd-service-links a { transition: none; }
}
