.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =============================================
   藝隆農產 - WordPress 自訂 CSS
   五大核心理念 + 農園介紹
   ============================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&family=Outfit:wght@700;800&display=swap");

/* =============================================
   一、五大核心理念
   HTML 外層：<section class="core-values">
   ============================================= */
.core-values {
  --radius-md: 10px;
  --shadow: 0 14px 30px rgba(49, 65, 40, 0.08);
  --content-width: 1220px;
  --brand-deep: #556b36;
  padding: 104px 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #314128;
  background: #fff;
}
.core-values .shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}
.core-values .section-heading {
  max-width: 820px;
  margin: 0 auto 26px;
  text-align: center;
}
.core-values .process-section-heading {
  width: min(100%, var(--content-width));
  max-width: none;
}
.core-values .eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.core-values .section-heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.18;
}
.core-values .values-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.core-values .values-mosaic {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  grid-auto-rows: 220px;
}
.core-values .value-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #d9d9d9;
  box-shadow: var(--shadow);
}
.core-values .value-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}
.core-values .value-label {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  text-align: center;
  z-index: 2;
  color: #25311d;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  transition: opacity 180ms ease;
}
.core-values .value-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: rgba(245, 241, 230, 0.86);
  color: #1f2919;
  opacity: 0;
  transition: opacity 220ms ease;
  overflow: auto;
}
.core-values .value-overlay h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
}
.core-values .value-overlay p {
  margin: 0;
  font-size: 0.98rem;
}
.core-values .value-card:hover img,
.core-values .value-card:focus-within img {
  transform: scale(1.03);
}
.core-values .value-card:hover .value-overlay,
.core-values .value-card:focus-within .value-overlay {
  opacity: 1;
}
.core-values .value-card:hover .value-label,
.core-values .value-card:focus-within .value-label {
  opacity: 0;
}
.core-values .value-card-1 { grid-column: 1 / span 4; grid-row: 1; min-height: 220px; }
.core-values .value-card-2 { grid-column: 1 / span 4; grid-row: 2; min-height: 220px; }
.core-values .value-card-3 { grid-column: 5 / span 4; grid-row: 1; min-height: 220px; }
.core-values .value-card-4 { grid-column: 5 / span 4; grid-row: 2; min-height: 220px; }
.core-values .value-card-5 { grid-column: 9 / span 4; grid-row: 1 / span 2; min-height: 458px; }

@media (max-width: 1024px) {
  .core-values .values-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    grid-auto-rows: 250px;
  }
  .core-values .value-card,
  .core-values .value-card-1,
  .core-values .value-card-2,
  .core-values .value-card-3,
  .core-values .value-card-4,
  .core-values .value-card-5 {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 270px;
  }
  .core-values .value-label { font-size: 1.2rem; }
}
@media (max-width: 760px) {
  .core-values { padding: 72px 0; }
  .core-values .values-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .core-values .value-card,
  .core-values .value-card-1,
  .core-values .value-card-2,
  .core-values .value-card-3,
  .core-values .value-card-4,
  .core-values .value-card-5 {
    min-height: 250px;
  }
}

/* =============================================
   二、農園介紹
   HTML 外層：id="yilung-farm-intro" 或 class="farm-intro-section"
   主圖放在 <img src="farm_intro.webp">，不要放 background
   ============================================= */
#yilung-farm-intro,
.farm-intro-section {
  --radius-md: 10px;
  --shadow: 0 14px 30px rgba(49, 65, 40, 0.08);
  --content-width: 1220px;
  --brand-deep: #556b36;
  --text: #314128;
  --muted: #6c7260;
  padding: 104px 0;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbf9f1 0%, #f7f2e3 100%);
  overflow: visible !important;
}
#yilung-farm-intro .shell,
.farm-intro-section .shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}
#yilung-farm-intro .section-heading,
.farm-intro-section .section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}
#yilung-farm-intro .eyebrow,
.farm-intro-section .eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
#yilung-farm-intro h2,
.farm-intro-section .section-heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.18;
}
#yilung-farm-intro .farm-desktop-hint,
.farm-intro-section .farm-desktop-hint {
  max-width: var(--content-width);
  margin: -8px auto 24px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: center;
}
#yilung-farm-intro .farm-map-scroller,
.farm-intro-section .farm-map-scroller {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible !important;
}
#yilung-farm-intro .farm-map-stage,
.farm-intro-section .farm-map-stage {
  position: relative !important;
  width: 100%;
  line-height: 0;
  overflow: visible !important;
}
#yilung-farm-intro .farm-map-image,
.farm-intro-section .farm-map-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
  box-shadow: none;
}

