
/* FV typography v7: reference-driven type treatment only */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500;700&family=Shippori+Mincho:wght@600;700;800&family=Yuji+Syuku&display=swap');

@media (min-width:901px){

  /* Reference: thin brush-like Japanese, slightly tilted, neon pink-white */
  .mamon-native .mn-hand{
    font-family:"Yuji Syuku","Klee One","Yu Mincho",serif!important;
    font-size:clamp(43px,3.05vw,58px)!important;
    font-weight:400!important;
    line-height:1.18!important;
    letter-spacing:-.015em!important;
    color:#fff9ff!important;
    transform:rotate(-4deg)!important;
    text-shadow:
      0 0 2px #fff,
      0 0 5px #fff,
      0 0 10px #ff8ae5,
      0 0 18px #ff42cb,
      0 0 32px rgba(210,42,255,.62)!important;
  }
  .mamon-native .mn-hand .mn-hand-line{
    display:block!important;
    white-space:nowrap!important;
  }
  .mamon-native .mn-hand .mn-heart{
    font-family:"Yuji Syuku","Segoe UI Symbol",serif!important;
    font-size:1.08em!important;
    font-weight:400!important;
  }

  /* Reference: clearly readable small white Mincho */
  .mamon-native .mn-kicker{
    font-family:"Shippori Mincho","Yu Mincho",serif!important;
    font-size:21px!important;
    font-weight:700!important;
    letter-spacing:.035em!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    text-shadow:
      0 1px 2px #000,
      0 0 5px rgba(255,255,255,.18)!important;
  }

  /* Reference: bright ivory/gold Japanese Mincho, not dark metallic */
  .mamon-native .mn-hero h1{
    font-family:"Kaisei Decol","Shippori Mincho","Yu Mincho",serif!important;
    font-size:clamp(68px,4.8vw,90px)!important;
    font-weight:700!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
    background:
      linear-gradient(180deg,
        #fffef4 0%,
        #fffbe4 22%,
        #f8e8aa 52%,
        #e1ba5d 78%,
        #fff1b3 100%)!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
    color:transparent!important;
    -webkit-text-fill-color:transparent!important;
    -webkit-text-stroke:.35px rgba(255,249,213,.55)!important;
    filter:
      drop-shadow(0 2px 1px rgba(0,0,0,.95))
      drop-shadow(0 0 3px rgba(255,236,173,.34))!important;
    text-shadow:none!important;
  }

  /* Reference: flowing pink signature */
  .mamon-native .mn-script{
    font-family:"Brush Script MT","Segoe Script","Snell Roundhand","URW Chancery L",cursive!important;
    font-size:45px!important;
    font-weight:600!important;
    font-style:italic!important;
    letter-spacing:-.025em!important;
    color:#ff86dd!important;
    -webkit-text-fill-color:#ff86dd!important;
    text-shadow:
      0 0 2px #fff,
      0 0 7px #ff5bd4,
      0 0 15px rgba(255,45,198,.75)!important;
  }

  /* Keep CTA text in the same elegant Japanese family */
  .mamon-native .mn-hero-copy>.mn-line{
    font-family:"Shippori Mincho","Yu Mincho",serif!important;
    font-size:24px!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
  }

  .mamon-native .mn-note{
    font-family:"Shippori Mincho","Yu Mincho",serif!important;
    font-size:16px!important;
    font-weight:600!important;
    letter-spacing:.035em!important;
  }
}
