/* ============================================
   友林旅游网站 - ハイヤーサービス (Figma 0:3083)
   静态页 1:1 还原（PC/移动自适应）
   ============================================ */

.page-hire-service-figma {
  background: #ffffff;
}

.page-hire-service-figma .top-bar {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding: 10px 0;
}

/* =========================
   Header (Figma)
   ========================= */
.hs-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.hs-header-inner {
  background: linear-gradient(90deg, #ffe2cf 10.182%, #fb5f00 64.509%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 20px 0;
}

.hs-logo img {
  width: 101px;
  height: 59px;
  object-fit: cover;
  display: block;
}

/* 搜索条与全站 header.css 统一；按钮由 header.css 统一 */
.hs-search {
  width: 640px;
  min-height: 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.hs-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 10px 16px;
  font-size: 14px;
  font-family: inherit;
  align-self: center;
}

.hs-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.hs-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  white-space: nowrap;
}

.hs-phone img {
  width: 16px;
  height: 16px;
}

.hs-btn {
  width: 121px;
  height: 31px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.hs-btn-dark {
  background: #000;
}

.hs-btn-dark:hover {
  background: #222;
  color: #fff;
}

.hs-nav {
  background: #fff;
  border-bottom: 0.667px solid #ddd;
  display: flex;
  justify-content: center;
}

.hs-nav-list {
  width: 940px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hs-nav-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 57px;
  padding: 18px 0 13px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  border-bottom: 4.667px solid #fff;
}

.hs-nav-list a.is-active {
  border-bottom-color: #fb5f00;
}

.hs-nav-caret {
  width: 18px;
  height: 18px;
  display: block;
}

.hs-lang {
  width: 78px;
  justify-content: center;
  padding: 18px 5px 13px;
}

.hs-lang-caret {
  width: 11px;
  height: 11px;
}

/* =========================
   Hero
   ========================= */
.hs-hero {
  position: relative;
  height: 418px;
  overflow: hidden;
}

.hs-hero-bg {
  position: absolute;
  inset: 0;
  
  background-size: cover;
  background-position: 50% 50%;
}

.hs-hero-copy {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  color: #fff;
  text-shadow: 0 0 8px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hs-hero-copy h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44.8px;
  line-height: 64px;
  letter-spacing: 4.8px;
  margin-bottom: 18px;
}

.hs-hero-copy p {
  font-family: "Noto Serif JP", serif;
  font-size: 19.2px;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin: 0;
}

.hs-hero-copy p + p { margin-top: 6px; }

/* =========================
   Sections
   ========================= */
.hs-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px 80px 0;
}

.hs-section-head {
  text-align: center;
}

.hs-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 105.59px;
  border-top: 1px solid #fb5f00;
  border-bottom: 1px solid #fb5f00;
  color: #fb5f00;
  margin: 0 auto;
}

.hs-section-kicker span {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 12.8px;
  letter-spacing: 3.2px;
  line-height: 28px;
}

.hs-section h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28.8px;
  line-height: 41.6px;
  letter-spacing: 1.6px;
  color: #fb5f00;
  margin: 32px 0 22px;
}

.hs-section-head p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 17.6px;
  line-height: 38.4px;
  letter-spacing: 1.6px;
  color: #3c3c3c;
  margin: 0 0 36px;
}

.hs-card-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hs-card-nav {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fb5f00;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 40px;
  padding: 0;
}

.hs-card-nav--prev { transform: translateX(-1px); }
.hs-card-nav--next { transform: translateX(1px); }

.hs-card-nav[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.hs-card-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 23px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1 1 auto;
  min-width: 0;
}

.hs-card-grid::-webkit-scrollbar {
  display: none;
}

