@charset "UTF-8";

:root {
  --sumi: #0b0a07;
  --sumi-2: #12100b;
  --sumi-3: #1c1710;
  --gold: #d2ad55;
  --gold-soft: #e2c777;
  --gold-bright: #f1dc8a;
  --gold-dark: #8a6728;
  --ink-white: #f7f1e4;
  --ink-muted: rgba(247, 241, 228, 0.78);
  --line: rgba(218, 184, 91, 0.44);
}

.mon-reveal-ready .mon-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 0.95s ease,
    transform 1s cubic-bezier(0.18, 0.86, 0.22, 1),
    filter 0.9s ease;
  will-change: opacity, transform, filter;
}

.mon-reveal-ready .mon-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.mon-reveal-ready .mon-reveal--stagger {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.mon-reveal-ready .mon-reveal--stagger > * {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.88s ease,
    transform 0.95s cubic-bezier(0.18, 0.86, 0.22, 1),
    filter 0.82s ease;
  will-change: opacity, transform, filter;
}

.mon-reveal-ready .mon-reveal--stagger.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(2) {
  transition-delay: 0.08s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(3) {
  transition-delay: 0.16s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(4) {
  transition-delay: 0.24s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(5) {
  transition-delay: 0.32s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(6) {
  transition-delay: 0.4s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(7) {
  transition-delay: 0.48s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(8) {
  transition-delay: 0.56s;
}

.mon-reveal-ready .mon-reveal--stagger > *:nth-child(9) {
  transition-delay: 0.64s;
}

@media (prefers-reduced-motion: reduce) {
  .mon-reveal-ready .mon-reveal,
  .mon-reveal-ready .mon-reveal--stagger > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .mon-faq-answer,
  .mon-faq-icon span {
    transition: none !important;
  }
}

.mon-contact-options label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 9px;
}

.mon-contact-options label span {
  display: inline;
  margin: 0;
}

.mon-fv__nav {
  gap: clamp(14px, 1.32vw, 24px);
  font-size: 13.5px;
}

.mon-subpage .mon-page-hero--instagram {
  --hero-image-opacity: 0.82;
  --hero-image-position: 72% center;
  --hero-image-filter: saturate(0.98) contrast(1.1) brightness(0.82);
}

.mon-contact-options {
  margin: 0;
  padding: 0;
  border: 0;
}

.mon-contact-options legend {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.mon-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mon-contact-options label {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid rgba(218, 184, 91, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.mon-contact-options input {
  width: 14px;
  height: 14px;
  accent-color: var(--gold-soft);
}

.mon-contact-form .mon-contact-options input[type="checkbox"] {
  flex: 0 0 14px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  border: 1px solid rgba(226, 199, 119, 0.62);
  background: rgba(0, 0, 0, 0.28);
  appearance: none;
}

.mon-contact-form .mon-contact-options input[type="checkbox"]:checked {
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 3px #0b0a07;
}

.mon-contact-options label span {
  margin: 0;
  color: rgba(247, 241, 228, 0.78);
  font-size: 12.5px;
  letter-spacing: 0.03em;
}

.mon-instagram-section .mon-section-heading {
  align-items: start;
}

.mon-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(42px, 5vh, 64px);
}

.mon-instagram-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  border: 1px solid rgba(218, 184, 91, 0.22);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.06), transparent 34%),
    rgba(5, 5, 4, 0.66);
  overflow: hidden;
}

.mon-instagram-card__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid rgba(218, 184, 91, 0.18);
  background:
    radial-gradient(circle at var(--ig-x, 62%) var(--ig-y, 40%), rgba(245, 215, 121, 0.22), transparent 0 18%, transparent 50%),
    linear-gradient(135deg, rgba(226, 199, 119, 0.1), transparent 42%),
    rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.mon-instagram-card__visual::before,
.mon-instagram-card__visual::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(226, 199, 119, 0.42);
  transform: rotate(var(--ig-rotate, -8deg));
}

.mon-instagram-card__visual::after {
  inset: 32% 22%;
  border-color: rgba(247, 241, 228, 0.22);
  transform: rotate(calc(var(--ig-rotate, -8deg) * -1));
}

.mon-instagram-card__visual span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: rgba(247, 241, 228, 0.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.mon-instagram-card p,
.mon-instagram-card h3,
.mon-instagram-card > span {
  margin-left: clamp(22px, 2vw, 30px);
  margin-right: clamp(22px, 2vw, 30px);
}

.mon-instagram-card p {
  margin-top: 24px;
  margin-bottom: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-instagram-card h3 {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--gold-soft);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.mon-instagram-card > span {
  display: block;
  margin-top: 12px;
  margin-bottom: 28px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.mon-instagram-card--paper { --ig-x: 40%; --ig-y: 64%; --ig-rotate: 6deg; }
.mon-instagram-card--social { --ig-x: 72%; --ig-y: 28%; --ig-rotate: 11deg; }
.mon-instagram-card--lp { --ig-x: 52%; --ig-y: 52%; --ig-rotate: -13deg; }
.mon-instagram-card--motion { --ig-x: 68%; --ig-y: 58%; --ig-rotate: 17deg; }
.mon-instagram-card--sound { --ig-x: 32%; --ig-y: 36%; --ig-rotate: -18deg; }

@media (max-width: 1120px) {
  .mon-instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mon-contact-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mon-contact-options,
  .mon-instagram-grid {
    grid-template-columns: 1fr;
  }

  .mon-instagram-card {
    min-height: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--sumi);
  color: var(--ink-white);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;
}

main {
  min-height: 100svh;
}

.mon-fv {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 38%, rgba(101, 81, 45, 0.32), transparent 0 20%, transparent 48%),
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.035), transparent 0 20%, transparent 46%),
    radial-gradient(circle at 76% 72%, rgba(219, 176, 78, 0.08), transparent 0 18%, transparent 42%),
    linear-gradient(105deg, #080806 0%, #11100c 45%, #080806 100%);
}

.mon-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.35)),
    radial-gradient(ellipse at center, transparent 0 46%, rgba(0, 0, 0, 0.42) 100%);
}

.mon-fv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(92deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px);
  background-size: 5px 5px, 100% 100%;
  mix-blend-mode: soft-light;
}

.mon-fv__texture {
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.48;
  background:
    radial-gradient(circle at 42% 28%, rgba(240, 228, 190, 0.08), transparent 0 1px),
    radial-gradient(circle at 51% 62%, rgba(224, 199, 120, 0.08), transparent 0 1px),
    radial-gradient(circle at 69% 20%, rgba(255, 231, 142, 0.1), transparent 0 1px),
    radial-gradient(circle at 82% 42%, rgba(228, 185, 84, 0.1), transparent 0 1px),
    radial-gradient(ellipse at 50% 46%, rgba(255, 255, 255, 0.045), transparent 0 28%, transparent 50%);
  background-size: 83px 67px, 127px 101px, 151px 143px, 97px 113px, 100% 100%;
  filter: blur(0.15px);
}

.mon-fv__left-pattern,
.mon-fv__right-pattern {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.38));
}

.mon-fv__left-pattern {
  display: none;
}

.mon-fv__left-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.98), rgba(245, 215, 121, 0.24)) left top / 1.4px 100% no-repeat,
    linear-gradient(14deg, transparent 0 59.12%, rgba(245, 215, 121, 0.92) 59.3% 59.74%, transparent 60%),
    linear-gradient(74deg, transparent 0 81.7%, rgba(245, 215, 121, 0.72) 81.9% 82.28%, transparent 82.55%),
    linear-gradient(104deg, transparent 0 71.6%, rgba(245, 215, 121, 0.38) 71.82% 72.04%, transparent 72.3%);
  mix-blend-mode: screen;
}

.mon-fv__left-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(34deg, transparent 0 48%, rgba(245, 215, 121, 0.34) 48.2% 48.45%, transparent 48.7%),
    linear-gradient(18deg, transparent 0 61%, rgba(245, 215, 121, 0.25) 61.2% 61.45%, transparent 61.7%),
    radial-gradient(ellipse at 50% 42%, transparent 0 36%, rgba(8, 7, 5, 0.38) 74%, rgba(4, 4, 3, 0.68) 100%);
}

.mon-fv__right-pattern {
  right: 0;
  top: -14px;
  width: clamp(430px, 23vw, 520px);
  height: clamp(430px, 47vh, 540px);
  opacity: 0.68;
  overflow: visible;
  background: none;
  clip-path: none;
  transform: none;
}

.mon-fv__right-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../atsurae/mon-repro/asanoha-pattern.svg") -8px -4px / 58px 52px repeat,
    linear-gradient(105deg, rgba(245, 215, 121, 0.18), rgba(4, 4, 3, 0.5) 54%, rgba(4, 4, 3, 0.12) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 84%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.52), #000 28%, #000 88%, rgba(0, 0, 0, 0.7));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.52), #000 28%, #000 88%, rgba(0, 0, 0, 0.7));
  mix-blend-mode: screen;
  opacity: 0.92;
}

.mon-fv__right-pattern::after {
  content: "";
  display: none;
}

.mon-fv__clouds {
  position: absolute;
  right: -6.2vw;
  top: 7.6vh;
  z-index: 5;
  width: min(42vw, 780px);
  height: min(37vh, 380px);
  opacity: 0.86;
  pointer-events: none;
  mix-blend-mode: screen;
  background: none;
  filter: none;
  overflow: visible;
}

.mon-fv__clouds::before,
.mon-fv__clouds::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(56px) saturate(0.92);
  background:
    radial-gradient(ellipse at 24% 48%, rgba(250, 247, 236, 0.22), rgba(250, 247, 236, 0.12) 30%, transparent 68%),
    radial-gradient(ellipse at 58% 42%, rgba(236, 230, 213, 0.2), rgba(236, 230, 213, 0.09) 34%, transparent 72%),
    radial-gradient(ellipse at 84% 56%, rgba(250, 245, 229, 0.15), rgba(250, 245, 229, 0.06) 35%, transparent 72%);
}

.mon-fv__clouds::before {
  right: -22%;
  top: -32%;
  width: 132%;
  height: 142%;
  transform: rotate(-5deg);
}

.mon-fv__clouds::after {
  right: 4%;
  top: 18%;
  width: 104%;
  height: 118%;
  opacity: 0.66;
  transform: rotate(8deg);
}

.mon-fv__clouds--lower {
  right: -8.8vw;
  top: auto;
  bottom: -5.2vh;
  z-index: 4;
  width: min(47vw, 860px);
  height: min(35vh, 360px);
  opacity: 0.76;
  transform: rotate(-4deg);
  transform-origin: bottom right;
  background: none;
}

.mon-fv__clouds--lower::before {
  right: -16%;
  top: -32%;
  width: 126%;
  height: 142%;
  opacity: 0.88;
  transform: rotate(-4deg);
}

.mon-fv__clouds--lower::after {
  right: 4%;
  top: 18%;
  width: 108%;
  height: 126%;
  opacity: 0.62;
  transform: rotate(8deg);
}

.mon-fv__waves {
  position: absolute;
  left: -7vw;
  right: -7vw;
  bottom: -7vh;
  z-index: 4;
  width: 114vw;
  height: min(70vh, 700px);
  opacity: 1;
  pointer-events: none;
}

.mon-fv__wave-light {
  display: none;
}

.mon-fv__wave-light::before {
  content: "";
  position: absolute;
  left: -34%;
  bottom: 8%;
  width: 26%;
  height: 84%;
  background:
    linear-gradient(100deg, transparent 0 34%, rgba(255, 247, 183, 0.03) 42%, rgba(255, 236, 127, 0.24) 50%, rgba(232, 192, 87, 0.08) 62%, transparent 74%),
    linear-gradient(100deg, transparent 0 44%, rgba(255, 250, 205, 0.13) 52%, transparent 66%);
  filter: blur(18px);
  transform: rotate(-20deg) skewX(-14deg);
}

.mon-fv__wave-light::after {
  content: "";
  position: absolute;
  left: -46%;
  bottom: 24%;
  width: 18%;
  height: 52%;
  background: linear-gradient(100deg, transparent 0 32%, rgba(255, 246, 178, 0.18) 52%, transparent 72%);
  filter: blur(15px);
  transform: rotate(-20deg) skewX(-14deg);
}

.mon-fv__wave-group path {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
  animation: monDraw 1.7s cubic-bezier(0.22, 0.8, 0.22, 1) forwards;
}

.mon-fv__wave-group path:nth-child(2n) {
  animation-delay: 0.12s;
}

.mon-fv__wave-group path:nth-child(3n) {
  animation-delay: 0.2s;
}

.mon-fv__waves > .mon-fv__wave-group:not(.mon-fv__wave-group--bundle) path {
  display: none;
}

.mon-fv__wave-group--surge {
  opacity: 0.34;
}

.mon-fv__wave-group--surge path {
  animation-duration: 2.05s;
}

.mon-fv__wave-group--ribbon {
  opacity: 0.94;
}

.mon-fv__wave-group--ribbon path {
  animation-duration: 2.25s;
}

.mon-fv__wave-group--ribbon path:nth-child(n + 13) {
  display: none;
}

.mon-fv__wave-group--bundle {
  opacity: 1;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 1px rgba(226, 189, 98, 0.08));
}

.mon-fv__wave-group--bundle path {
  animation-duration: 2.35s;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke: url("#monWaveBundleCore");
  stroke-width: 0.44;
}

.mon-fv__wave-group--bundle path:nth-child(2n) {
  stroke: url("#monWaveBundleDeep");
  stroke-width: 0.36;
}

.mon-fv__wave-group--bundle path:nth-child(3n) {
  stroke-width: 0.4;
}

.mon-fv__wave-group--bundle path:nth-child(4n) {
  stroke-width: 0.32;
}

.mon-fv__wave-group--bundle-glints {
  opacity: 1;
  filter:
    drop-shadow(0 0 4px rgba(255, 235, 139, 0.34))
    drop-shadow(0 0 14px rgba(230, 184, 72, 0.2));
}

