@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@300;400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Anuphan', sans-serif;
  color: #111827;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }

.header{
  padding: 0 5%;
}
/* Hero */
.hero { background: #fff;  padding: 80px 5% 96px; }
.hero-inner {
  max-width: 1400px;
  margin: 0 auto;

}
.hero-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 32px;
  transition: color 0.2s;
}
.hero-back:hover { color: #4b5563; }
.hero-back svg { width: 16px; height: 16px; }
.hero h1 {
  font-size: 3.75rem;
  font-weight: 500;
  color: #111827;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero-desc {
  font-size: 1.25rem;
  color: #6b7280;
  font-weight: 400;
  max-width: 672px;
  line-height: 1.625;
  margin-bottom: 40px;
}
.stats-row {
  display: flex;
  align-items: center;
  gap: 48px;
}
.stat-value {
  font-size: 1.875rem;
  font-weight: 600;
  color: #111827;
}
.stat-label {
  font-size: 14px;
  color: #9ca3af;
  margin-top: 2px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: #e5e7eb;
}

.divider { border-top: 1px solid #f3f4f6; }

/* Jobs */
.jobs-section { background: #fff; padding: 80px 5%; }
.jobs-inner { max-width: 1400px; margin: 0 auto; }
.jobs-header {
  display: contents;
  align-items: flex-end; 
  margin-bottom: 32px;
}
.jobs-title { font-size: 1.5rem; font-weight: 600; color: #111827; }
.jobs-count { font-size: 14px; color: #9ca3af; }
/* .jobs-list {
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  overflow: hidden;
}
.job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  transition: background 0.2s;
}
.job-item:hover { background: rgba(249,250,251,0.6); }
.job-item + .job-item { border-top: 1px solid #f3f4f6; }
.job-info { flex: 1; min-width: 0; }
.job-title { font-size: 1rem; font-weight: 500; color: #111827; line-height: 1.4; }
.job-hotel { font-size: 14px; color: #9ca3af; margin-top: 2px; }
.job-meta { display: flex; align-items: center; gap: 16px; font-size: 14px; }
.job-dept {
  font-size: 12px; color: #9ca3af;
  padding: 4px 10px; border-radius: 9999px;
  background: #f9fafb; border: 1px solid #f3f4f6;
}
.job-salary { color: #6b7280; }
.job-type { font-size: 12px; color: #9ca3af; }
.job-arrow { width: 16px; height: 16px; color: #d1d5db; }
.jobs-more { margin-top: 32px; text-align: center; }
.jobs-more a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: #111827; transition: color 0.2s;
}
.jobs-more a:hover { color: #4b5563; }
.jobs-more svg { width: 16px; height: 16px; } */
/* ======== Positions ======== */
.positions {
  padding: 6rem 0 8rem;
  background: rgba(240,244,247,0.2);
  /* padding: 0 5%; */
}
.job-list {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin-top: 16px;
}
.job-item {
  display: block;
  padding: 3rem 1.5rem;
  margin: 0 -1.5rem;
  border-top: 1px solid rgba(210,215,220,0.3);
}
.job-item:first-child { border-top: none; }
.job-item .job-left {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1;
}
.job-item > .job-left,
.job-item > .job-right {
  /* handled by inner flex */
}
.job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.job-logo {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  flex-shrink: 0;
}
.job-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.job-info { flex: 1; min-width: 0; }
.job-title {
  font-weight: 500;
  color: #303030;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.jobs-more.btn-load-more {
    display: flex;
    justify-content: center;
    padding: 16px;
    background-color: #098ae7;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 16px;
}
.job-title-hero { font-size: 1.25rem; }
.job-hotel {
  color: #303030;
  font-size: 15px;
  margin-bottom: 0.75rem;
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.8125rem;
  color: rgba(122,122,115,0.7);
}
.job-meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 14px;
  color: #505050;
}
.job-type-badge {
  padding: 0.125rem 0.5rem;
  background: rgba(240,244,247,0.5);
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
.job-view {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #7A7A73;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.positions-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Area Info */
.area-info { background: rgba(249,250,251,0.6); padding: 80px 0; }
.area-info-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
.area-about h2 { font-size: 1.5rem; font-weight: 600; color: #111827; margin-bottom: 24px; }
.area-about-text { color: #6b7280; font-size: 0.9375rem; line-height: 1.85; }
.area-about-text p { margin-bottom: 16px; }
.area-about-text p:last-child { margin-bottom: 0; }
.keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.keyword {
  font-size: 13px; padding: 6px 12px; border-radius: 9999px;
  background: #fff; border: 1px solid #e5e7eb; color: #525761;
}

/* Related */
.related-section { background: #fff; padding: 80px 0; }
.related-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
.related-title { font-size: 1.5rem; font-weight: 600; color: #111827; margin-bottom: 32px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-radius: 12px;
  border: 1px solid #f3f4f6; transition: all 0.2s;
}
.related-card:hover { border-color: #e5e7eb; background: rgba(249,250,251,0.5); }
.related-card h3 { font-size: 16px; font-weight: 500; color: #111827; }
.related-card p { font-size: 13px; color: #9ca3af; margin-top: 6px; }
.related-card svg { width: 16px; height: 16px; color: #d1d5db; transition: all 0.2s; }
.related-card:hover svg { color: #6b7280; transform: translateX(2px); }

/* Back */
.back-section { border-top: 1px solid #f3f4f6; background: #fff; padding: 32px 0; }
.back-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; text-align: center; }
.back-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: #9ca3af; transition: color 0.2s;
}
.back-link:hover { color: #4b5563; }
.back-link svg { width: 16px; height: 16px; }

/* Responsive */
@media (max-width: 1200px) {
  /* .hero-inner { padding: 48px 5% 64px; } */
  .job-view { display: none;}
  .hero h1 { font-size: 2.25rem; }
  .hero-desc { font-size: 1.125rem; }
  .stat-value { font-size: 1.5rem; }
  .stats-row { gap: 32px; }
  .job-item .job-left{ display: block;}
  .job-logo{ width: 6rem; height: 6rem;}
  .job-item { flex-direction: column; align-items: flex-start; padding: 20px; }
  .job-info { margin-bottom: 8px; }
  .job-title { font-size: 1.25rem; }
  .job-arrow { display: none; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-section, .area-info, .related-section { padding: 48px 5%; }
}
@media (max-width: 640px) {
  .related-grid { grid-template-columns: 1fr; }
}
