/** Shopify CDN: Minification failed

Line 1222:0 Unexpected "#"
Line 1222:2 Unexpected "{"
Line 1222:14 Expected ":"
Line 1223:0 Unexpected "#"
Line 1223:2 Unexpected "{"
Line 1223:14 Expected ":"
Line 1277:0 Unexpected "#"
Line 1277:2 Unexpected "{"
Line 1277:14 Expected ":"
Line 1278:0 Unexpected "#"
... and 11 more hidden warnings

**/
.shogun-hero {
  padding: 3.75rem 1.25rem;
  background-color: #111111;
}

.shogun-hero__video-wrap {
  max-width: 62.5rem;
  margin: 0 auto;
}

.shogun-hero__locale-row {
  max-width: 62.5rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.shogun-hero__locale-wrap {
  position: relative;
  min-width: 120px;
}

.shogun-hero__locale-select {
  width: 100%;
  min-height: 2.5rem;
  padding: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.625rem, 1.4vw, 0.875rem);
  letter-spacing: 0.05em;
  color: #D5d5d5;
  background-color: #111111;
  border: 1px solid #838486;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  background-size: 12px 12px, 12px 12px;
  background-repeat: no-repeat;
  text-transform: none;
  cursor: pointer;
}

.shogun-hero__locale-select:hover {
  background-color: #D5d5d5;
  color: #111111;
  border-color: #838486;
  background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%);
}

.shogun-hero__locale-wrap,
.shogun-hero__locale-select {
  --color-scheme-borders: #838486;
}

.shogun-hero__locale-select:focus,
.shogun-hero__locale-select:focus-visible,
.shogun-hero__locale-select:active {
  outline: none;
  box-shadow: none;
  border-color: #838486;
}




.shogun-hero__heading {
  text-align: center;
  margin-bottom: 8%;
}

@media (max-width: 48rem) {
  .shogun-hero__heading {
    margin-bottom: 17%;
  }
}

.shogun-hero__title {
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.75rem, 5vw, 3rem);
  letter-spacing: 0.12em;
  color: #d5d5d5;
  margin: 0;
}

.shogun-hero__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(0.625rem, 1.5vw, 0.875rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d5d5d5;
  margin: 0.5rem 0 0;
}

.shogun-hero__body {
  font-family: var(--shogun-font-body);
  font-weight: var(--shogun-fw-regular);
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  line-height: var(--shogun-lh-body);
  letter-spacing: var(--shogun-ls-body);
  color: rgba(var(--shogun-rgb-text), 0.8);
  width: min(620px, 100%);
  margin: 1rem auto 0;
}

.shogun-hero__body strong {
  font-weight: 700;
  color: rgba(var(--shogun-rgb-text), 0.8);
}

.shogun-hero__video-outer {
  position: relative;
}