.mon-fv__wave-group--bundle-glints path {
  --glint-speed: 3.6s;
  --glint-delay: 0s;
  stroke: url("#monWaveLineSheen");
  stroke-width: 1.2;
  stroke-dasharray: 420 2600;
  stroke-dashoffset: 2380;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(255, 238, 148, 0.42));
}

.mon-fv__wave-group--bundle-glints path:nth-child(2n) {
  --glint-speed: 3.72s;
  --glint-delay: -0.08s;
  stroke-width: 1.02;
}

.mon-fv__wave-group--bundle-glints path:nth-child(3n) {
  --glint-speed: 3.84s;
  --glint-delay: -0.16s;
}

.mon-fv__wave-group--bundle-glints path:nth-child(4n) {
  --glint-speed: 3.7s;
  --glint-delay: -0.24s;
  stroke-width: 0.92;
}

.mon-fv__wave-group--bundle-glints path:nth-child(5n) {
  --glint-speed: 3.95s;
  --glint-delay: -0.32s;
}

.mon-fv__particles {
  position: absolute;
  right: 11vw;
  bottom: 23vh;
  z-index: 5;
  width: 390px;
  height: 260px;
  pointer-events: none;
  opacity: 0.62;
  background:
    radial-gradient(circle at 12% 78%, rgba(232, 192, 87, 0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle at 25% 60%, rgba(232, 192, 87, 0.48) 0 1px, transparent 1.5px),
    radial-gradient(circle at 39% 83%, rgba(247, 222, 137, 0.54) 0 1px, transparent 1.5px),
    radial-gradient(circle at 48% 47%, rgba(232, 192, 87, 0.58) 0 1px, transparent 1.5px),
    radial-gradient(circle at 63% 70%, rgba(247, 222, 137, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 28%, rgba(232, 192, 87, 0.56) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 54%, rgba(247, 222, 137, 0.38) 0 1px, transparent 1.5px);
  background-size: 84px 66px, 113px 91px, 151px 124px, 97px 75px, 137px 107px, 181px 135px, 127px 93px;
  mask-image: radial-gradient(ellipse at 60% 62%, #000 0 34%, transparent 76%);
}

.mon-fv__header {
  position: fixed;
  z-index: 50;
  top: clamp(24px, 4.2vh, 46px);
  left: clamp(84px, 9.1vw, 146px);
  right: clamp(44px, 5vw, 80px);
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  min-height: 54px;
  color: rgba(252, 247, 235, 0.96);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.68);
}

.mon-fv__header a {
  color: inherit;
  text-decoration: none;
}

.mon-fv__header-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 236px;
  color: var(--gold-soft);
}

.mon-fv__header-brand img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter:
    brightness(1.18)
    contrast(1.03)
    saturate(0.92)
    drop-shadow(0 0 10px rgba(226, 199, 119, 0.2));
}

.mon-fv__header-brand span {
  display: grid;
  gap: 3px;
}

.mon-fv__header-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

.mon-fv__header-brand small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.mon-fv__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 1.8vw, 30px);
  flex: 1;
  margin-right: -8px;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.28) 18%, rgba(0, 0, 0, 0.22) 84%, transparent);
}

.mon-fv__nav a {
  position: relative;
  opacity: 0.96;
  transition: color 0.24s ease, opacity 0.24s ease;
}

.mon-fv__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.mon-fv__nav a:hover {
  color: var(--gold-bright);
  opacity: 1;
}

.mon-fv__nav a:hover::after {
  transform: scaleX(1);
}

.mon-fv__nav a.mon-fv__nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(226, 199, 119, 0.58);
  color: var(--gold-soft);
  background: rgba(7, 7, 5, 0.42);
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.mon-fv__nav a.mon-fv__nav-contact::after {
  content: none;
}

.mon-fv__nav a.mon-fv__nav-contact:hover,
.mon-fv__nav a.mon-fv__nav-contact[aria-current="page"] {
  color: #0b0a07;
  border-color: rgba(245, 215, 121, 0.88);
  background: linear-gradient(105deg, #a98237, #efd27a 48%, #b88b35);
}

.mon-fv__home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(226, 199, 119, 0.54);
  color: rgba(252, 247, 235, 0.94);
  font-size: 14px;
  letter-spacing: 0.04em;
  background: rgba(7, 7, 5, 0.48);
  backdrop-filter: blur(8px);
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.mon-fv__home-link:hover {
  color: #0b0a07;
  border-color: rgba(245, 215, 121, 0.8);
  background: linear-gradient(105deg, #a98237, #efd27a 48%, #b88b35);
}

.mon-fv__rail {
  position: absolute;
  z-index: 8;
  right: clamp(28px, 2.8vw, 54px);
  top: clamp(30px, 3.1vw, 56px);
  bottom: clamp(30px, 3vw, 50px);
  width: 100px;
  border-right: 0;
  color: rgba(231, 203, 117, 0.94);
  pointer-events: none;
}

.mon-fv__rail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(225, 196, 109, 0.5) 14%, rgba(225, 196, 109, 0.42) 86%, transparent);
  opacity: 0.62;
  transform: scaleX(0.42);
  transform-origin: right center;
}

.mon-fv__rail::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 70px;
  background: linear-gradient(180deg, transparent, rgba(255, 238, 154, 0.92) 34%, rgba(209, 160, 56, 0.56) 68%, transparent);
  filter: drop-shadow(0 0 7px rgba(245, 215, 121, 0.34));
  opacity: 0;
  transform: translateY(-34px) scaleX(0.72);
  transform-origin: right center;
}

.mon-fv__brand-mini {
  display: none;
  position: absolute;
  top: 36px;
  left: 42px;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.13em;
}

.mon-fv__brand-by {
  display: none;
  position: absolute;
  top: 65px;
  left: 43px;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.mon-fv__scroll {
  position: absolute;
  right: -10px;
  bottom: 28px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.33em;
  text-shadow: 0 0 10px rgba(245, 215, 121, 0.12);
}

.mon-fv__scroll::before,
.mon-fv__scroll::after {
  content: "";
  position: absolute;
  right: 50%;
  width: 1px;
  height: 48px;
  transform: translateX(50%);
  background: linear-gradient(180deg, transparent, rgba(225, 196, 109, 0.7), transparent);
}

.mon-fv__scroll::before {
  top: -62px;
}

.mon-fv__scroll::after {
  bottom: -62px;
}

.mon-fv__scroll-cue {
  position: absolute;
  right: -18px;
  bottom: -3px;
  width: 18px;
  height: 52px;
  opacity: 0.9;
}

.mon-fv__scroll-cue::before {
  content: none;
}

.mon-fv__scroll-cue::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(245, 215, 121, 0.86);
  border-bottom: 1px solid rgba(245, 215, 121, 0.86);
  filter: drop-shadow(0 0 6px rgba(245, 215, 121, 0.28));
  transform: translateX(-50%) rotate(45deg);
}

.mon-fv__content {
  position: relative;
  z-index: 7;
  min-height: 100svh;
  width: 100%;
  margin: 0;
}

.mon-fv__copy {
  position: absolute;
  left: clamp(96px, 8.35vw, 158px);
  top: 24.8vh;
  width: min(680px, 44vw);
}

.mon-fv__sub-brand {
  display: none;
}

.mon-fv__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 5.05vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.014em;
  white-space: nowrap;
  color: transparent;
  background:
    linear-gradient(105deg, #9b742f 0%, #f1db8a 24%, #cfa44d 50%, #f6e29a 63%, #8e6829 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.mon-fv__label {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.05vw, 21px);
  line-height: 1;
  letter-spacing: 0.34em;
  color: var(--gold-soft);
}

.mon-fv__short-rule {
  display: block;
  width: 62px;
  height: 1px;
  margin: 30px 0 38px;
  background: linear-gradient(90deg, var(--gold-bright), rgba(215, 180, 87, 0));
}

.mon-fv__tagline {
  margin: 0;
  color: rgba(250, 247, 238, 0.94);
  font-size: clamp(24px, 1.85vw, 31px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.mon-fv__lead {
  margin: 26px 0 0;
  color: var(--ink-muted);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 2.15;
  letter-spacing: 0.075em;
}

.mon-fv__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: clamp(44px, 5.2vh, 70px) 0 0;
}

.mon-fv__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 232px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(226, 199, 119, 0.58);
  color: rgba(250, 244, 231, 0.9);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: rgba(6, 6, 5, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition:
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.mon-fv__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(105deg, #f5db7b, #b18435 58%, #f2d57a);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.mon-fv__button::after {
  content: "→";
  position: relative;
  z-index: 2;
  margin-left: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1;
  transition: transform 0.28s ease, color 0.28s ease;
}

.mon-fv__button:hover,
.mon-fv__button:focus-visible {
  color: #0c0a06;
  transform: translateY(-3px);
  border-color: rgba(245, 215, 121, 0.98);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(245, 215, 121, 0.22),
    0 0 28px rgba(226, 199, 119, 0.24);
}

.mon-fv__button:hover::before,
.mon-fv__button:focus-visible::before {
  opacity: 1;
}

.mon-fv__button:hover::after,
.mon-fv__button:focus-visible::after {
  transform: translateX(8px);
}

.mon-fv__button span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.mon-fv__button--primary {
  color: #0c0a06;
  background: linear-gradient(105deg, #a98237, #efd27a 48%, #b88b35);
}

.mon-fv__button--primary::before {
  background:
    linear-gradient(105deg, rgba(245, 215, 121, 0.12), rgba(245, 215, 121, 0.02)),
    linear-gradient(105deg, #090805, #1a1408 58%, #060504);
}

.mon-fv__button--primary:hover,
.mon-fv__button--primary:focus-visible {
  color: #f4d978;
}

.mon-fv__button--ghost:hover,
.mon-fv__button--ghost:focus-visible {
  color: #090704;
}

.mon-fv__menu {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: min(650px, 48vw);
  margin: clamp(48px, 5vh, 66px) 0 0;
  padding: 0;
  list-style: none;
  color: var(--gold-soft);
}

.mon-fv__menu li {
  position: relative;
  display: grid;
  place-items: center;
  width: 20%;
  min-width: 118px;
  gap: 12px;
  padding: 2px 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
}

.mon-fv__menu li + li {
  border-left: 1px solid rgba(218, 184, 91, 0.48);
}

.mon-fv__icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  color: var(--gold-soft);
}

.mon-fv__icon::before,
.mon-fv__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  opacity: 0.9;
}

.mon-fv__icon--logo::before {
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 44%, currentColor 45% 48%, transparent 49%),
    linear-gradient(25deg, transparent 56%, currentColor 57% 60%, transparent 61%);
}

.mon-fv__icon--logo::after {
  inset: 17px 8px 6px;
  border-radius: 50% 50% 0 0;
  border-bottom: 0;
}

.mon-fv__icon--card::before {
  inset: 5px 2px 7px;
  border-radius: 2px;
}

.mon-fv__icon--card::after {
  inset: 13px 9px auto;
  height: 1px;
  border: 0;
  background: currentColor;
  box-shadow: 0 8px 0 currentColor;
}

.mon-fv__icon--thumb::before {
  inset: 5px 5px;
  border-radius: 3px;
}

.mon-fv__icon--thumb::after {
  inset: 14px 12px 11px 15px;
  border-width: 8px 0 8px 13px;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
}

.mon-fv__icon--movie::before {
  inset: 2px 8px;
  border-radius: 1px;
  background:
    repeating-linear-gradient(0deg, transparent 0 6px, currentColor 6px 7px);
}

.mon-fv__icon--movie::after {
  inset: 3px 14px;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  border-top: 0;
  border-bottom: 0;
}

.mon-fv__icon--sound::before,
.mon-fv__icon--sound::after {
  inset: auto;
  top: 8px;
  left: 18px;
  width: 2px;
  height: 22px;
  border: 0;
  background: currentColor;
  box-shadow:
    -13px 6px 0 currentColor,
    -7px -2px 0 currentColor,
    7px -4px 0 currentColor,
    13px 5px 0 currentColor;
}

.mon-fv__mark {
  position: absolute;
  z-index: 7;
  top: 11.5vh;
  right: clamp(150px, 11.8vw, 228px);
  width: min(760px, 45.5vw);
  aspect-ratio: 2048 / 1779;
  display: grid;
  place-items: center;
}

.mon-fv__mark::before {
  content: "";
  position: absolute;
  inset: -10% -7% -7% -9%;
  z-index: -2;
  border-radius: 999px;
  background:
    conic-gradient(from 18deg, transparent 0 18deg, rgba(245, 215, 121, 0.38) 20deg 32deg, transparent 34deg 142deg, rgba(245, 215, 121, 0.28) 146deg 158deg, transparent 162deg 292deg, rgba(245, 215, 121, 0.3) 296deg 307deg, transparent 312deg 360deg),
    radial-gradient(circle, rgba(225, 196, 109, 0.13), transparent 0 62%),
    radial-gradient(circle, transparent 0 61%, rgba(218, 184, 91, 0.17) 61.2% 61.45%, transparent 61.7%),
    radial-gradient(circle, transparent 0 75%, rgba(218, 184, 91, 0.11) 75.2% 75.45%, transparent 75.7%);
  filter: blur(0.2px);
  -webkit-mask-image: radial-gradient(circle, transparent 0 60.9%, #000 61.08% 61.7%, transparent 61.95% 74.9%, #000 75.1% 75.62%, transparent 75.9%);
  mask-image: radial-gradient(circle, transparent 0 60.9%, #000 61.08% 61.7%, transparent 61.95% 74.9%, #000 75.1% 75.62%, transparent 75.9%);
}

.mon-fv__mark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(108deg, #9a7431 0%, #f2dc8b 25%, #c9973d 48%, #f6e49d 68%, #8d6827 100%),
    linear-gradient(18deg, rgba(255, 238, 154, 0.32), rgba(94, 68, 21, 0.2) 42%, transparent 70%);
  -webkit-mask-image: url("../atsurae/mon-repro/atsurae-de-logo-fv-900.png");
  mask-image: url("../atsurae/mon-repro/atsurae-de-logo-fv-900.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mix-blend-mode: normal;
  opacity: 0.96;
  filter:
    drop-shadow(0 20px 38px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 20px rgba(227, 193, 91, 0.18));
}

.mon-fv__mark img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.98;
  filter:
    brightness(1.32)
    contrast(1.04)
    saturate(0.88)
    drop-shadow(0 20px 38px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 20px rgba(227, 193, 91, 0.16));
}

@keyframes monDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .mon-fv__mark {
    animation: monMarkIn 1.25s ease-out both;
  }

  .mon-fv__copy > * {
    animation: monCopyIn 0.9s ease-out both;
  }

  .mon-fv__copy > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .mon-fv__copy > *:nth-child(3) {
    animation-delay: 0.14s;
  }

  .mon-fv__copy > *:nth-child(4) {
    animation-delay: 0.2s;
  }

  .mon-fv__copy > *:nth-child(n + 5) {
    animation-delay: 0.28s;
  }

  .mon-fv__waves {
    animation: monWaveDrift 13s ease-in-out 2.2s infinite alternate;
  }

  .mon-fv__wave-group--bundle path {
    --trace-speed: 3.1s;
    --trace-delay: 0s;
    animation: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }

  .mon-fv__wave-group--bundle path:nth-child(2n) {
    --trace-speed: 3.04s;
    --trace-delay: -0.18s;
  }

  .mon-fv__wave-group--bundle path:nth-child(3n) {
    --trace-speed: 3.22s;
    --trace-delay: -0.34s;
  }

  .mon-fv__wave-group--bundle path:nth-child(4n) {
    --trace-speed: 3.16s;
    --trace-delay: -0.5s;
  }

  .mon-fv__wave-group--bundle path:nth-child(5n) {
    --trace-speed: 3.28s;
    --trace-delay: -0.66s;
  }

  .mon-fv__wave-group--bundle path:nth-child(7n) {
    --trace-speed: 2.96s;
    --trace-delay: -0.82s;
  }

  .mon-fv__wave-group--bundle path:nth-child(11n) {
    --trace-speed: 3.34s;
    --trace-delay: -0.98s;
  }

  .mon-fv__waves .mon-fv__wave-group--bundle path {
    animation-delay: var(--trace-delay);
    animation-duration: var(--trace-speed);
  }

  .mon-fv__wave-group--bundle-glints path {
    animation: monGoldLineFlow var(--glint-speed) linear var(--glint-delay) infinite;
  }

  .mon-fv__wave-light::before {
    animation: none;
  }

  .mon-fv__wave-light::after {
    animation: none;
  }

  .mon-fv__clouds {
    animation: monCloudDrift 16s ease-in-out 1.1s infinite alternate;
  }

  .mon-fv__clouds--lower {
    animation-name: monCloudDriftLower;
    animation-duration: 19s;
  }

  .mon-fv__mark img {
    animation: monLogoGlow 7.2s ease-in-out 2s infinite;
  }

  .mon-fv__mark::after {
    animation: monLogoGlimmer 7.2s ease-in-out 2s infinite;
  }

  .mon-fv__mark::before {
    animation: monRingTurn 28s linear infinite;
  }

  .mon-fv__particles {
    animation: monParticleBreath 12s ease-in-out 1.8s infinite alternate;
  }

  .mon-fv__rail::after {
    animation: monScrollGuide 2.9s cubic-bezier(0.42, 0, 0.18, 1) 1.1s infinite;
  }

  .mon-fv__scroll {
    animation: monScrollTextGlow 2.9s ease-in-out 1.1s infinite;
  }

  .mon-fv__scroll::after {
    animation: monScrollLowerLine 2.9s ease-in-out 1.1s infinite;
  }

  .mon-fv__scroll-cue {
    animation: monScrollCueDrop 2.9s cubic-bezier(0.4, 0, 0.16, 1) 1.1s infinite;
  }

  .mon-fv__scroll-cue::after {
    animation: monScrollCueArrow 2.9s ease-in-out 1.1s infinite;
  }
}

@keyframes monMarkIn {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes monCopyIn {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes monWaveDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0.75vw -0.7vh;
  }
}

@keyframes monGoldFlowGlow {
  0% {
    opacity: 0.52;
    filter: drop-shadow(0 0 0 rgba(245, 215, 121, 0));
  }

  28% {
    opacity: 0.62;
    filter: drop-shadow(0 0 1px rgba(245, 215, 121, 0.08));
  }

  48% {
    opacity: 0.76;
    filter:
      drop-shadow(0 0 3px rgba(248, 224, 137, 0.2))
      drop-shadow(0 0 9px rgba(232, 192, 87, 0.12));
  }

  66% {
    opacity: 0.64;
    filter: drop-shadow(0 0 2px rgba(245, 215, 121, 0.1));
  }

  100% {
    opacity: 0.52;
    filter: drop-shadow(0 0 0 rgba(245, 215, 121, 0));
  }
}

@keyframes monGoldLineFlow {
  0% {
    stroke-dashoffset: 2380;
    opacity: 0;
  }

  9% {
    opacity: 0;
  }

  22% {
    opacity: 0.72;
  }

  68% {
    opacity: 0.72;
  }

  86% {
    opacity: 0;
  }

  100% {
    stroke-dashoffset: -620;
    opacity: 0;
  }
}

@keyframes monWaveLightSweep {
  from {
    translate: 0 0;
    opacity: 0;
  }

  12% {
    opacity: 0.08;
  }

  46% {
    opacity: 0.42;
  }

  82% {
    opacity: 0.1;
  }

  to {
    translate: 560% -12%;
    opacity: 0;
  }
}

@keyframes monCloudDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: -0.45vw 0.25vh;
  }
}

