/* Locations hub, using the guides overview card system. */
.inbound-design-page--locations {
  --bg: #f7f6f2;
  --bg-2: #fffdf8;
  --bg-paper: #f1eee5;
  --ink-0: #0b0b0c;
  --ink-1: #1a1a1e;
  --ink-2: #3d3d44;
  --ink-3: #8a8a92;
  --accent: #ff6a3d;
  --moss: #4f6f55;
  --line: #e3e1d9;
  --line-2: #d8d6cf;
  background: var(--bg);
  color: var(--ink-1);
  font-family: "Inter Tight", system-ui, sans-serif;
  line-height: 1.55;
}

html,
body {
  background: #f7f6f2;
}

.inbound-design-page--locations a {
  color: inherit;
  text-decoration: none;
}

.inbound-design-page--locations .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

body.inbound-design-page.inbound-design-page--locations .nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 246, 242, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

body.inbound-design-page.inbound-design-page--locations .nav {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 18px 0;
  flex-wrap: nowrap;
}

body.inbound-design-page.inbound-design-page--locations .nav .logo-link {
  flex: 0 0 auto;
  font-size: 34px;
}

body.inbound-design-page.inbound-design-page--locations .nav .links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  min-width: 0;
}

body.inbound-design-page.inbound-design-page--locations .nav .phone {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1.5px solid var(--ink-0);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-0);
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

body.inbound-design-page.inbound-design-page--locations .nav .phone:hover,
body.inbound-design-page.inbound-design-page--locations .nav .phone:focus {
  background: var(--ink-0);
  border-color: var(--ink-0);
  color: #fff;
}

body.inbound-design-page.inbound-design-page--locations .nav-breadcrumb {
  border-top: 1px solid var(--line);
}

.inbound-design-page--locations .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 96px) 0 clamp(42px, 6vw, 70px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 820px 420px at 86% 20%, rgba(255, 106, 61, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(247,246,242,0) 0%, var(--bg) 88%),
    repeating-linear-gradient(90deg, rgba(227,225,217,0.56) 0 1px, transparent 1px 96px),
    var(--bg-paper);
}

.inbound-design-page--locations .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
}

.inbound-design-page--locations .hero-title {
  max-width: 12ch;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--ink-0);
}

.inbound-design-page--locations .playbooks {
  padding: clamp(44px, 7vw, 82px) 0 clamp(64px, 8vw, 104px);
  border-bottom: 1px solid var(--line);
}

.inbound-design-page--locations .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.inbound-design-page--locations .card {
  position: relative;
  min-height: 286px;
  padding: 30px;
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 48px -38px rgba(11, 11, 12, 0.36);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.inbound-design-page--locations .card:hover,
.inbound-design-page--locations .card:focus-visible {
  background: var(--bg-2);
  border-color: var(--line-2);
  box-shadow: 0 24px 58px -34px rgba(11, 11, 12, 0.42);
  transform: translateY(-2px);
}

.inbound-design-page--locations .card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.inbound-design-page--locations .num {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  font-weight: 600;
}

.inbound-design-page--locations .ico {
  position: absolute;
  right: 26px;
  top: 26px;
  color: var(--moss);
  opacity: 0.9;
}

.inbound-design-page--locations .card h3 {
  margin: 24px 0 14px;
  max-width: 18ch;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 500;
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--ink-0);
  text-wrap: balance;
}

.inbound-design-page--locations .card h3 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}

.inbound-design-page--locations .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

.inbound-design-page--locations .tag {
  max-width: 100%;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  border: 1px solid var(--line-2);
  padding: 4px 8px;
  border-radius: 4px;
  overflow-wrap: anywhere;
}

.inbound-design-page--locations .more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: none;
  color: var(--ink-0);
  font-weight: 700;
  transition: color 150ms ease, gap 200ms ease;
}

.inbound-design-page--locations .card:hover .more,
.inbound-design-page--locations .card:focus-visible .more {
  color: var(--accent);
  gap: 14px;
}

.inbound-design-page--locations .arr {
  width: 14px;
  height: 10px;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  body.inbound-design-page.inbound-design-page--locations .nav {
    gap: 18px;
  }

  body.inbound-design-page.inbound-design-page--locations .nav .links {
    display: none;
  }

  body.inbound-design-page.inbound-design-page--locations .nav.is-open .links {
    display: flex;
  }

  .inbound-design-page--locations .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body.inbound-design-page.inbound-design-page--locations .nav {
    padding: 12px 0;
  }

  body.inbound-design-page.inbound-design-page--locations .nav .phone {
    display: none;
  }

  .inbound-design-page--locations .container {
    padding-inline: 22px;
  }

  .inbound-design-page--locations .hero {
    padding: 48px 0 40px;
  }

  .inbound-design-page--locations .hero-title {
    font-size: clamp(46px, 16vw, 68px);
  }

  .inbound-design-page--locations .playbooks {
    padding: 34px 0 70px;
  }

  .inbound-design-page--locations .cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .inbound-design-page--locations .card {
    min-height: 250px;
    padding: 26px;
  }

  .inbound-design-page--locations .ico {
    right: 24px;
    top: 24px;
  }
}
