/* Mikamo Kissa English travel guide — 2026-08-08 */
:root {
  --mkk-ink: #1f2b26;
  --mkk-muted: #647068;
  --mkk-forest: #254d3c;
  --mkk-forest-dark: #17382c;
  --mkk-sage: #e7efe7;
  --mkk-paper: #f7f2e9;
  --mkk-white: #fffdf9;
  --mkk-gold: #c58d4a;
  --mkk-gold-dark: #9d682f;
  --mkk-line: rgba(31, 43, 38, 0.13);
  --mkk-shadow: 0 22px 60px rgba(31, 43, 38, 0.13);
  --mkk-shadow-soft: 0 12px 34px rgba(31, 43, 38, 0.08);
}

/* English landing is intentionally self-contained. */
body.mikamo-kissa-english-travel {
  padding-bottom: 0 !important;
  background: var(--mkk-paper) !important;
  color: var(--mkk-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.mikamo-kissa-english-travel #site-header,
body.mikamo-kissa-english-travel .page-header,
body.mikamo-kissa-english-travel .breadcrumb,
body.mikamo-kissa-english-travel .site-body-bottom,
body.mikamo-kissa-english-travel .site-footer,
body.mikamo-kissa-english-travel #vk-mobile-nav,
body.mikamo-kissa-english-travel #vk-mobile-nav-menu-btn,
body.mikamo-kissa-english-travel .mikamo-ui-mobile-cta,
body.mikamo-kissa-english-travel .sub-section {
  display: none !important;
}

/* Global Japanese after-content blocks are replaced by the English CTA/footer. */
body.mikamo-kissa-english-travel > .wp-block-cover.alignfull,
body.mikamo-kissa-english-travel > .mikamo-ui-trust,
body.mikamo-kissa-english-travel > div[style*="background:#f5f5f5"] {
  display: none !important;
}

body.mikamo-kissa-english-travel .site-body,
body.mikamo-kissa-english-travel .site-body-container,
body.mikamo-kissa-english-travel .main-section,
body.mikamo-kissa-english-travel .entry,
body.mikamo-kissa-english-travel .entry-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mkk-en {
  overflow: hidden;
  background: var(--mkk-paper);
  color: var(--mkk-ink);
}

.mkk-en *,
.mkk-en *::before,
.mkk-en *::after {
  box-sizing: border-box;
}

.mkk-en img {
  max-width: 100%;
}

.mkk-en a {
  text-underline-offset: 0.2em;
}

.mkk-en-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0 26px;
}

.mkk-en-topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(20, 37, 30, 0.44);
  backdrop-filter: blur(16px);
}

.mkk-en-topbar__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mkk-en-brand {
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none !important;
}

.mkk-en-brand small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkk-en-topbar__nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mkk-en-topbar__nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
}

.mkk-en-topbar__nav a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.12);
}

.mkk-en-hero {
  position: relative;
  display: flex;
  min-height: 780px;
  align-items: flex-end;
  padding: 150px 0 92px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 39, 31, 0.95) 0%, rgba(18, 39, 31, 0.78) 45%, rgba(18, 39, 31, 0.2) 100%),
    linear-gradient(180deg, rgba(18, 39, 31, 0.08), rgba(18, 39, 31, 0.64)),
    url("https://mikamokissa.com/wp-content/uploads/2026/04/kissa_002.jpg") center 52% / cover no-repeat;
}

.mkk-en-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.mkk-en-hero__content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.mkk-en-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: #d8b577;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkk-en-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mkk-en-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.mkk-en-hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.mkk-en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.mkk-en-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mkk-en-btn:hover {
  transform: translateY(-2px);
}

.mkk-en-btn--primary {
  background: var(--mkk-gold);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(197, 141, 74, 0.3);
}

