:root {
  --body-bg-color: #d4b4b673;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #C49DA0;
  --link-color: #989097;
  --header-bg-color: #ffffff2c;
  --font-family: 'Century Gothic', Arial, sans-serif;
  --nav-link-color: #e2b4cf;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color);
}
.content-area h2 {
  padding-bottom: 4px;
}
.content-area a {
  color: var(--link-color);
  text-decoration:underline;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 1.9rem 19px;
  text-align: center;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.footer-links {
  display: flex;
  gap: 15px;
}
.footer-links a {
  color:white;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.footer-links a:hover {
  opacity: 1;
}
.footer-divider {
  border: none;
  height: 1px;
  margin: 1.5rem auto;
  width: 60%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--link-color),
    transparent
  );
  opacity: 0.5;
}
.footer-bottom {
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 1.6;
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.hero-section {
  padding: 95px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.hero-section.with-bg {
  background-image: url('/images/tai-yaki-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.301));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
  :root{
    --bg-rose-1:#f1dfe3;
    --bg-rose-2:#e8cfd6;
    --ink:#2b2326;
    --muted:#6a5b60;
    --glass: rgba(255,255,255,.22);
    --glass-2: rgba(255,255,255,.14);
    --stroke: rgba(255,255,255,.28);
    --shadow: 0 18px 55px rgba(30, 18, 22, .18);
  }
  .street-sweets-section{
    position: relative;
    overflow: hidden;
    padding: clamp(2.2rem, 4vw, 3.6rem) 0;
    background:
      radial-gradient(1200px 600px at 10% 10%, rgba(255,255,255,.35), transparent 55%),
      radial-gradient(900px 520px at 90% 20%, rgba(255,255,255,.22), transparent 60%),
      linear-gradient(135deg, var(--bg-rose-1), var(--bg-rose-2));
    color: var(--ink);
  }


  .glass-surface{
    position: relative;
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, var(--glass), var(--glass-2));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    border-radius: 22px;
    padding: clamp(1.2rem, 2.4vw, 1.8rem);
  }
  .glass-surface::before{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius: 24px;
    background:
      radial-gradient(600px 220px at 10% 0%, rgba(255,255,255,.22), transparent 60%),
      radial-gradient(520px 220px at 90% 20%, rgba(255,255,255,.18), transparent 62%);
    opacity:.9;
    pointer-events:none;
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    padding: 1px;
  }
  .glass-surface::after{
    content:"";
    position:absolute;
    top: -40%;
    left: -60%;
    width: 260%;
    height: 180%;
    background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.18) 45%, transparent 58%);
    transform: rotate(8deg);
    opacity: .45;
    animation: sheen 9s linear infinite;
    pointer-events:none;
  }

  .street-sweets-section h2{
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: .8rem;
  }
  .street-sweets-section p{
    color: rgba(43,35,38,.92);
    line-height: 1.9;
  }
  .box-one{
    position: relative;
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(30,18,22,.14);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .box-one:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 55px rgba(30,18,22,.18);
  }
  .box-one .box-top{
    position: relative;
    padding: 14px 16px 12px;
    background: linear-gradient(90deg, rgba(255,255,255,.26), rgba(255,255,255,.08));
    border-bottom: 1px solid rgba(255,255,255,.22);
  }
  .box-one .box-media{
    margin: 14px 16px 0;
    border-radius: 14px;
    border: 1px dashed rgba(43,35,38,.22);
    background:
      radial-gradient(280px 120px at 30% 30%, rgba(255,255,255,.26), transparent 60%),
      rgba(255,255,255,.12);
    min-height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .box-one .box-media::before{
    content:"";
    position:absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.28), transparent 62%);
    filter: blur(8px);
    opacity:.8;
    animation: bubble 10s ease-in-out infinite;
    top: -50px;
    left: -50px;
  }
  @keyframes bubble{
    0% { transform: translate(0,0) scale(1); }
    50% { transform: translate(22px,18px) scale(1.05); }
    100% { transform: translate(0,0) scale(1); }
  }
  .box-one .img-name{
    font-size: .95rem;
    color: var(--muted);
    margin: 0;
  }
  .box-one .img-alt{
    font-size: .85rem;
    color: rgba(43,35,38,.70);
    margin: .2rem 0 0;
  }
  .box-one .box-body{
    padding: 14px 16px 18px;
  }
  .box-one h3{
    font-size: 1.25rem;
    margin: 0;
    font-weight: 650;
    letter-spacing: .01em;
  }

    .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.fancy-section{
  position: relative;
  isolation: isolate;
  padding: clamp(22px, 3vw, 42px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--glass), var(--glass-2));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);

}

