/* ═══════════════════════════════════════════════════════════
   BASIL BRAND – style-test.css
   Architecture: BEM + CSS Custom Properties
   Layout: Flexbox & Grid (no absolute positioning for layout)
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Brand palette (estimated from wireframe) */
  --color-red:          #8B1E24;
  --color-red-dark:     #6E161B;
  --color-red-light:    #A82830;
  --color-green:        #005A32;
  --color-green-dark:   #004528;
  --color-green-light:  #1A7A4A;
  --color-orange:       #E85D04;
  --color-cream:        #FAF7F2;
  --color-white:        #FFFFFF;
  --color-black:        #1A1A1A;
  --color-text:         #2C2C2C;
  --color-text-muted:   #6B6B6B;

  /* Typography */
  --font-display:   'Roboto','Helvetica Neue','Barlow', system-ui, sans-serif;
  --font-body:      'Roboto','Helvetica Neue','Barlow', system-ui, sans-serif;
  --font-condensed: 'Roboto','Helvetica Neue','Barlow', system-ui, sans-serif;
/*--font-display:   'Playfair Display', Georgia, serif;
  --font-body:      'Barlow', system-ui, sans-serif;
  --font-condensed: 'Barlow Condensed', system-ui, sans-serif;*/

  /* Spacing scale */
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.33rem;
  --space-lg:  2.5rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;

  /* Layout */
  /*--max-width:  1140px;*/
  --max-width:  1200px;
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-featured: 0 12px 40px rgba(0, 90, 50, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  /*font-family: var(--font-body); font-family:'Roboto', system-ui, sans-serif;*/
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  /*background-color: var(--color-cream);*/
  background: #94252a url('../images/bg-bb.png') repeat;
  overflow-x: hidden;
}
main {
  overflow: hidden;
  max-width: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure { margin: 0; }

ul { list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Section title (shared block) ─────────────────────────── */
.section-title {
  display: flex;
  align-items: flex-start;
  align-items: center;
  text-align: left;
  gap: var(--space-xs);
  /*font-family: var(--font-condensed);*/
  font-size: clamp(2.75rem, 4vw, 3.25rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-green);
  margin-bottom: 30px;
  line-height: 1.2;
  /*margin-bottom: var(--space-md);*/
}

.section-title--light {
  color: var(--color-white);
}

.section-title__arrow {
  flex-shrink: 0;
  color: var(--color-orange);
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-condensed);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--white {
  background: var(--color-white);
  color: var(--color-green);
  border-color: var(--color-white);
}

.btn--white:hover {
  background: var(--color-cream);
}

.btn--submit {
  background: var(--color-red-dark);
  color: var(--color-white);
  width: 100%;
  margin-top: var(--space-sm);
}

.btn--submit:hover {
  background: var(--color-black);
}

/* ── Topbar ───────────────────────────────────────────────── */
.topbar {
    background: url(../images/bg-label-small.png) repeat center, radial-gradient(circle, #008052 0%, #006b45 50%, #003320 100%);
  color: var(--color-white);
  text-align: center;
  font-weight: 400;
}

.TopBarBoxInner{  padding: 7px 0; display: flex; justify-content: space-between; align-items: center;  }

.topbar h1{
  font-size: 14px;
  font-weight: normal;
}


/* ── Header / Nav ─────────────────────────────────────────── */
.site-header {
  /*background: var(--color-white);*/ background-color: #b12028;
  position: sticky;
  top: 0;
  /*z-index: 200;*/ z-index: 99;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);  transition: all .5s;
}

.site-nav__logo{ position: relative; transition: all .5s;}

.site-header .site-nav__logo-img {
  position: absolute;
  top: 0px;
  right: 0;
  left: -23px;
  margin: auto;
  width: 105px; 
  max-width: 105px;
  height: auto; 
  transition: all 0.3s ease-in-out;
}

/* 2. スクロール時（is-sticky 付与：左配置・小さめ） */
.site-header.is-sticky .site-nav__logo-img {
  left: 0;
  width: 60px; 
  max-width: 60px;
  height: auto;
}

.sitenalogoX{ position: absolute; left:  4px; right: 0; margin: auto; transition: all .5s; top:10px;}
.sitenalogoX img{  height: auto; width: 480px; transition: all .5s;  }
.site-header.is-sticky .sitenalogoX{ /*width: 60px; height: 60px; overflow: hidden; border-radius: 80px;*/ /*margin-top: -20px;*/ transition: all .5s; display: block; /*width: 100%; max-width: 100%; height: 100%; max-height: 100%;object-fit: cover;*/   }
.site-header.is-sticky .sitenalogoX img{ /*width: 60px; height: 90px; object-fit: cover; object-position: center;*/ transition: all .5s; opacity: 0; visibility: hidden; }


/*.site-header.is-sticky .site-nav__logo img{display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover;}*/

.site-nav__logo img{
/*transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  opacity: 1;
  visibility: hidden;
  visibility: visible;position: absolute; left: 0; right: 0; margin: auto; transition: all .3s; left: 0;*/ 
}
/*.site-header.is-sticky .site-nav__logo-img2 {
  opacity: 1;
  visibility: visible;
}*/

.polylang_langswitcher{ position: relative; text-align: center;}
.polylang_langswitcher select{ display: inline-block; color: #fff; font-size: 18px; font-weight: 700; outline:none; width: 80px; margin: auto!important; padding: 10px 10px; -webkit-appearance: none; -moz-appearance: none; background-color: #fff; appearance: none; border:0px solid #bdbdbd; background: url('../images/dorpdown.svg') no-repeat right center; background-position: right 1rem center; background-size: 16px; }


@media (max-width: 1023px) {
  .site-header .site-nav__logo-img {
    transition: all .3s;
  }

  .sitenalogoX{ top: 5px; display: none; }
  .sitenalogoX img{ width: 50px; height: 75px; object-fit: cover; object-position: center;/**/ transition: all .5s; }
  .site-header.is-sticky .sitenalogoX{ /*width: 60px; height: 60px; overflow: hidden; border-radius: 80px;*/ margin-top: 00px; transition: all .5s; display: block; /*width: 100%; max-width: 100%; height: 100%; max-height: 100%;object-fit: cover;*/   }
  .site-header.is-sticky .sitenalogoX img{ width: 50px; height: 75px; object-fit: cover; object-position: center;/**/ transition: all .5s; }

  .site-header.is-sticky .site-nav__logo-img {
    opacity: 0;
    visibility: hidden;
     transition: all .3s; left: 0;
  }

  .site-header .site-nav__logo-img2 {
  transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible; display: block; width: 50px; height: 50px; max-width: 50px; position: absolute; top: 10px; left: 0; right: 0; margin: auto;
  }
  .site-header.is-sticky .site-nav__logo-img2 {
    opacity: 1;
    visibility: visible; display: block; width: 50px; height: 50px; max-width: 50px;
  }
}


.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  max-width: var(--max-width);
  margin: 0 auto;transition: opacity 0.3s ease, visibility 0.3s ease; transition: all .3s;
  /*padding: var(--space-sm) var(--space-md);*/
}

.site-nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-xs);
  order: -1;transition: opacity 0.3s ease, visibility 0.3s ease; transition: all .3s;
}

.site-nav__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  /*background: var(--color-text);*/ background-color: #fff;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex: 1;
}

