/* ============================================================
   find-us.html · Page-specific styles
   ============================================================ */

/* Dark masthead chrome — match the other interior pages so the logo
   shows on navy and the header flows into the blue hero (no cream gap). */
.ms-utility-phone { color: var(--vd-gold-300) !important; }
.ms-utility-portal { color: var(--vd-gold-300) !important; border-color: var(--vd-gold-500); }
.ms-nav { background: var(--vd-navy-900); border-bottom: 1px solid rgba(216,220,227,0.18); }
.ms-nav-link { color: var(--vd-silver-200); }
.ms-nav-link:hover, .ms-nav-link.active { color: var(--vd-gold-300); border-bottom-color: var(--vd-gold-500); }

/* HERO */
.fu-hero {
  padding: 80px 0 96px;
  background-image: linear-gradient(158deg, var(--vd-navy-700) 0%, var(--vd-navy-900) 100%);
  border-bottom: 3px solid var(--vd-gold-500);
}
.fu-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }

.fu-eyebrow {
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--vd-gold-300);
  margin: 0 0 18px;
  display: flex; align-items: center; gap: 14px;
}
.fu-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--vd-gold-500); }

.fu-title {
  font-family: var(--font-display); font-weight: 400; font-size: 60px;
  line-height: 1.08; letter-spacing: -0.02em; color: var(--vd-cream);
  margin: 0 0 30px;
}
.fu-title .italic { font-style: italic; color: var(--vd-gold-300); }

.fu-lead {
  font-family: var(--font-sans); font-size: 17px; line-height: 1.65;
  color: var(--vd-silver-200); margin: 0 0 36px; max-width: 52ch;
}

.fu-address {
  margin: 0 0 32px;
  display: grid; gap: 14px;
  padding-top: 28px; border-top: 1px solid rgba(216, 220, 227, 0.22);
}
.fu-address div {
  display: grid; grid-template-columns: 120px 1fr; gap: 20px;
  font-size: 14px; line-height: 1.6;
}
.fu-address dt {
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--vd-silver-400);
  padding-top: 2px;
}
.fu-address dd { font-family: var(--font-sans); color: var(--vd-silver-200); margin: 0; }
.fu-address dd a { color: var(--vd-gold-300); text-decoration: none; }
.fu-address dd a:hover { color: var(--vd-gold-500); }

.fu-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fu-actions .ms-btn { white-space: nowrap; }

.fu-hero-photo {
  margin: 0; position: relative; overflow: hidden;
  border: 1px solid var(--vd-silver-300);
  box-shadow: 0 8px 24px rgba(14, 43, 69, 0.12);
}
.fu-hero-photo img {
  width: 100%; height: 360px; object-fit: cover; display: block;
  filter: brightness(0.98) saturate(0.95) contrast(1.02);
}
.fu-hero-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 20px;
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--vd-cream);
  background: linear-gradient(to top, rgba(6,21,35,0.85) 0%, rgba(6,21,35,0) 100%);
}

