:root {
  --ink: #050506;
  --ink-soft: #171719;
  --crimson: #b5121b;
  --crimson-dark: #8b0d14;
  --crimson-soft: #fff0f1;
  --shiba: #e08328;
  --shiba-dark: #c26a17;
  --shiba-soft: #fff2e2;
  --espresso: #2b201a;
  --espresso-soft: #3d2e25;
  --paper: #fdfbf6;
  --paper-soft: #f7f3ec;
  --line: #ebe5db;
  --muted: #61616b;
  --muted-dark: #b7b7c0;
  --shadow: 0 18px 45px rgba(5, 5, 6, 0.11);
  --shadow-soft: 0 14px 32px rgba(5, 5, 6, 0.08);
  --radius: 14px;
  --container: 1180px;
  --paw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='50' cy='72' rx='26' ry='19'/%3E%3Ccircle cx='17' cy='37' r='12'/%3E%3Ccircle cx='37' cy='20' r='12.5'/%3E%3Ccircle cx='63' cy='20' r='12.5'/%3E%3Ccircle cx='83' cy='37' r='12'/%3E%3C/svg%3E");
  --font-display: "Fredoka", Inter, ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 860px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #0a0a0a;
  border-bottom: 4px solid var(--crimson);
  box-shadow: 0 12px 30px rgba(5, 5, 6, 0.2);
}

.header-showcase {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(380px, 42%);
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f6 84%);
}

.header-showcase-left {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 14px 40px 16px max(26px, calc((100vw - var(--container)) / 2 + 20px));
}

.showcase-brand {
  width: fit-content;
  max-width: 100%;
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.showcase-brand img {
  width: auto;
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}

.showcase-copy {
  max-width: 560px;
  margin-left: 0;
}

.showcase-name {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.15;
}

.showcase-tagline {
  margin: 0;
  color: #505058;
  font-size: 0.9rem;
  line-height: 1.28;
  font-weight: 500;
}

.header-showcase-right {
  position: relative;
  display: grid;
  align-content: end;
  min-width: 0;
  padding: 20px max(22px, calc((100vw - var(--container)) / 2 + 12px)) 22px 36px;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 76% 32%, rgba(181, 18, 27, 0.25), transparent 18%),
    linear-gradient(135deg, #19191b 0%, #050506 68%);
}

.header-showcase-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.04) 38% 39%, transparent 39%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 46px);
  opacity: 0.5;
}

.header-swoosh {
  position: absolute;
  z-index: 2;
  top: -56px;
  bottom: -56px;
  left: calc(58% - 132px);
  width: 260px;
  pointer-events: none;
}

.header-swoosh::before,
.header-swoosh::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotate(9deg);
}

.header-swoosh::before {
  border-left: 28px solid rgba(224, 224, 226, 0.78);
  filter: drop-shadow(-22px 0 22px rgba(0, 0, 0, 0.08));
}

.header-swoosh::after {
  inset: 24px 28px 24px 34px;
  border-left: 20px solid var(--crimson);
  filter: drop-shadow(0 8px 16px rgba(181, 18, 27, 0.28));
}

.tech-map {
  position: absolute;
  inset: 10px 12px 54px 24px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 42% 44%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 27%, rgba(181, 18, 27, 0.95) 0 3px, transparent 5px),
    radial-gradient(circle at 48% 46%, rgba(181, 18, 27, 0.95) 0 3px, transparent 5px),
    radial-gradient(circle at 74% 56%, rgba(181, 18, 27, 0.95) 0 3px, transparent 5px),
    radial-gradient(circle at 34% 60%, rgba(181, 18, 27, 0.95) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1.5px);
  background-size: auto, auto, auto, auto, auto, 13px 13px;
}

.tech-map::before,
.tech-map::after {
  content: "";
  position: absolute;
  inset: 16% 12% 20% 20%;
  border-top: 1px solid rgba(181, 18, 27, 0.5);
  border-right: 1px solid rgba(181, 18, 27, 0.42);
  transform: skew(-16deg) rotate(7deg);
}