@keyframes monCloudDriftLower {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0.55vw -0.35vh;
  }
}

@keyframes monPatternPulse {
  0%,
  100% {
    opacity: 0.58;
  }

  50% {
    opacity: 0.82;
  }
}

@keyframes monLogoGlow {
  0%,
  64%,
  100% {
    filter:
      brightness(1.32)
      contrast(1.04)
      saturate(0.88)
      drop-shadow(0 20px 38px rgba(0, 0, 0, 0.52))
      drop-shadow(0 0 20px rgba(227, 193, 91, 0.16));
  }

  70% {
    filter:
      brightness(1.48)
      contrast(1.08)
      saturate(0.96)
      drop-shadow(0 22px 40px rgba(0, 0, 0, 0.52))
      drop-shadow(0 0 34px rgba(245, 215, 121, 0.32));
  }

  76% {
    filter:
      brightness(1.36)
      contrast(1.05)
      saturate(0.9)
      drop-shadow(0 20px 38px rgba(0, 0, 0, 0.52))
      drop-shadow(0 0 22px rgba(227, 193, 91, 0.2));
  }
}

@keyframes monLogoGlimmer {
  0%,
  62%,
  100% {
    opacity: 0.72;
  }

  69% {
    opacity: 1;
  }

  76% {
    opacity: 0.82;
  }
}

@keyframes monRingTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes monParticleBreath {
  0%,
  100% {
    opacity: 0.52;
  }

  50% {
    opacity: 0.68;
  }
}

@keyframes monScrollGuide {
  0% {
    opacity: 0;
    transform: translateY(-34px) scaleX(0.72);
  }

  18% {
    opacity: 0.82;
  }

  74% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
    transform: translateY(calc(76vh - 88px)) scaleX(0.72);
  }
}

@keyframes monScrollTextGlow {
  0%,
  100% {
    opacity: 0.78;
    text-shadow: 0 0 8px rgba(245, 215, 121, 0.1);
  }

  46% {
    opacity: 1;
    text-shadow:
      0 0 10px rgba(245, 215, 121, 0.24),
      0 0 18px rgba(184, 139, 53, 0.14);
  }
}

@keyframes monScrollLowerLine {
  0%,
  100% {
    opacity: 0.42;
    transform: translateX(50%) scaleY(0.76);
  }

  46% {
    opacity: 0.95;
    transform: translateX(50%) scaleY(1.12);
  }
}

@keyframes monScrollCueDrop {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }

  22% {
    opacity: 1;
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}

@keyframes monScrollCueArrow {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-2px) rotate(45deg);
  }

  52% {
    opacity: 1;
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}

@media (max-width: 1120px) {
  .mon-fv__header {
    left: 26px;
    right: 20px;
    top: 22px;
    gap: 14px;
  }

  .mon-fv__header-brand {
    min-width: 0;
    gap: 10px;
  }

  .mon-fv__header-brand img {
    width: 34px;
    height: 34px;
  }

  .mon-fv__header-brand strong {
    font-size: 18px;
  }

  .mon-fv__home-link {
    min-width: auto;
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .mon-fv__content {
    min-height: 100svh;
    width: min(760px, calc(100% - 44px));
    display: grid;
    align-content: start;
    padding: 112px 0 78px;
  }

  .mon-fv__rail {
    right: 16px;
    top: 24px;
    bottom: 24px;
    opacity: 0.5;
  }

  .mon-fv__brand-mini,
  .mon-fv__brand-by {
    display: none;
  }

  .mon-fv__sub-brand {
    display: block;
    margin: 0 0 12px;
    color: var(--gold-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    letter-spacing: 0.14em;
  }

  .mon-fv__title {
    max-width: min(340px, 100%);
    font-size: clamp(44px, 11vw, 62px);
    white-space: normal;
  }

  .mon-fv__label {
    font-size: 14px;
    letter-spacing: 0.28em;
  }

  .mon-fv__tagline {
    font-size: clamp(22px, 5.5vw, 30px);
    max-width: min(330px, 100%);
    overflow-wrap: anywhere;
    line-break: strict;
  }

  .mon-fv__lead {
    font-size: 14px;
    max-width: min(330px, 100%);
  }

  .mon-fv__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 34px;
  }

  .mon-fv__button {
    min-width: min(300px, 100%);
    min-height: 52px;
    font-size: 13px;
  }

  .mon-fv__mark {
    position: relative;
    top: auto;
    right: auto;
    width: min(88vw, 560px);
    margin: 38px auto 0;
  }

  .mon-fv__menu {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .mon-fv__menu li {
    min-width: 112px;
  }

  .mon-fv__left-pattern {
    width: 72vw;
    opacity: 0.26;
  }

  .mon-fv__right-pattern {
    right: -20px;
    top: -8px;
    width: 152px;
    height: 170px;
    opacity: 0.18;
  }

  .mon-fv__right-pattern::after {
    display: none;
  }

  .mon-fv__clouds {
    right: -270px;
    top: 88px;
    transform: scale(0.56);
    transform-origin: top right;
    opacity: 0.18;
  }

  .mon-fv__clouds--lower {
    right: -170px;
    top: auto;
    bottom: 2vh;
    transform: scale(0.62);
    transform-origin: bottom right;
    opacity: 0.22;
  }

  .mon-fv__waves {
    height: 40vh;
    bottom: -3vh;
  }
}

.mon-fv {
  min-height: clamp(860px, 92svh, 980px);
}

.mon-fv__header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  min-height: 96px;
  gap: clamp(18px, 2.2vw, 34px);
  padding: 14px clamp(36px, 4.4vw, 78px);
  background: linear-gradient(90deg, rgba(3, 3, 2, 0.88), rgba(7, 7, 5, 0.64) 54%, rgba(3, 3, 2, 0.82));
  border-bottom: 1px solid rgba(226, 199, 119, 0.08);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.mon-fv__header-brand {
  min-width: 300px;
  gap: 17px;
}

.mon-fv__header-brand img {
  width: 60px;
  height: 60px;
}

.mon-fv__header-brand span {
  transform: translateY(-2px);
}

.mon-fv__header-brand strong {
  font-size: 30px;
  letter-spacing: 0.19em;
}

.mon-fv__header-brand small {
  font-size: 12px;
  letter-spacing: 0.075em;
}

.mon-fv__nav {
  gap: clamp(16px, 1.8vw, 28px);
  margin-right: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  background: transparent;
  backdrop-filter: none;
}

.mon-fv__nav a {
  padding: 10px 0;
}

.mon-fv__home-link {
  display: inline-flex;
  min-width: auto;
  min-height: 42px;
  padding: 0 0 0 20px;
  font-size: 12.5px;
  letter-spacing: 0;
  border: 0;
  border-left: 1px solid rgba(226, 199, 119, 0.28);
  color: rgba(247, 241, 228, 0.72);
  background: transparent;
}

.mon-fv__home-link::after {
  content: none;
}

.mon-fv__home-link:hover {
  color: var(--gold-bright);
  border-color: rgba(226, 199, 119, 0.44);
  background: transparent;
}

.mon-fv__content {
  min-height: clamp(860px, 92svh, 980px);
}

.mon-fv__copy {
  left: clamp(150px, 12vw, 230px);
  top: clamp(252px, 30vh, 318px);
  width: min(720px, 45vw);
}

.mon-fv__sub-brand,
.mon-fv__label,
.mon-fv__tagline {
  display: none;
}

.mon-fv__title {
  font-size: clamp(38px, 3.2vw, 60px);
  line-height: 1.18;
  letter-spacing: 0.04em;
  white-space: normal;
  color: var(--gold-soft);
  background:
    linear-gradient(105deg, #a57b33 0%, #f0d984 28%, #d5ab52 54%, #f6e19b 70%, #a77c2f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 13px 34px rgba(0, 0, 0, 0.48),
    0 0 22px rgba(226, 199, 119, 0.08);
}

.mon-nowrap {
  white-space: nowrap;
}

.mon-fv__short-rule {
  width: 86px;
  margin: 24px 0 22px;
}

.mon-fv__lead {
  max-width: 650px;
  margin-top: 0;
  font-size: clamp(15px, 1.03vw, 18px);
  line-height: 1.92;
}

.mon-fv__lead-sp {
  display: none;
}

.mon-fv__actions {
  margin-top: clamp(16px, 2vh, 24px);
}

.mon-fv__menu {
  width: min(690px, 42vw);
  margin-top: clamp(24px, 3vh, 34px);
}

.mon-fv__menu li {
  min-width: 108px;
  gap: 10px;
  font-size: 11.5px;
  letter-spacing: 0.13em;
}

.mon-fv__mark {
  top: clamp(168px, 19.2vh, 220px);
  right: clamp(112px, 9.6vw, 192px);
  width: min(580px, 32vw);
  background: url("../atsurae/mon-repro/atsurae-de-logo-fv-900.png") center / contain no-repeat;
}

.mon-fv__mark-caption {
  position: absolute;
  z-index: 4;
  left: calc(50% + clamp(32px, 2.6vw, 50px));
  right: auto;
  top: calc(100% + 2px);
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: max-content;
  transform: translateX(-50%);
  text-align: center;
  color: var(--gold-soft);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.62);
}

.mon-fv__mark-caption span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.35vw, 44px);
  line-height: 1;
  letter-spacing: 0.2em;
  padding-left: 0;
  white-space: nowrap;
}

