/*
 Theme Name:   Siêu Nhím – GeneratePress Child
 Theme URI:    https://sieunhim.com
 Description:  Child theme for GeneratePress – Siêu Nhím corporate site
 Author:       Siêu Nhím
 Author URI:   https://sieunhim.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sieunhim
*/

/* === Design Tokens (from demo.html) === */
:root {
  --bg: #ffffff;
  --surface: #fdf6f1;
  --surface-2: #fff1e7;
  --card: #ffffff;
  --ink: #25282b;
  --ink-2: #5d6369;
  --ink-3: #8b9198;
  --line: #eee6de;
  --line-2: #e6dbd0;
  --brand: #f04e23;
  --brand-2: #f97a21;
  --brand-red: #e63016;
  --brand-ink: #be3410;
  --brand-deep: #c42a12;
  --brand-wash: #fdece4;
  --brand-wash-2: #fff4ee;
  --good: #1c874a;
  --shadow-sm: 0 1px 2px rgba(60,30,15,.05), 0 2px 6px rgba(60,30,15,.05);
  --shadow-md: 0 18px 40px -18px rgba(190,52,16,.22), 0 6px 16px -8px rgba(190,52,16,.12);
  --shadow-lg: 0 44px 90px -32px rgba(190,52,16,.30), 0 14px 34px -14px rgba(190,52,16,.16);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --wrap: 1290px;
  --ff: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #161210; --surface: #1e1713; --surface-2: #271a12; --card: #201814;
    --ink: #f6ede7; --ink-2: #c8b9ae; --ink-3: #9a8b80; --line: #37291f; --line-2: #493626;
    --brand: #ff6a3d; --brand-2: #ff9048; --brand-red: #ff5a35; --brand-ink: #ff8a5f;
    --brand-deep: #ff8a5f; --brand-wash: #2c1710; --brand-wash-2: #241611;
    --good: #4ade80;
    --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
    --shadow-md: 0 16px 36px -16px rgba(0,0,0,.6);
    --shadow-lg: 0 44px 90px -34px rgba(0,0,0,.72);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #161210; --surface: #1e1713; --surface-2: #271a12; --card: #201814;
  --ink: #f6ede7; --ink-2: #c8b9ae; --ink-3: #9a8b80; --line: #37291f; --line-2: #493626;
  --brand: #ff6a3d; --brand-2: #ff9048; --brand-red: #ff5a35; --brand-ink: #ff8a5f;
  --brand-deep: #ff8a5f; --brand-wash: #2c1710; --brand-wash-2: #241611;
  --good: #4ade80;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow-md: 0 16px 36px -16px rgba(0,0,0,.6);
  --shadow-lg: 0 44px 90px -34px rgba(0,0,0,.72);
  color-scheme: dark;
}

/* Force override GeneratePress defaults */
body {
  font-family: var(--ff) !important;
  background: var(--bg) !important;
  color: var(--ink) !important;
}
.site {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.inside-article,
.site-main,
.content-area {
  padding: 0 !important;
  margin: 0 !important;
}
.generate-columns-container {
  padding: 0 !important;
}
