/* Bristol Wave Seafoods — Contact page
   Fonts: Sora (headings/UI), Fira Code (body/mono), loaded via Google Fonts in index.html */
:root {
  --navy: #0B3954;
  --navy-2: #154866;
  --teal: #087E8B;
  --teal-hover: #0A96A5;
  --aqua: #50D0D6;
  --orange: #FE5201;
  --ice: #F6FBFF;
  --line: #D4E0E7;
  --white: #FFFFFF;
  --sans: "Sora", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "Fira Code", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--ice); font-family: var(--sans); color: var(--navy); }
img { display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--orange); }
input:focus, textarea:focus { outline: 2px solid var(--teal); outline-offset: -1px; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

.wpcf7-spinner
{
  position: absolute;
    right: 0;
}

.wrap { max-width: 1276px; margin: 0 auto; padding-left: clamp(20px, 4vw, 24px); padding-right: clamp(20px, 4vw, 24px); }

/* Squiggle accent */
.squiggle { position: relative; width: 108px; height: 13px; overflow: hidden; }
.squiggle img { position: absolute; top: 2px; width: 81.065px; height: 8.724px; }
.squiggle img:last-child { left: 26.936px; }

/* ============ HEADER ============ */
.site-header { background: var(--white); position: relative; z-index: 5; }
.site-header .bar { display: flex; align-items: center; gap: clamp(20px, 4vw, 86px); padding-top: 16px; padding-bottom: 16px; }
.logo { position: relative; width: 165px; height: 30px; flex-shrink: 0; display: block; }
.logo img { position: absolute; left: 4.13px; top: 0.306px; width: 160.781px; height: 23.861px; }
.logo svg { position: absolute; left: 0.972px; top: 10.79px; }
.nav-desktop { display: flex; gap: clamp(20px, 3.5vw, 54px); align-items: center; flex-grow: 1; }
.nav-desktop a, .nav-jobs { font-family: var(--mono); font-weight: 600; font-size: 16px; line-height: 20px; color: var(--orange); white-space: nowrap; }
.nav-desktop a:hover, .nav-jobs:hover { color: var(--navy); }
.nav-desktop a[aria-current="page"] { color: var(--navy); border-bottom: 2px solid var(--orange); padding-bottom: 2px; }
.menu-btn { display: none; width: 44px; height: 44px; background: none; border: 1px solid var(--line); cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 0; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--navy); }
.nav-mobile { display: none; flex-direction: column; border-top: 1px solid var(--line); background: var(--white); padding: 12px clamp(20px, 4vw, 24px) 20px; gap: 2px; }
.nav-mobile a { padding: 12px 4px; font-family: var(--mono); font-weight: 600; font-size: 16px; color: var(--orange); }
.nav-mobile a[aria-current="page"] { color: var(--navy); }
.nav-mobile.open { display: flex; }
@media (max-width: 1023px) {
  .nav-desktop, .nav-jobs { display: none; }
  .menu-btn { display: flex; margin-left: auto; }
}

