/* ============================================================
   Tamosa Group - Template Multi-Halaman (v2)
   Radius system (dokumentasi):
   - Buttons, chips, inputs teks & select : pill (999px)
   - Cards, gambar, panel, textarea       : 16px
   Satu aksen: chili red. Netral hangat stone. Tema terang tunggal.
   ============================================================ */

:root {
  --bg: #fdfcfa;
  --surface: #f5f4f1;
  --ink: #191614;
  --muted: #5d574f;
  --line: #e8e5e0;
  --accent: #c62a12;
  --accent-strong: #a32009;
  --accent-soft: rgba(198, 42, 18, 0.12);
  --dark: #1b1815;
  --cream: #f7f4ef;
  --danger: #b3261e;
  --r-pill: 999px;
  --r-card: 16px;
  --shadow: 0 16px 40px rgba(25, 22, 20, 0.12);
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --header-h: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, p, ul, ol, dl, dd, figure {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
}

button {
  font-family: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

::selection {
  background: var(--accent);
  color: #fff;
}

.container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 24px;
}

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

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 100;
  padding: 10px 18px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-pill);
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.accent {
  color: var(--accent);
}

/* ============ Buttons ============ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-strong);
}

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.btn-ghost:hover {
  border-color: var(--ink);
}

.btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

.btn-ghost-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-invert {
  background: #fff;
  color: var(--ink);
}

.btn-invert:hover {
  background: var(--cream);
}

.btn-sm {
  padding: 10px 18px;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 17px 34px;
  font-size: 1rem;
}

.btn-full {
  width: 100%;
}

/* ============ Header ============ */

.header-sentinel {
  height: 1px;
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 60;
  background: rgba(253, 252, 250, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(25, 22, 20, 0.07);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--header-h);
}

.logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo span {
  color: var(--accent);
}

.main-nav {
  display: flex;
  gap: 2px;
}

.main-nav a {
  padding: 10px 13px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.main-nav a:hover {
  background: var(--surface);
}

.main-nav a.active {
  background: var(--ink);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.45rem;
  cursor: pointer;
  place-items: center;
}

.nav-toggle .icon-close {
  display: none;
}

body.nav-open .nav-toggle .icon-open {
  display: none;
}

body.nav-open .nav-toggle .icon-close {
  display: block;
}

/* ============ Hero Carousel ============ */

.hero-carousel {
  position: relative;
  height: clamp(480px, 72vh, 660px);
  overflow: hidden;
  background: var(--dark);
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s;
}

.carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.carousel-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 17, 14, 0.82) 0%, rgba(20, 17, 14, 0.45) 52%, rgba(20, 17, 14, 0.08) 100%);
}

.slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--header-h);
}

.slide-flag {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffb4a3;
}

.carousel-slide h2 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color: #fff;
  margin: 14px 0 16px;
  max-width: 14ch;
}

.slide-content > p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 46ch;
  font-size: 1.05rem;
}

.slide-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.car-arrow:hover {
  background: #fff;
}

.car-arrow:active {
  transform: translateY(-50%) scale(0.94);
}

.car-prev { left: 20px; }
.car-next { right: 20px; }

.car-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}

.car-dot {
  width: 34px;
  height: 5px;
  border-radius: var(--r-pill);
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.25s ease;
  padding: 0;
}

.car-dot.active {
  background: var(--accent);
}

/* ============ Quick tiles ============ */

.quick-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: -44px;
  position: relative;
  z-index: 10;
}

.quick-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(25, 22, 20, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.quick-tile > i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.quick-tile strong {
  display: block;
  font-size: 0.97rem;
}

.quick-tile span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.quick-tile .tile-arrow {
  margin-left: auto;
  color: var(--accent);
  font-size: 1.2rem;
}

/* ============ Page hero & breadcrumb ============ */

.page-hero {
  padding-top: calc(var(--header-h) + 52px);
  padding-bottom: 52px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 18px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb .current {
  color: var(--ink);
  font-weight: 700;
}

.breadcrumb i {
  font-size: 0.8rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  margin: 0 0 14px;
}

.section-intro {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 62ch;
}

/* ============ Sections umum ============ */

.section {
  padding-block: 88px;
}

.section-tight {
  padding-block: 56px;
}

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

.section-head {
  margin-bottom: 48px;
  max-width: 720px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--accent);
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 14px 0 16px;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--surface);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--muted);
  transition: border-color 0.2s ease, color 0.2s ease;
}

