:root {
  --navy: #031b3d;
  --navy-deep: #02152f;
  --navy-light: #0a4b88;
  --blue: #086db5;
  --red: #a70909;
  --red-hover: #7f0606;
  --ink: #071b3d;
  --muted: #56667c;
  --line: #dce3ec;
  --paper: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 16px 36px rgba(3, 27, 61, 0.12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.site-shell { width: min(var(--shell), calc(100% - 72px)); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip:focus { transform: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #e6ebf1; box-shadow: 0 3px 16px rgba(3, 27, 61, 0.07); }
.site-nav { min-height: 106px; display: grid; grid-template-columns: 242px minmax(0, 1fr) max-content; align-items: center; column-gap: 30px; }
.site-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-shield { width: 66px; height: 72px; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(3, 27, 61, 0.14)); }
.brand-wordmark { width: 160px; height: auto; object-fit: contain; }
.nav-menu { display: grid; grid-template-columns: repeat(5, max-content); align-items: center; justify-content: space-between; justify-self: center; width: 100%; max-width: 570px; margin: 0; padding: 0; list-style: none; }
.nav-menu a { position: relative; display: block; padding: 35px 0 31px; color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: 0; white-space: nowrap; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 25px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform 180ms ease; }
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }
.nav-menu a:hover, .nav-menu a.active { color: var(--navy-light); }
.header-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border-radius: 6px; background: var(--red); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; white-space: nowrap; box-shadow: 0 10px 24px rgba(167, 9, 9, 0.24); }
.header-cta:hover { background: var(--red-hover); }
.header-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; }

