/*
 Theme Name: Narumuri Child
 Template: astra
 Description: Narumuri brand child theme for Astra
 Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600&family=DM+Sans:wght@400;500&family=Lora:ital@1&display=swap');

:root {
  --color-gold: #E19944;
  --color-rust: #8C3413;
  --color-black: #161610;
  --color-cream: #E2DBC9;
  --color-offwhite: #FEF7F0;
  --color-orange: #F5612A;
  --color-brown: #5A3A16;
  --color-gold-dark: #B57B35;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--color-black);
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.woocommerce-loop-product__title,
.product_title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-black);
}

h1 { font-size: 52px; font-weight: 700; }
h2 { font-size: 40px; font-weight: 600; }
h3 { font-size: 30px; font-weight: 600; }
h4 { font-size: 24px; font-weight: 600; }
h5 { font-size: 20px; font-weight: 600; }
h6 { font-size: 16px; font-weight: 600; }

a { color: var(--color-gold); }
a:hover { color: var(--color-gold-dark); }

/* Buttons */
.ast-btn,
.button,
button,
input[type="submit"],
.wp-block-button__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ast-btn,
.button,
button.button,
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border: none;
}

.ast-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--color-gold-dark);
  color: #FFFFFF;
}

/* WooCommerce Product Cards */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
}

.woocommerce ul.products li.product .price {
  color: var(--color-rust);
  font-weight: 500;
}

.woocommerce ul.products li.product .price del {
  color: #999;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(225, 153, 68, 0.15);
  transition: all 0.25s ease;
}

/* WooCommerce add to cart button */
.woocommerce ul.products li.product .button {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.woocommerce ul.products li.product .button:hover {
  background-color: var(--color-gold-dark);
}

/* Header & Nav */
#masthead,
.site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid var(--color-cream);
}

/* Cart icon gold */
.ast-header-cart .count {
  background-color: var(--color-gold);
  color: #FFFFFF;
}

/* Announcement bar */
.ast-above-header-section {
  background-color: var(--color-black);
  color: var(--color-gold);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
}

/* Content background */
.site-content,
.ast-article-single,
.entry-content {
  background-color: var(--color-offwhite);
}

/* WooCommerce shop page */
.woocommerce-page .site-content {
  background-color: #FFFFFF;
}

/* Sale badge */
.woocommerce span.onsale {
  background-color: var(--color-orange);
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  min-height: auto;
  min-width: auto;
  padding: 4px 8px;
  line-height: 1.4;
}

/* Product page */
.woocommerce div.product .product_title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--color-rust);
  font-size: 24px;
  font-weight: 500;
}

/* Checkout */
.woocommerce-checkout #payment {
  background-color: var(--color-offwhite);
}

/* Star ratings */
.woocommerce .star-rating span::before {
  color: var(--color-gold);
}

/* Footer */
.site-footer {
  background-color: var(--color-black);
  color: #CCCCCC;
}

.site-footer a {
  color: var(--color-gold);
}

.site-footer a:hover {
  color: var(--color-gold-dark);
}

/* Responsive */
@media (max-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
}

@media (max-width: 480px) {
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
}