/* ============ HERO ============ */
.hero { display: flex; flex-wrap: wrap; }
.hero-photo { position: relative; flex: 1 1 420px; min-height: 648px; overflow: hidden; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-body { flex: 1 1 520px; padding: clamp(40px, 6vw, 88px) clamp(24px, 8vw, 120px) clamp(40px, 5vw, 64px) clamp(24px, 6.6vw, 96px); display: flex; flex-direction: column; align-items: flex-start; }
.hero-body h1 { margin: 0; font-weight: 600; font-size: clamp(32px, 3vw, 41px); line-height: 1.2; }
.hero-body .squiggle { margin-top: 18px; }
.hero-intro { margin: 34px 0 0; max-width: 604px; font-family: var(--mono); font-size: clamp(14px, 1.15vw, 16px); line-height: 1.75; }
.hero-phone { margin-top: 44px; font-weight: 600; font-size: clamp(22px, 2vw, 26px); letter-spacing: -0.03em; color: var(--navy); white-space: nowrap; }
.hero-phone:hover { color: var(--orange); }
.hero-body address { margin-top: 12px; font-style: normal; font-family: var(--mono); font-size: 14px; line-height: 22px; }
.follow { margin-top: 40px; display: flex; gap: 16px; align-items: center; }
.follow span { font-family: var(--mono); font-weight: 600; font-size: 14px; color: var(--teal); }
.follow img { height: 18.75px; }
@media (max-width: 1023px) { .hero-photo { min-height: 340px; } }

/* ============ FORM SECTION ============ */
.inquiry { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(56px, 8vw, 110px); }
.inquiry .cols { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: clamp(32px, 6vw, 86px); justify-content: center; align-items: flex-start; }
.form-card { flex: 1 1 540px; max-width: 714px; background: var(--white); padding: clamp(28px, 4.2vw, 56px) clamp(24px, 4.2vw, 60px) clamp(32px, 4.2vw, 60px); }
.form-card h2 { margin: 0; font-weight: 600; font-size: clamp(26px, 2.3vw, 32px); line-height: 1.25; }
.form-card form { margin-top: 34px; display: flex; flex-direction: column; gap: 26px; }
.form-card fieldset { border: none; margin: 0; padding: 0; }
.form-card legend { padding: 0; margin-bottom: 10px; font-family: var(--mono); font-size: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
    height: 44px;
    padding: 0 26px !important;
    cursor: pointer;
    font-family: var(--mono) !important;
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 0;
    background: var(--white);
    border: 1px solid var(--line);
}
.chip[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: var(--ice); }
.careers-note { display: none; flex-wrap: wrap; gap: 16px; align-items: center; background: var(--ice); border: 1px solid var(--line); padding: 18px 22px; }
.careers-note.show { display: flex; }
.careers-note span { font-family: var(--mono); font-size: 14px; line-height: 22px; flex: 1 1 260px; }
.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--teal); border: none; cursor: pointer; font-family: var(--sans); font-weight: 600; color: var(--ice); border-radius: 0; }
.btn:hover { background: var(--teal-hover); color: var(--ice); }
.btn-apply { padding: 14px 28px; font-size: 14px; line-height: 14px; white-space: nowrap; flex-shrink: 0; }
.btn-submit { width: 220px; max-width: 100%; height: 56px; font-size: 16px; line-height: 20px !important;}
.field-row { display: flex; flex-wrap: wrap; gap: 24px; }
.field { display: flex; flex-direction: column; gap: 10px; flex: 1 1 220px; }
.field label { font-family: var(--mono); font-size: 14px; }
.field input, .field textarea { width: 100%; background: var(--ice); border: 1px solid var(--line); padding: 0 16px; font-family: var(--mono); font-size: 14px; color: var(--navy); border-radius: 0; }
.field input { height: 48px; }
.field textarea { min-height: 150px; padding: 14px 16px; line-height: 24px; resize: vertical; }
.field .error { display: none; font-family: var(--mono); font-size: 12px; color: var(--orange); }
.field.invalid input, .field.invalid textarea { border-color: var(--orange); }
.field.invalid .error { display: block; }
.form-foot { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center;position:relative; }
.required-note { font-family: var(--mono); font-size: 12px; color: var(--teal); }
.form-success { display: none; margin-top: 34px; flex-direction: column; gap: 20px; align-items: flex-start; }
.form-success.show { display: flex; }
.form-success .headline { font-weight: 600; font-size: 22px; line-height: 32px; }
.form-success p { margin: 0; font-family: var(--mono); font-size: 14px; line-height: 26px; }
.btn-ghost { background: none; border: 1px solid var(--teal); padding: 14px 28px; cursor: pointer; font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--teal); border-radius: 0; }
.btn-ghost:hover { background: var(--teal); color: var(--ice); }
.form-rail { flex: 1 1 300px; max-width: 400px; display: flex; flex-direction: column; gap: 32px; }
.form-rail p { margin: 0; font-family: var(--mono); font-size: 14px; line-height: 26px; }
.rail-photo { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 25.4px; }
.rail-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ============ TEAM BAND ============ */
.team { position: relative; overflow: hidden; }
.team .bg { position: absolute; left: 0; top: 14px; width: 100%; height: calc(100% - 14px); }
.team .inner { position: relative; padding-top: clamp(72px, 9vw, 132px); padding-bottom: clamp(140px, 14vw, 190px); display: flex; flex-direction: column; gap: clamp(36px, 4.5vw, 60px); }
.team-head { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-end; }
.team-head .lede { display: flex; flex-direction: column; gap: 22px; }
.team-head h2 { margin: 0; font-weight: 600; font-size: clamp(32px, 3vw, 41px); line-height: 1.2; color: var(--white); }
.team-head p { margin: 0; max-width: 561px; font-family: var(--mono); font-size: clamp(15px, 1.3vw, 18px); text-align: right; line-height: 1.8; color: var(--white); }
@media (max-width: 1023px) { .team-head p { text-align: left; } }
.team-grid { display: flex; flex-wrap: wrap; gap: 38px; }
.team-card { flex: 1 1 300px; max-width: 401px; border: 1px solid rgba(255,255,255,0.16); padding: 28px 28px 30px; display: flex; flex-direction: column; gap: 20px; }
.team-card .headshot { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.team-card .who { display: flex; flex-direction: column; gap: 8px; }
.team-card .name, .team-card a.name { font-family: var(--sans); font-weight: 600; font-size: 22px; line-height: 28px; color: var(--white); }
.team-card a.name:hover { color: var(--aqua); }
.team-card .role { font-family: var(--mono); font-size: 14px; line-height: 20px; color: var(--aqua); }
.team-card.hr { background: var(--navy-2); border: none; }
.team-card.hr .note { font-family: var(--mono); font-size: 14px; line-height: 22px; color: var(--ice); }
.apply-link { display: flex; gap: 8px; align-items: center; font-weight: 600; font-size: 16px; line-height: 16px; color: var(--orange)!important; white-space: nowrap; }
.apply-link:hover { color: var(--white); }
.apply-link img { width: 13.976px; height: 18px; transform: rotate(-90deg); }
.team .curve-bottom { position: absolute; left: 0; bottom: 0; width: 100%; height: clamp(40px, 5.5vw, 80px); transform: scaleY(-1); }

/* ============ LEARN MORE ============ */
.learn { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(64px, 9vw, 120px); }
.learn .inner { display: flex; flex-direction: column; gap: 48px; }
.learn .lede { display: flex; flex-direction: column; gap: 22px; }
.learn h2 { margin: 0; font-weight: 600; font-size: clamp(32px, 3vw, 41px); line-height: 1.2; }
.card-row { display: flex; flex-wrap: wrap; gap: 38px; }
.photo-card { position: relative; flex: 1 1 300px; max-width: 401px; height: 350px; overflow: hidden; border-radius: 20px 20px 0 0; display: block; }
.photo-card > img.bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card .shade { position: absolute; left: 0; top: 143px; width: 100%; height: 207px; background: linear-gradient(180deg, rgba(0,124,197,0) 0%, rgb(11,57,84) 100%); }
.photo-card .icon { position: absolute; left: 36px; top: 201px; width: 52px; height: 52px; }
.photo-card .icon-tile { position: absolute; left: 36px; top: 201px; width: 52px; height: 52px; background: var(--white); overflow: hidden; }
.photo-card .icon-tile img { position: absolute; left: 2px; top: 2px; width: 48px; height: 48px; }
.photo-card .title { position: absolute; left: 36px; top: 271px; font-weight: 600; font-size: 26px; line-height: 30.6px; letter-spacing: -0.03em; color: var(--white); white-space: nowrap; }
.photo-card .mini-squiggle { position: absolute; left: 38px; top: 309px; width: 49.5px; height: 5.958px; overflow: hidden; }
.photo-card .mini-squiggle img { position: absolute; top: 0.917px; width: 37.155px; height: 3.998px; }
.photo-card .mini-squiggle img:last-child { left: 12.346px; }
.photo-card .go { position: absolute; right: 44px; top: 275px; width: 22.858px; height: 22.228px; }
.photo-card .go .dot { position: absolute; inset: 0; border-radius: 50%; background: var(--aqua); }
.photo-card .go svg { position: absolute; left: 0; top: 0; transform: matrix(0, 1, -1, 0, 17.144, 4.763); transform-origin: 0 0; }
#card-fleet img.bg-img { object-position: center 82%; }

/* ============ FOOTER ============ */
.site-footer { background: var(--navy); }
.footer-cta { position: relative; background: var(--navy-2); }
.footer-cta .inner { display: flex; flex-wrap: wrap; gap: 24px 102px; align-items: center; padding-top: 30px; padding-bottom: 30px; }
.footer-cta .copy { flex: 1 1 400px; display: flex; flex-direction: column; gap: 7px; }
.footer-cta .headline { font-weight: 400; font-size: clamp(20px, 1.8vw, 24.2px); line-height: 1.5; color: var(--ice); }
.footer-cta .sub { font-family: var(--mono); font-weight: 600; font-size: 14px; line-height: 20px; color: var(--ice); }
.footer-cta .btn { width: 235.34px; max-width: 100%; height: 57.088px; font-size: 16.915px; color: #ffffff}
.footer-cta .scallop { position: absolute; left: 0; bottom: -6px; width: 100%; height: 6.092px; transform: rotate(180deg); }
.footer-main { padding-top: 56px; padding-bottom: 44px; display: flex; flex-direction: column; gap: 44px; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 44px clamp(48px, 8vw, 140px); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; min-width: 240px; }
.footer-logo { position: relative; width: 221.25px; height: 36px; display: block; }
.footer-logo img { position: absolute; left: 3.885px; top: 0; width: 217.365px; height: 31.028px; }
.footer-logo svg { position: absolute; left: 0; top: 12.879px; }
.footer-phone { margin-top: 22px; font-weight: 600; font-size: 18.75px; color: var(--ice); white-space: nowrap; }
.footer-phone:hover { color: var(--orange); }
.footer-brand address { margin-top: 10px; font-style: normal; font-family: var(--mono); font-size: 9px; line-height: 14.175px; color: var(--ice); white-space: nowrap; }
.footer-squiggle { position: relative; margin-top: 28px; width: 61.5px; height: 9.75px; overflow: hidden; }
.footer-squiggle img:first-child { position: absolute; left: 0; top: 1.5px; width: 60.799px; height: 6.543px; }
.footer-squiggle img:last-child { position: absolute; left: 20.201px; top: 1.5px; width: 20.398px; height: 6.543px; }
.footer-social { margin-top: 26px; width: 120px; height: 18.75px; }
.footer-nav { display: flex; flex-direction: column; min-width: 100px; }
.footer-nav.products { gap: 9.5px; min-width: 130px; }
.footer-nav.links { gap: 21px; }
.footer-nav a { font-weight: 600; font-size: 11.25px; line-height: 14.25px; color: var(--ice); white-space: nowrap; }
.footer-nav a:hover, .footer-nav a.active:hover { color: var(--orange); }
.footer-nav a.active { color: var(--orange); }
.footer-nav a.active:hover { color: var(--ice); }
.copyright { font-family: var(--mono); font-size: 9px; line-height: 14.175px; color: var(--ice); }
