* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    }
    body {
      background-color: #fff1f1;
      color: #2d2d2d;
      line-height: 1.5;
      position: relative;
      overflow-x: hidden;
    }
    /* cherry blossom fall */
    .flower-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 9999;
    }
    .petal {
      position: absolute;
      background-color: #ffb6c1;
      border-radius: 150% 0 150% 0;
      width: 18px;
      height: 18px;
      opacity: 0.6;
      filter: drop-shadow(0 0 4px #ff9eb5);
      animation: fall linear infinite;
    }
    @keyframes fall {
      0% { transform: translateY(-10vh) rotate(0deg); opacity: 0.8; }
      100% { transform: translateY(100vh) rotate(360deg); opacity: 0.2; }
    }
    .logo-area img {
  height: 67px;
}
    .navbar {
      background-color: #fef0f0;
      padding: 0.8rem 9rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      box-shadow: 0 6px 14px rgba(138,22,32,0.3);
    }
    .logo-area {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .logo-img {
      width: 48px;
      height: 48px;
      background: #d02626;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #fff1f1;
      background-image: url('https://nipponyantra.jp/images/logo.png');
      background-size: cover;
      background-position: center;
      border: 2px solid #ffb5b5;
    }
    .logo-img::before {
      content: "NY";
      color: #fff1f1;
      font-size: 1.5rem;
      background: #a02530;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.9;
    }
    .lang-buttons {
      display: flex;
      gap: 0.4rem 0.8rem;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .langBtn {
      background: #fff1f1;
      border: 2px solid #d02626;
      padding: 0.3rem 1rem;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.9rem;
      color: #8a1620;
      cursor: pointer;
      transition: 0.2s;
    }
    .langBtn:hover {
      background: #d02626;
      color: white;
      border-color: #8a1620;
    }
    .container {
      max-width: 1300px;
      margin: 0 auto;
      padding: 1.5rem 2rem;
    }
    h1, h2, h3 {
      font-weight: 600;
      letter-spacing: -0.01em;
      margin-bottom:15px;
    }
    h1 { color: #8a1620; }
    h2 {
      font-size: 2rem;
      margin: 1.5rem 0 1rem;
      border-left: 8px solid #d02626;
      padding-left: 1.2rem;
      color: #8a1620;
    }
    .btn-wa {
      background: #25d366;
      color: white;
      padding: 0.6rem 1.5rem;
      border-radius: 40px;
      font-weight: 600;
      border: none;
      font-size: 1.1rem;
      cursor: pointer;
      box-shadow: 0 6px 14px rgba(37, 211, 102, 0.4);
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-wa i { font-size: 1.4rem; }
    .btn-wa:hover { background: #20b859; transform: scale(1.02); }
    .wa-float {
      position: fixed;
      bottom: 30px;
      right: 25px;
      background: #25d366;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 2.5rem;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: 0.2s;
      border: 3px solid #fff1f1;
    }
    .wa-float:hover { background: #128c7e; transform: scale(1.1); }
    .visit-counter-bottom {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: #8a1620;
      color: #fff1f1;
      padding: 0.6rem 2rem;
      border-radius: 60px;
      font-weight: 700;
      font-size: 1.3rem;
      z-index: 1000;
      box-shadow: 0 8px 22px #8a162070;
      border: 2px solid #d02626;
      backdrop-filter: blur(4px);
    }
    .datetime-multi {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem;
      background: #ffe2e2;
      padding: 1.5rem 2rem;
      border-radius: 10px;
      margin: 2rem 0;
      justify-content: space-around;
      border: 2px solid #d02626;
    }
    .country-dt {
      background: #8a1620;
      color: #fff1f1;
      padding: 0.4rem 1.2rem;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 500;
      box-shadow: 0 2px 8px #d98b8b;
    }
    .country-dt i { margin-right: 6px; color: #ffd6b0; }
    .image-row {
      display: flex;
      gap: 1.2rem;
      flex-wrap: wrap;
      margin: 2rem 0;
      justify-content: center;
    }
    .image-row img {
  width: 390px;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  border: 3px solid #d67f7f;
  box-shadow: 0 12px 28px #c07a7a;
}
    /* city/region cards (text inside will be swapped via lang) */
    .city-grid, .region-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    .city-card, .region-card {
      background: white;
      border-radius: 10px;
      padding: 1.4rem;
      box-shadow: 0 12px 26px #e3b5b5;
      border: 1px solid #d02626;
      transition: all 0.2s;
      display: flex;
      flex-direction: column;
    }
    .city-card i, .region-card i {
      font-size: 2rem;
      color: #8a1620;
      margin-bottom: 10px;
    }
    .city-card strong, .region-card strong { font-size: 1.3rem; color: #8a1620; }
    .address-single {
      background: #8a1620;
      color: #fff1f1;
      padding: 2rem 2.5rem;
      border-radius: 10px;
      margin: 2.5rem 0 1.5rem;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 14px 28px #a55151;
      border: 3px solid #d02626;
    }
    .addr-text { font-size: 1.2rem; line-height: 1.8; white-space: pre-line; }
    .addr-icon { font-size: 2.8rem; margin-right: 20px; color: #ffc6c6; }
    .form-section {
      background: #ffe2e2;
      border-radius: 10px;
      padding: 2rem 2.5rem;
      margin: 3rem 0;
      border: 2px solid #d02626;
    }
    .form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.2rem 1.8rem;
    }
    .field { display: flex; flex-direction: column; }
    .field label { font-weight: 600; color: #8a1620; }
    .field input, .field select, .field textarea {
      padding: 10px 16px;
  border: 2px solid #d02626;
  border-radius: 10px;
  font-size: 1rem;
  background: white;
  margin-top: 9px;
    }
    .submit-btn {
      background: #8a1620;
      color: white;
      border: none;
      font-size: 1.4rem;
      font-weight: 600;
      padding: 0.8rem 2.2rem;
      border-radius: 60px;
      margin-top: 1.8rem;
      cursor: pointer;
      border: 2px solid #d02626;
    }
    .submit-btn:hover { background: #d02626; }
    .footer-copyright {
      text-align: center;
      padding: 2rem 0.5rem 4rem;
      color: #8a1620;
    }
    .map-row {
      background: #ffdbdb;
      padding: 1.2rem;
      border-radius: 40px;
      margin: 1.5rem 0;
      display: flex;
      gap: 20px;
      align-items: center;
      border: 2px solid #d02626;
      flex-wrap: wrap;
    }
    /* language visibility */
    [data-lang] { display: none; }
    .full-width {
  grid-column: 1 / -1;
}
  
/* ============================= */
/* 📱 MOBILE RESPONSIVE FIX */
/* ============================= */

@media (max-width: 768px){
  * {
    max-width: 100%;
  }
}
@media (max-width: 768px) {

  body {
    font-size: 14px;
  }

  .navbar {
    padding: 0.8rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo-area img {
    height: 50px;
  }

  .lang-buttons {
    justify-content: center;
  }

  .langBtn {
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  .container {
    padding: 1rem;
  }

  h1 {
    font-size: 1.6rem !important;
    text-align: center;
  }

  h2 {
    font-size: 1.3rem;
    padding-left: 0.8rem;
    border-left: 5px solid #d02626;
  }

  h3 {
    font-size: 1.2rem !important;
  }

  .btn-wa {
    width: 100%;
    justify-content: center;
    font-size: 0.95rem;
    padding: 10px;
    margin-top: 10px;
  }

  .datetime-multi {
    flex-direction: column;
    gap: 8px;
    padding: 1rem;
  }

  .country-dt {
    font-size: 0.75rem;
    text-align: center;
  }

  .image-row img {
    width: 100%;
    height: auto;
  }

  .city-grid,
  .region-grid {
    grid-template-columns: 1fr;
  }

  .city-card,
  .region-card {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .form-section {
    padding: 1.2rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .submit-btn {
    width: 100%;
    font-size: 1rem;
    padding: 10px;
  }

  .address-single {
    padding: 1.2rem;
    text-align: center;
  }

  .addr-icon {
    font-size: 2rem;
    margin: 0 0 10px 0;
  }

  .addr-text {
    font-size: 0.9rem;
  }

  .map-row {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  iframe {
    height: 300px;
  }

  .visit-counter-bottom {
    font-size: 0.9rem;
    padding: 5px 15px;
  }

  .wa-float {
    width: 55px;
    height: 55px;
    font-size: 2rem;
  }
}
/* ============================= */
/* 📱 PROPER MOBILE FORM FIX */
/* ============================= */

@media (max-width: 768px) {

  .form-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .field {
    width: 100%;
    grid-column: auto !important;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .submit-btn {
    width: 100%;
  }

  .image-row {
    gap: 15px;
  }

  .image-row img{
    width: 100%;
    height: 260px;          /* smaller height */
    object-fit: cover;      /* crop nicely */
    border-radius: 12px;
  }

}