.shogun-hero__video-filter {
  filter: url(#shogun-rough);
}

.shogun-hero__video {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
  mask-image:
    radial-gradient(circle 18px at 0 0, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 100% 0, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 0 100%, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 100% 100%, transparent 98%, #000 100%);
  mask-size: 51% 51%;
  mask-position:
    top left,
    top right,
    bottom left,
    bottom right;
  mask-repeat: no-repeat;
  -webkit-mask-image:
    radial-gradient(circle 18px at 0 0, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 100% 0, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 0 100%, transparent 98%, #000 100%),
    radial-gradient(circle 18px at 100% 100%, transparent 98%, #000 100%);
  -webkit-mask-size: 51% 51%;
  -webkit-mask-position:
    top left,
    top right,
    bottom left,
    bottom right;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 48rem) {
  .shogun-hero__video {
    aspect-ratio: 4 / 5;
  }
}

.shogun-hero__video video,
.shogun-hero__video img:not(.shogun-hero__tag) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shogun-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(4.8rem, 9.6vw, 7.2rem);
  height: clamp(4.8rem, 9.6vw, 7.2rem);
  border-radius: 50%;
  border: 2px solid rgba(213, 213, 213, 0.8);
  background: rgba(213, 213, 213, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5d5d5;
  transition:
    background 0.2s,
    border-color 0.2s;
  pointer-events: none;
  opacity: 0.75;
}

.shogun-hero__play svg {
  width: 96%;
  height: 96%;
  margin-left: 0.3rem;
}

.shogun-hero__tag {
  position: absolute;
  top: -14%;
  right: 8%;
  width: auto;
  height: 30%;
  object-fit: contain;
  z-index: 1;
}

.shogun-hero__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.shogun-hero__nav-btn {
  flex: 1;
  padding: 0.875rem 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.625rem, 1.4vw, 0.875rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ec6a2c;
  background: #111111;
  border: 1px solid #ec6a2c;
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  border-radius: 2px;
}

.shogun-hero__nav-btn:hover {
  background: #ec6a2c;
  color: #111111;
  border-color: #ec6a2c;
}

/* Shogun reusable tokens + utilities */
:root {
  --shogun-font-display: "trajan-pro-3", serif;
  --shogun-font-body: "Inter", sans-serif;
  --shogun-font-serif: "adobe-caslon-pro", serif;

  --shogun-color-bg: #111111;
  --shogun-color-panel: #0c0c0c;
  --shogun-color-ink: #0a0a0a;
  --shogun-color-text: #d5d5d5;
  --shogun-color-heading: #e8edf6;
  --shogun-color-muted: #a9b3c4;
  --shogun-color-accent: #ec6a2c;
  --shogun-color-accent-soft: #f2b37a;
  --shogun-color-paper: #f2e4d4;
  --shogun-color-light: #f1f5fc;
  --shogun-color-ice: #f6f8fb;
  --shogun-color-soft: #f0f4fb;
  --shogun-color-tier-1: #c67f4b;
  --shogun-color-tier-2: #cf9458;
  --shogun-color-tier-3: #d8ad67;
  --shogun-color-tier-4: #e4bd73;
  --shogun-color-tier-5: #f2cf8e;

  --shogun-rgb-bg: 17, 17, 17;
  --shogun-rgb-accent: 236, 106, 44;
  --shogun-rgb-text: 213, 213, 213;

  --shogun-fw-light: 300;
  --shogun-fw-regular: 400;

  --shogun-lh-body: 1.6;
  --shogun-ls-body: 0.11em;
}

.shogun-u-font-display { font-family: var(--shogun-font-display); }
.shogun-u-font-body { font-family: var(--shogun-font-body); }
.shogun-u-font-serif { font-family: var(--shogun-font-serif); }

.shogun-u-text-bg { color: var(--shogun-color-bg); }
.shogun-u-text-ink { color: var(--shogun-color-ink); }
.shogun-u-text-main { color: var(--shogun-color-text); }
.shogun-u-text-heading { color: var(--shogun-color-heading); }
.shogun-u-text-muted { color: var(--shogun-color-muted); }
.shogun-u-text-accent { color: var(--shogun-color-accent); }
.shogun-u-text-accent-soft { color: var(--shogun-color-accent-soft); }
.shogun-u-text-paper { color: var(--shogun-color-paper); }
.shogun-u-text-light { color: var(--shogun-color-light); }
.shogun-u-text-ice { color: var(--shogun-color-ice); }
.shogun-u-text-soft { color: var(--shogun-color-soft); }
.shogun-u-text-tier-1 { color: var(--shogun-color-tier-1); }
.shogun-u-text-tier-2 { color: var(--shogun-color-tier-2); }
.shogun-u-text-tier-3 { color: var(--shogun-color-tier-3); }
.shogun-u-text-tier-4 { color: var(--shogun-color-tier-4); }
.shogun-u-text-tier-5 { color: var(--shogun-color-tier-5); }

.shogun-u-bg-base { background-color: var(--shogun-color-bg); }
.shogun-u-bg-panel { background-color: var(--shogun-color-panel); }
.shogun-u-bg-accent { background-color: var(--shogun-color-accent); }
.shogun-u-bg-accent-soft { background-color: rgba(var(--shogun-rgb-accent), 0.14); }
.shogun-u-bg-accent-strong { background-color: rgba(var(--shogun-rgb-accent), 0.95); }
.shogun-u-bg-overlay { background-color: rgba(10, 10, 10, 0.92); }
.shogun-u-bg-backdrop { background-color: rgba(4, 6, 10, 0.82); }
.shogun-u-bg-tier-1 { background-color: var(--shogun-color-tier-1); }
.shogun-u-bg-tier-2 { background-color: var(--shogun-color-tier-2); }
.shogun-u-bg-tier-3 { background-color: var(--shogun-color-tier-3); }
.shogun-u-bg-tier-4 { background-color: var(--shogun-color-tier-4); }
.shogun-u-bg-tier-5 { background-color: var(--shogun-color-tier-5); }

.shogun-u-border-accent { border: 1px solid var(--shogun-color-accent); }
.shogun-u-border-accent-soft { border: 1px solid rgba(var(--shogun-rgb-accent), 0.55); }
.shogun-u-border-light-soft { border: 1px solid rgba(255, 255, 255, 0.16); }

/* Shared section heading scale
   H1 reference: clamp(1.75rem, 5vw, 3rem) — .shogun-hero__title
   ------------------------------------------------------------ */
.shogun-section__h2 {
  font-family: var(--shogun-font-display);
  font-weight: var(--shogun-fw-light);
  font-size: clamp(1.4rem, 3.8vw, 2.4rem);
  letter-spacing: 0.12em;
  color: var(--shogun-color-text);
  line-height: 1.08;
  margin: 0;
}

@media (max-width: 768px) {
  .shogun-section__h2 {
    font-size: 1.75rem !important;
  }
}

.shogun-section__h3 {
  font-family: var(--shogun-font-display);
  font-weight: var(--shogun-fw-light);
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  letter-spacing: 0.12em;
  color: var(--shogun-color-text);
  line-height: 1.1;
  margin: 0;
}

/* Shogun tiers section styles */
  @property --point-progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }

  body.shogun-popup-open {
    overflow: hidden;
  }

  .shogun-popup[hidden] {
    display: none;
  }

  .shogun-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 16px;
  }

  .shogun-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 10, 0.82);
  }

  .shogun-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(480px, 88vw);
    padding: 10px;
    border: 1px solid rgba(236, 106, 44, 0.55);
    background: rgba(10, 10, 10, 0.92);
    border-radius: 4px;
    overflow: hidden;
    color: #e8edf6;
  }

  .shogun-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(236, 106, 44, 0.55);
    background: #0c0c0c;
    color: #f2b37a;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    z-index: 3;
    box-sizing: border-box;
  }

  .shogun-popup__image {
    display: block;
    width: 100%;
    max-height: 70vh;
    height: auto;
    object-fit: contain;
    margin: 0;
  }

  .shogun-ranks {
    --musashi-accent: #ec6a2c;
    --musashi-border: rgba(255, 255, 255, 0.16);
    --musashi-text: #e8edf6;
    --musashi-muted: #a9b3c4;
    position: relative;
    padding: 3.75rem 1.25rem;
    color: var(--musashi-text);
    background-color: #111111;
    background-image: none;
    overflow: hidden;
  }

  .shogun-ranks::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.72) 0%, rgba(17, 17, 17, 0.93) 100%);
    z-index: 1;
  }

  .shogun-ranks__wrap {
    position: relative;
    z-index: 2;
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 2.5rem 1.75rem 3rem;
    border: 1px solid var(--musashi-border);
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.72) 0%, rgba(17, 17, 17, 0.9) 100%),
      var(--shogun-ranks-bg),
      url('{{ 'bg_tier.png' | file_url }}') center / cover no-repeat;
  }

  .shogun-ranks__heading {
    text-align: center;
    margin-bottom: 8%;
  }

  .shogun-ranks__mobile-tip {
    display: block;
    margin: 0.5rem auto 0;
    max-width: 760px;
    width: min(760px, 96%);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(0.75rem, 1.5vw, 0.95rem);
    letter-spacing: 0.12em;
    line-height: 1.35;
    color: rgba(var(--shogun-rgb-text), 0.8);
    text-transform: none;
  }

  @media (max-width: 48rem) {
    .shogun-ranks__heading {
      margin-bottom: 17%;
    }
  }

  .shogun-route__mobile-header {
    display: none;
  }

  .shogun-route__mobile-highlight {
    font-weight: 700;
    padding: 0 4px;
    border-radius: 3px;
  }

  .shogun-route__mobile-highlight--ronin {
    color: #ec6a2c;
    background: rgba(236, 106, 44, 0.14);
  }

  .shogun-route__mobile-highlight--shogun {
    color: #0a0a0a;
    background: rgba(236, 106, 44, 0.95);
  }

  .shogun-route {
    --mobile-line-top: 0px;
    --mobile-line-bottom: 0px;
    --mobile-progress: 0;
    --mobile-gradient-shift: 0%;
    --mobile-scroll-ratio: 0;
    --mobile-final-glow: 0;
    --mobile-bg-start: rgba(17, 17, 17, 0.94);
    --mobile-bg-mid: rgba(24, 12, 8, 0.9);
    --mobile-bg-end: rgba(44, 20, 10, 0.9);
    --mobile-bg-glow-strong: rgba(236, 106, 44, 0.22);
    --mobile-bg-glow-soft: rgba(236, 106, 44, 0.1);
    --mobile-bottom-glow-strong: rgba(236, 106, 44, 0.16);
    --mobile-bottom-glow-soft: rgba(236, 106, 44, 0.06);
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    padding: 8px 8px 0;
  }

  .shogun-route__tap-hint {
    display: none;
  }

  .shogun-route__tap-hint-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .shogun-route__rank-chip {
    display: none;
  }

  .shogun-route__mobile-card {
    display: none;
  }

  .shogun-route__swipe-hint {
    display: none;
  }

  .shogun-route__mobile-path {
    display: block;
    position: absolute;
    left: var(--mobile-line-left);
    transform: translateX(-50%);
    top: var(--mobile-line-top);
    bottom: var(--mobile-line-bottom);
    width: 2px;
    background: rgba(236, 106, 44, 0.24);
    overflow: hidden;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
  }

  .shogun-route__mobile-progress {
    position: absolute;
    inset: 0;
    background: rgba(236, 106, 44, 0.96);
    transform-origin: top center;
    transform: scaleY(var(--mobile-progress));
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .shogun-route__step {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    min-height: 264px;
    border: 0;
    background: transparent;
    margin-bottom: 12px;
    padding: 8px 0;
  }

  .shogun-route__step:last-child {
    margin-bottom: 0;
  }

  .shogun-route__point {
    --point-progress: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background:
      radial-gradient(circle at center, #111111 0 60%, transparent 61%),
      conic-gradient(from -90deg, rgba(236, 106, 44, 1) calc(var(--point-progress) * 1turn), rgba(17, 17, 17, 0.96) 0);
    border: 2px solid rgba(17, 17, 17, 1);
    box-shadow: 0 0 0 1px rgba(236, 106, 44, 0.52);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: --point-progress 0.24s linear, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s ease;
    z-index: 6;
    display: grid;
    place-items: center;
    font-family: "adobe-caslon-pro", serif;
    font-size: 12px;
    line-height: 1;
    color: #ec6a2c;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .shogun-route__step--1 {
    --char-size: 176px;
    --tier-accent: #c67f4b;
    --tier-glow: rgba(198, 127, 75, 0.18);
    --tier-card-start: rgba(120, 73, 44, 0.26);
    --tier-card-end: rgba(96, 54, 34, 0.42);
  }

  .shogun-route__step--2 {
    --char-size: 190px;
    --tier-accent: #cf9458;
    --tier-glow: rgba(207, 148, 88, 0.18);
    --tier-card-start: rgba(122, 85, 48, 0.28);
    --tier-card-end: rgba(100, 67, 35, 0.44);
  }

  .shogun-route__step--3 {
    --char-size: 204px;
    --tier-accent: #d8ad67;
    --tier-glow: rgba(216, 173, 103, 0.2);
    --tier-card-start: rgba(125, 99, 52, 0.3);
    --tier-card-end: rgba(106, 82, 39, 0.46);
  }

  .shogun-route__step--4 {
    --char-size: 220px;
    --tier-accent: #e4bd73;
    --tier-glow: rgba(228, 189, 115, 0.2);
    --tier-card-start: rgba(130, 108, 52, 0.32);
    --tier-card-end: rgba(113, 88, 39, 0.48);
  }

  .shogun-route__step--5 {
    --char-size: 244px;
    --tier-accent: #f2cf8e;
    --tier-glow: rgba(242, 207, 142, 0.22);
    --tier-card-start: rgba(140, 118, 56, 0.34);
    --tier-card-end: rgba(124, 96, 42, 0.5);
    min-height: 284px;
  }

  .shogun-route__samurai-card {
    opacity: 1;
    will-change: transform, opacity;
    transition: opacity 0.5s ease;
    width: 100%;
    display: contents;
    position: relative;
    z-index: 2;
  }

  .shogun-route__samurai {
    display: flex;
    grid-column: 1;
    justify-self: end;
    width: min(100%, 320px);
    justify-content: center;
  }

  .shogun-route__step .shogun-route__samurai,
  .shogun-route__step .shogun-route__reward-inline {
    opacity: 0.16;
    filter: brightness(0.55) saturate(0.74);
    transform: translateY(20px);
    transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.95s ease, filter 0.95s ease;
  }

  .shogun-route__step.is-visible .shogun-route__samurai,
  .shogun-route__step.is-visible .shogun-route__reward-inline {
    opacity: 1;
    filter: brightness(1) saturate(1);
    transform: none;
  }

  .shogun-route__figure {
    position: relative;
    width: fit-content;
  }

  .shogun-route__character {
    display: block;
    width: min(100%, var(--char-size));
    height: auto;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.32));
  }

  .shogun-route__badge {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-8%, -8%);
    border: 1px solid rgba(236, 106, 44, 0.9);
    background: rgba(17, 17, 17, 0.92);
    color: #f2e4d4;
    padding: 6px 8px 5px;
    display: grid;
    gap: 2px;
    min-width: 84px;
  }

  .shogun-route__badge-level {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .shogun-route__badge-name {
    font-family: var(--shogun-font-display);
    font-weight: var(--shogun-fw-regular);
    font-size: 18px;
    line-height: 1;
    color: var(--shogun-color-accent);
  }

  .shogun-route__reward-inline {
    grid-column: 3;
    justify-self: start;
    width: min(100%, 320px);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "meta"
      "gift";
    row-gap: 8px;
    align-items: center;
    text-align: center;
  }

  .shogun-route__reward-meta {
    grid-area: meta;
    display: grid;
    gap: 3px;
    align-content: center;
    justify-items: center;
    min-height: 100%;
    text-align: center;
  }

  .shogun-route__condition {
    margin: 0;
    font-size: clamp(14px, 1.35vw, 19px);
    line-height: 1.18;
    color: #f1f5fc;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .shogun-route__receive {
    margin: 0;
    display: none;
  }

  .shogun-route__gift {
    grid-area: gift;
    display: grid;
    gap: 4px;
    justify-items: center;
    justify-self: center;
    align-content: start;
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    position: relative;
  }

  .shogun-route__gift:focus-visible {
    outline: 2px solid rgba(236, 106, 44, 0.9);
    outline-offset: 4px;
  }

  .shogun-route__gift-image {
    width: 132px;
    height: auto;
    border: 0;
    background: transparent;
    flex-shrink: 0;
    transition: transform 0.22s ease;
  }

  .shogun-route__gift-name {
    font-family: "adobe-caslon-pro", serif;
    font-size: 14px;
    line-height: 1.1;
    color: #f0f4fb;
    text-align: center;
  }

  .shogun-route__gift:hover .shogun-route__gift-image,
  .shogun-route__gift:focus-visible .shogun-route__gift-image {
    transform: scale(1.04);
  }

  /* Shogun FAQ */
.shogun-faq__wrap {
  max-width: 62.5rem;
  margin: 0 auto;
}

.shogun-faq__heading {
  margin-bottom: 2.25rem;
  text-align: center;
}


.shogun-faq__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
}

