:root {
  --green: #173d2b;
  --green-ink: #1f2a24;
  --cream: #f7f3e8;
  --cream-strong: #fffaf0;
  --aqua: #8fd6bf;
  --olive: #8a9b4f;
  --mango: #f5a623;
  --line: rgba(23, 61, 43, 0.14);
  --shadow: 0 18px 44px rgba(23, 61, 43, 0.12);
  --max: 1220px;
  font-family: Inter, "Avenir Next", Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--green-ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
}

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

.page-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 46px);
  color: var(--green);
  background: rgba(247, 243, 232, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: var(--green);
}

.brand-word {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
}

.brand-leaf {
  position: absolute;
  top: -10px;
  left: 48px;
  width: 13px;
  height: 22px;
  border-radius: 100% 0 100% 0;
  background: var(--olive);
  transform: rotate(33deg);
}

.page-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.page-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: var(--cream-strong);
  font-size: 14px;
  font-weight: 850;
}

.page-nav span {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  color: var(--green);
  background: var(--mango);
  font-size: 12px;
}

main {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.delivery-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.5fr);
  gap: 32px;
  align-items: end;
  padding: clamp(44px, 7vw, 82px) 0 34px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0;
  color: var(--green);
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
}

.delivery-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(31, 42, 36, 0.72);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.45;
}

.delivery-hero-image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-strong);
  box-shadow: var(--shadow);
}

.delivery-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding-bottom: 58px;
}

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

.zone-card,
.map-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-strong);
  box-shadow: var(--shadow);
}

.zone-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-left: 8px solid var(--aqua);
}

.zone-card span {
  display: inline-flex;
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(143, 214, 191, 0.28);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.zone-card h2 {
  margin: 0;
  color: var(--green);
  font-size: 22px;
  line-height: 1.08;
}

.zone-card p {
  margin: 0;
  color: rgba(31, 42, 36, 0.7);
  line-height: 1.45;
}

.zone-one-card {
  border-left-color: #8fd6bf;
}

.zone-two-card {
  border-left-color: #f5a623;
}

.zone-three-card {
  border-left-color: #7fb06d;
}

.zone-four-card {
  border-left-color: #b8c06a;
}

.zone-five-card {
  border-left-color: #e6a46f;
}

.map-panel {
  position: sticky;
  top: 96px;
  padding: clamp(18px, 2.2vw, 26px);
}

.map-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.map-title-row h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.map-title-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(143, 214, 191, 0.24);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.language-select {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: var(--cream-strong);
}

.language-select select {
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  outline: 0;
}

.language-select option {
  color: var(--green);
  background: var(--cream-strong);
}

.bali-map-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #e9f4ec;
}

.map-note {
  margin: 14px 0 0;
  color: rgba(31, 42, 36, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .delivery-hero,
  .delivery-layout {
    grid-template-columns: 1fr;
  }

  .delivery-hero-image {
    max-height: 520px;
  }

  .map-panel {
    position: static;
    order: -1;
  }
}

@media (max-width: 680px) {
  .page-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .brand-word {
    font-size: 15px;
  }

  .brand-leaf {
    left: 40px;
  }

  .delivery-hero {
    padding-top: 36px;
  }

  .delivery-hero-image {
    aspect-ratio: 16 / 11;
  }

  .map-panel {
    padding: 14px;
  }

  .language-select {
    flex: 0 0 auto;
  }
}
