/*
Theme Name:   Hanindo Nusantara
Theme URI:    https://hanindonusantara.com
Description:  Child theme Twenty Twenty-Five dengan identitas warna Hanindo Nusantara — oranye, krem, dan cokelat hangat. Dibuat khusus untuk supplier telur bebek & telur asin.
Author:       Hanindo Nusantara
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hanindo-theme
*/

/* ============================================================
   Penyesuaian visual di luar jangkauan theme.json
   ============================================================ */

/* --- Header: logo lebih lega, navigasi lebih tegas --- */
.wp-block-site-title a {
  text-decoration: none;
  letter-spacing: -0.02em;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  text-decoration: none;
  font-weight: 550;
}
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--accent-1);
}

/* --- Tombol: bentuk pil, transisi halus --- */
.wp-element-button,
.wp-block-button__link {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  box-shadow: 0 2px 10px rgba(35, 31, 32, .10);
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 127, 0, .28);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  box-shadow: none;
  border-width: 2px;
}

/* --- Kartu: dipakai di daftar produk & keunggulan --- */
.hanindo-kartu {
  border: 1px solid var(--wp--preset--color--accent-6);
  border-radius: 14px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  height: 100%;
}
.hanindo-kartu:hover {
  transform: translateY(-3px);
  border-color: var(--wp--preset--color--accent-1);
  box-shadow: 0 12px 30px rgba(35, 31, 32, .10);
}
.hanindo-kartu h3,
.hanindo-kartu h4 { margin-top: 0; }

/* --- Nomor besar untuk daftar langkah --- */
.hanindo-nomor {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--wp--preset--color--accent-1);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

/* --- Pita ajakan bertindak --- */
.hanindo-pita {
  border-radius: 18px;
}
.hanindo-pita :where(h2, h3, p) { color: #fff; }
.hanindo-pita .wp-block-button__link {
  background: #fff !important;
  color: var(--wp--preset--color--accent-2) !important;
}

/* --- Daftar dengan penanda oranye --- */
.wp-block-list li::marker { color: var(--wp--preset--color--accent-1); }

/* --- Kutipan --- */
.wp-block-quote {
  border-left: 4px solid var(--wp--preset--color--accent-1);
  padding-left: 1.25rem;
  font-style: normal;
}

/* --- Pemisah --- */
.wp-block-separator {
  border-color: var(--wp--preset--color--accent-6);
  opacity: 1;
}

/* --- Judul artikel di daftar blog --- */
.wp-block-post-title a { text-decoration: none; }
.wp-block-post-title a:hover { color: var(--wp--preset--color--accent-1); }

/* --- Ruang untuk tombol WhatsApp mengambang --- */
@media (max-width: 780px) {
  .wp-site-blocks > footer { padding-bottom: 5rem; }
}