/* MAP STRIP */
.fu-mapstrip { padding: 0 0 56px; background: var(--vd-cream); }
.fu-map {
  position: relative; width: 100%; height: 360px;
  background: var(--vd-navy-900);
  border: 1px solid var(--vd-silver-300);
  overflow: hidden;
}
.fu-map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(216,220,227,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216,220,227,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.fu-map-streets {
  position: absolute; inset: 0;
  font-family: var(--font-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--vd-silver-400);
}
.fu-map-streets .s { position: absolute; }
.fu-map-streets .s-broadway { left: 8%; top: 32%; }
.fu-map-streets .s-bst { left: 8%; top: 50%; color: var(--vd-gold-300); }
.fu-map-streets .s-cst { left: 8%; top: 68%; }
.fu-map-streets .s-4th { left: 38%; top: 8%; transform: translateX(-50%); }
.fu-map-streets .s-5th { left: 62%; top: 8%; transform: translateX(-50%); }

.fu-map::before, .fu-map::after {
  content: ''; position: absolute; left: 0; right: 0; height: 4px;
  background: rgba(216,220,227,0.18);
}
.fu-map::before { top: 50%; }
.fu-map::after { top: calc(50% + 16px); display: none; }

.fu-map-pin {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 12px;
}
.fu-map-pin-dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--vd-gold-500); border: 3px solid var(--vd-cream);
  box-shadow: 0 0 0 6px rgba(168, 132, 47, 0.25), 0 4px 12px rgba(6, 21, 35, 0.4);
  animation: fu-pulse 2s ease-in-out infinite;
}
@keyframes fu-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(168, 132, 47, 0.25), 0 4px 12px rgba(6, 21, 35, 0.4); }
  50% { box-shadow: 0 0 0 14px rgba(168, 132, 47, 0.05), 0 4px 12px rgba(6, 21, 35, 0.4); }
}
.fu-map-pin-label {
  background: var(--vd-cream); padding: 10px 14px; border-radius: 3px;
  box-shadow: 0 4px 16px rgba(6, 21, 35, 0.3);
  display: flex; flex-direction: column; line-height: 1.3;
}
.fu-map-pin-label strong {
  font-family: var(--font-display); font-weight: 500; font-size: 15px;
  color: var(--vd-navy-900); letter-spacing: -0.005em;
}
.fu-map-pin-label span {
  font-family: var(--font-sans); font-size: 11px; color: var(--vd-silver-600);
  letter-spacing: 0.02em;
}

.fu-map-open {
  position: absolute; bottom: 16px; right: 16px;
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 8px 14px; background: rgba(252, 251, 248, 0.95);
  color: var(--vd-navy-900); text-decoration: none;
  border-radius: 2px; transition: all 140ms;
}
.fu-map-open:hover { background: var(--vd-gold-500); }

/* Satellite map embed */
.fu-satmap {
  position: relative; width: 100%; height: 420px;
  border-radius: 6px; overflow: hidden;
  border: 1px solid var(--vd-silver-200);
  box-shadow: 0 30px 70px -44px rgba(6, 21, 35, 0.5);
  background: var(--vd-navy-900);
}
.fu-satmap-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.fu-satmap-3d { display: grid; place-items: center; background: var(--vd-navy-900); }
.fu-satmap-3d-fallback { font-family: var(--font-sans); font-size: 13px; letter-spacing: 0.04em; color: var(--vd-silver-400); }
.fu-satmap-toggle {
  position: absolute; top: 16px; left: 16px; z-index: 3; display: flex; gap: 0;
  background: rgba(252, 251, 248, 0.96); backdrop-filter: blur(2px);
  border-radius: 3px; padding: 3px; box-shadow: 0 8px 22px -12px rgba(6,21,35,0.55);
}
.fu-satmap-tab {
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--vd-navy-700);
  background: transparent; border: 0; border-radius: 2px; padding: 8px 16px; cursor: pointer;
  transition: all 140ms; white-space: nowrap;
}
.fu-satmap-tab.is-active { background: var(--vd-navy-700); color: var(--vd-cream); }
.fu-satmap-tab:not(.is-active):hover { color: var(--vd-navy-900); background: rgba(14,43,69,0.06); }
.fu-satmap-card {
  position: absolute; left: 20px; bottom: 20px; z-index: 2;
  display: flex; flex-direction: column; gap: 4px;
  background: rgba(252, 251, 248, 0.96); backdrop-filter: blur(2px);
  border-left: 3px solid var(--vd-gold-500); border-radius: 4px;
  padding: 16px 20px; max-width: min(340px, calc(100% - 40px));
  box-shadow: 0 12px 30px -14px rgba(6, 21, 35, 0.55);
}
.fu-satmap-card strong {
  font-family: var(--font-display); font-weight: 500; font-size: 16px; color: var(--vd-navy-900); line-height: 1.2;
}
.fu-satmap-card span {
  font-family: var(--font-sans); font-size: 12.5px; color: var(--vd-ink-soft); line-height: 1.4;
}
.fu-satmap-card .fu-map-open {
  position: static; align-self: flex-start; margin-top: 10px; white-space: nowrap;
  background: var(--vd-gold-500); color: var(--vd-navy-900);
}
.fu-satmap-card .fu-map-open:hover { background: var(--vd-gold-300); color: var(--vd-navy-900); }
@media (max-width: 600px) {
  .fu-satmap { height: 340px; }
  .fu-satmap-card { left: 12px; right: 12px; bottom: 12px; padding: 14px 16px; }
}

