/*
Theme Name: Deyora
Template: astra
Version: 4.9.0
Text Domain: deyora
Description: Deyora child theme — Elementor 原生部件 + 原型设计系统 CSS.
*/

/* Layout cleanup — hide Astra chrome */
body { margin: 0; }
#content { max-width: 100vw; }
#content > .ast-container { max-width: none; width: 100%; padding-left: 0; padding-right: 0; }
#primary { margin: 0; padding: 0; }
.site-header, .site-footer, #ast-mobile-header, .ast-breadcrumbs-wrapper,
.entry-header, .ast-title-bar-wrap, .ast-single-post .entry-title { display: none; }
.ast-container .entry-content { margin: 0; }

/* ============ Deyora Design System ============ */
body { font-family: var(--sans); color: var(--text); background: var(--bg); line-height: 1.6; }

:root {
  --bg: #F7F4EF;
  --bg-alt: #EFEAE2;
  --text: #2B2B2B;
  --text-light: #6B6559;
  --green: #314438;
  --terracotta: #C96F4A;
  --white: #FFFFFF;
  --border: #E2DCD2;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* 锚点平滑滚动 (Get a Quote → #quote 底部表单) */
html { scroll-behavior: smooth; }
#quote { scroll-margin-top: 80px; }

/* ============ 导航 (Elementor container + 原生部件) ============ */
/* 外层 container: 固定顶部, 米白半透明, 72px */
body.elementor-page .deyora-nav-container {
  position: fixed !important; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(247,244,239,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 0 48px !important; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  --flex-direction: row; --flex-justify-content: space-between;
  min-height: 72px;
}
/* WordPress admin bar: 登录后 body 加 admin-bar class, 工具栏高 32px, 固定 header 需下移 */
body.admin-bar.elementor-page .deyora-nav-container { top: 32px !important; }
/* logo 文字 (nav 容器第一个 heading) */
body.elementor-page .deyora-nav-container .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 24px; font-weight: 700; letter-spacing: 0.5px;
  color: var(--green); text-decoration: none; margin: 0;
}
/* 菜单区 (HFE navigation-menu widget) — 不重排 HFE 布局, 只覆盖颜色/字体 */
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu {
  margin: 0; flex: 1; display: flex; justify-content: center;
}
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal {
  display: flex; align-items: center;
}
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu {
  display: flex !important; flex-direction: row !important; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0;
  flex-wrap: nowrap !important;
}
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu li { margin: 0; display: flex !important; align-items: center; height: 72px; }
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu li a {
  text-decoration: none; color: var(--text); font-size: 13px; letter-spacing: 0.5px;
  text-transform: uppercase; font-weight: 500; font-family: var(--sans);
  padding: 0 !important; line-height: 72px !important; height: auto !important;
  display: inline-block !important;
}
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu li a:hover { color: var(--terracotta); }
body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu .hfe-nav-menu__toggle { display: none; }
/* CTA 按钮 */
body.elementor-page .deyora-nav-container .elementor-widget-button { margin: 0; }
body.elementor-page .deyora-nav-container .elementor-widget-button .elementor-button {
  background: var(--green); color: #fff; border: none;
  padding: 10px 24px; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; font-family: var(--sans); border-radius: 0;
  transition: background 0.2s;
}
body.elementor-page .deyora-nav-container .elementor-widget-button .elementor-button:hover { background: var(--terracotta); }
/* 汉堡按钮 (仅移动端显示) */
body.elementor-page .deyora-nav-container .nav-burger { display: none; cursor: pointer; }
/* 移动端下拉面板 (仅移动端显示) */
body.elementor-page .deyora-nav-container .mobile-menu-panel { display: none; }

/* ============ Hero (Elementor container 两列) ============ */
body.elementor-page .deyora-hero-container {
  margin-top: 72px; position: relative;
  /* 原型两层渐变: 底层 120° 深绿 + 覆盖层 90° 从左到右压暗→渐亮 (overlay 在前) */
  background-image:
    linear-gradient(90deg, rgba(20,25,20,0.55) 0%, rgba(20,25,20,0.15) 60%, rgba(0,0,0,0) 100%),
    linear-gradient(120deg,#314438 0%,#3d5245 55%,#4a5e4e 100%);
  background-color: #314438;
  height: 78vh; min-height: 520px;
  overflow: hidden;
  display: flex; align-items: center;
  padding: 0 72px !important;
  width: 100%;
  gap: 0;
}
/* admin bar 下 hero 不需要额外偏移 — nav 被下移 32px 后 hero 自动跟随 */
body.elementor-page .deyora-hero-container > .e-con { height: 100%; min-height: 520px; }
body.elementor-page .deyora-hero-container > .hero-right { min-height: 0 !important; }
/* 左列 */
body.elementor-page .hero-left {
  flex: 1 1 55%; max-width: 640px; padding: 0 !important;
  display: flex; flex-direction: column; justify-content: center;
  z-index: 2; margin: 0;
}
body.elementor-page .hero-left .elementor-widget { margin-bottom: 0; }
body.elementor-page .hero-left .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: #E8DCC8;
  font-family: var(--sans); font-weight: 400; margin-bottom: 16px; display: block;
}
body.elementor-page .hero-left .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 52px; line-height: 1.15; font-weight: 600;
  color: #fff; margin-bottom: 20px; display: block; max-width: 480px;
  margin-top: -4px;
}
body.elementor-page .hero-left .elementor-widget-text-editor {
  color: rgba(255,255,255,0.85) !important; font-size: 16px !important;
  max-width: 480px !important; margin-bottom: 32px !important; font-family: var(--sans);
}
body.elementor-page .hero-left .elementor-widget-button .elementor-button {
  background: var(--terracotta) !important; color: #fff !important;
  padding: 14px 36px !important; font-size: 14px !important; letter-spacing: 1px;
  text-transform: uppercase; border-radius: 0 !important; font-family: var(--sans);
}
body.elementor-page .hero-left .elementor-widget-button .elementor-button:hover { background: #B55A38 !important; }
body.elementor-page .hero-left .elementor-widget-button { margin-top: -20px; }
/* 右列: 轮播 */
body.elementor-page .hero-right {
  position: absolute !important; right: 5%; top: 50%; transform: translateY(-50%);
  width: 42% !important; max-width: 560px; z-index: 2;
  height: 72% !important; min-height: 0 !important;
  --min-height: initial !important; --container-min-height: initial !important;
  padding: 0 !important; margin: 0;
}
body.elementor-page .hero-right .elementor-widget { margin: 0; }
body.elementor-page .hero-right .elementor-widget.elementor-widget-html { height: 100%; }
body.elementor-page .hero-right .elementor-widget-container { height: 100%; }
body.elementor-page .hero-right .hero-img-wrap { position: relative; width: 100%; height: 100%; }
body.elementor-page .hero-right .hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
body.elementor-page .hero-right .hero-slide.active { opacity: 1; }
body.elementor-page .hero-right .hero-slide img {
  border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  object-fit: cover; width: 100%; height: 100%; display: block;
}
body.elementor-page .hero-right .hero-dots {
  position: absolute; bottom: -34px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 10px; z-index: 3;
}
body.elementor-page .hero-right .hero-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.35); cursor: pointer; padding: 0;
  transition: background 0.3s, transform 0.3s;
}
body.elementor-page .hero-right .hero-dots button.active {
  background: var(--terracotta); transform: scale(1.25);
}

