.lmyc-subpage-main {
  padding-bottom: 8rem;
}
body.lmyc-faq-page #main-content {
  padding-top: 0;
}
body.lmyc-faq-page,
body.lmyc-faq-page.gradient {
  background: #fffef4 !important;
  background-color: #fffef4 !important;
}
.lmyc-faq-page-main {
  padding-bottom: 8rem;
  background: #fffef4;
}
.lmyc-faq-intro {
  padding: clamp(3rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  background: #fffef4;
}
body.lmyc-faq-page .shopify-section.section {
  background: #fffef4;
}
body.lmyc-faq-page .lmyc-subpage-card {
  background: #fffef4;
}
.lmyc-faq-intro__lead {
  max-width: 62rem;
  margin: 0 auto;
  font-size: clamp(1.45rem, 1.25vw, 1.62rem);
  line-height: 1.72;
  color: rgba(var(--color-foreground), 0.88);
}
.lmyc-subpage-hero {
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(2.4rem, 4vw, 3.6rem);
  text-align: center;
  background: linear-gradient(165deg, #eef4e8 0%, #fffef4 55%, #fffef4 100%);
}
body.lmyc-subpage .lmyc-subpage-hero .main-heading {
  color: #425936;
}
.lmyc-subpage-hero .main-subheading {
  margin-bottom: 1rem;
}
.lmyc-subpage-hero .main-heading {
  max-width: 52rem;
  margin: 0 auto;
}
.lmyc-subpage-hero__lead {
  max-width: 62rem;
  margin: 1.6rem auto 0;
  font-size: clamp(1.45rem, 1.3vw, 1.62rem);
  line-height: 1.68;
  color: rgba(var(--color-foreground), 0.88);
}
.lmyc-subpage-wrap {
  max-width: 88rem;
  margin: 0 auto;
}
.lmyc-subpage-card {
  background: linear-gradient(165deg, #ffffff 0%, #fffef4 100%);
  border: 1px solid rgba(66, 89, 54, 0.12);
  border-radius: 1.4rem;
  box-shadow: 0 1.6rem 4.8rem rgba(66, 89, 54, 0.08);
  overflow: hidden;
}
.lmyc-subpage-card + .lmyc-subpage-card {
  margin-top: 1.6rem;
}
.lmyc-faq-item {
  border-bottom: 1px solid rgba(66, 89, 54, 0.1);
}
.lmyc-faq-item:last-child {
  border-bottom: none;
}
.lmyc-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.8rem 2.4rem;
  font-family: var(--font-heading-family);
  font-size: clamp(1.45rem, 1.3vw, 1.65rem);
  color: #425936;
  cursor: pointer;
  list-style: none;
}
.lmyc-faq-item summary::-webkit-details-marker {
  display: none;
}
.lmyc-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(66, 89, 54, 0.08);
  color: #425936;
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}
.lmyc-faq-item[open] summary::after {
  content: "−";
  background: #425936;
  color: #fdf8f3;
}
.lmyc-faq-item__body {
  padding: 0 2.4rem 1.8rem;
  font-size: 1.45rem;
  line-height: 1.68;
  color: rgba(var(--color-foreground), 0.88);
}
.lmyc-faq-item__body a {
  color: #425936;
  font-weight: 600;
}
.lmyc-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}
.lmyc-contact-card {
  padding: 2.4rem 2rem;
  text-align: center;
  background: linear-gradient(165deg, #ffffff 0%, #fffef4 100%);
  border: 1px solid rgba(66, 89, 54, 0.12);
  border-radius: 1.4rem;
  box-shadow: 0 1.2rem 3.6rem rgba(66, 89, 54, 0.07);
}
.lmyc-contact-card__icon {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #425936;
  color: #fdf8f3;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lmyc-contact-card h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-heading-family);
  font-size: 1.65rem;
  color: #425936;
}
.lmyc-contact-card p,
.lmyc-contact-card a {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.88);
  text-decoration: none;
}
.lmyc-contact-card a:hover {
  color: #425936;
  text-decoration: underline;
}
.lmyc-contact-studio {
  margin-top: 2.4rem;
  padding: 2.8rem;
  text-align: center;
  background: linear-gradient(165deg, #425936 0%, #354a2c 100%);
  color: #fdf8f3;
  border-radius: 1.4rem;
}
.lmyc-contact-studio h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-heading-family);
  font-size: 2rem;
}
.lmyc-contact-studio p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.65;
}
.lmyc-contact-social {
  margin-top: 2.4rem;
  text-align: center;
}
.lmyc-contact-social__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.2rem;
}
.lmyc-contact-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(66, 89, 54, 0.18);
  background: #fff;
  color: #425936;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.lmyc-contact-social__links a:hover {
  background: #425936;
  color: #fdf8f3;
}
.lmyc-tt-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.lmyc-tt-tabs__btn {
  border: 1px solid rgba(66, 89, 54, 0.18);
  background: #fff;
  color: #425936;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lmyc-tt-tabs__btn.is-active,
.lmyc-tt-tabs__btn:hover {
  background: #425936;
  color: #fdf8f3;
  border-color: #425936;
}
.lmyc-tt-panel {
  display: none;
}
.lmyc-tt-panel.is-active {
  display: block;
}
.lmyc-tt-hero-card {
  padding: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 2rem;
  background: linear-gradient(165deg, #425936 0%, #354a2c 100%);
  color: #fdf8f3;
  border-radius: 1.4rem;
  text-align: center;
}
.lmyc-tt-hero-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: #fdf8f3;
}
.lmyc-tt-hero-card p {
  margin: 0 auto;
  max-width: 58rem;
  font-size: 1.5rem;
  line-height: 1.65;
}
.lmyc-tt-section {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid rgba(66, 89, 54, 0.1);
}
.lmyc-tt-section:last-child {
  border-bottom: none;
}
.lmyc-tt-section h3 {
  margin: 0 0 1rem;
  font-family: var(--font-heading-family);
  font-size: 1.75rem;
  color: #425936;
}
.lmyc-tt-section p,
.lmyc-tt-section li {
  font-size: 1.42rem;
  line-height: 1.65;
  color: rgba(var(--color-foreground), 0.88);
}
.lmyc-tt-section ul {
  margin: 0;
  padding-left: 1.4rem;
}
.lmyc-tt-section li + li {
  margin-top: 0.6rem;
}
.lmyc-tt-cta {
  margin-top: 2.4rem;
  text-align: center;
}
.lmyc-tt-cta .button {
  margin-top: 0.8rem;
}
.lmyc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.6rem;
}
.lmyc-gallery-item {
  grid-column: span 4;
  margin: 0;
}
.lmyc-gallery-item--wide {
  grid-column: span 8;
}
.lmyc-gallery-item__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(66, 89, 54, 0.12);
  box-shadow: 0 1.2rem 3.2rem rgba(66, 89, 54, 0.08);
}
.lmyc-gallery-item--wide .lmyc-gallery-item__frame {
  aspect-ratio: 16 / 10;
}
.lmyc-gallery-item__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lmyc-gallery-item figcaption {
  margin-top: 0.8rem;
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  color: #425936;
}
.lmyc-gallery-videos {
  margin-top: 4rem;
  padding: 2.8rem;
  text-align: center;
  background: linear-gradient(165deg, #eef4e8 0%, #fffef4 100%);
  border-radius: 1.4rem;
  border: 1px solid rgba(66, 89, 54, 0.1);
}
.lmyc-gallery-videos h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-heading-family);
  font-size: 2rem;
  color: #425936;
}
.lmyc-gallery-videos p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.65;
}
@media screen and (max-width: 991px) {
  .lmyc-contact-grid {
    grid-template-columns: 1fr;
  }
  .lmyc-gallery-item,
  .lmyc-gallery-item--wide {
    grid-column: span 12;
  }
}