.fu-map-cap {
  font-family: var(--font-sans); font-size: 11px; color: var(--vd-silver-500);
  margin: 10px 0 0; text-align: center; letter-spacing: 0.02em;
}

/* SECTION (driving directions) */
.fu-section { padding: 96px 0; border-bottom: 1px solid var(--vd-silver-200); background: var(--vd-bone); }
.fu-section--cream { background: var(--vd-cream); }

.fu-driving { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.fu-driving-card {
  background: var(--vd-cream); border: 1px solid var(--vd-silver-200);
  border-radius: 4px; padding: 28px 32px;
  transition: all 220ms;
}
.fu-driving-card:hover {
  border-color: var(--vd-silver-300);
  transform: translateY(-1px); box-shadow: var(--shadow-sm);
}
.fu-driving-card header {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--vd-silver-200);
}
.fu-driving-card h3 {
  font-family: var(--font-display); font-weight: 500; font-size: 20px;
  color: var(--vd-navy-900); margin: 0; letter-spacing: -0.005em;
}
.fu-driving-time {
  font-family: var(--font-mono); font-size: 11px; color: var(--vd-gold-700);
  letter-spacing: 0.04em; white-space: nowrap;
}
.fu-driving-card ol {
  list-style: none; counter-reset: step;
  padding: 0; margin: 0;
  display: grid; gap: 10px;
}
.fu-driving-card li {
  counter-increment: step;
  font-family: var(--font-sans); font-size: 14px; line-height: 1.55;
  color: var(--vd-ink-soft);
  display: grid; grid-template-columns: 24px 1fr; gap: 12px;
  align-items: baseline;
}
.fu-driving-card li::before {
  content: counter(step);
  font-family: var(--font-mono); font-size: 11px; color: var(--vd-navy-700);
  font-weight: 600;
}

/* MODES (parking / transit / building) */
.fu-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--vd-silver-200); }
.fu-mode {
  padding: 36px 36px 36px 0;
  border-right: 1px solid var(--vd-silver-200);
}
.fu-mode:last-child { border-right: 0; padding-right: 0; }
.fu-mode:not(:first-child) { padding-left: 36px; }
.fu-mode-glyph {
  width: 44px; height: 44px; border: 1.5px solid var(--vd-navy-700);
  border-radius: 4px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 500; font-size: 22px;
  color: var(--vd-navy-700); margin-bottom: 18px;
}
.fu-mode h3 {
  font-family: var(--font-display); font-weight: 500; font-size: 24px;
  color: var(--vd-navy-900); margin: 0 0 12px; letter-spacing: -0.005em;
}
.fu-mode p {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.65;
  color: var(--vd-ink-soft); margin: 0 0 18px;
}
.fu-mode p b { color: var(--vd-navy-900); font-weight: 600; }
.fu-mode-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 8px;
  padding-top: 14px; border-top: 1px solid var(--vd-silver-200);
}
.fu-mode-list li {
  display: flex; justify-content: space-between;
  font-family: var(--font-sans); font-size: 13px;
  color: var(--vd-ink);
}
.fu-mode-list li span:first-child {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--vd-silver-600); font-weight: 500;
}
.fu-mode-list li span:last-child { font-family: var(--font-mono); color: var(--vd-navy-700); }

/* CTA */
.fu-cta { background: var(--vd-navy-900); color: var(--vd-cream); padding: 96px 0; border-top: 4px solid var(--vd-gold-500); }
.fu-cta-inner { max-width: 720px; }
.fu-cta-title {
  font-family: var(--font-display); font-weight: 400; font-size: 48px;
  line-height: 1.08; letter-spacing: -0.018em; color: var(--vd-cream);
  margin: 16px 0 20px;
}
.fu-cta-blurb {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.65;
  color: var(--vd-silver-200); margin: 0 0 32px; max-width: 52ch;
}
.fu-cta-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* ============================================================
   DIRECTIONS WIDGET
   ============================================================ */
