/* Souwa Matcha — palette & type from Claude Design "Souwa Matcha.dc.html" */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
/* ตัวเลขทั้งเว็บ: ใช้เลขแบบ lining (สูงเท่าตัวพิมพ์ใหญ่ ไม่ห้อยใต้บรรทัด) อ่านง่ายขึ้น — สืบทอดไปทุก element */
html { font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1; }
table { font-variant-numeric: lining-nums tabular-nums; }

:root {
  --ink: #2E3823;
  --ink-soft: #4a533a;
  --moss: #5E6E40;
  --sage: #8FA058;
  --gold: #BFA269;
  --cream: #FAF7EF;
  --card: #FBF9F3;
  --panel: #F4F0E5;
  --line: #E7E1D0;
  --line-soft: #cfd3bd;
  --bar-green: #5C9A3B;
}

body {
  font-family: 'Sarabun', sans-serif;
  color: var(--ink);
  background: #fff;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ---------- sticky header (announce + nav) ---------- */
.site-header { position: sticky; top: 0; z-index: 30; }

/* ---------- announcement bar ---------- */
.announce-bar {
  background: var(--bar-green); color: #fff; font-weight: 500;
  text-align: center; font-size: 13px; letter-spacing: .04em;
  padding: 9px 16px;
}

/* ---------- nav ---------- */
.nav {
  display: flex; align-items: center; gap: 24px;
  padding: 8px 6vw; border-bottom: 1px solid var(--line);
  background: #fff;
}
.nav-logo { flex: 0 0 auto; font-family: 'Noto Serif JP', serif; font-size: 24px; font-weight: 500; letter-spacing: .05em; display: inline-flex; align-items: center; }
.nav-logo img { height: 118px; width: auto; display: block; }
.nav-links { flex: 1 1 auto; display: flex; justify-content: center; gap: 40px; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 21px; color: #1a1a1a; letter-spacing: .01em; }
.nav-links a { white-space: nowrap; color: #1a1a1a; }
.nav-links a:hover { color: var(--moss); }
.nav-right { flex: 0 0 auto; display: flex; align-items: center; gap: 20px; font-size: 13px; color: var(--ink); }
.lang-switch { display: flex; align-items: center; gap: 2px; font-size: 12px; }
.lang-switch a { padding: 4px 8px; border-radius: 30px; color: #9aa27f; letter-spacing: .02em; }
.lang-switch a:hover { color: var(--moss); }
.lang-switch a.on { background: var(--moss); color: #fff; }
.nav-pill { border: 1px solid var(--line-soft); border-radius: 40px; padding: 5px 12px; letter-spacing: .08em; }
.nav-cart { letter-spacing: .08em; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.nav-cart svg { display: block; }
.nav-cart:hover { color: var(--moss); }

/* ---------- กระดิ่งแจ้งเตือน ---------- */
.nav-bell { position: relative; display: inline-flex; }
.bell-btn { position: relative; background: none; border: none; padding: 4px; cursor: pointer; color: var(--ink); display: inline-flex; align-items: center; line-height: 0; }
.bell-btn:hover { color: var(--ink); }
.bell-btn svg { display: block; }
.bell-dot { position: absolute; top: -3px; right: -4px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 10px; background: #a4553f; color: #fff; font-size: 10px; line-height: 16px; text-align: center; font-family: 'Sarabun', sans-serif; }
.bell-panel { position: absolute; right: 0; top: calc(100% + 12px); width: 344px; max-width: 88vw; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 34px rgba(46,56,35,.18); z-index: 60; overflow: hidden; }
.bell-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 14px; letter-spacing: .04em; color: var(--ink); }
.bell-readall { background: none; border: none; padding: 0; color: var(--moss); font-size: 12px; cursor: pointer; font-family: 'Sarabun', sans-serif; }
.bell-readall:hover { text-decoration: underline; }
.bell-list { max-height: 62vh; overflow-y: auto; }
.bell-item { display: block; padding: 12px 16px 12px 20px; border-bottom: 1px solid var(--line); position: relative; }
.bell-item:last-child { border-bottom: none; }
.bell-item:hover { background: #f6f2e6; }
.bell-item.unread { background: #fbf6ea; }
.bell-item.unread::before { content: ''; position: absolute; left: 8px; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.bell-item.type-cancelled::before { background: #a4553f; }
.bell-item .bi-title { font-size: 14px; color: var(--ink); margin-bottom: 2px; }
.bell-item .bi-body { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.bell-item .bi-time { font-size: 11px; color: #9aa27f; margin-top: 4px; }
.bell-empty { padding: 26px 16px; text-align: center; color: #9aa27f; font-size: 13px; }
/* hamburger + mobile menu — ซ่อนบนจอใหญ่ */
.nav-toggle { display: none; }
.mobile-menu { display: none; }
.mobile-links a { color: var(--ink); }

/* ---------- hero ---------- */
.hero { display: flex; align-items: center; justify-content: center; min-height: 560px; text-align: center; }
.hero-copy { padding: 8vw 6vw; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 820px; }
.eyebrow { font-size: 12px; letter-spacing: .34em; color: var(--sage); margin-bottom: 26px; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(48px, 6vw, 82px); line-height: 1.02; margin: 0;
}
.hero h1 em { font-style: italic; color: var(--moss); }
.hero-sub {
  font-family: 'Trirong', serif; font-weight: 300; font-size: 21px; line-height: 1.7;
  color: var(--ink-soft); margin: 28px auto 0; max-width: 460px;
}
.hero-cta { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }
.btn-dark, .btn-line {
  display: inline-block; font-size: 14px; letter-spacing: .08em;
  padding: 15px 32px; border-radius: 2px; cursor: pointer; border: none;
  font-family: 'Sarabun', sans-serif;
}
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: #3d4a2f; }
.btn-line { border: 1px solid #b9bfa4; color: #3a4530; background: transparent; padding: 15px 30px; }
.btn-line:hover { border-color: var(--moss); }
.hero-img { position: relative; background: #EFEADC; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- marquee ---------- */
@keyframes souwaMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee { background: var(--ink); overflow: hidden; padding: 16px 0; }
.marquee-track {
  display: flex; width: max-content; animation: souwaMarquee 26s linear infinite;
  font-family: 'Cormorant Garamond', serif; font-size: 18px; letter-spacing: .22em; color: #cdd5b4;
}
.marquee-track > div { display: flex; gap: 38px; padding-right: 38px; }

/* ---------- collection ---------- */
.collection { padding: 78px 6vw 30px; max-width: 1500px; margin: 0 auto; }
.collection-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 42px; flex-wrap: wrap; gap: 16px;
}
.collection-head h2, .section-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 44px; margin: 0;
}
.thai-note { font-family: 'Trirong', serif; font-size: 16px; color: #7d8568; }
/* features / trust bar */
.feature-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 4px 0 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line);
}
.fb-item { display: flex; align-items: center; gap: 14px; }
.fb-item svg { width: 30px; height: 30px; color: var(--moss); flex-shrink: 0; }
.fb-item b { display: block; font-family: 'Trirong', serif; font-weight: 500; font-size: 15px; color: var(--ink); line-height: 1.35; }
.fb-item span { display: block; font-size: 13px; color: #7d8568; margin-top: 2px; }
@media (max-width: 860px) { .feature-bar { grid-template-columns: 1fr 1fr; gap: 22px 20px; } }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
/* minmax(0, 1fr) — กัน "1fr" ถูกเนื้อหายาว ๆ (เช่นข้อความไทยที่ไม่มีช่องว่าง) ดันคอลัมน์
   จนการ์ดกว้างไม่เท่ากันและหน้าเว็ปมีแถบเลื่อนแนวนอน */
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1100px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .grid-4 { grid-template-columns: minmax(0, 1fr); } }
/* เมื่อมีสินค้า 2 รายการ ให้จัดการ์ดกึ่งกลาง ขนาดพอเหมาะ */
.grid-4.count-2 { grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; }
@media (max-width: 560px) { .grid-4.count-2 { grid-template-columns: minmax(0, 360px); } }
/* เมื่อมีสินค้า 3 รายการ ให้จัดการ์ดกึ่งกลาง */
.grid-4.count-3 { grid-template-columns: repeat(3, minmax(0, 340px)); justify-content: center; }
@media (max-width: 1100px) { .grid-4.count-3 { grid-template-columns: repeat(2, minmax(0, 340px)); } }
@media (max-width: 560px) { .grid-4.count-3 { grid-template-columns: minmax(0, 360px); } }
/* เมื่อมีสินค้า 6 รายการ ให้เป็น 3 คอลัมน์ 2 แถว (สวยกว่า 4+2) */
.grid-4.count-6 { grid-template-columns: repeat(3, minmax(0, 340px)); justify-content: center; }
@media (max-width: 1100px) { .grid-4.count-6 { grid-template-columns: repeat(2, minmax(0, 340px)); } }
@media (max-width: 560px) { .grid-4.count-6 { grid-template-columns: minmax(0, 360px); } }
.card { background: var(--card); border: 1px solid var(--line); }
.card-img { background: #F0EBDD; aspect-ratio: 1/1.18; overflow: hidden; position: relative; }
.soldout-badge {
  display: none; position: absolute; top: 14px; left: 14px;
  background: rgba(46,56,35,.86); color: #f2eede; font-size: 12px; letter-spacing: .08em;
  padding: 6px 12px; border-radius: 3px;
}
.card.soldout .soldout-badge { display: block; }
.card.soldout .card-img img { opacity: .5; filter: grayscale(.2); }
.soldout-tag { font-size: 12px; letter-spacing: .06em; color: #a0522d; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 24px 24px 28px; }
.card-title { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.card-title .latin { font-family: 'Cormorant Garamond', serif; font-size: 24px; letter-spacing: .1em; }
.card-title .kanji { font-family: 'Noto Serif JP', serif; color: var(--sage); font-size: 16px; white-space: nowrap; flex-shrink: 0; }
.card-sub { font-family: 'Cormorant Garamond', serif; font-size: 16px; letter-spacing: .18em; color: #7d8568; margin-top: 4px; }
.card-cultivars { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; letter-spacing: .04em; color: var(--gold); margin-top: 3px; }
.card-notes { font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .02em; color: var(--moss); margin-top: 6px; }
.card-desc { font-family: 'Trirong', serif; font-size: 15px; color: #6b7358; margin: 10px 0 18px; line-height: 1.6; }
.card-foot { display: flex; justify-content: space-between; align-items: center; }
/* ราคา: ใช้ตัวเลขแบบ lining + tabular ให้อ่านง่าย ชัดเจน ไม่ห้อยใต้เส้นฐาน */
.price-wrap { display: inline-flex; align-items: baseline; gap: 9px; }
.price { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 23px; color: var(--ink); letter-spacing: .01em; font-feature-settings: "lnum" 1, "tnum" 1; font-variant-numeric: lining-nums tabular-nums; line-height: 1; }
.price-old { font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 15px; color: #a8ac95; text-decoration: line-through; font-feature-settings: "lnum" 1, "tnum" 1; font-variant-numeric: lining-nums tabular-nums; line-height: 1; }
.add-cart {
  font-size: 12px; letter-spacing: .1em; border: none; background: none; color: var(--ink);
  border-bottom: 1px solid var(--ink); padding: 0 0 2px; cursor: pointer; font-family: 'Sarabun', sans-serif;
}
.add-cart:hover { color: var(--moss); border-color: var(--moss); }
.price-soon { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 21px; color: var(--gold); }
.soon-tag { font-size: 12px; letter-spacing: .1em; color: #9aa27f; }

/* ---------- story ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: 48px; }
.story-img { overflow: hidden; min-height: 460px; background: #EFEADC; }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 80px 5vw; display: flex; flex-direction: column; justify-content: center; background: var(--panel); }
.story-copy h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 40px; line-height: 1.15; margin: 0 0 22px; }
.story-copy h2 em { font-style: italic; color: var(--moss); }
.story-copy p { font-family: 'Trirong', serif; font-weight: 300; font-size: 18px; line-height: 1.8; color: var(--ink-soft); margin: 0; }
.story-sign { margin-top: 34px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--moss); }

/* ---------- brew ---------- */
.brew { padding: 78px 6vw; max-width: 1500px; margin: 0 auto; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 42px; }
.brew .card-img { aspect-ratio: 4/5; }
.brew-hero { text-align: center; margin: 8px 0 4px; }
.brew-hero img { width: 300px; max-width: 76%; height: auto; display: inline-block; }

/* ---------- การ์ดสูตรชง (recipe gallery) ---------- */
.recipe-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 48px; }
.recipe-card {
  position: relative; margin: 0; flex: 1 1 360px; max-width: 440px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(46,56,35,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.recipe-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(46,56,35,.13); }
.recipe-card img { width: 100%; height: auto; display: block; }
.recipe-no {
  position: absolute; top: 14px; right: 16px; z-index: 2;
  font-family: 'Cormorant Garamond', serif; font-size: 22px; letter-spacing: .06em;
  color: var(--moss); background: rgba(250,247,239,.82); border: 1px solid var(--line);
  border-radius: 30px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(3px);
}
@media (max-width: 560px) {
  .recipe-grid { gap: 22px; margin-top: 36px; }
  .recipe-card { flex-basis: 100%; }
}

/* ปุ่มช่องทางในบล็อก coming soon (LINE / Instagram) */
.coming-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; align-self: flex-start; }
.coming-copy .coming-cta .btn-dark { align-self: auto; }
.btn-coming-ig {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14px; letter-spacing: .08em; padding: 14px 26px;
  border: 1px solid var(--gold); border-radius: 2px; color: var(--gold); background: transparent;
}
.btn-coming-ig:hover { background: rgba(191,162,105,.14); color: #d4bd88; }
.btn-coming-ig svg { display: block; }

/* ---------- storage guide ---------- */
.storage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 42px; }
.storage-card { border: 1px solid var(--line); background: var(--card); overflow: hidden; }
.storage-card img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) { .storage-grid { grid-template-columns: 1fr; } }

/* ---------- ornament divider ---------- */
.orn { color: var(--sage); width: 40px; height: 15px; flex: 0 0 auto; display: inline-block; }
.orn-line { display: inline-block; width: 34px; height: 1px; background: var(--line-soft); }
.orn-rule { display: inline-flex; align-items: center; gap: 12px; color: var(--sage); }

/* ---------- about us: mosaic + copy ---------- */
.about-wrap { max-width: 1240px; margin: 0 auto; padding: 44px 5vw 60px; }
.about-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 46px; align-items: start; }

.about-mosaic {
  display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(3, 1fr);
  gap: 12px; height: 660px;
}
.about-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 5px; }
.about-mosaic .m-field { grid-column: 1; grid-row: 1 / span 2; }
.about-mosaic .m-bowl  { grid-column: 2; grid-row: 1; }
.about-mosaic .m-uji   { grid-column: 2; grid-row: 2; }
.about-mosaic .m-leaf  { grid-column: 1; grid-row: 3; }
.about-mosaic .m-cups  { grid-column: 2; grid-row: 3; }

.about-copy { padding-top: 4px; }
.about-eyebrow { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; letter-spacing: .24em; color: var(--moss); }
.about-orn { margin: 10px 0 20px; color: var(--gold); }
.about-h { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 30px; color: var(--ink); margin: 0 0 18px; }
.about-en { font-family: 'Cormorant Garamond', serif; font-size: 18.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 15px; }
.about-divider { display: flex; width: 100%; margin: 30px 0; color: var(--gold); }
.about-divider .orn-line { flex: 1 1 auto; width: auto; }
.about-h-th { font-family: 'Trirong', serif; font-weight: 500; font-size: 27px; margin: 0 0 4px; }
.about-subth { font-family: 'Trirong', serif; font-size: 18px; color: var(--moss); margin-bottom: 16px; }
.about-th { font-family: 'Trirong', serif; font-weight: 300; font-size: 15.5px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 13px; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  /* มือถือ: ปล่อยความสูงตามแถว (height:auto) เพื่อไม่ให้ภาพทับตัวอักษร และให้ภาพขนาดพอดู*/
  .about-mosaic { height: auto; grid-template-rows: repeat(3, 33vw); }
  .about-eyebrow { font-size: 26px; }
  .about-h { font-size: 26px; }
}
@media (max-width: 520px) {
  .about-mosaic { grid-template-rows: repeat(3, 36vw); gap: 9px; }
}

/* ---------- home: sky hero blob ---------- */
.skyhero { display: flex; justify-content: center; padding: 24px 5vw 6px; }
.sky-blob {
  position: relative; width: 100%; max-width: 1160px; min-height: 540px;
  display: flex; align-items: center; justify-content: center;
}
.sky-blob::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: url(/assets/img/sky2-white.png) center / 100% 100% no-repeat;
}
.sky-text { position: relative; z-index: 1; text-align: center; padding: 56px 9%; max-width: 720px; }
.sky-en { font-family: 'Cormorant Garamond', serif; font-size: 26px; line-height: 1.7; color: #38402d; margin: 0; font-variant-numeric: lining-nums; }
.sky-th { font-family: 'Trirong', serif; font-weight: 300; font-size: 19px; line-height: 1.95; color: #465038; margin: 0; font-variant-numeric: lining-nums; }
.sky-text .orn-rule { margin: 20px 0; }

/* ---------- ปุ่มเข้าสู่ระบบด้วย Google ---------- */
.btn-google {
  display: flex; align-items: center; justify-content: center; gap: 11px; width: 100%;
  background: #fff; color: #3c4043; border: 1px solid #dadce0; border-radius: 6px;
  padding: 13px 18px; font-family: 'Sarabun', sans-serif; font-size: 15px; font-weight: 500;
  cursor: pointer; transition: background .2s, box-shadow .2s, border-color .2s;
}
.btn-google:hover { background: #f8faff; border-color: #c9d2e0; box-shadow: 0 1px 4px rgba(60,64,67,.14); }
.btn-google svg { flex: 0 0 auto; }
.google-note { font-family: 'Trirong', serif; font-size: 13px; color: #7d8568; text-align: center; margin: 10px 0 0; line-height: 1.6; }
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0 20px; color: #9aa27f; font-size: 13px; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }

/* ---------- ตัวช่วยกรอกที่อยู่จากรหัสไปรษณีย์ ---------- */
.pc-helper { margin-top: 7px; font-family: 'Trirong', serif; font-size: 13px; color: #7d8568; line-height: 1.5; }
.pc-helper.ok { color: var(--moss); }
.pc-helper.warn { color: #a0522d; }
.pc-helper .pc-label { display: block; margin-bottom: 5px; color: var(--moss); }
.pc-helper .pc-select {
  width: 100%; font-family: 'Sarabun', sans-serif; font-size: 15px; color: var(--ink);
  padding: 11px 12px; border: 1px solid var(--moss); border-radius: 6px; background: #fff;
}
/* ช่องที่อยู่ที่ค่อยแสดงหลังเลือกตำบล */
.addr-fields[hidden] { display: none; }
.addr-fields { animation: addrIn .25s ease; }
@keyframes addrIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ---------- home: โปรโมชัน + ปุ่มคัดลอกโค้ด ---------- */
.promo { padding: 10px 6vw 20px; display: flex; justify-content: center; }
.promo-card {
  display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); gap: 42px;
  align-items: center; width: 100%; max-width: 980px;
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 30px; box-shadow: 0 10px 34px rgba(46,56,35,.07);
}
.promo-media img { width: 100%; height: auto; display: block; border-radius: 10px; }
.promo-copy .eyebrow { margin-bottom: 12px; }
.promo-h { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 40px; line-height: 1.1; margin: 0 0 12px; color: var(--ink); }
.promo-h em { font-style: italic; color: var(--moss); }
.promo-sub { font-family: 'Trirong', serif; font-weight: 300; font-size: 16px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 24px; }
.promo-code-label { font-family: 'Trirong', serif; font-size: 14px; color: #7d8568; margin-bottom: 8px; }
.promo-code-row { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; }
.promo-code {
  font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 26px; letter-spacing: .18em;
  color: var(--ink); background: #fff; border: 2px dashed var(--line-soft); border-radius: 10px;
  padding: 12px 22px 12px 26px; display: inline-flex; align-items: center; user-select: all;
}
.promo-copy-btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  font-family: 'Sarabun', sans-serif; font-size: 14px; letter-spacing: .04em;
  color: var(--cream); background: var(--ink); border: 1px solid var(--ink);
  border-radius: 10px; padding: 12px 20px; transition: background .2s, color .2s, border-color .2s;
}
.promo-copy-btn:hover { background: #3d4a2f; }
.promo-copy-btn.copied { background: var(--moss); border-color: var(--moss); }
.promo-copied { font-family: 'Trirong', serif; font-size: 13.5px; color: var(--moss); margin-top: 10px; }
.promo-shop { margin-top: 24px; }

@media (max-width: 860px) {
  .promo { padding: 6px 6vw 14px; }
  .promo-card { grid-template-columns: 1fr; gap: 24px; padding: 22px; text-align: center; }
  .promo-media { max-width: 320px; margin: 0 auto; }
  .promo-h { font-size: 32px; }
  .promo-code-row { justify-content: center; }
  .promo-code { font-size: 23px; }
}

/* ---------- home: online shop entry ---------- */
.shop-entry { text-align: center; padding: 34px 6vw 66px; }
.shop-link { display: inline-flex; flex-direction: column; align-items: center; cursor: pointer; }
.shop-title { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 32px; letter-spacing: .1em; color: #1a1a1a; margin-bottom: 18px; transition: color .2s; }
.shop-link:hover .shop-title { color: var(--moss); }
.shop-icons { display: flex; align-items: center; justify-content: center; }
.shop-icons img { width: 190px; max-width: 60vw; height: auto; display: block; transition: transform .25s ease, opacity .2s; }
.shop-link:hover .shop-icons img { opacity: .82; transform: translateY(-4px); }
.shop-cta {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Sarabun', sans-serif; font-size: 15px; letter-spacing: .06em; color: var(--ink);
  border: 1px solid var(--line-soft); border-radius: 40px; padding: 12px 28px;
  transition: background .2s, color .2s, border-color .2s;
}
.shop-link:hover .shop-cta { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.shop-cta .arrow { transition: transform .2s; }
.shop-link:hover .shop-cta .arrow { transform: translateX(5px); }

/* ---------- footer ---------- */
.footer {
  background: #fff; color: var(--ink); text-align: center;
  padding: 18px 6vw 56px; display: flex; flex-direction: column; align-items: center;
  border-top: 1px solid var(--line);
}
.foot-rule { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; max-width: 520px; margin: 30px 0; color: var(--sage); }
.foot-rule.wide { max-width: 640px; }
.foot-rule .orn-line { flex: 1 1 auto; width: auto; }
.foot-brand { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 42px; letter-spacing: .36em; padding-left: .36em; color: var(--ink); }
.foot-tag { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: #3a4530; margin: 18px 0 8px; }
.foot-sub { font-family: 'Trirong', serif; font-weight: 300; font-size: 15px; color: #6b7358; margin: 0; max-width: 540px; line-height: 1.6; }
.foot-contact { display: flex; flex-direction: column; gap: 13px; margin-top: 28px; align-items: flex-start; }
.foot-row { display: flex; align-items: center; gap: 13px; font-family: 'Trirong', serif; font-size: 16px; color: var(--ink); }
.foot-row:hover { color: var(--moss); }
.foot-ic { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; color: var(--moss); flex: 0 0 auto; }
.foot-ic svg { width: 22px; height: 22px; display: block; }
.foot-ic-line { background: #06C755; color: #fff; border-radius: 6px; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 8.5px; letter-spacing: .02em; }
.foot-policy-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--ink); margin-bottom: 12px; }
.foot-policy { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; font-family: 'Trirong', serif; font-size: 15px; }
.foot-policy a { color: #5b6347; }
.foot-policy a:hover { color: var(--moss); }
.foot-policy .sep { color: var(--line-soft); }
.foot-copy { font-family: 'Trirong', serif; font-size: 14px; color: #7d8568; }

/* ---------- forms / auth / cart ---------- */
.page { max-width: 560px; margin: 0 auto; padding: 70px 6vw 90px; }
.page-wide { max-width: 900px; margin: 0 auto; padding: 70px 6vw 90px; }
.page h1, .page-wide h1 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 42px; margin: 0 0 8px; }
.page-sub { font-family: 'Trirong', serif; color: #7d8568; margin: 0 0 34px; }

/* ---------- policy / legal pages ---------- */
.policy { max-width: 820px; }
.policy-updated { font-family: 'Trirong', serif; font-size: 15px; color: #9aa27f; margin: 0 0 30px; }
.policy-intro { font-family: 'Trirong', serif; font-weight: 300; font-size: 17px; line-height: 1.9; color: var(--ink-soft); margin: 0 0 26px; }
.policy-section { margin: 0 0 30px; }
.policy-section h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 25px; color: var(--ink); margin: 0 0 12px; }
.policy-section h2 .policy-no { color: var(--gold); margin-right: 6px; }
.policy-section p { font-family: 'Trirong', serif; font-weight: 300; font-size: 16px; line-height: 1.9; color: var(--ink-soft); margin: 0 0 12px; }
.policy-contact { font-family: 'Trirong', serif; font-size: 16px; line-height: 1.9; color: var(--ink-soft); border: 1px solid var(--line); background: var(--card); border-radius: 8px; padding: 22px 26px; margin: 4px 0 8px; }
.policy-contact .policy-contact-brand { font-family: 'Cormorant Garamond', serif; font-weight: 600; letter-spacing: .12em; font-size: 20px; color: var(--ink); margin-bottom: 6px; }
.policy-back { margin-top: 42px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; padding: 13px 14px; font-size: 15px; font-family: 'Sarabun', sans-serif;
  border: 1px solid var(--line-soft); border-radius: 2px; background: #fff; color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--moss); }
.form-note { font-size: 14px; color: #7d8568; margin-top: 22px; }
.form-note a { color: var(--moss); border-bottom: 1px solid var(--moss); }
.alert-error {
  background: #f7e8e4; border: 1px solid #dcb4a8; color: #7a3b2a;
  padding: 12px 16px; border-radius: 2px; font-size: 14px; margin-bottom: 22px;
}
.alert-info {
  background: #eef0e2; border: 1px solid var(--line-soft); color: var(--moss);
  padding: 12px 16px; border-radius: 2px; font-size: 14px; margin-bottom: 22px;
}

/* cart table */
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.cart-table th { text-align: left; font-size: 12px; letter-spacing: .12em; color: #7d8568; padding: 0 0 12px; border-bottom: 1px solid var(--line); }
.cart-table td { padding: 16px 12px 16px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-thumb { width: 64px; height: 74px; object-fit: cover; display: block; background: #F0EBDD; }
.qty-input { width: 64px; padding: 8px; border: 1px solid var(--line-soft); border-radius: 2px; text-align: center; font-family: 'Sarabun', sans-serif; }
.link-remove { font-size: 13px; color: #a0522d; cursor: pointer; background: none; border: none; font-family: 'Sarabun', sans-serif; }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 18px; margin: 10px 0 30px; }
.cart-total-row .price { font-size: 28px; }

/* orders */
.order-card { border: 1px solid var(--line); background: var(--card); padding: 20px 24px; margin-bottom: 18px; }
.order-head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.order-id { font-family: 'Cormorant Garamond', serif; font-size: 20px; }
.badge { font-size: 12px; letter-spacing: .08em; padding: 4px 12px; border-radius: 20px; }
.badge-paid { background: #e6ecd7; color: #4d6120; }
.badge-pending { background: #f5ecd7; color: #8a6d2f; }
.badge-cancelled { background: #eee; color: #777; }
.badge-shipped { background: #dbe8ec; color: #3f7d8c; }
.badge-review { background: #e7ecf5; color: #4a5a86; }
.order-items { font-size: 14px; color: var(--ink-soft); line-height: 1.8; }

/* demo pay */
.pay-box { border: 1px dashed var(--line-soft); background: var(--card); padding: 30px; text-align: center; margin-top: 24px; }
.pay-box .kanji-mark { font-family: 'Noto Serif JP', serif; font-size: 40px; color: var(--moss); }

/* ---------- payment (QR / bank transfer) ---------- */
.pay-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.pay-qr {
  border: 1px solid var(--line); background: var(--card); border-radius: 6px;
  padding: 24px; text-align: center; display: flex; flex-direction: column; align-items: center;
}
.pay-badge { font-size: 11px; letter-spacing: .12em; color: var(--sage); text-transform: uppercase; margin-bottom: 16px; }
.qr-img { width: 240px; max-width: 100%; height: auto; border: 1px solid var(--line); background: #fff; padding: 8px; }
.qr-missing {
  display: none; width: 240px; max-width: 100%; aspect-ratio: 1/1; align-items: center; justify-content: center;
  flex-direction: column; gap: 6px; text-align: center; border: 1px dashed var(--line-soft);
  color: #a8ad93; font-family: 'Trirong', serif; padding: 16px;
}
.qr-missing small { font-size: 12px; }
.pay-amount { margin-top: 16px; font-family: 'Trirong', serif; font-size: 16px; color: var(--ink-soft); }
.pay-amount strong { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--moss); margin-left: 6px; }
.pay-scan-note { margin-top: 10px; font-size: 13px; color: #8a9174; }

.pay-bank {
  border: 1px solid var(--line); background: var(--card); border-radius: 6px; padding: 24px 26px;
  display: flex; flex-direction: column; gap: 4px;
}
.bank-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin-bottom: 12px; }
.bank-row { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.bank-row:last-child { border-bottom: none; }
.bank-row > span { color: #8a9174; flex-shrink: 0; }
.bank-row.col { flex-direction: column; gap: 4px; }
.bank-row.col p { margin: 0; line-height: 1.6; text-align: left; }
.acc-line { display: flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: .04em; }
.copy-btn {
  font-family: 'Sarabun', sans-serif; font-size: 12px; color: var(--moss);
  background: transparent; border: 1px solid var(--line-soft); border-radius: 40px;
  padding: 3px 12px; cursor: pointer;
}
.copy-btn:hover { border-color: var(--moss); }
.copy-btn.copied { background: var(--moss); color: #fff; border-color: var(--moss); }
.pay-help { font-family: 'Trirong', serif; color: #6b7358; font-size: 15px; line-height: 1.7; margin: 22px 0; }
.pay-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; }
.pay-actions > form, .pay-actions > button { flex: 1; min-width: 200px; }
.pay-actions > a.btn-line { flex: 1; min-width: 200px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 720px) { .pay-methods { grid-template-columns: 1fr; } }

/* ---------- slip upload ---------- */
.slip-block { margin-top: 4px; }
.slip-done {
  background: #e9efdd; border: 1px solid #cdd8b3; color: var(--moss);
  padding: 10px 14px; border-radius: 6px; font-size: 14px; margin-bottom: 14px;
}
.slip-done a { color: var(--moss); text-decoration: underline; }
.slip-form { display: flex; flex-direction: column; gap: 14px; }
.slip-drop {
  display: flex; align-items: center; gap: 14px; cursor: pointer;
  border: 1.5px dashed var(--line-soft); border-radius: 8px; padding: 18px 20px;
  background: var(--card); transition: border-color .15s, background .15s;
}
.slip-drop:hover { border-color: var(--sage); }
.slip-drop.has-file { border-style: solid; border-color: var(--moss); background: #f3f6ea; }
.slip-ic { font-size: 24px; line-height: 1; }
.slip-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.slip-cta { font-size: 15px; color: var(--ink); }
.slip-file { font-size: 13px; color: #8a9174; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slip-drop.has-file .slip-file { color: var(--moss); }
.pay-actions > button.btn-dark { min-width: 200px; }

.section-gap { height: 48px; }

/* ---------- coupon ---------- */
.coupon-box { margin: 18px 0 22px; }
.coupon-box > label { display: block; font-size: 13px; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 7px; }
.coupon-row { display: flex; gap: 10px; }
.coupon-row input { flex: 1; text-transform: uppercase; }
.coupon-row .btn-line { white-space: nowrap; }
.coupon-msg { font-size: 13px; margin-top: 8px; min-height: 1em; }
.coupon-msg.ok { color: #4d6120; }
.coupon-msg.err { color: #a0522d; }

/* ---------- contact ---------- */
.contact-list { border-top: 1px solid var(--line); margin-top: 34px; }
.contact-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
}
.contact-label { font-size: 12px; letter-spacing: .16em; color: #7d8568; text-transform: uppercase; }
.contact-value { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--ink); font-variant-numeric: lining-nums tabular-nums; }
.contact-value.muted { font-style: italic; font-size: 18px; color: #a8ad93; }
a.contact-row:hover .contact-value { color: var(--moss); }

/* ---------- top sky banner ---------- */
.topbanner { width: 100%; line-height: 0; background: #cfe6f5; }
.topbanner img { width: 100%; height: auto; display: block; }

/* ---------- feature (new arrival) ---------- */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  max-width: 1500px; margin: 78px auto 0; padding: 0 6vw;
  gap: 0;
}
.feature-media { position: relative; overflow: hidden; background: #efe7d7; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 460px; }
.feature-tag {
  position: absolute; top: 18px; left: 18px; background: var(--ink); color: var(--cream);
  font-size: 11px; letter-spacing: .18em; padding: 7px 14px; border-radius: 2px;
}
.feature-copy {
  padding: 64px 5vw; display: flex; flex-direction: column; justify-content: center;
  background: var(--panel);
}
.feature-copy h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 44px; margin: 0 0 20px; }
.feature-copy h2 em { font-style: italic; color: var(--gold); }
.feature-copy p { font-family: 'Trirong', serif; font-weight: 300; font-size: 18px; line-height: 1.8; color: var(--ink-soft); margin: 0; }
.feature-notes { display: flex; gap: 10px; list-style: none; padding: 0; margin: 24px 0 0; flex-wrap: wrap; }
.feature-notes li {
  font-size: 12px; letter-spacing: .08em; color: var(--moss);
  border: 1px solid var(--line-soft); border-radius: 40px; padding: 6px 16px;
}
.feature-copy p + p { margin-top: 14px; }
.feature-copy .feature-lead { font-weight: 500; color: var(--ink); font-size: 19px; margin-bottom: 2px; }
.feature-en { font-family: 'Cormorant Garamond', serif; font-size: 17px; letter-spacing: .04em; color: var(--moss); margin-top: 24px; }
.feature-th-notes { font-family: 'Trirong', serif; font-weight: 300; font-size: 15px; color: #6b7358; margin-top: 6px; line-height: 1.7; }
.feature-en-foot { font-style: italic; color: #7d8568; margin-top: 6px; }
.feature-tagline { font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .05em; color: var(--moss); margin: -6px 0 18px; }
.feature-specs { margin-top: 24px; border-top: 1px solid var(--line-soft); padding-top: 16px; display: grid; gap: 6px; }
.feature-specs > div { font-family: 'Cormorant Garamond', serif; font-size: 16px; letter-spacing: .02em; color: var(--ink-soft); }
.feature-specs b { color: var(--moss); font-weight: 500; margin-right: 8px; }
.feature-bullets { list-style: none; padding: 0; margin: 12px 0 0; }
.feature-bullets li { font-family: 'Trirong', serif; font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--ink-soft); padding-left: 18px; position: relative; }
.feature-bullets li + li { margin-top: 4px; }
.feature-bullets li::before { content: '•'; position: absolute; left: 2px; color: var(--gold); }
.feature-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.feature-price { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: #7d8568; }
.feature-fda { font-family: 'Sarabun', sans-serif; font-size: 12px; letter-spacing: .02em; color: #9aa27f; margin-top: 18px; }
/* reversed feature (image right, copy left) on desktop */
@media (min-width: 861px) {
  .feature.reverse .feature-media { order: 2; }
  .feature.reverse .feature-copy { order: 1; }
}
#seiran-feature .feature-copy h2 em { color: var(--moss); }
#seiran-feature .feature-tag { background: var(--moss); }
#seisen-feature .feature-copy h2 em { color: var(--moss); }
#seisen-feature .feature-tag { background: var(--moss); }

/* ---------- journey gallery ---------- */
.journey { padding: 78px 6vw 30px; max-width: 1500px; margin: 0 auto; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.journey-item { margin: 0; position: relative; overflow: hidden; background: #EFEADC; }
.journey-item img { width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform .6s ease; }
.journey-item:hover img { transform: scale(1.04); }
.journey-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px;
  color: #fff; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px;
  background: linear-gradient(0deg, rgba(24,30,16,.72) 0%, rgba(24,30,16,0) 100%);
  display: flex; align-items: center; gap: 10px;
}
.journey-item figcaption .jp { font-family: 'Noto Serif JP', serif; font-style: normal; font-size: 18px; color: #dfe4c8; }

/* ---------- coming soon ---------- */
.coming {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  margin-top: 48px; background: var(--ink);
}
.coming-media { overflow: hidden; min-height: 480px; background: #1c2414; }
.coming-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.coming-copy { padding: 80px 5vw; display: flex; flex-direction: column; justify-content: center; color: #e9ecd8; }
.coming-badge { font-size: 11px; letter-spacing: .24em; color: var(--gold); margin-bottom: 22px; }
.coming-kanji { font-family: 'Noto Serif JP', serif; font-size: 46px; color: var(--gold); line-height: 1; margin-bottom: 14px; }
.coming-copy h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 42px; margin: 0 0 20px; color: var(--cream); }
.coming-copy h2 em { font-style: italic; color: var(--gold); }
.coming-copy p { font-family: 'Trirong', serif; font-weight: 300; font-size: 18px; line-height: 1.8; color: #b9c29c; margin: 0 0 32px; max-width: 420px; }
.coming-copy .btn-dark { background: var(--gold); color: var(--ink); align-self: flex-start; }
.coming-copy .btn-dark:hover { background: #cdb47c; }
.coming .coming-kanji { font-size: 34px; letter-spacing: .04em; }
.coming-grade { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--gold); margin: 2px 0 18px; }
.coming-copy .coming-en { font-family: 'Cormorant Garamond', serif; font-size: 17.5px; line-height: 1.6; color: #d8dcc4; margin: 0 0 16px; max-width: 460px; }
.coming-notes { font-family: 'Quicksand', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .05em; color: var(--gold); margin: 4px 0 12px; }
.coming-copy .coming-en-foot { font-style: italic; color: #cfd6b4; margin-bottom: 30px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .hero, .story, .grid-2, .feature, .coming { grid-template-columns: 1fr; }
  .grid-3, .journey-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero-img { min-height: 380px; }
  .feature { padding: 0; margin-top: 60px; }
  .feature-media img { min-height: 340px; }
  .coming-media { min-height: 360px; }

  /* ---- แถบบน + เมนูมือถือ ---- */
  .nav { padding: 6px 6vw; gap: 12px; }
  .nav-logo img { height: 76px; }
  .nav-right { gap: 12px; }
  .nav-right .lang-switch, .nav-right .nav-pill { display: none; } /* ย้ายไปอยู่ในเมนู ☰ */
  .nav-cart { white-space: nowrap; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 40px; height: 40px; padding: 0; border: none; background: none; cursor: pointer;
  }
  .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 0 auto; transition: transform .25s, opacity .2s; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobile-menu {
    display: block; max-height: 0; overflow: hidden; background: var(--cream);
    border-top: 1px solid transparent; transition: max-height .3s ease, border-color .3s;
  }
  .mobile-menu.open { max-height: 82vh; overflow-y: auto; border-top-color: var(--line); }
  .mobile-links a { display: block; padding: 15px 6vw; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 19px; color: #1a1a1a; border-bottom: 1px solid var(--line); }
  .mobile-menu-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 6vw 22px; }
  .mobile-menu-foot .lang-switch a { padding: 6px 11px; font-size: 13px; }

  /* ---- home hero + footer (mobile) ---- */
  .sky-blob { min-height: 460px; }
  .sky-text { padding: 66px 7%; }
  .sky-en { font-size: 19px; line-height: 1.55; }
  .sky-th { font-size: 16px; line-height: 1.8; }
  .shop-title { font-size: 26px; }
  .shop-icons img { width: 150px; }
  .foot-brand { font-size: 34px; }
}
