@charset "UTF-8";

/*!
Theme Name: Yoihi Child
Description: Child theme for DINING&HIGHBALL BAR Yoihi customizations.
Author: NAKAK10
Template: lightning
Version: 0.5.15
Text Domain: yoihi-child
*/

:root {
  --yoihi-bg: #0e1110;
  --yoihi-bg-soft: #151817;
  --yoihi-ink: #171717;
  --yoihi-paper: #f8f5ed;
  --yoihi-muted: rgba(248, 245, 237, 0.72);
  --yoihi-line: rgba(248, 245, 237, 0.14);
  --yoihi-gold: #d2aa62;
  --yoihi-gold-soft: rgba(210, 170, 98, 0.24);
  --yoihi-red: #cb513d;
  --yoihi-sage: #6f8173;
  --yoihi-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --yoihi-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

body.home {
  --yoihi-header-height: 78px;
  background: var(--yoihi-bg);
  font-family: var(--yoihi-sans);
}

body.home .site-header {
  background: #0d100f;
  border-bottom: 1px solid rgba(248, 245, 237, 0.12);
  box-shadow: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
}

body.admin-bar.home .site-header {
  top: 32px;
}

body.home .site-header-container {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 78px;
}

body.home .site-header-logo {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  padding: 0;
}

body.home .site-header-logo a,
body.home .site-header-logo a:hover {
  align-items: flex-end;
  color: #fff;
  display: inline-flex;
  font-family: var(--yoihi-serif);
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.yoihi-header-brand__name {
  color: #fff;
  font-family: var(--yoihi-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.yoihi-header-brand__eyebrow {
  color: var(--yoihi-gold);
  font-family: var(--yoihi-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.yoihi-header-links {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
  margin-left: auto;
}

.yoihi-header-links__item,
.yoihi-header-links__item:hover {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(248, 245, 237, 0.88);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: auto;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.yoihi-header-links__item::after {
  background: currentColor;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.yoihi-header-links__item:hover {
  color: var(--yoihi-gold);
}

.yoihi-header-links__item:hover::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.yoihi-icon {
  display: block;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.yoihi-header-links__item--instagram,
.yoihi-header-links__item--map {
  background: transparent;
  color: rgba(248, 245, 237, 0.9);
}

.yoihi-header-links__item--instagram:hover,
.yoihi-header-links__item--map:hover {
  background: transparent;
  border: 0;
  color: var(--yoihi-gold);
}

body.home .site-header #global-nav,
body.home #vk-mobile-nav,
body.home .vk-mobile-nav-menu-btn,
body.home #page_top,
body.home #page_top_btn,
body.home .page_top_btn,
body.home .vk_page_top,
body.home .vk-page-top,
body.home .pagetop,
body.home .page-top,
body.home .scroll-top,
body.home .lightning_swiper,
body.home .site-body-bottom {
  display: none !important;
}

body.home .site-body {
  padding: 0;
}

body.home .site-body-container.container,
body.home .main-section {
  float: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.home .entry,
body.home .entry-body {
  margin: 0;
  padding: 0;
}

body.home .site-footer {
  background: #0b0d0c;
  border-top: 1px solid rgba(248, 245, 237, 0.1);
  color: rgba(248, 245, 237, 0.64);
}

body.home .site-footer a,
body.home .site-footer a:hover {
  color: rgba(248, 245, 237, 0.86);
}

body.home .site-footer-copyright {
  color: rgba(248, 245, 237, 0.58);
  font-size: 12px;
  line-height: 1.8;
  padding: 22px 0;
  text-align: center;
}

body.home .site-footer-copyright p {
  margin: 0 0 4px;
}

body.home .site-footer-copyright p:last-child {
  margin-bottom: 0;
}

body.home .site-footer-copyright a,
body.home .site-footer-copyright a:hover {
  border-bottom: 1px solid rgba(210, 170, 98, 0.45);
  color: var(--yoihi-gold);
  text-decoration: none;
}

.yoihi-footer {
  background:
    linear-gradient(90deg, rgba(210, 170, 98, 0.09), transparent 35%, rgba(203, 81, 61, 0.08)),
    #0a0c0b;
  border-top: 1px solid rgba(248, 245, 237, 0.12);
  color: rgba(248, 245, 237, 0.62);
  font-family: var(--yoihi-sans);
  position: relative;
  z-index: 2;
}

.yoihi-footer__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 104px;
  padding: 24px 22px;
}

.yoihi-footer__brand {
  color: rgba(248, 245, 237, 0.9);
  font-family: var(--yoihi-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.yoihi-footer__meta {
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}

.yoihi-footer__meta p {
  margin: 0;
}

.yoihi-footer__meta a,
.yoihi-footer__meta a:hover {
  border-bottom: 1px solid rgba(210, 170, 98, 0.5);
  color: var(--yoihi-gold);
  text-decoration: none;
}

.yoihi-home {
  background:
    radial-gradient(circle at 78% 8%, rgba(203, 81, 61, 0.2), transparent 28%),
    linear-gradient(135deg, #0e1110 0%, #121614 48%, #201816 100%);
  color: var(--yoihi-paper);
  font-family: var(--yoihi-sans);
  overflow-x: hidden;
  padding-top: var(--yoihi-header-height);
  position: relative;
}

body.home.header_scrolled .yoihi-home {
  margin-top: 0 !important;
}

.yoihi-home__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 22px;
  position: relative;
  z-index: 2;
}

.yoihi-home__sparkles {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 1;
}

.yoihi-home__sparkles i {
  animation: yoihi-sparkle-fall var(--yoihi-duration) linear infinite;
  animation-delay: var(--yoihi-delay);
  background: #f1d38b;
  box-shadow: 0 0 12px rgba(241, 211, 139, 0.58);
  display: block;
  height: var(--yoihi-size);
  left: var(--yoihi-left);
  opacity: 0;
  position: absolute;
  top: -8vh;
  transform: rotate(45deg);
  width: var(--yoihi-size);
}

.yoihi-reveal {
  --yoihi-reveal-delay: 0ms;
}

.yoihi-effects-ready .yoihi-reveal {
  opacity: 0;
  transition-delay: var(--yoihi-reveal-delay);
  will-change: opacity, transform, clip-path;
}

.yoihi-effects-ready .yoihi-reveal--soft {
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.84s ease,
    transform 0.84s cubic-bezier(0.22, 1, 0.36, 1);
}

.yoihi-effects-ready .yoihi-reveal--menu {
  clip-path: inset(0 18% 0 0);
  transform: translate3d(-22px, 0, 0);
  transition:
    clip-path 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s ease,
    transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
}

.yoihi-effects-ready .yoihi-reveal--photo {
  clip-path: inset(10% 8% 12% 8%);
  transform: scale(0.96);
  transition:
    clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.82s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.yoihi-effects-ready .yoihi-reveal.is-visible {
  clip-path: inset(0);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes yoihi-sparkle-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10vh, 0) rotate(45deg);
  }

  12% {
    opacity: 0.95;
  }

  82% {
    opacity: 0.58;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--yoihi-drift), 112vh, 0) rotate(405deg);
  }
}

.yoihi-home__eyebrow {
  color: var(--yoihi-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.yoihi-text-phrase {
  display: inline;
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.yoihi-text-unit {
  display: inline-block;
  white-space: nowrap;
}

.yoihi-text-phrase--hero-title .yoihi-text-unit {
  display: block;
}

.yoihi-top-message {
  border-bottom: 1px solid rgba(210, 170, 98, 0.3);
  border-top: 1px solid rgba(210, 170, 98, 0.3);
  color: rgba(248, 245, 237, 0.94);
  font-family: var(--yoihi-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  margin: 0 0 46px;
  padding: 14px 0;
  text-align: center;
}

.yoihi-hero {
  padding: 62px 0 86px;
  position: relative;
}

.yoihi-hero__grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.76fr);
}

.yoihi-hero__copy {
  max-width: 650px;
}

.yoihi-hero__title,
.yoihi-section__title,
.yoihi-social-access__panel-title {
  border: 0;
  font-family: var(--yoihi-serif);
  font-weight: 500;
  padding: 0;
  text-wrap: balance;
}

.yoihi-hero__title::before,
.yoihi-hero__title::after,
.yoihi-section__title::before,
.yoihi-section__title::after,
.yoihi-social-access__panel-title::before,
.yoihi-social-access__panel-title::after {
  content: none !important;
  display: none !important;
}

.yoihi-hero__title {
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}

.yoihi-hero__lead {
  color: var(--yoihi-muted);
  font-size: 17px;
  line-height: 2;
  margin: 26px 0 0;
}

.yoihi-hero__visual {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(248, 245, 237, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
  justify-self: end;
  margin: 0;
  max-width: 470px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.yoihi-hero__visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yoihi-section {
  padding: 74px 0;
  position: relative;
}

.yoihi-section::before {
  background: linear-gradient(90deg, transparent, rgba(210, 170, 98, 0.34), transparent);
  content: "";
  height: 1px;
  left: 50%;
  max-width: 1180px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 44px);
}

.yoihi-section__header {
  max-width: 760px;
}

.yoihi-section__header--split {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  max-width: none;
}

.yoihi-section__title {
  color: #fff;
  font-size: 40px;
  line-height: 1.22;
  margin: 0;
}

.yoihi-section__lead {
  color: var(--yoihi-muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 20px 0 0;
}

.yoihi-section__header--split .yoihi-section__lead {
  margin: 0;
}

.yoihi-feature-grid,
.yoihi-menu-gallery {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.yoihi-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yoihi-feature,
.yoihi-scene {
  border: 1px solid rgba(248, 245, 237, 0.14);
  border-radius: 8px;
  min-width: 0;
}

.yoihi-feature {
  background: rgba(248, 245, 237, 0.055);
  padding: 24px;
}

.yoihi-feature__label,
.yoihi-social-access__panel-label {
  color: var(--yoihi-red);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.yoihi-feature h3,
.yoihi-scene h3 {
  color: #fff;
  font-family: var(--yoihi-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.yoihi-feature p,
.yoihi-scene p {
  color: var(--yoihi-muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 14px 0 0;
}

.yoihi-menu {
  background:
    linear-gradient(180deg, rgba(248, 245, 237, 0.045), rgba(248, 245, 237, 0.018)),
    #101311;
}

.yoihi-menu-gallery {
  align-items: start;
  gap: 18px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
}

.yoihi-menu-photo {
  aspect-ratio: 3 / 4;
  background: #0b0d0c;
  border: 1px solid rgba(248, 245, 237, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.yoihi-menu-photo:nth-child(2) {
  margin-top: 44px;
}

.yoihi-menu-photo:nth-child(3) {
  aspect-ratio: 1 / 1;
  margin-top: 88px;
}

.yoihi-menu-photo::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.32));
  content: "";
  inset: 0;
  position: absolute;
}

.yoihi-menu-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.yoihi-menu-note {
  color: rgba(248, 245, 237, 0.66);
  font-size: 14px;
  line-height: 1.9;
  margin: 26px 0 0 auto;
  max-width: 520px;
  text-align: right;
}

.yoihi-scenes {
  background:
    linear-gradient(90deg, rgba(210, 170, 98, 0.06), transparent 34%),
    #0d100f;
}

.yoihi-scenes__grid {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.yoihi-scene-list {
  border-top: 1px solid rgba(210, 170, 98, 0.28);
  display: grid;
  gap: 0;
}

.yoihi-scene {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(248, 245, 237, 0.12);
  border-radius: 0;
  display: grid;
  gap: 26px;
  grid-template-columns: 58px minmax(170px, 0.36fr) minmax(0, 0.64fr);
  padding: 28px 0;
}

.yoihi-scene__number {
  color: rgba(210, 170, 98, 0.7);
  font-family: var(--yoihi-serif);
  font-size: 18px;
  line-height: 1.45;
}

.yoihi-scene p {
  margin: 0;
}

.yoihi-social-access {
  background: #101311;
}

.yoihi-social-access__embed-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  margin-top: 34px;
}

.yoihi-social-access__panel {
  background: rgba(248, 245, 237, 0.96);
  border: 1px solid rgba(248, 245, 237, 0.18);
  border-radius: 8px;
  color: var(--yoihi-ink);
  min-width: 0;
  overflow: hidden;
  padding: 20px;
}

.yoihi-social-access__panel--map {
  background: #f0ece3;
}

.yoihi-social-access__panel-header {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.yoihi-social-access__panel-title {
  color: var(--yoihi-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: right;
}

.yoihi-access-note {
  color: #5d584f;
  font-size: 14px;
  line-height: 1.7;
  margin: -4px 0 14px;
}

.yoihi-instagram-embed {
  max-height: 660px;
  min-height: 430px;
  overflow: auto;
}

.yoihi-instagram-embed .instagram-media {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.yoihi-map {
  aspect-ratio: 16 / 10;
  background: #ddd6cb;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.yoihi-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 960px) {
  .yoihi-hero__grid,
  .yoihi-section__header--split,
  .yoihi-scenes__grid,
  .yoihi-social-access__embed-grid {
    grid-template-columns: 1fr;
  }

  .yoihi-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .yoihi-menu-photo:nth-child(2),
  .yoihi-menu-photo:nth-child(3) {
    margin-top: 0;
  }

  .yoihi-menu-photo:nth-child(3) {
    aspect-ratio: 16 / 9;
    grid-column: 1 / -1;
  }

  .yoihi-section__header--split .yoihi-section__lead {
    margin-top: 0;
  }
}

@media (max-width: 781px) {
  body.home {
    --yoihi-header-height: 70px;
  }

  body.home .site-header-container {
    align-items: center;
    display: flex;
    gap: 10px;
    min-height: 70px;
    padding: 10px 14px;
  }

  body.home .site-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  body.home .site-header-logo a,
  body.home .site-header-logo a:hover {
    gap: 8px;
    overflow: visible;
    white-space: nowrap;
  }

  .yoihi-header-brand__name {
    font-size: 24px;
  }

  .yoihi-header-brand__eyebrow {
    font-size: 10px;
    line-height: 1.25;
    margin-bottom: 1px;
  }

  body.home .site-header-container .yoihi-header-links {
    align-items: center;
    display: flex !important;
    flex: 0 0 auto;
    gap: 10px;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
  }

  .yoihi-header-links__item,
  .yoihi-header-links__item:hover {
    flex: 0 0 auto;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
  }

  .yoihi-header-links__item::after {
    content: none;
  }

  .yoihi-header-links__item span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .yoihi-icon {
    height: 22px;
    width: 22px;
  }

  .yoihi-home__sparkles {
    height: 100vh;
    height: 100dvh;
    transform: translateZ(0);
  }

  .yoihi-home__sparkles i {
    animation: yoihi-sparkle-fall-mobile var(--yoihi-mobile-duration) linear infinite;
    animation-delay: var(--yoihi-mobile-delay);
    height: calc(var(--yoihi-size) + 1px);
    width: calc(var(--yoihi-size) + 1px);
    will-change: opacity, transform;
  }

  .yoihi-home__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .yoihi-footer__inner {
    align-items: flex-start;
    display: block;
    min-height: 0;
    padding: 24px 18px;
  }

  .yoihi-footer__meta {
    margin-top: 12px;
    text-align: left;
  }

  .yoihi-hero {
    padding: 34px 0 52px;
  }

  .yoihi-top-message {
    font-size: 16px;
    margin-bottom: 28px;
    padding: 12px 0;
  }

  .yoihi-top-message .yoihi-text-unit {
    display: block;
  }

  .yoihi-hero__grid {
    gap: 28px;
  }

  .yoihi-hero__visual {
    aspect-ratio: 4 / 5;
    order: -1;
  }

  .yoihi-hero__title {
    font-size: 42px;
  }

  .yoihi-hero__lead {
    font-size: 15px;
  }

  .yoihi-menu-gallery,
  .yoihi-feature-grid {
    grid-template-columns: 1fr;
  }

  .yoihi-menu-photo,
  .yoihi-menu-photo:nth-child(3) {
    aspect-ratio: 4 / 5;
    grid-column: auto;
  }

  .yoihi-menu-note {
    margin-top: 20px;
    max-width: none;
    text-align: left;
  }

  .yoihi-section {
    padding: 50px 0;
  }

  .yoihi-section__title {
    font-size: 30px;
  }

  .yoihi-section__lead {
    font-size: 14px;
  }

  .yoihi-feature,
  .yoihi-scene,
  .yoihi-social-access__panel {
    padding: 18px;
  }

  .yoihi-scene {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .yoihi-social-access__panel-header {
    align-items: start;
    display: block;
  }

  .yoihi-social-access__panel-title {
    margin-top: 5px;
    text-align: left;
  }

  .yoihi-instagram-embed {
    max-height: 560px;
    min-height: 360px;
  }

  .yoihi-map {
    aspect-ratio: 1 / 1;
  }
}

@keyframes yoihi-sparkle-fall-mobile {
  0% {
    opacity: 0;
    transform: translate3d(0, -14vh, 0) rotate(45deg);
  }

  10% {
    opacity: 0.95;
  }

  76% {
    opacity: 0.68;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--yoihi-drift), 118vh, 0) rotate(405deg);
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar.home .site-header {
    top: 46px;
  }
}