.fancy-section h2{
  font-size: clamp(22px, 2.4vw, 32px);
  margin-bottom:16px;
  color: var(--ink);
  position:relative;
}
.fancy-section h2::after{
  content:"";
  display:block;
  width: 180px;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background: linear-gradient(
    90deg,
    var(--bg-rose-2),
    var(--bg-rose-1)
  );
  transform-origin:left;
  animation: underlineGrow 900ms ease-out 200ms both;
}
.fancy-section h3{
  margin-top:26px;
  margin-bottom:10px;
  font-size: clamp(16px,1.4vw,20px);
  color: var(--ink);
  position:relative;
  padding-left:14px;
}
.fancy-section h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.3em;
  width:6px;
  height:1.1em;
  border-radius:999px;
  background: var(--bg-rose-2);
  box-shadow: 0 4px 14px var(--bg-rose-1);
}
.fancy-section p{
  color: var(--muted);
  line-height:1.8;
  margin-bottom:14px;
}
.fancy-section strong{
  color: var(--ink);
}
.fancy-section a{
  color: var(--ink);
  font-weight:600;
  text-decoration:none;
  position:relative;
}
.fancy-section a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:2px;
  background: linear-gradient(
    90deg,
    var(--bg-rose-2),
    var(--bg-rose-1)
  );
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.fancy-section a:hover::after{
  transform:scaleX(1);
}
.fancy-section > *{
  animation: fadeUp 700ms ease-out both;
}
.fancy-section > *:nth-child(1){animation-delay:.1s;}
.fancy-section > *:nth-child(2){animation-delay:.18s;}
.fancy-section > *:nth-child(3){animation-delay:.26s;}
.fancy-section > *:nth-child(4){animation-delay:.34s;}
.fancy-section > *:nth-child(5){animation-delay:.42s;}
.fancy-section > *:nth-child(6){animation-delay:.5s;}
.fancy-section > *:nth-child(7){animation-delay:.58s;}
.fancy-section > *:nth-child(8){animation-delay:.66s;}
a {
    color: rgb(255 255 255);
    text-decoration: underline;
}
.sidebar-search-box{
  background: linear-gradient(135deg, var(--glass), var(--glass-2));
  border: 1px solid var(--stroke);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.sidebar-search-box::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:
    radial-gradient(600px 220px at 10% 10%, var(--bg-rose-1), transparent 60%),
    radial-gradient(520px 200px at 90% 35%, var(--bg-rose-2), transparent 65%);
  opacity:.35;
  filter: blur(16px);
  z-index:0;
  animation: ssGlow 10s ease-in-out infinite;
}

.sidebar-search-box h3{
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 16px;
  letter-spacing: .02em;
  position: relative;
  z-index: 1;
}

.sidebar-search-box form{
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sidebar-search-box input[type="search"]{
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,.35);
  color: var(--ink);
  outline: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 10px 26px rgba(30, 18, 22, .10);
}

.sidebar-search-box input[type="search"]:focus{
  border-color: var(--bg-rose-2);
  box-shadow: 0 12px 30px rgba(30, 18, 22, .16);
  transform: translateY(-1px);
}

.sidebar-search-box input::placeholder{
  color: var(--muted);
}

.sidebar-search-box button{
  height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: linear-gradient(135deg, var(--bg-rose-2), var(--bg-rose-1));
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  box-shadow: 0 10px 24px rgba(30, 18, 22, .12);
}

.sidebar-search-box button:hover:not(:disabled){
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(30, 18, 22, .18);
}

.sidebar-search-box button:disabled{
  opacity: .6;
  cursor: not-allowed;
}

@keyframes ssGlow{
  0%{transform:translate(0,0);}
  50%{transform:translate(8px,-6px);}
  100%{transform:translate(0,0);}
}