.mkk-en-btn--glass {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.mkk-en-btn--dark {
  background: var(--mkk-forest-dark);
  color: #fff !important;
}

.mkk-en-btn--outline {
  border: 1px solid var(--mkk-forest);
  background: transparent;
  color: var(--mkk-forest) !important;
}

.mkk-en-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.mkk-en-hero__facts span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(18, 39, 31, 0.34);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.mkk-en-section {
  padding: clamp(68px, 8vw, 110px) 0;
}

.mkk-en-section--paper {
  background:
    radial-gradient(circle at 92% 4%, rgba(197, 141, 74, 0.12), transparent 30%),
    var(--mkk-paper);
}

.mkk-en-section--white {
  background: var(--mkk-white);
}

.mkk-en-section--sage {
  background:
    radial-gradient(circle at 0 100%, rgba(37, 77, 60, 0.1), transparent 34%),
    var(--mkk-sage);
}

.mkk-en-section--forest {
  background:
    radial-gradient(circle at 92% 3%, rgba(216, 181, 119, 0.16), transparent 32%),
    var(--mkk-forest-dark);
  color: #fff;
}

.mkk-en-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.mkk-en-kicker {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #deeadf;
  color: var(--mkk-forest);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkk-en-section--forest .mkk-en-kicker,
.mkk-en-cta .mkk-en-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #e4c58c;
}

.mkk-en-section h2,
.mkk-en-cta h2 {
  margin: 13px 0 0;
  color: var(--mkk-ink) !important;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.mkk-en-section--forest h2,
.mkk-en-cta h2 {
  color: #fff !important;
}

.mkk-en-section__intro {
  margin: 17px 0 0;
  color: var(--mkk-muted);
  font-size: 16px;
  line-height: 1.78;
}

.mkk-en-section--forest .mkk-en-section__intro {
  color: rgba(255, 255, 255, 0.7);
}

.mkk-en-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mkk-en-value-card {
  position: relative;
  min-height: 260px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--mkk-line);
  border-radius: 24px;
  background: var(--mkk-white);
  box-shadow: var(--mkk-shadow-soft);
}

.mkk-en-value-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(197, 141, 74, 0.08);
}

.mkk-en-value-card--green::after {
  background: rgba(37, 77, 60, 0.1);
}

.mkk-en-value-card--gold {
  background: #2a513f;
  color: #fff;
}

