:root{--green:#59b63e;--green2:#459d31;--purple:#70349a;--pink:#df4f92;--yellow:#e8c80c;--ink:#1d2520;--muted:#667066;--line:#e6ece5;--soft:#f7faf6;--white:#fff;--shadow:0 16px 45px rgba(33,55,36,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Noto Sans Thai","Segoe UI",Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand img{width:54px;height:54px;object-fit:contain}.brand strong{display:block;font-size:18px;letter-spacing:.4px}.brand span{display:block;font-size:12px;color:var(--muted)}.nav-menu{display:flex;gap:28px;font-weight:700}.nav-menu a:hover{color:var(--green)}.nav-toggle{display:none;border:0;background:#fff;font-size:28px}.hero{padding:70px 0 72px;background:linear-gradient(135deg,#fbfff9 0%,#fff 48%,#f9f3ff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green2);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.eyebrow:before{content:"";width:28px;height:3px;background:var(--yellow);border-radius:99px}.hero h1,.section-head h2,.contact-box h2{font-size:clamp(34px,5vw,60px);line-height:1.1;margin:14px 0 18px;letter-spacing:-1.5px}.hero p{font-size:18px;color:var(--muted);max-width:650px}.hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin:24px 0;font-weight:700}.hero-points span{background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.2s}.btn.primary{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(89,182,62,.22)}.btn.primary:hover{background:var(--green2);transform:translateY(-1px)}.btn.secondary{background:#fff;border-color:#dfe8df}.btn.secondary:hover{border-color:var(--green);color:var(--green2)}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.floating-card{position:absolute;left:-24px;bottom:24px;background:#fff;border-radius:14px;padding:14px 18px;box-shadow:var(--shadow)}.floating-card strong,.floating-card span{display:block}.floating-card span{font-size:12px;color:var(--muted)}.section{padding:84px 0}.soft{background:var(--soft)}.section-head{text-align:center;max-width:760px;margin:0 auto 38px}.section-head h2{font-size:clamp(30px,4vw,44px)}.section-head p{color:var(--muted);font-size:17px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 8px 30px rgba(26,45,29,.05)}.service-card .icon{font-size:30px}.service-card h3{margin:12px 0 6px}.service-card p{margin:0;color:var(--muted);font-size:14px}.filter-row{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.filter{border:1px solid #dce6dc;background:#fff;padding:9px 16px;border-radius:999px;font-weight:800;cursor:pointer}.filter.active,.filter:hover{background:var(--green);color:#fff;border-color:var(--green)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery figure{margin:0;background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 28px rgba(22,42,24,.07)}.gallery figure.hidden{display:none}.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:.25s}.gallery figure:hover img{transform:scale(1.025)}.gallery figcaption{padding:12px 14px;font-weight:800;font-size:14px}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:960px;margin:auto}.steps>div{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.steps b{display:grid;place-items:center;min-width:38px;height:38px;border-radius:10px;background:var(--green);color:#fff}.steps strong{display:block}.steps span{color:var(--muted)}.steps span strong{color:var(--ink)}.trust-band{background:var(--ink);color:#fff;padding:34px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{font-size:20px}.trust-grid span{font-size:13px;opacity:.7}.contact-section{background:linear-gradient(135deg,#f7fff3,#fffaf0)}.contact-box{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:var(--shadow)}.contact-box h2{font-size:clamp(30px,4vw,44px)}.contact-box p{color:var(--muted)}.contact-actions{display:grid;gap:10px}.full{width:100%}footer{padding:28px 0;border-top:1px solid var(--line)}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:44px;height:44px}.footer-brand strong,.footer-brand span{display:block}.footer-brand span,.footer-copy{font-size:12px;color:var(--muted)}.floating-line{position:fixed;right:20px;bottom:20px;z-index:40;background:var(--green);color:#fff;font-weight:900;padding:14px 18px;border-radius:999px;box-shadow:0 10px 25px rgba(0,0,0,.2)}
@media(max-width:900px){.hero-grid,.contact-box{grid-template-columns:1fr}.hero-media{max-width:650px}.service-grid,.gallery{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:block}.nav-menu{display:none;position:absolute;top:76px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow);flex-direction:column;gap:12px}.nav-menu.open{display:flex}}
@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.hero{padding:44px 0}.hero h1{font-size:38px}.section{padding:60px 0}.service-grid,.gallery,.steps,.trust-grid{grid-template-columns:1fr}.contact-box{padding:28px}.footer-grid{align-items:flex-start;flex-direction:column}.floating-card{left:12px}.brand strong{font-size:15px}.brand span{font-size:11px}}

