/* mobile.css
   Load with: media="(max-width: 768px)"
   This file should contain ONLY mobile overrides.
*/

body {
  margin: 0;
  width: 100%;
  padding-top: 120px;
  overflow-x: hidden;

  background-attachment: scroll;
}


.contact-link.is-active .contact-tooltip {
  display: block;
}
.contact-link:hover .contact-tooltip {
  display: block;
}
.contact-link:active 
.contact-tooltip,
.contact-link:focus-within .contact-tooltip {
  display: block;
}

.intro {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
  padding: 24px 12px;
  box-sizing: border-box;
  text-align: center;
}
.intro p {
  text-align: center;
}

.intro-content h1 {
  font-size: 2rem;
  letter-spacing: 4px;
}
.intro-content p {
  font-size: 1rem;
  padding: 0 10px;
}

/* ---- PAGE CONTENT (mobile) ---- */
.page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 12px 34px;
  box-sizing: border-box;
}



/* ---- PHOTO FRAME ---- */
.photo-frame {
  display: block;
  width: calc(100% - 24px);
  max-width: 500px;
  margin: 0 auto 24px;
  box-sizing: border-box;
}
.photo-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  box-sizing: border-box;
}



/* ---- PROCESS ---- */
.process-svg-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.process-svg {
  display: block;
  width: 100%;
  height: auto;
}
.product-grid{
  grid-template-columns: 1fr;
}
.section {
  padding: 16px;
  border-radius: 14px;
}
.section-title {
  font-size: 20px;
}

/* SUBNAV (mobile hamburger) */
.mobile-subnav-logo {
  display: none !important;
}
.mobile-subnav-logo img {
  height: 46px;
  width: auto;
  display: block;
}
.subnav {
  position: fixed !important;
  top: 70px !important;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f0f0f0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnav-toggle {
  position: absolute;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 44px;
  border: 0;
  background: transparent;
  font-size: 24px;
  z-index: 100001;
  color: #222;
}
.subnav-list {
  position: fixed !important;
  display: none;
  top: 120px !important;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px 26px 18px;
  list-style: none;
  background: #f0f0f0;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  box-sizing: border-box;
  z-index: 99998;
}
.subnav.is-open .subnav-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.subnav.is-open .subnav-close {
  display: block;
}
.subnav-list li {
  padding: 0;
}
.subnav a {
  display: block;
  font-size: 16px;
  color: #222;
  text-decoration: none;
}
.subnav-close {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.subnav-icon {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
}
/* ---- PAGE BASE ---- */
.subnav-close img {
  height: 32px;
  opacity: 0.7;
}
.subnav-toggle .subnav-icon {
  font-size: 34px;
}


/* ---- TOP BAR (mobile) ---- */
.topbar-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}


/* ---- TITLE IMAGE (mobile) ---- */
.topbar-title-image {
  height: 46px;
  width: auto;
  display: block;
}
/* match desktop padding to prevent clipping on mobile too */
.topbar {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #f0f0f0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


/* YouTube Shorts: slightly tighter spacing on mobile */
.yt-short {
  margin: 6px 0 14px;
}
.yt-short-frame {
  width: 180px;
}
