.outdoor-page main { background: #f6f8fa; }
.outdoor-page .od-main p { color: #53677a; font-size: 15px; line-height: 1.72; }
.outdoor-page .od-main h1,
.outdoor-page .od-main h2,
.outdoor-page .od-main h3 { color: #0b2946; }
.od-main .eyebrow { color: #ce7200 !important; }
.od-main section[id] { scroll-margin-top: 86px; }
.od-heading { max-width: 860px; margin-bottom: 42px; }
.od-heading h1,
.od-heading h2,
.od-project-intro h2,
.od-cta h2 { margin: 8px 0 14px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.od-heading > p:last-child { max-width: 760px; margin-bottom: 0; }

.od-hero { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr); gap: clamp(34px, 5vw, 78px); align-items: center; min-height: 720px; padding-top: 122px; background: linear-gradient(135deg, #f5f8fa 0%, #e8eef3 100%); }
.od-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; color: #718294; font-size: 12px; font-weight: 800; }
.od-breadcrumb a { color: #245777; }
.od-hero h1 { max-width: 710px; margin: 9px 0 22px; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; letter-spacing: -.05em; }
.od-hero .lead { max-width: 700px; font-size: 17px; }
.od-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0; }
.od-tags span { padding: 8px 12px; border: 1px solid #cbd6df; border-radius: 999px; color: #234863; background: rgba(255,255,255,.78); font-size: 12px; font-weight: 850; }
.od-actions,
.od-section-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.od-hero-visual { display: grid; grid-template-columns: minmax(0, 7fr) minmax(150px, 3fr); min-height: 520px; margin: 0; overflow: hidden; border: 1px solid rgba(11,41,70,.15); background: #0b2946; box-shadow: 0 30px 70px rgba(10,38,64,.18); }
.od-hero-scene { position: relative; min-width: 0; overflow: hidden; }
.od-hero-scene::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(6,25,43,.52)); pointer-events: none; }
.od-hero-scene > img { width: 100%; height: 100%; object-fit: cover; }
.od-callout { position: absolute; z-index: 2; padding: 8px 10px; border-left: 3px solid #f59e0b; color: #fff; background: rgba(8,35,58,.88); font-size: 11px; font-weight: 850; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.od-callout::before { content: ""; position: absolute; right: 100%; top: 50%; width: 42px; height: 1px; background: #f59e0b; }
.od-callout-a { right: 7%; top: 27%; }
.od-callout-b { right: 9%; bottom: 17%; }
.od-detail-strip { display: grid; grid-template-rows: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.2); }
.od-detail-strip > div { position: relative; min-height: 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.22); }
.od-detail-strip > div:last-child { border-bottom: 0; }
.od-detail-strip img { width: 100%; height: 100%; object-fit: cover; }
.od-detail-strip span { position: absolute; inset: auto 8px 8px; padding: 7px 8px; color: #fff; background: rgba(7,31,52,.87); font-size: 10px; font-weight: 800; line-height: 1.35; }

.od-structures { background: #fff; }
.od-structure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.od-structure-grid article { overflow: hidden; border: 1px solid #d7e0e7; background: #f8fafb; transition: transform .25s ease, box-shadow .25s ease; }
.od-structure-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(17,52,78,.1); }
.od-structure-image { position: relative; aspect-ratio: 1.35; overflow: hidden; background: #dfe6eb; }
.od-structure-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.od-structure-grid article:hover img { transform: scale(1.035); }
.od-structure-image > span { position: absolute; left: 14px; top: 14px; display: grid; place-items: center; min-width: 36px; height: 30px; color: #0c2e4b; background: #f59e0b; font-size: 11px; font-weight: 900; }
.od-card-copy { padding: 23px; }
.od-card-copy i,
.od-route-title i { display: grid; place-items: center; color: #175578; font-style: normal; }
.od-card-copy i { width: 46px; height: 46px; margin-top: -47px; margin-bottom: 22px; border: 5px solid #f8fafb; border-radius: 50%; background: #e6f0f4; }
.od-card-copy svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.od-card-copy h3 { margin: 0 0 9px; font-size: 19px; }
.od-card-copy p { margin: 0; font-size: 13px !important; }

.od-applications { background: #edf2f5; }
.od-application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.od-application-grid article { overflow: hidden; border: 1px solid #d4dee6; background: #fff; }
.od-app-image { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #dae2e8; }
.od-app-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -35px 55px rgba(8,31,51,.15); pointer-events: none; }
.od-app-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.od-application-grid article:hover img { transform: scale(1.035); }
.od-application-grid article > div:last-child { padding: 23px; }
.od-application-grid h3 { margin: 0 0 8px; font-size: 20px; }
.od-application-grid p { min-height: 66px; margin: 0 0 17px; font-size: 13px !important; }
.od-application-grid small { display: block; padding-top: 15px; border-top: 1px solid #e1e7ec; color: #cc7100; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.od-application-grid strong { display: block; margin-top: 6px; color: #365269; font-size: 11px; line-height: 1.5; }

.od-parts { background: #0b2946; }
.od-parts .od-heading h2,
.od-parts .od-heading > p { color: #fff !important; }
.od-parts .eyebrow { color: #f59e0b !important; }
.od-parts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.17); }
.od-parts-grid article { display: grid; grid-template-columns: 44% 56%; min-height: 195px; background: #0d3153; }
.od-part-image { position: relative; min-width: 0; overflow: hidden; }
.od-part-image img { width: 100%; height: 100%; object-fit: cover; }
.od-parts-grid article > div:last-child { padding: 23px 20px; }
.od-parts-grid h3 { margin: 0 0 9px; color: #fff !important; font-size: 17px; }
.od-parts-grid p { margin: 0; color: #bed0dc !important; font-size: 12px !important; }

.od-routes { background: #fff; }
.od-route-list { display: grid; gap: 12px; }
.od-route-list article { display: grid; grid-template-columns: 310px 1fr; align-items: center; min-height: 102px; border: 1px solid #d7e0e7; background: #f7f9fa; }
.od-route-title { display: grid; grid-template-columns: 40px 48px 1fr; gap: 13px; align-items: center; align-self: stretch; padding: 18px 22px; color: #fff; background: #0e3557; }
.od-route-title > span { color: #f59e0b; font-size: 11px; font-weight: 900; }
.od-route-title i { width: 44px; height: 44px; color: #f59e0b; border: 1px solid rgba(255,255,255,.18); }
.od-route-title svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.od-route-title h3 { margin: 0; color: #fff !important; font-size: 16px; }
.od-route-flow { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 20px; }
.od-route-flow span { padding: 9px 12px; border: 1px solid #cfd9e1; border-radius: 4px; color: #304d63; background: #fff; font-size: 11px; font-weight: 800; text-align: center; }
.od-route-flow b { color: #e4860f; font-size: 16px; }
.od-section-actions { justify-content: flex-end; margin-top: 26px; }

.od-quality { background: linear-gradient(180deg, #eaf0f4, #f4f7f9); }
.od-quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.od-quality-grid article { padding: 25px; border: 1px solid #d4dee6; background: #fff; }
.od-quality-grid h3 { margin: 0 0 18px; padding-bottom: 15px; border-bottom: 1px solid #dce5eb; font-size: 19px; }
.od-quality-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 13px; align-items: stretch; }
.od-quality-point { padding: 14px; background: #f6f8fa; }
.od-quality-point small { display: inline-block; margin-bottom: 7px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.od-quality-point.risk { border-left: 3px solid #d47700; }
.od-quality-point.control { border-left: 3px solid #0b5c8e; }
.od-quality-point.risk small { color: #d47700; }
.od-quality-point.control small { color: #0b5c8e; }
.od-quality-point p { margin: 0; font-size: 13px !important; line-height: 1.65; }
.od-quality-arrow { align-self: center; color: #91a5b4; font-size: 20px; font-weight: 800; }

.od-project { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 94px); align-items: center; background: #fff; }
.od-project-intro { position: relative; padding: 36px; color: #fff; background: #0c3152; }
.od-project-intro::before { content: "PROJECT 01"; position: absolute; right: 22px; top: 18px; color: rgba(255,255,255,.09); font-size: 34px; font-weight: 900; }
.od-project-intro h2,
.od-project-intro p { color: #fff !important; }
.od-project-intro .eyebrow { color: #f59e0b !important; }
.od-project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.od-project-tags span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); color: #dce6ed; font-size: 10px; font-weight: 800; }
.od-project-steps { border-top: 1px solid #d7e0e7; }
.od-project-steps article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #d7e0e7; }
.od-project-steps article > span { display: grid; place-items: center; width: 46px; height: 46px; color: #0b2946; background: #f59e0b; font-size: 11px; font-weight: 900; }
.od-project-steps h3 { margin: 0 0 5px; font-size: 17px; }
.od-project-steps p { margin: 0; font-size: 13px !important; }

.od-related { background: #edf2f5; }
.od-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.od-related-grid > a { display: grid; grid-template-columns: 42% 58%; min-height: 205px; overflow: hidden; border: 1px solid #d4dee6; color: inherit; background: #fff; }
.od-related-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.od-related-grid a:hover img { transform: scale(1.04); }
.od-related-grid a > div { position: relative; padding: 22px; }
.od-related-grid small { color: #d47700; font-weight: 900; }
.od-related-grid h3 { margin: 12px 0 7px; font-size: 18px; }
.od-related-grid p { margin: 0; font-size: 12px !important; }
.od-related-grid b { position: absolute; right: 18px; bottom: 14px; color: #d47700; font-size: 20px; }

.od-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-top: 56px; padding-bottom: 56px; background: #f59e0b; }
.od-cta > div:first-child { max-width: 850px; }
.od-cta .eyebrow { color: #173d59 !important; }
.od-cta h2 { margin-top: 4px; }
.od-cta p { margin-bottom: 0; color: #273f53 !important; }
.od-cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 270px; }
.od-cta .button.ghost { border-color: #153b59; color: #153b59; }

@media (max-width: 1180px) {
  .od-hero { grid-template-columns: 1fr; }
  .od-hero-copy { max-width: 850px; }
  .od-hero-visual { min-height: 560px; }
  .od-structure-grid { grid-template-columns: repeat(2, 1fr); }
  .od-parts-grid { grid-template-columns: repeat(2, 1fr); }
  .od-route-list article { grid-template-columns: 260px 1fr; }
  .od-route-flow { flex-wrap: wrap; }
  .od-related-grid > a { grid-template-columns: 1fr; }
  .od-related-grid img { height: 180px; }
}

@media (max-width: 820px) {
  .od-application-grid { grid-template-columns: repeat(2, 1fr); }
  .od-quality-grid { grid-template-columns: 1fr; }
  .od-route-list article { grid-template-columns: 1fr; }
  .od-route-title { min-height: 86px; }
  .od-project { grid-template-columns: 1fr; }
  .od-related-grid { grid-template-columns: 1fr; }
  .od-related-grid > a { grid-template-columns: 40% 60%; }
  .od-related-grid img { height: 100%; }
  .od-cta { grid-template-columns: 1fr; }
  .od-cta-actions { min-width: 0; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .od-main { overflow-x: hidden; }
  .od-hero { min-height: 0; padding-top: 104px; }
  .od-breadcrumb { margin-bottom: 25px; }
  .od-hero h1 { font-size: 40px; }
  .od-hero-visual { grid-template-columns: 1fr; min-height: 0; }
  .od-hero-scene { height: 360px; }
  .od-detail-strip { grid-template-columns: repeat(3, 1fr); grid-template-rows: 125px; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .od-detail-strip > div { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
  .od-callout::before { display: none; }
  .od-structure-grid,
  .od-application-grid,
  .od-parts-grid,
  .od-quality-grid { grid-template-columns: 1fr; }
  .od-application-grid p { min-height: 0; }
  .od-parts-grid article { grid-template-columns: 42% 58%; }
  .od-quality-flow { grid-template-columns: 1fr; }
  .od-quality-arrow { display: none; }
  .od-route-flow { justify-content: flex-start; }
  .od-route-flow b { display: none; }
  .od-route-flow span { flex: 1 1 calc(50% - 8px); }
  .od-section-actions,
  .od-actions,
  .od-cta-actions { flex-direction: column; }
  .od-main .button { width: 100%; white-space: normal; }
  .od-project-intro { padding: 27px 24px; }
  .od-related-grid > a { grid-template-columns: 1fr; }
  .od-related-grid img { height: 200px; }
  .od-cta { padding-top: 48px; padding-bottom: 48px; }
}

/* Streamlined outdoor industry page */
.od-main > .od-applications:first-child { padding-top: 132px; }
.od-main > section[id] { scroll-margin-top: 82px; }
.od-image-empty { background: #e2e8ed; }
.od-image-empty::before { display: none; }
.od-image-empty::after { display: none; }
.od-quality-note { margin: 22px 0 0; padding: 15px 18px; border-left: 3px solid #e48710; background: rgba(255,255,255,.72); font-size: 12px !important; }
.od-home-process { background: #fff; }
.od-home-process .section-heading { max-width: 850px; }
.od-home-process .custom-panel { display: grid; }
.od-related { overflow: hidden; background: #edf2f5; }
.od-carousel-shell { position: relative; }
.od-related-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.od-related-track::-webkit-scrollbar { display: none; }
.od-related-track > a { flex: 0 0 calc((100% - 32px)/3); display: grid; grid-template-columns: 42% 58%; min-height: 215px; overflow: hidden; border: 1px solid #d4dee6; color: inherit; background: #fff; scroll-snap-align: start; }
.od-related-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.od-related-track a:hover img { transform: scale(1.035); }
.od-related-track a > div { padding: 22px; }
.od-related-track h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.25; }
.od-related-track p { margin: 0; font-size: 12px !important; }
.od-carousel-control { position: absolute; z-index: 3; top: -66px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #b9c8d3; color: #0d3b5c; background: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.od-carousel-control:hover { color: #fff; background: #0d3b5c; }
.od-carousel-control.prev { right: 48px; }
.od-carousel-control.next { right: 2px; }
.od-inquiry .quote-copy h2 { max-width: 650px; }
.od-inquiry .quote-form { align-self: start; }

@media(max-width:1000px) {
  .od-related-track > a { flex-basis: calc((100% - 16px)/2); }
}

@media(max-width:620px) {
  .od-main > .od-applications:first-child { padding-top: 108px; }
  .od-related-track > a { flex-basis: 100%; grid-template-columns: 40% 60%; }
  .od-carousel-control { top: -58px; width: 36px; height: 36px; }
  .od-carousel-control.prev { right: 43px; }
  .od-image-empty::before { inset: 24% 32%; }
}
