
/* SHOP WITH JYC — Muse customization */
:root{
  --jyc-ink:#24211f;
  --jyc-muted:#7d756f;
  --jyc-paper:#fff;
  --jyc-cream:#faf8f5;
  --jyc-line:#ebe6e1;
  --jyc-accent:#7b604c;
}
body{background:var(--jyc-paper)!important;color:var(--jyc-ink)!important}
.button,.product-form__submit{border-radius:999px!important}
.card-wrapper{transition:transform .22s ease}
.card-wrapper:hover{transform:translateY(-4px)}
.card__inner{background:#f7f5f2!important}
.jyc-muse-hero{
  background:linear-gradient(110deg,#f4ece5 0%,#fbfaf8 55%,#ead9ca 100%);
  overflow:hidden;position:relative;
}
.jyc-muse-shell{max-width:1320px;margin:auto;padding:0 32px}
.jyc-muse-grid{
  min-height:510px;display:grid;grid-template-columns:1.25fr .75fr;
  gap:60px;align-items:center;padding:68px 0;
}
.jyc-muse-kicker{font-size:10px;letter-spacing:.23em;font-weight:700;color:var(--jyc-accent);margin:0 0 12px}
.jyc-muse-title{font-size:clamp(46px,5vw,76px);line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:650}
.jyc-muse-title em{font-style:normal;color:var(--jyc-accent)}
.jyc-muse-copy{max-width:650px;color:var(--jyc-muted);font-size:14px;line-height:1.8;margin:19px 0 27px}
.jyc-muse-actions{display:flex;gap:10px;flex-wrap:wrap}
.jyc-muse-actions a{
  min-height:47px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;
  justify-content:center;font-size:12px;font-weight:700;text-decoration:none!important
}
.jyc-muse-primary{background:var(--jyc-ink);color:#fff!important}
.jyc-muse-secondary{border:1px solid #bdb3ab;color:var(--jyc-ink)!important;background:rgba(255,255,255,.5)}
.jyc-trip{
  background:rgba(255,255,255,.87);border:1px solid rgba(70,50,38,.09);
  border-radius:20px;padding:27px;box-shadow:0 20px 55px rgba(68,49,35,.09)
}
.jyc-trip-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}
.jyc-trip h3{font-size:24px;margin:5px 0 0}
.jyc-live{font-size:9px;font-weight:800;letter-spacing:.12em;background:#efe2d8;padding:7px 10px;border-radius:999px}
.jyc-dates{display:grid;grid-template-columns:1fr 1fr;margin:22px 0 16px;padding:17px 0;border-top:1px solid var(--jyc-line);border-bottom:1px solid var(--jyc-line)}
.jyc-dates>div+div{border-left:1px solid var(--jyc-line);padding-left:18px}
.jyc-dates small{display:block;color:var(--jyc-muted);font-size:9px;margin-bottom:4px}
.jyc-dates b{font-size:17px}
.jyc-trip p{font-size:11px;line-height:1.7;color:var(--jyc-muted);margin:0}
.jyc-quick{border-bottom:1px solid var(--jyc-line);background:#fff}
.jyc-quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.jyc-quick a{padding:18px;text-align:center;border-right:1px solid var(--jyc-line);text-decoration:none!important}
.jyc-quick a:last-child{border-right:0}
.jyc-quick b{display:block;font-size:12px}
.jyc-quick span{font-size:9px;color:var(--jyc-muted);letter-spacing:.06em}
.jyc-country{padding:55px 0 20px}
.jyc-country-head{text-align:center;margin-bottom:24px}
.jyc-country-head p{font-size:9px;letter-spacing:.2em;color:var(--jyc-accent);font-weight:700;margin:0 0 6px}
.jyc-country-head h2{font-size:28px;margin:0}
.jyc-country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.jyc-country-card{
  min-height:160px;padding:22px;border:1px solid var(--jyc-line);background:var(--jyc-cream);
  display:flex;flex-direction:column;justify-content:space-between;text-decoration:none!important;
}
.jyc-country-card strong{font-size:18px}
.jyc-country-card small{font-size:9px;color:var(--jyc-muted);letter-spacing:.1em}
.jyc-country-card:first-child{background:#302a26;color:#fff!important}
.jyc-country-card:first-child strong,.jyc-country-card:first-child small{color:#fff}
@media(max-width:900px){
  .jyc-muse-grid{grid-template-columns:1fr;gap:26px;padding:48px 0}
  .jyc-country-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:749px){
  .jyc-muse-shell{padding:0 16px}
  .jyc-muse-grid{min-height:auto;padding:34px 0 28px}
  .jyc-muse-title{font-size:42px}
  .jyc-muse-copy{font-size:12px}
  .jyc-trip{padding:19px}
  .jyc-quick-grid{grid-template-columns:1fr 1fr}
  .jyc-quick a:nth-child(2){border-right:0}
  .jyc-quick a:nth-child(-n+2){border-bottom:1px solid var(--jyc-line)}
  .jyc-country{padding-top:38px}
}


/* JYC Muse V2 — editorial shopping layout */
.jyc2-shell{max-width:1360px;margin:auto;padding:0 34px}
.jyc2-hero{background:#f3eee8;color:#211e1c}
.jyc2-hero-grid{min-height:570px;display:grid;grid-template-columns:1fr .86fr;align-items:stretch}
.jyc2-copy{display:flex;flex-direction:column;justify-content:center;padding:68px 70px 68px 0}
.jyc2-kicker,.jyc2-head span,.jyc2-request span{font-size:10px;letter-spacing:.22em;font-weight:700;color:#826b5a}
.jyc2-copy h1{font-size:clamp(52px,6vw,84px);line-height:.98;letter-spacing:-.055em;margin:13px 0 20px;font-weight:600}
.jyc2-copy h1 em{font-style:normal;color:#775d49}
.jyc2-copy>p{font-size:18px;letter-spacing:.08em;margin:0 0 25px}
.jyc2-copy>small{color:#776e68;font-size:10px;margin-top:15px}
.jyc2-actions{display:flex;gap:10px}
.jyc2-actions a{height:46px;padding:0 24px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;text-decoration:none!important}
.jyc2-dark{background:#211e1c;color:#fff!important}
.jyc2-light{border:1px solid #aaa098;color:#211e1c!important;background:transparent}
.jyc2-art{position:relative;overflow:hidden;background:linear-gradient(145deg,#d6c2b0,#9e8068);display:flex;align-items:center;justify-content:center;min-height:570px}
.jyc2-art:before{content:"";position:absolute;width:330px;height:430px;border-radius:48% 48% 12% 12%;background:linear-gradient(160deg,#e9ddd2,#a98d76);box-shadow:0 28px 60px rgba(52,38,28,.18);transform:rotate(5deg)}
.jyc2-art:after{content:"🍂";position:absolute;font-size:135px;right:4%;bottom:3%;opacity:.35;transform:rotate(15deg)}
.jyc2-art-label{position:absolute;top:26px;left:27px;color:#fff;font-size:9px;letter-spacing:.22em}
.jyc2-art-big{position:relative;z-index:2;color:#fff;font-size:clamp(62px,8vw,120px);font-weight:700;letter-spacing:-.07em}
.jyc2-art-foot{position:absolute;bottom:25px;left:27px;color:#fff;font-size:9px;letter-spacing:.16em}
.jyc2-ticker{background:#211e1c;color:#fff}
.jyc2-ticker .jyc2-shell{min-height:54px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.jyc2-ticker .jyc2-shell div{text-align:center;font-size:10px;letter-spacing:.04em;border-right:1px solid rgba(255,255,255,.15)}
.jyc2-ticker .jyc2-shell div:last-child{border-right:0}
.jyc2-section{padding:68px 0;background:#fff}
.jyc2-head{margin-bottom:25px}
.jyc2-head h2{font-size:30px;margin:5px 0 0;letter-spacing:-.035em}
.jyc2-countries{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.jyc2-countries a{height:205px;padding:23px;border:1px solid #e9e4df;color:#25211f!important;text-decoration:none!important;display:flex;flex-direction:column;justify-content:space-between;background:#faf9f7;transition:.2s}
.jyc2-countries a:hover{transform:translateY(-4px)}
.jyc2-countries a.current{background:#2b2724;color:#fff!important;border-color:#2b2724}
.jyc2-countries small{font-size:9px;letter-spacing:.1em;opacity:.7}
.jyc2-countries b{font-size:25px}
.jyc2-countries span{font-size:9px;font-weight:700;letter-spacing:.08em}
.jyc2-request{background:#eee7e0;padding:52px 0}
.jyc2-request .jyc2-shell{display:flex;align-items:center;justify-content:space-between;gap:30px}
.jyc2-request h2{font-size:30px;margin:6px 0 7px}
.jyc2-request p{margin:0;color:#766e68;font-size:11px}
.jyc2-request a{background:#211e1c;color:#fff!important;text-decoration:none!important;padding:16px 25px;font-size:10px;font-weight:700;white-space:nowrap}

/* Make native Muse sections feel like one store */
.template-index .shopify-section .title,.template-index .title-wrapper-with-link .title{letter-spacing:-.035em;font-weight:600}
.template-index .card-wrapper{box-shadow:none!important;border:0!important;background:#fff!important}
.template-index .card__inner{background:#f6f4f1!important}
.template-index .card-information{padding-left:0!important;padding-right:0!important}
.template-index .collection{padding-top:5rem;padding-bottom:5rem}
.footer{margin-top:0!important}

@media(max-width:900px){
 .jyc2-hero-grid{grid-template-columns:1fr}
 .jyc2-copy{padding:55px 0}
 .jyc2-art{min-height:390px}
 .jyc2-countries{grid-template-columns:1fr 1fr}
}
@media(max-width:749px){
 .jyc2-shell{padding:0 16px}
 .jyc2-copy{padding:37px 0 30px}
 .jyc2-copy h1{font-size:48px}
 .jyc2-art{min-height:310px}
 .jyc2-art-big{font-size:70px}
 .jyc2-ticker .jyc2-shell{grid-template-columns:1fr 1fr;padding:0}
 .jyc2-ticker .jyc2-shell div{padding:12px 5px;border-bottom:1px solid rgba(255,255,255,.12);font-size:8px}
 .jyc2-countries{gap:8px}
 .jyc2-countries a{height:155px;padding:16px}
 .jyc2-countries b{font-size:17px}
 .jyc2-request .jyc2-shell{display:block}
 .jyc2-request a{display:inline-block;margin-top:20px}
}


/* =========================================================
   JYC Muse V3 — visual SHOP BY COUNTRY section
   ========================================================= */
.jyc3-country-section{
  background:#fff;
  padding:72px 0 56px;
}
.jyc3-country-head span{
  font-size:10px;
  letter-spacing:.18em;
  color:#8a705c;
  font-weight:700;
}
.jyc3-country-head h2{
  margin:8px 0 6px;
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.jyc3-country-head p{
  margin:0 0 28px;
  color:#80766f;
  font-size:12px;
}
.jyc3-country-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.jyc3-country-card{
  position:relative;
  min-height:360px;
  overflow:hidden;
  border:1px solid #e9e3dd;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-decoration:none!important;
  color:#221f1d!important;
  transition:transform .25s ease, box-shadow .25s ease;
}
.jyc3-country-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(50,37,29,.10);
}
.jyc3-country-top{
  position:relative;
  z-index:2;
}
.jyc3-country-top small{
  display:block;
  font-size:9px;
  letter-spacing:.13em;
  color:inherit;
  opacity:.72;
  margin-bottom:8px;
}
.jyc3-country-top strong{
  font-size:13px;
  letter-spacing:.05em;
}
.jyc3-country-main{
  position:relative;
  z-index:2;
  margin-top:auto;
  margin-bottom:auto;
}
.jyc3-code{
  font-size:16px;
  font-weight:700;
  letter-spacing:.04em;
}
.jyc3-country-main h3{
  font-size:42px;
  line-height:.95;
  margin:4px 0 10px;
  letter-spacing:-.055em;
}
.jyc3-country-main p{
  font-size:13px;
  margin:0;
}
.jyc3-country-cta{
  position:relative;
  z-index:2;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  border-bottom:1px solid currentColor;
  width:max-content;
  padding-bottom:4px;
}

/* Korea card — dark Seoul-night mood */
.jyc3-korea{
  color:#fff!important;
  border-color:#2b2724;
  background:
    radial-gradient(circle at 82% 55%, rgba(255,174,92,.95) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 62%, rgba(255,174,92,.55) 0 4px, transparent 5px),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.22)),
    linear-gradient(145deg,#181715 0%,#2b2724 62%,#171615 100%);
}
.jyc3-korea:after{
  content:"";
  position:absolute;
  right:10%;
  top:18%;
  width:6px;
  height:44%;
  background:linear-gradient(#d4d3d1,#7d91a4 55%,#c88b55);
  box-shadow:0 0 0 1px rgba(255,255,255,.2);
}
.jyc3-korea:before{
  content:"";
  position:absolute;
  right:7%;
  bottom:18%;
  width:80px;
  height:26px;
  background:radial-gradient(ellipse at center,#384047 0%,#242321 70%);
  border-radius:50%;
  opacity:.75;
}

/* Japan card — warm cream, Mount Fuji/cherry blossom inspired */
.jyc3-japan{
  background:
    radial-gradient(circle at 83% 20%, rgba(217,157,129,.22) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 25%, rgba(217,157,129,.18) 0 5px, transparent 6px),
    linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,.25)),
    #f7f1eb;
}
.jyc3-japan:before{
  content:"";
  position:absolute;
  right:-8%;
  bottom:15%;
  width:64%;
  height:44%;
  background:linear-gradient(155deg,transparent 49%,rgba(203,197,192,.55) 50% 53%,transparent 54%),
             linear-gradient(25deg,transparent 49%,rgba(203,197,192,.55) 50% 53%,transparent 54%);
  clip-path:polygon(50% 0,100% 100%,0 100%);
  opacity:.8;
}
.jyc3-japan:after{
  content:"";
  position:absolute;
  right:-12%;
  top:-10%;
  width:50%;
  height:55%;
  border-top:2px solid rgba(157,104,75,.28);
  border-left:2px solid transparent;
  transform:rotate(-24deg);
  border-radius:50%;
}

/* Ready stock card — bright product-display mood */
.jyc3-ready{
  background:linear-gradient(135deg,#fcfaf7 0%,#f4eee8 100%);
}
.jyc3-ready:before{
  content:"";
  position:absolute;
  right:10%;
  top:18%;
  width:118px;
  height:150px;
  background:#cdb395;
  border-radius:6px 6px 16px 16px;
  box-shadow:
    -48px 112px 0 -28px #24211f,
    24px 120px 0 -36px #ddd7d0;
  transform:rotate(-2deg);
  opacity:.9;
}
.jyc3-ready:after{
  content:"JYC";
  position:absolute;
  right:16%;
  top:39%;
  color:#5b4637;
  font-family:serif;
  font-size:26px;
  letter-spacing:.02em;
  opacity:.85;
}

/* service bar */
.jyc3-services{
  margin:24px auto 0;
  max-width:1180px;
  background:#faf8f5;
  border-radius:999px;
  min-height:82px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  padding:0 20px;
}
.jyc3-service{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:48px;
  border-right:1px solid #e7e1dc;
}
.jyc3-service:last-child{border-right:0}
.jyc3-service i{
  font-style:normal;
  width:40px;height:40px;border:1px solid #504842;border-radius:50%;
  display:grid;place-items:center;font-size:16px;
}
.jyc3-service b{
  display:block;
  font-size:11px;
  margin-bottom:2px;
}
.jyc3-service span{
  display:block;
  font-size:9px;
  color:#827872;
}

/* Header navigation polish for a proxy-shopping store */
.header__menu-item,.list-menu__item{
  letter-spacing:.02em!important;
}

@media(max-width:900px){
  .jyc3-country-grid{grid-template-columns:1fr 1fr}
  .jyc3-ready{grid-column:1/-1}
  .jyc3-services{grid-template-columns:1fr 1fr;border-radius:22px;padding:10px 16px}
  .jyc3-service:nth-child(2){border-right:0}
  .jyc3-service:nth-child(-n+2){border-bottom:1px solid #e7e1dc}
}
@media(max-width:749px){
  .jyc3-country-section{padding:46px 0 38px}
  .jyc3-country-head h2{font-size:27px}
  .jyc3-country-grid{grid-template-columns:1fr}
  .jyc3-ready{grid-column:auto}
  .jyc3-country-card{min-height:280px;padding:22px}
  .jyc3-country-main h3{font-size:34px}
  .jyc3-services{grid-template-columns:1fr;border-radius:18px;padding:6px 16px}
  .jyc3-service{
    justify-content:flex-start;
    border-right:0!important;
    border-bottom:1px solid #e7e1dc;
    padding:10px 0;
  }
  .jyc3-service:last-child{border-bottom:0}
}


/* =========================================================
   JYC MUSE V4 — balanced desktop + one-card-per-row mobile
   Photo-ready destination cards; removes V3 fake illustrations.
   ========================================================= */
.jyc3-country-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.jyc3-country-card{
  min-height:410px!important;
  padding:0!important;
  border:0!important;
  border-radius:2px;
  overflow:hidden;
  isolation:isolate;
  color:#fff!important;
  background:#2b2724!important;
}
.jyc4-photo{
  position:absolute;
  inset:0;
  z-index:-3;
  background-size:cover;
  background-position:center;
  transform:scale(1.001);
  transition:transform .5s ease;
}
.jyc3-country-card:hover .jyc4-photo{transform:scale(1.035)}
.jyc3-country-card:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:auto!important;height:auto!important;
  right:auto!important;top:auto!important;bottom:auto!important;
  border:0!important;border-radius:0!important;
  transform:none!important;
  clip-path:none!important;
  background:linear-gradient(180deg,rgba(18,16,15,.20) 0%,rgba(18,16,15,.08) 36%,rgba(18,16,15,.76) 100%)!important;
  opacity:1!important;
  z-index:-2!important;
  box-shadow:none!important;
}
.jyc3-country-card:after{display:none!important}

/* Built-in visual placeholders are intentionally photographic in tone.
   Replace these background-image declarations with uploaded campaign images anytime. */
.jyc4-korea-photo{
  background-image:
    radial-gradient(circle at 76% 28%,rgba(255,188,116,.32),transparent 12%),
    linear-gradient(145deg,#75685f 0%,#342f2c 42%,#151515 100%);
}
.jyc4-japan-photo{
  background-image:
    radial-gradient(circle at 70% 22%,rgba(237,185,173,.50),transparent 14%),
    linear-gradient(145deg,#d8c9bd 0%,#bba695 42%,#766a62 100%);
}
.jyc4-ready-photo{
  background-image:
    radial-gradient(circle at 68% 28%,rgba(255,255,255,.55),transparent 22%),
    linear-gradient(145deg,#d9c8b6 0%,#aa9079 46%,#625449 100%);
}
.jyc3-country-top{
  padding:27px 28px 0!important;
  color:#fff!important;
}
.jyc3-country-main{
  margin:auto 0 0!important;
  padding:0 28px 12px!important;
  color:#fff!important;
}
.jyc3-country-main .jyc3-code{
  display:inline-block;
  font-size:11px!important;
  letter-spacing:.12em!important;
  opacity:.85;
}
.jyc3-country-main h3{
  color:#fff!important;
  font-size:clamp(34px,3vw,48px)!important;
  margin:7px 0 8px!important;
  text-shadow:0 1px 12px rgba(0,0,0,.15);
}
.jyc3-country-main p{
  color:rgba(255,255,255,.9)!important;
  font-size:12px!important;
}
.jyc3-country-cta{
  margin:0 28px 28px!important;
  color:#fff!important;
}
.jyc3-country-top small,.jyc3-country-top strong{color:#fff!important}
.jyc3-services{
  margin-top:28px!important;
  min-height:72px!important;
}
.jyc3-service i{width:34px!important;height:34px!important;font-size:13px!important}

/* Mobile: no cramped two-column cards */
@media(max-width:749px){
  .jyc3-country-grid{grid-template-columns:1fr!important;gap:12px!important}
  .jyc3-country-card,
  .jyc3-ready{
    grid-column:auto!important;
    min-height:330px!important;
  }
  .jyc3-country-top{padding:22px 22px 0!important}
  .jyc3-country-main{padding:0 22px 10px!important}
  .jyc3-country-main h3{font-size:38px!important}
  .jyc3-country-cta{margin:0 22px 22px!important}
}
