/* Homepage presentation only. Preserve builder text, assets, links and embeds. */
body.home:is(.page-id-465, .page-id-46139) {
  --home-ink: #292626;
  --home-muted: #686362;
  --home-wine: #70252d;
  --home-line: #e5dfd9;
  --home-paper: #f6f3ef;
  --home-title-hero: clamp(40px, 4.2vw, 58px);
  --home-title-section: 36px;
  --home-title-card: 24px;
  --home-title-metric: 46px;
  --home-title-label: 15px;
  --home-title-meta: 13px;
  color: var(--home-ink);
  background: #fff;
  font-family: Arial, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.home:is(.page-id-465, .page-id-46139) .uk-container { max-width: 1160px; }
body.home:is(.page-id-465, .page-id-46139) #tm-main { overflow: clip; }
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-title {
  font-family: Arial, 'Segoe UI', sans-serif;
  color: var(--home-wine) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content {
  letter-spacing: normal !important;
  line-height: 1.8 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: var(--home-muted);
}
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content p:last-child { margin-bottom: 0; }
/* Neutralize every stray inline color left over from the old theme (blue, green, orange,
   red...) so body copy reads as one consistent color everywhere; links stay the accent. */
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content,
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content * {
  color: inherit !important;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content strong,
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content b {
  color: var(--home-ink) !important;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main a,
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content a {
  color: var(--home-wine) !important;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main a:hover,
body.home:is(.page-id-465, .page-id-46139) #tm-main .el-content a:hover {
  color: var(--home-ink) !important;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main .uk-section { padding-block: 64px; }
body.home:is(.page-id-465, .page-id-46139) #tm-main .uk-card { box-shadow: none; }
body.home:is(.page-id-465, .page-id-46139) .tm-header { border-bottom: 1px solid var(--home-line); }
body.home:is(.page-id-465, .page-id-46139) .uk-navbar-container:not(.uk-navbar-transparent) { background: #fff; }
body.home:is(.page-id-465, .page-id-46139) .uk-navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  min-height: 84px;
  color: var(--home-ink);
}
body.home:is(.page-id-465, .page-id-46139) .uk-navbar-nav > li > a:hover { color: var(--home-wine); }
body.home:is(.page-id-465, .page-id-46139) .uk-navbar-dropdown { border-top: 2px solid var(--home-wine); }
body.home:is(.page-id-465, .page-id-46139) a:focus-visible { outline: 2px solid var(--home-wine); outline-offset: 5px; }

/* Original banner and original CRM form, composed side by side. */
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type > .uk-section {
  position: relative;
  min-height: 500px !important;
  padding-block: 52px;
  background-position: center;
  isolation: isolate;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type > .uk-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(42,19,22,.94), rgba(42,19,22,.74) 48%, rgba(42,19,22,.2));
}
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type .tm-grid-expand > div {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 80px;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type .tm-grid-expand > div > .uk-margin:first-child {
  text-align: left !important;
  margin: 16px 0 26px !important;
  align-self: end;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] { grid-column: 1; margin: 0 !important; text-align: left !important; align-self: start; }
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] .el-title {
  color: #fff !important;
  font-size: clamp(40px,4.2vw,58px) !important;
  line-height: 1.13 !important;
  max-width: 560px;
  text-wrap: balance;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] + div { grid-column: 2; grid-row: 1 / 3; min-width: 0; }
body.home:is(.page-id-465, .page-id-46139) #tm-main .hero-cta-form {
  background: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  padding: 12px !important;
  max-width: 460px;
  margin-left: auto;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main .hero-cta-form p { margin: 0; }
body.home:is(.page-id-465, .page-id-46139) #tm-main .hero-cta-form iframe { display: block; width: 100%; max-width: 100%; height: 370px; }

/* English hero now matches Vietnamese: image size and heading alignment only. */
body.home.page-id-46139 #tm-main > .uk-section-default:first-of-type .el-image {
  width: 100px;
  height: auto;
}
body.home.page-id-46139 [id='page#1'] .el-title {
  text-align: left;
}

/* Introduction: a readable measure and the existing portrait. */
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] { border: 0; background: transparent; margin: 0 0 64px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid { gap: 64px; align-items: center; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid > .uk-width-auto\@m { width: 32%; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .uk-card-body { padding: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-title { font-size: 36px; border: 0; padding: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-image { width: 100%; height: auto; display: block !important; border-radius: 2px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-content { margin-top: 24px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-content p { margin-top: 16px; }

/* Full service descriptions in rows; no clipping, summaries or accordions. */
body.home:is(.page-id-465, .page-id-46139) [id='page#2'] { padding-top: 52px; border-top: 1px solid var(--home-line); text-align: left !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#2'] .el-title { font-size: 34px !important; max-width: 760px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#2'] .el-content { max-width: 1000px; margin-top: 22px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] { margin: 36px 0 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] > .uk-grid { display: block; margin: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] > .uk-grid > div { width: 100%; padding: 0; margin: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-item {
  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 48px;
  padding: 30px 0;
  border-top: 1px solid var(--home-line);
  text-align: left;
}
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-title { font-size: 26px !important; margin: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-content { min-height: 0 !important; margin: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-content + div { grid-column: 2; margin-top: 18px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-link {
  min-height: 44px;
  padding: 2px 18px;
  background: transparent !important;
  border: 1px solid #b58e8c;
  color: var(--home-wine) !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  white-space: normal;
  line-height: 1.5;
}
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-link:hover { background: var(--home-wine) !important; color: #fff !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .uk-icon { opacity: 1; margin-left: 8px; flex: none; }

/* Credentials and original figures. */
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#6'] { background: var(--home-paper); }
body.home:is(.page-id-465, .page-id-46139) [id='page#4'] { display: grid; grid-template-columns: 30% 1fr; column-gap: 48px; text-align: left !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#4'] .el-title {
  color: var(--home-muted) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.6 !important;
  text-transform: none !important;
}
body.home:is(.page-id-465, .page-id-46139) [id='page#4'] .el-meta {
  font-family: Arial,sans-serif;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1.25;
  color: var(--home-wine) !important;
  letter-spacing: 0 !important;
  grid-column: 1;
  margin-top: 8px !important;
}
body.home:is(.page-id-465, .page-id-46139) [id='page#4'] .el-content { grid-column: 2; grid-row: 1 / 4; margin-top: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#4'] .el-content > div + div { margin-top: 14px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#5'] { margin-top: 40px !important; padding-top: 32px; border-top: 1px solid var(--home-line); }
body.home:is(.page-id-465, .page-id-46139) [id='page#5'] .el-title { font-size: 46px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#5'] .el-meta { font-size: 15px !important; font-weight: 400 !important; color: var(--home-muted) !important; margin-top: 6px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#5'] .uk-grid > div + div { border-left: 1px solid var(--home-line); }

/* Retain the second consultation embed with a clear, compact layout. */
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1160px !important;
  padding: 0;
  background: var(--home-wine);
  border: 0;
  border-radius: 3px;
}
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title { font-size: 36px !important; color: #fff !important; padding: 30px 0 30px 48px; border: 0; text-align: left; margin: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-content { background: #fff; margin: 12px !important; padding: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#7'] .el-content p { margin: 0; }
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section:has([id='page#7']) > .uk-container { padding-inline: 40px !important; }

/* Testimonials use restrained borders instead of floating decoration. */
body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#10'] { background: var(--home-paper); }
body.home:is(.page-id-465, .page-id-46139) [id='page#8'] { text-align: left !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#8']::after,
body.home:is(.page-id-465, .page-id-46139) [id='page#11']::after,
body.home:is(.page-id-465, .page-id-46139) [id='page#13']::after { content: none !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#8'] .el-title { font-size: 36px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#8'] .el-meta { font-size: 15px !important; color: var(--home-muted) !important; letter-spacing: normal !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] { margin-top: 32px !important; margin-bottom: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] > .uk-grid { gap: 32px; margin: 0; align-items: stretch; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] > .uk-grid > div { width: calc(50% - 16px); padding: 0; margin: 0 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item { padding: 28px; background: #fff; border-top: 2px solid #ad7b72; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item > .uk-grid { margin: 0; gap: 20px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item > .uk-grid > div { padding: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item > .uk-grid > .uk-width-auto\@m { width: 64px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-image { width: 64px; height: 64px; object-fit: cover; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-title { font-family: Arial,sans-serif !important; font-size: 16px !important; font-weight: 600 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-meta { font-size: 13px !important; line-height: 1.6 !important; color: var(--home-muted); }

/* News and press remain complete, including their existing excerpts. */
body.home:is(.page-id-465, .page-id-46139) [id='page#11'], body.home:is(.page-id-465, .page-id-46139) [id='page#13'] { text-align: left !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#11'] .el-title, body.home:is(.page-id-465, .page-id-46139) [id='page#13'] .el-title { font-size: 36px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'], body.home:is(.page-id-465, .page-id-46139) [id='page#14'] { margin-top: 30px !important; text-align: left !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-item, body.home:is(.page-id-465, .page-id-46139) [id='page#14'] .el-item { box-shadow: none; background: transparent; border: 0; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-item > a { padding-top: 22px; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-title, body.home:is(.page-id-465, .page-id-46139) [id='page#14'] .el-title { font-size: 24px !important; line-height: 1.35 !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-content, body.home:is(.page-id-465, .page-id-46139) [id='page#14'] .el-content { font-size: 15px !important; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-meta { font-size: 13px; color: #81716a; }
body.home:is(.page-id-465, .page-id-46139) [id='page#12'] .el-image, body.home:is(.page-id-465, .page-id-46139) [id='page#14'] .el-image { border-radius: 2px; box-shadow: none; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section:has([id='page#13']) { padding-top: 8px; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) { background: #220000 !important; color: rgba(255,255,255,.8); }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) > .uk-section { background: transparent !important; color: rgba(255,255,255,.8) !important; padding-block: 48px; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) .el-content,
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) strong { color: rgba(255,255,255,.8) !important; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) h4 { font-size: 18px; line-height: 1.5; color: #f2e6cf !important; letter-spacing: 0; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) a { color: #f2e6cf; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) a:hover { color: #fff; }
body.home:is(.page-id-465, .page-id-46139) :is([id='builderwidget-3'], [id='builderwidget-4']) .uk-list { font-size: 14px; line-height: 1.7; }

@media (max-width: 959px) {
  body.home:is(.page-id-465, .page-id-46139) #tm-main .uk-section { padding-block: 44px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type .tm-grid-expand > div { gap: 24px; grid-template-columns: 1fr 1fr; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] .el-title { font-size: 44px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid { flex-wrap: nowrap; gap: 32px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid > .uk-width-auto\@m { order: 1; flex: none; width: 30%; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-title { font-size: 30px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-item, body.home:is(.page-id-465, .page-id-46139) [id='page#4'] { grid-template-columns: 28% 1fr; column-gap: 30px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] { gap: 20px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title { font-size: 30px !important; padding-left: 28px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item > .uk-grid > .uk-width-expand { flex-basis: 100%; }
}
@media (max-width: 639px) {
  body.home:is(.page-id-465, .page-id-46139) .uk-container { padding-inline: 22px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main .uk-section { padding-block: 36px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type .tm-grid-expand > div { display: block; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section-default:first-of-type > .uk-section { min-height: 0 !important; padding-block: 32px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] .el-title { font-size: 40px !important; max-width: 430px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main .hero-cta-form { margin: 28px 0 0; padding: 0 !important; max-width: none; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main .hero-cta-form iframe { height: 400px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] { margin-bottom: 36px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid { display: flex; flex-wrap: wrap; gap: 26px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] > .uk-grid > .uk-width-auto\@m { width: 100%; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#1'] .el-image { max-width: 300px; margin-inline: auto; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#2'] { padding-top: 34px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#2'] .el-title { font-size: 28px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-item, body.home:is(.page-id-465, .page-id-46139) [id='page#4'] { display: block; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-content { margin-top: 16px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#3'] .el-title { font-size: 25px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#4'] .el-content { margin-top: 24px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#5'] .el-title { font-size: 38px !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#5'] .uk-grid > div:nth-child(3) { border-left: 0; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main > .uk-section:has([id='page#7']) > .uk-container { padding-inline: 22px !important; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] { display: block; padding: 8px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title { font-size: 28px !important; padding: 24px 18px; }
  body.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-content { margin: 0 !important; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#9'] > .uk-grid > div { width: 100%; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#9'] .el-item { padding: 24px; }
  body.home:is(.page-id-465, .page-id-46139) [id='page#8'] .el-title, body.home:is(.page-id-465, .page-id-46139) [id='page#11'] .el-title, body.home:is(.page-id-465, .page-id-46139) [id='page#13'] .el-title { font-size: 30px !important; }
}
@media (prefers-reduced-motion: reduce) {
  body.home:is(.page-id-465, .page-id-46139) *, body.home:is(.page-id-465, .page-id-46139) *::before, body.home:is(.page-id-465, .page-id-46139) *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Final homepage heading normalization.
   Keep the builder content intact; make section titles and supporting labels use
   one visual hierarchy across the Vietnamese and English homepages. */
body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main :is([id='page#1'], [id='page#2'], [id='page#8'], [id='page#11'], [id='page#13']) .el-title {
  color: var(--home-wine) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-section) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-title {
  color: var(--home-muted) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-label) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-meta {
  color: var(--home-wine) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-section) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#8'] .el-meta {
  color: var(--home-muted) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-label) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title {
  color: #fff !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-section) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main :is([id='page#3'], [id='page#12'], [id='page#14']) .el-title {
  color: var(--home-wine) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-card) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#0'] .el-title {
  font-size: var(--home-title-hero) !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#5'] .el-title {
  color: var(--home-wine) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-metric) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#5'] .el-meta {
  color: var(--home-muted) !important;
  font-family: Arial,sans-serif !important;
  font-size: var(--home-title-label) !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main :is([id='page#12']) .el-meta {
  color: var(--home-muted) !important;
  font-size: var(--home-title-meta) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 959px) {
  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main :is([id='page#1'], [id='page#2'], [id='page#8'], [id='page#11'], [id='page#13']) .el-title,
  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-meta,
  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title {
    font-size: 30px !important;
  }

  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#5'] .el-title {
    font-size: 40px !important;
  }
}

@media (max-width: 639px) {
  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main :is([id='page#1'], [id='page#2'], [id='page#8'], [id='page#11'], [id='page#13']) .el-title,
  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-meta {
    font-size: 28px !important;
  }

  body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'] .el-title {
    font-size: 28px !important;
  }
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#1'].uk-card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Keep label + title stacks consistent: small context label above, main title below. */
body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#8'] {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#8'] .el-meta {
  order: 1 !important;
  margin: 0 0 8px !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#8'] .el-title {
  order: 2 !important;
  margin: 0 !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-title {
  margin: 0 0 8px !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#4'] .el-meta {
  margin-top: 0 !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'].uk-card {
  background: var(--home-wine) !important;
  background-color: var(--home-wine) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wp-theme-yootheme.home:is(.page-id-465, .page-id-46139) #tm-main [id='page#7'].uk-card .el-title {
  color: #fff !important;
}