/* ============ 通用区段 ============ */
body.elementor-page .section { padding: 96px 48px; }
body.elementor-page .section-alt { background: var(--bg-alt); }
body.elementor-page .container { max-width: 1280px; margin: 0 auto; }
body.elementor-page .sec-head { text-align: center; margin-bottom: 56px; padding: 0 !important; display: flex; flex-direction: column; align-items: center; }
/* sec-head widgets — use positional selectors since widget css_classes don't render */
body.elementor-page .sec-head .elementor-widget-text-editor:first-child { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 12px; }
body.elementor-page .sec-head .elementor-widget-heading .elementor-heading-title { font-family: var(--serif); font-size: 38px; font-weight: 600; color: var(--green); margin-bottom: 16px; }
body.elementor-page .sec-head .elementor-widget-text-editor:last-child { font-size: 15px; color: var(--text-light); max-width: 560px; }

/* ---------- 分类卡片网格 ---------- */
body.elementor-page .cat-grid-wrapper { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 24px; }
body.elementor-page .cat-grid-wrapper > .e-con-full { grid-column: auto !important; width: auto !important; }
body.elementor-page .cat-card { position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--white); display: block; text-decoration: none; }
/* 图片 widget 撑满整卡 (image widget + 其容器 + img 三链高度) */
body.elementor-page .cat-card > .elementor-widget-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
body.elementor-page .cat-card > .elementor-widget-image .elementor-widget-container,
body.elementor-page .cat-card > .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
body.elementor-page .cat-card:hover img { transform: scale(1.05); }
/* 底部渐变遮罩 label (容器级 css_classes 渲染) */
body.elementor-page .cat-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(20,25,20,0.8));
  color: #fff; padding: 48px 24px 20px; z-index: 2;
}
body.elementor-page .cat-label .elementor-heading-title { font-family: var(--serif); font-size: 24px; font-weight: 600; color: #fff; }
body.elementor-page .cat-label .elementor-widget-text-editor { font-size: 13px; color: rgba(255,255,255,0.8); letter-spacing: 1px; text-transform: uppercase; }
body.elementor-page .cat-label .elementor-widget-text-editor .elementor-widget-container { padding: 0; }

/* ---------- 产品网格 ---------- */
body.elementor-page .prod-grid-wrapper { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; }
body.elementor-page .prod-grid-wrapper > .e-con-full { grid-column: auto !important; width: auto !important; }
body.elementor-page .prod-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; transition: box-shadow 0.3s; display: block; text-decoration: none; color: inherit; }
body.elementor-page .prod-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
body.elementor-page .prod-card img { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; background: var(--bg); cursor: zoom-in; }
body.elementor-page .prod-info { padding: 16px 20px 20px; }
body.elementor-page .prod-model { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--green); }
body.elementor-page .prod-spec { font-size: 12px; color: var(--text-light); margin-top: 4px; letter-spacing: 0.3px; }
/* View All Products 按钮 (preview: hero-btn 绿底居中, margin-top 48px) */
body.elementor-page .prod-view-all-wrap {
  display: flex !important; justify-content: center !important;
  margin-top: 48px !important;
}
body.elementor-page .prod-view-all-wrap .elementor-widget-button { margin: 0; }
body.elementor-page .prod-view-all-wrap .elementor-button {
  background: var(--green); color: #fff;
  padding: 14px 36px; font-size: 14px; letter-spacing: 1px;
  text-transform: uppercase; font-family: var(--sans); border-radius: 0;
  transition: background 0.2s;
}
body.elementor-page .prod-view-all-wrap .elementor-button:hover { background: #B55A38; }

/* ---------- 品牌故事 ---------- */
/* ---------- 品牌故事 (About Us / Crafting every chair) ---------- */
body.elementor-page .brand-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
/* 图片按原图比例完整显示 (894x1055 竖版 0.85) — 不限制大小, 不裁剪 */
body.elementor-page .brand-left .elementor-widget-image img,
body.elementor-page .brand-left img {
  width: 100%; aspect-ratio: 0.85; height: auto !important;
  object-fit: cover; border-radius: 8px;
}
/* kicker: About Us (brand-right 第一个 heading widget) */
body.elementor-page .brand-right .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--terracotta) !important; font-family: var(--sans);
  margin-bottom: 12px;
}
/* 主标题: Crafting every chair (brand-right 第二个 heading) */
body.elementor-page .brand-right .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 34px; font-weight: 600;
  color: var(--green) !important; line-height: 1.3; margin-bottom: 20px;
}
/* 段落 (text-editor widgets) */
body.elementor-page .brand-right .elementor-widget-text-editor {
  color: var(--text-light); font-size: 15px; font-family: var(--sans);
  margin-bottom: 16px;
}
/* brand-list (html widget 内的 ul) */
body.elementor-page .brand-right .brand-list { list-style: none; margin-top: 24px; padding: 0; }
body.elementor-page .brand-right .brand-list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text); font-family: var(--sans); }
body.elementor-page .brand-right .brand-list li strong { color: var(--terracotta); }
/* Learn more about Deyora (button widget 样式化为 link-more 链接) */
body.elementor-page .brand-right .elementor-widget-button .elementor-button {
  background: transparent !important; border: none !important;
  color: var(--green) !important; font-family: var(--sans);
  font-size: 14px !important; letter-spacing: 1px; text-transform: uppercase;
  font-weight: 600; text-decoration: none; padding: 0;
  border-bottom: 2px solid var(--terracotta) !important; border-radius: 0;
  display: inline-block; margin-top: 24px;
}
body.elementor-page .brand-right .elementor-widget-button .elementor-button:hover {
  color: var(--terracotta) !important; background: transparent !important;
}
body.elementor-page .link-more { display: inline-block; margin-top: 24px; color: var(--green); font-size: 14px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--terracotta); padding-bottom: 4px; }
body.elementor-page .link-more:hover { color: var(--terracotta); }