.mkk-en-value-card__number {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 14px;
  background: var(--mkk-paper);
  color: var(--mkk-gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.mkk-en-value-card--gold .mkk-en-value-card__number {
  background: rgba(255, 255, 255, 0.13);
  color: #e7c68e;
}

.mkk-en-value-card h3 {
  margin: 47px 0 10px;
  color: var(--mkk-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.mkk-en-value-card--gold h3 {
  color: #fff;
}

.mkk-en-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mkk-muted);
  font-size: 14px;
  line-height: 1.72;
}

.mkk-en-value-card--gold p {
  color: rgba(255, 255, 255, 0.73);
}

.mkk-en-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.mkk-en-split__content h2 {
  max-width: 620px;
}

.mkk-en-menu-card {
  margin-top: 28px;
  padding: 25px;
  border: 1px solid rgba(37, 77, 60, 0.2);
  border-radius: 23px;
  background: #edf4eb;
}

.mkk-en-menu-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.mkk-en-menu-card small {
  color: var(--mkk-forest);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkk-en-menu-card h3 {
  margin: 7px 0 2px;
  color: var(--mkk-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.mkk-en-menu-card__top p {
  margin: 0;
  color: var(--mkk-muted);
  font-size: 12px;
}

.mkk-en-menu-card__top > strong {
  flex: none;
  color: var(--mkk-forest);
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.mkk-en-menu-card ul,
.mkk-en-check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mkk-en-menu-card li,
.mkk-en-check-list li {
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: var(--mkk-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.6;
}

.mkk-en-menu-card li::before,
.mkk-en-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mkk-forest);
  font-weight: 900;
}

.mkk-en-phrase {
  margin-top: 16px;
  padding: 19px 20px;
  border-left: 4px solid var(--mkk-gold);
  border-radius: 0 16px 16px 0;
  background: var(--mkk-paper);
}

.mkk-en-phrase small,
.mkk-en-phrase strong,
.mkk-en-phrase span {
  display: block;
}

.mkk-en-phrase small {
  color: #8b755d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mkk-en-phrase strong {
  margin-top: 8px;
  color: var(--mkk-ink);
  font-size: 19px;
}

.mkk-en-phrase span {
  margin-top: 2px;
  color: var(--mkk-muted);
  font-size: 13px;
}

.mkk-en-note {
  margin: 18px 0 0;
  color: #74695b;
  font-size: 12px;
  line-height: 1.7;
}

.mkk-en-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--mkk-forest) !important;
  font-size: 13px;
  font-weight: 900;
}

.mkk-en-split__photo {
  margin: 0;
}

.mkk-en-split__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--mkk-shadow);
}

.mkk-en-split__photo figcaption {
  margin: 12px 6px 0;
  color: var(--mkk-muted);
  font-size: 10px;
  line-height: 1.55;
}

.mkk-en-route-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mkk-en-route-step {
  min-height: 260px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.mkk-en-route-step > span {
  color: #d8b577;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mkk-en-route-step h3 {
  margin: 62px 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.mkk-en-route-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 1.7;
}

.mkk-en-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mkk-en-destination-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  border-radius: 22px;
  background: var(--mkk-white);
  color: var(--mkk-ink) !important;
  box-shadow: 0 18px 42px rgba(5, 20, 15, 0.18);
  text-decoration: none !important;
  transition: transform 0.18s ease;
}

.mkk-en-destination-card:hover {
  transform: translateY(-3px);
}

.mkk-en-destination-card--official {
  background: #e6d2ab;
}

.mkk-en-destination-card > span {
  color: var(--mkk-gold-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mkk-en-destination-card h3 {
  margin: 15px 0 10px;
  color: var(--mkk-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.mkk-en-destination-card p {
  margin: 0;
  color: var(--mkk-muted);
  font-size: 13px;
  line-height: 1.68;
}

.mkk-en-destination-card b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: var(--mkk-forest);
  font-size: 13px;
}

.mkk-en-dog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.mkk-en-dog-photo {
  margin: 0;
}

.mkk-en-dog-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 72% center;
  border-radius: 30px;
  box-shadow: var(--mkk-shadow);
}

.mkk-en-dog-content h2 {
  max-width: 560px;
}

.mkk-en-dog-content > p {
  margin: 18px 0 0;
  color: var(--mkk-muted);
  font-size: 15px;
  line-height: 1.8;
}

.mkk-en-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 17px;
}

.mkk-en-visit-card {
  padding: clamp(25px, 4vw, 36px);
  border: 1px solid var(--mkk-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--mkk-shadow-soft);
}

.mkk-en-visit-card dl {
  margin: 0;
}

.mkk-en-visit-card dl > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--mkk-line);
}

.mkk-en-visit-card dl > div:first-child {
  padding-top: 0;
}