/* Terms page: clear sticky header + keep nav black (no transparent/white overlay) */
body.lmyc-terms-page #main-content {
  padding-top: 0;
}
body.lmyc-terms-page .lmyc-subpage-hero {
  padding-top: calc(var(--header-height, 9rem) + clamp(2.4rem, 4vw, 3.6rem));
}
@media screen and (max-width: 1279px) {
  body.lmyc-terms-page .lmyc-subpage-hero {
    padding-top: calc(var(--header-height, 6rem) + clamp(2rem, 3.5vw, 3rem));
  }
}

body.lmyc-terms-page.header-at-top #site-header,
body.lmyc-terms-page.header-at-top #site-header .header-wrapper,
body.lmyc-terms-page.header-at-top #site-header sticky-header,
body.lmyc-terms-page.header-at-top #site-header .header,
body.lmyc-terms-page.header-at-top #site-header .header-attachment,
body.lmyc-terms-page.header-at-top .shopify-section-header-sticky .header-attachment:not(.attachment-none),
body.lmyc-terms-page:not(.header-at-top) #site-header,
body.lmyc-terms-page:not(.header-at-top) #site-header .header-wrapper,
body.lmyc-terms-page:not(.header-at-top) #site-header sticky-header,
body.lmyc-terms-page:not(.header-at-top) #site-header .header-attachment,
body.lmyc-terms-page:not(.header-at-top) #site-header .header {
  background-color: rgb(var(--color-background)) !important;
  background: rgb(var(--color-background)) !important;
}
body.lmyc-terms-page.header-at-top #site-header .header-wrapper.gradient,
body.lmyc-terms-page.header-at-top #site-header sticky-header.gradient,
body.lmyc-terms-page.header-at-top #site-header .header-attachment.gradient {
  background: rgb(var(--color-background)) !important;
}
body.lmyc-terms-page.header-at-top sticky-header.header-wrapper.header-wrapper--border-bottom,
body.lmyc-terms-page:not(.header-at-top) sticky-header.header-wrapper.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 1) !important;
  border-bottom-color: rgba(0, 0, 0, 1) !important;
  box-shadow: none !important;
}