a.chip:hover,
button.chip:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.chip-static {
  background: var(--surface);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.badge-best {
  background: var(--accent);
  color: #fff;
}

.badge-new {
  background: var(--ink);
  color: #fff;
}

[hidden] {
  display: none !important;
}

/* ============ Toolbar filter ============ */

.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.search-box {
  position: relative;
  flex: 1;
  min-width: 250px;
  max-width: 420px;
}

.search-box i {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 1.1rem;
  pointer-events: none;
}

.search-box input {
  width: 100%;
  padding: 13px 20px 13px 46px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  background: #fff;
  font: inherit;
  font-size: 0.93rem;
  color: var(--ink);
}

.search-box input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  padding: 10px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  background: transparent;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-chip:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.filter-chip.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.empty-state {
  text-align: center;
  padding: 44px 24px;
  border: 1.5px dashed var(--line);
  border-radius: var(--r-card);
  color: var(--muted);
  font-weight: 600;
}

/* ============ Menu grid ============ */

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 22px;
}

.menu-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.menu-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.menu-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.menu-card:hover .menu-media img {
  transform: scale(1.06);
}

.menu-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 20px;
}

.menu-brand {
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
}

.menu-body h3 {
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 7px 0 12px;
}

.menu-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.price {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--accent);
}

/* ============ Detail menu ============ */

.detail-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.detail-media {
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.detail-info h1 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin: 0 0 12px;
}

.detail-price {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--accent);
  margin: 6px 0 16px;
}

.detail-desc {
  color: var(--muted);
  max-width: 56ch;
}

.detail-meta {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.detail-meta li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
}

.detail-meta dt {
  font-weight: 800;
}

.detail-meta dd {
  color: var(--muted);
  text-align: right;
}

.detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.detail-note {
  margin-top: 18px;
  font-size: 0.83rem;
  color: var(--muted);
}

/* ============ Brand rows ============ */

.brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-block: 40px;
}

.brand-row + .brand-row {
  border-top: 1px solid var(--line);
}

.brand-row--flip .brand-row-media {
  order: 2;
}

.brand-row-media {
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.brand-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.brand-row:hover .brand-row-media img {
  transform: scale(1.04);
}

.brand-row .kicker {
  margin-bottom: 6px;
}

.brand-row h2 {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  margin-bottom: 14px;
}

.brand-row > div > p {
  color: var(--muted);
  max-width: 54ch;
}

.brand-points {
  margin: 20px 0 26px;
}

.brand-points li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 9px 0;
  font-weight: 600;
  font-size: 0.96rem;
}

.brand-points i {
  color: var(--accent);
  font-size: 1.2rem;
  flex-shrink: 0;
  transform: translateY(2px);
}

.brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============ Promo posters ============ */

.poster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
}

.promo-poster {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 290px;
  padding: 32px;
  border-radius: var(--r-card);
}

.p-accent {
  background: var(--accent);
  color: #fff;
}

.p-dark {
  background: var(--dark);
  color: var(--cream);
}

.p-light {
  background: #fff;
  border: 1px solid var(--line);
}

.promo-badge {
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-light .promo-badge {
  background: var(--dark);
}

.promo-brand {
  font-size: 0.84rem;
  font-weight: 700;
  opacity: 0.85;
}

.promo-poster h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin: 4px 0;
}

.promo-desc {
  max-width: 54ch;
  font-size: 0.95rem;
  opacity: 0.88;
}

.promo-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.72;
}

.promo-poster .btn {
  margin-top: auto;
}

/* ============ Outlet ============ */

.map-frame {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  background: #fff;
  margin-bottom: 48px;
}

.map-frame iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

.outlet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.outlet-card {
  padding: 24px;
}

.outlet-region {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.outlet-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 7px 0 14px;
}

.outlet-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.data-note {
  margin-top: 30px;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ============ Kemitraan ============ */

.partner-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.partner-photo {
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 30px;
}

.partner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 14px 0;
  font-weight: 600;
  font-size: 0.98rem;
}

.benefit-list i {
  color: var(--accent);
  font-size: 1.3rem;
  flex-shrink: 0;
  transform: translateY(2px);
}

.steps-col > h3,
.faq > h3 {
  font-size: 1.55rem;
  margin-bottom: 14px;
}

.step-list {
  margin-top: 10px;
}

.step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 20px 0;
}

.step-list li + li {
  border-top: 1px solid var(--line);
}

.step-num {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--accent);
  min-width: 52px;
  line-height: 1.2;
}

