.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.footer-grid .social-links a{padding:8px 12px;border:1px solid #334157;color:#dce8f5;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.footer-grid .social-links a:hover{color:#fff;border-color:#42baf6;background:#087fd0}.submit-notice{position:fixed;z-index:100;right:20px;bottom:20px;max-width:390px;padding:16px 20px;color:#fff;background:#087fd0;box-shadow:0 12px 40px rgba(0,0,0,.28);font-weight:700}
.mini-form { flex-wrap: wrap; }
.mini-form > input[type="email"] { order: 1; flex: 1; width: auto; }
.mini-form > button { order: 2; flex: 0 0 45px; }
.mini-form .privacy-mini { order: 3; display: flex; flex: 0 0 100%; align-items: flex-start; gap: 7px; margin-top: 8px; color: #9eacbd; font-size: 9px; line-height: 1.4; }
.mini-form .privacy-mini input { width: auto; margin-top: 2px; }
.mini-form .privacy-mini a { text-decoration: underline; }
.home-hero { background-image: url("pictures/diamond-home-hero-logo-clean.png"); }

/* Centered header social navigation */
.nav-wrap { display: grid; grid-template-columns: 176px minmax(175px, 1fr) auto auto; align-items: center; column-gap: 20px; }
.nav { margin-left: 0; margin-right: 0; justify-self: end; }
.header-social { justify-self: center; }
.social-icons { display: flex; align-items: center; justify-content: center; gap: 8px; }
.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 1px solid #d7e1e9; border-radius: 50%; color: #17365c; background: #fff; transition: transform .2s, color .2s, border-color .2s, background .2s; }
.social-icons a:hover { transform: translateY(-2px); color: #fff; border-color: #087fd0; background: #087fd0; }
.social-icons svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icons .fill-icon { fill: currentColor; stroke: none; }
.social-icons a > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.social-icons .social-placeholder { opacity: .52; border-style: dashed; }
.social-icons .social-placeholder:hover { transform: none; color: #17365c; border-color: #9cabb9; background: #fff; cursor: not-allowed; }
.footer-grid .social-links { flex-direction: row; align-items: center; gap: 9px; }
.footer-grid .social-links a { width: 38px; height: 38px; padding: 0; border: 1px solid #334157; border-radius: 50%; color: #dce8f5; background: transparent; }
.footer-grid .social-links a:hover { color: #fff; border-color: #42baf6; background: #087fd0; }
.footer-grid .social-links .social-placeholder:hover { color: #9eacbd; background: transparent; border-color: #586477; }

/* Expanded company story */
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0 8px; }
.about-points span { padding: 12px 14px; border-left: 3px solid #087fd0; color: #26374b; background: #f2f7fa; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fleet-showcase { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: #06111f; }
.fleet-showcase > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fleet-showcase:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,27,.96) 0%, rgba(5,13,27,.73) 36%, rgba(5,13,27,.12) 72%); }
.fleet-overlay { position: relative; z-index: 2; display: flex; align-items: center; min-height: 680px; }
.fleet-overlay h2 { max-width: 650px; margin: 0 0 24px; font-size: clamp(60px, 7vw, 104px); }
.fleet-overlay p:not(.eyebrow) { max-width: 520px; margin: 0 0 30px; color: #d3deea; }
.process-section { background: #f4f8fb; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-grid article { position: relative; min-height: 300px; padding: 34px 28px; border: 1px solid #dbe3e9; background: #fff; box-shadow: 0 16px 40px rgba(9,20,38,.06); }
.process-grid article:after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 0; height: 4px; background: #087fd0; }
.process-grid span { color: #087fd0; font: 34px/1 "Bebas Neue", Impact, sans-serif; }
.process-grid h3 { margin: 62px 0 15px; font-size: 30px; }
.process-grid p { color: #687386; font-size: 13px; }
.values-section { color: #fff; background: linear-gradient(135deg, #071426, #0d2d50); }
.value-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.value-quotes blockquote { min-height: 310px; margin: 0; padding: 38px 34px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); }
.value-quotes blockquote > span { color: #42baf6; font: 72px/1 Georgia, serif; }
.value-quotes p { margin: 14px 0 28px; color: #edf5fa; font-size: 19px; line-height: 1.6; }
.value-quotes cite { color: #72cfff; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1150px) {
  .nav-cta { display: none; }
  .nav-wrap { grid-template-columns: 176px minmax(160px, 1fr) auto; }
}
@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 160px 1fr auto; }
  .nav-toggle { margin-left: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav-wrap { grid-template-columns: 125px 1fr auto; column-gap: 8px; }
  .header-social { gap: 4px; }
  .header-social a { width: 27px; height: 27px; }
  .header-social svg { width: 13px; height: 13px; }
  .fleet-showcase, .fleet-overlay { min-height: 580px; }
  .fleet-showcase > img { object-position: 62% center; }
  .fleet-showcase:after { background: linear-gradient(90deg, rgba(5,13,27,.94), rgba(5,13,27,.48)); }
  .about-points, .process-grid, .value-quotes { grid-template-columns: 1fr; }
  .process-grid article { min-height: 250px; }
  .process-grid h3 { margin-top: 38px; }
}
