/*
Theme Name: Urkunina Theme
Author: You
Version: 1.0
*/
/* ================= RESET ================= */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  /* Palette Tokens */
  --color-primary: 62 44 40; /* #3E2C28 (Dark Roast) */
  --color-accent: 90 61 54; /* #5A3D36 (Espresso) */
  --color-cta: 232 93 4; /* #E85D04 (Lava) */
  --color-bg: 250 249 246; /* #FAF9F6 (Bone/Off-white) */
  --color-green: 107 122 80; /* #6B7A50 (Plantation) */
  --color-muted: 140 130 120; /* Warm Muted Grey */

  /* Line Specifics (V2 Branding) */
  --color-line-purple: 106 13 173;
  --color-line-brown: 62 44 40;
  --color-line-aqua: 64 224 208;
  --color-line-orange: 232 93 4;
  --color-line-yellow: 255 215 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: rgb(var(--color-bg));
  color: rgb(var(--color-primary));
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-green) / var(--tw-bg-opacity, 1));
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
}

/* Responsive Typography */
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

/* Custom scrollbar matching the roast theme */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgb(var(--color-bg));
}
::-webkit-scrollbar-thumb {
  background: rgb(var(--color-primary) / 0.1);
  border-radius: 10px;
  border: 2px solid rgb(var(--color-bg));
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--color-primary) / 0.2);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

/* ================= VARIABLES ================= */
:root {
  --color-primary: 62 44 40;
  --color-accent: 90 61 54;
  --color-cta: 232 93 4;
  --color-bg: 250 249 246;
  --color-green: 107 122 80;
  --color-muted: 140 130 120;

  --color-line-purple: 106 13 173;
  --color-line-brown: 62 44 40;
  --color-line-aqua: 64 224 208;
  --color-line-orange: 232 93 4;
  --color-line-yellow: 255 215 0;
}

/* ================= BASE ================= */
html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(var(--color-bg));
  color: rgb(var(--color-primary));
  line-height: 1.6;
  font-family:
    Merriweather,
    Georgia,
    serif "Inter",
    sans-serif;
}

.font-sans {
  font-family:
    Inter,
    Noto Sans Arabic,
    system-ui,
    sans-serif !important;
}

.font-serif {
  font-family: "Playfair Display", serif !important;
}

.bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-cta) / var(--tw-bg-opacity, 1));
}

.hover\:text-cta:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-cta) / var(--tw--text-opacity, 1));
}

.text-cta {
  --tw-text-opacity: 1;
  color: rgb(var(--color-cta) / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary) / var(--tw-text-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(var(--color-primary) / 0.1);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(var(--color-green) / var(--tw-text-opacity, 1));
}

.bg-green\/10 {
  background-color: rgb(var(--color-green) / 0.1);
}

.bg-cta\/10 {
  background-color: rgb(var(--color-cta) / 0.1);
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-green) / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-cta) / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-text-opacity, 1));
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(0.9);
  filter: var(--tw-blue) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary) / var(--tw-border-opacity, 1));
}

/* h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
} */

/* ================= CONTAINER ================= */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ================= HEADER ================= */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.main-header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header a {
  text-decoration: none;
  color: rgb(var(--color-primary));
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo img {
  height: 55px;
}

/* ================= HERO ================= */
.hero {
  position: relative;
  height: 90vh;
  background: url("https://urkuninanew.nkworkshop.com/images/Urkunina-6-900x550.jpg")
    center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  max-width: 700px;
  padding: 0 20px;
  color: white;
}

.hero h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 600px;
  line-height: 1.2;
}

.tagline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

.desc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
}

/* ================= BUTTON ================= */
.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  background: rgb(var(--color-cta));
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.9;
}

/* ================= MENU ================= */
.menu {
  display: flex;
  gap: 25px;
}

/* ================= DROPDOWN ================= */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  background: white;
  width: 230px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
}

.dropdown-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
}

.dropdown-menu a:hover {
  background: #f7f7f7;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ================= CARDS ================= */
.cards {
  margin-top: -80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 🔥 main fix */
  gap: 30px;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card h2 {
  font-size: 20px;
  font-weight: 600;
}

.card ul {
  font-size: 14px;
  color: rgb(var(--color-muted));
  margin-bottom: 20px;
}

.card button {
  width: 100%;
  padding: 14px;
  border: 2px solid #333;
  background: transparent;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ================= VOLCANO ================= */
.volcano {
  background: rgb(var(--color-primary));
  color: white;
  padding: 100px 0;
}

.volcano p {
  color: #ccc;
}

.circle-img {
  width: 420px;
  height: 420px; /* 🔥 must */
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.1);
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 important */
}

/* ================= FOOTER ================= */
footer {
  background: white;
  /* padding: 60px 0 20px; */
}

footer h4 {
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
}

footer a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

/* footer a:hover {
  color: rgb(var(--color-cta));
} */

footer p {
  font-size: 13px;
  color: #777;
}

/* ================= SCROLLBAR ================= */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgb(var(--color-bg));
}

::-webkit-scrollbar-thumb {
  background: rgba(62, 44, 40, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(62, 44, 40, 0.2);
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 40px;
  }

  .hero-content {
    padding: 0 15px;
  }

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

.volcano-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 768px) {
  .volcano-inner {
    flex-direction: column;
    text-align: center;
  }
}

.font-serif {
  font-family: "Playfair Display", serif !important;
}

.card h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.hover\:bg-cat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-cta) / var(--tw-bg-opacity, 1));
}

/* ===== My Account Layout Improve ===== */

.woocommerce {
  max-width: 1100px;
  margin: 80px auto;
  padding: 40px;
}

.woocommerce-MyAccount-navigation {
  width: 250px;
  float: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #333;
}

.woocommerce-MyAccount-navigation a:hover {
  background: #f7f7f7;
}

.woocommerce-MyAccount-content {
  margin-left: 270px;
}

/* Button */
.woocommerce button,
.woocommerce a.button {
  background: rgb(var(--color-cta));
  color: #fff;
  padding: 10px 20px;
  border: none;
}

/* COOKIE FIX */
#cookie-law-info-bar {
  position: relative !important;
  bottom: auto !important;
}

body {
  padding-bottom: 120px;
}