/* ---------- CTA 区 (顶层全宽容器, 左右分栏: 文字 | 表单) ---------- */
body.elementor-page .cta-section {
  background: var(--green); color: #fff;
  padding: 88px 48px !important; width: 100% !important;
  align-items: center !important;
  gap: 48px;
}
body.elementor-page .cta-section .cta-left {
  flex: 1 1 42%; min-width: 300px; text-align: left;
}
body.elementor-page .cta-section .cta-left .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; color: #fff;
  margin-bottom: 16px;
}
body.elementor-page .cta-section .cta-left .elementor-widget-text-editor {
  color: rgba(255,255,255,0.8); font-size: 15px; margin-bottom: 0;
  font-family: var(--sans); max-width: 480px;
}
/* 右列: 表单卡片 */
body.elementor-page .cta-section .cta-form-card {
  flex: 1 1 48%; max-width: 560px; width: 100% !important;
  background: #fff; border-radius: 12px;
  padding: 40px 40px 32px !important;
  margin-top: 0;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  text-align: left;
  /* SureForms 颜色变量 (Astra 全局色已被移除, 需显式定义) */
  --ast-global-color-0: #C96F4A;
  --ast-global-color-2: #22261F;
  --srfm-color-scheme-primary: #C96F4A;
  --srfm-color-scheme-text: #22261F;
  --srfm-color-scheme-text-on-primary: #fff;
  --srfm-color-input-label: #22261F;
  --srfm-color-input-text: #22261F;
  --srfm-color-input-placeholder: rgba(34,38,31,0.55);
  --srfm-color-input-background: #fff;
  --srfm-color-input-border: #d8d4cc;
  --srfm-color-input-border-hover: #C96F4A;
  --srfm-color-input-border-focus-glow: rgba(201,111,74,0.15);
  /* 成功提示文字色 (--srfm-body-input-color 在插件 :root 未定义, fallback 白色 → 白卡上不可见) */
  --srfm-body-input-color: #314438;
}
/* 成功提示 (对勾 + Thank you + 描述) — 深绿文字, 与站点色调一致 */
body.elementor-page .cta-section .cta-form-card .srfm-success-box,
body.elementor-page .cta-section .cta-form-card .srfm-success-box .srfm-success-box-description,
body.elementor-page .cta-section .cta-form-card .srfm-success-box h2,
body.elementor-page .cta-section .cta-form-card .srfm-success-box p {
  color: #314438 !important;
}
body.elementor-page .cta-section .cta-form-card .srfm-success-box h2 {
  font-family: var(--serif); font-size: 26px; font-weight: 600;
  margin: 12px 0 8px;
}
body.elementor-page .cta-section .cta-form-card .srfm-success-box p {
  font-size: 14px; line-height: 1.6; color: #314438;
}
body.elementor-page .cta-section .cta-form-card .srfm-success-box img {
  width: 56px; height: 56px;
}
body.elementor-page .cta-section .cta-form-card .srfm-field-group,
body.elementor-page .cta-section .cta-form-card .srfm-block {
  margin-bottom: 18px;
}
body.elementor-page .cta-section .cta-form-card input[type="text"],
body.elementor-page .cta-section .cta-form-card input[type="email"],
body.elementor-page .cta-section .cta-form-card textarea {
  width: 100% !important;
  border: 1px solid #ddd; border-radius: 6px;
  padding: 12px 14px; font-size: 14px;
  font-family: var(--sans); color: #22261F;
  background: #faf8f4;
}
body.elementor-page .cta-section .cta-form-card input:focus,
body.elementor-page .cta-section .cta-form-card textarea:focus {
  border-color: var(--terracotta); outline: none;
  background: #fff;
}
body.elementor-page .cta-section .cta-form-card .srfm-btn,
body.elementor-page .cta-section .cta-form-card button[type="submit"],
body.elementor-page .cta-section .cta-form-card .srfm-submit-button {
  background: var(--terracotta) !important; color: #fff !important;
  border: none; border-radius: 0; font-family: var(--sans);
  letter-spacing: 1px; text-transform: uppercase; font-size: 14px; font-weight: 600;
  padding: 14px 32px; cursor: pointer; width: 100% !important;
}
body.elementor-page .cta-section .cta-form-card .srfm-btn:hover,
body.elementor-page .cta-section .cta-form-card button[type="submit"]:hover,
body.elementor-page .cta-section .cta-form-card .srfm-submit-button:hover {
  background: #c14d2e !important;
}

