/* Laundry POS — landing cucibaju.xyz
   Design read: produk/marketing utk pemilik laundry (non-teknis).
   Editorial-minimal, hangat: paper monokrom + aksen terracotta, serif utk judul. */
:root {
  --paper: #f6f1e9;
  --surface: #fffdf9;
  --ink: #1e1b15;
  --ink-2: #5f594c;
  --line: #e6ddcd;
  --line-strong: #d6cab6;
  --accent: #b0562c;
  --accent-deep: #8c421f;
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.62;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 600;
  margin: 0;
}

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

a {
  color: var(--accent-deep);
}

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

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 233, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  font-size: 17px;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a:not(.btn) {
  color: var(--ink-2);
  text-decoration: none;
  font-size: 14.5px;
}

.nav-links a:not(.btn):hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 6px 12px;
  font: inherit;
  color: var(--ink);
  cursor: pointer;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 650;
  font-size: 14.5px;
  line-height: 1.2;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
}

.btn-cta {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
}

.btn-cta:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

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

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

.btn-lg {
  padding: 13px 26px;
  font-size: 16px;
}

/* ---------- hero ---------- */
.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(30px, 4.4vw, 52px);
  margin-bottom: 18px;
}

.lede {
  color: var(--ink-2);
  font-size: 17px;
  max-width: 46ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.hero-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  color: var(--ink-2);
  font-size: 14px;
}

.demo-cta {
  margin: 20px 0 0;
  color: var(--ink-2);
  font-size: 15px;
}

.demo-cta a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
}

.demo-cta code {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 1px 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.hero-figure {
  margin: 0;
}

.browser {
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 60px -30px rgba(30, 27, 21, 0.35);
}

.browser-bar {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1d7c4;
}

.browser-bar span:first-child {
  background: #e0a38b;
}

.hero-figure figcaption,
.gallery figcaption {
  margin-top: 10px;
  color: var(--ink-2);
  font-size: 13.5px;
}

/* ---------- sections ---------- */
.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 24px;
}

.section-alt {
  max-width: none;
  background: #efe8db;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-alt .section-head,
.section-alt > .steps3,
.section-alt > .faq {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section-head h2 {
  font-size: clamp(26px, 3.4vw, 38px);
}

/* bento */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}

.cell h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.cell p {
  margin: 0;
  color: var(--ink-2);
}

.cell-lg {
  grid-column: span 2;
}

/* steps */
.steps3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps3 .num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  font-weight: 700;
  margin-bottom: 14px;
}

.steps3 h3 {
  font-size: 19px;
  margin-bottom: 6px;
}

.steps3 p {
  color: var(--ink-2);
  margin: 0;
}

/* gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 22px;
}

.gallery figure {
  margin: 0;
}

.gallery img {
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px -26px rgba(30, 27, 21, 0.4);
}

/* pricing */
.section-price {
  max-width: 720px;
}

.price-card {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 34px 70px -40px rgba(30, 27, 21, 0.4);
  text-align: center;
}

.price-card h2 {
  font-size: 46px;
  margin: 4px 0 22px;
}

.price-card .once {
  font-size: 17px;
  color: var(--ink-2);
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 430px;
  text-align: left;
}

.price-list li {
  padding: 9px 0 9px 26px;
  position: relative;
  border-top: 1px dashed var(--line);
}

.price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.price-actions .btn-lg {
  margin-bottom: 12px;
}

.price-note {
  margin: 4px 0 0;
  color: var(--ink-2);
  font-size: 14.5px;
}

/* faq */
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 650;
}

.faq p {
  color: var(--ink-2);
  margin: 10px 0 0;
  font-size: 15px;
}

/* footer */
.footer {
  background: var(--ink);
  color: #cfc8ba;
  margin-top: 20px;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer a {
  color: #fff;
}

.footer .fine {
  font-size: 12.5px;
  opacity: 0.8;
  max-width: 60ch;
}

/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* responsive */
@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 44px;
  }

  .bento,
  .steps3 {
    grid-template-columns: 1fr 1fr;
  }

  .cell-lg {
    grid-column: auto;
  }

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

@media (max-width: 640px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 18px;
  }

  .nav-links.open {
    display: flex;
  }

  .bento,
  .steps3,
  .gallery {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 26px 20px;
  }
}