.mon-fv__mark-caption small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.mon-fv__rail {
  opacity: 0.62;
}

.mon-lp-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 30%, rgba(226, 199, 119, 0.06), transparent 0 24%, transparent 48%),
    linear-gradient(105deg, #080806 0%, #11100c 52%, #080806 100%);
  border-top: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-lp-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 92%, rgba(245, 215, 121, 0.12), transparent 0 20%, transparent 42%),
    repeating-linear-gradient(92deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
}

.mon-lp-section__inner {
  width: min(1500px, calc(100% - clamp(76px, 9vw, 168px)));
  margin: 0 auto;
  padding: clamp(76px, 8.2vh, 116px) 0;
}

.mon-section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.mon-lp-section h2 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(27px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.06em;
}

.mon-lp-section--concept h2 {
  white-space: nowrap;
}

.mon-heading-line {
  display: inline-block;
  white-space: nowrap;
}

.mon-copy-line {
  display: block;
}

.mon-mobile-break {
  display: none;
}

.mon-section-copy p:not(.mon-section-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--ink-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 2.2;
  letter-spacing: 0.055em;
}

.mon-section-lead {
  max-width: 560px;
  margin: 0;
  color: var(--ink-muted);
  font-size: clamp(14px, 0.96vw, 16px);
  line-height: 2.05;
  letter-spacing: 0.05em;
}

.mon-lp-section--concept {
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.96) 0 47%, rgba(8, 8, 6, 0.76) 61%, rgba(8, 8, 6, 0.94) 100%),
    radial-gradient(circle at 75% 50%, rgba(226, 199, 119, 0.12), transparent 0 22%, transparent 46%),
    linear-gradient(105deg, #090806, #12100c);
}

.mon-concept,
.mon-about,
.mon-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.76fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.mon-concept__visual {
  position: relative;
  min-height: clamp(300px, 28vw, 420px);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border-left: 1px solid rgba(218, 184, 91, 0.22);
  background: rgba(0, 0, 0, 0.34);
}

.mon-concept__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.88), transparent 46%),
    radial-gradient(circle at 76% 58%, rgba(245, 215, 121, 0.24), transparent 0 18%, transparent 42%);
}

.mon-concept__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 28vw, 420px);
  display: block;
  object-fit: cover;
  object-position: 72% 58%;
  filter: saturate(0.68) contrast(1.08) brightness(0.62);
}

.mon-concept__visual--workbench img,
.mon-concept__visual--creative-board img {
  object-position: 46% 52%;
  filter: saturate(0.46) contrast(1.08) brightness(0.9);
}

.mon-concept__visual--workbench::before,
.mon-concept__visual--creative-board::before {
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.32), transparent 42%),
    radial-gradient(circle at 70% 58%, rgba(245, 215, 121, 0.1), transparent 0 16%, transparent 40%);
}

.mon-concept__visual--logo {
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(218, 184, 91, 0.22);
  background:
    radial-gradient(circle at 50% 48%, rgba(245, 215, 121, 0.18), transparent 0 32%, transparent 64%),
    linear-gradient(140deg, rgba(14, 12, 8, 0.98), rgba(28, 22, 12, 0.82));
}

.mon-concept__visual--logo::before {
  background:
    radial-gradient(circle at 52% 46%, rgba(245, 215, 121, 0.16), transparent 0 26%, transparent 58%),
    linear-gradient(90deg, rgba(8, 8, 6, 0.18), transparent 42%, rgba(8, 8, 6, 0.18));
}

.mon-concept__visual--logo img {
  width: min(420px, 82%);
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  filter:
    brightness(1.14)
    contrast(1.04)
    saturate(0.95)
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 22px rgba(226, 199, 119, 0.16));
}

.mon-concept__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(34px, 4vh, 48px);
  border-top: 1px solid rgba(218, 184, 91, 0.22);
  border-bottom: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-concept__points article {
  min-height: 164px;
  padding: 24px 24px 22px;
}

.mon-concept__points article + article {
  border-left: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-concept__points span,
.mon-service-table span,
.mon-work-card__caption span,
.mon-quality-grid span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-concept__points strong,
.mon-service-table strong {
  display: block;
  margin-top: 12px;
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.mon-concept__points p,
.mon-service-table p,
.mon-quality-grid p,
.mon-about-list {
  color: var(--ink-muted);
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.mon-concept__points p,
.mon-service-table p,
.mon-quality-grid p {
  margin: 10px 0 0;
}

.mon-lp-section--menu .mon-lp-section__inner {
  padding-bottom: clamp(66px, 7vh, 96px);
}

.mon-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(44px, 5.2vh, 66px);
  border-top: 1px solid rgba(218, 184, 91, 0.22);
  border-bottom: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-menu-card {
  position: relative;
  min-height: 198px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 26px 24px;
  text-align: center;
}

.mon-menu-card + .mon-menu-card {
  border-left: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-menu-card__icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  color: var(--gold-soft);
}

.mon-menu-card__icon::before,
.mon-menu-card__icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid currentColor;
  opacity: 0.88;
}

.mon-menu-card__icon--identity::before {
  border-radius: 50%;
}

.mon-menu-card__icon--identity::after {
  inset: 24px 10px 5px;
  border-top: 0;
}

.mon-menu-card__icon--visual::before {
  border-radius: 2px;
  transform: rotate(-4deg);
}

.mon-menu-card__icon--visual::after {
  inset: 15px 13px 12px 19px;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}

.mon-menu-card__icon--motion::before {
  border-radius: 7px;
}

.mon-menu-card__icon--motion::after {
  inset: 16px 13px 13px 17px;
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
}

.mon-menu-card__icon--sound::before {
  inset: 7px 9px;
  border-radius: 50% 50% 48% 48%;
}

.mon-menu-card__icon--sound::after {
  inset: 23px 12px 7px 22px;
  border-top: 0;
  border-left: 0;
  transform: rotate(-22deg);
}

.mon-menu-card h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.mon-menu-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13.5px;
  line-height: 1.86;
  letter-spacing: 0.045em;
}

.mon-service-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(28px, 3.5vh, 44px);
  border: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-service-table div {
  min-height: 150px;
  padding: 24px 28px;
}

.mon-service-table div:nth-child(even) {
  border-left: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-service-table div:nth-child(n + 3) {
  border-top: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.mon-text-link {
  color: var(--gold-soft);
  font-size: 14.5px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.mon-text-link::after {
  content: " →";
}

.mon-works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(38px, 4.6vh, 58px);
}

.mon-work-card {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 91, 0.22);
  background: rgba(0, 0, 0, 0.32);
}

.mon-work-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  pointer-events: none;
}

.mon-work-card img,
.mon-work-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.05) brightness(0.84);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.mon-work-card video {
  background: rgba(0, 0, 0, 0.42);
}

.mon-work-card--contain img {
  padding: clamp(18px, 2.2vw, 30px);
  object-fit: contain;
  background: #f3f0e8;
}

.mon-work-card--logo {
  background:
    url("../atsurae/mon-repro/atsurae-de-logo-fv-900.png") center / 58% auto no-repeat,
    radial-gradient(circle, rgba(226, 199, 119, 0.08), rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.54));
}

.mon-work-card__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}

.mon-work-card__caption strong {
  display: block;
  margin-top: 8px;
  color: rgba(250, 244, 231, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.mon-work-card:hover img,
.mon-work-card:hover video {
  transform: scale(1.045);
  filter: saturate(0.86) contrast(1.08) brightness(0.94);
}

.mon-lp-section--process {
  background:
    radial-gradient(circle at 18% 28%, rgba(226, 199, 119, 0.08), transparent 0 20%, transparent 42%),
    radial-gradient(circle at 82% 58%, rgba(226, 199, 119, 0.07), transparent 0 22%, transparent 46%),
    linear-gradient(105deg, #080706 0%, #11100c 52%, #080706 100%);
}

.mon-section-heading--process .mon-section-lead {
  max-width: 720px;
}

.mon-process-diagram {
  position: relative;
  margin-top: clamp(50px, 6vh, 78px);
  padding: clamp(34px, 4.4vh, 54px) 0 0;
  isolation: isolate;
}

.mon-process-diagram__line {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(10px, 2.2vh, 28px);
  z-index: 0;
  width: 100%;
  height: calc(100% - clamp(4px, 1vw, 16px));
  min-height: 520px;
  pointer-events: none;
  overflow: visible;
}

.mon-process-diagram__base,
.mon-process-diagram__flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mon-process-diagram__base path,
.mon-process-diagram__flow path {
  fill: none;
}

.mon-process-diagram__base {
  stroke: rgba(218, 184, 91, 0.16);
  stroke-width: 2;
}

.mon-process-diagram__flow {
  stroke: #e5c46a;
  stroke-width: 3;
  stroke-dasharray: 22 30;
  opacity: 0.72;
  filter: drop-shadow(0 0 10px rgba(226, 199, 119, 0.18));
}

.mon-process-diagram__arrow-head {
  fill: #e5c46a;
  opacity: 0.86;
  filter: drop-shadow(0 0 8px rgba(226, 199, 119, 0.22));
}

.mon-process-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mon-process-list li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 16px;
  min-height: 274px;
  padding: 30px clamp(22px, 2.2vw, 34px) 26px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(218, 184, 91, 0.25);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.07), transparent 34%),
    rgba(5, 5, 4, 0.76);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(245, 215, 121, 0.12);
}

.mon-process-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 215, 121, 0.16), transparent 0 34%, transparent 64%),
    linear-gradient(105deg, transparent, rgba(245, 215, 121, 0.1), transparent);
  opacity: 0.35;
}

.mon-process-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--gold-soft);
  box-shadow: 0 0 20px rgba(245, 215, 121, 0.4);
  transform: translateX(-50%);
}

.mon-process-list__number,
.mon-process-list__icon,
.mon-process-list h3,
.mon-process-list p,
.mon-process-list em {
  position: relative;
  z-index: 1;
}

.mon-process-list__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(226, 199, 119, 0.7);
  border-radius: 999px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.28);
}

.mon-process-list__icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(218, 184, 91, 0.4);
  border-radius: 18px;
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 0 18px rgba(226, 199, 119, 0.06);
}

.mon-process-list__icon::before,
.mon-process-list__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.mon-process-list__icon--talk::before {
  left: 15px;
  top: 18px;
  width: 28px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 6px;
}

.mon-process-list__icon--talk::after {
  left: 24px;
  top: 33px;
  width: 9px;
  height: 9px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-28deg);
}

