/* ══════════════════════════════
   KUMOU GLOBAL STYLE FOUNDATION
   ══════════════════════════════ */

/* ── FONT FACES ── */
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-condensed-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-condensed-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-condensed-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── GLOBAL STYLES & RESET ── */
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --red: #cc1c1c;
  --red2: #e52222;
  --black: #1a1714;
  --dark: #edeae5;
  --mid: #e4e0da;
  --text: #1a1714;
  --muted: rgba(26, 23, 20, 0.6);
  --bg: #f5f2ee;
  --border: rgba(26, 23, 20, 0.08);
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg);
  font-family: Barlow, sans-serif;
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── CUSTOM CURSOR ── */
.cur {
  position: fixed;
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.12s;
}

.cur-r {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(204, 28, 28, 0.45);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

/* ── NAVIGATION BAR ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 56px;
  transition: all .4s;
  background: #f5f2ee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.nav-logo img {
  height: 52px;
  mix-blend-mode: multiply;
  transition: opacity .3s;
}

.nav-logo img:hover {
  opacity: .8;
}

.logo-crossfade {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 28px;
  width: 100px;
}

.logo-cf {
  display: block;
  height: 28px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}

.logo-cf-hi {
  opacity: 0;
}

.nav-logo:hover .logo-cf-en {
  opacity: 0;
}

.nav-logo:hover .logo-cf-hi {
  opacity: 1;
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-links a {
  color: rgba(26, 23, 20, 0.5);
  text-decoration: none;
  transition: color .25s;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform .3s;
}

.nav-links a.active {
  color: var(--red);
}

.nav-links a.active::after,
.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-links a:hover {
  color: #cc1c1c;
}

.nav-btn-group {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  border: 1px solid rgba(26, 23, 20, 0.18);
  border-radius: 10px;
  overflow: hidden;
}

.nav-btn-divider {
  width: 1px;
  height: 20px;
  background: rgba(26, 23, 20, 0.15);
  flex-shrink: 0;
}

#nav-profile-btn, .nav-profile-style {
  background: 0 0;
  border: none;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s;
  margin-left: 0;
  vertical-align: middle;
  white-space: nowrap;
}

#nav-profile-btn:hover, .nav-profile-style:hover {
  background: rgba(26, 23, 20, 0.05);
}

/* ── MOBILE NAVIGATION ── */
.mob-nav-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1000;
  display: none;
}

.mob-nav-items {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}

.mob-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(26, 23, 20, 0.4);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  gap: 4px;
  cursor: pointer;
  position: relative;
  flex: 1;
  height: 100%;
}

.mob-nav-item.active {
  color: var(--red);
}

.mob-nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mob-nav-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: var(--red);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

@media (max-width: 768px) {
  nav {
    justify-content: center !important;
    padding: 8px 20px !important;
  }
  .nav-btn-group, .nav-links {
    display: none !important;
  }
  .mob-nav-bar {
    display: block;
  }
}

/* ── FOOTER STYLING ── */
footer {
  background: #f5f2ee;
  padding: 80px 64px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ft-g {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ft-brand img {
  height: 44px;
  mix-blend-mode: multiply;
  opacity: .85;
}

.ft-brand p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.558);
  margin-top: 16px;
  line-height: 1.8;
  max-width: 248px;
}

.ft-ch {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(26, 23, 20, 0.4);
  margin-bottom: 18px;
}

.ft-l {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.ft-l a {
  color: #1a1714;
  font-size: 13px;
  text-decoration: none;
  opacity: .7;
  transition: opacity .2s;
}

.ft-l a:hover {
  opacity: 1;
}

.ft-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 12px;
  color: rgba(26, 23, 20, 0.5);
}

.ft-soc {
  display: flex;
  gap: 24px;
}

.ft-sl {
  color: rgba(26, 23, 20, 0.5) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .2s;
}

.ft-sl:hover {
  color: var(--red);
}

@media (max-width: 768px) {
  .ft-g {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