body.lmyc-terms-page.header-at-top .header--middle-center .header__menu-item,
body.lmyc-terms-page.header-at-top .header--middle-center .header__menu-item span,
body.lmyc-terms-page.header-at-top .header--middle-center summary.header__menu-item,
body.lmyc-terms-page.header-at-top .header--middle-center .header__menu-item .icon,
body.lmyc-terms-page.header-at-top .header--middle-center .header__menu-item .icon-caret,
body.lmyc-terms-page.header-at-top #site-header .header__inline-menu .header__menu-item,
body.lmyc-terms-page.header-at-top #site-header .header__inline-menu .header__menu-item span,
body.lmyc-terms-page.header-at-top #site-header sticky-header.header-attachment .header__menu-item,
body.lmyc-terms-page.header-at-top #site-header sticky-header.header-attachment .header__menu-item span,
body.lmyc-terms-page.header-at-top #site-header sticky-header.header-attachment summary.header__menu-item {
  color: #3f323b !important;
  fill: #3f323b !important;
  stroke: #3f323b !important;
  text-shadow: none !important;
}
body.lmyc-terms-page.header-at-top .header--middle-center .header-button,
body.lmyc-terms-page.header-at-top .header--middle-center .header-button span {
  color: #3f323b !important;
  text-shadow: none !important;
}
body.lmyc-terms-page.header-at-top .header--middle-center header-drawer .icon-hamburger path {
  stroke: #000000 !important;
}
body.lmyc-terms-page.header-at-top .header--middle-center header-drawer .menu-drawer-container > .header__icon--menu {
  background-color: transparent !important;
  border-right-color: rgba(63, 50, 59, 0.2) !important;
}

body.lmyc-terms-page.header-at-top #site-header .withoutattacment-header-logo.lmyc-header-logo {
  display: none !important;
}
body.lmyc-terms-page.header-at-top #site-header .attacment-header-logo.lmyc-header-logo {
  display: block !important;
}
body.lmyc-terms-page.header-at-top #site-header .lmyc-header-bar-logo-link {
  filter: none !important;
  opacity: 1 !important;
}

body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(66, 89, 54, 0.18);
}
body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch__btn {
  color: rgba(66, 89, 54, 0.72);
}
body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch__btn.is-active {
  background: linear-gradient(165deg, #425936 0%, #303d1c 100%);
  color: #fdf8f3;
  box-shadow: 0 2px 8px rgba(48, 61, 28, 0.22);
}
body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch__btn:hover,
body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch__btn:focus-visible {
  color: #425936;
}
body.lmyc-terms-page.header-at-top #site-header .lmyc-lang-switch__sep {
  background: rgba(66, 89, 54, 0.16);
}
