/* FAQ page: boutique mobile HP layout. */
body.faq-body {
  --faq-paper: #fbf8f2;
  --faq-ink: #302b26;
  --faq-muted: #756c62;
  --faq-gold: #ad8147;
  --faq-line: rgba(173, 129, 71, 0.28);
  --faq-sage: #7a866f;
  background: #171512 !important;
}

body.faq-body .page-shell {
  width: min(100%, 460px) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: var(--faq-paper) !important;
  border-radius: 8px !important;
  color: var(--faq-ink) !important;
}

body.faq-body .site-header {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 30 !important;
  height: 86px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.faq-body .topbar {
  display: none !important;
}

body.faq-body .nav-wrap {
  min-height: 86px !important;
  padding: 14px 46px 0 24px !important;
  background: transparent !important;
}

body.faq-body .brand {
  position: absolute !important;
  left: 24px !important;
  top: 14px !important;
  z-index: 4 !important;
}

body.faq-body .brand-copy-script strong {
  color: #9f743e !important;
  font-family: "Parisienne", cursive !important;
  font-size: 2.42rem !important;
  font-weight: 400 !important;
  line-height: 0.72 !important;
}

body.faq-body .brand-copy-script small {
  margin-top: -7px !important;
  padding-left: 43px !important;
  color: #9f743e !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 0.5rem !important;
  letter-spacing: 0.28em !important;
}

body.faq-body .menu-toggle {
  right: 19px !important;
  top: 27px !important;
  z-index: 6 !important;
}

body.faq-body .menu-toggle span {
  background: var(--faq-gold) !important;
}

body.faq-body .site-nav {
  right: 18px !important;
  top: 58px !important;
  z-index: 8 !important;
  width: 178px !important;
  padding: 16px 18px !important;
  background: rgba(251, 248, 242, 0.97) !important;
  border: 1px solid rgba(173, 129, 71, 0.22) !important;
  box-shadow: 0 18px 38px rgba(64, 50, 32, 0.1) !important;
}

.faq-main {
  padding-top: 0;
  background: var(--faq-paper);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.faq-hero {
  position: relative;
  min-height: 586px;
  padding: 124px 0 42px 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0 48%, rgba(251, 248, 242, 0.72) 62%, rgba(251, 248, 242, 0.15) 100%),
    #fbf8f2;
}

.faq-script {
  position: absolute;
  left: 32px;
  top: 100px;
  z-index: 1;
  margin: 0;
  color: rgba(173, 129, 71, 0.1);
  font-family: "Parisienne", cursive;
  font-size: 7.25rem;
  line-height: 0.72;
  transform: rotate(-8deg);
  pointer-events: none;
}

.faq-hero-copy {
  position: relative;
  z-index: 4;
  width: 212px;
}

.faq-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--faq-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.64rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.faq-kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--faq-line);
}

.faq-hero h1 {
  margin: 36px 0 0;
  color: #3b3834;
  font-family: "Cormorant Garamond", "Hiragino Mincho ProN", serif;
  font-size: 3.82rem;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.faq-hero-subtitle {
  width: auto !important;
  margin: 8px 0 0 2px !important;
  color: #3b3834 !important;
  font-size: 1.18rem !important;
  font-weight: 500;
  line-height: 1.65 !important;
}

.faq-title-rule {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 18px;
  margin-left: 2px;
  background: rgba(173, 129, 71, 0.56);
}

.faq-hero-copy p:not(.faq-kicker) {
  width: 172px;
  margin: 22px 0 0;
  color: var(--faq-muted);
  font-size: 0.66rem;
  line-height: 2.05;
}

.faq-hero-photo {
  position: absolute;
  right: -44px;
  top: 142px;
  z-index: 2;
  width: 238px;
  height: 356px;
  margin: 0;
  overflow: hidden;
  border-radius: 120px 0 0 0;
}

.faq-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% 74%;
  filter: saturate(0.78) brightness(1.06) contrast(0.93);
}