.tech-map::after {
  inset: 32% 24% 32% 14%;
  transform: skew(14deg) rotate(-10deg);
}

.map-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--crimson);
  box-shadow: 0 0 18px rgba(181, 18, 27, 0.95);
}

.node-one {
  top: 30%;
  left: 42%;
}

.node-two {
  top: 48%;
  left: 62%;
}

.node-three {
  top: 58%;
  left: 32%;
}

.node-four {
  top: 24%;
  left: 72%;
}

.header-service-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-service-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--paper);
  text-align: center;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
}

.header-service-item + .header-service-item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -4px;
  width: 1px;
  height: 34px;
  background: var(--crimson);
}

.header-service-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.header-service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-nav-shell {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 26px rgba(5, 5, 6, 0.08);
  backdrop-filter: blur(14px);
}

.header-nav-inner {
  position: relative;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.top-brand {
  width: clamp(286px, 28vw, 352px);
  flex: 0 1 clamp(286px, 28vw, 352px);
  display: block;
  color: var(--paper);
  line-height: 0;
  text-decoration: none;
}

.top-brand img {
  width: auto;
  max-width: 100%;
  height: 104px;
  object-fit: contain;
  object-position: left center;
  transition: transform 0.4s ease;
  transform-origin: 70% 85%;
}

.top-brand:hover img {
  animation: logo-wag 0.6s ease-in-out;
}

@keyframes logo-wag {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-4deg); }
  75% { transform: rotate(4deg); }
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.nav-link {
  position: relative;
  min-height: 94px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 4px;
  color: #f7f7f8;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 850;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 3px;
  background: var(--crimson);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: #ffffff;
  background: transparent;
}

.nav-link.is-active {
  color: var(--crimson);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.top-cta {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 10px 14px;
  font-size: 0.82rem;
  box-shadow: 0 10px 20px rgba(181, 18, 27, 0.22);
  text-transform: uppercase;
  white-space: nowrap;
}

.top-cta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-service-strip {
  position: relative;
  overflow: hidden;
  padding: 9px 0;
  background:
    radial-gradient(circle at 8% 100%, rgba(181, 18, 27, 0.18) 0 2px, transparent 2.5px),
    radial-gradient(circle at 92% 100%, rgba(181, 18, 27, 0.18) 0 2px, transparent 2.5px),
    linear-gradient(180deg, #fff8f8 0%, #fff0f1 100%);
  background-size: 14px 14px, 14px 14px, auto;
}

.header-service-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--crimson);
}

.header-service-strip-inner svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-service-strip-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  color: var(--crimson);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.header-service-strip-text span + span::before {
  content: "•";
  margin-right: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  color: var(--paper);
  background: var(--crimson);
  border: 1px solid var(--crimson);
  border-radius: var(--radius);
  box-shadow: 0 12px 22px rgba(165, 15, 24, 0.24);
  font-weight: 850;
  text-decoration: none;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--crimson-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(165, 15, 24, 0.3);
}

.button-secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--crimson);
  background: var(--paper);
  border-color: rgba(165, 15, 24, 0.35);
  box-shadow: var(--shadow-soft);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
  box-shadow: none;
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--crimson);
  background: var(--paper);
}

.button-small {
  min-height: 42px;
  padding: 11px 14px;
  font-size: 0.9rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--paper);
}

.hero-main {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-photo-wrap {
  position: relative;
  justify-self: stretch;
  width: 100%;
  max-width: 680px;
  margin: 0 0 18px;
}

.hero-developer-photo {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 4%, black 26%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 4%, black 26%);
}

.hero-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 52px;
  align-items: center;
}

.hero-main-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 68%;
  left: 34%;
  width: 480px;
  height: 480px;
  background-color: var(--crimson);
  opacity: 0.16;
  -webkit-mask-image: var(--paw-icon);
  mask-image: var(--paw-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(-12deg);
  pointer-events: none;
}

.hero-copy {
  min-width: 0;
  padding: 28px 0;
  transform: translateY(-48px);
}

