/*
Theme Name: Dorlux Mattress
Theme URI: https://example.com/dorlux-mattress
Author: Your Company
Author URI: https://example.com
Description: 高端外贸床垫品牌展示主题，支持首页/关于我们/产品/联系等页面结构。
Version: 1.0.0
Text Domain: dorlux-mattress
*/

:root {
  --color-primary: #2d2145;
  --color-accent: #7a58af;
  --color-light: #f6f1fb;
  --color-dark: #160f23;
  --text-body: #4c4460;
  --text-heading: #241a36;
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-body);
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header,
.site-footer {
  padding: 28px 0;
  background: #fff;
}

.site-header .header-inner,
.site-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.language-switcher {
  padding: 6px 12px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 999px;
  font-size: 14px;
}
