:root {
  --base: #89CFF0;
  --line: #89CFF0;
  --point: #89CFF0;
  --sale: #89CFF0;
  --flow-color: #89CFF0;
  --swiper-theme-color: #89CFF0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#container {
  overflow-x: hidden;
}
#reviews,
#studio,
#instagram {
  scroll-margin-top: calc(var(--top-height, 68px) + 8px);
}

.login_nav .header-link,
.login_nav .header-price,
.login_nav .header-book {
  display: list-item !important;
}
.login_nav .lognav_area > ul > li.header-link > a,
#our_header.fix .login_nav .lognav_area > ul > li.header-link a {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.login_nav .lognav_area > ul > li.header-link > a:hover {
  color: var(--base);
}

.price_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.72);
  padding: 48px 16px 16px;
  box-sizing: border-box;
  overflow: auto;
}
.price_modal.on {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.price_modal_close {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 20001;
  background: none;
  border: 0;
  padding: 4px;
  cursor: pointer;
}
.price_modal_close .closeicon {
  fill: #fff;
  width: 28px;
  height: 28px;
}
.price_modal_inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.price_modal_inner img {
  display: block;
  width: 100%;
  height: auto;
  background: #f4f1ea;
}
body.price-open {
  overflow: hidden;
}

.mainVisual .text_box,
.mainVisual .text_box a,
.mainVisual .text_box .title,
.mainVisual .text_box .sub_title,
.mainVisual .text_box .sub_title_m,
.mainVisual .text_box .button {
  color: var(--base);
}
.mainVisual .swiper-slide-active .text_box .title {
  border-bottom-color: var(--base);
}

/* Text logo stand-in so the original .bk / .w logo slots still work */
h1.fadeIn a,
h2.logo a {
  font-family: "owners-xwide", "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: inherit;
}
h1.fadeIn a.bk,
h2.logo a.bk { color: #000; }
h1.fadeIn a.w,
h2.logo a.w { color: #fff; }
.logo-word {
  font-style: italic;
  font-size: 26px;
  font-weight: 500;
}
.logo-city {
  font-size: 11px;
  letter-spacing: 0.28em;
  margin-left: 8px;
  text-transform: uppercase;
}
#splash-screen #fade_in_grow {
  font-family: "owners-xwide", "Cormorant Garamond", Georgia, serif;
  text-align: center;
}
#splash-screen .logo-word { font-size: 56px; display: block; }
#splash-screen .logo-city { display: block; margin-top: 8px; }

/* Locked photo frames — Instagram 4:5 portraits crop, layout stays put */
.ph {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #e8eef2;
}
.ph img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.ph-hero { aspect-ratio: 16 / 9; min-height: 520px; }
.ph-hero.ph-a { background: #e6e0d6; }
.ph-hero.ph-b { background: #d5e3ea; }
.ph-hero.ph-c { background: #eadfd6; }
.ph-svc,
.ph-rev,
.ph-insta { aspect-ratio: 1 / 1; }
.ph-video { aspect-ratio: 16 / 9; }
.ph-story { aspect-ratio: 1 / 1; }

.mainVisual .swiper-slide .ph { height: auto; }
.mainVisual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.mainStory .ban_box,
.mainStory .ban_box .swiper,
.mainStory .ban_box .swiper-wrapper,
.mainStory .ban_box .swiper-slide,
.mainStory .ban_box p,
.mainStory .ban_box a {
  height: 100%;
}
.mainStory,
.mainStory .text_box {
  min-height: 720px;
}
.mainStory .ban_box .ph {
  height: 100%;
  min-height: 720px;
  aspect-ratio: auto;
}
.mainStory .ban_box .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainStory .ban_box img[src$="1.jpg"],
.mainStory .ban_box img[src$="2.jpg"],
.mainStory .ban_box img[src$="3.jpg"] {
  object-position: center bottom;
}
.mainStory .ban_box img[src$="4.jpg"] {
  object-position: center top;
}
.mainVideo .ph { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
.mainVideo .video-container { min-height: 0; }

.mainBanbest .ban_list .box li .img .ph img {
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.mainBanbest .ban_list .box li:hover .img .ph img {
  transform: scale(1.1);
}

.mainInsta {
  flex-wrap: wrap;
}
.mainInsta .title_box {
  width: 100%;
  order: 2;
}
.mainInsta .img_box {
  width: 100%;
  order: 1;
  padding: 0;
}
.mainInsta .title_box .in {
  padding: 48px 0;
}
.mainInsta .social-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  text-align: center;
}
.mainInsta .social-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.mainInsta .social-col h3 {
  margin: 0;
  white-space: nowrap;
  font-size: clamp(16px, 1.5vw, 24px);
}
.mainInsta .social-col h3 a {
  color: inherit;
  text-decoration: none;
}
.mainInsta .social-col h3 a:hover {
  color: var(--base);
}
.mainInsta .social-col .sub_title {
  display: block;
  margin-top: 0;
}
.mainInsta .social-col .sub_note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bk);
  max-width: 16em;
  text-align: center;
}

.footer .logo_line,
.footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .copyright {
  width: 100%;
  text-align: center;
}
.footer .copyright .powered-by {
  color: inherit;
  text-decoration: none;
}
.mainInsta .instalogo svg path {
  fill: var(--base);
}

@media screen and (max-width: 767px) {
  :root {
    --top-nav-height: 0px;
  }
  #our_header .header .inner,
  #our_header.fix .header .inner {
    position: relative;
    height: var(--top-height) !important;
  }
  #top_nav {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: var(--top-height) !important;
    margin: 0 !important;
    border-top: 0 !important;
    z-index: 103;
    pointer-events: none;
  }
  #top_nav .navbar .nav_btn {
    pointer-events: auto;
    position: absolute;
    left: 16px;
    top: 0;
    height: var(--top-height);
    display: flex;
    align-items: center;
  }
  #top_nav .navbar .nav_btn > li.menu-button {
    height: var(--top-height);
  }
  .login_nav .header-link,
  .login_nav .header-price,
  .login_nav .header-book {
    display: none !important;
  }
  .bottom_nav,
  .bottom_nav.on,
  #bt_nav {
    display: none !important;
  }
  .mainInsta .title_box,
  .mainInsta .img_box {
    width: 100%;
  }
  .mainInsta .title_box .in {
    display: block;
    padding: 32px 0;
  }
  .mainInsta .img_box {
    padding: 0;
  }
  .mainInsta .social-cols {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1.5rem;
  }
  .mainInsta .social-col {
    flex: 1 1 calc(50% - 1.5rem);
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .ph-hero { min-height: 420px; aspect-ratio: 3 / 4; }
  .mainStory,
  .mainStory .text_box,
  .mainStory .ban_box .ph { min-height: 480px; }
}