.mon-process-list__icon--scope::before {
  left: 16px;
  top: 16px;
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.mon-process-list__icon--scope::after {
  left: 28px;
  top: 10px;
  width: 1px;
  height: 38px;
  background: currentColor;
  box-shadow: -18px 19px 0 -0.5px currentColor, 18px 19px 0 -0.5px currentColor;
}

.mon-process-list__icon--draft::before {
  left: 18px;
  top: 13px;
  width: 23px;
  height: 32px;
  border: 1px solid currentColor;
  transform: rotate(-5deg);
}

.mon-process-list__icon--draft::after {
  left: 23px;
  top: 24px;
  width: 16px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor;
}

.mon-process-list__icon--create::before {
  left: 19px;
  top: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.mon-process-list__icon--create::after {
  left: 14px;
  top: 39px;
  width: 30px;
  height: 1px;
  background: currentColor;
  transform: rotate(-18deg);
}

.mon-process-list__icon--tune::before {
  left: 18px;
  top: 15px;
  width: 1px;
  height: 30px;
  background: currentColor;
  box-shadow: 11px 0 0 currentColor, 22px 0 0 currentColor;
}

.mon-process-list__icon--tune::after {
  left: 14px;
  top: 21px;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #0b0a07;
  box-shadow: 11px 12px 0 -1px #0b0a07, 11px 12px 0 0 currentColor, 22px 3px 0 -1px #0b0a07, 22px 3px 0 0 currentColor;
}

.mon-process-list__icon--deliver::before {
  left: 16px;
  top: 22px;
  width: 27px;
  height: 20px;
  border: 1px solid currentColor;
}

.mon-process-list__icon--deliver::after {
  left: 16px;
  top: 17px;
  width: 27px;
  height: 12px;
  border: 1px solid currentColor;
  transform: skewX(-20deg);
}

.mon-process-list h3 {
  margin: 0;
  color: var(--gold-soft);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}

.mon-process-list p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 14.5px;
  line-height: 1.86;
  letter-spacing: 0.04em;
}

.mon-process-list em {
  align-self: end;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(218, 184, 91, 0.28);
  color: rgba(245, 215, 121, 0.86);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.07em;
  background: rgba(0, 0, 0, 0.22);
}

@media (prefers-reduced-motion: no-preference) {
  .mon-process-diagram__flow {
    animation: monProcessFlow 2.8s linear infinite;
  }

  .mon-process-list li {
    animation: monProcessFloat 5.8s ease-in-out infinite;
    animation-delay: calc(var(--step) * -0.42s);
  }

  .mon-process-list li::after {
    animation: monProcessPulse 2.8s ease-in-out infinite;
    animation-delay: calc(var(--step) * 0.18s);
  }
}

@keyframes monProcessFlow {
  to {
    stroke-dashoffset: -54;
  }
}

@keyframes monProcessFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes monProcessPulse {
  0%,
  100% {
    opacity: 0.55;
    box-shadow: 0 0 14px rgba(245, 215, 121, 0.24);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 28px rgba(245, 215, 121, 0.52);
  }
}

.mon-lp-section--quality {
  background:
    radial-gradient(circle at 12% 28%, rgba(226, 199, 119, 0.08), transparent 0 24%, transparent 46%),
    linear-gradient(105deg, #0a0907 0%, #13110d 52%, #090806 100%);
}

.mon-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(42px, 5vh, 64px);
  border-top: 1px solid rgba(218, 184, 91, 0.22);
  border-bottom: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-quality-grid article {
  min-height: 210px;
  padding: 30px 30px 28px;
}

.mon-quality-grid article + article {
  border-left: 1px solid rgba(218, 184, 91, 0.22);
}

.mon-quality-grid h3 {
  margin: 14px 0 0;
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.mon-lp-section--about::after,
.mon-lp-section--contact::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 420px;
  height: 300px;
  opacity: 0.2;
  background-image: url("../atsurae/mon-repro/asanoha-pattern.svg");
  background-size: 92px 92px;
  transform: rotate(24deg);
}

.mon-lp-section--contact {
  min-height: 468px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.98) 0 39%, rgba(8, 8, 6, 0.66) 62%, rgba(8, 8, 6, 0.38) 100%),
    radial-gradient(circle at 78% 46%, rgba(245, 215, 121, 0.18), transparent 0 22%, transparent 50%),
    url("../atsurae/atsurae-concept-creative-board-v1.webp") right center / min(980px, 66vw) auto no-repeat,
    linear-gradient(105deg, #080806 0%, #13110d 52%, #090806 100%);
}

.mon-lp-section--contact .mon-lp-section__inner {
  min-height: 340px;
  padding-top: clamp(58px, 7vh, 78px);
  padding-bottom: clamp(58px, 7vh, 78px);
}

.mon-about,
.mon-contact {
  grid-template-columns: minmax(0, 1fr) auto;
}

.mon-about .mon-section-copy p:not(.mon-section-kicker) {
  max-width: 900px;
}

.mon-about-list {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mon-about-list li {
  position: relative;
  padding-left: 24px;
}

.mon-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.86em;
  width: 9px;
  height: 1px;
  background: var(--gold-soft);
}

.mon-contact h2 {
  max-width: 860px;
  font-size: clamp(30px, 2.35vw, 46px);
}

.mon-contact__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(247, 241, 228, 0.82);
  font-size: clamp(14.5px, 0.95vw, 17px);
  line-height: 2;
  letter-spacing: 0.055em;
}

.mon-contact__lead span {
  display: block;
}

.mon-about .mon-fv__button {
  top: clamp(74px, 8.6vh, 94px);
  align-self: center;
  min-width: 320px;
}

.mon-contact .mon-fv__button {
  top: clamp(124px, 13.8vh, 146px);
  align-self: center;
  min-width: 320px;
}

.mon-fv__nav a[aria-current="page"],
.mon-footer__nav a[aria-current="page"] {
  color: var(--gold-bright);
}

.mon-page-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(218, 184, 91, 0.22);
  background:
    radial-gradient(circle at 70% 42%, rgba(226, 199, 119, 0.13), transparent 0 22%, transparent 48%),
    linear-gradient(105deg, #080806 0%, #12100c 54%, #080806 100%);
}

.mon-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), transparent 38%, rgba(0, 0, 0, 0.34)),
    radial-gradient(ellipse at center, transparent 0 48%, rgba(0, 0, 0, 0.42) 100%);
}

.mon-page-hero--philosophy::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.66), transparent 42%, rgba(5, 5, 4, 0.38)),
    radial-gradient(circle at 72% 34%, rgba(245, 215, 121, 0.12), transparent 0 22%, transparent 48%),
    radial-gradient(ellipse at center, transparent 0 48%, rgba(0, 0, 0, 0.42) 100%);
}

.mon-page-hero--philosophy .mon-fv__right-pattern {
  display: none;
}

.mon-page-hero--menu .mon-fv__right-pattern,
.mon-page-hero--works .mon-fv__right-pattern,
.mon-page-hero--contact .mon-fv__right-pattern {
  display: none;
}

.mon-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -5vw -12vh -5vw;
  z-index: 1;
  height: 260px;
  opacity: 0.32;
  pointer-events: none;
  background:
    url("../atsurae/mon-repro/decor-waves.svg") center / 640px auto repeat-x,
    linear-gradient(180deg, transparent, rgba(226, 199, 119, 0.08));
  mix-blend-mode: screen;
}

.mon-page-hero__inner {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.56fr);
  align-items: end;
  gap: clamp(44px, 7vw, 110px);
  width: min(1500px, calc(100% - clamp(76px, 9vw, 168px)));
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(168px, 20vh, 220px) 0 clamp(76px, 8vh, 110px);
}

.mon-page-hero__copy {
  max-width: 880px;
}

.mon-page-hero--philosophy .mon-page-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.mon-page-hero--philosophy .mon-page-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.mon-page-hero h1 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(50px, 4.8vw, 86px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.06em;
}

.mon-page-hero h1 span,
.mon-page-hero__lead span,
.mon-sub-section h2 span,
.mon-sub-lead span {
  display: block;
}

.mon-line-sp {
  display: none !important;
}

.mon-page-hero__lead {
  max-width: 760px;
  margin: 32px 0 0;
  color: var(--ink-muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 2.05;
  letter-spacing: 0.055em;
}

.mon-page-hero__visual {
  position: relative;
  min-height: clamp(280px, 25vw, 400px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 91, 0.22);
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.mon-page-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.42), transparent 45%),
    radial-gradient(circle at 78% 20%, rgba(245, 215, 121, 0.2), transparent 0 22%, transparent 48%);
}

.mon-page-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05) brightness(0.8);
}

.mon-page-hero--menu .mon-page-hero__inner {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
  align-items: center;
}

.mon-page-hero--menu .mon-page-hero__visual {
  min-height: clamp(360px, 34vw, 520px);
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.42) 5%, rgba(0, 0, 0, 0.88) 20%, #000 82%, rgba(0, 0, 0, 0.4) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 88%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.42) 5%, rgba(0, 0, 0, 0.88) 20%, #000 82%, rgba(0, 0, 0, 0.4) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.mon-page-hero--menu .mon-page-hero__visual::after {
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.62), rgba(8, 8, 6, 0.18) 30%, transparent 58%, rgba(8, 8, 6, 0.46)),
    linear-gradient(180deg, rgba(8, 8, 6, 0.56), transparent 34%, rgba(8, 8, 6, 0.64)),
    radial-gradient(circle at 72% 26%, rgba(245, 215, 121, 0.2), transparent 0 20%, transparent 52%);
}

.mon-page-hero--menu .mon-page-hero__visual img {
  filter: saturate(0.96) contrast(1.1) brightness(0.9);
  object-position: 58% center;
}

.mon-page-hero__visual--philosophy {
  position: absolute;
  z-index: 1;
  top: 0;
  right: clamp(-150px, -7vw, -64px);
  bottom: 0;
  left: clamp(300px, 34vw, 520px);
  width: auto;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.94;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.24) 10%, rgba(0, 0, 0, 0.74) 27%, #000 46%, #000 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.24) 10%, rgba(0, 0, 0, 0.74) 27%, #000 46%, #000 100%);
}

.mon-page-hero__visual--philosophy img {
  filter: saturate(0.9) contrast(1.08) brightness(0.72);
  object-position: 58% center;
}

.mon-page-hero__visual--philosophy::after {
  inset: -2px;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.94), rgba(8, 8, 6, 0.62) 22%, transparent 46%, rgba(8, 8, 6, 0.16) 72%, rgba(8, 8, 6, 0.56)),
    linear-gradient(180deg, rgba(8, 8, 6, 0.72), transparent 26%, transparent 68%, rgba(8, 8, 6, 0.78)),
    radial-gradient(circle at 72% 22%, rgba(245, 215, 121, 0.16), transparent 0 24%, transparent 54%);
}

.mon-page-hero--works .mon-page-hero__visual img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.34);
}

.mon-page-hero--faq .mon-page-hero__visual img {
  object-fit: contain;
  padding: clamp(34px, 4vw, 64px);
  background: radial-gradient(circle, rgba(226, 199, 119, 0.1), rgba(0, 0, 0, 0.35) 58%, rgba(0, 0, 0, 0.72));
}

.mon-contact-panel {
  position: relative;
  display: grid;
  gap: 16px;
  align-self: end;
  padding: clamp(28px, 3.6vw, 46px);
  border: 1px solid rgba(218, 184, 91, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.08), transparent 42%),
    rgba(5, 5, 4, 0.72);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(245, 215, 121, 0.12);
}

.mon-contact-panel p {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.mon-contact-panel a {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.mon-contact-panel span {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.mon-contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
  align-self: end;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(218, 184, 91, 0.3);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.08), transparent 42%),
    rgba(5, 5, 4, 0.78);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(245, 215, 121, 0.12);
}

.mon-contact-form__head,
.mon-contact-form__wide,
.mon-contact-form button {
  grid-column: 1 / -1;
}

.mon-contact-form__head {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.mon-contact-form__head p,
.mon-contact-form label > span {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-contact-form__head span {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.mon-contact-form label {
  display: grid;
  gap: 9px;
}

.mon-contact-form input,
.mon-contact-form select,
.mon-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(218, 184, 91, 0.24);
  border-radius: 0;
  color: var(--ink-white);
  background: rgba(0, 0, 0, 0.34);
  font: inherit;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  outline: none;
}

.mon-contact-form input,
.mon-contact-form select {
  min-height: 46px;
  padding: 0 14px;
}

.mon-contact-form textarea {
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
}

.mon-contact-form input::placeholder,
.mon-contact-form textarea::placeholder {
  color: rgba(247, 241, 228, 0.36);
}

.mon-contact-form input:focus,
.mon-contact-form select:focus,
.mon-contact-form textarea:focus {
  border-color: rgba(245, 215, 121, 0.72);
  box-shadow: 0 0 0 1px rgba(245, 215, 121, 0.2);
}

.mon-contact-form button {
  min-height: 50px;
  border: 1px solid rgba(245, 215, 121, 0.78);
  color: #0b0a07;
  background: linear-gradient(105deg, #a98237, #efd27a 48%, #b88b35);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.mon-contact-form-section .mon-lp-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(520px, 0.76fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.mon-sub-section .mon-lp-section__inner {
  padding-top: clamp(82px, 9vh, 126px);
  padding-bottom: clamp(82px, 9vh, 126px);
}

.mon-sub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(42px, 5vh, 64px);
}

.mon-sub-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mon-sub-card,
.mon-sub-list li,
.mon-sub-work {
  border: 1px solid rgba(218, 184, 91, 0.22);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.055), transparent 36%),
    rgba(5, 5, 4, 0.62);
}

.mon-sub-card {
  min-height: 248px;
  padding: 30px clamp(22px, 2vw, 30px);
}

.mon-sub-card--visual {
  min-height: 306px;
  padding: 0 0 28px;
  overflow: hidden;
}

.mon-sub-card--visual .mon-sub-card__visual {
  position: relative;
  height: 132px;
  margin: 0 0 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(218, 184, 91, 0.18);
  background: rgba(0, 0, 0, 0.36);
}

.mon-sub-card--visual .mon-sub-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0.06), rgba(5, 5, 4, 0.54)),
    linear-gradient(90deg, rgba(5, 5, 4, 0.28), transparent 44%, rgba(5, 5, 4, 0.26));
}

.mon-sub-card--visual .mon-sub-card__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.98);
}

.mon-sub-card--visual span,
.mon-sub-card--visual h3,
.mon-sub-card--visual p {
  margin-left: clamp(22px, 2vw, 30px);
  margin-right: clamp(22px, 2vw, 30px);
}

.mon-sub-card span,
.mon-sub-list span,
.mon-sub-work span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-sub-card h3,
.mon-sub-list strong,
.mon-sub-work h3 {
  display: block;
  margin: 16px 0 0;
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.055em;
}

.mon-sub-card p,
.mon-sub-list p,
.mon-sub-work p,
.mon-sub-lead {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

.mon-sub-card p,
.mon-sub-list p,
.mon-sub-work p {
  margin: 12px 0 0;
}

.mon-menu-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px clamp(22px, 2vw, 30px) 0;
  padding: 0;
  list-style: none;
}

.mon-menu-item-list li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(218, 184, 91, 0.2);
  color: rgba(247, 241, 228, 0.76);
  background: rgba(0, 0, 0, 0.24);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.mon-sub-card--visual > span {
  display: block;
  margin-left: clamp(22px, 2vw, 30px);
  margin-right: clamp(22px, 2vw, 30px);
}

.mon-sub-card--visual > h3 {
  margin: 16px clamp(22px, 2vw, 30px) 0;
}

.mon-sub-card--visual > p {
  margin: 12px clamp(22px, 2vw, 30px) 0;
}

.mon-philosophy-focus {
  max-width: 720px;
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(226, 199, 119, 0.44);
  color: rgba(247, 241, 228, 0.76);
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.045em;
}

.mon-philosophy-focus span {
  display: block;
}

.mon-sub-lead + .mon-philosophy-focus {
  margin-top: 18px;
}

.mon-philosophy-section {
  --philosophy-visual: none;
  --philosophy-visual-size: min(60vw, 880px) auto;
  --philosophy-visual-position: calc(100% + 100px) 50%;
  --philosophy-visual-opacity: 0;
  --philosophy-visual-brightness: 0.78;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(218, 184, 91, 0.2);
}

