.jms-section {
  background: #fbfdf9;
  color: #0f1b2d;
  padding: 96px 18px;
}

.jms-section:nth-of-type(even) {
  background: #f4faf5;
}

.jms-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.jms-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.jms-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 14px;
  border: 1px solid #bfe3cf;
  border-radius: 999px;
  background: #ecf8f1;
  color: #007a45;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 16px;
}

.jms-title {
  margin: 0;
  color: #071327;
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.jms-diff-title span {
  display: block;
  white-space: nowrap;
}

.jms-subtitle {
  margin: 16px auto 0;
  color: #526176;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
  word-break: keep-all;
}

.jms-management-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jms-management-card,
.jms-diff-card,
.jms-product-card,
.jms-fit-card,
.jms-trust-card {
  border: 1px solid #dce8df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(20, 43, 31, 0.07);
}

.jms-management-card {
  padding: 22px;
}

.jms-management-media {
  aspect-ratio: 9 / 14;
  max-height: 420px;
  overflow: hidden;
  border: 1px solid #d9eadf;
  border-radius: 14px;
  background: #071327;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.jms-management-media video,
.jms-management-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jms-management-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #102138;
  word-break: keep-all;
}

.jms-management-card p {
  margin: 0;
  color: #647184;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
  word-break: keep-all;
}

.jms-mini-motion {
  height: 168px;
  overflow: hidden;
  border: 1px solid #d9eadf;
  border-radius: 14px;
  background: linear-gradient(180deg, #f9fffb, #eff8f1);
  position: relative;
}

.jms-mini-motion::before,
.jms-mini-motion::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 12px;
  border: 1px solid #d7eadf;
}

.jms-motion-planner span,
.jms-motion-waiting span,
.jms-motion-manual span {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.jms-motion-planner span {
  left: 34px;
  right: 34px;
  height: 12px;
  background: #0a8f54;
  opacity: 0.82;
  animation: jms-slide 3s ease-in-out infinite;
}

.jms-motion-planner span:nth-child(1) { top: 44px; animation-delay: 0s; }
.jms-motion-planner span:nth-child(2) { top: 72px; animation-delay: .25s; right: 68px; }
.jms-motion-planner span:nth-child(3) { top: 100px; animation-delay: .5s; right: 46px; }

.jms-motion-waiting span {
  width: 26px;
  height: 26px;
  background: #007a45;
  bottom: 42px;
  animation: jms-bounce 2.7s ease-in-out infinite;
}

.jms-motion-waiting span:nth-child(1) { left: 42px; animation-delay: 0s; }
.jms-motion-waiting span:nth-child(2) { left: 82px; animation-delay: .18s; background: #36b37e; }
.jms-motion-waiting span:nth-child(3) { left: 122px; animation-delay: .36s; background: #72d2a3; }

.jms-motion-manual span {
  left: 42px;
  width: 112px;
  height: 14px;
  background: #0b1d33;
  animation: jms-fade-row 3s ease-in-out infinite;
}

.jms-motion-manual span:nth-child(1) { top: 46px; }
.jms-motion-manual span:nth-child(2) { top: 76px; width: 140px; animation-delay: .2s; }
.jms-motion-manual span:nth-child(3) { top: 106px; width: 92px; animation-delay: .4s; }

@keyframes jms-slide {
  0%, 100% { transform: translateX(-8px); opacity: .45; }
  50% { transform: translateX(12px); opacity: 1; }
}

@keyframes jms-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes jms-fade-row {
  0%, 100% { opacity: .32; transform: scaleX(.84); transform-origin: left center; }
  50% { opacity: 1; transform: scaleX(1); }
}

.jms-reels-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jms-reel-card {
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dce8df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(20, 43, 31, 0.07);
  padding: 18px;
}

.jms-short-column {
  padding-bottom: 18px;
}

.jms-instagram-list,
.jms-press-list {
  display: grid;
  gap: 14px;
  padding: 0;
}

.jms-instagram-card,
.jms-press-card {
  display: block;
  overflow: hidden;
  border: 1px solid #dde8df;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.jms-instagram-card:hover,
.jms-press-card:hover {
  transform: translateY(-2px);
  border-color: #9ed5b4;
  box-shadow: 0 14px 32px rgba(20, 43, 31, .09);
}

.jms-instagram-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jms-instagram-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  object-fit: cover;
  background: #f6f8f7;
}

.jms-press-card {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: stretch;
  min-height: 124px;
}

.jms-press-card img {
  width: 100%;
  height: 100%;
  min-height: 124px;
  object-fit: cover;
  background: #f2f7f4;
}

.jms-press-card div {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.jms-press-card span {
  color: #007a45;
  font-size: 12px;
  font-weight: 950;
}

.jms-press-card strong {
  color: #102138;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.42;
  word-break: keep-all;
}

.jms-reel-card iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

.jms-video-placeholder {
  height: 500px;
  margin: 0 18px 18px;
  border: 1px dashed #b9d8c4;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 122, 69, .08), rgba(255, 255, 255, .9)),
    #f4faf5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.jms-video-placeholder strong {
  display: block;
  color: #07331f;
  font-size: 24px;
  font-weight: 950;
  margin-bottom: 10px;
}

.jms-video-placeholder p {
  margin: 0;
  color: #536479;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.6;
  word-break: keep-all;
}

.jms-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jms-diff-card {
  padding: 30px;
}

.jms-diff-card h3 {
  margin: 0 0 22px;
  font-size: 25px;
  font-weight: 950;
  color: #102138;
}

.jms-diff-card.is-brand {
  background: #07331f;
  border-color: #0f8c52;
}

.jms-diff-card.is-brand h3,
.jms-diff-card.is-brand li {
  color: #fff;
}

.jms-diff-card ul,
.jms-fit-card ul,
.jms-product-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jms-diff-card li {
  position: relative;
  padding-left: 16px;
  margin: 13px 0;
  color: #334155;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.55;
  word-break: keep-all;
}

.jms-diff-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff7d66;
}

.jms-diff-card.is-brand li::before {
  background: #62d79b;
}

.jms-process-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
}

.jms-process-item {
  border: 1px solid #dce8df;
  border-radius: 12px;
  background: #fff;
  padding: 16px 18px;
  text-align: center;
  color: #102138;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
  box-shadow: 0 8px 24px rgba(20, 43, 31, 0.05);
}

.jms-process-note {
  display: block;
  margin-top: 4px;
  color: #007a45;
  font-size: 12px;
  font-weight: 850;
}

.jms-fit-grid,
.jms-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jms-fit-card,
.jms-trust-card,
.jms-product-card {
  padding: 32px;
}

.jms-fit-card h3,
.jms-product-card h3 {
  margin: 0 0 18px;
  color: #102138;
  font-size: 24px;
  font-weight: 950;
  word-break: keep-all;
}

.jms-fit-card.is-muted {
  background: #f9fbfa;
}

.jms-fit-card li,
.jms-product-card li {
  margin: 11px 0;
  color: #405169;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.55;
  word-break: keep-all;
}

.jms-fit-line {
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid #cfe7d8;
  border-radius: 12px;
  background: #f0faf4;
  color: #0a6139;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  word-break: keep-all;
}

.jms-fit-line-between {
  grid-column: 1 / -1;
  margin: 0;
}

.jms-trust-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  background: #082b1c;
  border-color: #0b7a47;
}

.jms-trust-card p {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.7vw, 54px);
  font-weight: 950;
  line-height: 1.33;
  letter-spacing: 0;
  word-break: keep-all;
}

.jms-trust-card strong {
  color: #8de6b2;
  font-weight: 950;
}

.jms-product-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.jms-product-card.is-featured {
  border-color: #0a8f54;
  box-shadow: 0 20px 54px rgba(0, 111, 61, 0.12);
}

.jms-product-kicker {
  color: #007a45;
  font-size: 12px;
  font-weight: 950;
}

.jms-product-price {
  padding-top: 12px;
  border-top: 1px solid #e5eee7;
}

.jms-product-price b {
  display: block;
  color: #081424;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.jms-product-price span {
  display: block;
  margin-top: 6px;
  color: #536479;
  font-size: 13px;
  font-weight: 800;
}

.jms-product-caption {
  margin: 0;
  padding: 16px;
  border-radius: 12px;
  background: #f1faf5;
  color: #08462c;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
  word-break: keep-all;
}

.jms-product-footnote {
  max-width: 860px;
  margin: 24px auto 0;
  color: #536479;
  text-align: center;
  font-size: 13px;
  font-weight: 750;
  word-break: keep-all;
}

#jms-reservation-admin {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 80;
  width: min(430px, calc(100vw - 36px));
  max-height: min(620px, calc(100vh - 118px));
  overflow: auto;
  border: 1px solid #bfe3cf;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  color: #102138;
  box-shadow: 0 24px 60px rgba(7, 19, 39, .22);
  padding: 18px;
}

