/* Miss Universe Japan — missuniversejapan.com */
/* Original: Squarespace, parallax, elegant pageant site */
/* Layout: 1020px centered, gold/black/white, serif accents */

/* ═══════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Source Sans Pro', 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.75;
  color: #2a2a2a;
  background: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #c8a45c; text-decoration: none; transition: color 0.2s, opacity 0.2s; }
a:hover { color: #a07830; }

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.mu-header {
  background: #1a1a1a;
  border-bottom: 2px solid #c8a45c;
  padding: 0;
}
.mu-header-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mu-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mu-logo-icon {
  height: 32px;
  width: auto;
}
.mu-logo-name {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mu-logo-name .mu-sub {
  display: block;
  font-size: 0.48em;
  color: #c8a45c;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 1px;
}
.mu-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(200,164,92,0.5);
  color: #c8a45c;
  font-size: 1.1em;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 3px;
}
.mu-toggle:hover { border-color: #c8a45c; }

/* ═══════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════ */
.mu-nav {
  background: #111;
}
.mu-nav-items {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0;
}
.mu-nav-items a {
  display: block;
  color: rgba(255,255,255,0.6);
  padding: 10px 16px;
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}
.mu-nav-items a:hover,
.mu-nav-items a.active {
  color: #c8a45c;
  background: rgba(200,164,92,0.06);
}

/* ═══════════════════════════════════════
   MAIN
   ═══════════════════════════════════════ */
.mu-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 22px;
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.mu-hero {
  background: #1a1a1a;
  padding: 48px 30px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 0;
  position: relative;
}
.mu-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mu-hero p {
  font-size: 0.9em;
  color: rgba(255,255,255,0.55);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
}
.mu-hero-img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin-bottom: 20px;
  opacity: 0.85;
}

/* ═══════════════════════════════════════
   SECTION HEADING
   ═══════════════════════════════════════ */
.mu-heading {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15em;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mu-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #c8a45c;
  margin: 8px auto 0;
}

/* ═══════════════════════════════════════
   ARTICLE GRID
   ═══════════════════════════════════════ */