.shogun-faq__summary::-webkit-details-marker {
  display: none;
}

.shogun-faq__question {
  font-family: var(--shogun-font-body);
  font-weight: var(--shogun-fw-regular);
  font-size: inherit;
  line-height: var(--shogun-lh-body);
  letter-spacing: var(--shogun-ls-body);
  text-transform: none;
  color: #ffffff;
}

.shogun-faq__icon {
  flex: 0 0 auto;
  width: 1em;
  text-align: center;
  font-family: var(--shogun-font-body);
  font-weight: 300;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1;
  color: var(--shogun-color-text);
  transition: transform 0.2s ease, color 0.2s ease;
}

.shogun-faq__item[open] .shogun-faq__icon {
  transform: rotate(45deg);
  color: var(--shogun-color-accent);
}

.shogun-faq__answer {
  padding: 0 0 1.35rem;
  font-family: var(--shogun-font-body);
  font-weight: var(--shogun-fw-regular);
  line-height: var(--shogun-lh-body);
  letter-spacing: var(--shogun-ls-body);
  color: rgba(var(--shogun-rgb-text), 0.8);
}

.shogun-faq__answer p {
  margin: 0;
}

@media (max-width: 48rem) {
  .shogun-faq__heading {
    margin-bottom: 1.5rem;
  }

  .shogun-faq__summary {
    padding: 1rem 0;
  }


  .shogun-faq__icon {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }
}


  @media (max-width: 1100px) {
    .shogun-route__step {
      min-height: 238px;
    }

    .shogun-route__step--5 {
      min-height: 260px;
    }

    .shogun-route__step--1 { --char-size: 160px; }
    .shogun-route__step--2 { --char-size: 174px; }
    .shogun-route__step--3 { --char-size: 186px; }
    .shogun-route__step--4 { --char-size: 200px; }
    .shogun-route__step--5 { --char-size: 222px; }
  }

  @media (max-width: 900px) {
    .shogun-ranks {
      padding: 3.75rem 1rem 4.5rem;
      overflow: hidden;
      background-color: #111111;
    }

    .shogun-ranks::before {
      background: #111111;
    }

    .shogun-ranks.shogun-ranks--mobile-prep {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .shogun-ranks.shogun-ranks--mobile-prep.is-inview {
      opacity: 1;
      transform: none;
    }

    .shogun-ranks__mobile-tip {
      width: min(760px, 94%);
      font-size: clamp(0.72rem, 2.9vw, 0.9rem);
      letter-spacing: 0.08em;
    }

    .shogun-ranks__wrap {
      padding: 2.25rem 0 2.75rem;
      border: 0;
      overflow: hidden;
      background: #111111;
    }

    .shogun-route {
      --mobile-gap: 12px;
      --mobile-card-width: calc((100% - (var(--mobile-gap) * 2)) / 2.5);
      width: calc(100% + 2rem);
      max-width: 100%;
      margin: 0 0rem;
      padding: 8px 6px 18px;
      box-sizing: border-box;
      display: flex;
      gap: var(--mobile-gap);
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x proximity;
      scroll-padding-inline: 6px;
      overscroll-behavior-x: contain;
      -webkit-overflow-scrolling: touch;
      background: #111111;
      scrollbar-width: thin;
      scrollbar-color: rgba(213, 213, 213, 0.22) rgba(255, 255, 255, 0.08);
    }

    .shogun-route::-webkit-scrollbar {
      height: 6px;
    }

    .shogun-route::-webkit-scrollbar-thumb {
      background: rgba(213, 213, 213, 0.22);
      border-radius: 999px;
    }

    .shogun-route::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.08);
    }

    .shogun-route__mobile-path {
      display: none !important;
    }

    .shogun-route__step,
    .shogun-route__step--1,
    .shogun-route__step--2,
    .shogun-route__step--3,
    .shogun-route__step--4,
    .shogun-route__step--5 {
      flex: 0 0 var(--mobile-card-width);
      max-width: var(--mobile-card-width);
      min-height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      display: block !important;
      grid-template-columns: 1fr !important;
      scroll-snap-align: start;
      box-sizing: border-box;
    }

    .shogun-route__step:first-child {
      margin-left: 6px;
    }

    .shogun-route__step:last-child {
      margin-right: 6px;
    }

    .shogun-route__point,
    .shogun-route__rank-chip,
    .shogun-route__tap-hint,
    .shogun-route__samurai-card {
      display: none !important;
    }

    .shogun-route__mobile-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      grid-column: 1 / -1;
      justify-items: center;
      align-content: start;
      gap: 8px;
      width: 100%;
      min-height: 272px;
      padding: 14px 10px 12px;
      border: 0;
      box-shadow: inset 0 0 0 2px rgba(213, 213, 213, 0.2);
      background: #111111;
      color: #d5d5d5;
      appearance: none;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      transition: transform 0.32s ease, box-shadow 0.32s ease;
      filter: none;
    }

    .shogun-route__mobile-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent;
      opacity: 0;
      transition: opacity 0.32s ease;
      pointer-events: none;
    }

    .shogun-route__step.is-current .shogun-route__mobile-card {
      transform: none;
      box-shadow: inset 0 0 0 2px rgba(213, 213, 213, 0.2);
    }

    .shogun-route__mobile-card:focus-visible {
      outline: none;
    }

    .shogun-route__mobile-info {
      width: 18px;
      height: 18px;
      object-fit: contain;
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 2;
      opacity: 0.98;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
    }

    .shogun-route__mobile-sign {
      width: min(100%, 68px);
      height: auto;
      margin-top: 4px;
      z-index: 2;
    }

    .shogun-route__mobile-tier {
      font-family: "trajan-pro-3", serif;
      font-weight: 400;
      font-size: clamp(0.72rem, 2.5vw, 0.84rem);
      line-height: 1.05;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #ec6a2c;
      z-index: 2;
    }

    .shogun-route__mobile-character {
      width: min(100%, 200px);
      height: auto;
      z-index: 2;
    }

    .shogun-route__mobile-visit {
      margin-top: auto;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: clamp(0.72rem, 2.5vw, 0.85rem);
      line-height: 1.2;
      letter-spacing: 0.06em;
      color: rgba(213, 213, 213, 0.8);
      z-index: 2;
    }

    .shogun-route__swipe-hint {
      display: block;
      width: 62px;
      pointer-events: none;
      opacity: 0.86;
      margin-left: auto;
    }

    .shogun-route__swipe-hint.is-fallback::before {
      content: "Swipe";
      display: block;
      text-align: center;
      font-size: 11px;
      line-height: 30px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(236, 106, 44, 0.86);
    }

    .shogun-popup__dialog {
      width: min(340px, 78vw);
      padding: 10px;
    }
  }