/* 圓點：圓心對準座標 */
#yilung-farm-intro .farm-hotspot,
.farm-intro-section .farm-hotspot {
  position: absolute !important;
  z-index: 8;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}
#yilung-farm-intro .farm-hotspot:hover,
#yilung-farm-intro .farm-hotspot:focus-within,
.farm-intro-section .farm-hotspot:hover,
.farm-intro-section .farm-hotspot:focus-within {
  z-index: 20;
}
#yilung-farm-intro .farm-hotspot-button,
.farm-intro-section .farm-hotspot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 49, 29, 0.94);
  color: #fff;
  box-shadow: 0 10px 26px rgba(37, 49, 29, 0.22);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  cursor: pointer;
}
#yilung-farm-intro .farm-hotspot-button span,
.farm-intro-section .farm-hotspot-button span {
  font-size: 1rem;
  line-height: 1;
  animation: yilungFarmPulse 1.7s ease-in-out infinite;
}
#yilung-farm-intro .farm-hotspot-card,
.farm-intro-section .farm-hotspot-card {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  width: min(400px, 90vw);
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(216, 207, 189, 0.92);
  box-shadow: 0 20px 40px rgba(37, 49, 29, 0.14);
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
  line-height: 1.7;
}
#yilung-farm-intro .farm-hotspot-card::after,
.farm-intro-section .farm-hotspot-card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid rgba(216, 207, 189, 0.92);
  border-bottom: 1px solid rgba(216, 207, 189, 0.92);
  transform: translate(-50%, -50%) rotate(45deg);
}
#yilung-farm-intro .farm-hotspot-card h3,
.farm-intro-section .farm-hotspot-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
}
#yilung-farm-intro .farm-card-number,
.farm-intro-section .farm-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: var(--brand-deep);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}
#yilung-farm-intro .farm-hotspot-card p,
.farm-intro-section .farm-hotspot-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
#yilung-farm-intro .farm-hotspot:hover .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:focus-within .farm-hotspot-card,
.farm-intro-section .farm-hotspot:hover .farm-hotspot-card,
.farm-intro-section .farm-hotspot:focus-within .farm-hotspot-card {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* 微調後座標（已配合 translate -50% -50%） */
#yilung-farm-intro .farm-hotspot-one,
.farm-intro-section .farm-hotspot-one   { top: 21%; left: 15%; }
#yilung-farm-intro .farm-hotspot-two,
.farm-intro-section .farm-hotspot-two   { top: 27%; left: 39%; }
#yilung-farm-intro .farm-hotspot-three,
.farm-intro-section .farm-hotspot-three { top: 39%; left: 46%; }
#yilung-farm-intro .farm-hotspot-four,
.farm-intro-section .farm-hotspot-four  { top: 21%; left: 70%; }
#yilung-farm-intro .farm-hotspot-five,
.farm-intro-section .farm-hotspot-five  { top: 44%; left: 62%; }
#yilung-farm-intro .farm-hotspot-six,
.farm-intro-section .farm-hotspot-six   { top: 64%; left: 83%; }

/* 說明卡方向 */
#yilung-farm-intro .farm-hotspot-one .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot-two .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot-four .farm-hotspot-card,
.farm-intro-section .farm-hotspot-one .farm-hotspot-card,
.farm-intro-section .farm-hotspot-two .farm-hotspot-card,
.farm-intro-section .farm-hotspot-four .farm-hotspot-card {
  top: calc(100% + 16px);
  bottom: auto;
}
#yilung-farm-intro .farm-hotspot-one .farm-hotspot-card::after,
#yilung-farm-intro .farm-hotspot-two .farm-hotspot-card::after,
#yilung-farm-intro .farm-hotspot-four .farm-hotspot-card::after,
.farm-intro-section .farm-hotspot-one .farm-hotspot-card::after,
.farm-intro-section .farm-hotspot-two .farm-hotspot-card::after,
.farm-intro-section .farm-hotspot-four .farm-hotspot-card::after {
  top: 0;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(225deg);
}
#yilung-farm-intro .farm-hotspot-one .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot-five .farm-hotspot-card,
.farm-intro-section .farm-hotspot-one .farm-hotspot-card,
.farm-intro-section .farm-hotspot-five .farm-hotspot-card {
  left: 0;
  transform: translate(0, 8px);
}
#yilung-farm-intro .farm-hotspot:hover.farm-hotspot-one .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:focus-within.farm-hotspot-one .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:hover.farm-hotspot-five .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:focus-within.farm-hotspot-five .farm-hotspot-card,
.farm-intro-section .farm-hotspot:hover.farm-hotspot-one .farm-hotspot-card,
.farm-intro-section .farm-hotspot:focus-within.farm-hotspot-one .farm-hotspot-card,
.farm-intro-section .farm-hotspot:hover.farm-hotspot-five .farm-hotspot-card,
.farm-intro-section .farm-hotspot:focus-within.farm-hotspot-five .farm-hotspot-card {
  transform: translate(0, 0);
}
#yilung-farm-intro .farm-hotspot-four .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot-six .farm-hotspot-card,
.farm-intro-section .farm-hotspot-four .farm-hotspot-card,
.farm-intro-section .farm-hotspot-six .farm-hotspot-card {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}
#yilung-farm-intro .farm-hotspot:hover.farm-hotspot-four .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:focus-within.farm-hotspot-four .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:hover.farm-hotspot-six .farm-hotspot-card,
#yilung-farm-intro .farm-hotspot:focus-within.farm-hotspot-six .farm-hotspot-card,
.farm-intro-section .farm-hotspot:hover.farm-hotspot-four .farm-hotspot-card,
.farm-intro-section .farm-hotspot:focus-within.farm-hotspot-four .farm-hotspot-card,
.farm-intro-section .farm-hotspot:hover.farm-hotspot-six .farm-hotspot-card,
.farm-intro-section .farm-hotspot:focus-within.farm-hotspot-six .farm-hotspot-card {
  transform: translate(0, 0);
}

/* 手機版卡片 */
#yilung-farm-intro .farm-mobile-cards,
.farm-intro-section .farm-mobile-cards {
  display: none;
  gap: 16px;
  max-width: var(--content-width);
  margin: 24px auto 0;
}
#yilung-farm-intro .farm-mobile-card,
.farm-intro-section .farm-mobile-card {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(217, 208, 187, 0.92);
  box-shadow: var(--shadow);
}
#yilung-farm-intro .farm-mobile-card h3,
.farm-intro-section .farm-mobile-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
}
#yilung-farm-intro .farm-mobile-card p,
.farm-intro-section .farm-mobile-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@keyframes yilungFarmPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.75; }
}

@media (max-width: 1024px) {
  #yilung-farm-intro .farm-hotspot-card,
  .farm-intro-section .farm-hotspot-card { width: 280px; }
}
@media (max-width: 760px) {
  #yilung-farm-intro,
  .farm-intro-section { padding: 72px 0; }
  #yilung-farm-intro .farm-hotspot-button,
  .farm-intro-section .farm-hotspot-button { width: 28px; height: 28px; }
  #yilung-farm-intro .farm-hotspot-card,
  .farm-intro-section .farm-hotspot-card { display: none; }
  #yilung-farm-intro .farm-mobile-cards,
  .farm-intro-section .farm-mobile-cards { display: grid; }
  #yilung-farm-intro .farm-desktop-hint,
  .farm-intro-section .farm-desktop-hint { display: none; }
}

/* Elementor 修正 */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  overflow: visible !important;
}/* End custom CSS */