.mu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 20px 0;
}
.mu-tile {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: border-color 0.25s;
}
.mu-tile:hover { border-color: #c8a45c; }
.mu-tile-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.mu-tile-body {
  padding: 16px;
}
.mu-tile-body h3 {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}
.mu-tile-body h3 a { color: #2a2a2a; }
.mu-tile-body h3 a:hover { color: #c8a45c; }
.mu-tile-body p {
  font-size: 0.82em;
  color: #888;
  line-height: 1.5;
}
.mu-tile-date {
  font-size: 0.72em;
  color: #bbb;
  margin-top: 6px;
  letter-spacing: 0.04em;
}
.mu-label {
  display: inline-block;
  background: #c8a45c;
  color: #fff;
  font-size: 0.6em;
  padding: 2px 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ═══════════════════════════════════════
   ARTICLE PAGE
   ═══════════════════════════════════════ */
.mu-article {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 22px;
}
.mu-article-top {
  margin-bottom: 20px;
}
.mu-trail {
  font-size: 0.76em;
  color: #bbb;
  margin-bottom: 10px;
}
.mu-trail a { color: #c8a45c; }
.mu-article-top h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7em;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 8px;
}
.mu-article-info {
  font-size: 0.78em;
  color: #bbb;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.mu-main-photo {
  width: 100%;
  margin-bottom: 22px;
}
.mu-side-photo {
  float: right;
  margin: 0 0 12px 18px;
  max-width: 240px;
  border: 1px solid #eee;
}

/* ═══════════════════════════════════════
   ARTICLE BODY
   ═══════════════════════════════════════ */
.mu-text {
  font-size: 0.95em;
  line-height: 1.85;
  color: #444;
}
.mu-text h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 400;
  margin: 26px 0 10px;
  letter-spacing: 0.04em;
}
.mu-text h3 {
  color: #c8a45c;
  font-size: 1em;
  font-weight: 600;
  margin: 18px 0 6px;
}
.mu-text p { margin-bottom: 12px; }
.mu-text ul, .mu-text ol {
  margin: 6px 0 14px 22px;
}
.mu-text li { margin-bottom: 4px; }
.mu-text strong { color: #2a2a2a; }
.mu-text blockquote {
  border-left: 3px solid #c8a45c;
  margin: 16px 0;
  padding: 10px 18px;
  background: #faf8f4;
  color: #666;
  font-style: italic;
}
.mu-text a { text-decoration: underline; text-underline-offset: 2px; }
.mu-text a:hover { color: #a07830; }

/* ═══════════════════════════════════════
   TABLES
   ═══════════════════════════════════════ */
.mu-text table {
  border-collapse: collapse;
  width: 100%;
  margin: 14px 0;
  font-size: 0.88em;
}
.mu-text th, .mu-text td {
  padding: 8px 10px;
  border: 1px solid #eee;
  text-align: left;
}
.mu-text th {
  background: #1a1a1a;
  color: #c8a45c;
  font-weight: 600;
}
.mu-text tr:nth-child(even) { background: #faf8f4; }
.mu-text tr:hover { background: #f5f0e8; }

/* ═══════════════════════════════════════
   RELATED
   ═══════════════════════════════════════ */
.mu-related {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #eee;
}
.mu-related h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05em;
  color: #1a1a1a;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.mu-footer {
  background: #1a1a1a;
  border-top: 2px solid #c8a45c;
  padding: 28px 22px;
  margin-top: 36px;
}
.mu-footer-inner {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.mu-footer-info {
  flex: 2;
  min-width: 180px;
}
.mu-footer-info p {
  color: rgba(255,255,255,0.35);
  font-size: 0.8em;
  margin-top: 6px;
  line-height: 1.55;
}
.mu-footer-nav {
  flex: 1;
  min-width: 130px;
}
.mu-footer-nav h4 {
  color: #c8a45c;
  font-size: 0.72em;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mu-footer-nav ul { list-style: none; }
.mu-footer-nav li { margin-bottom: 4px; }
.mu-footer-nav a { color: rgba(255,255,255,0.35); font-size: 0.8em; }
.mu-footer-nav a:hover { color: #c8a45c; }
.mu-footer-copy {
  max-width: 1020px;
  margin: 14px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-size: 0.7em;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════
   SERVICE PAGES
   ═══════════════════════════════════════ */
.mu-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 22px;
}
.mu-page h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.65em;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.mu-page h2 {
  color: #c8a45c;
  font-size: 1.08em;
  margin: 20px 0 8px;
  font-weight: 600;
}
.mu-page p { margin-bottom: 10px; color: #555; }
.mu-page ul { margin: 5px 0 12px 18px; color: #555; }
.mu-page li { margin-bottom: 3px; }

/* ═══════════════════════════════════════
   RESPONSIVE — 780px
   ═══════════════════════════════════════ */
@media (max-width: 780px) {
  .mu-toggle { display: block; }
  .mu-nav-items { display: none; flex-direction: column; padding: 0; justify-content: flex-start; }
  .mu-nav-items.open { display: flex; }
  .mu-nav-items a { padding: 11px 22px; border-bottom: 1px solid rgba(255,255,255,0.04); text-align: left; }
  .mu-hero { padding: 30px 18px; }
  .mu-hero h1 { font-size: 1.5em; }
  .mu-grid { grid-template-columns: 1fr; }
  .mu-article-top h1 { font-size: 1.4em; }
  .mu-footer-inner { flex-direction: column; }
  .mu-side-photo { float: none; max-width: 100%; margin: 0 0 12px 0; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 500px
   ═══════════════════════════════════════ */
@media (max-width: 500px) {
  .mu-hero h1 { font-size: 1.2em; }
  .mu-hero { padding: 22px 14px; }
  .mu-logo-name { font-size: 0.95em; letter-spacing: 0.06em; }
  .mu-logo-name .mu-sub { display: none; }
  .mu-article-top h1 { font-size: 1.2em; }
  .mu-tile-img { height: 160px; }
}
