:root {
  --rice: #fbfcf7;
  --ink: #17211b;
  --muted: #5e6a61;
  --pandan: #1f6b46;
  --pandan-dark: #0d3f2b;
  --turmeric: #f4b63d;
  --chilli: #d9472b;
  --mint: #dcebe0;
  --line: #d8e0d8;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--rice);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 5vw;
  background: rgba(251, 252, 247, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.site-nav,
.nav-cta,
.button {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--pandan);
  font-size: 13px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--pandan);
  font-weight: 800;
}

.hero {
  min-height: 76svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 34px;
  padding: 96px 5vw 46px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 45, 31, .92) 0%, rgba(13, 45, 31, .74) 42%, rgba(13, 45, 31, .24) 100%),
    url("assets/hero-dapur.png") center / cover no-repeat;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-label,
.price {
  margin: 0 0 10px;
  color: var(--turmeric);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: .96;
  font-weight: 800;
}

h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: #ecf4ec;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.button.primary {
  color: var(--ink);
  background: var(--turmeric);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .72);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 180px));
  gap: 14px;
  margin: 0;
}

.hero-facts div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: rgba(13, 45, 31, .58);
}

.hero-facts dt {
  font-size: 28px;
  font-weight: 900;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: #d9e9dd;
  font-size: 14px;
}

.section {
  padding: 76px 5vw;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 32px;
  align-items: end;
  color: var(--white);
  background: var(--pandan-dark);
}

.intro p:last-child {
  color: #d7e8d9;
  font-size: 19px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.menu-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-copy {
  padding: 22px;
}

.price {
  color: var(--chilli);
}

.menu-copy p:last-child,
.process-copy p,
.steps p,
.proof-list li,
.contact p,
.site-footer {
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  background: #eef5ef;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
}

.steps span {
  grid-row: span 2;
  color: var(--pandan);
  font-weight: 900;
}

.steps strong {
  font-size: 19px;
}

.steps p {
  margin-bottom: 0;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 42px;
  align-items: center;
  background: var(--white);
}

figure {
  margin: 0;
  padding: 34px;
  border-left: 8px solid var(--turmeric);
  background: #f6f8f3;
}

blockquote {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.16;
}

figcaption {
  color: var(--pandan);
  font-weight: 800;
}

.proof-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--white);
  background: var(--pandan);
}

.contact p {
  color: #e5f1e4;
}

.site-footer {
  padding: 24px 5vw;
  background: var(--ink);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.custom-page {
  background: #07131f;
}

.custom-header {
  color: #f8fbf7;
  background: rgba(7, 19, 31, .94);
  border-bottom-color: rgba(255, 255, 255, .12);
}

.custom-header .site-nav {
  color: #c7d3cb;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
  min-height: 76svh;
  padding: 92px 5vw;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 19, 31, .98) 0%, rgba(7, 19, 31, .86) 52%, rgba(31, 107, 70, .82) 100%),
    url("assets/hero-dapur.png") center / cover no-repeat;
}

.service-copy {
  max-width: 720px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.browser-card {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.browser-card p {
  margin-bottom: 10px;
  color: var(--turmeric);
  font-weight: 900;
  text-transform: uppercase;
}

.mock-window {
  min-height: 310px;
  padding: 22px;
  border-radius: 8px;
  color: var(--ink);
  background: #f5f7f3;
}

.mock-window span {
  display: block;
  width: 90px;
  height: 10px;
  margin-bottom: 44px;
  border-radius: 99px;
  background: #d8e0d8;
}

.mock-window strong,
.mock-window em,
.mock-window i {
  display: block;
}

.mock-window strong {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.1;
}

.mock-window em {
  min-height: 48px;
  margin-bottom: 34px;
  color: var(--muted);
  font-style: normal;
}

.mock-window i {
  height: 34px;
  margin-top: 12px;
  border-radius: 8px;
  background: #e5ebe6;
}

.after .mock-window {
  color: #07131f;
  background: #fbfcf7;
  box-shadow: 0 20px 50px rgba(244, 182, 61, .22);
}

.after .mock-window span {
  background: var(--turmeric);
}

.scope-section {
  color: var(--white);
  background: #0b1827;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scope-grid article {
  border-color: rgba(255, 255, 255, .14);
  color: var(--white);
  background: rgba(255, 255, 255, .06);
}

.scope-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--turmeric);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.scope-grid p,
.limit-panel li,
.custom-process .process-copy p,
.buyer-info p,
.custom-cta p {
  color: #c7d3cb;
}

.limit-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 38px;
  align-items: start;
  color: var(--white);
  background: var(--pandan-dark);
}

.limit-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.limit-panel li {
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.custom-process {
  color: var(--white);
  background: #0f2438;
}

.custom-process .steps li {
  color: var(--ink);
}

.buyer-info {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 36px;
  color: var(--white);
  background: #07131f;
}

.info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.info-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  font-weight: 800;
}

.custom-cta {
  background: var(--pandan);
}

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

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 72svh;
    padding-top: 72px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .intro,
  .menu-grid,
  .process,
  .proof,
  .service-hero,
  .scope-grid,
  .limit-panel,
  .buyer-info {
    grid-template-columns: 1fr;
  }

  .service-hero {
    min-height: auto;
    padding-top: 72px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header {
    align-items: center;
    padding: 14px 18px;
  }

  .brand {
    font-size: 15px;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 54px;
    padding-bottom: 24px;
    gap: 18px;
    min-height: 620px;
  }

  .section,
  .service-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .lead {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .before-after,
  .info-list {
    grid-template-columns: 1fr;
  }

  .mock-window {
    min-height: 245px;
  }

  .mock-window strong {
    font-size: 22px;
  }

  .button {
    min-height: 44px;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-facts div {
    padding: 10px;
  }

  .hero-facts dt {
    font-size: 20px;
  }

  .hero-facts dd {
    font-size: 11px;
    line-height: 1.25;
  }

  blockquote {
    font-size: 26px;
  }
}
