/* MELLOW（雑貨とアクセサリーのお店）ブランド向け上書き
   ベースは ellie-theme.css（原則未編集） */

:root {
  --primary-color: #4a3f36;
  --secondary-color: #b9b3ad;
  --tertiary-color: #eae8e4;
  --main-ttl-color: #352d27;
}

/* ABOUT・フッターをブラウンドベースに（薄いセカンダリー上では白文字が読めないため） */
#about {
  background-color: var(--primary-color);
}

#footer {
  background-color: var(--primary-color);
}

#footer .footer-gnav a,
#footer .copyright {
  color: var(--secondary-color);
}

#footer .footer-gnav li + li {
  border-left-color: var(--secondary-color);
}

#loading {
  background-color: var(--tertiary-color);
}

#top,
#about,
#features,
#news,
#online-shop,
#access {
  scroll-margin-top: 6rem;
}

@media (min-width: 1024px) {
  #top,
  #about,
  #features,
  #news,
  #online-shop,
  #access {
    scroll-margin-top: 8rem;
  }
}

/* ヘッダーナビ：最後の項目（Instagram）のみ ellie-theme.css の li:last-child でピル形状 */

/* ヘッダーロゴ */
#header #header-logo {
  max-width: min(268px, 52vw);
}

@media (min-width: 1024px) {
  #header #header-logo {
    max-width: 320px;
  }
}

.header-brand {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#header .custom-logo-link {
  flex: 1 1 auto;
  min-width: 0;
}

/* トップページ：FEATURES / NEWS / INSTAGRAM / ACCESS のセクション見出しを中央揃え */
#features h2.top-ttl,
#news h2.top-ttl,
#online-shop h2.top-ttl,
#access h2.top-ttl {
  text-align: center;
}

#features h2.top-ttl span,
#news h2.top-ttl span,
#online-shop h2.top-ttl span,
#access h2.top-ttl span {
  display: block;
}

/* Instagram セクション（アクセス前・囲み枠） */
#online-shop {
  background-color: var(--tertiary-color);
  padding: 3rem 0 4rem;
}

.online-shop-frame {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.75rem;
  border: 2px solid var(--secondary-color);
  border-radius: 1.5rem;
  background: var(--tertiary-color);
  text-align: center;
}

.online-shop-actions {
  margin-top: 0;
}

.online-shop-actions a {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 1rem 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 100vh;
  background-color: var(--primary-color);
}

/* ヘッダー／スマホメニューの INSTAGRAM ピル CTA に付く光彩アニメ（ellie-theme）を無効化 */
#pc-g-nav .menu li:last-child a::after,
#g-nav .menu li:last-child a::after {
  content: none;
  animation: none;
}

.online-shop-actions a:hover {
  opacity: 0.92;
}

/* テキストロゴ */
.mellow-logo-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.28;
  text-decoration: none;
  color: var(--primary-color);
}

.mellow-logo-word {
  font-family: var(--font-accent);
  font-size: clamp(1.25rem, 3.8vw, 1.85rem);
  letter-spacing: 0.32em;
  font-weight: 500;
}

.mellow-logo-sub {
  font-size: clamp(0.55rem, 1.9vw, 0.72rem);
  letter-spacing: 0.12em;
  color: var(--main-ttl-color);
  opacity: 0.88;
}

/* オープニングローディング（画像の代わりに店名テキスト） */
#loading_logo.mellow-loading-logo {
  width: auto;
  max-width: min(260px, 70vw);
  height: auto;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading_logo.mellow-loading-logo .mellow-logo-word-load {
  font-family: var(--font-accent);
  font-size: clamp(1.4rem, 5vw, 2rem);
  letter-spacing: 0.42em;
  color: var(--primary-color);
  animation: logoappear 2s ease forwards;
}

/* フッターロゴ（テキスト） */
#footer .mellow-logo-wrap {
  color: var(--secondary-color);
}

#footer .mellow-logo-sub {
  color: rgba(234, 232, 228, 0.88);
}

.footer-logo.mellow-footer-logo {
  height: auto;
  min-height: 0;
  max-width: min(280px, 70vw);
}

.footer-logo.mellow-footer-logo .mellow-logo-wrap {
  align-items: center;
  text-align: center;
}

#footer .footer-sns .instagram-icon .svg-background {
  fill: var(--secondary-color);
}

#footer .footer-sns .instagram-icon .svg-shape,
#footer .footer-sns .instagram-icon .svg-shape path {
  fill: var(--primary-color);
}

.online-shop-lead {
  font-size: 0.95rem;
  color: var(--main-ttl-color);
  line-height: 1.85;
  margin-bottom: 1rem;
}