/* ============ 页脚 (Elementor container 四列, 全宽背景) ============ */
body.elementor-page .deyora-footer-container {
  background: #22261F; color: rgba(255,255,255,0.7);
  padding: 64px 48px 32px !important;
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  width: 100% !important; max-width: none !important;
}
body.elementor-page .deyora-footer-container .footer-col { padding: 0 !important; min-width: 0; width: auto !important; }
body.elementor-page .deyora-footer-container .footer-col-brand .elementor-widget-heading .elementor-heading-title {
  color: #fff; font-family: var(--serif); font-size: 22px; font-weight: 600;
  margin-bottom: 12px;
}
body.elementor-page .deyora-footer-container .footer-col:not(.footer-col-brand) .elementor-widget-heading .elementor-heading-title {
  color: #fff; font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 16px; font-family: var(--sans); font-weight: 400;
}
body.elementor-page .deyora-footer-container .footer-col-brand .elementor-widget-text-editor {
  color: rgba(255,255,255,0.7); font-size: 13px; max-width: 280px;
  font-family: var(--sans);
}
body.elementor-page .deyora-footer-container .elementor-icon-list-items { list-style: none; margin: 0; padding: 0; }
body.elementor-page .deyora-footer-container .elementor-icon-list-item { margin: 0 0 10px; }
body.elementor-page .deyora-footer-container .elementor-icon-list-item a,
body.elementor-page .deyora-footer-container .elementor-icon-list-text {
  color: rgba(255,255,255,0.7) !important; text-decoration: none; font-size: 14px;
  font-family: var(--sans);
}
body.elementor-page .deyora-footer-container .elementor-icon-list-item a:hover,
body.elementor-page .deyora-footer-container .elementor-icon-list-item a:hover .elementor-icon-list-text { color: var(--terracotta) !important; }