/* Shared type and controls */
.eyebrow { margin: 0 0 12px; color: var(--red); text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: 0; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 3px; margin: 0 12px 3px 0; background: currentColor; }
.section-title { margin: 0; color: var(--ink); font-size: 42px; line-height: 1.08; letter-spacing: 0; }
.button-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 2px solid transparent; border-radius: 6px; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: 0; cursor: pointer; }
.brand-case { text-transform: none; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(167, 9, 9, 0.23); }
.button-primary:hover { background: var(--red-hover); }
.button-secondary { border-color: rgba(255, 255, 255, 0.76); color: #fff; background: rgba(3, 27, 61, 0.22); }
.button-secondary:hover { background: rgba(255, 255, 255, 0.12); }
.button-dark { border-color: var(--navy); color: var(--navy); background: #fff; }
.button-dark:hover { background: #edf3f9; }

/* Home */
.home-hero { position: relative; min-height: 620px; display: flex; align-items: center; padding: 62px 0 112px; color: #fff; background: #03152f url('../images/trudry-hero-flooded-room-muted-wand.webp') center / cover no-repeat; isolation: isolate; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2, 16, 37, 0.96) 0%, rgba(2, 19, 43, 0.82) 38%, rgba(2, 19, 43, 0.3) 68%, rgba(2, 12, 28, 0.14) 100%); }
.home-hero-copy { width: min(560px, 100%); }
.emergency-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 9px 14px; border-radius: 999px; background: var(--red); color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 900; }
.emergency-pill svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.home-hero h1 { margin: 0 0 16px; color: #fff; font-size: 68px; line-height: 0.98; letter-spacing: 0; }
.home-hero h1 span { color: #ff302f; }
.home-hero-copy > p { max-width: 500px; margin: 0 0 26px; color: #f6f8fb; font-size: 17px; line-height: 1.52; text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42); }
.proof-strip { position: absolute; left: 50%; bottom: 0; z-index: 2; transform: translate(-50%, 50%); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 17px 18px; border-radius: 8px; background: #05264f; box-shadow: 0 18px 36px rgba(3, 27, 61, 0.24); list-style: none; }
.proof-item { min-height: 62px; display: flex; align-items: center; gap: 13px; padding: 0 22px; border-right: 1px solid rgba(255, 255, 255, 0.25); }
.proof-item:last-child { border-right: 0; }
.proof-item svg { flex: 0 0 42px; width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.proof-item strong { color: #fff; font-size: 13px; line-height: 1.25; }
.home-services { padding: 112px 0 58px; background: #fff; }
.center-heading { margin-bottom: 34px; text-align: center; }
.center-heading .section-title { font-size: 38px; }
.heading-rule { width: 44px; height: 3px; margin: 15px auto 0; background: var(--red); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.service-tile { --service-accent: #2d7ff9; position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; background: var(--navy-deep); color: #fff; text-decoration: none; box-shadow: 0 14px 34px rgba(3, 27, 61, 0.17); isolation: isolate; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2, 21, 47, 0.02) 0%, rgba(2, 21, 47, 0.06) 30%, rgba(2, 21, 47, 0.42) 48%, rgba(2, 21, 47, 0.9) 66%, rgba(2, 21, 47, 0.99) 100%); }
.service-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(3, 27, 61, 0.25); }
.service-tile:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px var(--navy-light), 0 20px 44px rgba(3, 27, 61, 0.25); }
.service-tile-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 300ms ease; }
.service-tile:hover .service-tile-photo { transform: scale(1.025); }
.service-tile-content { width: 100%; min-height: 55%; display: flex; flex-direction: column; padding: 0 24px 25px; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72); }
.service-tile h3 { min-height: 0; margin: 0; color: #fff; font-size: 24px; line-height: 1.12; letter-spacing: -0.02em; }
.service-tile-accent { width: 50px; height: 3px; margin: 14px 0 13px; background: var(--service-accent); }
.service-tile p { margin: 0 0 22px; color: #f2f6fb; font-size: 14px; line-height: 1.5; }
.service-tile strong { margin-top: auto; color: #ff302f; text-transform: uppercase; font-size: 12px; line-height: 1.35; letter-spacing: 0.01em; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85); }
.service-tile-mold { --service-accent: #4caf50; }
.service-tile-fire { --service-accent: #ef3935; }
.service-tile-reconstruction { --service-accent: #2d7ff9; }
.home-why { position: relative; min-height: 390px; overflow: hidden; background: var(--navy); color: #fff; }
.why-media { position: absolute; inset: 0 0 0 32%; }
.why-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.home-why::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 21, 47, 0.99) 0%, rgba(2, 28, 61, 0.93) 38%, rgba(2, 28, 61, 0.32) 70%, rgba(2, 28, 61, 0.08) 100%); }
.why-inner { position: relative; z-index: 1; min-height: 390px; display: flex; align-items: center; }
.why-copy { width: 410px; padding: 44px 0; }
.home-why .eyebrow { color: #ff5a5f; }
.why-copy h2 { margin: 0 0 12px; color: #fff; font-size: 36px; line-height: 1.05; }
.why-copy > p:not(.eyebrow) { margin: 0 0 14px; color: #eef3f9; font-size: 14px; }
.check-list { margin: 0 0 22px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 8px 0; padding-left: 27px; color: #fff; font-size: 13px; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: -1px; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: 11px; font-weight: 900; }
.cta-band { padding: 28px 0 31px; background: #084a89; color: #fff; text-align: center; }
.cta-band h2 { margin: 0 0 4px; color: #fff; font-size: 34px; line-height: 1.15; }
.cta-band p { margin: 0 0 17px; color: #e8f0f8; }
.cta-band .button-row { justify-content: center; }

/* Van page heroes */
.van-hero { position: relative; min-height: 430px; overflow: hidden; background: var(--navy); color: #fff; }
.van-hero-media { position: absolute; inset: 0; }
.van-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.van-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 21, 47, 0.99) 0%, rgba(2, 28, 61, 0.94) 35%, rgba(2, 28, 61, 0.33) 65%, rgba(2, 28, 61, 0.04) 100%); }
.van-hero-inner { position: relative; z-index: 1; min-height: 430px; display: flex; align-items: center; }
.van-hero-copy { width: 470px; padding: 42px 0; }
.van-hero-copy h1 { margin: 0 0 12px; color: #fff; font-size: 58px; line-height: 1.03; letter-spacing: 0; }
.van-hero-copy > p { margin: 0 0 24px; color: #f2f5f9; font-size: 17px; }

/* Services */
.services-intro { margin-bottom: 10px; color: #fff; font-size: 23px; font-weight: 750; }
.services-list { padding: 34px 0 18px; background: linear-gradient(180deg, #eef4fa 0%, #fff 16%, #fff 100%); }
.service-stack { display: grid; grid-template-columns: 1fr; gap: 16px; }
.service-panel { --service-color: var(--navy-light); height: 338px; min-height: 0; display: grid; grid-template-columns: 38% minmax(0, 1fr); overflow: hidden; border: 1.5px solid var(--service-color); border-radius: 16px; background: #fff; box-shadow: 0 9px 24px rgba(3, 27, 61, 0.09); }
.service-panel-water { --service-color: #086bd8; }
.service-panel-mold { --service-color: #348b39; }
.service-panel-fire { --service-color: #d52a21; }
.service-panel-reconstruction { --service-color: var(--navy); }
.service-panel-visual { position: relative; height: 100%; min-height: 0; overflow: hidden; background: #f5f8fc; }
.service-panel-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset -14px 0 24px rgba(255, 255, 255, 0.2); pointer-events: none; }
.service-panel-visual > img { width: 100%; height: 100%; object-fit: cover; }
.service-panel-water .service-panel-visual > img { object-position: center 20%; }
.service-panel-mold .service-panel-visual > img { width: calc(100% - 48px); margin: 0 24px; object-position: center 50%; }
.service-panel-fire .service-panel-visual > img { object-position: center 60%; }
.service-panel-reconstruction .service-panel-visual > img { object-position: center 55%; }
.service-panel-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 11px; }
.service-art-badge { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 50px; border-radius: 50%; }
.service-art-badge img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center; }
.service-panel-content { display: flex; flex-direction: column; justify-content: center; padding: 25px 40px; }
.service-panel h2 { margin: 0; color: var(--ink); font-size: 30px; line-height: 1.08; }
.service-panel-description { margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid #dfe4ea; color: var(--muted); font-size: 14px; line-height: 1.45; }
.service-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 28px; margin: 0; padding: 0; list-style: none; }
.service-feature-list li { position: relative; padding-left: 22px; color: var(--ink); font-size: 12px; font-weight: 750; line-height: 1.35; }
.service-feature-list li::before { content: "\2713"; position: absolute; top: -1px; left: 0; width: 15px; height: 15px; display: grid; place-items: center; border: 1.5px solid var(--service-color); border-radius: 50%; color: var(--service-color); font-size: 10px; font-weight: 900; line-height: 1; }
.services-cta { margin-top: 24px; }

/* About */
.about-hero .van-hero-copy { width: 520px; }
.about-mission { padding: 54px 0; background: #fff; }
.mission-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 68px; align-items: start; }
.mission-copy h2 { margin: 0 0 17px; font-size: 42px; line-height: 1.05; }
.mission-copy p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.mission-points { display: grid; gap: 0; }
.mission-point { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 18px; padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.mission-point:last-child { border-bottom: 0; }
.round-icon { width: 88px; height: 88px; display: block; background-image: url('../images/about-mission-icons-approved.webp'); background-repeat: no-repeat; background-size: 96px 367px; }
.mission-icon-management { background-position: -4px 0; }
.mission-icon-documentation { background-position: -4px -119px; }
.mission-icon-availability { background-position: -4px -242px; }
.mission-point h3 { margin: 4px 0 4px; font-size: 17px; }
.mission-point p { margin: 0; color: var(--muted); font-size: 14px; }
.values-section { padding: 36px 0 45px; background: #f3f7fb; text-align: center; }
.values-section .eyebrow { display: flex; align-items: center; justify-content: center; }
.values-section h2 { margin: 0 0 30px; font-size: 34px; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.value-item { min-height: 188px; padding: 0 28px; border-right: 1px solid #d6dee8; }
.value-item:last-child { border-right: 0; }
.value-icon { width: 80px; height: 80px; display: block; margin: 0 auto 13px; background-image: url('../images/about-values-icons-approved.webp'); background-repeat: no-repeat; background-size: 1074px 222px; }
.value-icon-restoration { background-position: -89px -22px; }
.value-icon-documentation { background-position: -357px -25px; }
.value-icon-communication { background-position: -627px -26px; }
.value-icon-repairs { background-position: -897px -24px; }
.value-item h3 { margin: 0 0 7px; font-size: 15px; }
.value-item p { margin: 0; color: var(--muted); font-size: 13px; }

/* FAQ */
.faq-hero { position: relative; min-height: 270px; overflow: hidden; border-bottom: 4px solid rgba(255, 255, 255, 0.94); background: var(--navy) url('../images/trudry-hero-flooded-room-muted-wand.webp') center 52% / cover no-repeat; color: #fff; isolation: isolate; }
.faq-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 25, 57, 0.99) 0%, rgba(3, 25, 57, 0.97) 48%, rgba(3, 25, 57, 0.9) 76%, rgba(3, 25, 57, 0.93) 100%); }
.faq-hero-inner { position: relative; z-index: 1; min-height: 270px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; }
.faq-hero h1 { margin: 0 0 4px; color: #fff; font-size: 58px; line-height: 1; }
.faq-hero h2 { margin: 0 0 11px; color: #fff; font-size: 22px; }
.faq-hero p { max-width: 520px; margin: 0; color: #e8eef6; }
.faq-hero-art { position: relative; align-self: stretch; }
.faq-hero-art::before, .faq-hero-art::after { content: ""; position: absolute; right: -96px; width: 760px; height: 25px; transform: rotate(-18deg); border-radius: 999px; }
.faq-hero-art::before { bottom: 54px; background: var(--red); box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9); }
.faq-hero-art::after { bottom: 17px; background: #0c68aa; }
.faq-hero-art img { position: absolute; z-index: 1; right: 80px; bottom: 12px; width: 250px; height: 225px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34)); }
.faq-section { padding: 34px 0 42px; background: #f8fafc; }
.faq-list { width: min(900px, 100%); margin-inline: auto; display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid #dfe5ed; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(3, 27, 61, 0.06); }
.faq-item summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 18px 5px; color: var(--ink); font-size: 15px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 24px; color: var(--navy-light); font-size: 22px; line-height: 1; text-align: center; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-answer { padding: 0 48px 14px 18px; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.faq-cta { padding: 26px 0; background: var(--navy); color: #fff; }
.faq-cta-inner { display: flex; align-items: center; justify-content: center; gap: 22px; }
.faq-cta-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; }
.faq-cta-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; }
.faq-cta-copy h2 { margin: 0; color: #fff; font-size: 20px; }
.faq-cta-copy p { margin: 2px 0 0; color: #dae4ef; font-size: 13px; }

/* Contact */
.contact-hero { min-height: 360px; }
.contact-hero .van-hero-inner { min-height: 360px; }
.contact-hero .van-hero-copy { width: 520px; }
.contact-section { padding: 28px 0 36px; background: #f7f9fc; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 28px; }
.contact-panel, .request-form { padding: 30px 30px 26px; border: 1px solid #dfe5ed; border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(3, 27, 61, 0.08); }
.contact-panel h2, .request-form h2 { margin: 0 0 20px; font-size: 36px; line-height: 1.1; }
.request-form h2::after { content: ""; display: block; width: 52px; height: 4px; margin-top: 12px; background: var(--red); }
.request-form-intro { margin: -4px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.contact-details { margin: 0; padding: 0; list-style: none; }
.contact-detail { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #06315f; color: #fff; }
.contact-detail-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail h3 { margin: 0; color: var(--ink); font-size: 14px; font-weight: 850; letter-spacing: 0; }
.contact-detail p { margin: 1px 0 0; color: var(--ink); font-size: 15px; overflow-wrap: anywhere; }
.contact-detail a { text-decoration: none; }
.contact-detail a:hover { text-decoration: underline; }
.contact-detail-phone { padding-top: 3px; }
.contact-detail-phone .contact-detail-icon { background: var(--red); }
.contact-detail-phone h3 { color: var(--red); }
.contact-detail-phone-number { display: inline-block; color: var(--red); font-size: 26px; font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; }
.contact-detail-phone-note { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 650; }
.form-grid { display: grid; gap: 13px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--ink); font-size: 13px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid #cfd8e4; border-radius: 6px; background: #fff; color: var(--ink); outline: none; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8, 109, 181, 0.13); }
.request-form .button { width: 100%; border: 0; }
.request-form .button:disabled { opacity: 0.68; cursor: wait; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; font-weight: 700; }
.form-status[data-state="success"] {
  padding: 15px 17px;
  border: 2px solid #278343;
  border-radius: 8px;
  background: #eaf7ee;
  color: #104d25;
  box-shadow: 0 8px 22px rgba(16, 77, 37, 0.12);
  font-size: 16px;
  line-height: 1.5;
}
.form-status[data-state="error"] {
  padding: 13px 15px;
  border: 1px solid #cf4242;
  border-radius: 8px;
  background: #fff0f0;
  color: #a70909;
  font-size: 15px;
  line-height: 1.45;
}
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Careers */
.careers-page .wrap { width: min(var(--shell), calc(100% - 72px)); margin-inline: auto; }
.careers-page .page-hero { padding: 66px 0; background: linear-gradient(120deg, #031b3d 0%, #0a3b73 100%); color: #fff; }
.careers-page .page-hero h1 { max-width: 820px; margin: 12px 0 18px; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
.careers-page .page-hero p { max-width: 780px; margin: 0; color: #dce7f4; font-size: 18px; }
.careers-page .page-hero .eyebrow { color: #ff5a5f; }
.careers-page .crumbs { margin-bottom: 18px; color: #b9c9dc; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.careers-page .crumbs a { color: #fff; text-decoration: none; }
.careers-page .actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.careers-page .btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid transparent; border-radius: 6px; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; }
.careers-page .btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(167, 9, 9, 0.23); }
.careers-page .btn-primary:hover { background: var(--red-hover); }
.careers-page .btn-secondary { border-color: var(--navy); background: #fff; color: var(--navy); }
.careers-page .page-hero .btn-secondary { border-color: #fff; }
.careers-page .section { padding: 76px 0; }
.careers-page .section.ice { background: var(--paper); }
.careers-page .split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.careers-page h2 { margin: 0 0 15px; color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.careers-page .muted, .careers-page .card p { color: var(--muted); }
.careers-page .card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.careers-page .checklist { display: grid; gap: 12px; margin-top: 22px; }
.careers-page .check { display: flex; gap: 12px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.careers-page .check::before { content: "\2713"; width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; }

/* Not found */
.not-found { min-height: 560px; display: grid; align-items: center; padding: 70px 0; background: linear-gradient(135deg, #f4f8fc, #fff); }
.not-found h1 { max-width: 760px; margin: 0 0 18px; color: var(--navy); font-size: clamp(42px, 7vw, 76px); line-height: 1.02; }
.not-found p:not(.eyebrow) { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.form-note { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.form-note svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.contact-emergency { margin-top: 28px; padding: 23px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 8px; background: var(--navy); color: #fff; }
.contact-emergency-copy { display: flex; align-items: center; gap: 17px; }
.contact-emergency-copy h2 { margin: 0; color: #fff; font-size: 24px; }
.contact-emergency-copy p { margin: 2px 0 0; color: #dce7f1; }

/* Footer */
.site-footer { padding: 38px 0 16px; background: #031a3a; color: #e6edf7; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.7fr 0.9fr 1.25fr; gap: 32px; }
.footer-brand-link { display: inline-block; max-width: 160px; margin-bottom: 16px; line-height: 0; }
.footer-logo { width: 160px; height: auto; }
.footer-brand p { max-width: 260px; margin: 0; color: #c4d0e0; font-size: 14px; }
.site-footer h3 { margin: 4px 0 14px; color: #fff; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; color: #d6e0ed; font-size: 13px; line-height: 1.4; }
.site-footer a { color: #d6e0ed; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: start; margin: 0; color: #e3eaf4; }
.footer-contact svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact span, .footer-contact a { min-width: 0; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.24); color: #bdcadb; font-size: 12px; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 2px; }
.mobile-contact { display: none; }

@media (max-width: 1080px) {
  .site-nav { grid-template-columns: 218px minmax(0, 1fr) max-content; column-gap: 18px; }
  .brand-shield { width: 59px; height: 65px; }
  .brand-wordmark { width: 144px; }
  .nav-menu { max-width: 500px; }
  .nav-menu a { font-size: 11px; }
  .header-cta { padding-inline: 14px; font-size: 12px; }
  .home-hero h1 { font-size: 60px; }
  .proof-item { padding-inline: 14px; }
  .service-panel h2 { font-size: 30px; }
}

@media (max-width: 900px) {
  .site-nav { min-height: 82px; position: relative; display: flex; }
  .nav-toggle { width: 44px; height: 44px; display: grid; place-items: center; margin-left: auto; border: 1px solid #d4dde8; border-radius: 6px; background: #fff; color: var(--navy); font-size: 0; }
  .nav-toggle::before { content: "\2630"; font-size: 22px; }
  .header-cta { display: none; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 110; max-width: none; padding: 10px 20px 18px; border: 1px solid #e1e7ef; border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 18px 34px rgba(3, 27, 61, 0.14); }
  .nav-menu.open { display: grid; grid-template-columns: 1fr; }
  .nav-menu a { padding: 12px 4px; font-size: 13px; }
  .nav-menu a::after { right: auto; bottom: 6px; width: 28px; }
  .home-hero { min-height: 570px; }
  .home-hero h1 { font-size: 50px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .home-services { padding-top: 150px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-tile { min-height: 530px; }
  .service-tile-content { min-height: 52%; padding-inline: 27px; }
  .service-tile h3 { font-size: 27px; }
  .service-tile p { font-size: 15px; }
  .van-hero-copy { width: 58%; }
  .van-hero-copy h1 { font-size: 48px; }
  .service-stack { grid-template-columns: 1fr; }
  .service-panel { grid-template-columns: 38% minmax(0, 1fr); }
  .mission-grid { gap: 35px; }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .value-item:nth-child(2) { border-right: 0; }
  .faq-hero-inner { grid-template-columns: minmax(0, 1fr) 280px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .careers-page .split { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-shell { width: min(var(--shell), calc(100% - 28px)); }
  .brand-shield { width: 49px; height: 54px; }
  .brand-wordmark { width: 125px; }
  .home-hero { min-height: auto; display: block; padding: 58px 0 0; background-position: 58% center; }
  .home-hero::before { background: rgba(2, 17, 39, 0.82); }
  .home-hero-copy { padding-bottom: 46px; }
  .home-hero h1 { font-size: 42px; }
  .home-hero-copy > p { font-size: 15px; }
  .proof-strip { position: relative; left: auto; bottom: auto; transform: none; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 0; }
  .home-services { padding: 52px 0; }
  .center-heading .section-title { font-size: 31px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-tile { min-height: 520px; }
  .service-tile-content { min-height: 55%; padding: 0 22px 24px; }
  .service-tile h3 { font-size: 25px; }
  .service-tile p { font-size: 14px; }
  .home-why { min-height: 620px; }
  .why-media { inset: 0; height: 50%; }
  .home-why::after { background: linear-gradient(0deg, rgba(2, 21, 47, 1) 0%, rgba(2, 21, 47, 0.98) 56%, rgba(2, 21, 47, 0.12) 100%); }
  .why-inner { min-height: 620px; align-items: flex-end; }
  .why-copy { width: 100%; padding: 250px 0 36px; }
  .cta-band h2 { font-size: 28px; }
  .van-hero { min-height: 560px; }
  .van-hero::after { background: linear-gradient(0deg, rgba(2, 21, 47, 1) 0%, rgba(2, 21, 47, 0.96) 55%, rgba(2, 21, 47, 0.08) 100%); }
  .van-hero-inner { min-height: 560px; align-items: flex-end; }
  .van-hero-copy, .about-hero .van-hero-copy, .contact-hero .van-hero-copy { width: 100%; padding: 250px 0 42px; }
  .van-hero-copy h1 { font-size: 42px; }
  .service-panel { height: auto; grid-template-columns: 1fr; }
  .service-panel-visual { height: 180px; min-height: 180px; }
  .service-panel-content { padding: 17px 16px; }
  .service-panel h2 { font-size: 25px; }
  .service-panel-heading { gap: 12px; margin-bottom: 9px; }
  .service-art-badge { width: 46px; height: 46px; flex-basis: 46px; }
  .service-panel-description { margin-bottom: 14px; padding-bottom: 14px; }
  .service-panel-mold .service-panel-visual > img { width: 100%; margin: 0; object-fit: contain; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-copy h2 { font-size: 34px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item { border-right: 0; }
  .faq-hero-inner { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 150px; padding-top: 28px; }
  .faq-hero-inner > div:first-child { position: relative; z-index: 2; }
  .faq-hero h1 { font-size: 45px; }
  .faq-hero-art { min-height: 150px; }
  .faq-hero-art img { right: -8px; bottom: 0; width: 140px; height: 150px; }
  .faq-hero-art::before, .faq-hero-art::after { right: -180px; }
  .faq-cta-inner { align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; }
  .contact-hero { min-height: 530px; }
  .contact-hero .van-hero-inner { min-height: 530px; }
  .contact-panel, .request-form { padding: 24px 20px; }
  .contact-panel h2, .request-form h2 { font-size: 30px; }
  .contact-emergency { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-bottom { display: grid; gap: 9px; }
  .site-footer { padding-bottom: 72px; }
  .mobile-contact { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 150; min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--red); color: #fff; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); }
  .careers-page .wrap { width: calc(100% - 28px); }
  .careers-page .page-hero { padding: 48px 0; }
  .careers-page .page-hero h1 { font-size: 40px; }
  .careers-page .page-hero p { font-size: 16px; }
  .careers-page .section { padding: 50px 0; }
  .careers-page .card { padding: 22px; }
}

@media (max-width: 360px) {
  .proof-strip { padding: 14px 8px; }
  .proof-item { min-width: 0; min-height: 58px; gap: 8px; padding: 8px; }
  .proof-item svg { width: 36px; height: 36px; flex-basis: 36px; }
  .proof-item strong { min-width: 0; font-size: 11px; overflow-wrap: anywhere; }
}