.faq-list-section {
  padding: 48px 34px 54px;
  border-top: 1px solid var(--faq-line);
  background: var(--faq-paper);
}

.faq-section-head {
  margin-bottom: 22px;
}

.faq-section-head h2 {
  width: 282px;
  margin: 17px 0 0;
  color: var(--faq-ink);
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.04em;
}

.faq-category-nav {
  display: flex;
  gap: 8px;
  margin: 0 -2px 30px;
  padding: 0 2px 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.faq-category-nav::-webkit-scrollbar {
  display: none;
}

.faq-category-nav a {
  flex: 0 0 auto;
  min-width: 54px;
  padding: 9px 10px 8px;
  border: 1px solid rgba(173, 129, 71, 0.28);
  border-radius: 999px;
  color: #6f6559;
  font-size: 0.62rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 252, 246, 0.56);
}

.faq-category-nav a:nth-child(even) {
  transform: translateY(4px);
}

.faq-category-nav a:first-child {
  color: #fffaf2;
  background: var(--faq-sage);
  border-color: var(--faq-sage);
}

.faq-accordion-list {
  border-top: 1px solid rgba(173, 129, 71, 0.34);
}

.faq-accordion {
  border-bottom: 1px solid var(--faq-line);
}

.faq-accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 18px;
  align-items: center;
  min-height: 80px;
  padding: 20px 0;
  color: var(--faq-ink);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.72;
  cursor: pointer;
  list-style: none;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-toggle-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--faq-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.16rem;
  line-height: 1;
}

.faq-toggle-mark span:last-child,
.faq-accordion[open] .faq-toggle-mark span:first-child {
  display: none;
}

.faq-accordion[open] .faq-toggle-mark span:last-child {
  display: block;
}

.faq-accordion p {
  margin: -4px 38px 26px 0;
  color: var(--faq-muted);
  font-size: 0.66rem;
  line-height: 2;
}

.faq-accordion:nth-child(2n) summary {
  padding-left: 12px;
}

.faq-accordion:nth-child(3n) summary {
  min-height: 88px;
}

.faq-accordion:nth-child(2n) p {
  margin-left: 12px;
}

.faq-note-section {
  margin: 0 28px 0 34px;
  padding: 34px 0 36px 24px;
  border-top: 1px solid rgba(173, 129, 71, 0.34);
  border-bottom: 1px solid rgba(173, 129, 71, 0.34);
  border-left: 1px solid rgba(173, 129, 71, 0.26);
}

.faq-note-section h2 {
  margin: 18px 0 0;
  color: var(--faq-ink);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.72;
}

.faq-note-section p:not(.faq-kicker) {
  margin: 16px 0 0;
  color: var(--faq-muted);
  font-size: 0.65rem;
  line-height: 2;
}

.faq-reserve-cta {
  position: relative;
  min-height: 262px;
  margin-top: 48px;
  padding: 48px 34px 42px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(251, 248, 242, 0.94) 0%, rgba(251, 248, 242, 0.78) 42%, rgba(251, 248, 242, 0.64) 100%),
    url("./assets/photos/faq-reserve-cta-v1.webp") 50% 62% / cover no-repeat;
}

.faq-reserve-cta > div {
  position: relative;
  z-index: 2;
}

.faq-reserve-cta .faq-kicker {
  justify-content: center;
}

.faq-reserve-cta h2 {
  margin: 16px 0 0;
  color: #514b43;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.faq-reserve-cta p:not(.faq-kicker) {
  width: 238px;
  margin: 12px auto 0;
  color: rgba(81, 75, 67, 0.76);
  font-size: 0.58rem;
  line-height: 1.9;
}

.faq-reserve-cta a {
  display: inline-flex;
  width: 174px;
  min-height: 50px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fffaf2;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  text-decoration: none;
  background: #7b856f;
  box-shadow: 0 18px 34px rgba(64, 50, 32, 0.12);
}