/* FAQ reveal on scroll */
  #shogun-faq.shogun-faq--reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  } 

  #shogun-faq.shogun-faq--reveal.is-inview {
    opacity: 1;
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    #shogun-faq.shogun-faq--reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }


  @media (max-width: 560px) {
    .shogun-route {
      --mobile-gap: 10px;
      --mobile-card-width: calc((100% - (var(--mobile-gap) * 2)) / 2.5);
      padding: 8px 6px 16px;
      scroll-padding-inline: 6px;
    }

    .shogun-route__mobile-card {
      min-height: 254px;
      padding: 12px 9px 10px;
      gap: 7px;
    }

    .shogun-route__mobile-sign {
      width: min(100%, 60px);
    }

    .shogun-route__mobile-character {
      width: min(100%, 98px);
    }
  }

  @media (max-width: 420px) {
    .shogun-route {
      --mobile-gap: 9px;
      --mobile-card-width: calc((100% - (var(--mobile-gap) * 2)) / 2.5);
      padding: 6px 6px 14px;
      scroll-padding-inline: 6px;
    }

    .shogun-route__mobile-card {
      min-height: 240px;
      padding: 11px 8px 10px;
    }

    .shogun-route__mobile-sign {
      width: min(100%, 54px);
    }

    .shogun-route__mobile-character {
      width: min(100%, 90px);
    }

    .shogun-route__mobile-tier {
      letter-spacing: 0.12em;
    }
  }

  @media (max-width: 900px) {
  .shogun-route__step.is-current .shogun-route__mobile-card {
    transform: none;
    box-shadow: inset 0 0 0 2px rgba(213, 213, 213, 0.2);
  }
}
/* Samurai prize + process section styles */
#shogun-emaki-prize.emaki-prize-process {
  padding: 3.75rem 1.25rem;
  background: #111111;
}