.hero-copy h1 {
  max-width: 620px;
  font-size: 3.15rem;
  line-height: 1.04;
}

.hero-copy h1 span {
  display: block;
  color: var(--crimson);
}

.hero-kicker {
  margin: 16px 0 0;
  color: #34343b;
  font-size: 1.35rem;
  line-height: 1.3;
}

.hero-kicker::before {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--crimson);
}

.hero-map-panel {
  position: relative;
  align-self: start;
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: 0 0 34px;
}

.hero-map {
  position: absolute;
  inset: 4px 0 92px 0;
  opacity: 0.84;
  background:
    radial-gradient(circle at 74% 31%, rgba(181, 18, 27, 0.9) 0 4px, transparent 6px),
    radial-gradient(circle at 55% 40%, rgba(181, 18, 27, 0.82) 0 4px, transparent 6px),
    radial-gradient(circle at 37% 33%, rgba(181, 18, 27, 0.7) 0 3px, transparent 5px),
    radial-gradient(circle at 44% 66%, rgba(181, 18, 27, 0.82) 0 4px, transparent 6px),
    radial-gradient(circle, rgba(0, 0, 0, 0.21) 1px, transparent 1.5px);
  background-size: auto, auto, auto, auto, 10px 10px;
  mask-image: radial-gradient(ellipse at center, #000 0 64%, transparent 78%);
}

.hero-map::before,
.hero-map::after {
  content: "";
  position: absolute;
  inset: 18% 3% 16% 10%;
  border-top: 1px solid rgba(181, 18, 27, 0.25);
  border-right: 1px solid rgba(181, 18, 27, 0.22);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.hero-map::after {
  inset: 28% 16% 26% 4%;
  transform: rotate(16deg);
}

.hero-mascot {
  position: absolute;
  z-index: 0;
  right: 6%;
  top: -18px;
  width: 34%;
  max-width: 190px;
  height: auto;
  opacity: 0.9;
  animation: hero-mascot-float 6s ease-in-out infinite;
}

@keyframes hero-mascot-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.hero-mascot-photo {
  position: relative;
  z-index: 2;
  width: 190px;
  margin: 36px 0 0;
  padding: 10px 10px 40px;
  background: var(--paper);
  border-radius: 10px;
  box-shadow: var(--shadow);
  transform: rotate(-6deg);
  transition: transform 0.25s ease;
}

.hero-mascot-photo:hover {
  transform: rotate(0deg) scale(1.05);
}

.hero-mascot-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 4px;
}

.hero-mascot-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: grid;
  justify-items: center;
  gap: 1px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
}

.hero-mascot-photo figcaption span {
  font-family: Inter, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--shiba-dark);
}

.hero-service-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: -80px 0 0;
  padding: 0;
  list-style: none;
}

.hero-service-item {
  position: relative;
  min-width: 0;
}

.hero-service-link {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 100%;
  color: #19191d;
  text-align: center;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1.3;
  cursor: pointer;
}

.hero-service-link:hover .hero-service-icon,
.hero-service-link:focus-visible .hero-service-icon {
  color: var(--paper);
  background: var(--crimson);
  border-color: var(--crimson);
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 14px 24px rgba(181, 18, 27, 0.35);
}

.hero-service-item:nth-child(even) .hero-service-link:hover .hero-service-icon,
.hero-service-item:nth-child(even) .hero-service-link:focus-visible .hero-service-icon {
  background: var(--shiba);
  border-color: var(--shiba);
  box-shadow: 0 14px 24px rgba(224, 131, 40, 0.35);
}

.hero-service-link span:last-child {
  transition: color 0.25s ease;
}

.hero-service-link:hover span:last-child,
.hero-service-link:focus-visible span:last-child {
  color: var(--crimson);
}

.hero-service-item + .hero-service-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -9px;
  width: 1px;
  height: 48px;
  background: rgba(0, 0, 0, 0.22);
}

.hero-service-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1.5px solid var(--crimson);
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hero-service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-service-item:nth-child(even) .hero-service-icon {
  border-color: var(--shiba);
}

.hero-service-strip {
  padding: 34px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(5, 5, 6, 0.06);
}