.hs-card {
  flex: 0 0 305px;
  width: 305px;
  max-width: 305px;
  scroll-snap-align: start;
  height: 405px;
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.hs-card-img {
  margin: 15px 15px 0;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

.hs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-card-title {
  margin: 12px 14px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 38.4px;
  letter-spacing: 1.6px;
  color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-card-price {
  margin: 0 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17.6px;
  line-height: 38.4px;
  letter-spacing: 1.6px;
  color: #fb5f00;
}

/* =========================
   Tabs (pill)
   ========================= */
.hs-tabs {
  max-width: 1440px;
  margin: 40px auto 0;
  padding: 0 80px;
}

.hs-tabs-shell {
  width: 966px;
  height: 122px;
  margin: 0 auto;
  background: #fff;
  border-radius: 99px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
}

.hs-tab {
  height: 101px;
  display: grid;
  grid-template-rows: 60px 1fr;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  color: #070707;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3.2px;
  position: relative;
}

.hs-tab img {
  width: 60px;
  height: 60px;
  display: block;
}

.hs-tab-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hs-tab span {
  line-height: 28px;
  margin-top: 2px;
}

.hs-tab.is-active {
  background: #fb5f00;
  color: #fff;
  border-radius: 99px;
  margin: 0 0 0 0;
}

/* =========================
   Car list (desktop)
   ========================= */
.hs-carlist {
  background: #f6f6f6;
  padding: 80px 0 68px;
}

.hs-carlist .hs-carcard {
  width: 966px;
  margin: 0 auto 33px;
  background: #fff;
  border-radius: 10px;
  height: 339px;
  display: grid;
  grid-template-columns: 277.5px 1fr 240px;
  gap: 0;
  align-items: center;
}

.hs-carcard-img {
  padding: 20px;
}

.hs-carcard-img img {
  width: 237.5px;
  height: 299px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.hs-carcard-main {
  padding: 0 20px 0 0;
  align-self: start;
  padding-top: 28px;
}

.hs-carcard-main h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
  margin: 0 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-carcard-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #737373;
  margin-bottom: 12px;
  white-space: nowrap;
}

.hs-carcard-tags {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hs-carcard-tags span {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #737373;
}

.hs-carcard-spec {
  height: 43px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 42px;
  color: #333;
}

.hs-spec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hs-spec img {
  width: 24px;
  height: 24px;
  display: block;
}

.hs-spec span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22.5px;
}

.hs-carcard-side {
  padding: 0 26px 0 0;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.hs-carcard-price {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 28.8px;
  color: #c40000;
  letter-spacing: 0;
}

.hs-carcard-btn {
  width: 112px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hs-carcard-btn:hover {
  background: rgba(0,0,0,0.04);
  color: #000;
}

/* =========================
   Contact banner
   ========================= */
.hs-contact-banner {
  position: relative;
  height: 353px;
  overflow: hidden;
}

.hs-contact-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url("https://www.figma.com/api/mcp/asset/95206b77-1942-4ab4-97c7-809326046fc3");
  background-size: cover;
  background-position: 50% 50%;
}

.hs-contact-content {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hs-contact-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #1c1c1c;
  margin: 0 0 16px;
}

.hs-contact-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.6px;
  color: #000;
  margin: 0 0 20px;
  max-width: 761px;
}

.hs-contact-btn {
  width: 328px;
  height: 67px;
  border-radius: 99px;
  background: #fb5f00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.hs-contact-btn img {
  width: 11px;
  height: 11px;
  display: block;
  transform: rotate(90deg);
}

.hs-contact-btn:hover {
  background: #e55500;
  color: #fff;
}

/* =========================
   Footer color override (Figma)
   ========================= */
.hs-footer.footer {
  background: #ffe2cf;
  color: #000;
}

.hs-footer .footer-col h4,
.hs-footer .footer-col ul li a,
.hs-footer .footer-address,
.hs-footer .footer-contact p,
.hs-footer .footer-qr-item span {
  color: #000;
}

.hs-footer .footer-bottom {
  background: #fb5f00;
}

.hs-footer .footer-bottom-links a,
.hs-footer .footer-copyright {
  color: #fff;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1440px) {
  .hs-section { padding-left: 40px; padding-right: 40px; }
  .hs-hero-copy { padding-left: 40px; padding-right: 40px; }
  .hs-contact-content { padding-left: 40px; padding-right: 40px; }
}

@media (max-width: 1200px) {
  .hs-header-inner { padding-left: 20px; padding-right: 20px; justify-content: space-between; }
  .hs-search { width: 520px; }
  .hs-nav-list { width: calc(100% - 40px); gap: 14px; justify-content: space-between; }

  /*.hs-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }*/
  .hs-card { height: auto; }
  .hs-card-img { height: 220px; }
}

@media (max-width: 992px) {
  .hs-search { width: 360px; }
  .hs-tabs-shell { width: 100%; }
  .hs-carlist .hs-carcard {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 18px;
  }
  .hs-carcard-img img { width: 100%; height: 220px; }
  .hs-carcard-main { padding: 0 20px; }
  .hs-carcard-side { padding: 0 20px; align-items: flex-start; justify-self: start; }
  .hs-carcard-tags span { font-size: 14px; }
}

@media (max-width: 768px) {
  .hs-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
  }
  .hs-search { width: 100%; }
  .hs-actions { justify-content: center; flex-wrap: wrap; }
  .hs-nav { display: none; }

  .hs-hero-copy { padding: 0 16px; }
  .hs-hero-copy h1 { font-size: 30px; line-height: 44px; letter-spacing: 2px; }
  .hs-hero-copy p { font-size: 14px; line-height: 24px; }

  .hs-section { padding: 54px 16px 0; }
  .hs-section h2 { font-size: 24px; }
  .hs-section-head p { font-size: 14px; line-height: 28px; }
    .hs-card-slider { gap: 8px; }
  .hs-card-nav {
    width: 34px;
    height: 34px;
    font-size: 22px;
    flex-basis: 34px;
  }
  .hs-card-grid {
    gap: 16px;
    scroll-snap-type: x mandatory;
  }
  .hs-card {
    flex: 0 0 min(280px, calc(100vw - 48px));
    width: min(280px, calc(100vw - 48px));
    max-width: min(280px, calc(100vw - 48px));
  }

  .hs-tabs { padding: 0 16px; }
  .hs-tabs-shell { height: auto; padding: 10px 0; border-radius: 26px; }
  .hs-tab { height: 92px; font-size: 14px; letter-spacing: 2px; }
  .hs-tab img { width: 44px; height: 44px; }

  .hs-contact-content { padding: 0 16px; }
  .hs-contact-content h2 { font-size: 24px; }
  .hs-contact-btn { width: 100%; max-width: 328px; }
}

