/* ==========================================================================
   Fathoni Fishing — gaya editorial: tipografi besar, foto penuh, aksen merah.
   ========================================================================== */

:root {
  --ink: #131110;
  --ink-soft: #4a4744;
  --muted: #8b8782;
  --paper: #f5f4f2;
  --paper-2: #e9e8e4;
  --line: #d8d6d1;
  --dim: #c9c6c0;
  --dark: #171615;
  --dark-2: #232120;
  --red: #c0112b;
  --red-dark: #9c0d22;
  --white: #fff;

  --wrap: 1280px;
  --gutter: 24px;
  --radius: 10px;
  --radius-lg: 16px;

  --shadow-sm: 0 1px 2px rgba(19, 17, 16, .06), 0 4px 14px rgba(19, 17, 16, .06);
  --shadow-lg: 0 18px 50px rgba(19, 17, 16, .18);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-variation-settings: 'wdth' 100;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

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

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

/* ---------- tata letak ---------- */

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-lg { max-width: 1480px; }

.sect { position: relative; padding: 96px 0; }
.sect--paper2 { background: var(--paper-2); }
.sect--dark { background: var(--dark); color: #f0efec; }
.sect--tight { padding: 64px 0; }

/* ---------- tipografi ---------- */

.display,
h1, h2, h3, h4 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.015em;
  line-height: .95;
  margin: 0;
}

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

.sect-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.sect-title {
  font-size: clamp(32px, 5.4vw, 62px);
  font-variation-settings: 'wdth' 96;
}

.sect-title .soft { color: var(--dim); }

.sect-num {
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 800;
  color: var(--dim);
  line-height: .8;
  letter-spacing: -.02em;
  flex: none;
}

.sect--dark .sect-num { color: #35322f; }
.sect--dark .sect-title .soft { color: #55504c; }
.sect--dark .eyebrow { color: #8e8a85; }

.lead { font-size: 17px; color: var(--ink-soft); max-width: 62ch; }
.muted { color: var(--muted); }
.prose p { margin: 0 0 16px; }

/* ---------- tombol ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-dark); }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #2c2927; }

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

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

.btn--sm { padding: 9px 16px; font-size: 13px; }
.btn--block { width: 100%; justify-content: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  transition: border-color .25s var(--ease), gap .25s var(--ease);
}

.link-arrow:hover { border-color: var(--ink); gap: 12px; }

/* ---------- header ---------- */

.site-head {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  padding: 22px 0;
  color: #fff;
}

.site-head--solid {
  position: sticky;
  top: 0;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.head-row { display: flex; align-items: center; gap: 24px; }

.brand { display: flex; align-items: center; gap: 10px; flex: none; }

.brand-text { line-height: 1; }
.brand-top {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-bottom {
  display: block;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .02em;
  margin-top: 1px;
}

.brand-hook { width: 34px; height: 34px; flex: none; }

.nav { display: flex; gap: 30px; margin: 0 auto; }

.nav a {
  font-size: 14px;
  font-weight: 500;
  opacity: .9;
  position: relative;
  padding: 4px 0;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 1.5px;
  background: currentColor;
  transition: right .3s var(--ease);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after { right: 0; }

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

.lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  opacity: .9;
}

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; position: relative; }
.nav-toggle span::before,
.nav-toggle span::after { content: ''; position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 0 40px;
  color: #fff;
  overflow: hidden;
}

.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(10, 9, 9, .92) 0%, rgba(10, 9, 9, .5) 40%, rgba(10, 9, 9, .2) 66%, rgba(10, 9, 9, .6) 100%),
    linear-gradient(to right, rgba(10, 9, 9, .72) 0%, rgba(10, 9, 9, .4) 42%, rgba(10, 9, 9, 0) 78%);
}

.hero__inner { position: relative; z-index: 2; width: 100%; }

.hero__title {
  font-size: clamp(40px, 8.4vw, 104px);
  font-variation-settings: 'wdth' 104;
  letter-spacing: -.02em;
  max-width: 15ch;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .35);
}

.hero__sub {
  margin: 18px 0 26px;
  font-size: clamp(15px, 1.5vw, 18px);
  max-width: 46ch;
  color: rgba(255, 255, 255, .88);
}

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

.hero__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
}

.hero__list { list-style: none; margin: 0; padding: 0; font-size: 15px; line-height: 1.75; }
.hero__list a { opacity: .82; transition: opacity .2s var(--ease); }
.hero__list a:hover { opacity: 1; }

.hero-card {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 14px;
  width: 300px;
  max-width: 100%;
  box-shadow: var(--shadow-lg);
  flex: none;
}

.hero-card__row { display: flex; align-items: center; gap: 12px; }
.hero-card__thumb { width: 78px; height: 58px; border-radius: 6px; object-fit: cover; flex: none; }
.hero-card__label { font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.hero-card__price { font-size: 12px; color: var(--muted); margin-top: 3px; }
.hero-card__note { font-size: 12px; color: var(--muted); margin-top: 10px; }

.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: 40px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .7;
  writing-mode: vertical-rl;
}

/* ---------- kartu ---------- */

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}

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