.hero-service-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.hero-strip-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.hero-strip-icon {
  color: var(--crimson);
}

.hero-strip-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-strip-card strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-strip-card small {
  display: block;
  margin-top: 6px;
  color: #4f4f57;
  font-size: 0.88rem;
  line-height: 1.45;
}

.eyebrow,
.card-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: var(--crimson);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.card-eyebrow::before {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  background-color: var(--crimson);
  -webkit-mask-image: var(--paw-icon);
  mask-image: var(--paw-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.heading-invert .eyebrow::before,
.section-dark .eyebrow::before {
  background-color: var(--shiba);
}

.cta-inner .eyebrow::before {
  background-color: #ffd7da;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-weight: 600;
}

h1 {
  max-width: 980px;
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.35rem;
}

.hero-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #44444d;
  font-size: 1.24rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 44px 0 0;
}

.hero-proof div {
  padding-left: 16px;
  border-left: 3px solid var(--crimson);
}

.hero-proof dt {
  font-weight: 900;
}

.hero-proof dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.hero-intro-panel {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.signal-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signal-panel {
  min-height: 154px;
  padding: 16px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(5, 5, 6, 0.12);
}

.signal-panel span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 12px;
  color: var(--paper);
  background: var(--crimson);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.signal-panel strong {
  display: block;
  font-size: 1.1rem;
}

.signal-panel p {
  margin: 6px 0 0;
  color: var(--muted-dark);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section,
.page-hero {
  padding: 94px 0;
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(165, 15, 24, 0.08), transparent 42%),
    var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.page-hero-dark {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(165, 15, 24, 0.5), transparent 42%),
    var(--ink);
  border-bottom: 0;
}

.page-hero-dark p {
  color: var(--muted-dark);
}

.section-muted {
  background: var(--paper-soft);
}

.section-dark {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(224, 131, 40, 0.22), transparent 40%),
    linear-gradient(135deg, rgba(165, 15, 24, 0.32), transparent 34%),
    var(--espresso);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.heading-invert p:not(.eyebrow),
.section-dark .section-heading p:not(.eyebrow) {
  color: var(--muted-dark);
}

.service-grid,
.case-grid,
.testimonial-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.case-card,
.testimonial-card,
.process-step {
  border-radius: var(--radius);
}

.service-card,
.case-card,
.testimonial-card {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.service-card,
.case-card {
  padding: 28px;
}

.service-card p:not(.card-eyebrow),
.case-card p:not(.card-eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-card ul,
.case-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.case-card li {
  position: relative;
  padding-left: 24px;
  color: #303036;
  font-weight: 750;
}

.service-card li::before,
.case-card li::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: var(--crimson);
  -webkit-mask-image: var(--paw-icon);
  mask-image: var(--paw-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-card li:nth-child(even)::before,
.case-card li:nth-child(even)::before {
  background-color: var(--shiba);
  transform: rotate(-14deg);
}

.service-card li:nth-child(odd)::before,
.case-card li:nth-child(odd)::before {
  transform: rotate(10deg);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-step span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #ffb7bd;
  font-size: 0.86rem;
  font-weight: 950;
}

.process-step p {
  margin: 14px 0 0;
  color: var(--muted-dark);
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card-large h2 {
  font-size: 1.85rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  margin: 0;
  padding: 30px;
}

.testimonial-card blockquote {
  margin: 0;
  color: #26262d;
  font-size: 1.06rem;
  font-weight: 720;
}

.testimonial-card figcaption {
  margin-top: 22px;
  color: var(--crimson);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  color: var(--paper);
  background: var(--crimson);
}

.cta-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -20px -20px auto auto;
  width: 260px;
  height: 140px;
  opacity: 0.16;
  background-color: var(--paper);
  -webkit-mask-image:
    var(--paw-icon), var(--paw-icon), var(--paw-icon), var(--paw-icon);
  mask-image:
    var(--paw-icon), var(--paw-icon), var(--paw-icon), var(--paw-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 46px 46px;
  mask-size: 46px 46px;
  -webkit-mask-position: 0 90px, 60px 45px, 130px 10px, 200px 60px;
  mask-position: 0 90px, 60px 45px, 130px 10px, 200px 60px;
  transform: rotate(18deg);
}

.cta-inner {
  position: relative;
  z-index: 1;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.cta-inner .eyebrow {
  color: #ffd7da;
}

.cta-inner p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: #ffe8ea;
  font-size: 1.05rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 118px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--crimson);
  border-radius: 50%;
  flex: 0 0 auto;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
}

.contact-section {
  background: var(--paper-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 46px;
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-highlights span {
  padding: 9px 12px;
  color: var(--crimson);
  background: var(--paper);
  border: 1px solid rgba(165, 15, 24, 0.22);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 850;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.form-row label {
  color: #25252b;
  font-size: 0.9rem;
  font-weight: 850;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #d6d6dc;
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--crimson);
  box-shadow: 0 0 0 4px rgba(165, 15, 24, 0.12);
}

.contact-form .button {
  justify-self: start;
}

.form-note {
  align-self: center;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  color: var(--paper);
  background: #0a0a0a;
  border-top: 4px solid var(--crimson);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr);
  gap: 44px;
  padding: 62px 0 40px;
}

.footer-brand {
  display: grid;
  justify-items: center;
}

.brand-footer {
  align-items: center;
  gap: 18px;
  color: var(--paper);
}

.footer-logo-link {
  position: relative;
  width: min(280px, 72vw);
  aspect-ratio: 640 / 588;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  isolation: isolate;
}

.footer-logo-link::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 68%);
  filter: blur(8px);
}

.footer-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.18));
}

.brand-footer img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  background: transparent;
}

