:root { --ink:#101a2f; --aqua:#5bc8cd; --orange:#f28a22; --paper:#f3f5f2; --white:#fff; --muted:#677080; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Manrope",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; }
.hero { min-height:min(880px,93vh); position:relative; isolation:isolate; display:flex; flex-direction:column; color:white; background-image:linear-gradient(90deg,rgba(6,13,24,.97) 0%,rgba(6,13,24,.82) 42%,rgba(6,13,24,.18) 78%),url('/hero-parts-inventory.jpg'); background-size:cover; background-position:center 57%; }
.site-nav { width:min(1440px,calc(100% - 64px)); height:96px; margin:0 auto; display:grid; grid-template-columns:160px 1fr auto; align-items:center; gap:32px; }
.brand { align-self:stretch; display:flex; align-items:center; width:145px; overflow:hidden; }
.brand img { width:112px; height:86px; object-fit:contain; background:transparent; opacity:.88; }
.nav-links { display:flex; justify-content:center; gap:34px; font-size:14px; font-weight:700; }
.nav-links a { padding:12px 0; }
.nav-call { color:var(--ink); background:var(--aqua); padding:14px 18px; border-radius:999px; font-size:13px; font-weight:800; }
.hero-content { width:min(1440px,calc(100% - 64px)); margin:auto; padding:72px 0 88px; }
.eyebrow { margin:0 0 20px; color:var(--aqua); font-size:12px; line-height:1.4; font-weight:800; text-transform:uppercase; letter-spacing:0; }
.eyebrow.dark { color:#157e86; }
h1,h2,h3,.eyebrow,.section-kicker { font-family:"Barlow Condensed","Arial Narrow",sans-serif; }
h1 { max-width:760px; margin:0; font-size:clamp(56px,7vw,108px); line-height:.92; font-weight:800; letter-spacing:0; text-wrap:balance; }
.hero-copy { max-width:610px; margin:28px 0 0; color:#d8dee5; font-size:19px; line-height:1.55; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:14px 22px; border:1px solid transparent; border-radius:999px; font-size:14px; font-weight:800; }
.button-primary { background:var(--orange); color:var(--ink); }
.button-secondary { border-color:rgba(255,255,255,.5); background:rgba(10,18,30,.35); color:white; backdrop-filter:blur(8px); }
.hero-facts { display:flex; margin:48px 0 0; }
.hero-facts div { width:190px; padding-right:22px; margin-right:22px; border-right:1px solid rgba(255,255,255,.25); }
.hero-facts div:last-child { border:0; }
.hero-facts dt { font-size:15px; font-weight:800; }
.hero-facts dd { margin:6px 0 0; color:#aab3bd; font-size:12px; line-height:1.4; }
.scroll-cue { position:absolute; right:32px; bottom:24px; display:flex; align-items:center; gap:12px; color:#d8dee5; font-size:12px; font-weight:700; }
.parts-band { padding:96px max(32px,calc((100vw - 1440px)/2)); background:linear-gradient(rgba(243,245,242,.94),rgba(243,245,242,.94)),url('/engine-identification.jpg') center/cover; }
.section-kicker { padding-bottom:24px; border-bottom:2px solid var(--ink); font-size:13px; font-weight:900; text-transform:uppercase; }
.part-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.part-grid article { min-width:0; padding:32px; border-right:1px solid #cbd0cf; }
.part-grid article:first-child { padding-left:0; }
.part-grid article:last-child { border:0; }
.part-grid span,.service-list span { color:#78818d; font-size:12px; font-weight:800; }
.part-photo { margin:22px 0 0; aspect-ratio:4/3; overflow:hidden; background:#cbd0cf; }
.part-photo img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.part-grid article:nth-child(1) .part-photo img { object-position:center 57%; }
.part-grid article:nth-child(2) .part-photo img { object-position:center 46%; }
.part-grid article:hover .part-photo img { transform:scale(1.025); }
.part-grid h2 { margin:26px 0 16px; max-width:280px; font-size:32px; line-height:1; }
.part-grid p { max-width:330px; color:var(--muted); line-height:1.6; }
.parts-cta { display:flex; justify-content:space-between; align-items:flex-end; gap:40px; padding-top:32px; border-top:1px solid #cbd0cf; }
.parts-cta p { max-width:580px; margin:0; color:var(--muted); line-height:1.6; }
.text-link { color:#11747b; font-weight:800; }
.services { display:grid; grid-template-columns:1.05fr .95fr; min-height:760px; background:white; }
.services-photo { background:url('/salvage-yard-excavator.jpg') center 45%/cover; }
.services-copy { padding:90px clamp(40px,7vw,110px); }
.services-copy>h2,.about h2,.contact h2 { margin:0; font-size:clamp(42px,5vw,72px); line-height:.98; letter-spacing:0; }
.service-list { margin-top:60px; border-top:1px solid #cbd0cf; }
.service-list>div { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:23px 0; border-bottom:1px solid #cbd0cf; }
.service-list h3 { margin:0 0 7px; font-size:18px; }
.service-list p { margin:0; color:var(--muted); line-height:1.5; }
.field-work { padding:110px max(32px,calc((100vw - 1360px)/2)); background:linear-gradient(rgba(233,235,231,.93),rgba(233,235,231,.93)),url('/propeller-measurement.jpg') center/cover; }
.field-work-heading { display:grid; grid-template-columns:1fr 1.35fr; gap:28px 7vw; align-items:end; margin-bottom:48px; }
.field-work-heading .eyebrow { grid-column:1/-1; margin:0; }
.field-work-heading h2 { margin:0; max-width:720px; font-size:clamp(42px,5vw,72px); line-height:.98; }
.field-work-heading>p:last-child { max-width:480px; margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.photo-grid { display:grid; grid-template-columns:1.2fr .8fr; grid-template-rows:repeat(2,minmax(290px,38vw)); gap:14px; }
.photo-grid figure { position:relative; margin:0; overflow:hidden; background:#121a26; }
.photo-grid .photo-wide { grid-row:1/3; }
.photo-grid img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .45s ease; }
.photo-grid figure:hover img { transform:scale(1.015); }
.photo-grid figcaption { position:absolute; inset:auto 0 0; display:flex; justify-content:space-between; gap:20px; padding:45px 22px 20px; color:white; background:linear-gradient(transparent,rgba(8,14,24,.88)); }
.photo-grid figcaption span { color:var(--aqua); font-size:11px; font-weight:800; text-transform:uppercase; }
.photo-grid figcaption strong { font-size:13px; text-align:right; }
.about { display:grid; grid-template-columns:.85fr 1.15fr; gap:8vw; align-items:center; padding:110px max(32px,calc((100vw - 1280px)/2)); background:linear-gradient(90deg,rgba(220,239,240,.96) 0%,rgba(220,239,240,.92) 56%,rgba(220,239,240,.78) 100%),url('/hull-assessment.jpg') center/cover; }
.about-mark { display:grid; place-items:center; padding:20px; }
.about-mark img { max-height:520px; object-fit:contain; opacity:.72; }
.about-copy>p:not(.eyebrow) { margin:34px 0; color:#475362; font-size:19px; line-height:1.7; }
blockquote { margin:0; padding:22px 0 0; border-top:2px solid var(--ink); color:#157e86; font-size:22px; font-weight:900; }
.contact { display:grid; grid-template-columns:.9fr 1.1fr; gap:9vw; padding:110px max(32px,calc((100vw - 1360px)/2)); background:linear-gradient(90deg,rgba(16,26,47,.97),rgba(16,26,47,.85)),url('/hull-measurement.jpg') center/cover; color:white; }
.contact>div>p:last-child { max-width:520px; color:#aeb8c5; font-size:18px; line-height:1.6; }
.contact-actions { border-top:1px solid #536071; }
.contact-row { display:grid; grid-template-columns:90px 1fr auto; align-items:center; gap:20px; min-height:94px; border-bottom:1px solid #536071; }
.contact-row span { color:var(--aqua); font-size:12px; font-weight:800; text-transform:uppercase; }
.contact-row strong { font-size:17px; line-height:1.35; }
.contact-row b { color:var(--orange); font-size:24px; }
footer { min-height:180px; display:grid; grid-template-columns:140px 1fr auto; align-items:center; gap:36px; padding:30px max(32px,calc((100vw - 1360px)/2)); background:#0a1220; color:white; }
footer img { width:110px; height:110px; object-fit:contain; background:transparent; opacity:.88; }
footer p { color:#8f9aaa; font-size:13px; }
footer div { display:flex; gap:24px; font-size:13px; font-weight:800; }
.inquiry-page { min-height:100vh; background:#fff; }
.inquiry-header { background:#081220; color:#fff; }
.inquiry-nav { width:min(1440px,calc(100% - 64px)); height:96px; margin:0 auto; display:grid; grid-template-columns:160px 1fr auto; align-items:center; gap:32px; }
.back-link { justify-self:center; color:#d8dee5; font-size:14px; font-weight:800; }
.back-link span { margin-right:8px; color:var(--aqua); }
.inquiry-shell { min-height:calc(100vh - 96px); display:grid; grid-template-columns:minmax(360px,.8fr) minmax(560px,1.2fr); }
.inquiry-context { display:flex; flex-direction:column; justify-content:space-between; gap:64px; padding:clamp(58px,7vw,110px) max(32px,calc((100vw - 1440px)/2)); padding-right:clamp(40px,6vw,96px); color:#fff; background:linear-gradient(rgba(6,13,24,.82),rgba(6,13,24,.92)),url('/inventory-drives.jpg') center/cover; }
.inquiry-context h1 { max-width:560px; font-size:clamp(58px,6vw,92px); }
.inquiry-context>div>p:last-child { max-width:520px; margin:30px 0 0; color:#c4ccd5; font-size:17px; line-height:1.65; }
.inquiry-checklist { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.3); }
.inquiry-checklist li { display:grid; grid-template-columns:48px 1fr; align-items:center; gap:16px; min-height:68px; border-bottom:1px solid rgba(255,255,255,.3); }
.inquiry-checklist span { color:var(--aqua); font-size:12px; font-weight:800; }
.inquiry-checklist strong { font-size:14px; }
.inquiry-form-wrap { padding:clamp(58px,7vw,100px) clamp(32px,7vw,110px); background:#fff; }
.form-heading h2 { margin:0; font-family:"Barlow Condensed","Arial Narrow",sans-serif; font-size:clamp(46px,5vw,68px); line-height:1; }
.inquiry-form { max-width:820px; margin-top:52px; }
.inquiry-form fieldset { margin:0 0 42px; padding:0; border:0; }
.inquiry-form legend { width:100%; margin:0 0 24px; padding:0 0 12px; border-bottom:1px solid #cbd0cf; color:#596474; font-family:"Barlow Condensed","Arial Narrow",sans-serif; font-size:16px; font-weight:800; text-transform:uppercase; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.form-field { display:grid; gap:9px; min-width:0; }
.form-field-wide { grid-column:1/-1; }
.form-field span { color:#505b6a; font-size:12px; font-weight:800; }
.form-field input,.form-field select,.form-field textarea { width:100%; border:1px solid #aeb7c0; border-radius:4px; background:#f8f9f7; color:var(--ink); font:600 15px/1.4 "Manrope",Arial,sans-serif; outline:none; }
.form-field input,.form-field select { height:50px; padding:0 14px; }
.form-field textarea { min-height:150px; padding:13px 14px; resize:vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:#157e86; box-shadow:0 0 0 3px rgba(91,200,205,.24); }
.form-submit { display:flex; align-items:center; gap:24px; }
.form-submit .button { border:0; cursor:pointer; }
.form-submit>a { color:#11747b; font-size:13px; font-weight:800; }
.form-status { min-height:22px; margin:18px 0 0; color:#596474; font-size:13px; }
@media(max-width:850px){
  .hero { min-height:760px; background-position:60% center; }
  .site-nav { width:calc(100% - 32px); height:84px; grid-template-columns:90px 1fr; gap:14px; }
  .brand { width:86px; }.brand img { width:76px;height:70px; }.nav-links{display:none}.nav-call{justify-self:end;padding:12px 13px}
  .hero-content{width:calc(100% - 32px);padding:56px 0 76px}h1{font-size:56px}.hero-copy{font-size:17px}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr)}.hero-facts div{width:auto;margin-right:12px;padding-right:12px}.scroll-cue{display:none}
  .parts-band{padding:72px 20px}.part-grid{grid-template-columns:1fr}.part-grid article,.part-grid article:first-child{min-height:auto;padding:28px 0;border-right:0;border-bottom:1px solid #cbd0cf}.part-grid article:last-child{border-bottom:0}.part-photo{aspect-ratio:16/10}.part-grid h2{margin:24px 0 12px}.parts-cta{align-items:flex-start;flex-direction:column}
  .services{grid-template-columns:1fr}.services-photo{min-height:420px}.services-copy{padding:65px 20px}
  .field-work{padding:70px 20px}.field-work-heading{grid-template-columns:1fr}.field-work-heading .eyebrow{grid-column:auto}.photo-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,420px)}.photo-grid .photo-wide{grid-row:auto}
  .about{grid-template-columns:1fr;padding:70px 20px}.about-mark img{max-height:380px}.contact{grid-template-columns:1fr;padding:70px 20px}
  footer{grid-template-columns:100px 1fr}footer div{grid-column:1/-1;justify-content:space-between}
  .inquiry-nav{width:calc(100% - 32px);height:84px;grid-template-columns:90px 1fr auto;gap:12px}.inquiry-nav .brand{width:86px}.inquiry-nav .brand img{width:76px;height:70px}.back-link{font-size:12px}.inquiry-shell{min-height:0;grid-template-columns:1fr}.inquiry-context{min-height:500px;padding:70px 20px;background-position:center 62%}.inquiry-form-wrap{padding:65px 20px}
}
@media(max-width:520px){
  .hero{min-height:820px}h1{font-size:48px}.hero-actions{flex-direction:column}.button{width:100%}.hero-facts{gap:18px;grid-template-columns:1fr;margin-top:38px}.hero-facts div{border:0}
  .photo-grid{grid-template-rows:repeat(3,340px)}
  .contact-row{grid-template-columns:60px 1fr auto}.contact-row strong{font-size:14px}
  .inquiry-nav{grid-template-columns:76px 1fr}.inquiry-nav .nav-call{display:none}.back-link{justify-self:end}.inquiry-context{min-height:470px}.form-grid{grid-template-columns:1fr}.form-field-wide{grid-column:auto}.form-submit{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