.mon-philosophy-section::before,
.mon-philosophy-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mon-philosophy-section::before {
  z-index: 0;
  background-image: var(--philosophy-visual);
  background-repeat: no-repeat;
  background-size: var(--philosophy-visual-size);
  background-position: var(--philosophy-visual-position);
  opacity: var(--philosophy-visual-opacity);
  filter: saturate(0.82) contrast(1.08) brightness(var(--philosophy-visual-brightness));
  transform: scale(1.02);
  -webkit-mask-image: radial-gradient(ellipse at var(--philosophy-mask-x, 72%) var(--philosophy-mask-y, 50%), #000 0 45%, rgba(0, 0, 0, 0.7) 58%, transparent 78%);
  mask-image: radial-gradient(ellipse at var(--philosophy-mask-x, 72%) var(--philosophy-mask-y, 50%), #000 0 45%, rgba(0, 0, 0, 0.7) 58%, transparent 78%);
}

.mon-philosophy-section::after {
  z-index: 1;
  background:
    radial-gradient(circle at var(--philosophy-glow-x, 78%) var(--philosophy-glow-y, 48%), rgba(245, 215, 121, 0.18), transparent 0 20%, transparent 48%),
    linear-gradient(90deg, rgba(5, 5, 4, 0.88) 0%, rgba(5, 5, 4, 0.5) 38%, rgba(5, 5, 4, 0.16) 68%, rgba(5, 5, 4, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.78), rgba(5, 5, 4, 0.1) 42%, rgba(5, 5, 4, 0.82));
}

.mon-philosophy-section .mon-lp-section__inner {
  position: relative;
  z-index: 2;
}

.mon-philosophy-section .mon-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.mon-philosophy-section .mon-section-kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 199, 119, 0.72), transparent);
}

.mon-philosophy-section h2 {
  font-size: clamp(31px, 2.35vw, 46px);
  line-height: 1.48;
}

.mon-philosophy-section--mission {
  --philosophy-visual: none;
  --philosophy-visual-size: min(72vw, 1040px) auto;
  --philosophy-visual-position: 78% 52%;
  --philosophy-visual-opacity: 0;
  --philosophy-visual-brightness: 0.7;
  --philosophy-mask-x: 78%;
  --philosophy-mask-y: 52%;
  --philosophy-glow-x: 78%;
  --philosophy-glow-y: 50%;
}

.mon-philosophy-section--why {
  --philosophy-visual: url("../atsurae/atsurae-philosophy-warmth-v1.webp");
  --philosophy-visual-size: min(84vw, 1180px) auto;
  --philosophy-visual-position: 52% 48%;
  --philosophy-visual-opacity: 0.64;
  --philosophy-visual-brightness: 0.9;
  --philosophy-mask-x: 55%;
  --philosophy-mask-y: 46%;
  --philosophy-glow-x: 55%;
  --philosophy-glow-y: 42%;
}

.mon-philosophy-section--vision {
  --philosophy-visual: none;
  --philosophy-visual-size: min(72vw, 1040px) auto;
  --philosophy-visual-position: 22% 52%;
  --philosophy-visual-opacity: 0;
  --philosophy-visual-brightness: 0.82;
  --philosophy-mask-x: 22%;
  --philosophy-mask-y: 52%;
  --philosophy-glow-x: 24%;
  --philosophy-glow-y: 48%;
}

.mon-philosophy-section--core {
  --philosophy-visual: none;
  --philosophy-visual-opacity: 0;
  --philosophy-mask-x: 72%;
  --philosophy-mask-y: 50%;
  --philosophy-glow-x: 72%;
  --philosophy-glow-y: 50%;
}

.mon-philosophy-section--values {
  --philosophy-visual: none;
  --philosophy-visual-opacity: 0;
  --philosophy-mask-x: 50%;
  --philosophy-mask-y: 42%;
  --philosophy-glow-x: 48%;
  --philosophy-glow-y: 42%;
}

.mon-philosophy-section--process {
  --philosophy-visual: url("../atsurae/atsurae-philosophy-process-thread-v2.webp");
  --philosophy-visual-size: min(92vw, 1280px) auto;
  --philosophy-visual-position: 46% 46%;
  --philosophy-visual-opacity: 0.72;
  --philosophy-visual-brightness: 0.94;
  --philosophy-mask-x: 45%;
  --philosophy-mask-y: 46%;
  --philosophy-glow-x: 48%;
  --philosophy-glow-y: 46%;
}

.mon-philosophy-section--output {
  --philosophy-visual: url("../atsurae/atsurae-philosophy-output-heirloom-v2.webp");
  --philosophy-visual-size: min(74vw, 1080px) auto;
  --philosophy-visual-position: calc(100% + 16px) 52%;
  --philosophy-visual-opacity: 0.66;
  --philosophy-visual-brightness: 0.9;
  --philosophy-mask-x: 74%;
  --philosophy-mask-y: 52%;
  --philosophy-glow-x: 74%;
  --philosophy-glow-y: 52%;
}

.mon-philosophy-section .mon-sub-card,
.mon-philosophy-section .mon-sub-list li {
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.06), transparent 36%),
    rgba(5, 5, 4, 0.72);
  backdrop-filter: blur(2px);
}

.mon-philosophy-section .mon-sub-card,
.mon-philosophy-section .mon-sub-list li,
.mon-philosophy-statement {
  box-shadow:
    inset 0 1px 0 rgba(245, 215, 121, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.24);
}

.mon-philosophy-section--why .mon-sub-card-grid,
.mon-philosophy-section--values .mon-sub-card-grid {
  align-items: start;
}

.mon-philosophy-section--why .mon-sub-card:nth-child(2) {
  margin-top: 28px;
}

.mon-philosophy-section--why .mon-sub-card:nth-child(3) {
  margin-top: 56px;
}

.mon-philosophy-section--values .mon-sub-card:nth-child(even) {
  margin-top: 32px;
}

.mon-philosophy-section--why .mon-sub-card:first-child,
.mon-philosophy-section--values .mon-sub-card:nth-child(3) {
  border-color: rgba(245, 215, 121, 0.42);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.12), transparent 42%),
    rgba(10, 9, 6, 0.82);
}

.mon-philosophy-media-list {
  display: grid;
  gap: 16px;
}

.mon-philosophy-image-panel {
  position: relative;
  align-self: stretch;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 91, 0.26);
  background: rgba(5, 5, 4, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(245, 215, 121, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.24);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 10%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, #000 10%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.mon-philosophy-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.72), transparent 34%, rgba(5, 5, 4, 0.24) 74%, rgba(5, 5, 4, 0.72)),
    linear-gradient(180deg, rgba(5, 5, 4, 0.66), transparent 34%, rgba(5, 5, 4, 0.72));
}

.mon-philosophy-image-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.78);
}

.mon-philosophy-image-panel--mission img {
  object-position: 72% center;
}

.mon-philosophy-image-panel--vision img {
  object-position: 58% center;
}

.mon-philosophy-vision-panel {
  position: relative;
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 340px;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(218, 184, 91, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.08), transparent 38%),
    rgba(5, 5, 4, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(245, 215, 121, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
}

.mon-philosophy-vision-panel::before {
  content: "";
  position: absolute;
  left: clamp(28px, 3vw, 44px);
  top: clamp(28px, 3vw, 44px);
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 215, 121, 0.72), transparent);
}

.mon-philosophy-vision-panel p {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 58px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.08em;
}

.mon-philosophy-vision-panel p span {
  display: block;
}

.mon-philosophy-vision-panel small {
  display: block;
  margin-top: 24px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.mon-philosophy-statement {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  padding: clamp(32px, 4vw, 54px);
  border: 1px solid rgba(218, 184, 91, 0.3);
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 215, 121, 0.16), transparent 0 18%, transparent 46%),
    linear-gradient(145deg, rgba(245, 215, 121, 0.12), transparent 38%),
    rgba(5, 5, 4, 0.78);
}

.mon-philosophy-statement::before {
  content: "";
  position: absolute;
  left: clamp(24px, 3vw, 38px);
  top: clamp(24px, 3vw, 38px);
  bottom: clamp(24px, 3vw, 38px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(245, 215, 121, 0.7), transparent);
}

.mon-philosophy-statement p {
  margin: 0 0 34px;
  padding-left: clamp(18px, 2vw, 26px);
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.1vw, 56px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.mon-philosophy-statement p span {
  display: block;
  white-space: nowrap;
}

.mon-philosophy-statement dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding-left: clamp(18px, 2vw, 26px);
}

.mon-philosophy-statement div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(218, 184, 91, 0.28);
  background: transparent;
}

.mon-philosophy-statement dt {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-philosophy-statement dd {
  margin: 0;
  color: rgba(247, 241, 228, 0.78);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.045em;
}

.mon-philosophy-section--values .mon-sub-card {
  min-height: 316px;
  padding: 0 0 30px;
  overflow: hidden;
}

.mon-philosophy-section--values .mon-sub-card span,
.mon-philosophy-section--values .mon-sub-card h3,
.mon-philosophy-section--values .mon-sub-card p {
  margin-left: 28px;
  margin-right: 28px;
}

.mon-value-card__visual {
  position: relative;
  height: 128px;
  margin: 0 0 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(218, 184, 91, 0.18);
  background: rgba(0, 0, 0, 0.34);
}

.mon-value-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0.2), rgba(5, 5, 4, 0.82)),
    linear-gradient(90deg, rgba(5, 5, 4, 0.52), transparent 42%, rgba(5, 5, 4, 0.44));
}

.mon-value-card__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.78);
}

.mon-sub-section--deep {
  background:
    radial-gradient(circle at 18% 24%, rgba(226, 199, 119, 0.08), transparent 0 22%, transparent 44%),
    linear-gradient(105deg, #080706 0%, #11100c 52%, #080706 100%);
}

.mon-sub-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.88fr);
  align-items: start;
  gap: clamp(46px, 7vw, 112px);
}

.mon-sub-split--image-left {
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 0.72fr);
  align-items: center;
}

.mon-sub-split--image-left .mon-sub-image-panel {
  grid-column: 1;
  grid-row: 1;
}

.mon-sub-split--image-left > div {
  grid-column: 2;
  grid-row: 1;
}

.mon-philosophy-section--mission .mon-sub-split {
  align-items: center;
}

.mon-philosophy-section--vision .mon-sub-split {
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 0.72fr);
  align-items: center;
}

.mon-philosophy-section--vision .mon-philosophy-image-panel {
  grid-column: 1;
  grid-row: 1;
}

.mon-philosophy-section--vision .mon-sub-split > div {
  grid-column: 2;
  grid-row: 1;
}

.mon-sub-lead {
  max-width: 720px;
  margin: 26px 0 0;
}

.mon-sub-image-panel {
  position: relative;
  min-height: clamp(300px, 30vw, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 91, 0.2);
  background: rgba(0, 0, 0, 0.36);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(245, 215, 121, 0.1);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.62) 11%, #000 28%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 13%, #000 87%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.62) 11%, #000 28%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 13%, #000 87%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.mon-sub-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.66), transparent 44%, rgba(5, 5, 4, 0.5)),
    linear-gradient(180deg, rgba(5, 5, 4, 0.64), transparent 34%, rgba(5, 5, 4, 0.74)),
    radial-gradient(circle at 64% 34%, rgba(245, 215, 121, 0.16), transparent 0 20%, transparent 52%);
}

.mon-sub-image-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.08) brightness(0.78);
}

.mon-sub-image-panel--menu img {
  object-position: 52% center;
}

.mon-sub-image-panel--works img {
  object-position: 50% 46%;
}

.mon-sub-image-panel--contact img {
  object-position: 46% center;
}

.mon-sub-image-panel--faq img {
  object-position: 58% center;
}

.mon-sub-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mon-sub-list li {
  padding: 24px 28px;
}

.mon-philosophy-media-list .mon-sub-list {
  counter-reset: philosophy-item;
}

.mon-philosophy-media-list .mon-sub-list li {
  counter-increment: philosophy-item;
  position: relative;
  padding: 26px 30px 26px 88px;
}

.mon-philosophy-media-list .mon-sub-list li::before {
  content: "0" counter(philosophy-item);
  position: absolute;
  left: 28px;
  top: 30px;
  color: rgba(226, 199, 119, 0.32);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.mon-philosophy-section--core .mon-sub-list li:nth-child(2),
.mon-philosophy-section--process .mon-sub-list li:nth-child(even),
.mon-philosophy-section--output .mon-sub-list li:nth-child(2) {
  margin-left: 34px;
}

.mon-philosophy-section--core .mon-sub-list li:nth-child(3),
.mon-philosophy-section--output .mon-sub-list li:nth-child(3) {
  margin-left: 68px;
}

.mon-sub-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  margin-top: clamp(42px, 5vh, 64px);
}

.mon-sub-work {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1fr);
  min-height: 250px;
  overflow: hidden;
}

.mon-sub-work img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.9);
  background: rgba(0, 0, 0, 0.34);
}

.mon-sub-work div {
  align-self: center;
  padding: 28px clamp(24px, 2.4vw, 36px);
}

.mon-faq-list {
  display: grid;
  gap: 12px;
  margin-top: clamp(28px, 4vh, 48px);
}

.mon-faq-item {
  overflow: hidden;
  border: 1px solid rgba(218, 184, 91, 0.22);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.055), transparent 36%),
    rgba(5, 5, 4, 0.62);
  transition: border-color 0.42s ease, background-color 0.42s ease;
}

.mon-faq-item.is-open {
  border-color: rgba(218, 184, 91, 0.34);
}

.mon-faq-question {
  position: relative;
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 72px 24px 28px;
  border: 0;
  color: var(--gold-soft);
  background: transparent;
  font: inherit;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.045em;
  text-align: left;
  cursor: pointer;
  transition: color 0.42s ease;
}

.mon-faq-question:hover,
.mon-faq-question:focus-visible {
  color: #fff4ca;
}