.mkk-en-visit-card dl > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mkk-en-visit-card dt {
  color: var(--mkk-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mkk-en-visit-card dd {
  margin: 0;
  color: var(--mkk-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.mkk-en-visit-card dd a {
  color: var(--mkk-forest);
}

.mkk-en-visit-card--map {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 181, 119, 0.18), transparent 36%),
    var(--mkk-forest-dark);
}

.mkk-en-map-pin {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #e5c58d;
  font-size: 22px;
}

.mkk-en-visit-card--map h3 {
  margin: 28px 0 10px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}

.mkk-en-visit-card--map > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.mkk-en-visit-card--map > p strong {
  color: #fff;
}

.mkk-en-visit-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mkk-en-visit-card--map .mkk-en-btn--dark {
  background: var(--mkk-gold);
}

.mkk-en-visit-card--map .mkk-en-btn--outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.mkk-en-language-note {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px !important;
}

.mkk-en-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mkk-en-faq-grid article {
  padding: 24px;
  border: 1px solid var(--mkk-line);
  border-radius: 20px;
  background: var(--mkk-white);
}

.mkk-en-faq-grid h3 {
  margin: 0;
  color: var(--mkk-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.mkk-en-faq-grid p {
  margin: 10px 0 0;
  color: var(--mkk-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mkk-en-cta {
  padding: 82px 0;
  color: #fff;
  background: #112d23;
}

.mkk-en-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  gap: 36px;
  align-items: center;
  padding: clamp(30px, 5vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 181, 119, 0.19), transparent 34%),
    #1b4434;
  box-shadow: 0 30px 80px rgba(5, 21, 15, 0.28);
}

.mkk-en-cta__panel h2 {
  font-size: clamp(34px, 5vw, 55px);
}

.mkk-en-cta__panel p {
  max-width: 650px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}

.mkk-en-cta__actions {
  display: grid;
  gap: 10px;
}

.mkk-en-footer {
  padding: 36px 0 42px;
  background: #0d241b;
  color: rgba(255, 255, 255, 0.65);
}

.mkk-en-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mkk-en-footer strong {
  color: #fff;
  font-size: 15px;
}

.mkk-en-footer p {
  margin: 4px 0 0;
  font-size: 11px;
}

.mkk-en-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mkk-en-footer a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

.mkk-en-mobile-dock {
  display: none;
}

/* Traditional Chinese keeps the shared art direction while respecting CJK rhythm. */
.mkk-zh {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Hiragino Sans", sans-serif;
}

.mkk-zh .mkk-en-hero h1 {
  max-width: 840px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.13;
  letter-spacing: 0.005em;
}

.mkk-zh :where(h2, h3, strong) {
  letter-spacing: 0.01em;
}

.mkk-zh :where(p, li, dd) {
  line-height: 1.85;
}

/* A compact English entry placed directly after the Japanese home hero. */
.mkk-en-home-entry {
  margin: 0 calc(50% - 50vw);
  padding: 14px 18px;
  background: var(--mkk-forest-dark);
}

.mkk-en-home-entry__inner {
  display: grid;
  width: min(1100px, 100%);
  min-height: 78px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

.mkk-en-home-entry__language {
  display: grid;
  min-height: 64px;
  padding: 8px 13px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff !important;
  text-decoration: none !important;
}

.mkk-en-home-entry__language:hover {
  border-color: rgba(227, 193, 132, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.mkk-en-home-entry__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #e3c184;
  font-size: 12px;
  font-weight: 900;
}

.mkk-en-home-entry__copy strong,
.mkk-en-home-entry__copy span {
  display: block;
}

.mkk-en-home-entry__copy strong {
  font-size: 16px;
  font-weight: 900;
}

.mkk-en-home-entry__copy span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.mkk-en-home-entry__arrow {
  color: #e3c184;
  font-size: 19px;
}

.mk-kissa-english-link > a,
.mk-kissa-zh-hant-link > a {
  color: #2f5b49 !important;
  font-weight: 800;
}

@media (max-width: 820px) {
  body.mikamo-kissa-english-travel {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .mkk-en-shell {
    padding: 0 17px;
  }

  .mkk-en-topbar__inner {
    min-height: calc(61px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
  }

  .mkk-en-brand {
    font-size: 14px;
  }

  .mkk-en-brand small,
  .mkk-en-topbar__nav a:first-child,
  .mkk-en-topbar__nav a:nth-child(2) {
    display: none;
  }

  .mkk-en-topbar__nav a:last-child {
    min-height: 39px;
    padding: 0 11px;
    font-size: 11px;
  }

  .mkk-en-hero {
    min-height: 720px;
    padding: calc(112px + env(safe-area-inset-top, 0px)) 0 58px;
    background:
      linear-gradient(180deg, rgba(18, 39, 31, 0.35), rgba(18, 39, 31, 0.92)),
      url("https://mikamokissa.com/wp-content/uploads/2026/04/kissa_002.jpg") 48% center / cover no-repeat;
  }

  .mkk-en-hero h1 {
    max-width: 440px;
    font-size: clamp(44px, 12.6vw, 62px);
    line-height: 0.98;
  }

  .mkk-zh .mkk-en-hero h1 {
    max-width: 430px;
    font-size: clamp(38px, 10.7vw, 50px);
    line-height: 1.16;
  }

  .mkk-en-hero__lead {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.65;
  }

  .mkk-en-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

  .mkk-en-btn {
    width: 100%;
    min-height: 54px;
  }

  .mkk-en-hero__facts {
    margin-top: 21px;
  }

  .mkk-en-section {
    padding: 64px 0;
  }

  .mkk-en-section__head {
    margin-bottom: 24px;
  }

  .mkk-en-section h2,
  .mkk-en-cta h2 {
    font-size: 36px;
    line-height: 1.06;
  }

  .mkk-en-section__intro {
    font-size: 14px;
    line-height: 1.72;
  }

  .mkk-en-value-grid,
  .mkk-en-split,
  .mkk-en-destination-grid,
  .mkk-en-dog-grid,
  .mkk-en-visit-grid,
  .mkk-en-cta__panel {
    grid-template-columns: 1fr;
  }

  .mkk-en-value-grid,
  .mkk-en-route-flow {
    display: flex;
    width: calc(100% + 17px);
    margin-right: -17px;
    padding: 4px 17px 18px 1px;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mkk-en-value-grid::-webkit-scrollbar,
  .mkk-en-route-flow::-webkit-scrollbar {
    display: none;
  }

  .mkk-en-value-card,
  .mkk-en-route-step {
    flex: 0 0 min(82vw, 330px);
    min-height: 250px;
    scroll-snap-align: start;
  }

  .mkk-en-split {
    gap: 34px;
  }

  .mkk-en-split__photo {
    order: -1;
  }

  .mkk-en-split__photo img {
    aspect-ratio: 16 / 12;
    border-radius: 23px;
  }

  .mkk-en-menu-card {
    padding: 21px 18px;
    border-radius: 20px;
  }

  .mkk-en-menu-card__top {
    display: block;
  }

  .mkk-en-menu-card__top > strong {
    display: block;
    margin-top: 14px;
  }

  .mkk-en-route-flow {
    grid-template-columns: none;
  }

  .mkk-en-destination-card {
    min-height: 235px;
  }

  .mkk-en-dog-grid {
    gap: 31px;
  }

  .mkk-en-dog-photo img {
    border-radius: 23px;
  }

  .mkk-en-visit-card {
    padding: 23px 19px;
    border-radius: 21px;
  }

  .mkk-en-visit-card dl > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .mkk-en-faq-grid {
    grid-template-columns: 1fr;
  }

  .mkk-en-cta {
    padding: 64px 0;
  }

  .mkk-en-cta__panel {
    gap: 26px;
    padding: 26px 20px;
    border-radius: 23px;
  }

  .mkk-en-footer {
    padding-bottom: 105px;
  }

  .mkk-en-footer__inner {
    display: block;
  }

  .mkk-en-footer__links {
    margin-top: 16px;
  }

  .mkk-en-mobile-dock {
    position: fixed;
    right: 10px;
    bottom: calc(9px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background: rgba(17, 45, 35, 0.94);
    box-shadow: 0 16px 36px rgba(5, 20, 15, 0.3);
    backdrop-filter: blur(15px);
  }

  .mkk-en-mobile-dock a {
    display: flex;
    min-height: 55px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 13px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none !important;
  }

  .mkk-en-mobile-dock a:nth-child(2) {
    background: var(--mkk-gold);
  }

  .mkk-en-mobile-dock span {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    font-size: 12px;
    font-weight: 950;
  }

  .mkk-en-home-entry {
    padding: 12px 16px;
  }

  .mkk-en-home-entry__inner {
    min-height: 72px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .mkk-en-home-entry__language {
    min-height: 60px;
    gap: 10px;
  }

  .mkk-en-home-entry__mark {
    width: 41px;
    height: 41px;
    border-radius: 13px;
  }

  .mkk-en-home-entry__copy strong {
    font-size: 14px;
  }

  .mkk-en-home-entry__copy span {
    font-size: 10px;
    line-height: 1.45;
  }
}

@media (max-width: 380px) {
  .mkk-en-hero h1 {
    font-size: 42px;
  }

  .mkk-zh .mkk-en-hero h1 {
    font-size: 37px;
  }

  .mkk-en-visit-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mkk-en-btn,
  .mkk-en-destination-card {
    transition: none;
  }

  html {
    scroll-behavior: auto !important;
  }
}