#{{ section_id }} .emaki-prize-process__inner,
#{{ section_id }} .emaki-process {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

#shogun-emaki-prize .emaki-prize-process__intro {
  text-align: center;
  margin-bottom: 8%;
}

@media (max-width: 48rem) {
  #shogun-emaki-prize .emaki-prize-process__intro {
    margin-bottom: 17%;
  }
}

#shogun-emaki-prize {
  font-family: "Inter", sans-serif;
}

/* Higher specificity (id + class) overrides the inline <style> block in the liquid file */
#shogun-emaki-prize.emaki-prize-process .emaki-prize-process__description,
#shogun-emaki-prize.emaki-prize-process .emaki-process__lead {
  color: rgba(var(--shogun-rgb-text), 0.8);
}

#shogun-emaki-prize .emaki-prize-process__title,
#shogun-emaki-prize .emaki-process__title,
#shogun-emaki-prize .emaki-process__step-title {
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heading-color);
}

#shogun-emaki-prize .emaki-prize-process__title {
  font-size: clamp(1.4rem, 3.8vw, 2.4rem);
  line-height: 1.08;
}

#shogun-emaki-prize .emaki-process__title {
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  line-height: 1.1;
}

#shogun-emaki-prize .emaki-process__step-title {
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.2;
  margin: 0;
}