/* footer-bottom 版权行 (preview 1:1) */
body.elementor-page .deyora-footer-container .footer-bottom {
  grid-column: 1 / -1 !important; width: 100% !important;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 48px; padding-top: 24px;
  text-align: center;
}
body.elementor-page .deyora-footer-container .footer-bottom .elementor-widget-text-editor {
  font-size: 12px; color: rgba(255,255,255,0.4);
  font-family: var(--sans);
}

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  body.elementor-page .prod-grid-wrapper { grid-template-columns: repeat(3, 1fr) !important; }
  body.elementor-page .cat-grid-wrapper { grid-template-columns: repeat(2, 1fr) !important; }
  body.elementor-page .brand-section { grid-template-columns: 1fr !important; }
}
@media (max-width: 768px) {
  body.elementor-page .deyora-nav-container { padding: 0 16px !important; gap: 8px !important; }
  body.elementor-page .deyora-nav-container .elementor-widget-navigation-menu { display: none; }
  /* 窄屏: Get a Quote + 汉堡 严格单行 (gap 8px + 各元素压缩, 375px 放得下) */
  body.elementor-page .deyora-nav-container .elementor-widget-heading .elementor-heading-title { font-size: 17px !important; }
  body.elementor-page .deyora-nav-container .elementor-widget-button { margin-left: auto !important; }
  body.elementor-page .deyora-nav-container .elementor-widget-button .elementor-button { padding: 6px 10px !important; font-size: 10px !important; white-space: nowrap !important; }
  /* 汉堡按钮 (第一行最右, 无边框框框, 图标与左侧元素垂直居中) */
  body.elementor-page .deyora-nav-container .nav-burger {
    display: flex !important; width: auto; height: auto;
    margin-left: 2px !important; border: none !important; border-radius: 0 !important;
    background: transparent !important;
    align-items: center !important; justify-content: center !important;
    padding: 0 !important; flex: 0 0 auto !important;
  }
  body.elementor-page .deyora-nav-container .nav-burger .elementor-widget-container,
  body.elementor-page .deyora-nav-container .nav-burger .elementor-icon {
    display: flex !important; align-items: center !important; justify-content: center !important;
    width: auto !important; height: auto !important; line-height: 1 !important;
    padding: 0 !important; margin: 0 !important;
  }
  body.elementor-page .deyora-nav-container .nav-burger .elementor-icon i,
  body.elementor-page .deyora-nav-container .nav-burger .elementor-icon svg {
    color: var(--green); font-size: 24px !important; line-height: 1 !important;
    display: block !important;
  }
  body.elementor-page .deyora-nav-container .nav-burger .elementor-icon {
    transform: translateY(1px) !important;
  }
  /* 下拉面板 — top:100% 自动贴导航底 (不会遮住导航内的汉堡) */
  body.elementor-page .deyora-nav-container .mobile-menu-panel {
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(247,244,239,0.98); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1); z-index: 99;
    padding: 12px 24px 20px;
    display: none;
  }
  body.elementor-page .deyora-nav-container .mobile-menu-panel.open { display: block; }
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-items { list-style: none; margin: 0; padding: 0; }
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-item { margin: 0; }
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-item a {
    display: flex; align-items: center; padding: 13px 0;
    border-bottom: 1px solid rgba(49,68,56,0.12);
    color: var(--green); font-family: var(--sans);
    font-size: 14px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500;
    text-decoration: none;
  }
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-item:last-child a { border-bottom: none; }
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-item a:hover,
  body.elementor-page .deyora-nav-container .mobile-menu-panel .elementor-icon-list-item a:active { color: var(--terracotta); }
  body.elementor-page .deyora-hero-container { padding: 0 24px !important; flex-direction: column; }
  body.elementor-page .hero-left .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 34px; }
  body.elementor-page .hero-right { margin-top: 32px; }
  body.elementor-page .hero-right { position: static !important; transform: none !important; width: 100% !important; height: auto !important; }
  body.elementor-page .hero-right .hero-img-wrap { height: auto; }
  body.elementor-page .hero-right .hero-dots { bottom: -24px; }
  body.elementor-page .section { padding: 64px 20px; }
  body.elementor-page .prod-grid-wrapper { grid-template-columns: repeat(2, 1fr) !important; }
  body.elementor-page .cat-grid-wrapper { grid-template-columns: 1fr !important; }
  body.elementor-page .deyora-footer-container { padding: 64px 20px 32px !important; }
  body.elementor-page .deyora-footer-container { grid-template-columns: 1fr 1fr !important; }
  /* CTA 窄屏堆叠: 文字在上, 表单在下 */
  body.elementor-page .cta-section { flex-direction: column !important; padding: 64px 20px !important; gap: 40px; }
  body.elementor-page .cta-section .cta-left,
  body.elementor-page .cta-section .cta-form-card { flex: 1 1 100%; max-width: 100%; }
}
/* ============ Contact 页面 (v4.3.3, 深色方案 — hero 深绿 + info 深米 + 白卡点缀) ============ */
/* hero 区: 深绿背景, 居中 kicker + 大标题 + 副文案 (品牌色开场, 与首页 CTA 呼应) */
body.elementor-page .contact-hero {
  background: var(--green); padding: 130px 48px 0; min-height: 439px; height: 439px;
}
body.elementor-page .contact-hero .contact-hero-inner { max-width: 760px; margin: 0 auto; width: 100%; }
body.elementor-page .contact-hero .elementor-widget { margin-bottom: 0; }
body.elementor-page .contact-hero .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; margin-bottom: 20px;
}
body.elementor-page .contact-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 46px; font-weight: 600; line-height: 1.25; margin-bottom: 22px; min-height: 115px;
}
body.elementor-page .contact-hero .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; max-width: 560px; margin: 0 auto;
}