.faq-script-small {
  position: absolute;
  right: -12px;
  bottom: 22px;
  z-index: 1;
  margin: 0;
  color: rgba(173, 129, 71, 0.14);
  font-family: "Parisienne", cursive;
  font-size: 5.45rem;
  line-height: 1;
  pointer-events: none;
}

body.faq-body .site-footer {
  width: auto !important;
  margin: 0 !important;
  padding: 34px 34px 38px !important;
  color: rgba(255, 250, 242, 0.88) !important;
  background: #596353 !important;
}

.faq-footer-logo {
  margin: 0 0 10px !important;
  color: #d8bd8e !important;
  font-family: "Parisienne", cursive !important;
  font-size: 2rem !important;
  line-height: 0.9 !important;
}

body.faq-body .site-footer p {
  margin: 0;
  color: rgba(255, 250, 242, 0.88) !important;
  font-family: "Cormorant Garamond", "Yu Mincho", serif;
  font-size: 0.72rem;
  line-height: 1.6;
}

body.faq-body .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px !important;
}

body.faq-body .site-footer a {
  color: rgba(255, 250, 242, 0.78) !important;
  text-decoration: none;
}

@media (max-width: 430px) {
  body.faq-body .page-shell {
    border-radius: 0 !important;
  }
}

@media (max-width: 374px) {
  .faq-hero,
  .faq-list-section,
  .faq-reserve-cta {
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-hero-photo {
    right: -70px;
  }

  .faq-note-section {
    margin-left: 28px;
    margin-right: 28px;
  }
}

/* Completion pass: prevent decorative assets from widening the mobile page. */
.faq-main {
  overflow: hidden;
}

.faq-script {
  max-width: 330px;
  overflow: hidden;
}

.faq-script-small {
  right: 4px;
  max-width: 330px;
  overflow: hidden;
}

@media (max-width: 430px) {
  .faq-hero {
    min-height: 560px;
    padding-left: 30px;
    contain: paint;
  }

  .faq-script {
    left: 28px;
    max-width: 314px;
    font-size: 6.25rem;
  }

  .faq-hero-copy {
    width: 188px;
  }

  .faq-hero h1 {
    font-size: 3.52rem;
  }

  .faq-hero-copy p:not(.faq-kicker) {
    width: 156px;
  }

  .faq-hero-photo {
    right: -12px;
    top: 150px;
    width: 202px;
    height: 326px;
  }

  .faq-list-section {
    padding-top: 44px;
  }

  .faq-section-head h2 {
    width: 260px;
    font-size: 1.26rem;
  }

  .faq-reserve-cta {
    min-height: 246px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Final containment pass for the hero photo. */
@media (max-width: 430px) {
  .faq-hero-photo {
    right: 0;
    width: 190px;
  }
}

/* Final shared right-side menu styling. */
body.faq-body .site-nav {
  position: absolute !important;
  top: 56px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 118 !important;
  display: flex !important;
  width: 184px !important;
  max-width: calc(100vw - 42px) !important;
  padding: 12px 16px 14px !important;
  flex-direction: column !important;
  gap: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  color: #302b26 !important;
  background: rgba(251, 248, 242, 0.985) !important;
  border: 1px solid rgba(176, 131, 77, 0.26) !important;
  border-radius: 0 !important;
  box-shadow: 0 22px 42px rgba(61, 49, 35, 0.13) !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translate3d(0, -4px, 0) !important;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
}

body.faq-body .site-nav.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

body.faq-body .site-nav a,
body.faq-body .site-nav .nav-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #2f2a25 !important;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: 0.92rem !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.2) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.faq-body .site-nav a::after {
  content: "" !important;
  display: block !important;
  width: 21px !important;
  height: 1px !important;
  justify-self: end !important;
  background: rgba(176, 131, 77, 0.62) !important;
}

body.faq-body .site-nav a:last-child {
  color: #69745f !important;
  border-bottom: 0 !important;
}