#{{ section_id }} .emaki-prize-process__description,
#{{ section_id }} .emaki-process__lead,
#{{ section_id }} .emaki-process__step-text,
#{{ section_id }} .emaki-process__control-number,
#{{ section_id }} .emaki-process__control-label {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
}


#shogun-emaki-prize .emaki-prize-process__video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #111111;
}

#shogun-emaki-prize .emaki-prize-process__marquee {
  --row-height: clamp(84px, 9.2vw, 176px);
  position: relative;
  display: grid;
  gap: 16px;
  padding: 14px 0;
  overflow: hidden;
  background: #111111;
}

#shogun-emaki-prize .emaki-prize-process__marquee::before,
#shogun-emaki-prize .emaki-prize-process__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(46px, 10vw, 150px);
  pointer-events: none;
  z-index: 3;
}

#shogun-emaki-prize .emaki-prize-process__marquee::before {
  left: 0;
  background: linear-gradient(to right, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

#shogun-emaki-prize .emaki-prize-process__marquee::after {
  right: 0;
  background: linear-gradient(to left, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

#shogun-emaki-prize .emaki-prize-process__marquee-row {
  overflow: hidden;
  position: relative;
}

#shogun-emaki-prize .emaki-prize-process__marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation-name: emaki-marquee-left;
  animation-duration: 95s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#shogun-emaki-prize .emaki-prize-process__marquee-row--2 .emaki-prize-process__marquee-track {
  animation-name: emaki-marquee-right;
  animation-duration: 112s;
}