.step-list h4 {
  font-size: 1.02rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.step-list p {
  color: var(--muted);
  font-size: 0.93rem;
}

.faq {
  margin-top: 40px;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary i {
  color: var(--accent);
  font-size: 1.2rem;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq details[open] summary i {
  transform: rotate(45deg);
}

.faq details p {
  color: var(--muted);
  font-size: 0.94rem;
  padding-bottom: 18px;
  max-width: 60ch;
}

.cta-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  margin-top: 64px;
  padding: 46px 50px;
  background: var(--dark);
  border-radius: var(--r-card);
}

.cta-banner h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #fff;
  margin-bottom: 10px;
}

.cta-banner p {
  color: rgba(247, 244, 239, 0.72);
  max-width: 58ch;
}

/* ============ Karier ============ */

.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}

.culture-item {
  padding: 26px;
}

.culture-item > i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.culture-item h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.culture-item p {
  color: var(--muted);
  font-size: 0.93rem;
}

.job-list {
  border-top: 1px solid var(--line);
}

.job {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 23px 14px;
  transition: background 0.2s ease;
}

.job:hover {
  background: #fff;
}

.job + .job {
  border-top: 1px solid var(--line);
}

#karier-page .job:hover {
  background: var(--surface);
}

.job-main h3 {
  font-size: 1.14rem;
  font-weight: 800;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.89rem;
  font-weight: 600;
}

.career-note {
  margin-top: 30px;
  color: var(--muted);
}

.career-note a {
  color: var(--accent);
  font-weight: 700;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

/* ============ Kontak ============ */

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 22px 0;
}

.info-list li > i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.info-list strong {
  display: block;
  margin-bottom: 3px;
}

.info-list p,
.info-list a {
  color: var(--muted);
  font-size: 0.95rem;
  text-decoration: none;
}

.info-list a {
  font-weight: 700;
  color: var(--ink);
}

.info-list a:hover {
  color: var(--accent);
}

.social-row {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}

.social-btn {
  width: 43px;
  height: 43px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.contact-form-wrap {
  position: relative;
  padding: 36px;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.optional {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  background: #fff;
  font: inherit;
  font-size: 0.94rem;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  border-radius: var(--r-card);
  min-height: 132px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  cursor: pointer;
}

.select-wrap > i {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}

.field-error {
  display: none;
  color: var(--danger);
  font-size: 0.81rem;
  font-weight: 600;
  margin-top: 6px;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--danger);
}

.field.invalid .field-error {
  display: block;
}

.form-note {
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.form-success {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 4px;
}

.contact-form-wrap.sent form {
  display: none;
}

.contact-form-wrap.sent .form-success {
  display: flex;
}

.form-success > i {
  font-size: 2.6rem;
  color: var(--accent);
}

.form-success h3 {
  font-size: 1.7rem;
}

.form-success p {
  color: var(--muted);
  margin-bottom: 10px;
}

/* ============ Footer ============ */

.site-footer {
  background: var(--dark);
  color: rgba(247, 244, 239, 0.72);
  padding-top: 72px;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding-bottom: 52px;
}

.logo-footer {
  color: #fff;
}

.footer-about p {
  margin: 16px 0 20px;
  font-size: 0.94rem;
  max-width: 36ch;
}

.footer-col h4 {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 10px 0;
  color: inherit;
  font-size: 0.93rem;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.85rem;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

/* ============ Reveal animation ============ */

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* ============ Responsive ============ */

@media (max-width: 1080px) {
  .main-nav a {
    padding: 10px 9px;
    font-size: 0.86rem;
  }

  .quick-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1020px) {
  .main-nav {
    position: fixed;
    top: calc(var(--header-h) + 10px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  body.nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .main-nav a {
    padding: 14px 16px;
    font-size: 1.02rem;
  }

  .nav-toggle {
    display: grid;
  }
}

@media (max-width: 900px) {
  .quick-tiles {
    margin-top: 32px;
  }

  .detail-wrap,
  .partner-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .detail-media {
    position: static;
  }

  .brand-row {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 36px;
  }

  .brand-row--flip .brand-row-media {
    order: 0;
  }

  .outlet-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .cta-banner {
    grid-template-columns: 1fr;
    padding: 38px 32px;
  }

  .section {
    padding-block: 64px;
  }

  .map-frame iframe {
    height: 380px;
  }

  .car-arrow {
    display: none;
  }
}

@media (max-width: 560px) {
  .container {
    padding-inline: 18px;
  }

  .outlet-grid,
  .footer-grid,
  .quick-tiles {
    grid-template-columns: 1fr;
  }

  .job {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-form-wrap {
    padding: 26px 20px;
  }

  .header-actions .btn {
    display: none;
  }

  .slide-content > p {
    font-size: 0.96rem;
  }

  .car-dots {
    bottom: 18px;
  }
}

/* ============ Reduced motion ============ */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