.mon-faq-question:focus-visible {
  outline: 1px solid rgba(218, 184, 91, 0.68);
  outline-offset: -8px;
}

.mon-faq-question > span:first-child {
  display: block;
}

.mon-faq-icon {
  flex: 0 0 auto;
  position: relative;
  width: 24px;
  height: 18px;
  color: var(--gold);
}

.mon-faq-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    top 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.36s ease;
}

.mon-faq-icon span:nth-child(1) {
  top: 2px;
}

.mon-faq-icon span:nth-child(2) {
  top: 50%;
}

.mon-faq-icon span:nth-child(3) {
  top: calc(100% - 2px);
}

.mon-faq-item.is-open .mon-faq-icon span:nth-child(1) {
  top: 50%;
  transform: rotate(42deg);
}

.mon-faq-item.is-open .mon-faq-icon span:nth-child(2) {
  opacity: 0;
}

.mon-faq-item.is-open .mon-faq-icon span:nth-child(3) {
  top: 50%;
  transform: rotate(-42deg);
}

.mon-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.44s ease;
}

.mon-faq-item.is-open .mon-faq-answer {
  opacity: 1;
}

.mon-faq-answer p {
  margin: 0;
  padding: 0 72px 28px 28px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .mon-faq-list {
    gap: 10px;
    margin-top: 26px;
  }

  .mon-faq-question {
    min-height: 70px;
    gap: 18px;
    padding: 22px 22px 20px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.035em;
  }

  .mon-faq-icon {
    width: 22px;
    height: 16px;
  }

  .mon-faq-answer p {
    padding: 0 22px 24px;
    font-size: 13.5px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
}

.mon-sub-list a {
  color: var(--gold-soft);
  text-decoration: none;
}

.mon-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(218, 184, 91, 0.24);
  background:
    radial-gradient(circle at 82% 0%, rgba(226, 199, 119, 0.08), transparent 0 24%, transparent 46%),
    linear-gradient(105deg, #070605 0%, #0d0c09 58%, #060504 100%);
}

.mon-footer::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 360px;
  height: 260px;
  opacity: 0.16;
  background-image: url("../atsurae/mon-repro/asanoha-pattern.svg");
  background-size: 86px 86px;
  transform: rotate(24deg);
}

.mon-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  width: min(1500px, calc(100% - clamp(76px, 9vw, 168px)));
  min-height: 160px;
  margin: 0 auto;
  padding: 42px 0;
}

.mon-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--gold-soft);
  text-decoration: none;
}

.mon-footer__brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.mon-footer__brand span {
  display: grid;
  gap: 4px;
}

.mon-footer__brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

.mon-footer__brand small,
.mon-footer__copy {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.mon-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 36px);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.mon-footer__nav a {
  color: rgba(250, 244, 231, 0.88);
  text-decoration: none;
  transition: color 0.24s ease;
}

.mon-footer__nav a:hover {
  color: var(--gold-bright);
}

.mon-footer__copy {
  color: rgba(247, 241, 228, 0.54);
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .mon-fv {
    min-height: auto;
  }

  .mon-fv__header {
    left: 26px;
    right: 22px;
    min-height: 56px;
    gap: 14px;
  }

  .mon-fv__header-brand {
    min-width: 0;
    gap: 11px;
  }

  .mon-fv__header-brand img {
    width: 44px;
    height: 44px;
  }

  .mon-fv__header-brand strong {
    font-size: 22px;
  }

  .mon-fv__header-brand small {
    display: none;
  }

  .mon-fv__nav {
    display: none;
  }

  .mon-fv__home-link {
    min-width: 144px;
    min-height: 42px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .mon-fv__content {
    min-height: 100svh;
  }

  .mon-fv__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 30px;
  }

  .mon-fv__title {
    max-width: min(340px, 100%);
    font-size: clamp(36px, 9.4vw, 58px);
    line-height: 1.34;
  }

  .mon-fv__short-rule {
    margin: 20px 0 20px;
  }

  .mon-fv__mark-caption {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 12px;
    transform: none;
  }

  .mon-fv__mark-caption span {
    font-size: 24px;
  }

  .mon-fv__mark {
    position: relative;
    top: auto;
    right: auto;
    width: min(86vw, 520px);
    margin: 38px auto 0;
  }

  .mon-lp-section__inner {
    width: min(760px, calc(100% - 44px));
    padding: 46px 0;
  }

  .mon-concept,
  .mon-about,
  .mon-contact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mon-section-lead {
    max-width: none;
  }

  .mon-lp-section--concept h2 {
    white-space: normal;
  }

  .mon-concept__visual {
    min-height: 190px;
  }

  .mon-fv__lead {
    max-width: min(100%, calc(100vw - 68px));
    overflow-wrap: normal;
    word-break: normal;
  }

  .mon-fv__lead br {
    display: inline;
  }

  .mon-concept__points,
  .mon-quality-grid,
  .mon-service-table {
    grid-template-columns: 1fr;
  }

  .mon-concept__points article + article,
  .mon-quality-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(218, 184, 91, 0.22);
  }

  .mon-service-table div:nth-child(even) {
    border-left: 0;
  }

  .mon-service-table div + div {
    border-top: 1px solid rgba(218, 184, 91, 0.22);
  }

  .mon-menu-grid,
  .mon-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mon-menu-card:nth-child(3) {
    border-left: 0;
  }

  .mon-menu-card:nth-child(n + 3) {
    border-top: 1px solid rgba(218, 184, 91, 0.22);
  }

  .mon-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mon-process-diagram__line {
    display: none;
  }

  .mon-process-list li + li::before,
  .mon-process-list li + li::after {
    display: block;
  }

  .mon-section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .mon-lp-section h2 {
    letter-spacing: 0.045em;
  }

  .mon-section-copy p:not(.mon-section-kicker),
  .mon-section-lead {
    font-size: 14.5px;
    line-height: 2.05;
    letter-spacing: 0.035em;
  }

  .mon-mobile-break {
    display: block;
  }

  .mon-lp-section--contact {
    min-height: 500px;
  }

  .mon-lp-section--contact .mon-lp-section__inner {
    min-height: 390px;
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .mon-contact__lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .mon-about .mon-fv__button {
    top: 32px;
  }

  .mon-contact .mon-fv__button {
    top: 64px;
  }

  .mon-fv__header {
    left: 20px;
    right: auto;
    top: 22px;
    width: min(calc(100% - 40px), 350px);
    gap: 10px;
    justify-content: space-between;
  }

  .mon-fv__header-brand {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 174px;
    gap: 8px;
  }

  .mon-fv__header-brand img {
    width: 34px;
    height: 34px;
  }

  .mon-fv__header-brand strong {
    font-size: 16px;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }

  .mon-fv__copy {
    box-sizing: border-box;
    width: calc(100vw - 44px);
    padding-left: 30px;
    padding-right: 16px;
  }

  .mon-fv__lead {
    max-width: min(310px, calc(100vw - 76px));
    line-height: 1.82;
  }

  .mon-fv__lead-pc {
    display: none;
  }

  .mon-fv__lead-sp,
  .mon-fv__lead-sp span {
    display: block;
  }

  .mon-fv__home-link {
    flex: 0 0 auto;
    min-width: 116px;
    min-height: 38px;
    padding-inline: 8px;
    font-size: 10.5px;
    white-space: nowrap;
  }

  .mon-fv__home-link::before {
    content: none;
  }

  .mon-menu-grid,
  .mon-works-grid,
  .mon-process-list {
    grid-template-columns: 1fr;
  }

  .mon-menu-card + .mon-menu-card {
    border-left: 0;
    border-top: 1px solid rgba(218, 184, 91, 0.22);
  }

  .mon-work-card__caption {
    left: 16px;
    right: 16px;
    bottom: 15px;
  }

  .mon-contact .mon-fv__button,
  .mon-about .mon-fv__button {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .mon-page-hero {
    min-height: auto;
  }

  .mon-page-hero__inner {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 44px));
    min-height: auto;
    padding: 150px 0 70px;
    gap: 34px;
  }

  .mon-page-hero--philosophy .mon-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .mon-page-hero--menu .mon-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .mon-page-hero__copy {
    max-width: none;
  }

  .mon-page-hero__visual {
    min-height: 260px;
  }

  .mon-page-hero__visual--philosophy {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 310px;
    opacity: 0.94;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 18%, #000 86%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 18%, #000 86%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .mon-page-hero--philosophy::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 4, 0.88), rgba(5, 5, 4, 0.46) 50%, rgba(5, 5, 4, 0.82)),
      linear-gradient(180deg, rgba(5, 5, 4, 0.76), rgba(5, 5, 4, 0.16) 44%, rgba(5, 5, 4, 0.84)),
      radial-gradient(circle at 54% 46%, rgba(245, 215, 121, 0.16), transparent 0 18%, transparent 48%),
      radial-gradient(ellipse at center, transparent 0 48%, rgba(0, 0, 0, 0.46) 100%);
  }

  .mon-page-hero--contact .mon-page-hero__inner {
    gap: 30px;
  }

  .mon-sub-card-grid,
  .mon-sub-card-grid--four,
  .mon-sub-work-grid,
  .mon-sub-split,
  .mon-contact-form-section .mon-lp-section__inner {
    grid-template-columns: 1fr;
  }

  .mon-philosophy-section--mission .mon-sub-split,
  .mon-philosophy-section--vision .mon-sub-split {
    grid-template-columns: 1fr;
  }

  .mon-philosophy-statement {
    min-height: auto;
  }

  .mon-philosophy-vision-panel {
    min-height: 300px;
  }

  .mon-philosophy-image-panel {
    min-height: 300px;
  }

  .mon-philosophy-section--vision .mon-philosophy-image-panel,
  .mon-philosophy-section--vision .mon-sub-split > div,
  .mon-philosophy-section--mission .mon-philosophy-image-panel,
  .mon-philosophy-section--mission .mon-sub-split > div,
  .mon-sub-split--image-left .mon-sub-image-panel,
  .mon-sub-split--image-left > div {
    grid-column: auto;
    grid-row: auto;
  }

  .mon-philosophy-section--why .mon-sub-card:nth-child(2),
  .mon-philosophy-section--why .mon-sub-card:nth-child(3),
  .mon-philosophy-section--values .mon-sub-card:nth-child(even),
  .mon-philosophy-section--core .mon-sub-list li:nth-child(2),
  .mon-philosophy-section--core .mon-sub-list li:nth-child(3),
  .mon-philosophy-section--process .mon-sub-list li:nth-child(even),
  .mon-philosophy-section--output .mon-sub-list li:nth-child(2),
  .mon-philosophy-section--output .mon-sub-list li:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }

  .mon-philosophy-section {
    --philosophy-visual-size: min(112vw, 760px) auto;
    --philosophy-visual-position: 54% 36%;
  }

  .mon-philosophy-section::before {
    opacity: var(--philosophy-visual-opacity);
  }

  .mon-philosophy-section::after {
    background:
      radial-gradient(circle at 52% 34%, rgba(245, 215, 121, 0.14), transparent 0 18%, transparent 48%),
      linear-gradient(90deg, rgba(5, 5, 4, 0.9), rgba(5, 5, 4, 0.58) 50%, rgba(5, 5, 4, 0.84)),
      linear-gradient(180deg, rgba(5, 5, 4, 0.86), rgba(5, 5, 4, 0.28) 42%, rgba(5, 5, 4, 0.88));
  }

  .mon-sub-work {
    grid-template-columns: minmax(180px, 0.56fr) minmax(0, 1fr);
  }

  .mon-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
    width: min(760px, calc(100% - 44px));
    gap: 24px;
  }

  .mon-footer__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .mon-page-hero__inner {
    width: min(calc(100% - 44px), 350px);
    margin-left: 22px;
    margin-right: auto;
    padding: 132px 0 58px;
  }

  .mon-page-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(34px, 8.5vw, 40px);
    line-height: 1.22;
    letter-spacing: 0.03em;
  }

  .mon-page-hero h1 span {
    display: block;
  }

  .mon-line-pc {
    display: none !important;
  }

  .mon-line-sp {
    display: block !important;
  }

  .mon-page-hero__lead {
    max-width: 100%;
    overflow-wrap: anywhere;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.95;
  }

  .mon-page-hero__visual {
    min-height: 210px;
  }

  .mon-page-hero--menu .mon-page-hero__visual {
    width: min(calc(100vw - 22px), calc(100% + 44px));
    min-height: 250px;
    margin-left: -8px;
  }

  .mon-page-hero__visual--philosophy {
    width: min(calc(100vw - 22px), calc(100% + 44px));
    min-height: 260px;
    margin-left: -8px;
    opacity: 0.92;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 14%, #000 88%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 14%, #000 88%, transparent 100%);
  }

  .mon-philosophy-focus {
    padding-left: 14px;
    font-size: 13.5px;
    line-height: 1.9;
  }

  .mon-page-hero--philosophy::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 4, 0.9), rgba(5, 5, 4, 0.52) 50%, rgba(5, 5, 4, 0.88)),
      linear-gradient(180deg, rgba(5, 5, 4, 0.82), rgba(5, 5, 4, 0.22) 44%, rgba(5, 5, 4, 0.9)),
      radial-gradient(circle at 52% 48%, rgba(245, 215, 121, 0.14), transparent 0 18%, transparent 48%),
      radial-gradient(ellipse at center, transparent 0 46%, rgba(0, 0, 0, 0.48) 100%);
  }

  .mon-contact-panel {
    padding: 26px 22px;
  }

  .mon-contact-panel a {
    overflow-wrap: anywhere;
    font-size: clamp(22px, 8vw, 30px);
  }

  .mon-contact-form {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .mon-contact-form input,
  .mon-contact-form select {
    min-height: 44px;
  }

  .mon-sub-section .mon-lp-section__inner {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .mon-philosophy-section {
    --philosophy-visual-size: 148vw auto;
    --philosophy-visual-position: 50% 28%;
  }

  .mon-philosophy-section::before {
    opacity: var(--philosophy-visual-opacity);
    filter: saturate(0.76) contrast(1.04) brightness(0.68);
  }

  .mon-philosophy-section .mon-sub-card,
  .mon-philosophy-section .mon-sub-list li {
    background:
      linear-gradient(180deg, rgba(245, 215, 121, 0.055), transparent 34%),
      rgba(5, 5, 4, 0.8);
  }

  .mon-philosophy-statement {
    padding: 28px 22px;
  }

  .mon-philosophy-vision-panel {
    min-height: 260px;
    padding: 30px 22px;
  }

  .mon-philosophy-image-panel {
    min-height: 250px;
  }

  .mon-value-card__visual {
    height: 116px;
    margin-bottom: 22px;
  }

  .mon-philosophy-statement::before {
    left: 22px;
    top: 24px;
    bottom: 24px;
  }

  .mon-philosophy-statement p,
  .mon-philosophy-statement dl {
    padding-left: 20px;
  }

  .mon-philosophy-statement dl {
    grid-template-columns: 1fr;
  }

  .mon-sub-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .mon-sub-card--visual {
    padding: 0 0 24px;
  }

  .mon-sub-card--visual .mon-sub-card__visual {
    height: 116px;
    margin-bottom: 20px;
  }

  .mon-sub-card--visual span,
  .mon-sub-card--visual h3,
  .mon-sub-card--visual p {
    margin-left: 22px;
    margin-right: 22px;
  }

  .mon-philosophy-section--values .mon-sub-card {
    padding: 0 0 24px;
  }

  .mon-philosophy-section--values .mon-sub-card span,
  .mon-philosophy-section--values .mon-sub-card h3,
  .mon-philosophy-section--values .mon-sub-card p {
    margin-left: 22px;
    margin-right: 22px;
  }

  .mon-sub-list li {
    padding: 22px;
  }

  .mon-sub-image-panel {
    min-height: 250px;
  }

  .mon-philosophy-media-list .mon-sub-list li {
    padding: 24px 22px 24px 66px;
  }

  .mon-philosophy-media-list .mon-sub-list li::before {
    left: 22px;
    top: 27px;
    font-size: 22px;
  }

  .mon-sub-work {
    grid-template-columns: 1fr;
  }

  .mon-sub-work img {
    min-height: 210px;
  }

  .mon-sub-work div {
    padding: 24px 22px;
  }

  .mon-footer__inner {
    width: min(calc(100% - 44px), 350px);
    min-height: auto;
    padding: 34px 0;
  }

  .mon-footer__brand strong {
    font-size: 18px;
  }

  .mon-footer__nav {
    gap: 16px 22px;
    font-size: 12.5px;
  }
}

.mon-subpage .mon-page-hero {
  --hero-image-opacity: 0.68;
  --hero-image-position: 64% center;
  --hero-image-filter: saturate(0.94) contrast(1.08) brightness(0.72);
  min-height: clamp(620px, 76vh, 780px);
}

.mon-subpage .mon-page-hero::before {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.94) 0%, rgba(5, 5, 4, 0.78) 31%, rgba(5, 5, 4, 0.34) 64%, rgba(5, 5, 4, 0.74) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.76), rgba(5, 5, 4, 0.12) 42%, rgba(5, 5, 4, 0.9)),
    radial-gradient(circle at 72% 34%, rgba(245, 215, 121, 0.16), transparent 0 22%, transparent 52%),
    radial-gradient(ellipse at center, transparent 0 48%, rgba(0, 0, 0, 0.5) 100%);
}