.brand-footer strong {
  max-width: 260px;
  font-size: 1.18rem;
  line-height: 1.15;
}

.brand-footer small,
.footer-brand p,
.footer-list a,
.footer-bottom {
  color: var(--muted-dark);
}

.footer-brand p {
  max-width: 430px;
  margin: 14px auto 0;
  text-align: center;
}

.footer-woof {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px !important;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--shiba) !important;
}

.footer-woof::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--shiba);
  -webkit-mask-image: var(--paw-icon);
  mask-image: var(--paw-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.footer-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a {
  text-decoration: none;
}

.footer-list a:hover,
.footer-list a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--paper);
  font-weight: 850;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1320px) {
  .hero-proof {
    display: none;
  }
}

@media (max-width: 1180px) {
  .top-brand {
    width: 300px;
    flex-basis: 300px;
  }

  .top-brand img {
    height: 70px;
  }

  .primary-nav {
    gap: 6px;
  }

  .nav-link {
    font-size: 0.68rem;
    padding-inline: 3px;
  }

  .top-cta {
    display: none;
  }
}

@media (max-width: 1060px) {
  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .header-showcase {
    grid-template-columns: 1fr;
  }

  .header-showcase-left {
    padding: 32px 28px 28px;
  }

  .showcase-brand {
    width: fit-content;
  }

  .showcase-brand img {
    height: 210px;
  }

  .showcase-copy {
    margin-left: 0;
  }

  .header-swoosh {
    display: none;
  }

  .header-showcase-right {
    min-height: 260px;
    padding: 34px 28px 38px;
  }

  .header-service-list {
    grid-template-columns: repeat(5, minmax(80px, 1fr));
  }

  .header-service-icon {
    width: 54px;
    height: 54px;
  }

  .header-service-icon svg {
    width: 29px;
    height: 29px;
  }

  .hero-intro-grid,
  .contact-layout,
  .faq-layout,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .case-grid,
  .case-grid-large,
  .testimonial-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-heading {
    position: static;
  }

  .cta-inner {
    justify-items: start;
  }

  .header-nav-inner {
    min-height: 86px;
  }

  .top-brand {
    width: 270px;
    flex-basis: 270px;
  }

  .top-brand img {
    height: 64px;
  }

  .primary-nav {
    gap: 8px;
  }

  .nav-link {
    min-height: 86px;
    font-size: 0.68rem;
    padding-inline: 3px;
  }

  .top-cta {
    display: none;
  }

  .hero-main {
    min-height: 0;
    padding: 52px 0 0;
  }

  .hero-main-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    padding: 0;
    transform: none;
  }

  .hero-map-panel {
    min-height: 300px;
    padding: 44px 0 30px;
  }

  .hero-service-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .brand-footer img {
    width: 96px;
    height: 96px;
  }

  .footer-logo-link {
    width: min(240px, 72vw);
  }

  .showcase-tagline {
    font-size: 1.04rem;
  }

  .header-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .header-service-item + .header-service-item::before {
    display: none;
  }

  .header-nav-inner {
    min-height: 84px;
    justify-content: flex-end;
  }

  .top-brand {
    width: 310px;
    flex-basis: auto;
    margin-right: auto;
  }

  .top-brand img {
    height: 72px;
  }

  .top-cta {
    display: none;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    background: #111114;
    cursor: pointer;
  }

  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    width: 20px;
    height: 2px;
    display: block;
    background: var(--paper);
    content: "";
  }

  .nav-toggle-lines {
    position: relative;
  }

  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    position: absolute;
    left: 0;
  }

  .nav-toggle-lines::before {
    top: -7px;
  }

  .nav-toggle-lines::after {
    top: 7px;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    background: #0b0b0d;
    border: 1px solid rgba(181, 18, 27, 0.35);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav .button {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: 2.55rem;
  }

  .hero-kicker {
    font-size: 1.12rem;
  }

  .hero-map-panel {
    min-height: 280px;
  }

  .hero-service-list {
    grid-template-columns: repeat(5, minmax(96px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero-service-item + .hero-service-item::before {
    display: none;
  }

  .hero,
  .section,
  .page-hero {
    padding: 58px 0;
  }

  .hero-proof,
  .service-grid,
  .case-grid,
  .case-grid-large,
  .testimonial-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 30px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-note {
    grid-column: 1 / -1;
  }

  .signal-panel {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  h1 {
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  h3 {
    font-size: 1.18rem;
  }

  .hero {
    padding: 42px 0 38px;
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 1rem;
  }

  .header-showcase-left {
    padding: 24px 20px 20px;
  }

  .showcase-brand img {
    height: 148px;
  }

  .showcase-name {
    font-size: 1.06rem;
  }

  .showcase-tagline {
    font-size: 0.98rem;
  }

  .header-showcase-right {
    min-height: 0;
    padding: 22px 20px 26px;
  }

  .header-service-list {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .header-service-icon {
    width: 46px;
    height: 46px;
  }

  .header-service-icon svg {
    width: 25px;
    height: 25px;
  }

  .header-service-item {
    flex: 0 0 116px;
    font-size: 0.78rem;
    scroll-snap-align: start;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .header-service-strip {
    padding: 16px 0;
  }

  .header-service-strip-inner {
    align-items: center;
    gap: 16px;
  }

  .header-service-strip-text {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px 18px;
    font-size: 1rem;
    overflow-x: auto;
    white-space: nowrap;
  }

  .header-service-strip-text span + span::before {
    margin-right: 18px;
  }

  .top-brand {
    width: 230px;
  }

  .top-brand img {
    height: 56px;
  }

  .hero-main {
    padding-top: 30px;
  }

  .hero-copy h1 {
    font-size: 2.1rem;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-map-panel {
    min-height: 210px;
    padding: 24px 0 20px;
  }

  .hero-service-icon {
    width: 60px;
    height: 60px;
  }

  .hero-service-icon svg {
    width: 32px;
    height: 32px;
  }

  .hero-service-strip {
    padding: 22px 0;
  }

  .hero-service-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hero-strip-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-strip-icon svg {
    width: 38px;
    height: 38px;
  }

  .hero-strip-card strong {
    font-size: 0.86rem;
  }

  .hero-strip-card small {
    font-size: 0.78rem;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .service-card,
  .case-card,
  .testimonial-card,
  .process-step,
  .contact-form {
    padding: 22px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