/* 联系信息区: 深米色背景, 3 白卡 (白只占卡片小面积) */
body.elementor-page .contact-info {
  background: var(--bg-alt); padding: 96px 48px;
}
body.elementor-page .contact-info > .elementor-widget { margin-bottom: 0; text-align: center; }
body.elementor-page .contact-info .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; color: var(--terracotta); margin-bottom: 16px;
}
body.elementor-page .contact-info .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--green); margin-bottom: 16px;
}
body.elementor-page .contact-info .elementor-widget-text-editor {
  font-size: 15px; color: var(--text-light); font-family: var(--sans); max-width: 560px; margin: 0 auto 56px;
}
body.elementor-page .contact-info-grid {
  display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 24px;
  width: 100% !important; max-width: 1080px; margin: 0 auto;
}
body.elementor-page .contact-info-grid > .e-con-full { width: auto !important; }
body.elementor-page .contact-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: 44px 32px !important;
  align-items: flex-start !important; min-height: 220px;
  box-shadow: 0 12px 32px rgba(49,68,56,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
body.elementor-page .contact-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(49,68,56,0.14);
}
body.elementor-page .contact-card .elementor-widget { margin-bottom: 0; }
body.elementor-page .contact-card .elementor-widget-heading:first-child .elementor-heading-title {
  font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--green); margin-bottom: 16px;
}
body.elementor-page .contact-card .elementor-widget-text-editor { font-size: 14px; color: var(--text-light); font-family: var(--sans); line-height: 1.8; margin-bottom: 4px; }
body.elementor-page .contact-card .contact-link {
  color: var(--green); font-weight: 500; text-decoration: underline; text-underline-offset: 3px;
}
body.elementor-page .contact-card .contact-link:hover { color: var(--terracotta); }

/* 表单区: 复用首页 cta-section 深绿背景 + 白卡 (与 hero 首尾呼应) */
body.elementor-page .contact-form-section { padding: 96px 48px; }
body.elementor-page .contact-form-section .cta-form-card { background: var(--white); }

/* 响应式 */
@media (max-width: 768px) {
  body.elementor-page .contact-hero { min-height: 480px; height: 480px; padding: 100px 20px 0; }
  body.elementor-page .contact-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 32px; }
  body.elementor-page .contact-info { padding: 64px 20px; }
  body.elementor-page .contact-info-grid { grid-template-columns: 1fr; }
  body.elementor-page .contact-form-section { padding: 64px 20px; }
}

/* ============ About 页面 (v4.4.0, 与 Contact 深色方案统一) ============ */
/* hero 区: 深绿背景, 居中 kicker + 大标题 + 副文案 */
body.elementor-page .about-hero {
  background: var(--green); padding: 130px 48px 0; min-height: 439px; height: 439px;
}
body.elementor-page .about-hero .about-hero-inner { max-width: 820px; margin: 0 auto; width: 100%; }
body.elementor-page .about-hero .elementor-widget { margin-bottom: 0; }
body.elementor-page .about-hero .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; margin-bottom: 20px;
}
body.elementor-page .about-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 46px; font-weight: 600; line-height: 1.25; margin-bottom: 22px; min-height: 115px;
}
body.elementor-page .about-hero .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; max-width: 620px; margin: 0 auto;
}