.fu-section--dir { background: var(--vd-bone); }
.fu-dir {
  background: var(--vd-cream); border: 1px solid var(--vd-silver-200);
  border-top: 3px solid var(--vd-gold-500); border-radius: 6px;
  padding: 40px 44px; box-shadow: 0 30px 70px -44px rgba(6, 21, 35, 0.5);
}
.fu-dir-head { max-width: 60ch; }
.fu-dir-title {
  font-family: var(--font-display); font-weight: 400; font-size: 32px;
  line-height: 1.12; letter-spacing: -0.015em; color: var(--vd-navy-900); margin: 12px 0 12px;
}
.fu-dir-title .italic { font-style: italic; color: var(--vd-gold-700); }
.fu-dir-blurb {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.6;
  color: var(--vd-ink-soft); margin: 0;
}
.fu-dir-controls { margin-top: 28px; display: grid; gap: 20px; }
.fu-dir-label {
  display: block; font-family: var(--font-sans); font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--vd-silver-600); margin: 0 0 8px;
}
.fu-dir-inputrow { display: flex; gap: 12px; flex-wrap: wrap; }
.fu-dir-input {
  flex: 1 1 280px; min-width: 0; font-family: var(--font-sans); font-size: 15px; color: var(--vd-navy-900);
  background: var(--vd-bone); border: 1px solid var(--vd-silver-300); border-radius: 3px; padding: 14px 16px;
  transition: border-color 140ms, box-shadow 140ms;
}
.fu-dir-input:focus { outline: none; border-color: var(--vd-gold-500); box-shadow: 0 0 0 3px rgba(168,132,47,0.16); }
.fu-dir-locate {
  flex: none; display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--vd-navy-700); background: transparent; border: 1px solid var(--vd-silver-300);
  border-radius: 3px; padding: 0 18px; cursor: pointer; transition: all 140ms;
}
.fu-dir-locate:hover:not(:disabled) { border-color: var(--vd-navy-700); background: var(--vd-bone); }
.fu-dir-locate:disabled { opacity: 0.6; cursor: progress; }
.fu-dir-locate-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--vd-gold-500);
  box-shadow: 0 0 0 3px rgba(168,132,47,0.25);
}
.fu-dir-status { font-family: var(--font-sans); font-size: 12.5px; color: var(--vd-silver-600); margin: 9px 0 0; }
.fu-dir-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.fu-dir .ms-btn, .fu-dir-locate, .fu-dir-send-actions .ms-btn { white-space: nowrap; }
.ms-btn.is-active { background: var(--vd-navy-800); color: var(--vd-cream); border-color: var(--vd-navy-800); }

.fu-dir-send {
  margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--vd-silver-200);
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
}
.fu-dir-qr {
  flex: none; background: #fff; border: 1px solid var(--vd-silver-200); border-radius: 6px;
  padding: 12px; line-height: 0; box-shadow: 0 8px 24px -12px rgba(6,21,35,0.35);
}
.fu-dir-qr canvas { display: block; width: 168px; height: 168px; }
.fu-dir-qr-fallback { width: 168px; font-family: var(--font-sans); font-size: 12px; color: var(--vd-silver-600); text-align: center; padding: 60px 8px; line-height: 1.5; }
.fu-dir-send-body { flex: 1 1 300px; min-width: 0; }
.fu-dir-send-title {
  font-family: var(--font-display); font-weight: 500; font-size: 22px; color: var(--vd-navy-900); margin: 0 0 8px;
}
.fu-dir-send-text {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.6; color: var(--vd-ink-soft); margin: 0 0 18px; max-width: 44ch;
}
.fu-dir-send-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 600px) {
  .fu-dir { padding: 30px 22px; }
  .fu-dir-title { font-size: 26px; }
  .fu-dir-send { gap: 22px; }
}