.jms-admin-close-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.jms-admin-close-head strong {
  display: block;
  color: #071327;
  font-size: 17px;
  font-weight: 950;
}

.jms-admin-close-head p {
  margin: 5px 0 0;
  color: #647184;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  word-break: keep-all;
}

.jms-admin-refresh {
  flex: 0 0 auto;
  border: 1px solid #d5e8dc;
  border-radius: 999px;
  background: #f0faf4;
  color: #007a45;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.jms-admin-close-status {
  margin-bottom: 12px;
  border: 1px solid #e3eee7;
  border-radius: 12px;
  background: #fbfdf9;
  padding: 10px 12px;
  color: #526176;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.jms-admin-close-status.is-error {
  border-color: #fecaca;
  background: #fff1f2;
  color: #be123c;
}

.jms-admin-close-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.jms-admin-date-btn {
  border: 1px solid #dce8df;
  border-radius: 13px;
  background: #fff;
  padding: 11px 8px;
  color: #102138;
  text-align: center;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.jms-admin-date-btn:hover {
  transform: translateY(-1px);
  border-color: #8bcfa8;
  background: #f6fcf8;
}

.jms-admin-date-btn:disabled {
  opacity: .55;
  cursor: wait;
}

.jms-admin-date-btn span,
.jms-admin-date-btn b,
.jms-admin-date-btn em {
  display: block;
  font-style: normal;
}

.jms-admin-date-btn span {
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.jms-admin-date-btn b {
  margin-top: 4px;
  color: #647184;
  font-size: 11px;
  font-weight: 850;
}

.jms-admin-date-btn em {
  margin-top: 8px;
  border-radius: 999px;
  background: #ecf8f1;
  color: #007a45;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 950;
}

.jms-admin-date-btn.is-closed {
  border-color: #fecdd3;
  background: #fff1f2;
}

.jms-admin-date-btn.is-closed em {
  background: #ffe4e6;
  color: #be123c;
}

@media (max-width: 900px) {
  .jms-section {
    padding: 72px 14px;
  }

  .jms-diff-grid,
  .jms-fit-grid,
  .jms-product-grid {
    grid-template-columns: 1fr;
  }

  .jms-management-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .jms-management-card {
    padding: 7px;
  }

  .jms-management-media {
    max-height: none;
  }

  .jms-management-card h3 {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.25;
  }

  .jms-management-card p {
    font-size: 9px;
    line-height: 1.35;
  }

  .jms-reels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .jms-reel-card {
    padding: 8px;
    border-radius: 13px;
  }

  .jms-instagram-list,
  .jms-press-list {
    gap: 6px;
  }

  .jms-press-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 58px;
    border-radius: 9px;
  }

  .jms-press-card img {
    min-height: 58px;
  }

  .jms-press-card div {
    padding: 7px;
    gap: 3px;
  }

  .jms-press-card span {
    font-size: 8px;
  }

  .jms-press-card strong {
    font-size: 9.5px;
    line-height: 1.25;
  }

  .jms-diff-card,
  .jms-fit-card,
  .jms-trust-card,
  .jms-product-card {
    padding: 24px;
  }

  .jms-diff-title {
    font-size: clamp(22px, 6.2vw, 30px);
  }

  #jms-reservation-admin {
    right: 10px;
    bottom: 78px;
    width: calc(100vw - 20px);
    padding: 14px;
  }
}

@media (max-width: 520px) {
  .jms-title {
    font-size: 30px;
  }

  .jms-head {
    margin-bottom: 28px;
  }

  .jms-process-item {
    padding: 14px;
    font-size: 16px;
  }

  .jms-management-grid {
    gap: 5px;
  }

  .jms-management-card {
    padding: 5px;
    border-radius: 12px;
  }

  .jms-management-media {
    border-radius: 9px;
  }

  .jms-management-card h3 {
    font-size: 10px;
  }

  .jms-management-card p {
    font-size: 8.5px;
  }

  .jms-reels-grid {
    gap: 6px;
  }

  .jms-reel-card {
    padding: 6px;
  }

  .jms-instagram-list {
    gap: 4px;
  }

  .jms-press-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 50px;
  }

  .jms-press-card img {
    min-height: 50px;
  }

  .jms-press-card strong {
    font-size: 8.5px;
  }

  .jms-diff-title {
    font-size: 22px;
    line-height: 1.12;
  }

  .jms-fit-line {
    font-size: 14px;
    padding: 14px;
  }

  .jms-product-price b {
    font-size: 36px;
  }
}