/* 品牌故事区: 深米背景, 左图右文 */
body.elementor-page .about-brand-section {
  background: var(--bg-alt); padding: 96px 48px;
}
body.elementor-page .about-brand-section > .e-con { width: auto !important; }
body.elementor-page .about-brand-section .about-brand-left { flex: 1 1 42%; min-width: 300px; }
body.elementor-page .about-brand-section .about-brand-right { flex: 1 1 48%; min-width: 300px; }
body.elementor-page .about-brand-img img {
  width: 100%; border-radius: 8px; box-shadow: 0 20px 48px rgba(49,68,56,0.18);
}
body.elementor-page .about-brand-right .elementor-widget { margin-bottom: 0; }
body.elementor-page .about-brand-right .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; margin-bottom: 14px;
}
body.elementor-page .about-brand-right .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1.3; margin-bottom: 18px;
}
body.elementor-page .about-brand-right .elementor-widget-text-editor {
  font-size: 15px; color: var(--text-light); font-family: var(--sans); line-height: 1.8; margin-bottom: 14px;
}
body.elementor-page .about-brand-list { list-style: none; margin: 20px 0 0; padding: 0; }
body.elementor-page .about-brand-list li {
  padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15px;
  color: var(--text-light); font-family: var(--sans); line-height: 1.6;
}
body.elementor-page .about-brand-list li strong { color: var(--green); font-weight: 600; }

/* 三大卖点区: 白底, 3 卡片 */
body.elementor-page .about-values {
  background: var(--white); padding: 96px 48px;
}
body.elementor-page .about-values > .elementor-widget { margin-bottom: 0; text-align: center; }
body.elementor-page .about-values .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; color: var(--terracotta); margin-bottom: 16px;
}
body.elementor-page .about-values .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--green); margin-bottom: 56px;
}
body.elementor-page .about-value-grid {
  display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 24px;
  width: 100% !important; max-width: 1080px; margin: 0 auto;
}
body.elementor-page .about-value-grid > .e-con-full { width: auto !important; }
body.elementor-page .about-value-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: 8px;
  padding: 40px 32px !important; align-items: flex-start !important; min-height: 220px;
  transition: transform 0.3s, box-shadow 0.3s;
}
body.elementor-page .about-value-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(49,68,56,0.12);
}
body.elementor-page .about-value-card .elementor-widget { margin-bottom: 0; }
body.elementor-page .about-value-card .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--green); margin-bottom: 14px;
}
body.elementor-page .about-value-card .elementor-widget-text-editor {
  font-size: 14px; color: var(--text-light); font-family: var(--sans); line-height: 1.8;
}

/* CTA 区: 深绿, Get in Touch → contact */
body.elementor-page .about-cta {
  background: var(--green); padding: 96px 48px;
}
body.elementor-page .about-cta .about-cta-inner { max-width: 640px; margin: 0 auto; }
body.elementor-page .about-cta .elementor-widget { margin-bottom: 0; }
body.elementor-page .about-cta .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; margin-bottom: 18px;
}
body.elementor-page .about-cta .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; margin-bottom: 36px;
}
body.elementor-page .about-cta .elementor-widget-button .elementor-button {
  background: var(--terracotta); color: #fff; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; padding: 14px 36px; border-radius: 0; font-family: var(--sans);
  transition: background 0.2s;
}
body.elementor-page .about-cta .elementor-widget-button .elementor-button:hover { background: #B55A38; }

/* 响应式 */
@media (max-width: 768px) {
  body.elementor-page .about-hero { min-height: 480px; height: 480px; padding: 100px 20px 0; }
  body.elementor-page .about-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 32px; }
  body.elementor-page .about-brand-section { padding: 64px 20px; flex-direction: column !important; }
  body.elementor-page .about-brand-section .about-brand-left,
  body.elementor-page .about-brand-section .about-brand-right { flex: 1 1 100%; max-width: 100%; }
  body.elementor-page .about-values { padding: 64px 20px; }
  body.elementor-page .about-value-grid { grid-template-columns: 1fr; }
  body.elementor-page .about-cta { padding: 64px 20px; }
}