.card__num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--red);
  margin-bottom: 14px;
}

.card__title { font-size: 19px; font-variation-settings: 'wdth' 98; margin-bottom: 10px; }
.card__text { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* kartu paket */

.paket-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.paket-card__media { position: relative; min-height: 380px; }
.paket-card__media img { width: 100%; height: 100%; object-fit: cover; }

.badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 4px;
}

.badge--ink { background: var(--ink); }
.badge--static { position: static; display: inline-block; }

.paket-card__body { padding: 36px; display: flex; flex-direction: column; }
.paket-card__title { font-size: clamp(24px, 3vw, 34px); font-variation-settings: 'wdth' 96; }
.paket-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 20px; }

.chip {
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 6px 13px;
  color: var(--ink-soft);
}

.price-row { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 22px; }
.price { font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.price__unit { font-size: 13px; color: var(--muted); }

.paket-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

/* daftar ikan bergaya kategori */

.cat { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

.cat-list { list-style: none; margin: 0; padding: 0; }

.cat-list li { border-bottom: 1px solid var(--line); }

.cat-list button {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: clamp(26px, 4.4vw, 54px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--dim);
  font-variation-settings: 'wdth' 96;
  transition: color .25s var(--ease);
}

.cat-list button:hover { color: var(--ink-soft); }
.cat-list li.is-active button { color: var(--ink); }

.cat-list .tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--muted);
  text-transform: uppercase;
  flex: none;
}

.cat-panel { position: relative; }

.cat-panel__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--paper-2);
}

.cat-panel__media img { width: 100%; height: 100%; object-fit: cover; }

.cat-panel__ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #dedbd6, #c8c5bf);
  color: #8c8880;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cat-panel__text { margin-top: 20px; }
.cat-panel__text h3 { font-size: 26px; margin-bottom: 8px; font-variation-settings: 'wdth' 98; }

.cat-pane { display: none; }
.cat-pane.is-active { display: block; animation: fade .45s var(--ease); }

@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- carousel produk ---------- */

.rail-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }

.rail-nav { display: flex; gap: 8px; }

.rail-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.rail-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.rail-btn[disabled] { opacity: .35; cursor: default; }
.rail-btn[disabled]:hover { background: var(--white); color: var(--ink); border-color: var(--line); }

.rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; flex: 0 0 300px; }

.produk-card { display: block; }

.produk-card__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--paper-2);
}

.produk-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}

.produk-card:hover .produk-card__media img { transform: scale(1.04); }

.produk-card__ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(135deg, #e4e2de 0 12px, #dcdad5 12px 24px);
  color: #8c8880;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.price-chip {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--white);
  border-radius: 100px;
  padding: 7px 8px 7px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.price-chip .dot {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.produk-card__name { font-size: 15px; font-weight: 600; margin: 14px 0 4px; text-transform: none; letter-spacing: 0; }
.produk-card__meta { font-size: 13px; color: var(--muted); }

.stock { font-size: 12px; font-weight: 600; color: var(--red); letter-spacing: .04em; }

/* ---------- blok pengalaman ---------- */

.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }

.feature-panel { background: var(--paper-2); border-radius: var(--radius-lg); padding: 28px; }

.feature-panel .grid { grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }

.feature-rows { list-style: none; margin: 0; padding: 0; }

.feature-rows li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  font-weight: 500;
}

.feature-rows li:last-child { border-bottom: 0; }
.feature-rows svg { flex: none; }

.feature-panel__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4; }
.feature-panel__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- rundown ---------- */

.rundown { list-style: none; margin: 0; padding: 0; }