.active{ background-color: #fff; color: #125c33; }

.site-nav__list--left { /*justify-content: flex-end;*/ justify-content: space-between; gap: 0; }
.site-nav__list--left li{ width: 33.33%; position: relative; }
.site-nav__list--left li a{ display: block; width: 100%; height: auto; padding: 35px 10px; text-align: center; position: relative; z-index: 1; }
.site-nav__list--left li a:hover{ background-color: #fff; color: #125c33; }
.site-nav__list--left li a:hover:after{ position: absolute; content: ''; left: 0; width: 100%; height: 5px; bottom: -5px;background-color: #125c33; }
.site-nav__list--left li a.active{ color: #125c33; }
.site-nav__list--left li a.active:after{ position: absolute; content: ''; left: 0; width: 100%; height: 5px; bottom: -5px;background-color: #125c33; }
.site-nav__list--right { /*justify-content: flex-start;*/ justify-content: space-between; gap: 0; }
.site-nav__list--right li{ width: 33.33%; position: relative; }
.site-nav__list--right li a{ display: block; width: 100%; height: auto; padding: 35px 10px; text-align: center; position: relative; z-index: 1; }
.site-nav__list--right li a:hover{ background-color: #fff; color: #125c33; }
.site-nav__list--right li a:hover:after{ position: absolute; content: ''; left: 0; width: 100%; height: 5px; bottom: -5px;background-color: #125c33; }
.site-nav__list--right li a.active{ color: #125c33; }
.site-nav__list--right li a.active:after{ position: absolute; content: ''; left: 0; width: 100%; height: 5px; bottom: -5px;background-color: #125c33; }

.site-nav__link {
  font-family: var(--font-condensed);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /*color: var(--color-text);*/ color: #fff;
}

.site-nav__link:hover {
  color: var(--color-red);
}

.site-nav__logo {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2xs);
  flex-shrink: 0;*/
  width: 60px;
  height: 60px; text-align: center;
 position: relative;
}

.site-nav__logo-img {
  position: absolute; /*left: 0; right: 0; margin: auto; width: 120px; height: 120px;*/
  /*width: auto; max-width: 480px; 
  height: auto; top: 42px; z-index: 2; left: 0; right: 0; margin: auto;*/
  /*border-radius: 50%;
  object-fit: cover;
  background: var(--color-green);*/
}
.site-nav__logo-imgSP{ display: none;
position: absolute;
  width: 50px; max-width: 50px; 
  height: auto; z-index: 2; left: 0; right: 0; margin: auto;}

.site-nav__logo-text {
  font-family: var(--font-condensed);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-red);
  text-transform: uppercase;
}

.site-nav__icons {
  display: flex;
  gap: var(--space-sm);
}

.site-nav__icon-link {
  color: var(--color-text);
  display: flex;
}

.site-nav__icon-link:hover {
  color: var(--color-red);
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  /*background: var(--color-red);*/
  color: var(--color-white);
  text-align: center;
  display: flex;
  flex-direction: column; position: relative; z-index: 9; 
}

.hero__curve {
  width: 100%;
  height: clamp(48px, 8vw, 80px);
  /*background: var(--color-cream);*/
  clip-path: ellipse(55% 100% at 50% 100%);
  margin-top: -1px;
}

.hero__inner {
  width: 100%;
  max-height: 100vh;
  white-space: nowrap; 
  padding-top: 20px;
  position: relative;
  overflow: hidden
}

.BGCenterKV{ width: 100%; height: 110%; position: absolute; top: 20%; left: 0; right: 0; margin: auto; background-image: url('../images/kv/bg-center.png'); background-position: center; background-size: contain; background-repeat: no-repeat; z-index: -1; }

.hero__eyebrow {
  font-family: var(--font-condensed);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*opacity: 0.9;*/
}

.hero__title {
  /*font-family: var(--font-display);*/
  font-size: 72px; 
  font-size: clamp(52px, 4vw, 72px);
  display: block;max-width: 820px; letter-spacing: 4px;
  font-weight: 700; font-style: italic;
  line-height: 4;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-family:'Barlow', system-ui, sans-serif;
    position: relative;
    z-index: 3;    
    text-align: center;
    margin: 0 auto;          

  }
.TextStokeF{ color: #94252a; letter-spacing: 0; font-weight: 800; -webkit-text-stroke: 1px #ffffff; text-shadow: 
    -2px -2px 0 #ffffff,  2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,  2px  2px 0 #ffffff,
    -2px  0px 0 #ffffff,  2px  0px 0 #ffffff,
     0px -2px 0 #ffffff,  0px  2px 0 #ffffff; }

.SaWadDeeText {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       width: 90%;
       max-width: 680px;
       z-index: 1;
     }
.SaWadDeeText img{  width: 100%; height: auto; max-width: 430px; margin: auto; }

.hero__title em {
  font-style: italic;
  color: var(--color-cream);
}

.hero__showcase {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -280px; 
  position: relative;
  z-index: 2;
}

[class^="KV"], 
[class^="KVCenter"] {
  opacity: 0;
  transform: translateY(30px);
}

.hero__bottles {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*gap: var(--space-sm);*/ gap: 10%;
  max-width: 620px;
  width: 100%;
}
.hero__bottles li {
  opacity: 0;
  transform: translateY(50px);
}
.hero__bottle {
  /*width: clamp(90px, 16vw, 150px);*/ width: 100%; height: auto; max-width: 140px;
  height: auto;
  object-fit: contain;
  /*background: rgba(255, 255, 255, 0.08);*/
  border-radius: var(--radius-sm);
}

.hero__bottles li:nth-child(1) {  max-width: 30%}
.hero__bottles li:nth-child(2){ margin-bottom: 10px; max-width: 40%}
.hero__bottles li:nth-child(3) { max-width: 30%}

.hero__bottles li:nth-child(1) img{ transform: rotate(350deg);  width: 100%; }
.hero__bottles li:nth-child(3) img{ transform: rotate(-350deg);  width: 100%; }

.hero__bottle--center {
   width: 100%; height: auto; max-width: 190px;
}

.BoxKVPllx{ width: 100%; max-width: 1240px; height: auto; position: relative; margin: auto; }

.KVLeftIcon01{ position: absolute; left: 14%; top: 52%; width: 104px; height: 104px; background-image: url('../images/kv/leave-left-l.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVLeftIcon02{ position: absolute; left: 22%; top: 65%; width: 130px; height: 130px; background-image: url('../images/kv/garlic.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVLeftIcon03{ position: absolute; left: 17%; top: 68%; width: 200px; height: 200px; background-image: url('../images/kv/chili-left.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: 0; }
.KVLeftIcon04{ position: absolute; left: 33%; top: 79%; width: 71px; height: 66px; background-image: url('../images/kv/garlic-1.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }

.KVRightIcon01{ position: absolute; right: 33%; top: 58%; width: 47px; height: 50px; background-image: url('../images/kv/garlic-2.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVRightIcon02{ position: absolute; right: 26%; top: 77%; width: 130px; height: 130px; background-image: url('../images/kv/garlic.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVRightIcon03{ position: absolute; right: 15%; top: 50%; width: 30px; height: 52px; background-image: url('../images/kv/leave-right-1.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: 0; }
.KVRightIcon04{ position: absolute; right: 19%; top: 60%; width: 81px; height: 92px; background-image: url('../images/kv/leave-right-2.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVRightIcon05{ position: absolute; right: 21%; top: 74%; width: 74px; height: 47px; background-image: url('../images/kv/leave-right-3.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVRightIcon06{ position: absolute; right: 17%; top: 68%; width: 200px; height: 200px; background-image: url('../images/kv/chili-right.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: 0; }

.KVCenterIconLeft{ position: absolute; left: 36.5%; top: 69%; width: 190px; height: 130px; background-image: url('../images/kv/leav-center-left.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.KVCenterIconRight{ position: absolute; right: 36.5%; top: 68%; width: 170px; height: 170px; background-image: url('../images/kv/leav-center-right.png'); background-position: center; background-repeat: no-repeat; background-size: contain; z-index: -1; }


.hero__sakyan{width: 100%; max-width: 1240px; position: absolute;z-index: 0;opacity: 1;top:40%; left: 0;
  right: 0;
  margin: 0 auto; 
-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}


#Layer_2 .mask-path {
    fill: none;
    stroke: #ffffff;    /* マスク内は白＝表示されるという意味になります */
    stroke-width: 12;   /* 最初の縁取りをシャープに見せるための絶妙な太さ */
    stroke-linecap: round;
    stroke-linejoin: round;
  }
h1.typewriter span {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    width: 0ch;
    letter-spacing: 0em;
  }
  /* もし文字の右側に「タイピングカーソル（｜）」を点滅させたい場合 */
  #line1::after, #line2::after {
    content: "|";
    animation: blink-caret 0.6s step-end infinite;
    opacity: 0;
  }
  
  /* 現在タイピング中の行だけカーソルを出すための工夫 */
  #line1.typing::after, #line2.typing::after {
    opacity: 1;
  }
  
  @keyframes blink-caret {
    from, to { color: transparent }
    50% { color: white; }
  }

@media (max-width: 1100px) {
  .KVLeftIcon01{ left: 4%; }
  .KVLeftIcon02{ left: 7%; top: 65%; }
  .KVLeftIcon03{ left: 7%; top: 76%; }
  .KVLeftIcon04{ left: 28%; top: 81%; }

  .KVCenterIconLeft{ left: 33%; }
  .KVCenterIconRight{ right: 32.5%; }

  .KVRightIcon01{ right: 32%; top: 60%; }
  .KVRightIcon02{ right: 23%; top: 75%; }
  .KVRightIcon03{ right: 3%; }
  .KVRightIcon04{ right: 7%; }
  .KVRightIcon05{ right: 11%; }
  .KVRightIcon06{ right: 7%; top: 76%; }
}

@media (max-width: 1023px) {
  .KVLeftIcon01{ left: 7%; width: 74px; height: 74px; }
  .KVLeftIcon02{ left: 8%; top: 65%; width: 100px; height: 100px; }
  .KVLeftIcon03{ left: 5%; top: 76%; width: 155px; height: 155px; }
  .KVLeftIcon04{ left: 30%; top: 72%; width: 45px; height: 45px; }

  .KVCenterIconLeft{ left: 27%; top: 60%; width: 130px; height: 130px; }
  .KVCenterIconRight{ right: 27.5%; top: 62%; width: 120px; height: 120px; }

  .KVRightIcon01{ right: 32%; top: 60%; width: 35px; height: 35px; }
  .KVRightIcon02{ right: 29%; top: 78%; width: 90px; height: 90px; }
  .KVRightIcon03{ right: 7%; width: 20px; height: 30px; }
  .KVRightIcon04{ right: 7%; width: 60px; height: 70px; }
  .KVRightIcon05{ right: 7%; top: 71%; width: 55px; height: 65px; }
  .KVRightIcon06{ right: 5%; top: 76%; width: 155px; height: 155px; }
}

@media (max-width: 767px) {
  .KVRightIcon02 { right: 26%; }
.hero__title {
  line-height: 1.6;    
  }
  
  h1.typewriter span {
    display: block;
    margin: 0 auto;
  }
.hero__bottle--center {
    max-width: 160px;
  }
}

@media (max-width: 600px) {
  .KVLeftIcon01{ left: -10%; width: 44px; height: 44px; z-index: 1;}
  .KVLeftIcon02{ left: -10%; top: 65%; width: 60px; height: 60px; z-index: 1;}
  .KVLeftIcon03{ left: 0%; top: 76%; width: 93px; height: 93px; }
  .KVLeftIcon04{ left: 24%; top: 72%; width: 27px; height: 27px; }

  .KVCenterIconLeft{ left: 22%; top: 60%; width: 78px; height: 78px; }
  .KVCenterIconRight{ right: 22%; top: 62%; width: 72px; height: 72px; }

  .KVRightIcon01{ right: 27%; top: 60%; width: 21px; height: 21px; }
  .KVRightIcon02{ right: 25%; top: 78%; width: 54px; height: 54px; }
  .KVRightIcon03{ right: 3%; width: 12px; height: 18px; }
  .KVRightIcon04{ right: -5%; width: 36px; height: 42px; z-index: 1;}
  .KVRightIcon05{ right: -3%; top: 71%; width: 33px; height: 39px; z-index: 1;}
  .KVRightIcon06{ right: 0%; top: 76%; width: 93px; height: 93px; }
}

@media (max-width: 480px) {

}

.hero__intro {
  /*background: var(--color-cream);*/
  color: var(--color-text);
  /*padding: var(--space-xl) var(--space-md);*/
  padding: 120px 0 70px 0;
  text-align: center;
  border-bottom: 1px solid #c7a559;margin-bottom: 70px;
}

.hero__intro-title {
  /*font-family: var(--font-condensed);*/
  font-size: 70px;
  font-size: clamp(46px, 4vw, 72px);
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: var(--color-red);
  margin-bottom: var(--space-sm);
  text-align: center;
  line-height: 1.3em;
background-color: #f3ec78;
  background-image: linear-gradient(145deg, #d3c23e, #6e5d1d, #d3c23e, #75621e);
  background-size: 100%;
  margin-top: 30px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.6));
}

.hero__intro-title em{display: block; font-size: 0.6em;font-style: normal; letter-spacing: 2px; line-height: 1.7;}
.hero__intro-title img{ width: 100%; height: auto; max-width: 800px; margin: auto;}

.hero__intro-text {
display: inline-block;
  margin: 0 auto;
font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  max-width: 740px;
  color: transparent;
  line-height: 1.8;
  text-align: left;
color: transparent; 

}
.hero__intro-text p{
  display: block;
  text-align: center;
  background-color: #03572f;
  background-image: linear-gradient(245deg, #046a39, #024324, #05733e, #024a28);
    background-size: 100%;
    margin-bottom: 12px; 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
/* ── Products ─────────────────────────────────────────────── */
.products {
  max-width: 1240px;
  margin: -100px auto 0;
  padding: 0px 0 200px 0;
  border-radius: 1000px 1000px 0 0;
  /*padding: clamp(3rem, 6vw, 4.75rem) var(--space-md) clamp(3.5rem, 7vw, 5.5rem);*/
  text-align: left;
  position: relative;
  z-index: 7;
  /*background: var(--color-white);*/ background-color: #f7ecda; position: relative;
}
.products:after{ position: absolute; top: -12px; left: -13px;width: 102%; height: 101%; content: ''; border-radius: 1000px 1000px 0 0; border: 5px solid #f7ecda; z-index: -1; }



.products__label {
  /*font-family: var(--font-condensed);*/
  font-size: 26px;
  font-size: clamp(22px, 4vw, 26px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b89a46;
  margin-bottom: 0.55rem;
  text-align: left;
}

.products__desc {
  color: #5d2212;
  max-width: none;
  margin: 0 0 clamp(4.5rem, 8vw, 6.5rem);
  font-size: 18px;
  line-height: 1.45;
}

.products .section-title {
  justify-content: flex-start;
  /*padding-bottom: clamp(1.2rem, 2.4vw, 1.85rem);
  margin-bottom: clamp(1.3rem, 2.5vw, 1.8rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);*/
  font-size: clamp(2.75rem, 4vw, 3.25rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.products .section-title__arrow {
  width: 28px;
  height: 28px;
  color: #b89a46;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 7vw, 3.5rem);
  align-items: end;
  max-width: 930px;
  margin: 0 auto; min-height: 350px;
}

.product-card {
  min-height: 255px;
  background: url(../images/bb-prd-bg.png) repeat center, radial-gradient(circle,  #005430 0%, #002211 100%);
  border-color: rgba(0, 90, 50, 0.42);
  border-radius: 24px;
  padding: 0px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
  position: relative;  
  cursor: pointer; border: 1px solid #cccccc;
transition: all .2s;
}
.product-card:nth-child(2) {
    background: url(../images/bb-prd-bg.png) repeat center, radial-gradient(circle,  #7b181d 0%, #310304 100%);
}
.product-card:nth-child(3) {
    background: url(../images/bb-prd-bg.png) repeat center, radial-gradient(circle,  #af6022 0%, #7f3214 100%);
}
.product-card:hover {
  min-height: 300px;

  /*background: linear-gradient(180deg, var(--color-green) 0 42%, var(--color-white) 42% 100%);*/background-position: top;
  transform: translateY(0px);
  box-shadow: 0 20px 54px rgba(0, 90, 50, 0.16);
  z-index: 1;  
}


.product-card__figure {
  width: 100%;
  height: 255px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  pointer-events: none; cursor: pointer; transition: all .1s;
  /*margin-bottom: 15px;*/
}


.product-card__img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.14));
  /*transition: transform 0.25s ease;*/  transition: all .6s;
}

.product-card:hover .product-card__figure {
  /*height: 255px;*/
  /*top: -60px;*/ cursor: pointer;
}
.product-card:hover .product-card__img {
  max-height: 255px;
}

.product-card:hover .product-card__img {
  transform: translateY(-4px); 
}

.product-card__name {
  font-family: var(--font-body);
  font-size: clamp(28px, 3vw, 32px);
text-align: center;
letter-spacing: 1px;
  line-height: 1.1;
  color: #005430 ;
  margin-bottom: 15px;
  font-family: 'Barlow', system-ui, sans-serif;
  font-weight: 900;
  -webkit-text-stroke: 2px #ffffff;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 0px 0 #ffffff, 1px 0px 0 #ffffff, 0px -1px 0 #ffffff, 0px 1px 0 #ffffff;
  position: relative;
  z-index: 9;
}
.product-card:nth-child(2) .product-card__name {
  color: #7b181d ;
  }
  .product-card:nth-child(3) .product-card__name {
  color: #af6022 ;
  }
  
.product-card__stars {
  display: block;
  color: white;
  width: 100%;
  color: white;
  padding: 3px 0px;
  font-size: 1.1rem;
  letter-spacing: 0;
font-weight: bold;
text-align: center;
background: url(../images/bg-label-small.png) repeat center, radial-gradient(circle, #008052 0%, #006b45 50%, #003320 100%);
}
.product-card:nth-child(2) .product-card__stars{
  background: url(../images/bg-label-small.png) repeat center, radial-gradient(circle, #d61719 0%, #9a1e23 100%);
}
.product-card:nth-child(3) .product-card__stars{
  background: url(../images/bg-label-small.png) repeat center, radial-gradient(circle, #aa5e22 0%, #7f3214 100%);
}

.product-card__price {
  color: #b12028;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.65rem;
}

.product-card__btn {
  font-family: var(--font-condensed);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.4rem 1.2rem;
  border: 2px solid var(--color-green);
  border-radius: var(--radius-sm);
  color: var(--color-green);
  margin-top: var(--space-xs);
}

.product-card__btn:hover {
  background: var(--color-green);
  color: var(--color-white);
}

/* ── Slanted banner ───────────────────────────────────────── */
.banner--slant {
  /*background: #000000;*/
  margin: 0;
  padding: 10rem 0 10rem;
  position: relative; 
  margin-top: -220px;
  margin-bottom: -5px;
  z-index: 8;
  /*overflow: hidden;*/ overflow-x: hidden;
}

.hero__dragon {
  height: auto;
  object-fit: contain;
  display: block; margin-bottom: -100px; width: 100%;
  height: auto;
  max-width: 190px;
  position: absolute;
  z-index: 10;
  }
  .hero__dragon.hero__dragon--left{left: -35px; right: auto; top: 90px}
  .hero__dragon.hero__dragon--right{right: -35px; left: auto; top: -30px;}
.banner__text {
  overflow: hidden;
  width: 120vw;
  margin-left: -10vw; border-width: 10px 0 10px 0;
  background: #006b45 ;
  background: radial-gradient(circle, #008052 0%, #006b45 50%, #003320 100%);
  font-family: var(--font-condensed);
  font-size: 54px;
  font-weight: 900;
  color: #f7ecda;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  transform: rotate(-5.1deg);
  transform-origin: center;
  white-space: nowrap;
}

.marquee-wrapper { width: 100%; overflow: hidden; display: flex; white-space: nowrap; position: relative; font-weight: 600; z-index: 3;  padding: 10px 0;   border-style: solid; border-width: 8px; border-image: linear-gradient(145deg, #d3c23e, #6e5d1d, #d3c23e, #75621e) 1;  padding: 25px 0;  background: url('../images/bg-label.png') repeat;
}
.marquee { display: flex; gap: 20px; min-width: 150%; animation: marquee-infinite 20s linear infinite;  }
.marquee span{ margin: 0 15px; }
@keyframes marquee-infinite {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}


/* ── Use cases ────────────────────────────────────────────── */
.use-cases {
  /*background: var(--color-red);*/
  color: var(--color-white);
  /*padding: var(--space-xl) var(--space-md);*/
  padding: 50px 0 100px 0;
  text-align: center;
}

.use-cases .section-title {

}

.use-cases__sub {
  /*max-width: 520px; opacity: 0.85;*/ text-align: left;
  margin: calc(var(--space-md) * -1) auto var(--space-lg);
  font-size: 18px;
}

.use-cases__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; gap: 9%;
  /*gap: var(--space-lg);*/
  max-width: var(--max-width);
  margin: 0 auto;
}

.use-case {
  /*display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;*/
  /*gap: var(--space-sm);
  min-width: 100px;*/
  position: relative;
}
.use-case:after{ position: absolute; content: ''; width: 45px; height: 6px; background-color: #fff; border-radius: 100px; left: 0; right: 0; margin: auto; bottom: -20px; }

.use-case__icon {
  width: 100%; width: 183px;  background-color: #f7ecda; border-radius: 100px;
  height: 183px;
  /*background: var(--color-white);
  color: var(--color-green);*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm); margin-bottom: 20px;
}

.use-case__icon img {
  width: 100%;
  height: auto; max-width: 100px; max-height: 100px;
}

.use-case__label {
  display: block;
  /*font-family: var(--font-condensed);*/
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0px 0;
  text-transform: uppercase;
}

/* ── Recipes (prd-lis.php) ───────────────────────────────── */
.recipes {
  --recipes-curve: clamp(3rem, 6.5vw, 5.5rem);
  --recipe-bg: #ececec;
  --recipe-text: #101010;
  --recipe-gold: #b39b52;
  --recipe-green: #0c6b3c;
  --recipe-red: #d41305;
  --recipe-white: #ffffff;
  /*background: #ffffff;*/
  padding: var(--recipes-curve) 0;
  overflow: hidden;
}

.recipes__panel {
  width: 100%;
  margin: 0 auto;
 /* background: var(--recipe-bg);*/
  border-radius: 50% / var(--recipes-curve);
}

.recipes .recipe-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  /*font-family: "robot", var(--font-body), sans-serif;*/
  color: var(--recipe-text);
}

.recipes .recipe-header {
  margin-bottom: 60px;
}

.recipes .title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recipes .title-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid var(--recipe-gold);
  flex-shrink: 0;
}

.recipes .recipe-title {
  font-size: clamp(38px, 5.2vw, 50px);
  line-height: 1.02;
  color: var(--recipe-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0;
}

.recipes .recipe-subtitle {
  margin-top: 18px;
  max-width: 980px;
  font-size: 18px;
  color: #5d2212;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
}

.recipes .recipe-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; 
  gap: 48px 5%;
  position: relative;
  z-index: 10;
}

.recipes .recipe-card {
  width: calc((100% - 65px * 3) / 4);
  min-width: 230px;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
}

.recipes .recipe-thumb-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 0px;
  isolation: isolate;
  border-radius: 36px;
  border: 6px double #b89a46;
  overflow: hidden;
  margin: 0 0 20px; 
}



.recipes .recipe-thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, 0) scale(1);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.recipes .recipe-card:hover .recipe-thumb {
  transform: scale(1.02);
  filter: brightness(0.42);
}

.recipes .thumb-overlay {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-direction: column;   /* 💡 要素を縦並びにする */
  opacity: 0;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 36px;
  transition: opacity 0.26s ease;
}

.recipes .plus-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--recipe-white);
  font-size: 33px;
  line-height: 1;
  font-weight: 400;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transform: scale(0.82) rotate(0deg);
  transition: transform 0.26s ease;

}

.recipes em{
  padding: 15px 10px 0;
  font-style: normal;
  color: white;
}

.recipes .recipe-card:hover .thumb-overlay {
  opacity: 1;
}

.recipes .recipe-card:hover .plus-icon {
  transform: scale(1) rotate(90deg);
}

.recipes .recipe-name {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  margin: 0px 2px 24px;
}

.recipes .recipe-action {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 90%;
  max-width: 300px;
  padding: 3px;
  text-align: center;
  color: var(--recipe-white);
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 700;
  background: var(--recipe-red);
  background: radial-gradient(circle, #a88b32,  #997c26, #75621e);  

  position: relative;
  overflow: hidden;
  isolation: isolate;
  --stripe-color: #006b45 ;
  --hover-fill: #006b45 ;
  transition: transform 0.2s ease;
}

.recipes .recipe-action-label {
  position: relative;
  z-index: 1;
  background: url(../images/bg-label-small.png) repeat center;
  display: block;
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 700;
}

.recipes .recipe-action::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #006b45 ;
  background: #b12028;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.recipes .recipe-action::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4%;
  min-width: 10px;
  height: 100%;
  background: #003320 ;
  background: #b12028;
  z-index: 0;
}

.recipe-card:hover .recipe-action {
  transform: translateY(-1px);
  opacity: 1;
}

.recipe-card:hover .recipe-action::before {
  transform: translateX(0);
}

.Mar900px{ max-width: 900px; margin: auto;}


@media (max-width: 1100px) {
  .recipes .recipe-subtitle {
    max-width: 920px;
  }



  .recipes .recipe-card {
    width: calc((100% - 70px * 2) / 3);
    min-width: 0;
  }

  .banner__text{ font-size: 50px;}


  .products { max-width: 90%; }
  .products:after{ width: 102.8%; }
  .BoxMaxWidth900{ max-width: 90%; margin: auto; }



  .hero__showcase { gap: 0;}





  .BGCenterKV{ top: 15%; }

  .use-cases__grid { gap: 7%; }



}

@media (max-width: 1023px) {
  .products:after{ width: 103.7%; }
  .hero__showcase { gap: 0;}



  .hero__inner { padding: 20px 0 50px 0; }
  .BGCenterKV{ top: 7%; }
  .BoxKVPllx{ margin-top: 40px;}


  



  .use-case__icon { width: 140px;  height: 140px; }
  .use-case__icon img{ max-width: 70px; max-height: 70px; }

  .use-cases__grid { gap: 6%; }

.recipes .thumb-overlay {display: none;}

}

@media (max-width: 768px) {
  .banner__text{ font-size: 40px;}

  .BGCenterKV{ width: 100%; height: 100%; background-size: cover; top: 10%; }

  .pc-only{display: none;}
}

@media (max-width: 760px) {
  .recipes .recipe-page {
    padding: 22px 14px 28px;
  }

  .recipes .recipe-header {
    margin-bottom: 24px;
  }


  .recipes .recipe-card {
    width: calc((100% - 40px) / 2);
  }

  .recipes .recipe-name {
    margin-bottom: 14px;
  }

  .recipes .recipe-action {
    max-width: none;
  }
  .use-cases__grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
  }
  
  .use-case{ margin-bottom: 40px;}
  .use-case__label{ margin: 0 0;}

  .hero__showcase { gap: 0;}

  .products:after{ width: 104.5%; }
  .hero{ margin-bottom: -125px; }




}

@media (max-width: 600px) {
  .banner__text{ font-size: 25px;}
  .products:after{ width: 104.7%; height: 100.5%; }

  .hero{ margin-bottom: -120px; }
  .hero__showcase { gap: 0;}
.hero__dragon.hero__dragon--left {
  left: -15px;
  right: auto;
  top:33%;
}
.hero__dragon.hero__dragon--right {
    right: -15px;
    left: auto;
    top: 20%;
}

  .hero__dragon{ max-width: 130px; }
  .hero__intro{ padding: 50px 0 50px 0; margin-bottom: 50px; }

  .products:after{ width: 105.5%; }









  .use-case { margin-bottom: 60px; }
  
}

@media (max-width: 480px) {

  .use-case__icon{ margin: auto;}


  .banner__text{ font-size: 35px;}

  .products:after{ width: 107.5%; }






  .hero__intro{ padding: 50px 0 50px 0; margin-bottom: 50px; }

  .products:after{ width: 107.5%; }


  .products__desc{ font-size: 16px;}



}

/* ── Special highlight ────────────────────────────────────── */
.special-hero {
  --special-gold: #bfa05a;
  --special-green: #0c6b3d;
  --special-white: #ffffff;
  --special-page-max: 1200px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 300px 0 0 0;
  isolation: isolate;
  font-family: "robot", var(--font-body), sans-serif;
  color: var(--special-white);
  margin-top: -110px;
  z-index: -1;
}

.special-hero video { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; }

.special-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.54)),
    url("../images/bg-specials.png");
  background-position: center center;
  background-size: cover;
  z-index: -2;
}

.special-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/video-bg3.png); background-repeat: repeat;
  /*background: radial-gradient(circle at center, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.14) 58%, rgba(0, 0, 0, 0.24));*/
  z-index: 0;
}

.special-layout {
  /*width: min(90%, var(--special-page-max));*/
  width: 90%;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.special-hero .headline {
  position: relative;
  z-index: 4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.92;
  margin-bottom: 40px;
  font-style: italic;
  font-size: clamp(58px, 7.2vw, 60px);
  font-weight: 800;
}

.special-hero .headline-solid {  margin: auto; margin-bottom: 120px;
  text-align: left;
  font-style: italic;
  font-size: 90px;
  font-weight: bold;
  color: transparent; 
  -webkit-text-stroke: 1.5px #ffffff; 
  text-shadow: -4px -4px 0px #ffffff; 
display: inline-block; /* widthを有効にするため */
  white-space: nowrap;   /* タイピング中に文字が下に折り返されるのを防ぐ */
  overflow: hidden;      /* はみ出た文字を隠す（これがないと最初から全部見えてしまう） */
}

.special-hero .headline-outline {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.14);
  -webkit-text-stroke: 1.9px rgba(255, 255, 255, 0.62);
  text-shadow:
    -1px 0 rgba(255, 255, 255, 0.5),
    0 1px rgba(255, 255, 255, 0.5),
    1px 0 rgba(255, 255, 255, 0.5),
    0 -1px rgba(255, 255, 255, 0.5);
  margin-bottom: 36px;
  opacity: 1;
}

@supports (-webkit-text-stroke: 1px #fff) {
  .special-hero .headline-outline {
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
}

.special-hero .content-frame {
  margin-top: 0;
  position: relative;
  padding: 0;
  z-index: 2;
}

.special-hero .title-ribbon {
  /*background: var(--color-red);*/
  background-color: #997c26;
background: linear-gradient(145deg, #a88b32, #5c4710, #997c26, #4f3d0c);  min-height: 52px;
  width: min(900px, 80%);
  display: flex;
  align-items: center;
  padding: 7px 24px 7px 260px;
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 2;
}

.special-hero .desc-box {
  /*margin-top: -22px;*/
  background: rgba(12, 107, 61, 0.985);
  padding: 50px 50px 50px 260px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 100%;
  min-height: 304px;
}

.descriptionBoxInner{ max-width: 1000px; }

.special-hero .desc-box p + p {
  margin-top: 12px;
}

.special-hero .bottle-wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
  /*width: clamp(166px, 19vw, 260px);*/
  width: clamp(240px, 26vw, 306px);
  pointer-events: none;
}

.special-hero .bottle-wrap img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.35));
}

@media (max-width: 1280px) {

  .special-hero .bottle-wrap{bottom: 100px;}
}

@media (max-width: 1100px) {
.special-hero{margin-top: -170px;}

}

@media (max-width: 980px) {
  .special-hero .headline-outline {
    margin-bottom: 30px;
  }

  .special-hero .title-ribbon {
    width: 100%;
    padding-left: 168px;
  }

  .special-hero .bottle-wrap {


    left: 0px;
    bottom: 180px;
  }
}

@media (max-width: 760px) {
  .special-hero {
    /*padding: 20px 12px 26px;*/ margin-top: -170px;
  }
 

  .special-hero .headline {
    font-size: clamp(34px, 9.3vw, 54px);
  }

  .special-hero .headline-outline {
    margin-bottom: 24px;
    -webkit-text-stroke: 1.6px rgba(255, 255, 255, 0.65);
  }

  .special-hero .content-frame {
    padding: 0;
  }
.special-hero .headline-solid{
  margin-bottom: 50px;
}
  .special-hero .title-ribbon {
    min-height: 58px;
    width: 100%;
    padding: 7px 8px;
    justify-content: center;
    text-align: center;
  }
.special-hero .desc-box {
    padding: 25px 25px 35px;
  }

  .special-hero .bottle-wrap {
    position: relative;
    margin: 0 0 -55px -15px;

    left: -20px;
    top: 0px;
    bottom: auto;
  }
}



/* ── Brand story ──────────────────────────────────────────── */
.story {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-xl) var(--space-md);
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    var(--color-red) url('../images/story-bg.jpg') center / cover no-repeat;
  color: var(--color-white);
  max-width: 100%;
}

.story__media {
  flex: 0 1 280px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.story__bottle {
  max-height: 380px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.4));
}

.story__panel {
  flex: 1 1 320px;
  max-width: 520px;
  background: var(--color-green);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  margin: 0 auto;
}

.story__eyebrow {
  font-family: var(--font-condensed);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: var(--space-xs);
}

.story__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: var(--space-md);
}

.story__text {
  font-size: 0.95rem;
  line-height: 1.75;
  opacity: 0.92;
  margin-bottom: var(--space-sm);
}

.story__text:last-child {
  margin-bottom: 0;
}

/* ── Stores slider ────────────────────────────────────────── */
.stores {
  /*max-width: var(--max-width);*/
  margin: 0 auto;
  /*padding: var(--space-xl) var(--space-md);*/
  text-align: center;
  background-image: linear-gradient(to bottom, #f5ecdc, #ffffff);
}

.stores__sub {
  color: var(--color-text-muted); text-align: left;
  /*max-width: 520px;*/
  margin: calc(var(--space-md) * -1) auto var(--space-lg);
  font-size: 18px;
  color: #5d2212;
}

.stores .section-title {
  justify-content: left;
}

.stores__slider {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.stores__track {
  display: flex;
  gap: var(--space-lg);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex: 1;
  padding: var(--space-sm) 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.stores__track::-webkit-scrollbar {
  display: none;
}

.store-card {
  flex: 0 0 min(330px, 85vw);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: var(--space-sm);*/
  padding: var(--space-md);
  /*background: var(--color-white);*/
  border-radius: var(--radius-lg);
  /*box-shadow: var(--shadow-card);*/
}

.store-card__logo {
  width: clamp(190px, 22vw, 252px);
  height: clamp(190px, 22vw, 252px);
  border-radius: 50%;
  overflow: visible;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate; margin-bottom: 30px;
}

.store-card__logo::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #45976a;
  border-radius: 50%;
  z-index: -1;
}

.store-card__logo::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%20100%20100%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M%202%2050%20A%2048%2048%200%200%201%2050%202%27%20fill%3D%27none%27%20stroke%3D%27%23d91405%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  z-index: 1;
  pointer-events: none;
}

.store-card__logo img {
  width: 54%;
  height: 54%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.store-card__name {
  font-family: var(--font-condensed);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase; color: #9c2624;
  width: 90%; margin: auto; text-align: left; margin-bottom: 5px;
}

.store-card__location {
  font-size: 16px;
  color: var(--color-text-muted);
  width: 90%; margin: auto; text-align: left; margin-bottom: 10px;
}

.store-card__caption {
  font-size: 16px;
  color: var(--color-text-muted);
  width: 90%; margin: auto; text-align: left;
}

.stores__nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-top: -70px;
  border-radius: 50%;
  background: var(--color-green);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-green);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.stores__nav:hover {
  background: var(--color-green-dark);
  transform: scale(1.05);
}

.stores__nav.is-disabled {
  background: var(--color-white);
  color: var(--color-green);
  cursor: default;
  transform: none;
}

.stores__nav.is-disabled:hover {
  background: var(--color-white);
  transform: none;
}

/* ── Blog ─────────────────────────────────────────────────── */
.blog {
 /* background: var(--color-red);*/
  background-color: #94252a;
  color: var(--color-white);
  padding: 100px 0;
  /*padding: clamp(3rem, 6vw, 5rem) var(--space-md);*/
}

.blog .section-title {
  max-width: var(--max-width);
  color: #f7ecda;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-lg);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
}

.blog__slider {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  /*max-width: var(--max-width);*/
  max-width: 1200px;
  margin: 0 auto;
}

.blog__track {
  display: flex;
  gap: clamp(3.5rem, 3.5vw, 3.75rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex: 1;
  padding: var(--space-sm) 0 var(--space-md);
  scrollbar-width: none;
}

.blog__track::-webkit-scrollbar {
  display: none;
}

.blog-card {
  flex: 0 0 min(220px, 72vw);
  scroll-snap-align: start;
  background: none;
  border-radius: 0;
  overflow: visible;
  padding: 0 0 18px;
  box-shadow: none;
}

.blog-card__figure {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: none;
  isolation: isolate;
  margin-bottom: 12px;
}

.blog-card__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-green);
  border-radius: 18px;
  clip-path: path("M0 22 Q0 0 22 0 H68 Q82 0 91 9 L111 29 Q123 41 144 41 H158 Q180 41 180 63 V180 H0 Z");
  z-index: 0;
  height: 95%;
}

.blog-card__img {
  width: 100%;
  height: calc(100% - 12px);
  object-fit: cover;
  border-radius: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-card__date {
  display: block;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  padding: 5px 4px;
}

.blog-card__title {
  /*font-family: var(--font-condensed);*/
  font-size: 24px;
  font-weight: 600;
  padding: 0px 4px 2px;
  text-transform: none;
  line-height: 1.1;
}

.blog-card__excerpt {
  font-size: 18px;
  font-weight: 300;
  opacity: 1;
  padding: 10px 4px 0;
  line-height: 1.35;
}

.blog__nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-green);
  background: var(--color-green);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  margin-top: -160px;
}

.blog__nav:hover {
  background: var(--color-green-dark);
  transform: scale(1.05);
}

.blog__nav.is-disabled {
  background: var(--color-white);
  color: var(--color-green);
  cursor: default;
  transform: none;
}

.blog__nav.is-disabled:hover {
  background: var(--color-white);
  transform: none;
}

/* ── Social grid ──────────────────────────────────────────── */
.social {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative; 

  /*padding: var(--space-xl) var(--space-md) var(--space-lg);*/
}

.social .section-title {
  justify-content: center;
}

.social__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.social__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: opacity 0.2s;
}

.social__item:hover img {
  opacity: 0.85;
}

.social__cta {
  margin-top: var(--space-xl);
  min-height: clamp(220px, 24vw, 270px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: visible;
  position: relative;
  border-radius: 24px;
  background: transparent;
  isolation: isolate;
}

.social__cta::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0px;
  width: min(46%, 360px);
  height: 86px;
  background: var(--color-red);
  border-radius: 24px 0 0 0;
  clip-path: path("M0 34 Q0 0 34 0 H118 Q138 0 151 13 L181 43 Q200 62 231 62 H360 V86 H0 Z");
  z-index: 0;
}

.social__cta-content {
  flex: 0 0 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:40px;
  /*padding: clamp(2rem, 4vw, 3.25rem) clamp(2rem, 4.5vw, 3.75rem);*/
  background: var(--color-green);
  border-radius: 24px 0 0 24px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.social__cta-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-condensed);
  font-size: clamp(2rem, 3.6vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.social__cta-icon {
  flex: 0 0 auto;
  width: clamp(22px, 2.5vw, 30px);
  height: auto;
  filter: brightness(0) invert(1);
}

.social__cta-text {
  max-width: 560px;
  /*font-size: clamp(0.95rem, 1.35vw, 1.25rem);*/
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.social__cta-btn {
  align-self: flex-end;
  min-width: 100px;
  margin-top: clamp(1.4rem, 3vw, 2.1rem);
  padding: 0.48rem 1.1rem;
  border-radius: 9px;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.social__cta-btn:hover {
  opacity: 0.88;
}

.social__cta-media {
  flex: 1 1 46%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 24px 24px 0;
  position: relative;
  z-index: 1;
}

.social__cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ── Contact form ─────────────────────────────────────────── */
.contact {
  padding: clamp(3.5rem, 7vw, 5.5rem) var(--space-md) clamp(5rem, 9vw, 7.5rem);
  padding-bottom: 0;
  /*background: #eee;*/
}

.contact__form {
  max-width: 950px;
  margin: 0 auto;
  padding: clamp(4.6rem, 8vw, 5.3rem) clamp(2rem, 12vw, 8rem) clamp(4rem, 7vw, 6.25rem);
  border-radius: clamp(48px, 8vw, 88px) clamp(48px, 8vw, 88px) 0 0;
  background:
    linear-gradient(180deg, rgba(168, 40, 48, 0.98) 0%, rgba(139, 30, 36, 0.9) 46%, rgba(139, 30, 36, 0.74) 72%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.08), transparent 38%);
  color: var(--color-white);
  position: relative;
  box-shadow: none;
}

.contact__logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(70px, 8vw, 86px);
  height: clamp(70px, 8vw, 86px);
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-white);
  /*border: 4px solid var(--color-green);*/
  transform: translate(-50%, -50%);
}

.contact__title {
  /*font-family: var(--font-condensed);*/
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1.0rem;
  text-align: center;
}

.contact__lead {
  margin-bottom: 1.95rem;
  font-size: clamp(1.5rem, 3.1vw, 2.3rem);
  font-style: italic;
  line-height: 1.1;
  text-align: center;
}

.contact__sub {
  max-width: 670px;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.35;
  opacity: 0.96;
}

.contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.2rem) clamp(2rem, 5vw, 4.3rem);
}

.contact__field {
  display: flex;
  flex-direction: column;
}

.contact__field--full {
  grid-column: 1 / -1;
}

.contact__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact__input {
  font-family: inherit;
  width: 100%;
  font-size: clamp(0.85rem, 1.6vw, 1.0rem);
  font-weight: 400;
  padding: 1rem 1.45rem;
  border: none;
  border-radius: 13px;
  background: linear-gradient(90deg, rgba(250, 247, 242, 0.94), rgba(255, 252, 235, 0.96));
  color: rgb(93, 34, 18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.contact__input:focus {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.contact__input::placeholder {
  color: #111111;
  opacity: 1;
}

.contact__textarea {
  resize: vertical;
  min-height: 146px;
}

.contact__check {
  display: block;
  align-items: center;
  gap: 14px;
  margin: clamp(1.55rem, 3vw, 2rem) 0 clamp(1.7rem, 3vw, 2.15rem);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.25;
  text-align: center;
}

.contact input[type="checkbox"]{ transform: scale(1.8); }

/*.contact__checkbox {
  appearance: none;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: var(--color-white);
}

.contact__checkbox:checked {
  background:
    linear-gradient(135deg, transparent 42%, var(--color-green) 42% 58%, transparent 58%),
    var(--color-white);
}*/
.wpcf7-list-item-label{margin-left:5px;font-size: 17px; }
.contact .btn--submit {
  width: min(285px, 100%);
  min-height: 56px;
  position: relative;
  padding: 0.9rem 2rem;
  border-radius: 0;
  background-color: #94252a;
  /*background:
    linear-gradient(90deg, var(--color-red-light) calc(100% - 12px), var(--color-green) calc(100% - 12px));*/
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  border-right: 13px solid #005A32;
  letter-spacing: 0;
  text-transform: none; cursor: pointer;
  display: block;
  margin: 0 auto; 
}

.contact .btn--submit:hover {
  background:#005A32;
}

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  /*background: #000000;*/
  color: var(--color-white);
  /*min-height: clamp(420px, 52vw, 560px);
  padding-top: clamp(4.8rem, 12vw, 8.25rem);*/
  overflow: hidden;
  position: relative;
}

.site-footer__inner {
  /*width: min(1260px, 118vw);*/
  width: 95%;
  /*min-height: clamp(420px, 52vw, 560px);*/
  margin: 0 auto;
  padding: clamp(13rem, 14vw, 14rem) clamp(1rem, 14vw, 13.75rem) clamp(1.4rem, 3vw, 2rem);
  background: #a92527;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 3rem);
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: clamp(2rem, 6vw, 2rem);
  width: min(1200px, 100%);
  margin: 0 auto;
}

.site-footer__col {
  min-width: 0;
}

.site-footer__heading {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  font-size: 16px;
  line-height: 1.25;
}

.site-footer__link {
  position: relative;
  /*display: inline-flex;*/
  align-items: center;
  /*gap: 0.38rem;*/
  opacity: 0.96; transition: all .3s;
}

.site-footer__link--active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--color-white);
}

.site-footer__link:hover,
.site-footer__legal a:hover {
  opacity: 0.72; padding-left: 10px;
}

.site-footer__link::before {
    content: "";
    /*display: none;*/
    vertical-align: middle; position: absolute; left: 0; top: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    /* ตอนแรกซ่อนไว้ด้วยการใช้สีโปร่งใส */
    border-left: 6px solid transparent; 
}
.site-footer__link:hover::before,
.site-footer__link--active::before {
    border-left-color: var(--color-white);
    display: inline-block; left: 0px; transition: all .3s;
}

.site-footer__bottom {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

.site-footer__copy,
.site-footer__legal {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.site-footer__legal a {
  white-space: nowrap;
}

/* ── Mobile nav open state ────────────────────────────────── */
.site-nav--open .site-nav__list {
  display: flex;
}

.site-nav--open .site-nav__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav--open .site-nav__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav--open .site-nav__toggle-bar:nth-child(2) {
  opacity: 0;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  
}

@media (max-width: 91024px) {
  .site-footer__inner{ width: 100%;}
}

@media (max-width: 900px) {
  .products__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 160px;
    gap: 8.25rem;
  }
  /*.product-card:last-child{ margin-top: 50px;}*/

  .product-card--featured {
    transform: none;
  }

  .social__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story {
    flex-direction: column;
    text-align: center;
  }

  .social__cta {
    flex-direction: column;
  }

  .social__cta-content {
    flex-basis: auto;
    border-radius: 24px 24px 0 0;
  }

  .social__cta-media {
    flex-basis: auto;
    min-height: auto;
    border-radius: 0 0 24px 24px;
  }

  .site-footer {
    min-height: auto;
    /*padding-top: clamp(4rem, 12vw, 6rem);*/
  }

  .site-footer__inner {
    border-radius: 100% 100% 0 0 / 100% 100% 0 0!important;
    padding: clamp(8rem, 14vw, 14rem) clamp(1rem, 14vw, 13.75rem) clamp(1.4rem, 3vw, 2rem)!important;
    /*width: min(1200px, 120vw);
    padding: clamp(8rem, 19vw, 11rem) clamp(2rem, 9vw, 5rem) clamp(1.8rem, 4vw, 2.4rem);*/
  }

  .site-footer__nav,
  .site-footer__bottom {
    width: min(680px, 100%);
  }

  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 2.3rem 4rem;
  }
}

@media (max-width: 1023px) {
  .site-nav{ position: relative; display: block; padding-bottom: 0px; height: 50px;}
  .site-nav__toggle {
    display: flex; padding-top: 17px; padding-left: 20px;
  }

  .site-nav__list {
    /*display: none;*/
    flex-direction: column;
    width: 100%;
    order: 10;
    padding: var(--space-sm) 0;
    gap: var(--space-sm); margin-top: -100px;

    max-height: 0;        /* ซ่อนความสูง */
    opacity: 0;           /* ทำให้โปร่งใส */
    overflow: hidden;     /* ซ่อนเนื้อหาที่เกินออกมา */
    transition: all 0.5s ease-in-out;
  }

  .site-nav__list--left,
  .site-nav__list--right {
    justify-content: center;
  }

  .site-nav__logo {
    order: 0;
    margin: 0 auto;
  }

  .site-nav--open .site-nav__list {
    display: block;
    width: 100%;
    margin: auto;
    background: #b12028; margin-top: 0; 

    max-height: 180px;    /* กำหนดให้สูงพอที่จะคลุมเนื้อหาทั้งหมด (ปรับเพิ่ม/ลดได้) */
    opacity: 1;           /* ให้แสดงผลชัดเจน */
    padding: var(--space-sm) 0; /* คืนค่า padding กลับมา */
    transition: all 0.5s ease-in-out;
  }

  .site-nav__logo-img{ top: 10px; max-width: 50px; }
  .site-nav__logo-imgSP{ top: 10px; max-width: 50px; display: block; }
  .site-nav__logo{ position: absolute; 
        top: 0;
        left: 0;
        right: 0; }
  .site-header .site-nav__logo-img{ width: 60px; height: 60px; left: 0; top: -5px;z-index: 10;}
  .site-header.is-sticky .site-nav__logo-img{  left: 0; top: 2px; opacity: 1; visibility: visible;}
  .site-nav__list--left{ margin-bottom: 0; /*margin-top: 20px!important;*/ margin-top: 0; padding-top: 10px!important; }
  .site-nav__list--left li{ width: 100%;}
  .site-nav__list--left li a{ padding: 15px 10px; }
  .site-nav__list--right{ margin-top: 0;}
  .site-nav__list--right li{ width: 100%;}
  .site-nav__list--right li a{ padding: 15px 10px; }
  .site-nav--open .site-nav__list{ padding: 0;}
  .polylang_langswitcher{ padding-bottom: 15px; }

}

@media (max-width: 600px) {
  .site-nav__logo-img{ top: 10px; max-width: 250px; }

  .BoxKVPllx{ margin-top: 20px;}


  .hero__showcase{ margin-top: -160px;}
  .products{ padding-top: 80px;}

  
}


@media (max-width: 768px) {
  .contact__fields {
    grid-template-columns: 1fr;
  }

  .stores__slider,
  .blog__slider {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--space-md);
  }

  .stores__track,
  .blog__track {
    flex: 0 0 100%;
    order: 1;
    width: 100%;
  }

  .stores__nav,
  .blog__nav {
    display: flex;
    order: 2;
  }

  .stores__nav--prev,
  .blog__nav--prev {
    margin-left: auto;
    margin-top: 0;
  }

  .stores__nav--next,
  .blog__nav--next {
    margin-right: auto;
    margin-top: 0;
  }

  .site-footer__nav {
    gap: 2rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2.75rem;
  }

  .site-footer__legal {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .recipes {
    --recipes-curve: clamp(2rem, 8vw, 3rem);
    padding: var(--recipes-curve) 0;
  }

  .recipes__panel {
    border-radius: 50% / clamp(2rem, 8vw, 3rem);
  }

  .recipes .recipe-subtitle {
    font-size: 19px;
  }

  .recipes .recipe-name {
    font-size: 18px;
  }

  .recipes .recipe-action {
    font-size: 18px;
  }

  .social__grid {
    grid-template-columns: repeat(2, 1fr);
  }



  .social__cta {
    border-radius: 18px;
  }

  .social__cta-content {
    padding: var(--space-lg) var(--space-md);
  }

  .social__cta-title {
    align-items: flex-start;
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .social__cta-text {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .social__cta-btn {
    align-self: flex-start;
  }

  .site-footer {
    padding-top: 3.5rem;
  }

  .site-footer__inner {
    border-radius: 150% 150% 0 0 / 100% 100% 0 0 !important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    gap: clamp(1rem, 8vw, 1rem)!important;
  }

  .site-footer__heading {
    font-size: 0.85rem;
  }

  .site-footer__list {
    font-size: 0.78rem;
  }

  .site-footer__legal {
    flex-wrap: wrap;
  }


  .blog-card{ flex: 0 0 min(265px, 72vw); }
  .blog__track{ gap: clamp(2rem, 3.5vw, 2rem); }
}



/* AchrievementsArea */
/*.AchrievementsArea{ padding: 150px 0; overflow: hidden; position: relative; }
.AchrievementsArea:after{ position: absolute; content: ''; width: 100%; height:500px; left: 0%; top: 0%; background-color: transparent; z-index: -1; }
.AchrievementsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-75%);
  background: linear-gradient(135deg, #f7ecda, #f7ecda);
  border-radius: 50%;
  width: var(--before-width, 200%);
  height: var(--before-height, 100%);
  z-index: 0;
}*/

/* AchrievementsArea */
.AchrievementsArea{ padding: 60px 0 100px 0; overflow: hidden; position: relative;transition: all 0.3s ease-in-out; }
.AchrievementsArea:after{ position: absolute; content: ''; width: 100%; height:500px; left: 0%; top: 0%; background-color: transparent; z-index: -1;transition: all 0.3s ease-in-out; }
.AchrievementsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f7ecda, #f7ecda); /* gradient ฟ้า */
  border-radius: 50%;
  width: var(--before-width, 50%);
  height: var(--before-height, 50%);
  z-index: 0; transition: all 0.1s ease-in-out;
}

/* ProductsArea */
.ProductsArea{ padding: 0px 0; overflow: hidden; position: relative; }
.ProductsArea:after{ position: absolute; content: ''; width: 100%; max-width: 1320px; height: 102%; left: 0%; right: 0; margin: auto; top: 0px; background-color: transparent; border: 4px solid #f7ecda; border-radius: 60% 60% 0 0; z-index: -1; 
  /*transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);*/ transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
/*.ProductsArea.is-loaded:after {
  height: 102%;
}*/
.ProductsArea::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f7ecda, #f7ecda); /* gradient ฟ้า */
  border-radius: 60% 60% 0 0;
  width: var(--before-width, 50%); max-width: 1300px;
  height: 100%;
  /*width: var(--before-width, 50%);
  height: var(--before-height, 50%);*/
  z-index: 0;
}
/*.ProductsArea:after{ position: absolute; top: -12px; left: -13px; width: 100%; height: 101.5%; content: ''; border-radius: 1000px 1000px 0 0; border: 5px solid #f7ecda; z-index: -1; }*/

/* ใส่ CSS นี้ให้กับตัวโครงสร้างสินค้า (เช่น กล่อง item แต่ละชิ้น) */
.productitemss {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ตกแต่งกล่อง Loading ให้ดูดีและจัดกึ่งกลางสวยงาม */
.FadingOut {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px; /* กำหนดความสูงขั้นต่ำเพื่อไม่ให้กล่องยุบจนแข็ง */
  width: 100%;
  font-size: 1.2rem;
  color: #910e0e; /* สีเดียวกับธีมเว็บของคุณ */
  font-weight: bold;
  
  /* ใส่แอนิเมชันให้ตัวหนังสือขยับเบาๆ ตอนโ盛่ขึ้นมา */
  animation: loadingPulse 3.5s infinite ease-in-out;
}

@keyframes loadingPulse {
  0% { opacity: 0.2; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0.2; transform: scale(0.98); }
}

@media (max-width: 1100px) {
  .ProductsArea:before{ max-width: 95%; border-radius: 47% 47% 0 0; }
  .ProductsArea:after{ max-width: 98%; border-radius: 47% 47% 0 0; }
}

@media (max-width: 1023px) {
  .AchrievementsArea:before{ width: 250%; }
  /*.AchrievementsArea::before{
    left: 150%;
      transform: translateX(-83%);
      width: var(--before-width, 300%);
  }*/

  .ProductsArea:before{ width: 200%; max-width: 200%; border-radius: 100% 100% 0 0; top: 10px; }
  .ProductsArea:after{ width: 204%; max-width: 204%; left: -52%; top: 0px; border-radius: 100% 100% 0 0; }
}

@media (max-width: 600px) {
  .AchrievementsArea:before{ width: 260%; }
  /*.AchrievementsArea::before {
    left: 300%;
    transform: translateX(-92%);
    width: var(--before-width, 600%);
  }*/

  .ProductsArea:before{ width: 210%; max-width: 210%; border-radius: 50% 50% 0 0; top: 10px; }
  .ProductsArea:after{ width: 214%; max-width: 214%; left: -57%; top: 0px; border-radius: 50% 50% 0 0; }
}

@media (max-width: 480px) {
.AchrievementsArea:before{ width: 480%; }
.FadingOut { min-height: 250px; }
.recipes .recipe-grid{ padding-bottom: 40px;}
}

.SNSIconFooter{ display: flex; justify-content: left; align-items: center; gap: 10px; }
.SNSIconFooter a{ width: 36px; height: 36px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; border-radius: 100px;}
.SNSIconFooter img{ max-width: 16px; max-height: 16px; }

.SNSIconTopNav{ display: flex; justify-content: left; align-items: center; gap: 15px; }
.SNSIconTopNav a{ width: 16px; height: 16px; display: flex; justify-content: center; align-items: center;}
.SNSIconTopNav img{ max-width: 16px; max-height: 16px; }

.SNSIconTopNav a.ProfileIcon{ width: 26px; height: 26px; display: flex; justify-content: center; align-items: center; border: 0px solid #fff; margin-right: 20px; }
.SNSIconTopNav a.ProfileIcon img{ max-width: 26px; max-height: 26px; }

.SNSIconTopNav a.CartIcon{ width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border: 0px solid #fff; margin-right: 20px; }
.SNSIconTopNav a.CartIcon img{ max-width: 30px; max-height: 30px; }

.PaddingTop{ padding-top: 100px;}
.PaddingAll100{ padding: 100px 0;}

.BoxMaxWidth{ max-width: 1200px; margin: auto; }
.BoxMaxWidth900{ max-width: 1000px!important; margin: auto!important;}
@media (max-width: 640px) {
  .SNSIconFooter a{ width: 30px; height: 30px; }
  .SNSIconFooter img { max-width: 12px; max-height: 12px; }

}

@media (max-width: 1200px) {
  .contact{ padding: 100px 0 0 0;}
  .BoxMaxWidth{ max-width: 100%; margin-left: 50px; margin-right: 50px; }
  /*.stores { max-width: 100%; margin-left: 50px; margin-right: 50px; padding: 50px 0; }*/
  .BoxMaxWidth900{ max-width: 100%!important; margin-left: 50px!important; margin-right: 50px!important; }


}

@media (max-width: 1023px) {
  .contact{ padding: 100px 0 0 0;}
  .BoxMaxWidth{ max-width: 90%; margin: auto; }


  .BoxMaxWidth900 {
        max-width: 90% !important; margin: 0 auto!important;
    }
}

.BGFooterBlur{ position: relative; width: 100%; height: auto; background-image: url('../images/bg-footer-blur.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; }

.FooterLefticon00{ position: absolute; right: 0%; top: 15%; width: 1200px; height: 1200px; background-image: url('../images/footer/footer-bg-green.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0;}
.FooterLefticon01{ position: absolute; left: -5%; top: 30%; width: 370px; height: 470px; background-image: url('../images/footer/footer-suace-left.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterLefticon02{ position: absolute; left: 8%; top: 49%; width: 227px; height: 193px; background-image: url('../images/footer/footer-leave-left.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterLefticon03{ position: absolute; left: 1%; top: 60%; width: 199px; height: 204px; background-image: url('../images/footer/footer-chili-left.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterLefticon04{ position: absolute; left: 10%; top: 68%; width: 208px; height: 170px; background-image: url('../images/footer/footer-leave-left-2.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterLefticon05{ position: absolute; left: 18%; top: 75%; width: 119px; height: 123px; background-image: url('../images/footer/footer-gralic-left.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }

.FooterRighticon00{ position: absolute; right: 0%; top: 70%; width: 1200px; height: 500px; background-image: url('../images/footer/footer-bg-green-2.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0;}
.FooterRighticon01{ position: absolute; right: 3%; top: 42%; width: 309px; height: 281px; background-image: url('../images/footer/footer-chili-right.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterRighticon02{ position: absolute; right: 5%; top: 60%; width: 269px; height: 210px; background-image: url('../images/footer/footer-leave-right.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterRighticon03{ position: absolute; right: 10%; top: 68%; width: 186px; height: 282px; background-image: url('../images/footer/footer-gralic-right.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterRighticon04{ position: absolute; right: 1%; top: 68%; width: 276px; height: 381px; background-image: url('../images/footer/footer-suace-right.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }
.FooterRighticon05{ position: absolute; right: 12%; top: 78%; width: 203px; height: 194px; background-image: url('../images/footer/footer-chili-right-2.png'); background-repeat: no-repeat; background-size: contain; background-position: top center; z-index: 0; }


@media (max-width: 1200px) {
  .FooterLefticon00{ left: 0%; top: 15%; width: 100%; height:800px; }
  .FooterLefticon01{ left: -20%; }
  .FooterLefticon02{ left: -10%; }
  .FooterLefticon03{ left: -7%; }
  .FooterLefticon04{ left: -9%; }
  .FooterLefticon05{ left: 0%; }

  .FooterRighticon00{ right: 0%; top: 70%; width: 100%; height: 500px; }
  .FooterRighticon01{ right: 0;}
  .FooterRighticon02{ right: 0;}
  .FooterRighticon03{ right: 0;}
  .FooterRighticon04{ right: 0;}
  .FooterRighticon05{ right: 0;}
}



@media (max-width: 1023px) {
  .topbar{ font-size: 12px; }
  .SNSIconTopNav{ gap: 10px; }
  .SNSIconTopNav a{ width: 28px; height: 28px; }
  .SNSIconTopNav img{ max-width: 12px; max-height: 12px; }

  .SNSIconTopNav a.ProfileIcon{ width: 24px; height: 24px; margin-right: 15px; }
  .SNSIconTopNav a.ProfileIcon img{ max-width: 24px; max-height: 24px; }

  .SNSIconTopNav a.CartIcon{ width: 24px; height: 24px; margin-right: 15px; }
  .SNSIconTopNav a.CartIcon img{ max-width: 24px; max-height: 24px; }
}

@media (max-width: 600px) {
  .topbar{ font-size: 12px; }
  .TextLeft{ text-align: left;}
  .SNSIconTopNav a.FacebookIcon{ display: none; }
  .SNSIconTopNav a.XIcon{ display: none; }
  .SNSIconTopNav a.InstagramIcon{ display: none; }

  .SNSIconTopNav a.ProfileIcon{ width: 24px; height: 24px; margin-right: 0px; }
  .SNSIconTopNav a.ProfileIcon img{ max-width: 24px; max-height: 24px; }

  .SNSIconTopNav a.CartIcon{ width: 24px; height: 24px; margin-right: 0px; }
  .SNSIconTopNav a.CartIcon img{ max-width: 24px; max-height: 24px; }
}

.OpenPRD01{ width: 100%; height: 100%; position: fixed; background-color: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; top: 0; left: 0; z-index: 999; opacity: 0; visibility: hidden; display: none; transition: opacity 0.5s ease, visibility 0.5s ease; }
.OpenPRD01 .OpenPRD01Inner{ width: 100%; height: 90%; max-width: 920px; position: relative; }
.ClosePopup{ position: absolute; z-index: 1; right: -30px; top: 20px; width: 55px; height: 55px; padding: 0px; display: flex; justify-content: center; align-items: center; background-color: #d41305; border-radius: 100px; }
.ClosePopup img{ width: 100%; height: auto; max-width: 60px; }
.PRDDetailInner{ width: 100%; height: 95%; position: relative; color: #fff; overflow: scroll; border-radius: 25px; padding-top: 40px;}
.PRDDetailHeader{ background: #005A32 url('../images/bg-bb.png') repeat; border-radius: 25px 25px 0 0; padding: 40px 320px 80px 60px; }
.PRDDetailHeader .PRDName{ font-size: 55px; font-weight: 600; line-height: 60px;}
.PRDDetailHeader .PRDSubDes{ font-size: 35px; font-weight: 500; line-height: 40px;}
.PRDDetailDetail{ background-color: #94252a; border-radius: 25px 25px 0 0; padding: 40px 320px 80px 60px; margin-top: -40px; font-size: 17px;}
.PRDDetailDetail p{ margin: 15px 0;}
.PRDDetailInformation{ background-color: #997c26; border-radius: 25px 25px 25px 25px; padding: 40px 60px 60px 60px; margin-top: -40px; }
.PRDDetailInformation .ProductInfo{ font-size: 36px; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid #ffffff; padding-bottom: 20px; margin-bottom: 20px; }
.PRDDetailInformation ul.ProductInfoLR{ margin: 30px 0 0 0; }
.PRDDetailInformation ul.ProductInfoLR li{ width: 100%; height: auto; display: flex; justify-content: left; margin: 10px 0;}
.PRDDetailInformation ul.ProductInfoLR li p:nth-child(1){ width: calc(100% - 800px); min-width: 180px; max-width: 180px; font-size: 20px; font-weight: bold; padding-top: 10px; }
.PRDDetailInformation ul.ProductInfoLR li p:nth-child(2){ width: calc(100% - 180px); background-color: #f7ecda; color: #997c26; font-size: 18px; padding: 15px 20px; border-radius: 30px; }

.PRDPicture{ position: absolute; top: 0px; right: 40px; width: 100%; height: auto; max-width: 220px; z-index: 1; }
.PRDPicture img{ width: 100%; height: auto; max-width: 220px; }
.PRDPictureSP{ display: none;}

@media (max-width: 1023px) {
  .OpenPRD01 .OpenPRD01Inner{ width: 90%; }
  .PRDDetailHeader .PRDName{ font-size: 43px; }
  .PRDDetailHeader .PRDSubDes{ font-size: 30px; }
  .PRDDetailHeader{ padding: 40px 280px 80px 60px; }
  .PRDDetailDetail{ padding: 40px 300px 80px 60px; }
  .PRDPicture{ max-width: 200px; }
  .OpenPRD01 .OpenPRD01Inner{ height: 95%; }
  .PRDDetailInner{ width: 100%; height: 97%;}
}

@media (max-width: 767px) {
  .OpenPRD01 .OpenPRD01Inner{ width: 90%; }
  .PRDDetailHeader .PRDName{ font-size: 40px; }
  .PRDDetailHeader .PRDSubDes{ font-size: 27px; }
  .PRDDetailHeader{ padding: 30px 210px 60px 40px; }
  .PRDDetailDetail{ padding: 30px 210px 60px 40px; }
  .PRDPicture{ max-width: 140px; }
  .OpenPRD01 .OpenPRD01Inner{ height: 95%; }
  .PRDDetailInner{ width: 100%; height: 97%;}
}

@media (max-width: 640px) {
  .PRDDetailInformation .ProductInfo{ font-size: 26px; }
  .PRDDetailInformation ul.ProductInfoLR li{ display: block; }
  .PRDDetailInformation ul.ProductInfoLR li p:nth-child(1){ width: 100%; max-width: 100%; margin-bottom: 5px;}
  .PRDDetailInformation ul.ProductInfoLR li p:nth-child(2){ width: 100%; max-width: 100%;}
  .PRDDetailInformation ul.ProductInfoLR li:first-child{ margin-top: 0;}
  .PRDDetailInformation ul.ProductInfoLR li:first-childp :nth-child(1){ padding-top: 0; }
  .PRDDetailInformation{ padding: 30px 30px 30px 30px; }
  .OpenPRD01 .OpenPRD01Inner{ width: 90%; }
  .PRDDetailHeader .PRDName{ font-size: 34px; line-height: 45px; margin-top: 10px; }
  .PRDDetailHeader .PRDSubDes{ font-size: 23px; }
  .PRDDetailHeader{ padding: 30px 30px 60px 40px; }
  .PRDDetailDetail{ padding: 30px 30px 60px 40px; }
  .PRDPicture{ max-width: 140px; display: none; }
  .PRDPictureSP{ max-width: 120px; display: block; margin: auto; margin-top: -60px; }
  .OpenPRD01 .OpenPRD01Inner{ height: 95%; }
  .PRDDetailInner{ width: 100%; height: 97%;}
  .ClosePopup{ right: -15px; top: 15px; }

  .site-footer{ padding-top: 0;}
  footer.site-footer{ position: relative;}
  footer.site-footer:after{ content: ''; width: 150%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #a92527; border-radius: 100% 100% 0 0 / 100% 100% 0 0; z-index: 0; }
  .site-footer__inner{ position: relative; z-index: 1;}
}

.OpenPRD01.fade-out {
  opacity: 0;
  visibility: hidden; display: none;
}
.OpenPRD01.fade-in {
  opacity: 1; display: flex;
  visibility: visible;
}

.ContentPageBox{ padding: 150px 0 100px 0; color: #fff; }
.ContentPageBox .Inners{ max-width: 900px; margin: auto; padding: 50px; border-radius: 30px; text-align: center; }
.ContentPageBox .Inners .Title404{ font-size: 40px; font-weight: bold; }
.ContentPageBox .Inners .Desc404{ margin-top: 40px; font-size: 18px; line-height: 35px; }

@media (max-width: 1023px) {
  .ContentPageBox .Inners{ width: 90%; margin: auto; }
}

@media (max-width: 767px) {
.ContentPageBox{ padding: 60px 0 60px 0; }
.ContentPageBox .Inners{ padding: 40px 0; }
.ContentPageBox .Inners .Title404{ font-size: 35px; }
}



/* Breadcrumbs */
.Breadcrumbs{ margin: auto; padding: 30px 0; display: flex; flex-wrap: nowrap; justify-content: center; }
.Breadcrumbs .BreadcrumbsInfo{ width: 100%; text-align: left; color: #fff; font-size: 14px;}
.Breadcrumbs .BreadcrumbsInfo .Inners{ width: 100%; max-width: 1200px; margin: auto; position: relative; z-index: 1; display: flex; justify-content: left; }
.Breadcrumbs .BreadcrumbsInfo .Inners a{ color: #fff; }
.Breadcrumbs .BreadcrumbsInfo ul.Inners li{ position: relative; padding-right: 30px; }
.Breadcrumbs .BreadcrumbsInfo ul.Inners li:after{ position: absolute; right: 10px; content: '>'; }
.Breadcrumbs .BreadcrumbsInfo ul.Inners li:last-child:after{ display: none;}
.PaddingBTT{ padding-bottom: 100px!important;}


/* ── BlogPage ─────────────────────────────────────────────────── */
.BlogPage {
 /* background: var(--color-red);*/
  color: var(--color-white);
  padding: 100px 0 0 0;
  /*padding: clamp(3rem, 6vw, 5rem) var(--space-md);*/
}

.BlogPage .section-title {
  max-width: var(--max-width);
  color: #f7ecda;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-lg);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
}

.BlogPage__track {
  display: flex; flex-wrap: wrap;
  gap: clamp(3.5rem, 3.5vw, 3.75rem);
  /*overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex: 1; scrollbar-width: none;*/
  padding: var(--space-sm) 0 var(--space-md);
  
}

.BlogPage-card {
  width: 30%;
  /*flex: 0 0 min(220px, 72vw);
  scroll-snap-align: start;
  background: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;*/
  padding: 0 0 18px;  transition: all .5s; padding: 10px;
}

.BlogPage-card a:hover .BlogPage-card__figure img { transform: scale(1.08); transition: all .5s; }

.BlogPage-card__figure {
  position: relative;
  /*aspect-ratio: 1 / 1;*/
  width: 100%; height: 280px;
  overflow: hidden;
  border-radius: 20px;
  background: none;
  /*isolation: isolate;*/
  margin-bottom: 12px; overflow: hidden; transition: all .5s;
}

.BlogPage-card__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-green);
  border-radius: 18px;
  clip-path: path("M0 22 Q0 0 22 0 H68 Q82 0 91 9 L111 29 Q123 41 144 41 H158 Q180 41 180 63 V180 H0 Z");
  z-index: 0;
  height: 95%;
}

.BlogPage-card__figure img {
  width: 100%;
  height: calc(100% - 12px);
  object-fit: cover;
  border-radius: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 1; transition: all .5s; transform: scale(1.0);
}

.BlogPage-card__date {
  display: block;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  padding: 5px 4px;
}

.BlogPage-card__title {
  /*font-family: var(--font-condensed);*/
  font-size: 24px;
  font-weight: 600;
  padding: 0px 4px 2px;
  text-transform: none;
  line-height: 1.1;
}

.BlogPage-card__excerpt {
  font-size: 18px;
  font-weight: 300;
  opacity: 1;
  padding: 10px 4px 0;
  line-height: 1.35;
}

.BoxMaxWidthBlog{ max-width: 900px; margin: auto; }
.MarTopRelated{ margin-top: 100px;}
.BlogInfos{ position: relative; }
.BlogInfos h1{ margin-bottom: 15px; font-size: clamp(1.5rem, 3vw, 2.5rem)!important; }
.BlogInfos .FeatureImage{ margin-bottom: 15px;}
.BlogInfos .FeatureImage img{ width: 100%; height: auto; max-width: 100%; border-radius: 25px; }
.DateandSNS{ display: flex; justify-content: space-between; align-items: flex-start; }
.DateandSNS .Date{ color: #fff; display: flex; justify-content: left; align-items: center; gap: 10px; }
.DateandSNS .Date img{ width: 100%; max-width: 20px; height: auto; max-height: 20px;}
.DateandSNS .SNSShare{ color: #fff; display: flex; justify-content: right; align-items: center; gap: 10px; }
.DateandSNS .SNSShare img{ width: 100%; max-width: 20px; height: auto; max-height: 20px;}
.BlockEditorStyle{ margin: 40px 0; font-size: clamp(1.1rem, 4vw, 1.2rem); }
.BlockEditorStyle ul { list-style: disc; margin-left: 15px; }
.BlockEditorStyle ol { margin-left: 15px; }
.BlockEditorStyle li{ margin: 10px 0;}
.BlockEditorStyle img{ display: block; width: auto; height: auto; max-width: 100%; margin: auto; margin-top: 20px; margin-bottom: 20px; }
.BlockEditorStyle h2{ margin-top: 40px; margin-bottom: 10px; font-weight: bold; padding-left: 15px; border-left: 8px solid #b89a46;}
.BlockEditorStyle h3{ margin-top: 40px; margin-bottom: 10px; font-weight: bold; padding-left: 10px; border-left: 5px solid #b89a46;}
.BlockEditorStyle p{ margin: 15px 0;}
.BlockEditorStyle a{ color: #b89a46; text-decoration: underline;}
.BlockEditorStyle a:hover{ color: #125c33; }
.BlockEditorStyle .wp-block-table{ margin: 40px 0;}
.BlockEditorStyle .wp-block-table thead{ /*background-color: #b89a46;*/ background: radial-gradient(circle, #a88b32, #997c26, #75621e);}
.MarBTT20{ margin-bottom: 10px!important;}
.BGRelated{ background-color: rgba(0, 0, 0, 0.06); padding: 100px 0; margin-top: 100px;}
.PaddingBTT100{ padding-bottom: 100px; }

.cf-turnstile{ text-align: center!important;}

.FontFilter{
  font-size: clamp(18px, 22px, 22px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b12028;
  text-align: left; 
}

.SearchFilterBox{ width: 100%; height: auto; margin-bottom: 80px; text-align: center; position: relative; z-index: 3; display: flex; justify-content: center; align-items: center; gap: 5px; }
.SearchFilterBox img{ width: 100%; height: auto; max-width: 32px; max-height: 32px; }

.SearchFilterBox span.SVGIcon{ margin: 0 0 0 20px;}
.SPFlex{ display: flex; justify-content: center; align-items: center; gap: 0px;}
.custom-select {
    font-size: 16px;
    padding: 12px 40px 12px 20px; /* เว้นด้านขวาไว้เยอะหน่อยสำหรับใส่ลูกศรใหม่ */
    width: 100%;
    max-width: 250px;
    border: 2px solid #b12028;
    border-radius: 8px;
    /* ลบลูกศรดั้งเดิมของเบราว์เซอร์ออก */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* ใส่ลูกศร custom ของเราเองแทน (ใช้รูปภาพหรือ SVG) */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23b12028' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center; /* จัดวางตำแหน่งลูกศร */
    background-size: 18px;
    cursor: pointer; text-transform: uppercase; margin-left: 10px;
}
/* เพิ่ม Effect ตอนที่ผู้ใช้คลิกเลือก */
.custom-select:focus {
    outline: none;
    border-color: #b12028;
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

@media (max-width: 1200px) {
  .BlogPage-card {
    width: 29.2%;
  }
  .BlogPage-card__figure { height: 240px; }

  .Breadcrumbs .BreadcrumbsInfo .Inners{ max-width: 100%;
        margin-left: 50px;
        margin-right: 50px; }
}

@media (max-width: 1023px) {
  .BlogPage { padding: 50px 0 0 0;}
  .BlogPage__track{ gap: clamp(3.4rem, 3.5vw, 3.75rem); }
  .BlogPage-card { width: 46%; }
  .BlogPage-card__figure { height: 240px; }

  .Breadcrumbs .BreadcrumbsInfo .Inners{ max-width: 90%;
        margin: auto; }

  .BoxMaxWidthBlog{ max-width: 90%; }
}

@media (max-width: 767px) {
  .BlogPage__track{ gap: 4%; }
  .BlogPage-card { width: 47%; margin-bottom: 40px; }
  .BlogPage-card__figure { height: 220px; }

  .SearchFilterBox{ display: block; }
  .FilterText{ display: block; margin-bottom: 10px;}
  .custom-select { max-width: 100%; margin-top: 0px;}
  .SPFlex{ justify-content: left; margin-top: 15px;}
  .SearchFilterBox span.SVGIcon{ width: 32px; margin-left: 0;}
}

@media (max-width: 480px) {
  .BlogPage { padding: 10px 0 0 0;}
  .BlogPage__track{ gap: 4%; }
  .BlogPage-card { width: 100%; margin-bottom: 40px; }
  .BlogPage-card__figure { height: 240px; }
  .BlogInfos h1{ font-size: 1.9em; }
  .wp-block-table td, .wp-block-table th{ min-width: 150px;}
}

.ENFont{ font-family:'Roboto', system-ui, sans-serif; }
.THFont{ font-family: "Noto Sans Thai", sans-serif; }
.JPFont{ font-family: "Roboto", sans-serif; }