/* ============ Products 页面 (v4.5.0, 与 About/Contact 深色方案统一) ============ */
/* hero 区: 深绿背景 */
body.elementor-page .products-hero {
  background: var(--green); padding: 130px 48px 0; min-height: 439px; height: 439px;
}
body.elementor-page .products-hero .products-hero-inner { max-width: 820px; margin: 0 auto; width: 100%; }
body.elementor-page .products-hero .elementor-widget { margin-bottom: 0; }
body.elementor-page .products-hero .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; margin-bottom: 20px;
}
body.elementor-page .products-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 46px; font-weight: 600; line-height: 1.25; margin-bottom: 22px; min-height: 115px;
}
body.elementor-page .products-hero .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; max-width: 620px; margin: 0 auto;
}

/* CTA 区: 深绿 */
body.elementor-page .products-cta {
  background: var(--green); padding: 96px 48px;
}
body.elementor-page .products-cta .products-cta-inner { max-width: 640px; margin: 0 auto; }
body.elementor-page .products-cta .elementor-widget { margin-bottom: 0; }
body.elementor-page .products-cta .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; margin-bottom: 18px;
}
body.elementor-page .products-cta .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; margin-bottom: 36px;
}
body.elementor-page .products-cta .elementor-widget-button .elementor-button {
  background: var(--terracotta); color: #fff; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; padding: 14px 36px; border-radius: 0; font-family: var(--sans);
  transition: background 0.2s;
}
body.elementor-page .products-cta .elementor-widget-button .elementor-button:hover { background: #B55A38; }

/* 响应式 */
@media (max-width: 768px) {
  body.elementor-page .products-hero { min-height: 480px; height: 480px; padding: 100px 20px 0; }
  body.elementor-page .products-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 32px; }
  body.elementor-page .products-cta { padding: 64px 20px; }
}

/* ============ 分类页 (v4.6.0, Dining/Lounge/Signature, 与 Products 同风格) ============ */
body.elementor-page .cat-hero {
  background: var(--green); padding: 130px 48px 0; min-height: 439px; height: 439px;
}
body.elementor-page .cat-hero .cat-hero-inner { max-width: 820px; margin: 0 auto; width: 100%; }
body.elementor-page .cat-hero .elementor-widget { margin-bottom: 0; }
body.elementor-page .cat-hero .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-family: var(--sans);
  font-weight: 500; margin-bottom: 20px;
}
body.elementor-page .cat-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-family: var(--serif); font-size: 46px; font-weight: 600; line-height: 1.25; margin-bottom: 22px; min-height: 115px;
}
body.elementor-page .cat-hero .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; max-width: 620px; margin: 0 auto;
}

/* CTA 区: 深绿 */
body.elementor-page .cat-cta {
  background: var(--green); padding: 96px 48px;
}
body.elementor-page .cat-cta .cat-cta-inner { max-width: 640px; margin: 0 auto; }
body.elementor-page .cat-cta .elementor-widget { margin-bottom: 0; }
body.elementor-page .cat-cta .elementor-widget-heading .elementor-heading-title {
  font-family: var(--serif); font-size: 36px; font-weight: 600; margin-bottom: 18px;
}
body.elementor-page .cat-cta .elementor-widget-text-editor {
  font-size: 16px; color: rgba(255,255,255,0.78); font-family: var(--sans); line-height: 1.7; margin-bottom: 36px;
}
body.elementor-page .cat-cta .elementor-widget-button .elementor-button {
  background: var(--terracotta); color: #fff; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; padding: 14px 36px; border-radius: 0; font-family: var(--sans);
  transition: background 0.2s;
}
body.elementor-page .cat-cta .elementor-widget-button .elementor-button:hover { background: #B55A38; }

@media (max-width: 768px) {
  body.elementor-page .cat-hero { min-height: 480px; height: 480px; padding: 100px 20px 0; }
  body.elementor-page .cat-hero .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 32px; }
  body.elementor-page .cat-cta { padding: 64px 20px; }
}

/* ============ 产品图片画廊 Lightbox (v4.7.0) ============ */
.deyora-lightbox {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(20, 22, 18, 0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s ease; cursor: zoom-out;
}
.deyora-lightbox.open { opacity: 1; }
.deyora-lightbox figure {
  margin: 0; max-width: 92vw; max-height: 88vh;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.deyora-lightbox-img {
  max-width: 92vw; max-height: 82vh; width: auto; height: auto;
  object-fit: contain; border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  cursor: default;
}
.deyora-lightbox-caption {
  color: rgba(255,255,255,0.85); font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; font-family: var(--sans); text-align: center;
}
.deyora-lightbox-close {
  position: fixed; top: 24px; right: 28px; z-index: 100000;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-size: 26px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.deyora-lightbox-close:hover { background: rgba(255,255,255,0.25); transform: scale(1.08); }
@media (max-width: 768px) {
  .deyora-lightbox-close { top: 16px; right: 16px; width: 38px; height: 38px; font-size: 22px; }
  .deyora-lightbox-img { max-height: 78vh; }
}