.rundown li {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.rundown li:last-child { border-bottom: 1px solid var(--line); }
.rundown__time { font-size: 14px; font-weight: 700; letter-spacing: .04em; color: var(--red); }
.rundown__title { font-size: 20px; margin-bottom: 8px; font-variation-settings: 'wdth' 98; }
.rundown__text { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ---------- daftar termasuk / bawa ---------- */

.check-list { list-style: none; margin: 0; padding: 0; }

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  font-size: 14.5px;
}

.check-list .ic { flex: none; margin-top: 2px; }
.ic--yes { color: #197a4b; }
.ic--no { color: var(--red); }
.check-list .ket { color: var(--muted); font-size: 13px; }

/* ---------- tabel spesifikasi ---------- */

.spec { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.spec tr { border-bottom: 1px solid var(--line); }
.spec th, .spec td { text-align: left; padding: 13px 0; vertical-align: top; }
.spec th { font-weight: 500; color: var(--muted); width: 45%; text-transform: none; letter-spacing: 0; font-size: 14px; }
.spec td { font-weight: 600; }

/* ---------- faq ---------- */

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

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

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.faq summary .sign {
  flex: none;
  width: 26px; height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}

.faq details[open] summary .sign { transform: rotate(45deg); background: var(--red); color: #fff; border-color: var(--red); }
.faq details p { margin: 0 0 22px; max-width: 78ch; color: var(--ink-soft); font-size: 15px; }

/* ---------- artikel ---------- */

.artikel-card { display: flex; flex-direction: column; gap: 10px; }
.artikel-card__meta { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.artikel-card__title { font-size: clamp(20px, 2.4vw, 26px); font-variation-settings: 'wdth' 98; }
.artikel-card__text { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.artikel-card__tag { color: var(--red); font-weight: 700; }

.artikel-body { font-size: 17px; line-height: 1.75; max-width: 70ch; }
.artikel-body h2 {
  font-size: clamp(22px, 3vw, 30px);
  margin: 42px 0 14px;
  font-variation-settings: 'wdth' 98;
}
.artikel-body p { margin: 0 0 18px; }
.artikel-body ul { padding-left: 20px; margin: 0 0 18px; }
.artikel-body li { margin-bottom: 8px; }
.artikel-body strong { font-weight: 700; }

/* ---------- pita cta ---------- */

.cta-band {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.cta-band__media { position: absolute; inset: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.cta-band__scrim { position: absolute; inset: 0; background: rgba(12, 11, 10, .62); }
.cta-band__inner { position: relative; z-index: 2; width: 100%; }
.cta-band h2 { font-size: clamp(28px, 5vw, 58px); font-variation-settings: 'wdth' 100; }
.cta-band p { margin: 18px auto 26px; max-width: 56ch; color: rgba(255, 255, 255, .85); }

/* ---------- footer ---------- */

.site-foot { background: var(--dark); color: #dcd9d4; padding: 72px 0 28px; }

.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.6fr; gap: 40px; }

.foot-title {
  font-size: 13px;
  letter-spacing: .14em;
  margin-bottom: 18px;
  color: #fff;
}

.foot-list { list-style: none; margin: 0; padding: 0; font-size: 14px; }
.foot-list li { margin-bottom: 10px; }
.foot-list a { color: #b8b4ae; transition: color .2s var(--ease); }
.foot-list a:hover { color: #fff; }

.foot-brand p { font-size: 14px; color: #9d9992; max-width: 34ch; margin: 16px 0 0; }

.subscribe { display: flex; gap: 8px; background: var(--dark-2); border-radius: 8px; padding: 6px; }
.subscribe input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
}
.subscribe input::placeholder { color: #7d7973; }
.subscribe input:focus { outline: none; }

.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a {
  width: 36px; height: 36px;
  border: 1px solid #38352f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b8b4ae;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.socials a:hover { background: var(--red); color: #fff; border-color: var(--red); }

.foot-bottom {
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid #2a2724;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 13px;
  color: #85817b;
}

/* ---------- remah roti ---------- */

.crumbs { font-size: 13px; color: var(--muted); padding: 22px 0; }
.crumbs a:hover { color: var(--ink); }
.crumbs span { margin: 0 7px; }

/* ---------- wa mengambang ---------- */

.wa-float {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25d366;
  color: #08311a;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 100px;
  box-shadow: var(--shadow-lg);
  transition: transform .25s var(--ease);
}

.wa-float:hover { transform: translateY(-2px); }

/* ---------- animasi masuk ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsif ---------- */

@media (max-width: 1080px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .cat { grid-template-columns: 1fr; gap: 34px; }
  .paket-card { grid-template-columns: 1fr; }
  .paket-card__media { min-height: 280px; }
}

@media (max-width: 860px) {
  :root { --gutter: 16px; }

  .sect { padding: 68px 0; }
  .nav, .lang { display: none; }
  .nav-toggle { display: inline-flex; }

  .nav--open {
    display: flex;
    position: absolute;
    top: 100%; left: var(--gutter); right: var(--gutter);
    flex-direction: column;
    gap: 2px;
    background: var(--white);
    color: var(--ink);
    border-radius: var(--radius);
    padding: 12px;
    margin: 10px 0 0;
    box-shadow: var(--shadow-lg);
  }

  .nav--open a { padding: 11px 8px; border-radius: 6px; }
  .nav--open a:hover { background: var(--paper-2); }
  .nav--open a::after { display: none; }

  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .hero { min-height: 92vh; padding-top: 120px; }
  .hero__bottom { flex-direction: column; align-items: stretch; margin-top: 34px; }
  .hero-card { width: 100%; }
  .hero__scroll { display: none; }
  .sect-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sect-num { align-self: flex-end; margin-top: -22px; }
  .rundown li { grid-template-columns: 1fr; gap: 6px; }
  .feature-panel .grid { grid-template-columns: 1fr; }
  .paket-card__body { padding: 24px; }
  .rail > * { flex-basis: 78vw; }
  .foot-grid { grid-template-columns: 1fr; }
  .wa-float { right: 14px; bottom: 14px; padding: 11px 15px; }
}

/* judul panjang di halaman produk perlu ukuran lebih kalem */
.produk-title {
  font-size: clamp(24px, 3.2vw, 40px);
  font-variation-settings: 'wdth' 96;
  line-height: 1.02;
}

/* kolom pencarian di toko */
.toko-cari {
  padding: 11px 16px;
  min-width: 240px;
  flex: 1;
  background: var(--white);
  font-size: 14px;
}

/* ==========================================================================
   Toko: keranjang, saringan, formulir, pesanan
   ========================================================================== */

.sembunyi-hp { display: inline-flex; }

/* ---------- tombol keranjang di header ---------- */

.cart-btn {
  position: relative;
  width: 40px; height: 40px;
  border: 1px solid currentColor;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .25s var(--ease), color .25s var(--ease);
}

.site-head--solid .cart-btn { border-color: var(--line); }
.cart-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

.cart-btn__hitung {
  position: absolute;
  top: -7px; right: -7px;
  min-width: 20px; height: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- notifikasi ---------- */

.notis {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14.5px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.notis a { text-decoration: underline; }
.notis--baik { border-color: #b7dcc6; background: #f0faf4; }
.notis--galat { border-color: #f0c2ca; background: #fdf2f4; }
.notis--info { border-color: var(--line); background: var(--paper-2); }

/* ---------- kartu produk: bagian aksi ---------- */

.produk-card { display: flex; flex-direction: column; }
.produk-card__tautan { display: block; }
.produk-card__aksi { margin-top: 12px; }

/* ---------- tata letak toko ---------- */

.toko-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }

.saring {
  position: sticky;
  top: 90px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
}

.saring__grup { margin-bottom: 22px; }
.saring__judul { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; display: block; }
.saring__ket { font-size: 13px; color: var(--muted); margin: 0 0 10px; }
.saring__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.saring__daftar { list-style: none; margin: 0; padding: 0; }
.saring__daftar a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--paper-2);
}
.saring__daftar a:hover { color: var(--ink); }
.saring__daftar a.is-active { color: var(--ink); font-weight: 700; }
.saring__daftar span { color: var(--muted); font-size: 13px; }

.saring__centang { display: flex; align-items: center; gap: 9px; font-size: 14.5px; cursor: pointer; }

/* ---------- isian formulir ---------- */

.isian {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font: inherit;
  font-size: 14.5px;
  color: var(--ink);
  transition: border-color .2s var(--ease);
}

.isian:focus { outline: none; border-color: var(--ink); }
textarea.isian { resize: vertical; }

.isian-grup { margin-bottom: 16px; }
.isian-grup label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; }
.wajib { color: var(--red); }

.kotak {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 20px;
  background: var(--white);
}

.kotak legend { padding: 0 8px; margin-left: -8px; }

.pilihan {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.pilihan:hover { border-color: var(--ink-soft); }
.pilihan:has(input:checked) { border-color: var(--ink); background: var(--paper); }
.pilihan__isi { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.pilihan__nama { font-size: 14.5px; font-weight: 600; }
.pilihan__ket { font-size: 13px; color: var(--muted); }
.pilihan__tarif { font-size: 14px; font-weight: 700; flex: none; }

.alamat { margin: 18px 0; padding-top: 18px; border-top: 1px solid var(--line); }

/* ---------- keranjang ---------- */

.keranjang { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }

.krj-baris {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.krj-baris:first-child { border-top: 1px solid var(--line); }

.krj-baris__media {
  width: 110px; height: 110px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper-2);
  flex: none;
}

.krj-baris__media img { width: 100%; height: 100%; object-fit: cover; }
.krj-baris__isi { min-width: 0; }
.krj-baris__nama { font-size: 16px; font-weight: 600; text-transform: none; letter-spacing: 0; line-height: 1.35; margin: 0 0 4px; }
.krj-baris__jumlah { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.krj-baris__jumlah .isian { width: 78px; }

.krj-baris__kanan { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.krj-baris__harga { font-size: 17px; font-weight: 700; }

.krj-hapus {
  margin-top: 8px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.krj-hapus:hover { color: var(--red); border-color: var(--red); }

/* ---------- ringkasan ---------- */

.ringkas {
  position: sticky;
  top: 90px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: var(--white);
}

.ringkas__judul { font-size: 20px; margin-bottom: 18px; font-variation-settings: 'wdth' 98; }

.ringkas__item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--paper-2);
}

.ringkas__baris {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  font-size: 14.5px;
}

.ringkas__baris.muted span { color: var(--muted); font-size: 13.5px; }

.ringkas__total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 18px;
  font-weight: 800;
}

/* ---------- halaman kosong & sukses ---------- */

.kosong {
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: 56px 32px;
  text-align: center;
}

.kosong h3 { font-size: 24px; margin-bottom: 10px; }
.kosong .card__text { max-width: 46ch; margin: 0 auto 20px; }
.kosong .paket-card__actions { justify-content: center; }

.sukses { text-align: center; max-width: 58ch; margin: 0 auto; }
.sukses .lead { margin: 16px auto 24px; }

.sukses__ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #eaf7f0;
  color: #197a4b;
  margin-bottom: 20px;
}

.sukses__ikon svg { width: 28px; height: 28px; }

.rekening {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px;
  border-radius: 8px;
  background: var(--paper-2);
  margin: 14px 0;
}

.rekening__bank { font-size: 13px; color: var(--muted); }
.rekening__nomor { font-size: 22px; font-weight: 800; letter-spacing: .04em; }
.rekening__nama { font-size: 13.5px; }

.price__coret { font-size: 16px; color: var(--muted); text-decoration: line-through; }

.beli { display: flex; gap: 12px; align-items: flex-end; margin-top: 22px; flex-wrap: wrap; }
.beli__jumlah { display: flex; flex-direction: column; gap: 6px; }
.beli__jumlah .isian { width: 92px; }

/* ---------- navigasi halaman ---------- */

.halaman { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }

.halaman__btn, .halaman__nomor {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background: var(--white);
}

.halaman__angka { display: flex; gap: 6px; }
.halaman__nomor.is-aktif { background: var(--ink); color: #fff; border-color: var(--ink); }
.halaman__btn:hover, .halaman__nomor:hover { border-color: var(--ink); }
.halaman__btn.is-mati { opacity: .4; }
.halaman__titik { padding: 9px 4px; color: var(--muted); }

/* ---------- responsif toko ---------- */

@media (max-width: 1080px) {
  .toko-layout { grid-template-columns: 1fr; }
  .saring { position: static; }
  .keranjang { grid-template-columns: 1fr; }
  .ringkas { position: static; }
}

@media (max-width: 860px) {
  .sembunyi-hp { display: none; }
  .krj-baris { grid-template-columns: 84px 1fr; }
  .krj-baris__media { width: 84px; height: 84px; }
  .krj-baris__kanan { grid-column: 2; align-items: flex-start; text-align: left; margin-top: 4px; }
  .kotak { padding: 20px; }
  .pilihan { flex-wrap: wrap; }
}