.mon-subpage .mon-page-hero::after {
  z-index: 5;
}

.mon-subpage .mon-page-hero .mon-fv__texture {
  z-index: 3;
}

.mon-subpage .mon-page-hero .mon-fv__right-pattern {
  display: none;
}

.mon-subpage .mon-page-hero__inner {
  position: static;
  z-index: auto;
  grid-template-columns: minmax(0, 1fr);
  min-height: inherit;
}

.mon-subpage .mon-page-hero__copy,
.mon-subpage .mon-contact-panel {
  position: relative;
  z-index: 7;
}

.mon-subpage .mon-page-hero__visual,
.mon-subpage .mon-page-hero__visual--philosophy,
.mon-subpage .mon-page-hero--menu .mon-page-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: var(--hero-image-opacity);
  pointer-events: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.mon-subpage .mon-page-hero__visual::after,
.mon-subpage .mon-page-hero__visual--philosophy::after,
.mon-subpage .mon-page-hero--menu .mon-page-hero__visual::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.9) 0%, rgba(5, 5, 4, 0.62) 28%, rgba(5, 5, 4, 0.08) 58%, rgba(5, 5, 4, 0.5) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.84), transparent 36%, rgba(5, 5, 4, 0.86)),
    radial-gradient(circle at 74% 28%, rgba(245, 215, 121, 0.22), transparent 0 22%, transparent 54%);
}

.mon-subpage .mon-page-hero__visual img,
.mon-subpage .mon-page-hero__visual--philosophy img,
.mon-subpage .mon-page-hero--works .mon-page-hero__visual img,
.mon-subpage .mon-page-hero--faq .mon-page-hero__visual img,
.mon-subpage .mon-page-hero--menu .mon-page-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: var(--hero-image-position);
  padding: 0;
  background: transparent;
  filter: var(--hero-image-filter);
}

.mon-subpage .mon-page-hero--philosophy {
  --hero-image-opacity: 0.78;
  --hero-image-position: 68% center;
  --hero-image-filter: saturate(0.92) contrast(1.12) brightness(0.68);
}

.mon-subpage .mon-page-hero--menu {
  --hero-image-opacity: 0.74;
  --hero-image-position: 72% center;
  --hero-image-filter: saturate(1) contrast(1.12) brightness(0.84);
}

.mon-subpage .mon-page-hero--works {
  --hero-image-opacity: 0.72;
  --hero-image-position: 70% center;
  --hero-image-filter: saturate(0.94) contrast(1.1) brightness(0.76);
}

.mon-subpage .mon-page-hero--faq {
  --hero-image-opacity: 0.6;
  --hero-image-position: 74% center;
  --hero-image-filter: saturate(0.9) contrast(1.1) brightness(0.7);
}

.mon-subpage .mon-page-hero--contact {
  --hero-image-opacity: 0.74;
  --hero-image-position: 72% center;
  --hero-image-filter: saturate(0.92) contrast(1.08) brightness(0.78);
}

.mon-subpage .mon-page-hero--contact .mon-page-hero__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.44fr);
}

.mon-contact-panel .mon-contact-panel__instagram {
  justify-self: start;
  min-height: 34px;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(218, 184, 91, 0.34);
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.26);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.mon-footer__social {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(218, 184, 91, 0.32);
  color: var(--gold-soft);
}

.mon-menu-detail-lead {
  max-width: 760px;
  margin: 24px 0 0;
}

.mon-menu-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(42px, 5vh, 64px);
}

.mon-menu-service {
  min-height: 310px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(218, 184, 91, 0.22);
  background:
    linear-gradient(180deg, rgba(245, 215, 121, 0.06), transparent 34%),
    rgba(5, 5, 4, 0.66);
}

.mon-menu-service__kicker {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.mon-menu-service h3 {
  margin: 16px 0 0;
  color: var(--gold-soft);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.mon-menu-service p {
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.mon-menu-price-list {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
}

.mon-menu-price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(218, 184, 91, 0.18);
}

.mon-menu-price-list dt,
.mon-menu-price-list dd {
  margin: 0;
}

.mon-menu-price-list dt {
  color: rgba(247, 241, 228, 0.72);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.mon-menu-price-list dd {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.mon-menu-price-note {
  margin: 24px 0 0;
  color: rgba(247, 241, 228, 0.58);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.mon-menu-pack-list {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin-top: 28px;
}

.mon-menu-pack-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(218, 184, 91, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.mon-menu-pack-list span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.mon-menu-pack-list strong {
  color: rgba(247, 241, 228, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.mon-menu-pack-list b {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .mon-subpage .mon-page-hero {
    min-height: 660px;
  }

  .mon-subpage .mon-page-hero__inner {
    width: min(760px, calc(100% - 44px));
    min-height: inherit;
    padding: 150px 0 70px;
  }

  .mon-subpage .mon-page-hero--contact .mon-page-hero__inner,
  .mon-menu-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mon-subpage .mon-page-hero {
    min-height: 620px;
  }

  .mon-subpage .mon-page-hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 4, 0.92), rgba(5, 5, 4, 0.68) 54%, rgba(5, 5, 4, 0.86)),
      linear-gradient(180deg, rgba(5, 5, 4, 0.76), rgba(5, 5, 4, 0.2) 44%, rgba(5, 5, 4, 0.92)),
      radial-gradient(circle at 58% 38%, rgba(245, 215, 121, 0.14), transparent 0 18%, transparent 48%),
      radial-gradient(ellipse at center, transparent 0 46%, rgba(0, 0, 0, 0.52) 100%);
  }

  .mon-subpage .mon-page-hero__inner {
    width: min(calc(100% - 44px), 350px);
    margin-left: 22px;
    margin-right: auto;
    min-height: inherit;
    padding: 132px 0 58px;
  }

  .mon-subpage .mon-page-hero__visual,
  .mon-subpage .mon-page-hero__visual--philosophy,
  .mon-subpage .mon-page-hero--menu .mon-page-hero__visual {
    width: auto;
    min-height: 0;
    margin-left: 0;
    opacity: 0.56;
  }

  .mon-subpage .mon-page-hero--philosophy,
  .mon-subpage .mon-page-hero--menu,
  .mon-subpage .mon-page-hero--works,
  .mon-subpage .mon-page-hero--faq,
  .mon-subpage .mon-page-hero--contact {
    --hero-image-position: 66% center;
  }

  .mon-menu-service {
    min-height: 0;
  }

  .mon-menu-price-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mon-menu-pack-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mon-footer__social {
    min-height: 30px;
    padding-inline: 10px;
  }
}

.mon-subpage .mon-page-hero--menu {
  --hero-image-opacity: 0.9;
  --hero-image-filter: saturate(1.08) contrast(1.14) brightness(1.02);
}

.mon-subpage .mon-page-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.94) 0%, rgba(5, 5, 4, 0.78) 31%, rgba(5, 5, 4, 0.18) 64%, rgba(5, 5, 4, 0.52) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.72), rgba(5, 5, 4, 0.08) 44%, rgba(5, 5, 4, 0.88)),
    radial-gradient(circle at 72% 34%, rgba(245, 215, 121, 0.18), transparent 0 22%, transparent 52%),
    radial-gradient(ellipse at center, transparent 0 48%, rgba(0, 0, 0, 0.48) 100%);
}

.mon-subpage .mon-page-hero__visual::after,
.mon-subpage .mon-page-hero__visual--philosophy::after,
.mon-subpage .mon-page-hero--menu .mon-page-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.88) 0%, rgba(5, 5, 4, 0.54) 28%, rgba(5, 5, 4, 0.02) 58%, rgba(5, 5, 4, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.78), transparent 36%, rgba(5, 5, 4, 0.84)),
    radial-gradient(circle at 74% 28%, rgba(245, 215, 121, 0.24), transparent 0 22%, transparent 54%);
}

@media (max-width: 640px) {
  .mon-subpage .mon-page-hero__visual,
  .mon-subpage .mon-page-hero__visual--philosophy,
  .mon-subpage .mon-page-hero--menu .mon-page-hero__visual {
    opacity: 0.62;
  }
}

@media (max-width: 640px) {
  .mon-fv {
    min-height: max(760px, 100svh);
  }

  .mon-fv::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0 52%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.62) 100%),
      radial-gradient(ellipse at center, transparent 0 42%, rgba(0, 0, 0, 0.48) 100%);
  }

  .mon-fv__content {
    min-height: max(760px, 100svh);
    padding-top: 112px;
    padding-bottom: 230px;
    box-sizing: border-box;
  }

  .mon-fv__copy {
    position: relative;
    z-index: 10;
    left: auto;
    top: auto;
    width: min(100%, 342px);
    max-width: calc(100vw - 44px);
    padding-left: 30px;
    padding-right: 14px;
  }

  .mon-fv__title {
    max-width: 320px;
    font-size: clamp(42px, 13vw, 52px);
    line-height: 1.24;
  }

  .mon-fv__lead {
    max-width: 305px;
    line-height: 1.86;
  }

  .mon-fv__actions {
    position: relative;
    z-index: 11;
    width: min(100%, 300px);
    margin-top: 24px;
    gap: 12px;
  }

  .mon-fv__button {
    min-width: 0;
    width: 100%;
  }

  .mon-fv__mark {
    position: absolute;
    z-index: 4;
    right: -158px;
    bottom: -240px;
    top: auto;
    width: min(440px, 116vw);
    margin: 0;
    opacity: 0.34;
    filter: blur(0.1px);
  }

  .mon-fv__mark::before {
    opacity: 0.46;
  }

  .mon-fv__mark::after,
  .mon-fv__mark img {
    opacity: 0.78;
  }

  .mon-fv__mark-caption {
    display: none;
  }
}

@media (max-width: 380px) {
  .mon-fv__header {
    width: calc(100% - 32px);
    left: 16px;
  }

  .mon-fv__header-brand {
    max-width: 162px;
  }

  .mon-fv__home-link {
    min-width: 108px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .mon-fv__content {
    padding-top: 106px;
  }

  .mon-fv__copy {
    width: calc(100vw - 36px);
    padding-left: 24px;
  }

  .mon-fv__title {
    max-width: 300px;
    font-size: clamp(40px, 12.4vw, 48px);
  }

  .mon-fv__lead {
    max-width: 292px;
  }

  .mon-fv__mark {
    right: -150px;
    bottom: -330px;
    width: min(420px, 112vw);
    opacity: 0.24;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .mon-fv__mark {
    right: -150px;
    bottom: -330px;
    width: min(420px, 112vw);
    opacity: 0.24;
  }
}
