*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100%;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 32px 24px;
}
.home-logo__pin {
  width: clamp(90px, 22vw, 150px);
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.home-logo__brand {
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: clamp(2.8rem, 9vw, 5.4rem);
  font-weight: 800;
  display: inline-flex;
  align-items: baseline;
  user-select: none;
}
.home-logo__th    { color: #f47c20; }
.home-logo__point { color: #2d2a4a; }
.home-logo__tagline {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.65rem, 2vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2d2a4a;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-logo__tagline-line {
  flex: 1;
  height: 1.5px;
  background: currentColor;
  opacity: 0.4;
  min-width: 20px;
}
.home-logo__services {
  margin-top: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 6vw, 48px);
}
.home-logo__sep {
  width: 1px;
  height: 54px;
  background: #d1d5db;
  align-self: center;
}
.home-logo__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 58px;
}
.home-logo__service-icon {
  width: clamp(38px, 8vw, 54px);
  height: clamp(38px, 8vw, 54px);
}
.home-logo__service-label {
  font-size: clamp(0.62rem, 1.8vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2a4a;
}
