@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&family=Noto+Serif+TC:wght@600;700&display=swap");

:root {
  --y-bg: lab(95.9629% 1.23322 5.19562);
  --y-fg: lab(18.7565% 2.606 4.16393);
  --y-primary: lab(60.1119% 16.4603 13.2838);
  --y-secondary: lab(67.8639% -6.21653 9.07371);
  --y-muted: lab(91.8955% 1.91572 6.59685);
  --y-accent: lab(74.3916% 7.63834 15.6678);
  --y-sand: #eee5d8;
  --y-paper: #fffaf3;
  --y-line: rgba(75, 63, 55, .12);
  --y-rose: #b77f75;
  --y-clay: #c89a82;
  --y-sage: #91a08d;
  --y-gold: #bd9f69;
  --y-night: #2b2421;
  --y-shadow: 0 18px 45px rgba(52, 42, 36, .08);
}

html {
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 10px;
}

body.elementor-template-canvas,
body.elementor-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--y-bg);
  color: var(--y-fg);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0;
}

body.elementor-template-canvas *,
body.elementor-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.y-section,
.y-header,
.y-footer {
  width: 100%;
}

.y-section {
  padding: 0 !important;
}

.y-inner {
  width: calc(100% - 84px) !important;
  max-width: 1216px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.y-center {
  align-items: center !important;
  text-align: center;
}

.y-grid {
  display: grid !important;
  width: 100%;
  align-items: stretch;
  gap: 24px !important;
}

.y-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.y-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.y-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.y-kicker p,
.y-breadcrumb p,
.y-section-copy p,
.y-page-description p,
.y-copy p,
.y-stat-title p,
.y-stat-note p,
.y-award-label p,
.y-award-product p,
.y-blog-meta p,
.y-blog-tags p,
.y-blog-author p,
.y-product-award p,
.y-product-brand p,
.y-product-english p,
.y-product-spec-label p,
.y-products-award-note p,
.y-testimonial-author p {
  margin: 0;
}

.y-kicker p {
  color: var(--y-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

.y-section-title .elementor-heading-title,
.y-page-title .elementor-heading-title,
.y-hero-title .elementor-heading-title,
.y-card-title .elementor-heading-title,
.y-small-title .elementor-heading-title,
.y-founder-philosophy .elementor-heading-title,
.y-quote-title .elementor-heading-title,
.y-testimonials-title .elementor-heading-title,
.y-cta-title .elementor-heading-title,
.y-newsletter-title .elementor-heading-title,
.y-footer-title .elementor-heading-title,
.y-form-title .elementor-heading-title {
  margin: 0;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.y-section-title .elementor-heading-title {
  font-size: 48px;
  line-height: 1.25;
}

.y-title-36 .elementor-heading-title {
  font-size: 36px;
  line-height: 40px;
}

.y-section-title span,
.y-hero-title span,
.y-about-story .y-section-title span {
  color: var(--y-primary);
}

.y-section-copy {
  max-width: 672px;
  color: #6f655f;
  font-size: 16px;
  line-height: 26px;
}

.y-lead {
  font-size: 18px;
  line-height: 28px;
}

.y-light .elementor-heading-title,
.y-light p,
.y-light {
  color: var(--y-bg) !important;
}

.y-button {
  width: auto !important;
}

.y-button .elementor-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.y-button .elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(56, 43, 36, .12);
}

.y-primary-button .elementor-button {
  border-color: var(--y-primary);
  background: var(--y-primary);
  color: #fff;
}

.y-secondary-button .elementor-button {
  border-color: var(--y-line);
  background: rgba(255, 255, 255, .55);
  color: var(--y-fg);
}

/* Header */
.y-header {
  position: fixed !important;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 80px;
  border-bottom: 1px solid rgba(75, 63, 55, .08);
  background: color-mix(in srgb, var(--y-bg) 86%, transparent);
  backdrop-filter: blur(12px);
}

.admin-bar .y-header { top: 32px; }

.y-header-inner {
  display: grid !important;
  height: 80px;
  grid-template-columns: 260px minmax(420px, 1fr) 260px;
  align-items: center !important;
  gap: 18px !important;
}

.y-logo {
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 13px !important;
}

.y-logo-icon { width: 28px !important; }
.y-logo-icon .elementor-icon { color: var(--y-primary); font-size: 27px; }

.y-brand .elementor-heading-title {
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.y-brand small {
  display: block;
  color: #746a64;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
}

.y-desktop-nav .elementor-icon-list-items {
  display: flex;
  justify-content: center;
  gap: 42px;
}

.y-desktop-nav .elementor-icon-list-item { margin: 0 !important; padding: 0 !important; }
.y-desktop-nav .elementor-icon-list-icon { display: none; }
.y-desktop-nav .elementor-icon-list-text { color: #5d554f; font-size: 14px; font-weight: 500; }

.y-header-tools {
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 15px !important;
}

.y-header-icon { width: 28px !important; }
.y-header-icon .elementor-icon { color: #625a54; font-size: 18px; }
.y-header-cta .elementor-button { min-height: 40px; padding: 10px 20px; background: var(--y-primary); color: #fff; }
.y-mobile-nav { display: none; }

/* Home hero */
.y-home-hero {
  height: 1102px;
  min-height: 1102px;
  overflow: hidden;
  background: var(--y-bg);
}

.y-home-hero > .y-inner {
  height: 999px;
  padding-top: 144px;
  padding-bottom: 96px;
}

.y-hero-layout {
  display: grid !important;
  height: 759px;
  grid-template-columns: 1.05fr .95fr;
  align-items: center !important;
  gap: 48px !important;
}

.y-hero-content {
  align-items: flex-start !important;
  gap: 0 !important;
}

.y-badge {
  width: auto !important;
  padding: 7px 15px;
  border: 1px solid rgba(100, 82, 72, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #8e6b62;
  box-shadow: 0 6px 18px rgba(67, 54, 47, .04);
  font-size: 12px;
}

.y-badge p { margin: 0; white-space: nowrap; }

.y-hero-title {
  width: 100%;
  margin-top: 24px;
}

.y-hero-title .elementor-heading-title {
  color: var(--y-fg);
  font-size: 60px;
  line-height: 1.15;
}

.y-hero-title span {
  background: linear-gradient(90deg, #b77f75 0%, #b9a297 48%, #8da090 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.y-hero-copy {
  margin-top: 14px;
  color: #6d625c;
  font-size: 18px;
  line-height: 29px;
}

.y-hero-copy p { margin: 0; }

.y-actions {
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 32px;
}

.y-hero-stats {
  display: grid !important;
  width: 512px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  margin-top: 40px;
}

.y-stat { align-items: flex-start !important; }
.y-stat-value .elementor-heading-title { color: var(--y-primary); font-family: "Noto Serif TC", serif; font-size: 28px; font-weight: 600; line-height: 32px; }
.y-stat-value small { margin-left: 2px; font-family: "Noto Sans TC", sans-serif; font-size: 12px; font-weight: 500; }
.y-stat-title { color: #5f5650; font-size: 11px; line-height: 16px; }
.y-stat-note { color: #8b817a; font-size: 9px; line-height: 13px; }

.y-hero-visual {
  position: relative;
  width: 555px;
  height: 759px;
  justify-self: end;
}

.y-hero-image img {
  display: block;
  width: 555px;
  height: 693px;
  object-fit: cover;
  border-radius: 32px;
}

.y-float-card {
  position: absolute;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 34px 1fr;
  align-items: center !important;
  gap: 10px !important;
  padding: 15px 18px;
  border: 1px solid rgba(95, 75, 64, .10);
  border-radius: 14px;
  background: rgba(255, 250, 243, .94);
  box-shadow: var(--y-shadow);
}

.y-float-card .elementor-icon { color: var(--y-primary); font-size: 19px; }
.y-float-card p { margin: 0; color: #736962; font-size: 10px; line-height: 15px; }
.y-float-card strong { color: var(--y-fg); font-size: 12px; }
.y-float-award { bottom: 0; left: -48px; width: 304px; }
.y-float-spirit { right: -30px; bottom: 58px; width: 182px; }

/* Home sections */
.y-spirit {
  height: 588px;
  background: color-mix(in srgb, var(--y-bg) 50%, var(--y-paper));
}

.y-spirit > .y-inner {
  height: 588px;
  padding: 96px 0;
}

.y-spirit .y-section-title { margin-top: 8px; }
.y-spirit .y-section-copy { margin-top: 4px; }
.y-spirit-grid { height: 224px; margin-top: 40px; }

.y-card,
.y-growth-card,
.y-guarantee-card,
.y-contact-card,
.y-explore-card,
.y-award-value {
  justify-content: center !important;
  padding: 24px;
  border: 1px solid var(--y-line);
  border-radius: 24px;
  background: rgba(255, 250, 243, .55);
}

.y-icon-box .elementor-icon,
.y-growth-card .elementor-icon,
.y-guarantee-card .elementor-icon,
.y-contact-card .elementor-icon,
.y-explore-card .elementor-icon,
.y-award-value .elementor-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-content: center;
  border-radius: 16px;
  background: rgba(183, 127, 117, .10);
  color: var(--y-primary);
  font-size: 22px;
}

.y-icon-box .elementor-icon-box-title,
.y-growth-card .elementor-icon-box-title,
.y-guarantee-card .elementor-icon-box-title,
.y-contact-card .elementor-icon-box-title,
.y-explore-card .elementor-icon-box-title,
.y-award-value .elementor-icon-box-title {
  margin: 15px 0 8px;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.y-icon-box .elementor-icon-box-description,
.y-growth-card .elementor-icon-box-description,
.y-guarantee-card .elementor-icon-box-description,
.y-contact-card .elementor-icon-box-description,
.y-explore-card .elementor-icon-box-description,
.y-award-value .elementor-icon-box-description {
  color: #746a63;
  font-size: 14px;
  line-height: 22.75px;
}

.y-philosophy {
  height: 941px;
  background: color-mix(in srgb, var(--y-sand) 52%, var(--y-bg));
}

.y-philosophy > .y-inner { height: 941px; padding: 112px 0; }
.y-philosophy .y-section-title { margin-top: 36px; }
.y-philosophy .y-section-copy { margin-top: 20px; }
.y-philosophy-grid { height: 256px; margin-top: 32px; }
.y-philosophy-card { position: relative; justify-content: flex-end !important; padding: 26px 25px 28px; overflow: hidden; border: 0; border-radius: 24px; text-align: left; }
.y-philosophy-card .elementor-icon-box-wrapper { text-align: left; }
.y-philosophy-card .elementor-icon { background: rgba(255,255,255,.35); }
.y-philosophy-card .elementor-icon-box-title { font-size: 20px; }
.y-tone-clay { background: color-mix(in srgb, var(--y-clay) 34%, white); }
.y-tone-rose { background: color-mix(in srgb, var(--y-rose) 26%, white); }
.y-tone-sage { background: color-mix(in srgb, var(--y-sage) 32%, white); }
.y-tone-gold { background: color-mix(in srgb, var(--y-gold) 28%, white); }
.y-philosophy-pill { width: auto !important; margin-top: 44px; padding: 8px 18px; border-radius: 999px; background: rgba(255,255,255,.55); color: #766b64; font-size: 14px; }
.y-philosophy-pill p { margin: 0; }

.y-awards {
  height: 1264px;
  overflow: hidden;
  background: var(--y-night);
  color: var(--y-bg);
}

.y-awards > .y-inner { height: 1264px; padding: 112px 0; }
.y-kicker-light p { color: #d8c59d; }
.y-awards .y-section-title { margin-top: 53px; }
.y-awards .y-section-copy { margin-top: 12px; }
.y-award-groups { display: grid !important; width: 100%; height: 402px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px !important; margin-top: 120px; }
.y-award-group { display: grid !important; grid-template-columns: 180px 1fr; align-items: stretch !important; padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.035); }
.y-award-head { align-items: center !important; justify-content: center !important; text-align: center; }
.y-award-number .elementor-heading-title { color: #d9c28d; font-family: "Noto Serif TC", serif; font-size: 88px; font-weight: 600; line-height: 1; }
.y-award-label { color: rgba(255,255,255,.72); font-size: 12px; line-height: 20px; }
.y-award-label strong { color: #fff; font-family: "Noto Serif TC", serif; font-size: 17px; }
.y-award-products { justify-content: center !important; }
.y-award-product { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.72); font-size: 11px; line-height: 18px; text-align: left; }
.y-award-product:last-child { border-bottom: 0; }
.y-award-product b { color: #fff; font-family: "Noto Serif TC", serif; font-size: 15px; }
.y-award-product small { color: #d8c59d; }
.y-award-values { height: 170px; margin-top: 56px; }
.y-award-value { padding: 18px 20px; border-color: rgba(255,255,255,.08); border-radius: 20px; background: rgba(255,255,255,.025); text-align: left; }
.y-award-value .elementor-icon-box-wrapper { text-align: left; }
.y-award-value .elementor-icon { width: 38px; height: 38px; border-radius: 12px; background: rgba(216,197,157,.10); color: #d8c59d; font-size: 16px; }
.y-award-value .elementor-icon-box-title { margin: 10px 0 4px; color: #fff; font-size: 16px; }
.y-award-value .elementor-icon-box-description { color: rgba(255,255,255,.62); font-size: 12px; line-height: 19.5px; }
.y-awards-quote { max-width: 672px; margin-top: 42px; color: rgba(255,255,255,.78); font-family: "Noto Serif TC", serif; font-size: 18px; line-height: 29px; }
.y-awards-quote p { margin: 0; }

.y-impact { height: 194px; background: var(--y-bg); }
.y-impact > .y-inner { height: 194px; padding: 64px 0; }
.y-impact-grid { height: 66px; gap: 0 !important; }
.y-impact .y-stat { align-items: center !important; justify-content: center !important; border-right: 1px solid var(--y-line); text-align: center; }
.y-impact .y-stat:last-child { border-right: 0; }
.y-impact .y-stat-value .elementor-heading-title { font-size: 32px; line-height: 36px; }
.y-impact .y-stat-title { font-size: 12px; line-height: 18px; }
.y-impact .y-stat-note { display: none; }

.y-blog { height: 1289px; background: var(--y-bg); }
.y-blog > .y-inner { height: 1289px; padding: 112px 0; }
.y-blog .y-section-title { margin-top: 62px; }
.y-blog .y-section-copy { margin-top: 20px; }
.y-filter-bar { display: flex !important; width: auto !important; flex-direction: row !important; gap: 8px !important; margin-top: 16px; }
.y-filter-button .elementor-button { min-height: 36px; padding: 8px 18px; border: 1px solid var(--y-line); background: rgba(255,255,255,.45); color: #665c56; }
.y-filter-button.is-active .elementor-button { border-color: var(--y-primary); background: var(--y-primary); color: #fff; }
.y-blog-grid { height: 618px; margin-top: 48px; }
.y-blog-card { display: grid !important; height: 295px; grid-template-columns: 238px 1fr; overflow: hidden; border: 1px solid var(--y-line); border-radius: 24px; background: rgba(255,250,243,.72); box-shadow: 0 10px 24px rgba(65,50,42,.035); }
.y-blog-image img { display: block; width: 238px; height: 295px; object-fit: cover; }
.y-blog-content { padding: 28px 24px 20px; text-align: left; }
.y-blog-meta { color: #857a73; font-size: 11px; line-height: 18px; }
.y-blog-meta span { color: var(--y-primary); }
.y-blog-card .y-card-title { margin-top: 12px; }
.y-blog-card .y-card-title .elementor-heading-title { font-size: 20px; line-height: 27.5px; }
.y-blog-copy { margin-top: 8px; color: #746a63; font-size: 14px; line-height: 22.75px; }
.y-blog-tags { margin-top: 10px; color: #8c817a; font-size: 10px; line-height: 16px; }
.y-blog-author { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--y-line); color: #665d57; font-size: 11px; }
.y-blog-author b { float: right; color: var(--y-primary); font-weight: 500; }

.y-cta { height: 513px; background: var(--y-bg); }
.y-cta > .y-inner { height: 513px; justify-content: center !important; }
.y-cta-panel { width: 100%; min-height: 330px; align-items: center !important; justify-content: center !important; padding: 54px 28px; border: 1px solid rgba(183,127,117,.14); border-radius: 32px; background: color-mix(in srgb, var(--y-primary) 9%, var(--y-bg)); text-align: center; }
.y-cta-title .elementor-heading-title { font-size: 36px; line-height: 40px; }
.y-cta-copy { max-width: 650px; margin-top: 16px; color: #70655f; font-size: 16px; line-height: 26px; }
.y-cta .y-actions { margin-top: 28px; }

.y-explore { height: 306px; background: color-mix(in srgb, var(--y-muted) 40%, var(--y-bg)); }
.y-explore > .y-inner { height: 306px; padding: 64px 0; }
.y-explore-grid { height: 178px; }
.y-explore-card { min-height: 178px; padding: 22px 34px; border-radius: 24px; background: rgba(255,250,243,.35); }
.y-explore-card .elementor-icon { width: 44px; height: 44px; }
.y-explore-card .elementor-icon-box-title { font-size: 18px; }

/* Page hero */
.y-page-hero { height: 368px; background: var(--y-bg); }
.page-id-73 .y-page-hero { height: 394px; }
.y-page-hero > .y-inner { height: 100%; justify-content: center !important; padding-top: 80px; }
.y-breadcrumb { color: #756b64; font-size: 12px; line-height: 18px; }
.y-page-hero .y-kicker { margin-top: 24px; }
.y-page-title { margin-top: 8px; }
.y-page-title .elementor-heading-title { font-size: 48px; line-height: 1; }
.y-page-description { max-width: 760px; margin-top: 18px; color: #6f655f; font-size: 16px; line-height: 26px; }

/* About */
.y-about-story { height: 980px; background: var(--y-bg); }
.y-about-story > .y-inner { height: 980px; padding: 112px 0; }
.y-about-story .y-section-title { margin-top: 32px; }
.y-about-story .y-section-copy { margin-top: 14px; }
.y-about-split { display: grid !important; width: 100%; height: 605px; grid-template-columns: 445px 1fr; align-items: center !important; gap: 72px !important; margin-top: 42px; text-align: left; }
.y-founder-visual { position: relative; height: 605px; }
.y-founder-image img { display: block; width: 445px; height: 565px; object-fit: cover; object-position: center 20%; border-radius: 28px; }
.y-founder-caption { position: absolute; right: -26px; bottom: 0; width: 190px; padding: 16px 20px; border-radius: 16px; background: rgba(255,250,243,.95); box-shadow: var(--y-shadow); color: #746a63; font-size: 11px; }
.y-founder-caption p { margin: 0; }
.y-founder-caption strong { color: var(--y-fg); font-family: "Noto Serif TC", serif; font-size: 16px; }
.y-founder-words { gap: 0 !important; }
.y-founder-words .y-kicker { margin-bottom: 18px; }
.y-founder-words .y-copy { color: #70665f; font-size: 14px; line-height: 24px; }
.y-founder-words .y-copy p { margin: 0 0 14px; }
.y-founder-quote { color: var(--y-fg); font-family: "Noto Serif TC", serif; font-size: 20px; line-height: 34px; }
.y-small-title .elementor-heading-title { font-size: 18px; line-height: 28px; }
.y-founder-philosophy { margin-top: 8px; }
.y-founder-philosophy .elementor-heading-title { color: var(--y-primary); font-size: 24px; line-height: 36px; }
.y-about-badges { display: flex !important; width: auto !important; flex-direction: row !important; flex-wrap: wrap; gap: 8px !important; margin-top: 8px; }
.y-about-badges .elementor-widget-text-editor { width: auto !important; padding: 6px 12px; border-radius: 999px; background: color-mix(in srgb, var(--y-muted) 70%, var(--y-bg)); color: #756a63; font-size: 11px; }
.y-about-badges p { margin: 0; }

.y-about-quote { height: 400px; background: color-mix(in srgb, var(--y-primary) 8%, var(--y-bg)); }
.y-about-quote > .y-inner { height: 400px; justify-content: center !important; }
.y-quote-title .elementor-heading-title { font-size: 30px; line-height: 36px; }
.y-about-quote .y-section-copy { margin-top: 28px; }

.y-promise { height: 537px; background: color-mix(in srgb, var(--y-bg) 50%, var(--y-paper)); }
.y-promise > .y-inner { height: 537px; padding: 96px 0; }
.y-promise .y-section-title { margin-top: 8px; }
.y-promise .y-section-copy { margin-top: 8px; }
.y-promise-grid { height: 224px; margin-top: 30px; }

.y-growth { height: 1087px; background: var(--y-bg); }
.y-growth > .y-inner { height: 1087px; padding: 112px 0; }
.y-growth .y-section-title { margin-top: 38px; }
.y-growth .y-section-copy { margin-top: 14px; }
.y-growth-grid { height: 230px; margin-top: 34px; }
.y-growth-card { padding: 22px; border-radius: 22px; }
.y-testimonials-title { margin-top: 54px; }
.y-testimonials-title .elementor-heading-title { font-size: 30px; line-height: 36px; }
.y-testimonials { height: 245px; margin-top: 24px; }
.y-testimonial { justify-content: space-between !important; padding: 30px; border: 1px solid var(--y-line); border-radius: 22px; background: rgba(255,250,243,.62); color: #655c56; font-family: "Noto Serif TC", serif; font-size: 16px; line-height: 28px; text-align: left; }
.y-testimonial p { margin: 0; }
.y-testimonial-author { padding-top: 14px; border-top: 1px solid var(--y-line); color: #7f746d; font-family: "Noto Sans TC", sans-serif; font-size: 11px; line-height: 18px; }
.y-testimonial-author strong { color: var(--y-fg); font-size: 14px; }

.y-faq { min-height: 1995px; background: color-mix(in srgb, var(--y-sand) 30%, var(--y-bg)); }
.y-faq > .y-inner { min-height: 1995px; padding: 112px 0; }
.y-faq .y-section-title { margin-top: 38px; }
.y-faq .y-section-copy { margin-top: 14px; }
.y-faq .y-filter-bar { margin-top: 18px; }
.y-accordion { width: 920px !important; margin-top: 46px; text-align: left; }
.y-accordion .elementor-accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--y-line) !important; border-radius: 14px; background: rgba(255,250,243,.66); }
.y-accordion .elementor-tab-title { padding: 20px 22px !important; color: var(--y-fg) !important; font-family: "Noto Sans TC", sans-serif; font-size: 16px; font-weight: 600; line-height: 22px; }
.y-accordion .elementor-tab-content { padding: 0 22px 22px !important; border: 0 !important; color: #756a64; font-size: 14px; line-height: 24px; }
.y-faq-contact { display: grid !important; width: 920px; grid-template-columns: 1fr auto; align-items: center !important; gap: 24px !important; margin-top: 28px; padding: 24px 28px; border-radius: 18px; background: color-mix(in srgb, var(--y-primary) 8%, var(--y-bg)); text-align: left; }
.y-faq-contact p { margin: 0; color: #746a63; font-size: 13px; }
.y-faq-contact strong { color: var(--y-fg); font-family: "Noto Serif TC", serif; font-size: 18px; }

/* Products */
.y-guarantee { height: 306px; background: color-mix(in srgb, var(--y-bg) 50%, var(--y-paper)); }
.y-guarantee > .y-inner { height: 306px; padding: 64px 0; }
.y-guarantee-grid { height: 178px; gap: 0 !important; }
.y-guarantee-card { border: 0; border-right: 1px solid var(--y-line); border-radius: 0; background: transparent; }
.y-guarantee-card:last-child { border-right: 0; }

.y-products-list { height: 1746px; background: var(--y-bg); }
.y-products-list > .y-inner { height: 1746px; padding: 112px 0; }
.y-products-list .y-section-title { margin-top: 62px; }
.y-products-list .y-section-copy { margin-top: 20px; }
.y-products-list .y-filter-bar { margin-top: 16px; }
.y-product-grid { display: grid !important; width: 100%; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px !important; margin-top: 42px; }
.y-product-card { grid-column: span 2; min-height: 570px; padding: 30px 28px; border: 1px solid var(--y-line); border-radius: 24px; background: rgba(255,250,243,.72); box-shadow: 0 12px 28px rgba(59,47,40,.035); text-align: left; }
.y-product-card:nth-child(4) { grid-column: 2 / span 2; }
.y-product-card:nth-child(5) { grid-column: 4 / span 2; }
.y-product-award { width: auto !important; align-self: flex-start; padding: 5px 10px; border-radius: 999px; background: color-mix(in srgb, var(--y-gold) 20%, var(--y-bg)); color: #90733f; font-size: 10px; font-weight: 600; }
.y-product-brand { margin-top: 18px; color: #8a7f77; font-size: 10px; }
.y-product-card .y-card-title { margin-top: 8px; }
.y-product-card .y-card-title .elementor-heading-title { font-size: 18px; line-height: 24.75px; }
.y-product-english { margin-top: 2px; color: var(--y-primary); font-size: 9px; text-transform: uppercase; }
.y-product-description { min-height: 52px; margin-top: 14px; color: #716760; font-size: 13px; line-height: 22px; }
.y-product-specs { display: grid !important; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px !important; margin-top: 18px; }
.y-product-spec { padding: 12px; border-radius: 12px; background: color-mix(in srgb, var(--y-muted) 52%, var(--y-bg)); }
.y-product-spec-label { color: #897e76; font-size: 9px; }
.y-product-spec-value .elementor-heading-title { color: var(--y-fg); font-family: "Noto Sans TC", sans-serif; font-size: 13px; font-weight: 600; }
.y-product-actions { display: flex !important; width: 100%; flex-direction: row !important; gap: 8px !important; margin-top: auto; }
.y-product-actions .elementor-widget-button { flex: 1; }
.y-product-actions .elementor-button { width: 100%; }
.y-products-award-note { margin-top: 32px; color: #756a63; font-size: 13px; line-height: 22px; }
.y-products-award-note strong { color: var(--y-primary); font-family: "Noto Serif TC", serif; font-size: 18px; }

.y-health-quiz { height: 977px; background: color-mix(in srgb, var(--y-primary) 7%, var(--y-bg)); }
.y-health-quiz > .y-inner { height: 977px; padding: 112px 0; }
.y-health-quiz .y-section-title { margin-top: 62px; }
.y-health-quiz .y-section-copy { margin-top: 20px; }
.y-quiz-widget { width: 820px !important; margin-top: 42px; }
.y-quiz-form { padding: 36px 42px; border: 1px solid var(--y-line); border-radius: 24px; background: rgba(255,250,243,.9); box-shadow: var(--y-shadow); text-align: left; }
.y-quiz-progress { display: flex; justify-content: space-between; color: var(--y-primary); font-size: 12px; }
.y-quiz-form h3 { margin: 24px 0 4px; color: var(--y-fg); font-family: "Noto Serif TC", serif; font-size: 24px; line-height: 30px; }
.y-quiz-form > p { margin: 0; color: #81766f; font-size: 12px; }
.y-quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.y-quiz-options label { position: relative; padding: 14px 16px 14px 42px; border: 1px solid var(--y-line); border-radius: 14px; color: var(--y-fg); font-size: 14px; cursor: pointer; }
.y-quiz-options input { position: absolute; top: 18px; left: 16px; accent-color: var(--y-primary); }
.y-quiz-options small { display: block; margin-top: 2px; color: #8a7f78; font-size: 10px; }
.y-quiz-actions { display: grid; grid-template-columns: 120px 1fr 120px; align-items: center; gap: 14px; margin-top: 22px; text-align: center; }
.y-quiz-actions button { min-height: 40px; border: 1px solid var(--y-line); border-radius: 999px; background: var(--y-primary); color: #fff; }
.y-quiz-actions button:disabled { background: transparent; color: #a39a94; }
.y-quiz-actions span { color: #8b817a; font-size: 10px; }
.y-quiz-result { min-height: 18px; margin-top: 8px !important; color: var(--y-primary) !important; text-align: center; }

.y-order-tracking { height: 666px; background: var(--y-bg); }
.y-order-tracking > .y-inner { height: 666px; padding: 112px 0; }
.y-order-tracking .y-section-title { margin-top: 38px; }
.y-order-tracking .y-section-copy { margin-top: 12px; }
.y-order-widget { width: 720px !important; margin-top: 36px; }
.y-order-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 14px; padding: 28px; border: 1px solid var(--y-line); border-radius: 20px; background: rgba(255,250,243,.70); text-align: left; }
.y-order-form label { color: #655c56; font-size: 12px; }
.y-order-form input { width: 100%; height: 46px; margin-top: 7px; padding: 11px 13px; border: 1px solid var(--y-line); border-radius: 10px; background: #fffdfa; color: var(--y-fg); font: inherit; }
.y-order-form button { height: 46px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--y-primary); color: #fff; }
.y-order-form output { grid-column: 1 / -1; color: var(--y-primary); font-size: 12px; text-align: center; }
.y-order-form > p { grid-column: 1 / -1; margin: 0; color: #90867f; font-size: 10px; text-align: center; }

/* Contact */
.y-contact-methods { height: 514px; background: color-mix(in srgb, var(--y-bg) 50%, var(--y-paper)); }
.y-contact-methods > .y-inner { height: 514px; padding: 96px 0; }
.y-contact-methods .y-section-title { margin-top: 8px; }
.y-contact-methods .y-section-copy { margin-top: 8px; }
.y-methods-grid { height: 222px; margin-top: 26px; }
.y-contact-card { padding: 22px 18px; border-radius: 20px; }

.y-contact-main { height: 1266px; background: var(--y-bg); }
.y-contact-main > .y-inner { height: 1266px; padding: 112px 0; }
.y-contact-main .y-section-title { margin-top: 62px; }
.y-contact-main .y-section-copy { margin-top: 18px; }
.y-contact-split { display: grid !important; width: 100%; grid-template-columns: .86fr 1.14fr; align-items: start !important; gap: 62px !important; margin-top: 52px; text-align: left; }
.y-contact-info { padding: 30px 0; }
.y-contact-info .y-kicker { margin-top: 4px; }
.y-company-list { margin-top: 26px; }
.y-company-list .elementor-icon-list-item { align-items: flex-start; padding: 12px 0 !important; border-bottom: 1px solid var(--y-line); }
.y-company-list .elementor-icon-list-icon { width: 28px; margin-top: 4px; color: var(--y-primary); }
.y-company-list .elementor-icon-list-text { color: #6f655f; font-size: 13px; line-height: 23px; }
.y-contact-form-wrap { padding: 38px; border: 1px solid var(--y-line); border-radius: 24px; background: color-mix(in srgb, var(--y-muted) 42%, var(--y-bg)); }
.y-form-title { margin-bottom: 24px; }
.y-form-title .elementor-heading-title { font-size: 20px; line-height: 28px; }
.y-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.y-form-grid label { display: flex; flex-direction: column; gap: 7px; color: #625953; font-size: 12px; }
.y-form-full { grid-column: 1 / -1; }
.y-form-grid input,
.y-form-grid select,
.y-form-grid textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--y-line); border-radius: 10px; background: #fffdfa; color: var(--y-fg); font: inherit; }
.y-form-grid textarea { min-height: 150px; resize: vertical; }
.y-form-grid input[type="submit"] { width: 100%; border: 0; border-radius: 999px; background: var(--y-primary); color: #fff; cursor: pointer; }
.y-form-privacy { grid-column: 1 / -1; margin: 0; color: #918780; font-size: 10px; text-align: center; }

.y-location { height: 512px; background: color-mix(in srgb, var(--y-muted) 42%, var(--y-bg)); }
.y-location > .y-inner { display: grid !important; height: 512px; grid-template-columns: .85fr 1.15fr; align-items: center !important; gap: 54px !important; padding: 96px 0; }
.y-location-copy .y-section-title { margin-top: 8px; }
.y-location-copy .y-company-list { margin-top: 18px; }
.y-location-copy .elementor-icon-list-item { padding: 6px 0 !important; border: 0; }
.y-map-card { min-height: 320px; align-items: center !important; justify-content: center !important; padding: 38px; border: 1px solid var(--y-line); border-radius: 24px; background-color: rgba(255,250,243,.65); background-image: linear-gradient(rgba(183,127,117,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(145,160,141,.08) 1px, transparent 1px); background-size: 36px 36px; text-align: center; }
.y-map-pin .elementor-icon { color: var(--y-primary); font-size: 34px; }
.y-map-card .y-small-title { margin-top: 16px; }
.y-map-card .y-copy { margin-top: 8px; color: #716760; font-size: 13px; }
.y-map-card small { color: #938981; font-size: 10px; }

/* Footer */
.y-footer { height: 624px; overflow: hidden; background: color-mix(in srgb, var(--y-sand) 46%, var(--y-bg)); }
.y-newsletter { height: 176px; border-bottom: 1px solid var(--y-line); background: color-mix(in srgb, var(--y-primary) 7%, var(--y-bg)); }
.y-newsletter-inner { display: grid !important; height: 176px; grid-template-columns: 1fr .8fr; align-items: center !important; gap: 72px !important; }
.y-newsletter-title .elementor-heading-title { font-size: 24px; line-height: 32px; }
.y-newsletter-copy .y-copy { margin-top: 8px; color: #746a63; font-size: 13px; }
.y-newsletter-form { display: grid; grid-template-columns: 1fr 92px; align-items: center; }
.y-newsletter-form input { height: 46px; padding: 11px 14px; border: 1px solid var(--y-line); border-right: 0; border-radius: 999px 0 0 999px; background: rgba(255,255,255,.72); color: var(--y-fg); font: inherit; font-size: 13px; }
.y-newsletter-form button { height: 46px; border: 0; border-radius: 0 999px 999px 0; background: var(--y-primary); color: #fff; cursor: pointer; }
.y-newsletter-form span { display: none; grid-column: 1 / -1; margin-top: 6px; color: var(--y-primary); font-size: 11px; text-align: center; }
.y-newsletter-form.is-sent span { display: block; }
.y-footer-main { height: 448px; padding: 56px 0 20px; }
.y-footer-grid { display: grid !important; grid-template-columns: 1.45fr .75fr 1.05fr 1.25fr; align-items: start !important; gap: 44px !important; }
.y-footer-col { gap: 14px !important; }
.y-footer-brand .y-copy { max-width: 300px; color: #756b64; font-size: 12px; line-height: 21px; }
.y-socials { display: flex !important; width: auto !important; flex-direction: row !important; gap: 8px !important; margin-top: 4px; }
.y-social-icon { width: 34px !important; height: 34px; }
.y-social-icon .elementor-icon { display: grid; width: 34px; height: 34px; place-content: center; border: 1px solid var(--y-line); border-radius: 50%; color: #6f655f; font-size: 13px; }
.y-footer-title .elementor-heading-title { font-family: "Noto Sans TC", sans-serif; font-size: 14px; line-height: 22px; }
.y-footer-list .elementor-icon-list-item { padding: 3px 0 !important; }
.y-footer-list .elementor-icon-list-icon { display: none; }
.y-contact-list .elementor-icon-list-icon { display: inline-flex; width: 18px; color: var(--y-primary); }
.y-footer-list .elementor-icon-list-text { color: #786e67; font-size: 11px; line-height: 18px; }
.y-footer-legal { display: flex !important; flex-direction: row !important; align-items: flex-end !important; justify-content: space-between !important; margin-top: 38px !important; padding-top: 18px; border-top: 1px solid var(--y-line); color: #8b817a; font-size: 9px; line-height: 16px; }
.y-footer-legal p { margin: 0; }
.y-legal-links .elementor-icon-list-items { display: flex; gap: 20px; }
.y-legal-links .elementor-icon-list-icon { display: none; }
.y-legal-links .elementor-icon-list-text { color: #7d736c; font-size: 10px; }

@media (max-width: 1100px) {
  .y-inner { width: calc(100% - 48px) !important; }
  .y-header-inner { grid-template-columns: 220px 1fr 210px; }
  .y-desktop-nav .elementor-icon-list-items { gap: 20px; }
  .y-hero-visual { width: 470px; }
  .y-hero-image img { width: 470px; }
  .y-hero-title .elementor-heading-title { font-size: 52px; }
  .y-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .y-product-card,
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) { grid-column: auto; }
  .y-products-list { height: auto; min-height: 1746px; }
  .y-products-list > .y-inner { height: auto; min-height: 1746px; }
}

@media (max-width: 767px) {
  .admin-bar .y-header { top: 46px; }
  .y-inner { width: calc(100% - 32px) !important; }
  .y-header { height: 70px; }
  .y-header-inner { display: flex !important; height: 70px; flex-direction: row !important; justify-content: space-between !important; }
  .y-logo-icon .elementor-icon { font-size: 22px; }
  .y-brand .elementor-heading-title { font-size: 16px; line-height: 19px; }
  .y-desktop-nav,
  .y-header-tools { display: none !important; }
  .y-header-inner > .elementor-widget-icon-list { display: none !important; }
  .y-mobile-nav { display: block; width: auto !important; }
  .y-mobile-menu { position: relative; }
  .y-mobile-menu summary { display: grid; width: 40px; height: 40px; place-content: center; gap: 5px; border: 1px solid var(--y-line); border-radius: 50%; cursor: pointer; list-style: none; }
  .y-mobile-menu summary::-webkit-details-marker { display: none; }
  .y-mobile-menu summary span { display: block; width: 17px; height: 1px; background: var(--y-fg); }
  .y-mobile-menu nav { position: absolute; top: 47px; right: 0; width: 220px; padding: 10px; border: 1px solid var(--y-line); border-radius: 14px; background: var(--y-paper); box-shadow: var(--y-shadow); }
  .y-mobile-menu:not([open]) nav { display: none !important; }
  .y-mobile-menu nav a { display: block; padding: 11px 12px; color: var(--y-fg); text-decoration: none; }

  .y-section-title .elementor-heading-title { font-size: 34px; line-height: 1.35; }
  .y-title-36 .elementor-heading-title { font-size: 30px; line-height: 1.4; }
  .y-section-copy { font-size: 15px; line-height: 25px; }
  .y-grid-2,
  .y-grid-3,
  .y-grid-4 { grid-template-columns: 1fr; }

  .y-home-hero,
  .y-home-hero > .y-inner { height: auto; min-height: 0; }
  .y-home-hero > .y-inner { padding-top: 112px; padding-bottom: 72px; }
  .y-hero-layout { height: auto; grid-template-columns: 1fr; gap: 48px !important; }
  .y-badge { max-width: 100%; font-size: 10px; }
  .y-badge p { white-space: normal; }
  .y-hero-title .elementor-heading-title { font-size: 41px; line-height: 1.22; }
  .y-hero-copy { font-size: 16px; line-height: 26px; }
  .y-actions { width: 100% !important; flex-direction: column !important; }
  .y-actions .elementor-widget-button,
  .y-actions .elementor-button { width: 100%; }
  .y-hero-stats { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px !important; }
  .y-hero-visual { width: 100%; height: auto; }
  .y-hero-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .y-float-award { bottom: -25px; left: 12px; width: 245px; }
  .y-float-spirit { display: none !important; }

  .y-spirit,
  .y-spirit > .y-inner,
  .y-philosophy,
  .y-philosophy > .y-inner,
  .y-awards,
  .y-awards > .y-inner,
  .y-blog,
  .y-blog > .y-inner,
  .y-explore,
  .y-explore > .y-inner,
  .y-about-story,
  .y-about-story > .y-inner,
  .y-promise,
  .y-promise > .y-inner,
  .y-growth,
  .y-growth > .y-inner,
  .y-faq > .y-inner,
  .y-guarantee,
  .y-guarantee > .y-inner,
  .y-products-list,
  .y-products-list > .y-inner,
  .y-health-quiz,
  .y-health-quiz > .y-inner,
  .y-order-tracking,
  .y-order-tracking > .y-inner,
  .y-contact-methods,
  .y-contact-methods > .y-inner,
  .y-contact-main,
  .y-contact-main > .y-inner,
  .y-location,
  .y-location > .y-inner,
  .y-footer,
  .y-newsletter,
  .y-newsletter-inner,
  .y-footer-main { height: auto; min-height: 0; }

  .y-spirit > .y-inner,
  .y-philosophy > .y-inner,
  .y-awards > .y-inner,
  .y-blog > .y-inner,
  .y-about-story > .y-inner,
  .y-promise > .y-inner,
  .y-growth > .y-inner,
  .y-faq > .y-inner,
  .y-products-list > .y-inner,
  .y-health-quiz > .y-inner,
  .y-order-tracking > .y-inner,
  .y-contact-methods > .y-inner,
  .y-contact-main > .y-inner { padding: 78px 0; }

  .y-spirit-grid,
  .y-philosophy-grid,
  .y-award-groups,
  .y-award-values,
  .y-blog-grid,
  .y-explore-grid,
  .y-promise-grid,
  .y-growth-grid,
  .y-testimonials,
  .y-methods-grid { height: auto; }

  .y-spirit-grid,
  .y-philosophy-grid,
  .y-award-values,
  .y-blog-grid,
  .y-promise-grid,
  .y-growth-grid,
  .y-testimonials,
  .y-methods-grid { margin-top: 32px; }

  .y-card,
  .y-growth-card,
  .y-contact-card { min-height: 220px; }
  .y-philosophy-card { min-height: 250px; }
  .y-philosophy-pill { margin-top: 30px; }
  .y-award-groups { grid-template-columns: 1fr; margin-top: 48px; }
  .y-award-group { grid-template-columns: 1fr; min-height: 430px; }
  .y-award-values { grid-template-columns: 1fr; }
  .y-awards-quote { margin-top: 34px; }
  .y-impact,
  .y-impact > .y-inner { height: auto; min-height: 260px; }
  .y-impact > .y-inner { padding: 46px 0; }
  .y-impact-grid { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px !important; }
  .y-impact .y-stat:nth-child(2) { border-right: 0; }
  .y-blog .y-section-title,
  .y-products-list .y-section-title,
  .y-health-quiz .y-section-title,
  .y-contact-main .y-section-title { margin-top: 30px; }
  .y-filter-bar { width: 100% !important; flex-wrap: wrap; justify-content: center !important; }
  .y-blog-card { height: auto; min-height: 520px; grid-template-columns: 1fr; }
  .y-blog-image img { width: 100%; height: 240px; }
  .y-blog-content { min-height: 280px; }

  .y-cta,
  .y-cta > .y-inner { height: auto; min-height: 480px; }
  .y-cta-panel { min-height: 370px; padding: 48px 22px; }
  .y-cta-title .elementor-heading-title { font-size: 30px; line-height: 1.4; }
  .y-explore > .y-inner { padding: 48px 0; }
  .y-explore-card { min-height: 190px; }

  .y-page-hero,
  .page-id-73 .y-page-hero { height: auto; min-height: 390px; }
  .y-page-hero > .y-inner { padding: 120px 0 64px; }
  .y-page-title .elementor-heading-title { font-size: 40px; }

  .y-about-split { height: auto; grid-template-columns: 1fr; gap: 40px !important; }
  .y-founder-visual { height: auto; padding-bottom: 30px; }
  .y-founder-image img { width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .y-founder-caption { right: 10px; }
  .y-founder-words { text-align: left; }
  .y-about-quote,
  .y-about-quote > .y-inner { height: auto; min-height: 430px; }
  .y-quote-title .elementor-heading-title { font-size: 25px; line-height: 1.55; }
  .y-accordion,
  .y-faq-contact { width: 100% !important; }
  .y-faq-contact { grid-template-columns: 1fr; text-align: center; }

  .y-guarantee > .y-inner { padding: 36px 0; }
  .y-guarantee-grid { height: auto; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .y-guarantee-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--y-line); }
  .y-product-grid { grid-template-columns: 1fr; }
  .y-product-card,
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) { grid-column: auto; min-height: 560px; }
  .y-quiz-widget,
  .y-order-widget { width: 100% !important; }
  .y-quiz-form { padding: 28px 20px; }
  .y-quiz-options { grid-template-columns: 1fr; }
  .y-quiz-actions { grid-template-columns: 1fr; }
  .y-order-form { grid-template-columns: 1fr; }
  .y-order-form output,
  .y-order-form > p { grid-column: auto; }

  .y-contact-split { grid-template-columns: 1fr; gap: 34px !important; }
  .y-contact-form-wrap { padding: 28px 20px; }
  .y-form-grid { grid-template-columns: 1fr; }
  .y-form-full { grid-column: auto; }
  .y-location > .y-inner { grid-template-columns: 1fr; padding: 72px 0; }

  .y-newsletter { padding: 48px 0; }
  .y-newsletter-inner { grid-template-columns: 1fr; gap: 24px !important; }
  .y-newsletter-form { grid-template-columns: 1fr 86px; }
  .y-footer-main { padding: 52px 0 24px; }
  .y-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px !important; }
  .y-footer-brand { grid-column: 1 / -1; }
  .y-footer-contact { grid-column: 1 / -1; }
  .y-footer-legal { flex-direction: column !important; align-items: flex-start !important; gap: 14px; margin-top: 32px !important; }
}

/* Global icon and contrast guard */
.y-awards {
  background-color: #2b2421 !important;
  color: #fffaf3 !important;
}

.y-awards .y-section-title .elementor-heading-title,
.y-awards .y-section-copy,
.y-awards .y-section-copy p,
.y-awards .y-award-label,
.y-awards .y-award-label p,
.y-awards .y-award-product,
.y-awards .y-award-product p,
.y-awards .y-award-value .elementor-icon-box-title,
.y-awards .y-awards-quote,
.y-awards .y-awards-quote p {
  color: #fffaf3 !important;
}

.y-primary-button .elementor-button:hover,
.y-primary-button .elementor-button:focus-visible,
.y-header-cta .elementor-button:hover,
.y-header-cta .elementor-button:focus-visible {
  border-color: #302925 !important;
  background: #302925 !important;
  color: #fff !important;
}

.y-secondary-button .elementor-button:hover,
.y-secondary-button .elementor-button:focus-visible {
  border-color: #a96f68 !important;
  background: #a96f68 !important;
  color: #fff !important;
}

.y-filter-button:not(.is-active) .elementor-button:hover,
.y-filter-button:not(.is-active) .elementor-button:focus-visible {
  border-color: #a96f68 !important;
  background: #fffaf3 !important;
  color: #8f5752 !important;
}

.y-filter-button.is-active .elementor-button:hover,
.y-filter-button.is-active .elementor-button:focus-visible {
  border-color: #302925 !important;
  background: #302925 !important;
  color: #fff !important;
}

.y-button .elementor-button:focus-visible,
.y-filter-button .elementor-button:focus-visible,
.y-mobile-menu summary:focus-visible,
.y-newsletter-form input:focus-visible,
.y-newsletter-form button:focus-visible,
.y-form-grid input:focus-visible,
.y-form-grid select:focus-visible,
.y-form-grid textarea:focus-visible,
.y-quiz-form input:focus-visible,
.y-quiz-form button:focus-visible,
.y-order-form input:focus-visible,
.y-order-form button:focus-visible {
  outline: 3px solid rgba(183, 127, 117, .42) !important;
  outline-offset: 3px;
}

.y-icon,
.y-logo-icon,
.y-header-icon,
.y-social-icon,
.y-map-pin,
.y-float-card .elementor-widget-icon {
  overflow: visible !important;
}

.y-icon .elementor-icon-wrapper,
.y-logo-icon .elementor-icon-wrapper,
.y-header-icon .elementor-icon-wrapper,
.y-social-icon .elementor-icon-wrapper,
.y-map-pin .elementor-icon-wrapper,
.y-float-card .elementor-icon-wrapper {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.y-icon .elementor-icon,
.y-logo-icon .elementor-icon,
.y-header-icon .elementor-icon,
.y-social-icon .elementor-icon,
.y-map-pin .elementor-icon,
.y-float-card .elementor-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.y-icon i,
.y-logo-icon i,
.y-header-icon i,
.y-social-icon i,
.y-map-pin i,
.y-float-card i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1 !important;
  text-align: center;
}

.y-icon svg,
.y-logo-icon svg,
.y-header-icon svg,
.y-social-icon svg,
.y-map-pin svg,
.y-float-card svg {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  flex: 0 0 1em;
}

.y-header-icon {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
}

.y-header-icon .elementor-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  color: #625a54 !important;
  font-size: 16px !important;
}

.y-header-icon .elementor-icon:hover,
.y-header-icon .elementor-icon:focus-visible {
  background: rgba(183, 127, 117, .14) !important;
  color: #8f5752 !important;
}

.y-socials {
  align-items: center !important;
}

.y-social-icon {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px;
}

.y-social-icon .elementor-icon {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(75, 63, 55, .16) !important;
  border-radius: 50% !important;
  background: rgba(255, 250, 243, .66) !important;
  color: #514943 !important;
  font-size: 14px !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.y-social-icon .elementor-icon:hover,
.y-social-icon .elementor-icon:focus-visible {
  border-color: #a96f68 !important;
  background: #a96f68 !important;
  color: #fff !important;
}

.y-desktop-nav a:hover .elementor-icon-list-text,
.y-desktop-nav a:focus-visible .elementor-icon-list-text,
.y-footer-list a:hover .elementor-icon-list-text,
.y-footer-list a:focus-visible .elementor-icon-list-text,
.y-legal-links a:hover .elementor-icon-list-text,
.y-legal-links a:focus-visible .elementor-icon-list-text {
  color: #8f5752 !important;
}

.y-hero-title span {
  background: none !important;
  color: #a96f68 !important;
  -webkit-text-fill-color: currentColor !important;
}
/* Download source parity */
.y-download {
  padding: 104px 0 112px;
  background: color-mix(in lab, var(--y-muted) 52%, var(--y-bg));
}

.y-download > .y-inner {
  max-width: 1216px !important;
}

.y-download .y-section-copy {
  max-width: 760px;
  margin: 14px auto 42px;
}

.y-download-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
  width: 100%;
  align-items: stretch;
}

.y-download-card {
  position: relative;
  min-width: 0;
  padding: 30px 30px 28px !important;
  border: 1px solid rgba(117, 94, 78, .22);
  border-radius: 16px;
  background: rgba(255, 250, 243, .88);
  box-shadow: 0 16px 38px rgba(52, 42, 36, .045);
  text-align: left;
}

.y-download-badge {
  position: absolute;
  z-index: 2;
  top: -14px;
  right: 28px;
  width: auto !important;
  padding: 3px 14px !important;
  border: 1px solid rgba(183, 127, 117, .3);
  border-radius: 999px;
  background: #f5e7e1;
  color: #a96f68;
  font-size: 12px;
  font-weight: 700;
}

.y-download-badge-gold {
  border-color: rgba(189, 159, 105, .4);
  background: #fff1ba;
  color: #9a6b16;
}

.y-download-badge p,
.y-download-note p,
.y-download-tip p {
  margin: 0;
}

.y-download-head {
  margin-bottom: 18px;
}

.y-download-head .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon description";
  column-gap: 18px;
  align-items: center;
  text-align: left;
}

.y-download-head .elementor-icon-box-icon {
  grid-area: icon;
  margin: 0 !important;
}

.y-download-head .elementor-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #f4ebe5;
  color: #b77f75;
  font-size: 22px;
}

.y-download-wordpress .y-download-head .elementor-icon {
  background: #fff1ba;
  color: #b17614;
}

.y-download-head .elementor-icon-box-title {
  grid-area: title;
  margin: 0 !important;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.y-download-head .elementor-icon-box-description {
  grid-area: description;
  margin: 2px 0 0 !important;
  color: #766a62;
  font-size: 13px;
  line-height: 1.45;
}

.y-download-card > .y-copy {
  min-height: 78px;
  color: #6b625d;
  font-size: 14px;
  line-height: 1.72;
}

.y-download-list {
  margin: 16px 0 18px;
}

.y-download-list .elementor-icon-list-items {
  gap: 7px;
}

.y-download-list .elementor-icon-list-item {
  align-items: flex-start !important;
}

.y-download-list .elementor-icon-list-icon {
  width: 17px;
  min-width: 17px;
  margin-top: 4px;
  color: #b77f75;
}

.y-download-list .elementor-icon-list-text,
.y-download-card .elementor-icon-list-text {
  color: #5e5651;
  font-size: 13px;
  line-height: 1.55;
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.y-download-list a,
.y-download-card .elementor-widget-icon-list a {
  min-width: 0;
}

.y-download-note {
  min-height: 49px;
  margin-top: auto;
  color: #8a7d74;
  font-size: 12px;
  line-height: 1.75;
}

.y-download-button {
  width: 100%;
  margin-top: 17px;
}

.y-download-button .elementor-button {
  display: flex !important;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
}

.y-download-compare-title {
  margin: 62px 0 20px;
}

.y-download-compare-title .elementor-heading-title {
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 26px;
  font-weight: 700;
}

.y-download-table {
  width: 100%;
}

.y-download-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(117, 94, 78, .2);
  border-radius: 12px;
  background: rgba(255, 250, 243, .88);
  text-align: left;
}

.y-download-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.y-download-table th,
.y-download-table td {
  padding: 13px 18px;
  border: 0;
  border-bottom: 1px solid rgba(117, 94, 78, .12);
  color: #5e5651;
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}

.y-download-table th {
  background: rgba(229, 216, 203, .64);
  color: #3a322e;
  font-weight: 700;
}

.y-download-table tr:last-child td {
  border-bottom: 0;
}

.y-download-tip {
  margin-top: 18px;
  padding: 14px 18px !important;
  border: 1px solid rgba(189, 159, 105, .32);
  border-radius: 10px;
  background: rgba(255, 241, 186, .34);
  color: #76634a;
  font-size: 12px;
  text-align: left;
}

@media (max-width: 900px) {
  .y-download {
    padding: 76px 0 82px;
  }

  .y-download-grid {
    grid-template-columns: 1fr;
  }

  .y-download-card > .y-copy,
  .y-download-note {
    min-height: 0;
  }

  .y-download-table-wrap {
    overflow-x: auto;
  }

  .y-download-table table {
    min-width: 720px;
  }
}

@media (max-width: 600px) {
  .y-download {
    padding: 62px 0 68px;
  }

  .y-download-card {
    padding: 26px 20px 22px !important;
  }

  .y-download-head .elementor-icon-box-wrapper {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 13px;
  }

  .y-download-head .elementor-icon {
    width: 42px;
    height: 42px;
  }

  .y-download-head .elementor-icon-box-title {
    font-size: 21px;
  }
}
/* Elementor 4 imported-widget class fallbacks */
body.elementor-page .e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}

.y-logo > .elementor-widget-icon { width: 28px !important; }
.y-logo > .elementor-widget-icon .elementor-icon { color: var(--y-primary); font-size: 27px; }
.y-logo > .elementor-widget-heading .elementor-heading-title {
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}
.y-logo > .elementor-widget-heading small {
  display: block;
  color: #746a64;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
}
.y-header-inner > .elementor-widget-icon-list .elementor-icon-list-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 38px;
}
.y-header-inner > .elementor-widget-icon-list .elementor-icon-list-item { margin: 0 !important; padding: 0 !important; }
.y-header-inner > .elementor-widget-icon-list .elementor-icon-list-icon { display: none; }
.y-header-inner > .elementor-widget-icon-list .elementor-icon-list-text { color: #5d554f; font-size: 14px; font-weight: 500; }

.y-hero-content > .elementor-widget-text-editor:first-child {
  width: auto !important;
  padding: 7px 15px;
  border: 1px solid rgba(100, 82, 72, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #8e6b62;
  box-shadow: 0 6px 18px rgba(67, 54, 47, .04);
  font-size: 12px;
}
.y-hero-content > .elementor-widget-text-editor:first-child p { margin: 0; white-space: nowrap; }
.y-hero-content > .elementor-widget-heading:nth-child(2) { width: 100%; margin-top: 24px; }
.y-hero-content > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
}
.y-hero-content > .elementor-widget-heading:nth-child(2) span {
  background: linear-gradient(90deg, #b77f75 0%, #b9a297 48%, #8da090 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.y-hero-content > .elementor-widget-text-editor:nth-child(3) {
  margin-top: 14px;
  color: #6d625c;
  font-size: 18px;
  line-height: 29px;
}
.y-hero-content > .elementor-widget-text-editor:nth-child(3) p { margin: 0; }
.y-actions > .elementor-widget-button .elementor-button {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.y-actions > .elementor-widget-button:first-child .elementor-button {
  border-color: var(--y-primary);
  background: var(--y-primary);
  color: #fff;
}
.y-actions > .elementor-widget-button:nth-child(2) .elementor-button {
  border-color: var(--y-line);
  background: rgba(255, 255, 255, .55);
  color: var(--y-fg);
}
.y-stat > .elementor-widget-heading:first-child .elementor-heading-title {
  color: var(--y-primary);
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.y-stat > .elementor-widget-text-editor:nth-child(2) { color: #5f5650; font-size: 11px; line-height: 16px; }
.y-stat > .elementor-widget-text-editor:nth-child(3) { color: #8b817a; font-size: 9px; line-height: 13px; }
.y-stat > .elementor-widget-text-editor p { margin: 0; }

@media (max-width: 767px) {
  .y-header,
  .y-header-inner { height: 64px; }
  .y-logo > .elementor-widget-icon { width: 28px !important; }
  .y-logo > .elementor-widget-icon .elementor-icon { font-size: 24px; }
  .y-logo > .elementor-widget-heading .elementor-heading-title { font-size: 16px; line-height: 19px; }
  .y-header-inner > .elementor-widget-icon-list { display: none !important; }
  .y-home-hero { padding: 0 !important; }
  .y-hero-content { align-items: center !important; text-align: center; }
  .y-hero-content > .elementor-widget-text-editor:first-child {
    width: 100% !important;
    padding: 8px 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }
  .y-hero-content > .elementor-widget-text-editor:first-child p { white-space: normal; }
  .y-hero-content > .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 36px; line-height: 1.15; }
  .y-hero-content > .elementor-widget-text-editor:nth-child(3) { font-size: 16px; line-height: 26px; }
  .y-actions > .elementor-widget-button { width: 100%; }
  .y-actions > .elementor-widget-button .elementor-button { width: 100%; }
  .y-stat { align-items: center !important; text-align: center; }
}
/* Elementor 4 structural widget fallbacks */
.y-inner.y-center > .elementor-widget-text-editor:first-child p {
  margin: 0;
  color: var(--y-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.y-inner.y-center > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  margin: 0;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}
.y-inner.y-center > .elementor-widget-heading:nth-child(2) span { color: var(--y-primary); }
.y-inner.y-center > .elementor-widget-text-editor:nth-child(3) {
  max-width: 672px;
  color: #746a63;
  font-size: 14px;
  line-height: 22.75px;
}
.y-inner.y-center > .elementor-widget-text-editor:nth-child(3) p { margin: 0; }
.y-awards > .y-inner.y-center > .elementor-widget-text-editor:first-child p { color: #d8c59d; }
.y-awards > .y-inner.y-center > .elementor-widget-heading:nth-child(2) .elementor-heading-title { color: var(--y-bg); }
.y-awards > .y-inner.y-center > .elementor-widget-text-editor:nth-child(3) { color: #d3cbc5; }

.y-blog-content > .elementor-widget-text-editor:first-child { color: #857a73; font-size: 11px; line-height: 18px; }
.y-blog-content > .elementor-widget-text-editor:first-child p,
.y-blog-content > .elementor-widget-text-editor:nth-child(3) p,
.y-blog-content > .elementor-widget-text-editor:nth-child(4) p,
.y-blog-content > .elementor-widget-text-editor:nth-child(5) p { margin: 0; }
.y-blog-content > .elementor-widget-heading:nth-child(2) { margin-top: 12px; }
.y-blog-content > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  margin: 0;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.5px;
}
.y-blog-content > .elementor-widget-text-editor:nth-child(3) { margin-top: 8px; color: #746a63; font-size: 14px; line-height: 22.75px; }
.y-blog-content > .elementor-widget-text-editor:nth-child(4) { margin-top: 10px; color: #8c817a; font-size: 10px; line-height: 16px; }
.y-blog-content > .elementor-widget-text-editor:nth-child(5) { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--y-line); color: #665d57; font-size: 11px; }

.y-download-card > .elementor-widget-text-editor:first-child {
  position: absolute;
  z-index: 2;
  top: -14px;
  right: 28px;
  width: auto !important;
  padding: 3px 14px !important;
  border: 1px solid rgba(183, 127, 117, .3);
  border-radius: 999px;
  background: #f5e7e1;
  color: #a96f68;
  font-size: 12px;
  font-weight: 700;
}
.y-download-card > .elementor-widget-text-editor:first-child p { margin: 0; }
.y-download-card > .elementor-widget-icon-box:nth-child(2) { margin-bottom: 18px; }
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon description";
  column-gap: 18px;
  align-items: center;
  text-align: left;
}
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-icon { grid-area: icon; margin: 0 !important; }
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-content { display: contents; }
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #f4ebe5;
  color: #b77f75;
  font-size: 22px;
}
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-title {
  grid-area: title;
  margin: 0 !important;
  color: var(--y-fg);
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
.y-download-card > .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-description {
  grid-area: description;
  margin: 2px 0 0 !important;
  color: #766a62;
  font-size: 13px;
  line-height: 1.45;
}
.y-download-card > .elementor-widget-text-editor:nth-child(3) { color: #6b625d; font-size: 14px; line-height: 1.72; }
.y-download-card > .elementor-widget-text-editor:nth-child(3) p { margin: 0; }
.y-download-card > .elementor-widget-icon-list:nth-child(4) { margin: 16px 0 18px; }
.y-download-card > .elementor-widget-icon-list:nth-child(4) .elementor-icon-list-items { gap: 7px; }
.y-download-card > .elementor-widget-icon-list:nth-child(4) .elementor-icon-list-text { color: #5e5651; font-size: 13px; line-height: 1.55; }
.y-download-card > .elementor-widget-text-editor:nth-child(5) { color: #8a7d74; font-size: 12px; line-height: 1.75; }
.y-download-card > .elementor-widget-text-editor:nth-child(5) p { margin: 0; }
.y-download-card > .elementor-widget-button:last-child { width: 100%; margin-top: 17px; }
.y-download-card > .elementor-widget-button:last-child .elementor-button { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; }
.y-download-table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.y-download-table-wrap th,
.y-download-table-wrap td { padding: 13px 18px; border: 0; border-bottom: 1px solid rgba(117, 94, 78, .12); color: #5e5651; font-size: 13px; line-height: 1.55; vertical-align: top; }
.y-download-table-wrap th { background: rgba(229, 216, 203, .64); color: #3a322e; font-weight: 700; }
.y-download-table-wrap tr:last-child td { border-bottom: 0; }

@media (max-width: 767px) {
  .y-spirit,
  .y-philosophy,
  .y-awards,
  .y-impact,
  .y-blog,
  .y-explore { padding: 0 !important; }
  .y-spirit > .y-inner { padding: 30px 0 !important; }
  .y-inner.y-center > .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 30px; line-height: 1.25; }
  .y-spirit > .y-inner.y-center > .elementor-widget-heading:nth-child(2) .elementor-heading-title,
  .y-download > .y-inner.y-center > .elementor-widget-heading:nth-child(2) .elementor-heading-title { font-size: 24px; line-height: 32px; }
  .y-spirit-grid > .y-card { height: 224px !important; min-height: 224px !important; }
  .y-spirit-grid > .y-card .elementor-icon-box-wrapper { text-align: left; }
  .y-philosophy-grid { grid-auto-rows: 233px !important; }
  .y-philosophy-card {
    height: 233px !important;
    min-height: 233px !important;
    justify-content: flex-start !important;
    border: 1px solid var(--y-line);
    background: rgba(255, 250, 243, .84) !important;
    counter-increment: y-philosophy-item;
  }
  .y-philosophy-grid { counter-reset: y-philosophy-item; }
  .y-philosophy-card::after {
    content: "0" counter(y-philosophy-item);
    position: absolute;
    top: 8px;
    right: 20px;
    color: rgba(183, 127, 117, .12);
    font-family: "Noto Serif TC", serif;
    font-size: 48px;
    line-height: 1;
  }
  .y-philosophy-card .elementor-icon-box-wrapper { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
  .y-philosophy-card .elementor-icon { color: var(--y-primary); }
  .y-philosophy-card .elementor-icon-box-title { margin: 14px 0 8px; color: var(--y-fg); }
  .y-philosophy-card .elementor-icon-box-description { color: #6d625c; font-size: 14px; line-height: 22.75px; }
  .y-blog-card { height: 478px !important; min-height: 478px !important; }
  .y-blog-card > .elementor-widget-image,
  .y-blog-card > .elementor-widget-image .elementor-widget-container,
  .y-blog-card > .elementor-widget-image img { width: 100%; height: 195px !important; object-fit: cover; }
  .y-blog-content { height: 283px !important; min-height: 0 !important; padding: 24px; }
  .y-download-table-wrap { overflow-x: auto; }
  .y-download-table-wrap table { min-width: 720px; }
}
/* Mobile inner-page hero parity */
@media (max-width: 767px) {
  .y-page-hero {
    min-height: 328px !important;
    padding: 0 !important;
  }

  .y-page-hero > .y-inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 328px;
    gap: 0 !important;
    padding: 112px 14px 48px !important;
  }

  .y-page-hero > .y-inner > :nth-child(1) p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .y-page-hero > .y-inner > :nth-child(2) {
    margin-top: 26px !important;
  }

  .y-page-hero > .y-inner > :nth-child(2) p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .y-page-hero > .y-inner > :nth-child(3) {
    margin-top: 12px !important;
  }

  .y-page-hero > .y-inner > :nth-child(3) .elementor-heading-title {
    margin: 0 !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .y-page-hero > .y-inner > :nth-child(4) {
    width: 100% !important;
    margin-top: 16px !important;
  }

  .y-page-hero > .y-inner > :nth-child(4) p {
    width: 100% !important;
    max-width: 672px;
    margin: 0 auto !important;
    font-size: 13.75px !important;
    line-height: 22.75px !important;
  }
}
/* Mobile subpage measured parity */
@media (max-width: 767px) {
  .y-about-story,
  .y-promise,
  .y-growth,
  .y-faq,
  .y-guarantee,
  .y-products-list,
  .y-health-quiz,
  .y-order-tracking,
  .y-contact-methods,
  .y-contact-main,
  .y-location,
  .y-cta {
    padding: 0 !important;
  }

  .y-about-story > .y-inner,
  .y-promise > .y-inner,
  .y-growth > .y-inner,
  .y-faq > .y-inner,
  .y-guarantee > .y-inner,
  .y-products-list > .y-inner,
  .y-health-quiz > .y-inner,
  .y-order-tracking > .y-inner,
  .y-contact-methods > .y-inner,
  .y-contact-main > .y-inner,
  .y-location > .y-inner,
  .y-cta > .y-inner,
  .y-footer .y-inner {
    width: calc(100% - 28px) !important;
  }

  .y-about-story {
    min-height: 1677px !important;
  }

  .y-about-story > .y-inner {
    min-height: 1677px !important;
    padding: 76.5px 0 !important;
  }

  .y-about-quote,
  .y-about-quote > .y-inner {
    min-height: 440px !important;
  }

  .y-promise,
  .y-promise > .y-inner {
    min-height: 950px !important;
  }

  .y-promise > .y-inner,
  .y-contact-methods > .y-inner {
    gap: 0 !important;
    padding: 64px 0 !important;
  }

  .y-promise > .y-inner > :nth-child(1) p,
  .y-contact-methods > .y-inner > :nth-child(1) p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .y-promise > .y-inner > :nth-child(2),
  .y-contact-methods > .y-inner > :nth-child(2) {
    margin-top: 8px !important;
  }

  .y-promise > .y-inner > :nth-child(2) .elementor-heading-title,
  .y-contact-methods > .y-inner > :nth-child(2) .elementor-heading-title {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .y-promise > .y-inner > :nth-child(3),
  .y-contact-methods > .y-inner > :nth-child(3) {
    width: 100% !important;
    margin-top: 12px !important;
  }

  .y-promise > .y-inner > :nth-child(3) p,
  .y-contact-methods > .y-inner > :nth-child(3) p {
    width: 100% !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .y-promise-grid,
  .y-methods-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 40px !important;
  }

  .y-promise-grid {
    height: 658px !important;
  }

  .y-promise-grid > :nth-child(1) { min-height: 224px !important; height: 224px !important; }
  .y-promise-grid > :nth-child(2),
  .y-promise-grid > :nth-child(3) { min-height: 201px !important; height: 201px !important; }

  .y-contact-methods,
  .y-contact-methods > .y-inner {
    min-height: 1053px !important;
  }

  .y-methods-grid {
    height: 760px !important;
  }

  .y-methods-grid > * {
    min-height: 178px !important;
    height: 178px !important;
  }

  .y-growth,
  .y-growth > .y-inner {
    min-height: 2127px !important;
  }

  .y-growth > .y-inner {
    gap: 20px !important;
    padding: 114px 0 64px !important;
  }

  .y-growth-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 29px !important;
  }

  .y-growth-grid > * {
    min-height: 191px !important;
    height: 191px !important;
  }

  .y-testimonials {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 19px !important;
  }

  .y-testimonials > :nth-child(1) { min-height: 216px !important; height: 216px !important; }
  .y-testimonials > :nth-child(2) { min-height: 238px !important; height: 238px !important; }
  .y-testimonials > :nth-child(3) { min-height: 202px !important; height: 202px !important; }

  .y-faq,
  .y-faq > .y-inner {
    min-height: 2257px !important;
  }

  .y-faq > .y-inner {
    gap: 20px !important;
    padding: 114px 0 64px !important;
  }

  .y-faq .y-filter-bar {
    margin-top: 32px !important;
  }

  .y-faq .elementor-accordion-item {
    margin-bottom: 13px;
  }

  .y-faq .elementor-tab-title {
    min-height: 77px;
    display: grid !important;
    align-content: center;
    gap: 4px;
    padding: 12px 16px !important;
    border: 1px solid var(--y-line) !important;
    border-radius: 14px;
    background: rgba(255, 253, 250, 0.82);
  }

  .y-faq .elementor-tab-title::before {
    color: var(--y-primary);
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }

  .y-faq .elementor-accordion-item:nth-child(-n+4) .elementor-tab-title::before { content: "產品諮詢"; }
  .y-faq .elementor-accordion-item:nth-child(n+5):nth-child(-n+8) .elementor-tab-title::before { content: "訂購與配送"; }
  .y-faq .elementor-accordion-item:nth-child(n+9):nth-child(-n+11) .elementor-tab-title::before { content: "售後服務"; }
  .y-faq .elementor-accordion-item:nth-child(n+12) .elementor-tab-title::before { content: "會員與優惠"; }

  .y-guarantee,
  .y-guarantee > .y-inner {
    min-height: 857px !important;
  }

  .y-guarantee > .y-inner {
    padding: 48px 0 !important;
  }

  .y-guarantee-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .y-guarantee-card {
    width: 100% !important;
    min-height: 178px !important;
    height: 178px !important;
    border: 1px solid var(--y-line) !important;
    border-radius: 20px !important;
  }

  .y-products-list,
  .y-products-list > .y-inner {
    min-height: 3552px !important;
  }

  .y-products-list > .y-inner,
  .y-health-quiz > .y-inner,
  .y-contact-main > .y-inner {
    gap: 20px !important;
    padding: 114px 0 80px !important;
  }

  .y-products-list .y-product-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    margin-top: 29px !important;
  }

  .y-product-card,
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) {
    grid-column: auto !important;
    min-height: 0 !important;
    gap: 12px !important;
    padding: 30px 20px !important;
    overflow: hidden;
  }

  .y-product-card:nth-child(1),
  .y-product-card:nth-child(3) { height: 548px !important; }
  .y-product-card:nth-child(2),
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) { height: 525px !important; }

  .y-product-card > .elementor-widget-text-editor p {
    margin: 0 !important;
  }

  .y-product-card .y-product-specs {
    height: 170px !important;
    margin-top: 6px !important;
  }

  .y-health-quiz,
  .y-health-quiz > .y-inner {
    min-height: 1102px !important;
  }

  .y-health-quiz > .y-inner > :nth-child(3) {
    width: 100% !important;
  }

  .y-health-quiz > .y-inner > :nth-child(3) p {
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .y-health-quiz > .y-inner > :nth-child(4) {
    height: 711px !important;
    margin-top: 34px !important;
    overflow: hidden;
  }

  .y-health-quiz .y-quiz-form {
    height: 711px !important;
    padding: 24px !important;
  }

  .y-health-quiz .y-quiz-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .y-order-tracking,
  .y-order-tracking > .y-inner {
    min-height: 692px !important;
  }

  .y-order-tracking > .y-inner {
    padding: 78px 0 !important;
  }

  .y-contact-main,
  .y-contact-main > .y-inner {
    min-height: 1963px !important;
  }

  .y-contact-main .y-contact-split {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    margin-top: 12px !important;
  }

  .y-contact-info {
    min-height: 830px !important;
    padding: 30px 0 !important;
  }

  .y-contact-info .y-company-list {
    display: grid;
    gap: 16px;
  }

  .y-contact-info .y-company-list .elementor-icon-list-item {
    min-height: 118px;
    padding: 20px !important;
    border: 1px solid var(--y-line);
    border-radius: 16px;
    background: rgba(255, 253, 250, 0.78);
  }

  .y-contact-form-wrap {
    min-height: 663px !important;
    height: 663px !important;
    padding: 24px !important;
    overflow: hidden;
  }

  .y-contact-form-wrap .y-form-grid {
    gap: 14px;
  }

  .y-location,
  .y-location > .y-inner {
    min-height: 752px !important;
  }

  .y-location > .y-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 64px 0 !important;
  }

  .y-cta,
  .y-cta > .y-inner {
    min-height: 0 !important;
    height: auto !important;
  }

  .y-cta > .y-inner {
    padding: 64px 0 !important;
  }

  .y-cta-panel {
    min-height: 330px !important;
    height: auto !important;
    gap: 0 !important;
    padding: 32px !important;
  }

  .y-cta-panel > :nth-child(1) .elementor-heading-title {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .y-cta-panel > :nth-child(2) {
    width: 100% !important;
    margin-top: 16px !important;
  }

  .y-cta-panel > :nth-child(2) p {
    width: 100% !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 22.75px !important;
  }

  .y-cta-panel .y-actions {
    gap: 12px !important;
    margin-top: 32px !important;
  }

  .y-cta-panel .elementor-button {
    min-height: 52px;
  }

  .y-footer {
    min-height: 1412px !important;
    height: 1412px !important;
    gap: 0 !important;
  }

  .y-newsletter {
    min-height: 282px !important;
    height: 282px !important;
  }

  .y-footer-main {
    min-height: 1129px !important;
    height: 1129px !important;
  }
}
/* Mobile subpage final geometry corrections */
@media (max-width: 767px) {
  .y-about-story > .y-inner {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .y-testimonials {
    margin-top: 2px !important;
  }

  .y-testimonial > * {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .y-health-quiz > .y-inner {
    padding-bottom: 49px !important;
  }

  .y-location > .y-inner {
    gap: 14px !important;
  }

  .y-cta-panel .elementor-button {
    height: 52px !important;
    min-height: 52px !important;
  }
}
/* Mobile home final measured parity */
@media (max-width: 767px) {
  .y-home-hero > .y-inner {
    padding-top: 112px !important;
    padding-bottom: 43px !important;
  }

  .y-spirit > .y-inner {
    padding-top: 60.5px !important;
    padding-bottom: 60.5px !important;
  }

  .y-philosophy > .y-inner {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
  }

  .y-awards > .y-inner {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .y-impact > .y-inner {
    padding-top: 32.5px !important;
    padding-bottom: 32.5px !important;
  }

  .y-blog > .y-inner {
    padding-top: 169px !important;
    padding-bottom: 169px !important;
  }

  .y-download {
    padding-top: 86px !important;
    padding-bottom: 92px !important;
  }

  .y-testimonial {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-auto-flow: row !important;
    align-content: space-between !important;
  }
}
/* Mobile home final height lock */
@media (max-width: 767px) {
  .y-impact,
  .y-impact > .y-inner {
    min-height: 233px !important;
    height: 233px !important;
  }

  .y-explore,
  .y-explore > .y-inner {
    min-height: 537px !important;
    height: 537px !important;
  }
}
/* Native Elementor v2: editability, motion and reference interactions */
.yssiyo-native-elementor .elementor {
  overflow-x: clip;
}

.y-logo-image {
  width: 36px !important;
  flex: 0 0 36px !important;
}
.y-logo-image img {
  display: block;
  width: 36px !important;
  height: 36px !important;
  object-fit: contain;
}

.y-header {
  transition: height .5s ease, background-color .5s ease, box-shadow .5s ease, backdrop-filter .5s ease;
}
.y-header.is-scrolled {
  background: color-mix(in srgb, var(--y-bg) 94%, transparent) !important;
  box-shadow: 0 8px 24px rgba(57,44,39,.08);
  backdrop-filter: blur(16px);
}

.y-scroll-progress {
  position: fixed !important;
  z-index: 10020 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 3px !important;
  pointer-events: none;
}
.y-scroll-progress-bar {
  width: 0;
  height: 3px !important;
  background: var(--y-primary);
  box-shadow: 0 0 8px var(--y-primary), 0 0 3px var(--y-primary);
  transition: width .15s ease-out;
}

.yssiyo-motion-ready:not(.elementor-html) .yssiyo-reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .72s cubic-bezier(.22,1,.36,1) var(--yssiyo-motion-delay, 0ms), transform .72s cubic-bezier(.22,1,.36,1) var(--yssiyo-motion-delay, 0ms);
}
.yssiyo-motion-ready:not(.elementor-html) .yssiyo-reveal-up { transform: translateY(30px); }
.yssiyo-motion-ready:not(.elementor-html) .yssiyo-reveal-left { transform: translateX(-36px); }
.yssiyo-motion-ready:not(.elementor-html) .yssiyo-reveal-right { transform: translateX(36px); }
.yssiyo-motion-ready:not(.elementor-html) .yssiyo-reveal-scale { transform: scale(.94); }
.yssiyo-motion-ready .yssiyo-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}
.yssiyo-delay-1 { --yssiyo-motion-delay: 70ms; }
.yssiyo-delay-2 { --yssiyo-motion-delay: 140ms; }
.yssiyo-delay-3 { --yssiyo-motion-delay: 210ms; }

.y-card,
.y-philosophy-card,
.y-award-value,
.y-blog-card,
.y-download-card,
.y-explore-card,
.y-contact-card,
.y-product-card {
  transition: transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s ease, border-color .32s ease;
}
.y-card:hover,
.y-philosophy-card:hover,
.y-award-value:hover,
.y-blog-card:hover,
.y-download-card:hover,
.y-explore-card:hover,
.y-contact-card:hover,
.y-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(57,44,39,.11);
}

.y-native-mobile-overlay,
.y-native-mobile-drawer {
  display: none;
}
.y-mobile-menu-open {
  overflow: hidden;
}

.y-floating-tools {
  position: fixed !important;
  z-index: 10010 !important;
  right: 20px;
  bottom: 20px;
  width: 42px !important;
  gap: 8px !important;
}
.y-floating-tools .elementor-widget-icon {
  width: 42px !important;
  height: 42px;
  cursor: pointer;
}
.y-floating-tools .elementor-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--y-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--y-bg) 94%, transparent);
  color: #71665f;
  box-shadow: 0 10px 26px rgba(57,44,39,.10);
  transition: transform .2s ease, opacity .25s ease, color .2s ease;
}
.y-floating-tools .elementor-icon:hover { transform: translateY(-2px) scale(1.04); color: var(--y-primary); }
.y-floating-top { opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.y-floating-top.is-visible { opacity: 1; pointer-events: auto; }

.y-native-counter .elementor-counter-number-wrapper {
  justify-content: center;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.y-stat-value .elementor-counter-number-wrapper {
  color: var(--y-primary);
  font-family: "Noto Serif TC", serif;
  font-size: 32px;
  font-weight: 700;
}
.y-stat-value .elementor-counter-number-suffix {
  margin-left: 2px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.y-award-number .elementor-counter-number-wrapper {
  color: var(--y-bg);
  font-family: "Noto Serif TC", serif;
  font-size: 62px;
  font-weight: 700;
}

.y-award-medals {
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  align-self: center;
  gap: 16px !important;
  margin-top: 18px;
}
.y-award-medal-image,
.y-award-medal-image img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.2));
}
.y-award-product-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
}
.y-award-product-image,
.y-award-product-image img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain;
}
.y-award-product-row .y-award-product { flex: 1; }

.y-products-list,
.y-products-list > .y-inner {
  height: auto !important;
  min-height: 0 !important;
}
.y-product-card {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 0;
}
.y-product-award {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  margin: 0;
  box-shadow: 0 8px 18px rgba(57,44,39,.10);
}
.y-product-media {
  position: relative;
  display: flex !important;
  width: 100% !important;
  height: 208px;
  flex: 0 0 208px;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}
.y-product-tone-rose { background: linear-gradient(135deg, rgba(183,127,117,.22), rgba(183,127,117,.05)); }
.y-product-tone-sage { background: linear-gradient(135deg, rgba(145,160,141,.23), rgba(145,160,141,.05)); }
.y-product-tone-clay { background: linear-gradient(135deg, rgba(200,154,130,.23), rgba(200,154,130,.05)); }
.y-product-tone-gold { background: linear-gradient(135deg, rgba(189,159,105,.23), rgba(189,159,105,.05)); }
.y-product-watermark {
  position: absolute;
  bottom: -12px;
  left: 18px;
}
.y-product-watermark .elementor-heading-title {
  color: rgba(43,36,33,.055);
  font-family: "Noto Serif TC", serif;
  font-size: 58px;
  font-weight: 900;
}
.y-product-image,
.y-product-image img {
  position: relative;
  z-index: 2;
  width: 160px !important;
  height: 160px !important;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(57,44,39,.20));
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.y-product-card:hover .y-product-image img { transform: scale(1.1) rotate(-3deg); }
.y-product-medal {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
}
.y-product-medal,
.y-product-medal img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(57,44,39,.18));
}
.y-product-body {
  display: flex !important;
  width: 100% !important;
  flex: 1;
  flex-direction: column !important;
  padding: 24px 24px 26px;
}
.y-product-body .y-product-brand {
  width: auto !important;
  align-self: flex-start;
  margin-top: 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(183,127,117,.12);
  color: #95685f;
}
.y-product-body .y-product-actions { margin-top: auto; }
.y-product-actions .elementor-widget-button:last-child { flex: 0 0 88px; }

@media (max-width: 1024px) {
  .y-product-card { min-height: 700px; }
}

@media (max-width: 767px) {
  .y-native-menu-toggle {
    display: block !important;
    width: 40px !important;
    cursor: pointer;
  }
  .y-native-menu-toggle .elementor-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--y-line);
    border-radius: 999px;
    color: var(--y-fg);
  }
  .y-native-mobile-overlay {
    position: fixed !important;
    z-index: 10030 !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100dvh;
    background: rgba(32,25,22,.50);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
  }
  .y-native-mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .y-native-mobile-drawer {
    position: fixed !important;
    z-index: 10040 !important;
    top: 0;
    right: 0;
    display: flex;
    width: min(320px, calc(100vw - 44px)) !important;
    height: 100dvh;
    padding: 74px 24px 30px;
    border-left: 1px solid var(--y-line);
    background: var(--y-paper);
    box-shadow: -22px 0 50px rgba(57,44,39,.18);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .5s cubic-bezier(.22,1,.36,1), visibility .5s ease;
  }
  .y-native-mobile-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .y-native-mobile-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 40px !important;
    cursor: pointer;
  }
  .y-native-mobile-close .elementor-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--y-line);
    border-radius: 999px;
    color: var(--y-fg);
  }
  .y-native-mobile-links .elementor-icon-list-items { display: grid; gap: 4px; }
  .y-native-mobile-links .elementor-icon-list-item { padding: 0 !important; }
  .y-native-mobile-links .elementor-icon-list-text {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--y-fg);
    font-size: 15px;
    font-weight: 500;
  }
  .y-native-mobile-links .elementor-icon-list-text:hover { background: rgba(183,127,117,.10); color: var(--y-primary); }
  .y-floating-tools { right: 14px; bottom: 14px; }
  .y-product-card { min-height: 700px; }
  .y-product-media { height: 210px; flex-basis: 210px; }
  .y-award-product-row { align-items: flex-start !important; }
}

@media (prefers-reduced-motion: reduce) {
  .yssiyo-reveal,
  .yssiyo-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .y-native-mobile-overlay,
  .y-native-mobile-drawer,
  .y-product-image img {
    transition: none !important;
  }
}
/* Native Elementor counter geometry */
.y-stat {
  gap: 0 !important;
}
.y-stat .elementor-counter-title {
  display: none !important;
}
.y-stat .elementor-counter-number-wrapper {
  justify-content: flex-start;
  color: var(--y-primary);
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.y-stat .elementor-counter-number-suffix {
  margin-left: 2px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.y-stat-value {
  height: 32px !important;
}
.y-hero-stats {
  height: 66px !important;
}
.y-hero-stats .y-stat {
  height: 66px !important;
  min-height: 66px !important;
}
.y-impact .y-stat .elementor-counter-number-wrapper {
  justify-content: center;
  font-size: 32px;
  line-height: 36px;
}
.y-impact .y-stat-value {
  height: 36px !important;
}
/* Native Elementor desktop reference geometry v2.0.4 */
@media (min-width: 1111px) {
  .y-section > .y-inner {
    gap: 0 !important;
  }

  .y-home-hero {
    justify-content: flex-start !important;
  }

  .y-badge {
    padding: 6px 16px;
    line-height: 16px;
  }

  .y-hero-title .elementor-heading-title {
    letter-spacing: -.025em;
  }

  .y-hero-copy {
    margin-top: 20px;
    line-height: 29.25px;
  }

  .y-hero-content > .y-actions {
    width: 100% !important;
    height: 40px !important;
    justify-content: flex-start !important;
  }

  .y-hero-stats {
    height: 69px !important;
  }

  .y-hero-stats .y-stat {
    height: 69px !important;
    min-height: 69px !important;
  }

  .y-kicker p {
    line-height: 16px;
  }

  .y-spirit > .y-inner.y-center > .y-title-36 .elementor-heading-title {
    font-size: 36px;
    line-height: 40px;
  }

  .y-spirit .y-section-copy {
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .y-spirit-grid > .y-card {
    height: 224px !important;
    min-height: 224px !important;
  }

  .y-philosophy .y-section-title {
    margin-top: 54px;
  }

  .y-philosophy .y-section-copy,
  .y-blog .y-section-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .y-philosophy-grid > .y-philosophy-card {
    height: 256px !important;
    min-height: 256px !important;
  }

  .y-awards .y-kicker {
    margin-top: 32px;
  }

  .y-awards .y-kicker p {
    font-size: 14px;
    line-height: 20px;
  }

  .y-awards .y-section-title {
    margin-top: 33px;
  }

  .y-awards .y-section-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .y-award-groups > .y-award-group {
    height: 402px !important;
    min-height: 402px !important;
  }

  .y-blog .y-section-title {
    margin-top: 56px;
  }

  .y-blog-card {
    gap: 0 !important;
    padding: 0 !important;
  }

  .y-blog-card > .elementor-widget-image,
  .y-blog-card > .elementor-widget-image .elementor-widget-container,
  .y-blog-card > .elementor-widget-image img {
    height: 295px !important;
    min-height: 295px !important;
  }

  .y-blog-content {
    height: 295px !important;
    min-height: 0 !important;
    gap: 0 !important;
    padding: 24px !important;
  }

  .y-cta > .y-inner {
    width: 1216px !important;
    min-width: 1216px !important;
    max-width: 1216px !important;
  }

  .y-footer {
    gap: 0 !important;
  }

  .y-newsletter {
    height: 222px;
    padding: 48px 0 !important;
    background: transparent;
  }

  .y-newsletter-inner {
    height: 126px;
    grid-template-columns: 406px 448px;
    justify-content: space-between !important;
    gap: 32px !important;
    padding: 32px;
    border: 1px solid rgba(183,127,117,.20);
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(183,127,117,.08), rgba(238,229,216,.30), rgba(145,160,141,.08));
  }

  .y-newsletter-copy {
    height: 60px;
    gap: 0 !important;
  }

  .y-newsletter-copy .y-copy {
    margin-top: 8px;
    line-height: 20px;
  }

  .y-newsletter-widget {
    width: 448px !important;
  }

  .y-newsletter-form {
    grid-template-columns: 1fr 82px;
    gap: 8px;
  }

  .y-newsletter-form input,
  .y-newsletter-form button {
    height: 36px;
    border: 1px solid var(--y-line);
    border-radius: 999px;
    font-size: 14px;
  }

  .y-newsletter-form input {
    padding: 4px 12px;
  }

  .y-newsletter-form button {
    padding: 8px 12px;
  }

  .y-footer-main {
    height: 402px;
    padding: 48px 0 20px;
  }
}
/* Native Elementor desktop component alignment v2.0.5 */
@media (min-width: 1111px) {
  .y-hero-title .elementor-heading-title,
  .y-hero-title .elementor-heading-title span {
    letter-spacing: -.025em !important;
  }

  .y-hero-content > .y-hero-copy {
    margin-top: 20px !important;
  }

  .y-spirit > .y-inner.y-center > .y-title-36 {
    margin-top: 6px !important;
  }

  .y-spirit > .y-inner.y-center > .y-section-copy {
    margin-top: 12px !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .y-spirit > .y-inner.y-center > .y-spirit-grid {
    margin-top: 40px !important;
  }

  .y-spirit-grid > .y-card {
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-icon {
    margin: 0 !important;
  }

  .y-spirit-grid > .y-card .elementor-icon {
    width: 56px;
    height: 56px;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-title {
    margin: 16px 0 6px;
    font-size: 18px;
    line-height: 28px;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-description {
    font-size: 14px;
    line-height: 22.75px;
  }

  .y-philosophy-grid > .y-philosophy-card {
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 24px !important;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-icon {
    margin: 0 !important;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon {
    width: 56px;
    height: 56px;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-title {
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-description {
    font-size: 14px;
    line-height: 22.75px;
  }

  .y-awards .y-section-title {
    margin-top: 35px;
  }

  .y-blog .y-section-title {
    margin-top: 54px;
  }
}
/* Native Elementor interaction and content alignment v2.0.6 */
.y-scroll-progress,
.y-floating-tools {
  display: none !important;
}

body.home .y-desktop-nav .elementor-icon-list-item:nth-child(1) a,
body.page-id-1183 .y-desktop-nav .elementor-icon-list-item:nth-child(2) a,
body.page-id-1184 .y-desktop-nav .elementor-icon-list-item:nth-child(3) a,
body.page-id-1185 .y-desktop-nav .elementor-icon-list-item:nth-child(4) a {
  position: relative;
}

body.home .y-desktop-nav .elementor-icon-list-item:nth-child(1) .elementor-icon-list-text,
body.page-id-1183 .y-desktop-nav .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text,
body.page-id-1184 .y-desktop-nav .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text,
body.page-id-1185 .y-desktop-nav .elementor-icon-list-item:nth-child(4) .elementor-icon-list-text {
  color: var(--y-primary);
}

body.home .y-desktop-nav .elementor-icon-list-item:nth-child(1) a::after,
body.page-id-1183 .y-desktop-nav .elementor-icon-list-item:nth-child(2) a::after,
body.page-id-1184 .y-desktop-nav .elementor-icon-list-item:nth-child(3) a::after,
body.page-id-1185 .y-desktop-nav .elementor-icon-list-item:nth-child(4) a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 24px;
  height: 1px;
  background: var(--y-primary);
  transform: translateX(-50%);
}

@media (min-width: 1111px) {
  .y-spirit > .y-inner.y-center > .y-section-copy,
  .y-philosophy > .y-inner.y-center > .y-section-copy,
  .y-blog > .y-inner.y-center > .y-section-copy {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .y-spirit > .y-inner.y-center > .y-section-copy {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .y-awards > .y-inner.y-center > .y-section-copy {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .y-spirit-grid > .y-card .elementor-icon-box-title {
    margin: 0 0 6px !important;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-wrapper {
    gap: 20px !important;
  }

  .y-philosophy-grid > .y-philosophy-card .elementor-icon-box-title {
    margin: 0 0 10px !important;
  }
}
/* Exact parity corrections v2.0.7 */
.y-award-products {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  align-items: stretch !important;
}
.y-award-products > .elementor-element,
.y-award-product-row {
  width: 100% !important;
  min-width: 0 !important;
}
.y-spirit-grid > .y-card.is-visible:hover,
.y-explore-card.is-visible:hover,
.y-contact-card.is-visible:hover {
  transform: translateY(-4px) !important;
}
.y-philosophy-card.is-visible:hover,
.y-award-value.is-visible:hover,
.y-blog-card.is-visible:hover {
  transform: none !important;
}
@media (min-width: 1111px) {
  body.page-id-1185 .y-page-hero,
  body.page-id-1185 .y-page-hero > .y-inner {
    height: 394px !important;
  }
  .y-products-list,
  .y-products-list > .y-inner {
    height: 1746px !important;
    min-height: 1746px !important;
  }
  .y-product-card {
    min-height: 570px !important;
    padding: 30px 28px !important;
  }
  .y-promise .y-section-title .elementor-heading-title,
  .y-contact-methods .y-section-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .y-growth-card .elementor-icon-box-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  .y-product-card,
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) {
    min-height: 0 !important;
    padding: 30px 20px !important;
  }
  .y-product-card:nth-child(1),
  .y-product-card:nth-child(3) {
    height: 548px !important;
  }
  .y-product-card:nth-child(2),
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) {
    height: 525px !important;
  }
}
/* Native award card parity v2.0.8 */
.y-awards {
  background-color: var(--y-night);
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.012) 0, rgba(255,255,255,.012) 1px, transparent 1px, transparent 10px);
}
.y-award-native-head {
  display: flex !important;
  width: 100% !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}
.y-award-native-head-icon,
.y-award-native-product-icon {
  flex: 0 0 auto;
}
.y-award-native-head-icon .elementor-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: rgba(183,127,117,.88);
  color: #fff8ef;
  font-size: 20px;
}
.y-gold-group .y-award-native-head-icon .elementor-icon {
  background: rgba(229,216,203,.92);
  color: #302722;
}
.y-award-native-head .y-award-label {
  width: auto !important;
  flex: 1;
}
.y-award-native-head .y-award-label p {
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.y-award-native-head .y-award-label strong {
  color: #fffaf3;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  line-height: 28px;
}
.y-award-native-row {
  display: flex !important;
  width: 100% !important;
  height: 82px;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
}
.y-award-products {
  gap: 12px !important;
  margin-top: 20px;
}
.y-award-native-product-icon .elementor-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: rgba(183,127,117,.16);
  color: #c78f84;
  font-size: 18px;
}
.y-gold-group .y-award-native-product-icon .elementor-icon {
  background: rgba(229,216,203,.12);
  color: #d8c59d;
}
.y-award-native-row .y-award-product {
  width: auto !important;
  min-width: 0 !important;
  flex: 1;
  padding: 0;
  border: 0;
}
.y-award-native-row .y-award-product p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.y-award-native-row .y-award-product b {
  color: #fffaf3;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  line-height: 24px;
}
.y-award-native-tag {
  width: auto !important;
  flex: 0 0 auto;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(183,127,117,.25);
  color: #fffaf3;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}
.y-gold-group .y-award-native-tag {
  background: rgba(229,216,203,.20);
}
.y-award-native-tag p {
  margin: 0;
}
@media (min-width: 1111px) {
  .y-award-groups {
    width: 1216px !important;
    min-width: 1216px !important;
    max-width: 1216px !important;
  }
  .y-award-group {
    width: 596px !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .y-award-group {
    grid-template-columns: 1fr !important;
  }
  .y-award-native-row {
    height: auto;
    min-height: 82px;
  }
  .y-award-native-tag {
    padding: 2px 7px;
  }
}
/* Native product card parity v2.0.9 */
.y-award-group {
  gap: 0 !important;
}
.y-product-card {
  gap: 0 !important;
  padding: 0 !important;
}
.y-product-media {
  position: relative;
  display: flex !important;
  width: 100% !important;
  height: 176px;
  min-height: 176px;
  flex: 0 0 176px;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}
.y-product-media::before,
.y-product-media::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(43,36,33,.08);
  border-radius: 50%;
}
.y-product-media::before {
  top: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
}
.y-product-media::after {
  bottom: 8px;
  left: -16px;
  width: 64px;
  height: 64px;
}
.y-product-tone-rose { background: linear-gradient(135deg, rgba(183,127,117,.20), rgba(183,127,117,.05)); }
.y-product-tone-sand { background: linear-gradient(135deg, rgba(229,216,203,.55), rgba(229,216,203,.15)); }
.y-product-tone-sage { background: linear-gradient(135deg, rgba(145,160,141,.22), rgba(145,160,141,.05)); }
.y-product-tone-clay { background: linear-gradient(135deg, rgba(200,154,130,.22), rgba(200,154,130,.05)); }
.y-product-top-actions {
  position: absolute !important;
  z-index: 5;
  top: 16px;
  right: 16px;
  display: flex !important;
  width: auto !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
}
.y-product-favorite {
  width: 32px !important;
  height: 32px;
}
.y-product-favorite .elementor-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,250,243,.62);
  color: rgba(59,47,40,.46);
  font-size: 14px;
}
.y-product-top-actions .y-product-award {
  position: static;
  width: auto !important;
  align-self: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(183,127,117,.95), rgba(158,100,91,.95));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 0 8px 18px rgba(57,44,39,.10);
}
.y-product-top-actions .y-product-award p {
  margin: 0;
}
.y-product-tone-sand .y-product-award,
.y-product-tone-sage .y-product-award,
.y-product-tone-clay .y-product-award {
  background: rgba(229,216,203,.92);
  color: #715e36;
}
.y-product-watermark {
  position: absolute;
  bottom: -12px;
  left: 16px;
}
.y-product-watermark .elementor-heading-title {
  color: rgba(43,36,33,.05);
  font-family: "Noto Serif TC", serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}
.y-product-main-icon {
  position: relative;
  z-index: 2;
  width: 96px !important;
  height: 96px;
}
.y-product-main-icon .elementor-icon {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 4px solid rgba(255,250,243,.48);
  border-radius: 24px;
  background: rgba(183,127,117,.15);
  color: #9b6259;
  font-size: 46px;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.y-product-tone-sand .y-product-main-icon .elementor-icon { background: rgba(200,154,130,.15); color: #bd997c; }
.y-product-tone-sage .y-product-main-icon .elementor-icon { background: rgba(145,160,141,.18); color: #879986; }
.y-product-tone-clay .y-product-main-icon .elementor-icon { background: rgba(200,154,130,.18); color: #b28670; }
.y-product-card:hover .y-product-main-icon .elementor-icon { transform: scale(1.10); }
.y-product-body {
  display: flex !important;
  width: 100% !important;
  flex: 1;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 20px !important;
  text-align: left;
}
.y-product-body .y-product-brand {
  width: auto !important;
  align-self: flex-start;
  margin: 0;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(183,127,117,.12);
  color: #95685f;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}
.y-product-body .y-product-brand p,
.y-product-rating p,
.y-product-description p,
.y-product-spec-label p {
  margin: 0 !important;
}
.y-product-body .y-card-title {
  margin-top: 12px;
}
.y-product-body .y-card-title .elementor-heading-title {
  font-size: 18px;
  line-height: 25px;
}
.y-product-body .y-product-english {
  margin-top: 2px;
  font-size: 11px;
  line-height: 16px;
}
.y-product-rating {
  margin-top: 8px;
  color: #6f655f;
  font-size: 12px;
  line-height: 16px;
}
.y-product-stars {
  color: #9d665e;
  font-size: 11px;
  letter-spacing: 1px;
}
.y-product-rating b {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
.y-product-rating small {
  color: #8b817a;
  font-size: 12px;
}
.y-product-body .y-product-description {
  min-height: 0;
  margin-top: 10px;
  color: #716760;
  font-size: 14px;
  line-height: 23px;
}
.y-product-body .y-product-specs {
  height: auto !important;
  margin-top: 16px;
  gap: 8px !important;
}
.y-product-body .y-product-spec {
  min-height: 44px;
  gap: 0 !important;
  padding: 6px 10px;
  border: 1px solid rgba(117,94,78,.10);
  border-radius: 10px;
  background: rgba(255,253,250,.60);
}
.y-product-body .y-product-actions {
  height: 36px;
  min-height: 36px;
  gap: 8px !important;
  margin-top: auto;
}
.y-product-actions .elementor-widget-button:first-child {
  flex: 1;
}
.y-product-actions .elementor-widget-button:nth-child(2) {
  flex: 0 0 86px;
}
.y-product-actions .elementor-button {
  min-height: 36px;
  height: 36px;
  padding: 8px 14px;
  border-radius: 12px;
}
.y-product-compare {
  width: 36px !important;
  height: 36px;
  flex: 0 0 36px;
}
.y-product-compare .elementor-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--y-line);
  border-radius: 12px;
  background: rgba(255,253,250,.70);
  color: #786e67;
  font-size: 13px;
}
@media (min-width: 1111px) {
  .y-products-list .y-section-title {
    margin-top: 55px !important;
  }
  .y-products-list .y-product-grid {
    margin-top: 48px !important;
  }
  .y-product-card,
  .y-product-card:nth-child(1),
  .y-product-card:nth-child(2),
  .y-product-card:nth-child(3),
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) {
    grid-column: span 2 !important;
    height: 525px !important;
    min-height: 525px !important;
  }
}
@media (max-width: 767px) {
  .y-product-media {
    height: 176px;
    min-height: 176px;
    flex-basis: 176px;
  }
  .y-product-card,
  .y-product-card:nth-child(1),
  .y-product-card:nth-child(2),
  .y-product-card:nth-child(3),
  .y-product-card:nth-child(4),
  .y-product-card:nth-child(5) {
    height: 525px !important;
    min-height: 525px !important;
    padding: 0 !important;
  }
}
/* Desktop inner-page parity v2.0.10 */
.y-accordion {
  width: 832px !important;
}
.y-accordion .elementor-accordion-item {
  margin-bottom: 12px;
}
.y-accordion .elementor-tab-title {
  display: grid !important;
  min-height: 82px;
  align-content: center;
  gap: 4px;
  padding: 12px 16px !important;
}
.y-accordion .elementor-tab-title::before {
  color: var(--y-primary);
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}
.y-accordion .elementor-accordion-item:nth-child(-n+4) .elementor-tab-title::before { content: "產品諮詢"; }
.y-accordion .elementor-accordion-item:nth-child(n+5):nth-child(-n+8) .elementor-tab-title::before { content: "訂購與配送"; }
.y-accordion .elementor-accordion-item:nth-child(n+9):nth-child(-n+11) .elementor-tab-title::before { content: "售後服務"; }
.y-accordion .elementor-accordion-item:nth-child(n+12) .elementor-tab-title::before { content: "會員與優惠"; }
.y-faq-contact {
  width: 832px !important;
}
@media (min-width: 1111px) {
  .y-products-list .y-section-title {
    margin-top: 31px !important;
  }
  .y-products-list .y-product-grid {
    margin-top: 80px !important;
  }
  .y-health-quiz .y-section-title {
    margin-top: 54px !important;
  }
  .y-order-tracking .y-section-title {
    margin-top: 55px !important;
  }
  .y-order-tracking .y-section-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 45px !important;
  }
  .y-about-split {
    height: 512px !important;
    grid-template-columns: .85fr 1.15fr;
    gap: 64px !important;
    margin-top: 75px;
  }
  .y-founder-visual {
    height: 512px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .y-founder-image,
  .y-founder-image .elementor-widget-container,
  .y-founder-image img {
    width: 384px !important;
    height: 480px !important;
  }
  .y-founder-image img {
    object-position: center center;
    border-radius: 32px;
  }
  .y-founder-caption {
    right: 0;
    bottom: 0;
  }
  .y-founder-words {
    height: 512px !important;
    justify-content: flex-start !important;
    gap: 0 !important;
  }
  .y-founder-words > .y-kicker {
    margin: 0 !important;
  }
  .y-founder-message {
    width: 100% !important;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(183,127,117,.35);
  }
  .y-founder-message .y-copy,
  .y-founder-message .y-founder-quote {
    color: var(--y-fg);
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 39px;
  }
  .y-founder-message p {
    margin: 0 !important;
  }
  .y-founder-philosophy-card {
    width: 100% !important;
    height: 231px !important;
    margin-top: 32px;
    gap: 0 !important;
    padding: 24px;
    border: 1px solid var(--y-line);
    border-radius: 16px;
    background: rgba(255,253,250,.60);
    box-shadow: var(--y-shadow);
  }
  .y-founder-philosophy-card .y-small-title .elementor-heading-title {
    font-size: 18px;
    line-height: 28px;
  }
  .y-founder-philosophy-card .y-founder-philosophy {
    margin-top: 12px;
  }
  .y-founder-philosophy-card .y-founder-philosophy .elementor-heading-title {
    color: rgba(43,36,33,.90);
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .y-founder-philosophy-card > .y-copy {
    margin-top: 12px;
    color: #70665f;
    font-size: 14px;
    line-height: 23px;
  }
  .y-founder-closing {
    margin-top: 12px;
    color: var(--y-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
  }
  .y-founder-closing p {
    margin: 0;
  }
  .y-founder-words > .y-about-badges {
    margin-top: 24px;
  }
  .y-about-badges .elementor-widget-text-editor::before {
    content: "✓";
    margin-right: 5px;
    color: var(--y-sage);
  }
  .y-about-quote .y-quote-title {
    width: 780px !important;
  }
  .y-growth .y-section-title {
    width: 672px !important;
    margin-top: 30px !important;
  }
  .y-growth .y-section-title .elementor-heading-title {
    font-size: 48px;
    line-height: 60px;
  }
  .y-growth-grid {
    height: 191px !important;
    margin-top: 69px !important;
  }
  .y-growth-card {
    height: 191px !important;
    min-height: 191px !important;
  }
  .y-testimonials-title {
    width: 1216px !important;
    margin-top: 64px !important;
  }
  .y-testimonials {
    height: 216px !important;
    margin-top: 60px !important;
  }
  .y-testimonial {
    height: 216px !important;
    min-height: 216px !important;
  }
  .y-faq .y-section-title {
    margin-top: 30px !important;
  }
  .y-faq .y-filter-bar {
    margin-top: 91px !important;
  }
  .y-accordion {
    margin-top: 41px !important;
  }
  body.page-id-1185 .y-page-hero > .y-inner {
    position: relative;
    top: -10px;
  }
  .y-contact-main .y-section-title {
    margin-top: 30px !important;
  }
  .y-contact-split {
    margin-top: 59px !important;
  }
  .y-location > .y-inner {
    align-items: start !important;
  }
  .y-location-copy {
    height: 320px !important;
    align-self: start;
    gap: 0 !important;
  }
  .y-location-copy .y-company-list {
    margin-top: 18px;
  }
}
/* Final desktop alignment v2.0.11 */
@media (min-width: 1111px) {
  .y-growth-grid {
    gap: 20px !important;
  }
  .y-growth-card .elementor-icon-box-wrapper {
    gap: 0 !important;
  }
  .y-growth-card .elementor-icon-box-title {
    margin: 14px 0 8px !important;
  }
  .y-testimonials {
    margin-top: 20px !important;
  }
  .y-accordion .elementor-tab-title {
    position: relative;
    min-height: 80px;
  }
  .y-accordion .elementor-accordion-icon {
    position: absolute !important;
    top: 50%;
    right: 16px;
    margin: 0 !important;
    transform: translateY(-50%);
  }
}
/* Browse-only catalog and exact award header v2.0.12 */
.y-order-tracking,
.y-order-form,
.y-product-actions,
.add_to_cart_button,
.single_add_to_cart_button {
  display: none !important;
}

.y-award-stats {
  display: flex !important;
  width: 768px !important;
  min-width: 768px !important;
  max-width: 768px !important;
  height: 56px;
  flex: 0 0 768px;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 32px !important;
  margin-top: 32px;
  margin-bottom: 0 !important;
}
.y-award-stat {
  display: flex !important;
  width: auto !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex: 0 0 auto;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}
.y-award-stat-icon {
  width: 56px !important;
  height: 56px;
  flex: 0 0 56px;
}
.y-award-stat-icon .elementor-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
  font-size: 22px;
}
.y-award-stat-grand .y-award-stat-icon .elementor-icon {
  border-color: transparent;
  background: rgba(183,127,117,.90);
  color: #fff8ef;
}
.y-award-stat-gold .y-award-stat-icon .elementor-icon {
  border-color: transparent;
  background: rgba(229,216,203,.94);
  color: #302722;
}
.y-award-stat-copy {
  width: auto !important;
  height: 52px;
  flex: 0 0 auto;
  gap: 0 !important;
  text-align: left;
}
.y-award-stat-number,
.y-award-stat-number .elementor-counter,
.y-award-stat-number .elementor-counter-number-wrapper {
  width: 100%;
  height: 36px;
}
.y-award-stat-number .elementor-counter-number-wrapper {
  justify-content: flex-start;
  color: var(--y-bg);
  font-family: "Noto Serif TC", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.y-award-stat-number .elementor-counter-number-suffix {
  margin-left: 0;
  font: inherit;
}
.y-award-stat-label,
.y-award-stat-label p {
  margin: 0 !important;
  color: rgba(255,255,255,.70);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.y-award-stat-divider {
  width: 1px !important;
  height: 40px;
  flex: 0 0 1px;
  background: rgba(255,255,255,.20);
}

.y-products-list,
.y-products-list > .y-inner {
  height: auto !important;
  min-height: 0 !important;
}
.y-products-list > .y-inner {
  padding-bottom: 80px !important;
}
.y-product-grid > .y-product-card-catalog,
.y-product-grid > .y-product-card-catalog:nth-child(4),
.y-product-grid > .y-product-card-catalog:nth-child(5) {
  grid-column: span 2 !important;
  height: 560px !important;
  min-height: 560px !important;
}
.y-product-media-cover {
  height: 230px !important;
  min-height: 230px !important;
  flex-basis: 230px !important;
}
.y-product-cover,
.y-product-cover .elementor-widget-container,
.y-product-cover img {
  display: block;
  width: 100% !important;
  height: 230px !important;
}
.y-product-cover img {
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.y-product-card-catalog:hover .y-product-cover img {
  transform: scale(1.035);
}
.y-product-catalog-body {
  min-height: 330px;
}
.y-product-catalog-body .y-product-brand {
  margin-top: 0;
}
.y-product-catalog-body .y-product-description {
  min-height: 46px;
}
.y-product-catalog-body .y-product-specs {
  margin-top: auto;
}
.y-product-catalog-body .y-product-spec {
  min-height: 52px;
}
.y-product-catalog-body .y-product-spec-value .elementor-heading-title:empty::after {
  content: "";
  display: block;
  min-height: 18px;
}
.y-company-list .elementor-icon-list-text,
.y-contact-list .elementor-icon-list-text,
.y-methods-grid .elementor-icon-box-description {
  overflow-wrap: anywhere;
}

@media (min-width: 1111px) {
  .y-philosophy .y-section-title,
  .y-blog .y-section-title {
    width: 672px !important;
  }
  .y-awards > .y-inner > .y-kicker {
    display: flex !important;
    width: 364px !important;
    height: 37.5px;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(8px);
  }
  .y-awards > .y-inner > .y-kicker p {
    margin: 0 !important;
    font-size: 12px;
    line-height: 16px;
  }
  .y-awards > .y-inner > .y-section-title {
    width: 768px !important;
    margin-top: 24px !important;
  }
  .y-awards > .y-inner > .y-section-copy {
    width: 768px !important;
    margin-top: 16px !important;
  }
  .y-award-groups {
    margin-top: 56px !important;
  }
  .y-growth-card .elementor-icon-box-title {
    margin-top: 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .y-product-grid > .y-product-card-catalog,
  .y-product-grid > .y-product-card-catalog:nth-child(4),
  .y-product-grid > .y-product-card-catalog:nth-child(5) {
    grid-column: auto !important;
  }
}

@media (max-width: 767px) {
  .y-award-stats {
    width: 100% !important;
    height: auto;
    flex-wrap: wrap;
    gap: 16px !important;
    margin-top: 28px;
  }
  .y-award-stat-divider {
    display: none !important;
  }
  .y-award-stat {
    min-width: 138px;
  }
  .y-award-groups {
    margin-top: 40px !important;
  }
  .y-products-list,
  .y-products-list > .y-inner {
    height: auto !important;
    min-height: 0 !important;
  }
  .y-products-list > .y-inner {
    padding: 114px 0 80px !important;
  }
  .y-product-grid > .y-product-card-catalog,
  .y-product-grid > .y-product-card-catalog:nth-child(1),
  .y-product-grid > .y-product-card-catalog:nth-child(2),
  .y-product-grid > .y-product-card-catalog:nth-child(3),
  .y-product-grid > .y-product-card-catalog:nth-child(4),
  .y-product-grid > .y-product-card-catalog:nth-child(5) {
    grid-column: auto !important;
    height: 560px !important;
    min-height: 560px !important;
  }
  .y-product-media-cover,
  .y-product-cover,
  .y-product-cover .elementor-widget-container,
  .y-product-cover img {
    height: 230px !important;
    min-height: 230px !important;
  }
  .y-methods-grid .y-contact-card {
    padding-right: 18px;
    padding-left: 18px;
  }
}