/* V2 additions */
.product-grid,.compare-grid,.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-card,.info-card,.faq-item{background:#fff;border:1px solid #e7ece5;border-radius:18px;padding:24px;box-shadow:0 8px 28px rgba(24,48,22,.05)}
.product-card h3,.info-card h3,.faq-item h3{margin:0 0 8px}.product-card ul,.info-card ul{margin:12px 0 18px;padding-left:20px}.product-card .tag{display:inline-block;background:#eef8eb;color:#39752c;padding:5px 10px;border-radius:999px;font-size:.84rem;font-weight:700}
.screen-guide{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.screen-guide img{width:100%;border-radius:20px;border:1px solid #e3e8e1;box-shadow:0 12px 34px rgba(0,0,0,.08)}
.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(24,48,22,.05)}.compare-table th,.compare-table td{padding:14px 16px;border-bottom:1px solid #edf0eb;text-align:left}.compare-table th{background:#f2f8ef}.compare-table td:first-child{font-weight:700}
.faq-item p{margin:0;color:#5b6559}.social-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.mobile-line-bar{display:none}
@media(max-width:780px){.product-grid,.compare-grid,.faq-grid,.screen-guide{grid-template-columns:1fr}.screen-guide{gap:18px}.compare-table{font-size:.9rem}.compare-table th,.compare-table td{padding:10px}.floating-line{display:none}.mobile-line-bar{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:99;background:#06c755;color:#fff;text-align:center;padding:14px 18px;border-radius:14px;font-weight:800;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.22)}body{padding-bottom:72px}}

/* V3 payment verification */
.payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.payment-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;text-align:center;box-shadow:0 8px 28px rgba(24,48,22,.05)}.bank-icon{font-size:30px}.payment-card h3{margin:8px 0 4px}.account-name{color:var(--muted);margin:0 0 12px}.account-number{font-size:clamp(22px,3vw,28px);font-weight:900;letter-spacing:.8px;margin-bottom:14px}.copy-btn{border:1px solid #dce6dc;background:#fff;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}.copy-btn:hover{border-color:var(--green);color:var(--green2)}.payment-warning{max-width:920px;margin:22px auto 0;padding:18px 20px;border:1px solid #eadb9d;background:#fffbea;border-radius:14px}.payment-warning strong{display:block;margin-bottom:4px}.payment-warning p{margin:0;color:#5e5b4b}.payment-after{max-width:920px;margin:14px auto 0;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px}.payment-after strong{white-space:nowrap}.payment-after span{color:var(--muted);flex:1}@media(max-width:780px){.payment-grid{grid-template-columns:1fr}.payment-after{align-items:stretch;flex-direction:column}.payment-after strong{white-space:normal}}


/* V4: eye comfort, opening hours, scheduled announcements, CMS specification */
.header-actions{display:flex;align-items:center;gap:8px}.theme-toggle{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:var(--white);cursor:pointer;font-size:19px}.announcement{background:#fff7d6;border-bottom:1px solid #eadb9d}.announcement-inner{min-height:44px;display:flex;align-items:center;justify-content:center;gap:16px;font-weight:800}.announcement-inner button{border:0;background:transparent;font-size:22px;cursor:pointer}.hours-section{padding:38px 0}.hours-card{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:20px;padding:28px 32px;background:var(--white);box-shadow:0 8px 28px rgba(24,48,22,.05)}.hours-card h2{margin:8px 0 4px}.hours-card p{margin:0;color:var(--muted)}.open-status{padding:10px 16px;border-radius:999px;font-weight:900;background:#eef8eb;color:#39752c;white-space:nowrap}.open-status.closed{background:#f0f1f0;color:#666}.cms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cms-note{margin:20px auto 0;max-width:900px;padding:14px 16px;border:1px dashed #bdc8bb;border-radius:12px;color:var(--muted);font-size:14px;background:var(--white)}
body.eye-mode{--ink:#e7ece8;--muted:#b6c0b8;--line:#39423b;--soft:#1c211e;--white:#252b27;--shadow:0 16px 45px rgba(0,0,0,.24);background:#171b18;color:var(--ink)}body.eye-mode .site-header{background:rgba(27,32,28,.95)}body.eye-mode .hero,body.eye-mode .contact-section{background:#1a1f1b}body.eye-mode .service-card,body.eye-mode .gallery figure,body.eye-mode .steps>div,body.eye-mode .product-card,body.eye-mode .info-card,body.eye-mode .faq-item,body.eye-mode .payment-card,body.eye-mode .payment-after,body.eye-mode .contact-box,body.eye-mode .hours-card,body.eye-mode .cms-note,body.eye-mode .hero-points span,body.eye-mode .btn.secondary,body.eye-mode .filter,body.eye-mode .theme-toggle{background:#252b27;color:var(--ink)}body.eye-mode .compare-table{background:#252b27}body.eye-mode .compare-table th{background:#303832}body.eye-mode .payment-warning,body.eye-mode .announcement{background:#3a3522;color:#f2ead0;border-color:#5a5131}body.eye-mode .nav-menu{background:#252b27}
@media(max-width:780px){.hours-card{align-items:flex-start;flex-direction:column}.cms-grid{grid-template-columns:1fr}.theme-toggle{width:40px;height:40px}}

/* V5: customer-facing opening hours only; CMS/admin specifications removed from public page */
.hours-strip-section{padding:20px 0;background:var(--soft)}
.hours-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:16px;padding:14px 18px;background:var(--white);box-shadow:0 6px 20px rgba(24,48,22,.04)}
.hours-strip-main{display:flex;align-items:center;gap:14px;min-width:0}.hours-text{color:var(--muted);font-size:14px}.hours-text strong{color:var(--ink)}
.hours-line{font-weight:800;color:var(--green2);white-space:nowrap;font-size:14px}
body.eye-mode .hours-strip{background:#252b27;color:var(--ink)}
@media(max-width:700px){.hours-strip{align-items:flex-start;flex-direction:column}.hours-strip-main{align-items:flex-start;flex-direction:column;gap:8px}.hours-line{white-space:normal}}

/* V5.1: fix feature/trust band readability in eye-comfort mode */
body.eye-mode .trust-band{
  background:#111612;
  color:#f7faf7;
  border-top:1px solid #2c352e;
  border-bottom:1px solid #2c352e;
}
body.eye-mode .trust-grid strong{
  color:#ffffff;
}
body.eye-mode .trust-grid span{
  color:#c8d0c9;
  opacity:1;
}

/* V5.2: modern apparel showroom refresh */
:root{--radius-xl:28px}
.hero{padding:56px 0 62px}
.hero-grid{grid-template-columns:1fr 1fr;gap:52px}
.hero h1{font-size:clamp(42px,5.2vw,66px);max-width:700px}
.hero-copy p{max-width:620px}
.hero-media{aspect-ratio:1/1;overflow:hidden;border-radius:30px;box-shadow:var(--shadow);background:var(--soft)}
.hero-media img{width:100%;height:110%;aspect-ratio:auto;object-fit:cover;object-position:center top;border-radius:0;box-shadow:none}
.hero-media:after{content:"ผลงานจริงของร้าน";position:absolute;right:18px;bottom:18px;background:rgba(18,24,19,.78);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}
.floating-card{display:none}
.category-section{padding:28px 0 74px}
.category-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.category-head h2{margin:6px 0 0;font-size:clamp(28px,3.5vw,42px)}.category-head p{margin:0;color:var(--muted);max-width:520px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;min-height:250px;border-radius:22px;overflow:hidden;background:#111;box-shadow:0 10px 30px rgba(20,40,24,.10)}.category-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .35s ease}.category-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.78))}.category-card span{position:absolute;left:16px;right:16px;bottom:14px;z-index:2;color:#fff;font-size:18px;font-weight:900}.category-card small{display:block;font-size:11px;font-weight:600;opacity:.8;margin-top:2px}.category-card:hover img{transform:scale(1.045)}
.portfolio-lead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.portfolio-lead .section-head{text-align:left;margin:0;max-width:650px}.portfolio-lead .section-head p{margin-bottom:0}.gallery{grid-template-columns:repeat(4,1fr);gap:18px}.gallery figure{border-radius:20px}.gallery img{aspect-ratio:4/5}.gallery figcaption{padding:14px 16px}
.process-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:stretch}.process-copy{border-radius:24px;padding:34px;background:linear-gradient(145deg,#172018,#243226);color:#fff}.process-copy .eyebrow{color:#8ed576}.process-copy h2{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:14px 0}.process-copy p{color:#d5ddd6}.process-list{display:grid;gap:12px;margin-top:24px}.process-list div{display:flex;gap:12px;align-items:center}.process-list b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);flex:0 0 auto}.process-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.process-visual img{width:100%;height:100%;min-height:360px;object-fit:cover;border-radius:24px}.process-visual img:first-child{object-position:center top}
body.eye-mode .category-section{background:#171b18}body.eye-mode .category-head p{color:var(--muted)}body.eye-mode .process-copy{background:#0f1510}body.eye-mode .hero-media:after{background:rgba(0,0,0,.72)}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.process-showcase{grid-template-columns:1fr}.process-visual img{min-height:300px}}
@media(max-width:700px){.hero{padding-top:34px}.hero-grid{gap:30px}.hero h1{font-size:40px}.category-head,.portfolio-lead{align-items:flex-start;flex-direction:column}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.category-card{min-width:72vw;min-height:280px;scroll-snap-align:start}.gallery{grid-template-columns:repeat(2,1fr)}.process-visual{grid-template-columns:1fr 1fr}.process-visual img{min-height:230px}.nav-menu{right:14px;left:14px}}

/* V5.6 Compact Google Maps / Google Ads sitelink target */
.map-section{padding-top:18px}
.map-compact{display:grid;grid-template-columns:1.35fr .65fr;gap:24px;align-items:center;padding:24px 28px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}
.map-compact h2{margin:5px 0 6px;font-size:clamp(1.25rem,2vw,1.7rem)}
.map-compact p{margin:0;color:var(--muted)}
.map-note{margin-top:10px;font-size:.92rem;font-weight:700}
.map-action{display:flex;flex-direction:column;gap:8px}
.map-action small{color:var(--muted);line-height:1.45}
.map-disabled{opacity:.72;cursor:not-allowed}
@media(max-width:720px){
  .map-compact{grid-template-columns:1fr;padding:20px;gap:16px}
}


/* V5.6.2: compact unified opening-hours bar */
.hours-strip{padding:12px 16px;min-height:64px}
.hours-strip-main{gap:12px;flex-wrap:wrap}
.open-status{padding:8px 13px;font-size:14px}
.open-status.closed{background:#f2eef8;color:#6e4aa6}
.hours-divider{width:1px;height:24px;background:var(--line);display:inline-block}
.hours-text{font-size:14px;line-height:1.5}
.hours-line{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:rgba(92,178,63,.10);color:var(--green2);transition:.2s ease}
.hours-line:hover{transform:translateY(-1px);background:rgba(92,178,63,.16)}
body.eye-mode .open-status.closed{background:#302a38;color:#d8c6f4}
body.eye-mode .hours-line{background:rgba(119,190,88,.12);color:#8ed171}
@media(max-width:700px){
  .hours-strip{gap:12px;padding:14px 16px}
  .hours-strip-main{width:100%;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px 10px}
  .hours-divider{display:none}
  .hours-text{grid-column:1/-1}
  .hours-line{width:100%;white-space:normal}
}

/* V5.6.6 Store address */
.store-address{margin:6px 0 0;line-height:1.75;color:var(--muted)}

/* V5.6.6 consolidated store/location card */
.store-status-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:18px 0 16px;padding-top:16px;border-top:1px dashed var(--line)}
.store-status{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;font-weight:800;background:rgba(111,74,168,.18)}
.store-next{color:var(--muted)}
.store-hours{line-height:1.75;color:var(--text)}
.store-hours strong{color:var(--accent)}
.consolidated-actions{display:flex;flex-direction:column;gap:14px;justify-content:center}
.consolidated-actions small{text-align:center;color:var(--muted)}
@media(max-width:760px){
  .store-status-row{align-items:flex-start}
  .consolidated-actions{width:100%}
}

/* V5.6.6 Corrected consolidated store information */
.store-info-card{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:48px;
  align-items:center;
}
.store-info-card .map-copy{min-width:0}
.store-address{font-size:1rem;line-height:1.8;margin:14px 0;color:var(--muted)}
.store-status-row{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:20px 0 18px;
  padding-top:18px;
  border-top:1px dashed var(--line);
}
.store-status{
  display:inline-flex;
  align-items:center;
  padding:10px 16px;
  border-radius:999px;
  font-weight:900;
  background:rgba(111,74,168,.18);
}
.store-status:not(.closed){background:rgba(91,180,72,.16);color:var(--accent)}
.store-next{color:var(--muted)}
.store-hours{
  display:flex;
  flex-direction:column;
  gap:4px;
  line-height:1.65;
}
.store-hours strong{color:var(--accent)}
.consolidated-actions{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
}
.store-action-divider{
  height:1px;
  background:var(--line);
  margin:2px 0;
}
.consolidated-actions small{
  display:block;
  text-align:center;
  color:var(--muted);
}
.map-button,.line-oa-button{min-height:58px}

@media(max-width:820px){
  .store-info-card{
    grid-template-columns:1fr;
    gap:26px;
  }
  .consolidated-actions{width:100%}
}


/* V5.6.6 exact contact + location layout requested */
.modern-contact-section{padding-bottom:36px}
.contact-card-modern{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);gap:58px;align-items:center;
  padding:38px 44px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)
}
.contact-copy-modern h2{font-size:clamp(34px,4vw,56px);line-height:1.12;margin:20px 0 18px;letter-spacing:-1.2px}
.contact-copy-modern p{font-size:17px;line-height:1.8;color:var(--muted);max-width:680px;margin:0}
.contact-actions-modern{display:grid;gap:12px}
.contact-link{min-height:64px;display:flex;align-items:center;gap:18px;padding:10px 22px;border:1px solid var(--line);border-radius:16px;background:transparent;color:var(--text);transition:.2s}
.contact-link:hover{transform:translateY(-1px);border-color:var(--green)}
.contact-link strong{font-size:clamp(16px,1.4vw,20px)}
.contact-line{background:var(--green);color:#fff;border-color:transparent;box-shadow:0 10px 28px rgba(89,182,62,.2)}
.contact-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:900;flex:0 0 44px}
.icon-line{background:#fff;color:#50b848;font-size:10px}
.icon-facebook{background:#1877f2;color:#fff;font-size:28px;font-family:Arial,sans-serif}
.icon-tiktok{background:#050505;color:#fff;font-size:26px;text-shadow:-2px 0 #25f4ee,2px 0 #fe2c55}
.icon-phone{background:#7d4dcc;color:#fff;font-size:22px}

.modern-location-section{padding-top:36px}
.store-info-card-modern{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:0;
  border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden
}
.store-info-left{padding:38px 48px 38px 44px}
.store-info-right{padding:38px 44px 38px 48px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:16px}
.store-name{font-size:clamp(28px,3vw,40px);margin:20px 0 18px;display:flex;align-items:center;gap:12px}
.location-pin{width:18px;height:18px;border-radius:50%;background:#ef4f79;box-shadow:0 7px 0 -4px #ef4f79;display:inline-block;flex:0 0 18px}
.store-address-row{display:flex;align-items:flex-start;gap:14px}
.address-icon{color:#8a4dd1;font-size:24px;line-height:1.3}
.store-address{font-size:17px;line-height:1.75;margin:0;color:var(--muted)}
.store-divider{border-top:1px dashed var(--line);margin:22px 0 18px}
.modern-status-row{padding:0;border:0;margin:0 0 18px}
.store-status{font-size:17px}
.store-next{font-size:16px}
.store-hours-modern{font-size:17px;line-height:1.75;color:var(--text)}
.hours-title{font-weight:900;color:var(--accent);margin-bottom:3px}
.clock-icon{font-size:21px;margin-right:6px}
.store-action-card{min-height:92px;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:18px;padding:18px 24px;color:var(--text);transition:.2s}
.store-action-card:hover{transform:translateY(-1px);border-color:var(--green)}
.store-action-card strong{font-size:clamp(18px,1.7vw,24px)}
.store-action-card small{display:block;color:var(--muted);font-size:14px;margin-top:4px}
.store-action-icon{min-width:46px;text-align:center;font-weight:900}
.line-card{min-height:82px;background:var(--green);color:#fff;border-color:transparent;box-shadow:0 10px 28px rgba(89,182,62,.18)}
.line-card .store-action-icon{background:#fff;color:#50b848;border-radius:50%;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;min-width:42px}
.store-action-divider{height:1px;background:var(--line);margin:2px 0}
.store-message-note{text-align:center;color:var(--muted);font-size:15px}

@media(max-width:900px){
  .contact-card-modern{grid-template-columns:1fr;gap:28px;padding:30px}
  .store-info-card-modern{grid-template-columns:1fr}
  .store-info-right{border-left:0;border-top:1px solid var(--line);padding:30px}
  .store-info-left{padding:30px}
}
@media(max-width:600px){
  .contact-card-modern,.store-info-left,.store-info-right{padding:22px}
  .contact-link{min-height:58px;padding:8px 16px}
  .contact-icon{width:38px;height:38px;flex-basis:38px}
  .store-action-card{min-height:74px;padding:14px 16px}
}


/* V5.7 SEO/Sitelink anchors */
section[id], #top, .legacy-anchor{scroll-margin-top:96px}
.legacy-anchor{position:relative;height:0;overflow:hidden}


/* V6.9 Draft preview indicator */
.cms-preview-banner{position:sticky;top:0;z-index:9999;min-height:46px;padding:10px 16px;background:#fff0c8;color:#6e5115;display:flex;align-items:center;justify-content:center;gap:12px;border-bottom:1px solid #e3cc86;font:700 13px/1.4 Inter,"Noto Sans Thai",system-ui,sans-serif}.cms-preview-banner span{font-weight:500}.cms-preview-banner button{margin-left:8px;border:0;background:transparent;color:inherit;font-size:22px;cursor:pointer}.cms-preview-mode .site-header{top:46px!important}@media(max-width:620px){.cms-preview-banner{justify-content:flex-start;flex-wrap:wrap;font-size:12px}}


/* V7.2.4 Seasonal Welcome */
body.seasonal-welcome-open{overflow:hidden}.seasonal-welcome[hidden]{display:none!important}.seasonal-welcome{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:24px}.seasonal-welcome-backdrop{position:absolute;inset:0;background:rgba(10,16,12,.78);backdrop-filter:blur(9px)}.seasonal-welcome-card{position:relative;z-index:1;width:min(1040px,100%);max-height:calc(100vh - 48px);display:grid;grid-template-columns:1.06fr .94fr;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.38)}.seasonal-welcome-media{min-height:500px;background:#e9eee9}.seasonal-welcome-media img{width:100%;height:100%;object-fit:cover}.seasonal-welcome-copy{padding:clamp(30px,5vw,64px);display:flex;flex-direction:column;justify-content:center}.seasonal-welcome-kicker{font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;color:var(--green2)}.seasonal-welcome-copy h1{font-size:clamp(36px,5vw,64px);line-height:1.08;margin:12px 0 16px}.seasonal-welcome-copy p{font-size:17px;color:var(--muted);white-space:pre-line}.seasonal-welcome-copy .btn{align-self:flex-start;margin-top:16px;cursor:pointer}.seasonal-welcome-copy small{margin-top:16px;color:var(--muted);font-size:11px}.seasonal-welcome.preview-forced .seasonal-welcome-card:before{content:"Draft Preview";position:absolute;right:14px;top:14px;background:#fff0c8;color:#6e5115;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;z-index:2}@media(max-width:760px){.seasonal-welcome{padding:12px}.seasonal-welcome-card{grid-template-columns:1fr;max-height:calc(100vh - 24px);overflow:auto;border-radius:20px}.seasonal-welcome-media{min-height:0;aspect-ratio:16/10}.seasonal-welcome-copy{padding:26px}.seasonal-welcome-copy h1{font-size:36px}}
body.eye-mode .seasonal-welcome-card{background:#252b27;color:var(--ink)}