#shogun-emaki-prize .emaki-prize-process__marquee-row--3 .emaki-prize-process__marquee-track {
  animation-duration: 104s;
}

#shogun-emaki-prize .emaki-prize-process__marquee-track img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  height: var(--row-height);
  user-select: none;
  pointer-events: none;
}

@keyframes emaki-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes emaki-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

#shogun-emaki-prize .emaki-process__head {
  display: grid;
  justify-items: center;
  gap: 12px;
}

#shogun-emaki-prize .emaki-process__lead {
  margin: 0;
}

#shogun-emaki-prize .emaki-process__nav-wrap {
  margin-top: 14px;
  margin-bottom: 16px;
}

#shogun-emaki-prize .emaki-process__copy {
  padding-top: 2px;
}

#shogun-emaki-prize .emaki-process__step-title {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #shogun-emaki-prize .emaki-prize-process__marquee {
    --row-height: clamp(72px, 18vw, 124px);
    gap: 12px;
    padding: 12px 0;
  }

  #shogun-emaki-prize .emaki-process__head {
    gap: 16px;
  }

  #shogun-emaki-prize .emaki-process__nav-wrap {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  #shogun-emaki-prize .emaki-process__progress {
    margin-top: 8px;
  }

  #shogun-emaki-prize .emaki-process__step-title {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  #shogun-emaki-prize .emaki-prize-process__marquee {
    --row-height: clamp(64px, 20vw, 98px);
    gap: 10px;
  }

  #shogun-emaki-prize .emaki-process__head {
    gap: 18px;
  }

  #shogun-emaki-prize .emaki-process__nav-wrap {
    margin-bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #shogun-emaki-prize .emaki-prize-process__marquee-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}
