/* ============================================================
   Tenri-nagomi COMPLETE CLONE for WordPress (front-page only)
   Scoped under .tenri-clone so it doesn't leak into Cocoon
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/* Reset Cocoon chrome when this template is active */
body.iroha-tenri-clone #header,
body.iroha-tenri-clone #navi,
body.iroha-tenri-clone #breadcrumb,
body.iroha-tenri-clone #footer,
body.iroha-tenri-clone .sidebar,
body.iroha-tenri-clone .main > .article,
body.iroha-tenri-clone .navi-footer-in,
body.iroha-tenri-clone .footer-bottom { display: none !important; }

body.iroha-tenri-clone #main,
body.iroha-tenri-clone .main {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.iroha-tenri-clone .article {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  background: transparent !important;
}

body.iroha-tenri-clone {
  font-family: "Zen Maru Gothic", sans-serif !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 34px !important;
  background: #fff !important;
  margin: 0;
  padding: 0;
}

.tenri-clone {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 34px;
  background: #fff;
  text-align: justify;
}

.tenri-clone * { box-sizing: border-box; }
.tenri-clone img { display: block; max-width: 100%; }
.tenri-clone a { color: inherit; text-decoration: none; }
.tenri-clone ul { list-style: none; margin: 0; padding: 0; }
.tenri-clone h1, .tenri-clone h2, .tenri-clone h3, .tenri-clone h4, .tenri-clone p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

.tenri-clone .font-w500 { font-weight: 500; }
.tenri-clone .font-w700 { font-weight: 700; }
.tenri-clone .co-br { color: #00a9e3; }
.tenri-clone .co-ye { color: #f4c82d; }
.tenri-clone .co-wb { color: #67b6e5; }
.tenri-clone .co-w { color: #fff; }
.tenri-clone .txt-center { text-align: center; }

/* ============================================================
   Hero section
   ============================================================ */
.tc-hero {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  background-image: url('/wp-content/uploads/tenri-clone/back.jpg');
  background-size: cover;
  background-position: center;
}

.tc-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.tc-logo-waku {
  position: relative;
  width: 400px;
  height: 252px;
  flex-shrink: 0;
}
.tc-logo-waku > img {
  width: 100%;
  height: 100%;
}
.tc-logo-h1 {
  position: absolute;
  top: 28px;
  left: 40px;
  right: 40px;
  width: 320px;
  height: 146px;
}
.tc-logo-h1 img { width: 320px; height: 146px; }

.tc-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  margin-top: 48px;
  margin-right: 28.8px;
  width: 860px;
  height: 88px;
  border-radius: 45px;
  padding-right: 6px;
  flex-shrink: 0;
}
.tc-nav li { margin-left: 25.8px; padding: 10px 0; transition: opacity .2s; }
.tc-nav li:hover { opacity: .7; }
.tc-nav li.tc-nav-cta { margin-left: 25.8px; margin-right: 6px; padding: 6px 0; }

.tc-top-img { position: relative; margin-top: -80px; }
.tc-top-img img { width: 100%; height: auto; }

.tc-catch {
  position: absolute;
  top: 519px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 630px;
  width: 630px;
  height: 140px;
  z-index: 1;
}
.tc-catch img { width: 100%; height: auto; }

.tc-top-ill-t {
  position: absolute;
  top: 180px;
  left: 1114px;
  width: 153px;
  height: 217px;
}
.tc-top-ill-t img { width: 100%; height: 100%; }

.tc-to-con {
  position: absolute;
  top: 302px;
  left: 0;
  width: 48px;
  height: 276px;
}
.tc-to-con li { margin-bottom: 10px; }
.tc-to-con li:last-child { margin-bottom: 0; }
.tc-to-con img { width: 48px; height: 133px; }

.tc-hero-bottom { position: relative; }
.tc-hero-bottom > img { width: 100%; height: auto; }
.tc-hero-bottom .tc-top-ill-l,
.tc-hero-bottom .tc-top-ill-r {
  position: absolute;
  top: -180px;
  width: 380px;
  height: 240px;
}
.tc-hero-bottom .tc-top-ill-l { left: 43px; }
.tc-hero-bottom .tc-top-ill-r { right: 43px; }
.tc-hero-bottom .tc-top-ill-l img,
.tc-hero-bottom .tc-top-ill-r img { width: 100%; height: 100%; }

/* ============================================================
   About section
   ============================================================ */
.tc-about {
  position: relative;
  width: 100%;
  height: 452px;
}
.tc-about-inner {
  margin: 0 auto;
  max-width: 860px;
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.tc-about-title {
  flex-shrink: 0;
  width: 182px;
  margin-right: 45.6px;
}
.tc-about-title img { width: 182px; height: 292px; }

.tc-about-body { flex: 1; }
.tc-about-body .tc-en-title {
  font-size: 36.8px;
  line-height: 36.8px;
  color: #00a9e3;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.tc-about-body p {
  margin-top: 20px;
  font-size: 17.6px;
  line-height: 38.72px;
  font-weight: 500;
  color: #333;
  text-align: justify;
}

.tc-about .tc-topabout-ill-l {
  position: absolute;
  top: 130px;
  left: 29px;
  width: 340px;
  height: 302px;
}
.tc-about .tc-topabout-ill-r {
  position: absolute;
  top: 198px;
  right: 29px;
  width: 228px;
  height: 233px;
}
.tc-about .tc-topabout-ill-l img,
.tc-about .tc-topabout-ill-r img { width: 100%; height: 100%; }

/* ============================================================
   Shared section title
   ============================================================ */
.tc-sec-title { /* container */ }
.tc-sec-title .tc-en {
  font-size: 36.8px;
  line-height: 36.8px;
  color: #00a9e3;
  font-weight: 400;
}
.tc-sec-title .tc-ja {
  margin-top: 5px;
  font-size: 24px;
  line-height: 40.8px;
  font-weight: 500;
  color: #333;
}
.tc-sec-title .tc-maru {
  margin: 16px 0;
  width: 128px;
  height: 13px;
}
.tc-sec-title .tc-maru img { width: 128px; height: 13px; }
.tc-sec-title.tc-center { text-align: center; }
.tc-sec-title.tc-center .tc-maru { margin: 16px auto; }

/* ============================================================
   Intervention section
   ============================================================ */
.tc-inter {
  position: relative;
  width: 100%;
  background: #f7f3ef;
}
.tc-inter > .tc-nami-top { width: 100%; height: auto; }
.tc-inter-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 60px 40px;
}
.tc-inter-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.tc-inter-left {
  position: relative;
  width: 490px;
  margin-right: 64px;
  flex-shrink: 0;
}
.tc-inter-left p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: justify;
}
.tc-inter-more {
  display: block;
  margin-top: 30px;
  padding: 16px 0;
  width: 330px;
  color: #fff;
  background: #67b6e5;
  border-radius: 40px;
  font-size: 17.6px;
  line-height: 35.2px;
  font-weight: 500;
  text-align: center;
  transition: opacity .2s;
}
.tc-inter-more:hover { opacity: .85; }
.tc-inter-ill {
  position: relative;
  margin-top: 20px;
  margin-left: 40px;
  width: 240px;
  height: 95px;
}
.tc-inter-ill img { width: 100%; height: 100%; }

.tc-inter-cards {
  display: grid;
  margin: 0 auto;
  width: 526px;
  grid-template-columns: 245px 36px 245px;
  grid-template-rows: 154px 154px 154px;
}
.tc-inter-cards li img { width: 245px; height: 154px; }
.tc-inter-cards li.tc-ic-1 { grid-row: 1; grid-column: 1; }
.tc-inter-cards li.tc-ic-2 { grid-row: 1; grid-column: 3; }
.tc-inter-cards li.tc-ic-3 { grid-row: 2; grid-column: 1 / 4; justify-self: center; width: 245px; }
.tc-inter-cards li.tc-ic-4 { grid-row: 3; grid-column: 1; }
.tc-inter-cards li.tc-ic-5 { grid-row: 3; grid-column: 3; }
.tc-inter > .tc-nami-bottom { width: 100%; height: auto; }

/* ============================================================
   Features section
   ============================================================ */
.tc-features {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}
.tc-features-head {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
  text-align: center;
}
.tc-features-head p {
  color: #333;
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
}
.tc-features-wrap {
  position: relative;
  margin: 0 auto;
  width: 920px;
}
.tc-features-wrap .tc-smile-l {
  position: absolute;
  top: -100px;
  left: -120px;
  width: 240px;
  height: 216px;
}
.tc-features-wrap .tc-smile-r {
  position: absolute;
  top: 146px;
  right: -120px;
  width: 240px;
  height: 241px;
}
.tc-features-wrap .tc-smile-l img,
.tc-features-wrap .tc-smile-r img { width: 100%; height: 100%; }

.tc-features-list {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.tc-features-list li { width: 280px; }
.tc-features-list li:not(:last-child) { margin-right: 40px; }
.tc-features-list li > img { width: 280px; height: 328px; }
.tc-features-list li h3 {
  font-size: 21.6px;
  line-height: 32.4px;
  color: #00a9e3;
  font-weight: 500;
  text-align: center;
}
.tc-features-list li p {
  margin-top: 10px;
  font-size: 15.68px;
  line-height: 28.224px;
  color: #333;
  text-align: justify;
}

/* ============================================================
   Service section
   ============================================================ */
.tc-service {
  position: relative;
  width: 100%;
  background: #f7f3ef;
}
.tc-service > .tc-nami-top { width: 100%; height: auto; }
.tc-service > .tc-nami-bottom { width: 100%; height: auto; }

.tc-service .tc-ser-ill {
  position: absolute;
  top: 70px;
  right: 115px;
  width: 250px;
  height: 167px;
}
.tc-service .tc-ser-ill img { width: 100%; height: 100%; }

.tc-service-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 60px 40px;
}
.tc-service-list {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  gap: 40px;
}
.tc-service-list li {
  position: relative;
  width: 520px;
  padding: 40px 43px 30px;
  background: #fff;
  border-radius: 30px;
}
.tc-service-list li .tc-year {
  position: absolute;
  top: -50px;
  left: 20px;
  width: 120px;
  height: 116px;
}
.tc-service-list li .tc-ser-item-l,
.tc-service-list li .tc-ser-item-r {
  position: absolute;
  top: -40px;
  right: 20px;
}
.tc-service-list li .tc-ser-item-l { width: 80px; height: 90px; }
.tc-service-list li .tc-ser-item-r { width: 100px; height: 73px; }
.tc-service-list li .tc-year img,
.tc-service-list li .tc-ser-item-l img,
.tc-service-list li .tc-ser-item-r img { width: 100%; height: 100%; }

.tc-service-list li h3 {
  font-size: 27.2px;
  line-height: 29.92px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.tc-service-list li h3 .tc-ser-span {
  display: inline-block;
  font-size: 19.2px;
  line-height: 21.12px;
  font-weight: 700;
  color: #333;
}
.tc-service-list li h4 {
  margin-top: 6px;
  font-size: 19.2px;
  line-height: 30.72px;
  font-weight: 500;
  color: #00a9e3;
  text-align: center;
}
.tc-service-list li.tc-sv-right h4 { color: #f4c82d; }
.tc-service-list li p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 30.6px;
  color: #333;
  text-align: justify;
}
.tc-service-list li .tc-sv-btn {
  display: block;
  margin: 20px auto 0;
  padding: 16px 0;
  width: 330px;
  color: #fff;
  background: #67b6e5;
  border-radius: 40px;
  font-size: 17.6px;
  line-height: 35.2px;
  font-weight: 500;
  text-align: center;
  transition: opacity .2s;
}
.tc-service-list li .tc-sv-btn:hover { opacity: .85; }
.tc-service-list li.tc-sv-right .tc-sv-btn { background: #f9d570; }

/* ============================================================
   News section
   ============================================================ */
.tc-news {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.tc-news .tc-news-ill {
  position: absolute;
  bottom: 30px;
  left: 58px;
  width: 296px;
  height: auto;
}
.tc-news .tc-news-ill img { width: 100%; height: auto; }
.tc-news-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}
.tc-news-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.tc-news-left { width: 320px; }
.tc-news-more {
  display: block;
  margin-top: 30px;
  color: #2d2300;
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
}
.tc-news-right { flex: 1; }
.tc-news-right li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 30px;
  width: 760px;
  background: #fff;
  border-radius: 30px;
  line-height: 28.9px;
}
.tc-news-right li .tc-news-date-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
}
.tc-news-right li time {
  color: #67b6e5;
  font-size: 17px;
  width: 135px;
}
.tc-news-right li .tc-news-cat {
  margin-right: 20px;
  padding: 0 0 1px;
  width: 90px;
  background: #f9d570;
  border-radius: 4px;
  font-size: 14.4px;
  line-height: 21.6px;
  font-weight: 500;
  text-align: center;
}
.tc-news-right li .tc-news-cat a { color: #fff; }
.tc-news-right li .tc-news-title {
  flex: 1;
  color: #2d2300;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================================
   Contact section
   ============================================================ */
.tc-contact {
  position: relative;
  width: 100%;
  background-image: url('/wp-content/uploads/tenri-clone/back.jpg');
  background-size: cover;
  background-position: center;
}
.tc-contact > img { width: 100%; height: auto; }
.tc-contact-wrap { padding: 60px 0; }
.tc-contact-head {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
  text-align: center;
}
.tc-contact-head p {
  font-size: 17px;
  line-height: 34px;
  color: #333;
  text-align: center;
}
.tc-contact-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}
.tc-contact-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}
.tc-contact-list li { width: 340px; transition: opacity .2s; }
.tc-contact-list li:hover { opacity: .85; }
.tc-contact-list li img { width: 100%; height: auto; }

/* ============================================================
   Footer
   ============================================================ */
.tc-footer {
  position: relative;
  width: 100%;
}
.tc-footer .tc-foot-ill {
  position: absolute;
  top: -40px;
  right: 60px;
  width: 240px;
  height: auto;
}
.tc-footer .tc-foot-ill img { width: 100%; height: auto; }

.tc-footer-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 50px 40px;
}
.tc-footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tc-footer-left { width: 378px; }
.tc-footer-left .tc-logo-foot {
  width: 280px;
  height: 128px;
}
.tc-footer-left .tc-logo-foot img { width: 280px; height: 128px; }
.tc-footer-left .tc-address {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28.9px;
  color: #333;
}

.tc-footer-right { width: 470px; }
.tc-footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15.2px;
  line-height: 30.4px;
  font-weight: 500;
}
.tc-footer-menu li {
  width: 33.333%;
  transition: opacity .2s;
}
.tc-footer-menu li:hover { opacity: .7; }
.tc-footer-menu li a { color: #333; }
.tc-footer-copy {
  margin-top: 20px;
  color: #67b6e5;
  font-size: 13.6px;
  line-height: 27.2px;
  text-align: right;
}
.tc-footer-copy a { color: #67b6e5; }

/* Hide human-illustration images per request */
.tenri-clone .tc-hero-bottom .tc-top-ill-l,
.tenri-clone .tc-hero-bottom .tc-top-ill-r { display: none !important; }

/* Shift hero-bottom nami wave downward */
.tenri-clone .tc-hero-bottom > img { transform: translateY(30px); position: relative; z-index: 2; }

/* Hide hero catch image per request */
.tenri-clone .tc-hero .tc-catch { display: none !important; }

/* Hide news illustration (reading kids) per request */
.tenri-clone .tc-news .tc-news-ill { display: none !important; }

/* Hide top-ill-t (navigation area illustration) per request */
.tenri-clone .tc-hero .tc-top-ill-t { display: none !important; }

/* Hide hero-bottom nami wave per request */
.tenri-clone .tc-hero-bottom > img { display: none !important; }

/* ============================================================
   New text-based navigation (replaces image nav + logo image)
   ============================================================ */
.tenri-clone .tc-nav2 {
  position: relative;
  padding: 28px 40px 0;
  z-index: 5;
}
.tenri-clone .tc-nav2-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.tenri-clone .tc-nav2-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 8px 10px 8px 36px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 6px 24px rgba(0, 90, 130, 0.08);
  backdrop-filter: blur(6px);
}
.tenri-clone .tc-nav2-list li {
  margin: 0;
  padding: 0;
}
.tenri-clone .tc-nav2-list li a {
  display: block;
  padding: 10px 18px;
  font-size: 15.5px;
  font-weight: 500;
  color: #2d2300;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.tenri-clone .tc-nav2-list li a:hover {
  color: #00a9e3;
  background: rgba(0, 169, 227, 0.08);
}
.tenri-clone .tc-nav2-list li.tc-nav2-cta {
  margin-left: 14px;
}
.tenri-clone .tc-nav2-list li.tc-nav2-cta a {
  padding: 12px 28px;
  color: #fff;
  background: #67b6e5;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(103, 182, 229, 0.35);
}
.tenri-clone .tc-nav2-list li.tc-nav2-cta a:hover {
  background: #00a9e3;
  box-shadow: 0 6px 18px rgba(0, 169, 227, 0.4);
}

/* Remove top margin that top-img added (since old -80px was to overlap the logo-waku) */
.tenri-clone .tc-hero .tc-top-img { margin-top: 0; }

/* Just in case old logo image references remain */
.tenri-clone .tc-logo-waku,
.tenri-clone .tc-logo-h1,
.tenri-clone .tc-logo-foot,
.tenri-clone .tc-header { display: none !important; }

/* Mobile adjustments for new nav */
@media (max-width: 900px) {
  .tenri-clone .tc-nav2 { padding: 16px; }
  .tenri-clone .tc-nav2-list {
    padding: 6px 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tenri-clone .tc-nav2-list li a { padding: 8px 12px; font-size: 14px; }
  .tenri-clone .tc-nav2-list li.tc-nav2-cta { margin-left: 8px; }
  .tenri-clone .tc-nav2-list li.tc-nav2-cta a { padding: 10px 18px; }
}

/* ============================================================
   Remove all human illustrations + decorative shapes
   Going forward: every new style must be mobile-responsive.
   ============================================================ */

/* Human illustrations — all hidden */
.tenri-clone .tc-about .tc-topabout-ill-l,
.tenri-clone .tc-about .tc-topabout-ill-r,
.tenri-clone .tc-inter .tc-inter-ill,
.tenri-clone .tc-features .tc-smile-l,
.tenri-clone .tc-features .tc-smile-r,
.tenri-clone .tc-service .tc-ser-ill,
.tenri-clone .tc-footer .tc-foot-ill,
.tenri-clone .tc-inter-cards > li,
.tenri-clone .tc-features-list li > img,
.tenri-clone .tc-service-list li .tc-year,
.tenri-clone .tc-service-list li .tc-ser-item-l,
.tenri-clone .tc-service-list li .tc-ser-item-r { display: none !important; }

/* (disabled) Replace textured back.jpg with flat pastel backgrounds
.tenri-clone .tc-hero { background-image: none !important; background-color: #f4fbff !important; }
*/
.tenri-clone .tc-contact {
  background-image: none !important;
  background-color: #eaf6fd !important;
}

/* Hide blue/pink blob decorative waves that came from the contact section */
.tenri-clone .tc-contact > img { display: none !important; }

/* Hide remaining nami waves (keep sections flat) */
.tenri-clone .tc-inter > .tc-nami-top,
.tenri-clone .tc-inter > .tc-nami-bottom,
.tenri-clone .tc-service > .tc-nami-top,
.tenri-clone .tc-service > .tc-nami-bottom { display: none !important; }

/* Inter cards container — reset grid rows now that images are hidden */
.tenri-clone .tc-inter-cards { display: none !important; }

/* Give feature cards a soft pastel placeholder since images are gone */
.tenri-clone .tc-features-list li {
  background: #fffaf5;
  border: 1px solid #f6e8da;
  border-radius: 24px;
  padding: 28px 22px;
}
.tenri-clone .tc-features-list li h3 { margin-top: 0; }

/* Service cards — they already have white bg + radius, just tighten */
.tenri-clone .tc-service-list li { padding: 40px 36px 30px; }

/* ============================================================
   Mobile responsiveness (required for all new work)
   ============================================================ */
@media (max-width: 900px) {
  .tenri-clone .tc-about { height: auto; padding: 40px 20px; }
  .tenri-clone .tc-about-inner { flex-direction: column; padding-top: 0; max-width: 100%; }
  .tenri-clone .tc-about-title { margin: 0 auto 20px; }

  .tenri-clone .tc-inter-inner { padding: 40px 20px; }
  .tenri-clone .tc-inter-row { flex-direction: column; }
  .tenri-clone .tc-inter-left { width: 100%; margin-right: 0; }
  .tenri-clone .tc-inter-more { width: 100%; max-width: 330px; margin-left: auto; margin-right: auto; }

  .tenri-clone .tc-features { padding: 40px 0; }
  .tenri-clone .tc-features-wrap { width: 100%; padding: 0 20px; }
  .tenri-clone .tc-features-list { flex-direction: column; gap: 20px; }
  .tenri-clone .tc-features-list li { width: 100%; margin-right: 0 !important; }

  .tenri-clone .tc-service-inner { padding: 40px 20px; }
  .tenri-clone .tc-service-list { flex-direction: column; gap: 30px; }
  .tenri-clone .tc-service-list li { width: 100%; padding: 30px 24px; }

  .tenri-clone .tc-news { padding: 40px 0; }
  .tenri-clone .tc-news-inner { padding: 0 20px; }
  .tenri-clone .tc-news-row { flex-direction: column; gap: 20px; }
  .tenri-clone .tc-news-left { width: 100%; }
  .tenri-clone .tc-news-right li {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 20px;
  }
  .tenri-clone .tc-news-right li time { width: auto; }
  .tenri-clone .tc-news-right li .tc-news-title { white-space: normal; }

  .tenri-clone .tc-contact-list { flex-direction: column; align-items: center; gap: 16px; }
  .tenri-clone .tc-contact-list li { width: 100%; max-width: 340px; }

  .tenri-clone .tc-footer-inner { padding: 40px 20px; }
  .tenri-clone .tc-footer-row { flex-direction: column; gap: 30px; }
  .tenri-clone .tc-footer-left,
  .tenri-clone .tc-footer-right { width: 100%; }
  .tenri-clone .tc-footer-menu li { width: 50%; }
  .tenri-clone .tc-footer-copy { text-align: center; }
}

@media (max-width: 600px) {
  .tenri-clone { font-size: 15px; line-height: 28px; }
  .tenri-clone .tc-sec-title .tc-en { font-size: 28px; line-height: 28px; }
  .tenri-clone .tc-sec-title .tc-ja { font-size: 20px; line-height: 32px; }
  .tenri-clone .tc-about-body .tc-en-title { font-size: 28px; line-height: 28px; }
  .tenri-clone .tc-about-body p { font-size: 15px; line-height: 30px; }
}

/* (disabled) Restored back.jpg — now using CSS blob pattern instead
.tenri-clone .tc-hero { background-image: url("/wp-content/uploads/tenri-clone/back.jpg") !important; background-size: cover !important; background-position: center !important; background-color: transparent !important; }
*/

/* Hide hero top-img (running kids photo) */
.tenri-clone .tc-hero .tc-top-img { display: none !important; }

/* Preserve hero space even though top-img is hidden */
.tenri-clone .tc-hero .tc-top-img {
  display: block !important;
  width: 100%;
  height: 547px;
  margin-top: 0;
  visibility: hidden;
}
.tenri-clone .tc-hero .tc-top-img img { visibility: hidden; }

@media (max-width: 1200px) {
  .tenri-clone .tc-hero .tc-top-img { height: 38vw; min-height: 320px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero .tc-top-img { height: 60vw; min-height: 240px; }
}

/* Restore logo-waku frame + logo on the left side of hero */
.tenri-clone .tc-hero { padding-top: 0; }

.tenri-clone .tc-logo-waku {
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 400px;
  height: 252px;
  z-index: 6;
}
.tenri-clone .tc-logo-waku > img {
  display: block;
  width: 100%;
  height: 100%;
}
.tenri-clone .tc-logo-h1 {
  display: block !important;
  position: absolute;
  top: 28px;
  left: 40px;
  width: 320px;
  height: 146px;
  margin: 0;
  padding: 0;
}
.tenri-clone .tc-logo-h1 a { display: block; }
.tenri-clone .tc-logo-h1 img {
  display: block;
  width: 320px;
  height: 146px;
}

/* Keep the new text nav pushed to the right so it doesn't overlap the logo */
.tenri-clone .tc-nav2 { padding-left: 420px; }

@media (max-width: 1100px) {
  .tenri-clone .tc-logo-waku { width: 320px; height: 202px; }
  .tenri-clone .tc-logo-h1 { top: 22px; left: 32px; width: 256px; height: 117px; }
  .tenri-clone .tc-logo-h1 img { width: 256px; height: 117px; }
  .tenri-clone .tc-nav2 { padding-left: 336px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-logo-waku { width: 240px; height: 152px; }
  .tenri-clone .tc-logo-h1 { top: 16px; left: 24px; width: 192px; height: 88px; }
  .tenri-clone .tc-logo-h1 img { width: 192px; height: 88px; }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 170px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-logo-waku { width: 180px; height: 114px; }
  .tenri-clone .tc-logo-h1 { top: 12px; left: 18px; width: 144px; height: 66px; }
  .tenri-clone .tc-logo-h1 img { width: 144px; height: 66px; }
  .tenri-clone .tc-nav2 { padding-top: 130px; padding-left: 12px; padding-right: 12px; }
}

/* Hide vertical side labels (情報公開 / お問い合わせ) */
.tenri-clone .tc-hero .tc-to-con { display: none !important; }

/* New hero background color (soft pink) */
/* (disabled) flat pink hero — replaced by decorative blob pattern at the bottom of this file
.tenri-clone .tc-hero { background-image: none !important; background-color: #ffeef2 !important; }
*/

/* Custom uploaded hero image placed top-left inside hero */
.tenri-clone .tc-hero-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 252px;
  z-index: 4;
  pointer-events: none;
}
.tenri-clone .tc-hero-custom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .tenri-clone .tc-hero-custom { width: 320px; height: 202px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-custom { width: 240px; height: 152px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-custom { width: 180px; height: 114px; }
}

/* ============================================================
   Navigation — Pill Capsule (decorative, pastel, per-item)
   ============================================================ */
.tenri-clone .tc-nav2 {
  position: relative;
  padding: 32px 32px 16px;
  padding-left: 440px;
  z-index: 5;
}
.tenri-clone .tc-nav2-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.tenri-clone .tc-nav2-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  backdrop-filter: none;
}

.tenri-clone .tc-nav2-list li {
  margin: 0;
  padding: 0;
}

.tenri-clone .tc-nav2-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #4a3d3a;
  letter-spacing: 0.06em;
  background: #ffffff;
  border-radius: 999px;
  border: 2px solid transparent;
  box-shadow:
    0 4px 10px rgba(255, 180, 197, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}

/* Per-item pastel accents */
.tenri-clone .tc-nav2-list li:nth-child(1) a { background: #fff5f7; border-color: #ffd6e0; }
.tenri-clone .tc-nav2-list li:nth-child(2) a { background: #fff5ef; border-color: #ffd6b8; }
.tenri-clone .tc-nav2-list li:nth-child(3) a { background: #fffbea; border-color: #f8e4a4; }
.tenri-clone .tc-nav2-list li:nth-child(4) a { background: #f0faee; border-color: #c9e7c2; }
.tenri-clone .tc-nav2-list li:nth-child(5) a { background: #eef6ff; border-color: #c7ddf5; }

.tenri-clone .tc-nav2-list li a:hover {
  transform: translateY(-3px) scale(1.03);
  color: #1a1a1a;
  box-shadow:
    0 10px 20px rgba(255, 150, 180, 0.35),
    0 2px 0 rgba(255, 255, 255, 1) inset;
}

.tenri-clone .tc-nav2-list li.tc-nav2-cta { margin-left: 6px; }
.tenri-clone .tc-nav2-list li.tc-nav2-cta a {
  padding: 13px 32px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff9bb3 0%, #ff6b8e 100%);
  border: 2px solid #ffffff;
  box-shadow:
    0 8px 20px rgba(255, 107, 142, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
  font-weight: 800;
}
.tenri-clone .tc-nav2-list li.tc-nav2-cta a:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #ff8aa5 0%, #ff5578 100%);
  color: #ffffff;
  box-shadow:
    0 14px 28px rgba(255, 85, 120, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

/* Responsive: tablet */
@media (max-width: 1100px) {
  .tenri-clone .tc-nav2 { padding: 24px 20px 12px; padding-left: 360px; }
  .tenri-clone .tc-nav2-list { gap: 8px; }
  .tenri-clone .tc-nav2-list li a { padding: 10px 16px; font-size: 14px; }
  .tenri-clone .tc-nav2-list li.tc-nav2-cta a { padding: 11px 22px; }
}

/* Responsive: small tablet — nav wraps under logo */
@media (max-width: 900px) {
  .tenri-clone .tc-nav2 {
    padding: 180px 16px 12px;
  }
  .tenri-clone .tc-nav2-inner { justify-content: center; }
  .tenri-clone .tc-nav2-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}

/* Responsive: mobile */
@media (max-width: 600px) {
  .tenri-clone .tc-nav2 { padding: 140px 12px 10px; }
  .tenri-clone .tc-nav2-list { gap: 6px; }
  .tenri-clone .tc-nav2-list li a {
    padding: 8px 14px;
    font-size: 12.5px;
    letter-spacing: 0.02em;
  }
  .tenri-clone .tc-nav2-list li.tc-nav2-cta a { padding: 9px 18px; }
}

/* ============================================================
   Floating contact button — vertical capsule, left edge fixed
   Converts to circular FAB on mobile
   ============================================================ */
.tenri-clone .tc-floating-contact {
  position: fixed;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 52px;
  min-height: 180px;
  padding: 18px 8px 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff9bb3 0%, #ff6b8e 100%);
  border-radius: 0 28px 28px 0;
  box-shadow:
    6px 8px 20px rgba(255, 107, 142, 0.35),
    2px 0 0 rgba(255, 255, 255, 0.6) inset;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    left 0.3s ease;
  cursor: pointer;
}

.tenri-clone .tc-floating-contact:hover {
  transform: translate(4px, -50%);
  background: linear-gradient(180deg, #ff8aa5 0%, #ff5578 100%);
  box-shadow:
    10px 12px 28px rgba(255, 85, 120, 0.5),
    2px 0 0 rgba(255, 255, 255, 0.8) inset;
}

.tenri-clone .tc-floating-contact .tc-fc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.tenri-clone .tc-floating-contact .tc-fc-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #ffffff;
}

/* Mobile: convert to circular floating action button at bottom-right */
@media (max-width: 820px) {
  .tenri-clone .tc-floating-contact {
    left: auto;
    right: 16px;
    top: auto;
    bottom: 24px;
    transform: none;
    flex-direction: row;
    width: 60px;
    height: 60px;
    min-height: 0;
    padding: 0;
    border-radius: 50%;
    gap: 0;
    justify-content: center;
  }
  .tenri-clone .tc-floating-contact:hover {
    transform: scale(1.08);
  }
  .tenri-clone .tc-floating-contact .tc-fc-icon {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 26px;
  }
  .tenri-clone .tc-floating-contact .tc-fc-label {
    display: none;
  }
}

/* ============================================================
   Hero mascot (iroha character) — home link with float animation
   ============================================================ */
@keyframes tc-mascot-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%      { transform: translateY(-10px) rotate(2deg); }
}
@keyframes tc-mascot-wiggle {
  0%, 100% { transform: translateY(-2px) rotate(-1deg); }
  25%      { transform: translateY(-4px) rotate(1deg); }
  50%      { transform: translateY(-6px) rotate(-1deg); }
  75%      { transform: translateY(-3px) rotate(2deg); }
}

.tenri-clone .tc-hero-mascot {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 220px;
  height: 220px;
  z-index: 6;
  display: block;
  text-decoration: none;
  animation: tc-mascot-float 4s ease-in-out infinite;
  transform-origin: center bottom;
  transition: filter 0.3s ease;
  cursor: pointer;
  filter: drop-shadow(0 10px 20px rgba(255, 180, 197, 0.4));
}

.tenri-clone .tc-hero-mascot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.tenri-clone .tc-hero-mascot:hover {
  animation: tc-mascot-wiggle 0.8s ease-in-out infinite;
  filter: drop-shadow(0 14px 28px rgba(255, 150, 180, 0.55));
}

/* Responsive */
@media (max-width: 1100px) {
  .tenri-clone .tc-hero-mascot { width: 180px; height: 180px; top: 12px; left: 20px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot { width: 140px; height: 140px; top: 10px; left: 16px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot { width: 110px; height: 110px; top: 8px; left: 12px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot:hover { animation: none; }
}

/* Override: pin contact button inside hero (not global fixed) */
.tenri-clone .tc-hero { position: relative; }
.tenri-clone .tc-floating-contact {
  position: absolute !important;
  left: 0 !important;
  top: 320px !important;
  transform: none !important;
}
.tenri-clone .tc-floating-contact:hover {
  transform: translateX(4px) !important;
}

@media (max-width: 820px) {
  .tenri-clone .tc-floating-contact {
    position: absolute !important;
    left: auto !important;
    right: 16px !important;
    top: auto !important;
    bottom: 20px !important;
  }
  .tenri-clone .tc-floating-contact:hover { transform: scale(1.08) !important; }
}

/* ============================================================
   Mascot v2 — layered: white plate background + character on top
   Overrides previous .tc-hero-mascot single-image rules
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 340px;
  height: 340px;
  top: 10px;
  left: 20px;
  filter: drop-shadow(0 14px 26px rgba(255, 170, 190, 0.45));
}
.tenri-clone .tc-hero-mascot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.tenri-clone .tc-hero-mascot .tc-mascot-bg {
  z-index: 1;
  opacity: 1;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  z-index: 2;
  transform: scale(0.9);
  transform-origin: center center;
}
.tenri-clone .tc-hero-mascot:hover .tc-mascot-fg {
  animation: tc-mascot-wiggle 0.8s ease-in-out infinite;
}

@media (max-width: 1100px) {
  .tenri-clone .tc-hero-mascot { width: 280px; height: 280px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot { width: 220px; height: 220px; top: 8px; left: 12px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot { width: 160px; height: 160px; top: 6px; left: 8px; }
}

/* ============================================================
   Final mascot layout — white plate fixed, character animated
   White plate = static, character = floats within plate
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 400px;
  height: 252px;
  top: 0;
  left: 0;
  animation: none !important;
  filter: none !important;
  transform-origin: center center;
}

.tenri-clone .tc-hero-mascot .tc-mascot-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
  z-index: 1;
  animation: none !important;
  transform: none !important;
}

.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  position: absolute;
  top: 30px;
  left: 70px;
  width: 260px;
  height: 180px;
  object-fit: contain;
  z-index: 2;
  animation: tc-mascot-float 4s ease-in-out infinite;
  transform-origin: center bottom;
  filter: drop-shadow(0 6px 12px rgba(255, 170, 190, 0.35));
}

.tenri-clone .tc-hero-mascot:hover .tc-mascot-fg {
  animation: tc-mascot-wiggle 0.8s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(255, 150, 180, 0.5));
}

/* Tablet */
@media (max-width: 1100px) {
  .tenri-clone .tc-hero-mascot { width: 320px; height: 202px; }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 24px; left: 56px;
    width: 208px; height: 144px;
  }
}
/* Small tablet */
@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot { width: 240px; height: 152px; }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 18px; left: 42px;
    width: 156px; height: 108px;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot { width: 180px; height: 114px; }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 14px; left: 32px;
    width: 116px; height: 82px;
  }
}

/* Disable all mascot animations (per request) */
.tenri-clone .tc-hero-mascot,
.tenri-clone .tc-hero-mascot .tc-mascot-fg,
.tenri-clone .tc-hero-mascot:hover .tc-mascot-fg {
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

/* ============================================================
   Mascot plate — larger, positioned like reference screenshot
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 520px !important;
  height: 328px !important;
  top: 0 !important;
  left: 0 !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-bg {
  object-position: top left;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  position: absolute;
  top: 38px !important;
  left: 94px !important;
  width: 340px !important;
  height: 220px !important;
  object-fit: contain;
  z-index: 2;
}

/* Push the nav further right so it clears the larger plate */
.tenri-clone .tc-nav2 { padding-left: 560px; }

@media (max-width: 1200px) {
  .tenri-clone .tc-hero-mascot {
    width: 440px !important;
    height: 278px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 32px !important;
    left: 78px !important;
    width: 288px !important;
    height: 188px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 470px; }
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot {
    width: 360px !important;
    height: 228px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 26px !important;
    left: 64px !important;
    width: 236px !important;
    height: 156px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 390px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot {
    width: 280px !important;
    height: 178px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 20px !important;
    left: 50px !important;
    width: 184px !important;
    height: 122px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 200px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot {
    width: 220px !important;
    height: 140px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    top: 16px !important;
    left: 40px !important;
    width: 144px !important;
    height: 96px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 160px; padding-left: 12px; }
}

/* ============================================================
   Hero main photo — replaces top-img.png, now actually visible
   ============================================================ */
.tenri-clone .tc-hero .tc-top-img {
  display: block !important;
  visibility: visible !important;
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 40px auto 0;
  padding: 0 40px;
}
.tenri-clone .tc-hero .tc-top-img img {
  visibility: visible !important;
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(255, 150, 180, 0.25);
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero .tc-top-img { max-width: 100%; padding: 0 24px; margin-top: 32px; }
  .tenri-clone .tc-hero .tc-top-img img { max-height: 400px; border-radius: 24px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero .tc-top-img { padding: 0 16px; margin-top: 24px; }
  .tenri-clone .tc-hero .tc-top-img img { max-height: 320px; border-radius: 20px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero .tc-top-img { padding: 0 12px; margin-top: 20px; }
  .tenri-clone .tc-hero .tc-top-img img { max-height: 240px; border-radius: 18px; }
}

/* ============================================================
   Mascot plate — smaller sizes matching reference (236x108)
   Both white plate and character image use the same size
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 236px !important;
  height: 108px !important;
  top: 24px !important;
  left: 24px !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-bg {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 236px !important;
  height: 108px !important;
  object-fit: contain;
  object-position: center;
}

/* Nav no longer needs huge left padding */
.tenri-clone .tc-nav2 { padding-left: 290px; }

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot {
    width: 200px !important;
    height: 92px !important;
    top: 20px !important;
    left: 20px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 200px !important;
    height: 92px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 240px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot {
    width: 180px !important;
    height: 82px !important;
    top: 16px !important;
    left: 16px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 180px !important;
    height: 82px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 120px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot {
    width: 150px !important;
    height: 68px !important;
    top: 12px !important;
    left: 12px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 150px !important;
    height: 68px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 100px; padding-left: 12px; }
}

/* ============================================================
   Hero main photo — enlarge to match tenri-nagomi scale
   ============================================================ */
.tenri-clone .tc-hero .tc-top-img {
  max-width: 1440px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.tenri-clone .tc-hero .tc-top-img img {
  width: 100% !important;
  max-height: none !important;
  height: 547px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1440px) {
  .tenri-clone .tc-hero .tc-top-img img {
    height: 38vw !important;
    min-height: 360px !important;
  }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-hero .tc-top-img img { height: 42vw !important; min-height: 320px !important; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero .tc-top-img img { height: 50vw !important; min-height: 280px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero .tc-top-img img { height: 60vw !important; min-height: 220px !important; }
}

/* ============================================================
   Mascot plate — enlarge to match tenri-nagomi scale (~320x170)
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 320px !important;
  height: 170px !important;
  top: 24px !important;
  left: 40px !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  width: 320px !important;
  height: 170px !important;
}
.tenri-clone .tc-nav2 { padding-left: 380px; }

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot {
    width: 260px !important;
    height: 138px !important;
    top: 20px !important;
    left: 28px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 260px !important;
    height: 138px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 300px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot {
    width: 220px !important;
    height: 116px !important;
    top: 16px !important;
    left: 20px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 220px !important;
    height: 116px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 150px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot {
    width: 170px !important;
    height: 90px !important;
    top: 12px !important;
    left: 14px !important;
  }
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 170px !important;
    height: 90px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 120px; padding-left: 12px; }
}

/* Pin mascot to absolute top-left (left: 0, top: 0) */
.tenri-clone .tc-hero-mascot {
  top: 0 !important;
  left: 0 !important;
}
@media (max-width: 1024px) { .tenri-clone .tc-hero-mascot { top: 0 !important; left: 0 !important; } }
@media (max-width: 820px)  { .tenri-clone .tc-hero-mascot { top: 0 !important; left: 0 !important; } }
@media (max-width: 600px)  { .tenri-clone .tc-hero-mascot { top: 0 !important; left: 0 !important; } }

/* Shift mascot plate content to absolute left edge (no transparent padding) */
.tenri-clone .tc-hero-mascot .tc-mascot-bg {
  object-fit: cover !important;
  object-position: left top !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  object-fit: contain !important;
  object-position: left center !important;
}

/* Hide hero main photo entirely */
.tenri-clone .tc-hero .tc-top-img { display: none !important; }

/* Remove white mascot background plate — keep only the character image */
.tenri-clone .tc-hero-mascot .tc-mascot-bg { display: none !important; }

/* ============================================================
   Mascot enlarged + flush top-left, keep hero space reserved
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 460px !important;
  height: 260px !important;
  top: 0 !important;
  left: 0 !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  width: 460px !important;
  height: 260px !important;
  object-fit: contain !important;
  object-position: left top !important;
}

.tenri-clone .tc-nav2 { padding-left: 500px; }

/* Keep hero height reserved even when main photo is hidden */
.tenri-clone .tc-hero .tc-top-img {
  display: block !important;
  visibility: hidden !important;
  width: 100%;
  height: 547px;
  margin: 0;
  padding: 0;
}
.tenri-clone .tc-hero .tc-top-img img {
  visibility: hidden !important;
  display: block;
  width: 100%;
  height: 547px;
}

@media (max-width: 1200px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 380px !important;
    height: 214px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 410px; }
  .tenri-clone .tc-hero .tc-top-img,
  .tenri-clone .tc-hero .tc-top-img img { height: 38vw; min-height: 340px; }
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 320px !important;
    height: 180px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 350px; }
  .tenri-clone .tc-hero .tc-top-img,
  .tenri-clone .tc-hero .tc-top-img img { height: 42vw; min-height: 300px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 260px !important;
    height: 146px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 170px; }
  .tenri-clone .tc-hero .tc-top-img,
  .tenri-clone .tc-hero .tc-top-img img { height: 50vw; min-height: 260px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 200px !important;
    height: 112px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 130px; padding-left: 12px; }
  .tenri-clone .tc-hero .tc-top-img,
  .tenri-clone .tc-hero .tc-top-img img { height: 60vw; min-height: 220px; }
}

/* Mascot — bigger, flush to absolute top-left corner */
.tenri-clone .tc-hero { position: relative; overflow: visible; }
.tenri-clone .tc-hero-mascot {
  width: 520px !important;
  height: 300px !important;
  top: 20px !important;
  left: 20px !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  width: 520px !important;
  height: 300px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.tenri-clone .tc-nav2 { padding-left: 560px; }

@media (max-width: 1200px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 420px !important;
    height: 240px !important;
  }
  .tenri-clone .tc-hero-mascot { top: 16px !important; left: 16px !important; }
  .tenri-clone .tc-nav2 { padding-left: 450px; }
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 340px !important;
    height: 196px !important;
  }
  .tenri-clone .tc-hero-mascot { top: 12px !important; left: 12px !important; }
  .tenri-clone .tc-nav2 { padding-left: 360px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 280px !important;
    height: 160px !important;
  }
  .tenri-clone .tc-hero-mascot { top: 10px !important; left: 10px !important; }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 180px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 220px !important;
    height: 124px !important;
  }
  .tenri-clone .tc-hero-mascot { top: 8px !important; left: 8px !important; }
  .tenri-clone .tc-nav2 { padding-top: 140px; padding-left: 12px; }
}

/* Mascot — slightly smaller, pinned to top-left corner */
.tenri-clone .tc-hero-mascot {
  width: 380px !important;
  height: 220px !important;
  top: 0 !important;
  left: 0 !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  width: 380px !important;
  height: 220px !important;
  object-fit: contain !important;
  object-position: left top !important;
}
.tenri-clone .tc-nav2 { padding-left: 420px; }

@media (max-width: 1200px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 320px !important;
    height: 184px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 350px; }
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 260px !important;
    height: 150px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 290px; }
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 220px !important;
    height: 126px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 150px; }
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 170px !important;
    height: 96px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 120px; padding-left: 12px; }
}

/* Pull mascot further up (above hero top edge) */
.tenri-clone .tc-hero-mascot { top: -40px !important; }
@media (max-width: 1024px) { .tenri-clone .tc-hero-mascot { top: -32px !important; } }
@media (max-width: 820px)  { .tenri-clone .tc-hero-mascot { top: -24px !important; } }
@media (max-width: 600px)  { .tenri-clone .tc-hero-mascot { top: -18px !important; } }

/* ============================================================
   Hero background pattern — soft pastel blobs & dots (CSS only)
   Replaces flat pink with organic decorative pattern
   ============================================================ */
.tenri-clone .tc-hero {
  background-color: #ffeef2 !important;
  background-image:
    /* left-top soft green blob */
    radial-gradient(ellipse 220px 180px at 12% 18%, rgba(183, 230, 190, 0.55) 0%, rgba(183, 230, 190, 0) 70%),
    /* pink blob upper area */
    radial-gradient(ellipse 260px 200px at 32% 6%, rgba(255, 200, 215, 0.6) 0%, rgba(255, 200, 215, 0) 70%),
    /* yellow blob top-right */
    radial-gradient(ellipse 240px 180px at 75% 14%, rgba(255, 228, 150, 0.55) 0%, rgba(255, 228, 150, 0) 72%),
    /* blue blob right */
    radial-gradient(ellipse 220px 200px at 92% 38%, rgba(170, 215, 240, 0.6) 0%, rgba(170, 215, 240, 0) 70%),
    /* peach blob bottom-left */
    radial-gradient(ellipse 260px 200px at 6% 78%, rgba(255, 210, 180, 0.55) 0%, rgba(255, 210, 180, 0) 72%),
    /* green blob bottom-center */
    radial-gradient(ellipse 240px 180px at 48% 92%, rgba(200, 230, 195, 0.5) 0%, rgba(200, 230, 195, 0) 72%),
    /* pink blob bottom-right */
    radial-gradient(ellipse 280px 220px at 86% 86%, rgba(255, 190, 205, 0.55) 0%, rgba(255, 190, 205, 0) 70%),
    /* tiny dots layer (dot grid) */
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.6) 2px, transparent 3px),
    radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.6) 2px, transparent 3px),
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.5) 2px, transparent 3px),
    radial-gradient(circle at 35% 75%, rgba(255, 255, 255, 0.5) 2px, transparent 3px);
  background-size:
    100% 100%, 100% 100%, 100% 100%, 100% 100%,
    100% 100%, 100% 100%, 100% 100%,
    120px 120px, 160px 160px, 140px 140px, 180px 180px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, repeat, repeat;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 60px 30px, 30px 90px, 90px 120px;
}

/* Mobile: simplify the pattern for performance */
@media (max-width: 600px) {
  .tenri-clone .tc-hero {
    background-image:
      radial-gradient(ellipse 140px 120px at 10% 10%, rgba(183, 230, 190, 0.5) 0%, rgba(183, 230, 190, 0) 70%),
      radial-gradient(ellipse 160px 140px at 90% 18%, rgba(255, 228, 150, 0.55) 0%, rgba(255, 228, 150, 0) 70%),
      radial-gradient(ellipse 160px 140px at 15% 85%, rgba(255, 210, 180, 0.55) 0%, rgba(255, 210, 180, 0) 70%),
      radial-gradient(ellipse 180px 150px at 88% 90%, rgba(255, 190, 205, 0.55) 0%, rgba(255, 190, 205, 0) 70%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-repeat: no-repeat;
  }
}

/* ============================================================
   FINAL OVERRIDE — pastel blob background (force last)
   ============================================================ */
.tenri-clone .tc-hero {
  background-color: #ffeef2 !important;
  background-image:
    radial-gradient(ellipse 220px 180px at 12% 18%, rgba(183, 230, 190, 0.55) 0%, rgba(183, 230, 190, 0) 70%),
    radial-gradient(ellipse 260px 200px at 32% 6%, rgba(255, 200, 215, 0.6) 0%, rgba(255, 200, 215, 0) 70%),
    radial-gradient(ellipse 240px 180px at 75% 14%, rgba(255, 228, 150, 0.55) 0%, rgba(255, 228, 150, 0) 72%),
    radial-gradient(ellipse 220px 200px at 92% 38%, rgba(170, 215, 240, 0.6) 0%, rgba(170, 215, 240, 0) 70%),
    radial-gradient(ellipse 260px 200px at 6% 78%, rgba(255, 210, 180, 0.55) 0%, rgba(255, 210, 180, 0) 72%),
    radial-gradient(ellipse 240px 180px at 48% 92%, rgba(200, 230, 195, 0.5) 0%, rgba(200, 230, 195, 0) 72%),
    radial-gradient(ellipse 280px 220px at 86% 86%, rgba(255, 190, 205, 0.55) 0%, rgba(255, 190, 205, 0) 70%),
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.55) 2px, transparent 3px),
    radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.55) 2px, transparent 3px),
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.45) 2px, transparent 3px),
    radial-gradient(circle at 35% 75%, rgba(255, 255, 255, 0.45) 2px, transparent 3px) !important;
  background-size:
    100% 100%, 100% 100%, 100% 100%, 100% 100%,
    100% 100%, 100% 100%, 100% 100%,
    120px 120px, 160px 160px, 140px 140px, 180px 180px !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, repeat, repeat !important;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 60px 30px, 30px 90px, 90px 120px !important;
}

/* ============================================================
   Show hero main image (tenri-nagomi-style full width)
   ============================================================ */
.tenri-clone .tc-hero .tc-top-img {
  display: block !important;
  visibility: visible !important;
  position: relative;
  width: 100% !important;
  max-width: 1440px !important;
  margin: -40px auto 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.tenri-clone .tc-hero .tc-top-img img {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero .tc-top-img { margin-top: -20px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero .tc-top-img { margin-top: -10px !important; }
}

/* ============================================================
   Hero copy — overlay on top of main photo
   ============================================================ */
.tenri-clone .tc-hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, 70%);
  text-align: center;
  z-index: 3;
  pointer-events: none;
  color: #3a3a3a;
  text-shadow:
    0 2px 8px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.85);
}
.tenri-clone .tc-hero-copy-line {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.9;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.tenri-clone .tc-hero-copy .tc-quote {
  display: inline-block;
  color: #ff6b8e;
  font-weight: 800;
  padding: 0 4px;
}

/* Keep image positioning so overlay anchors to it */
.tenri-clone .tc-hero .tc-top-img { position: relative !important; }

@media (max-width: 820px) {
  .tenri-clone .tc-hero-copy {
    width: min(92%, 560px);
  }
  .tenri-clone .tc-hero-copy-line { font-size: clamp(16px, 4.5vw, 26px); line-height: 1.8; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy { width: 92%; }
  .tenri-clone .tc-hero-copy-line { font-size: clamp(14px, 4.4vw, 20px); line-height: 1.7; white-space: normal; }
}

/* Tighten hero copy line-height and shift downward */
.tenri-clone .tc-hero-copy {
  top: 62% !important;
}
.tenri-clone .tc-hero-copy-line {
  line-height: 1.35 !important;
  margin: 2px 0 !important;
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-copy { top: 64% !important; }
  .tenri-clone .tc-hero-copy-line { line-height: 1.35 !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy { top: 66% !important; }
  .tenri-clone .tc-hero-copy-line { line-height: 1.35 !important; }
}

/* ============================================================
   Hero copy — readable panel style (semi-transparent backdrop)
   ============================================================ */
.tenri-clone .tc-hero-copy {
  top: 58% !important;
  width: auto !important;
  max-width: min(680px, 86%);
  padding: 22px 34px 24px !important;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  box-shadow:
    0 12px 30px rgba(255, 150, 180, 0.25),
    0 2px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(4px);
  text-shadow: none !important;
}
.tenri-clone .tc-hero-copy-line {
  color: #3b2a2e !important;
  font-weight: 700 !important;
  font-size: clamp(18px, 2.4vw, 30px) !important;
  line-height: 1.5 !important;
  margin: 3px 0 !important;
  letter-spacing: 0.03em;
}
.tenri-clone .tc-hero-copy .tc-quote {
  color: #ff6b8e !important;
  font-weight: 800;
  padding: 0 3px;
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-copy {
    top: 62% !important;
    max-width: 90%;
    padding: 16px 22px 18px !important;
    border-radius: 22px;
  }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(14px, 3.8vw, 22px) !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy {
    top: 64% !important;
    max-width: 92%;
    padding: 12px 16px 14px !important;
    border-radius: 18px;
  }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(12px, 3.6vw, 18px) !important;
    line-height: 1.5 !important;
    white-space: normal;
  }
}

/* Move hero copy BELOW the photo — no backdrop panel */
.tenri-clone .tc-hero-copy {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 24px auto 40px !important;
  padding: 0 16px !important;
  max-width: 860px !important;
  width: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  text-align: center !important;
}
.tenri-clone .tc-hero-copy-line {
  color: #3b2a2e !important;
  font-weight: 700 !important;
  font-size: clamp(20px, 2.6vw, 32px) !important;
  line-height: 1.55 !important;
  margin: 4px 0 !important;
  white-space: nowrap;
  text-shadow: none !important;
}
.tenri-clone .tc-hero-copy .tc-quote {
  color: #ff6b8e !important;
  font-weight: 800;
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-copy { margin: 18px auto 28px !important; }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(15px, 4vw, 24px) !important;
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy { margin: 14px auto 22px !important; padding: 0 12px !important; }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(13px, 4vw, 19px) !important;
  }
}

/* ============================================================
   Hero copy — overlay on photo center, readable via text outline
   ============================================================ */
.tenri-clone .tc-hero { position: relative !important; }
.tenri-clone .tc-hero .tc-top-img { position: relative !important; }

.tenri-clone .tc-hero-copy {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  max-width: 720px !important;
  width: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  text-align: center !important;
  pointer-events: none;
  z-index: 5;
}

.tenri-clone .tc-hero-copy-line {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: clamp(20px, 2.8vw, 34px) !important;
  line-height: 1.5 !important;
  margin: 4px 0 !important;
  letter-spacing: 0.04em;
  /* text stroke via multi-shadow so it works in all browsers */
  text-shadow:
    -2px -2px 0 rgba(59, 42, 46, 0.9),
    2px -2px 0 rgba(59, 42, 46, 0.9),
    -2px 2px 0 rgba(59, 42, 46, 0.9),
    2px 2px 0 rgba(59, 42, 46, 0.9),
    -3px 0 0 rgba(59, 42, 46, 0.9),
    3px 0 0 rgba(59, 42, 46, 0.9),
    0 -3px 0 rgba(59, 42, 46, 0.9),
    0 3px 0 rgba(59, 42, 46, 0.9),
    0 6px 14px rgba(0, 0, 0, 0.25) !important;
  white-space: nowrap;
}

.tenri-clone .tc-hero-copy .tc-quote {
  color: #ffd86b !important;
  font-weight: 900 !important;
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero-copy { max-width: 90% !important; }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(14px, 3.8vw, 24px) !important;
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy { max-width: 92% !important; padding: 0 12px !important; }
  .tenri-clone .tc-hero-copy-line {
    font-size: clamp(12px, 3.8vw, 18px) !important;
    text-shadow:
      -1px -1px 0 rgba(59, 42, 46, 0.9),
      1px -1px 0 rgba(59, 42, 46, 0.9),
      -1px 1px 0 rgba(59, 42, 46, 0.9),
      1px 1px 0 rgba(59, 42, 46, 0.9),
      -2px 0 0 rgba(59, 42, 46, 0.9),
      2px 0 0 rgba(59, 42, 46, 0.9),
      0 -2px 0 rgba(59, 42, 46, 0.9),
      0 2px 0 rgba(59, 42, 46, 0.9),
      0 4px 10px rgba(0, 0, 0, 0.25) !important;
  }
}

/* Shift hero copy a bit lower inside photo */
.tenri-clone .tc-hero-copy { top: 60% !important; }
@media (max-width: 820px) { .tenri-clone .tc-hero-copy { top: 62% !important; } }
@media (max-width: 600px) { .tenri-clone .tc-hero-copy { top: 64% !important; } }

/* Hero copy — dark navy body, blue accent for quotes (match reference) */
.tenri-clone .tc-hero-copy-line {
  color: #1f2a44 !important;
  text-shadow:
    -2px -2px 0 rgba(255, 255, 255, 0.9),
     2px -2px 0 rgba(255, 255, 255, 0.9),
    -2px  2px 0 rgba(255, 255, 255, 0.9),
     2px  2px 0 rgba(255, 255, 255, 0.9),
    -3px  0 0 rgba(255, 255, 255, 0.9),
     3px  0 0 rgba(255, 255, 255, 0.9),
     0 -3px 0 rgba(255, 255, 255, 0.9),
     0  3px 0 rgba(255, 255, 255, 0.9),
     0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.tenri-clone .tc-hero-copy .tc-quote {
  color: #00a9e3 !important;
}

@media (max-width: 600px) {
  .tenri-clone .tc-hero-copy-line {
    text-shadow:
      -1px -1px 0 rgba(255, 255, 255, 0.9),
       1px -1px 0 rgba(255, 255, 255, 0.9),
      -1px  1px 0 rgba(255, 255, 255, 0.9),
       1px  1px 0 rgba(255, 255, 255, 0.9),
      -2px  0 0 rgba(255, 255, 255, 0.9),
       2px  0 0 rgba(255, 255, 255, 0.9),
       0 -2px 0 rgba(255, 255, 255, 0.9),
       0  2px 0 rgba(255, 255, 255, 0.9),
       0 4px 10px rgba(0, 0, 0, 0.18) !important;
  }
}

/* Shift hero main image slightly downward */
.tenri-clone .tc-hero .tc-top-img {
  margin-top: 40px !important;
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero .tc-top-img { margin-top: 24px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero .tc-top-img { margin-top: 16px !important; }
}

/* ============================================================
   Hero pumpkin mascot — small, bottom-right of main photo
   Floats gently
   ============================================================ */
@keyframes tc-pumpkin-float {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-12px) rotate(4deg); }
}
@keyframes tc-pumpkin-wiggle {
  0%, 100% { transform: translateY(-4px) rotate(-2deg) scale(1.05); }
  25%      { transform: translateY(-8px) rotate(3deg) scale(1.05); }
  50%      { transform: translateY(-6px) rotate(-3deg) scale(1.05); }
  75%      { transform: translateY(-10px) rotate(2deg) scale(1.05); }
}

.tenri-clone .tc-hero .tc-top-img { position: relative !important; }

.tenri-clone .tc-hero-pumpkin {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: 140px;
  height: 140px;
  object-fit: contain;
  z-index: 4;
  pointer-events: auto;
  animation: tc-pumpkin-float 3.2s ease-in-out infinite;
  filter: drop-shadow(0 10px 18px rgba(180, 110, 60, 0.35));
  transform-origin: center bottom;
  cursor: pointer;
  transition: filter 0.3s ease;
}
.tenri-clone .tc-hero-pumpkin:hover {
  animation: tc-pumpkin-wiggle 0.8s ease-in-out infinite;
  filter: drop-shadow(0 14px 24px rgba(180, 110, 60, 0.5));
}

@media (max-width: 1024px) {
  .tenri-clone .tc-hero-pumpkin { width: 110px; height: 110px; right: 4%; bottom: 6%; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-pumpkin { width: 90px; height: 90px; right: 4%; bottom: 5%; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-pumpkin { width: 70px; height: 70px; right: 3%; bottom: 4%; }
}

@media (prefers-reduced-motion: reduce) {
  .tenri-clone .tc-hero-pumpkin,
  .tenri-clone .tc-hero-pumpkin:hover { animation: none; }
}

/* Hide hero pumpkin */
.tenri-clone .tc-hero-pumpkin { display: none !important; }

/* Hero copy — red quotes, lower position */
.tenri-clone .tc-hero-copy { top: 70% !important; }
.tenri-clone .tc-hero-copy .tc-quote { color: #ff3355 !important; }

@media (max-width: 820px) { .tenri-clone .tc-hero-copy { top: 72% !important; } }
@media (max-width: 600px) { .tenri-clone .tc-hero-copy { top: 74% !important; } }

/* ============================================================
   Character mascots around hero main photo
   4 cuties floating at each corner with different timing
   ============================================================ */
@keyframes tc-chara-float-a {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-14px) rotate(4deg); }
}
@keyframes tc-chara-float-b {
  0%, 100% { transform: translateY(-6px) rotate(3deg); }
  50%      { transform: translateY(-18px) rotate(-3deg); }
}
@keyframes tc-chara-float-c {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50%      { transform: translateY(-12px) rotate(-4deg); }
}
@keyframes tc-chara-float-d {
  0%, 100% { transform: translateY(-4px) rotate(-3deg); }
  50%      { transform: translateY(-20px) rotate(5deg); }
}

.tenri-clone .tc-hero .tc-top-img { position: relative !important; }

.tenri-clone .tc-chara {
  position: absolute;
  width: 120px;
  height: 120px;
  object-fit: contain;
  z-index: 4;
  pointer-events: auto;
  filter: drop-shadow(0 8px 16px rgba(120, 100, 60, 0.28));
  cursor: default;
}

/* Pumpkin — top-left */
.tenri-clone .tc-chara-1 {
  top: 4%;
  left: 6%;
  animation: tc-chara-float-a 3.4s ease-in-out infinite;
}
/* Clover — top-right */
.tenri-clone .tc-chara-2 {
  top: 6%;
  right: 6%;
  animation: tc-chara-float-b 3.8s ease-in-out infinite;
}
/* Acorn — bottom-left */
.tenri-clone .tc-chara-3 {
  bottom: 6%;
  left: 4%;
  animation: tc-chara-float-c 4.2s ease-in-out infinite;
}
/* Green fluffy — bottom-right */
.tenri-clone .tc-chara-4 {
  bottom: 4%;
  right: 4%;
  animation: tc-chara-float-d 3.6s ease-in-out infinite;
}

@media (max-width: 1200px) {
  .tenri-clone .tc-chara { width: 100px; height: 100px; }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-chara { width: 82px; height: 82px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-chara { width: 66px; height: 66px; }
  .tenri-clone .tc-chara-1 { top: 3%; left: 4%; }
  .tenri-clone .tc-chara-2 { top: 4%; right: 4%; }
  .tenri-clone .tc-chara-3 { bottom: 4%; left: 3%; }
  .tenri-clone .tc-chara-4 { bottom: 3%; right: 3%; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-chara { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .tenri-clone .tc-chara { animation: none !important; }
}

/* ============================================================
   Reposition characters: OUTSIDE the hero photo (around blobs)
   ============================================================ */
.tenri-clone .tc-hero { position: relative !important; overflow: visible; }

/* Lift characters OUT of tc-top-img — attach to .tc-hero instead */
.tenri-clone .tc-chara {
  position: absolute !important;
  z-index: 3 !important;
  pointer-events: none;
}

/* Pumpkin — far left, roughly at photo mid-height */
.tenri-clone .tc-chara-1 {
  top: auto !important;
  left: 3% !important;
  right: auto !important;
  bottom: 30% !important;
  width: 110px;
  height: 110px;
}

/* Clover — top-right, above photo / near nav */
.tenri-clone .tc-chara-2 {
  top: 10% !important;
  right: 3% !important;
  left: auto !important;
  bottom: auto !important;
  width: 110px;
  height: 110px;
}

/* Acorn — bottom-left, below photo */
.tenri-clone .tc-chara-3 {
  bottom: 4% !important;
  left: 4% !important;
  top: auto !important;
  right: auto !important;
  width: 110px;
  height: 110px;
}

/* Green fluffy — bottom-right, below photo */
.tenri-clone .tc-chara-4 {
  bottom: 6% !important;
  right: 3% !important;
  top: auto !important;
  left: auto !important;
  width: 120px;
  height: 120px;
}

@media (max-width: 1200px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 90px; height: 90px; }
  .tenri-clone .tc-chara-4 { width: 100px; height: 100px; }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 72px; height: 72px; }
  .tenri-clone .tc-chara-4 { width: 82px; height: 82px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 58px; height: 58px; }
  .tenri-clone .tc-chara-4 { width: 66px; height: 66px; }
  .tenri-clone .tc-chara-1 { bottom: 32% !important; left: 2% !important; }
  .tenri-clone .tc-chara-2 { top: 9% !important; right: 2% !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-chara { width: 44px !important; height: 44px !important; }
  .tenri-clone .tc-chara-1 { bottom: 30% !important; left: 1% !important; }
  .tenri-clone .tc-chara-2 { top: 15% !important; right: 1% !important; }
  .tenri-clone .tc-chara-3 { bottom: 4% !important; left: 2% !important; }
  .tenri-clone .tc-chara-4 { bottom: 5% !important; right: 2% !important; }
}

/* ============================================================
   Final character positions — slightly larger, better placement
   ============================================================ */
.tenri-clone .tc-chara-1 {
  top: 28% !important;
  left: 4% !important;
  right: auto !important;
  bottom: auto !important;
  width: 140px !important;
  height: 140px !important;
}
.tenri-clone .tc-chara-2 {
  top: 6% !important;
  right: 3% !important;
  left: auto !important;
  bottom: auto !important;
  width: 140px !important;
  height: 140px !important;
}
.tenri-clone .tc-chara-3 {
  bottom: 6% !important;
  left: 3% !important;
  top: auto !important;
  right: auto !important;
  width: 140px !important;
  height: 140px !important;
}
.tenri-clone .tc-chara-4 {
  bottom: 4% !important;
  right: 3% !important;
  top: auto !important;
  left: auto !important;
  width: 150px !important;
  height: 150px !important;
}

@media (max-width: 1200px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 115px !important; height: 115px !important; }
  .tenri-clone .tc-chara-4 { width: 125px !important; height: 125px !important; }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 92px !important; height: 92px !important; }
  .tenri-clone .tc-chara-4 { width: 102px !important; height: 102px !important; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 72px !important; height: 72px !important; }
  .tenri-clone .tc-chara-4 { width: 80px !important; height: 80px !important; }
  .tenri-clone .tc-chara-1 { top: 32% !important; left: 2% !important; }
  .tenri-clone .tc-chara-2 { top: 5% !important; right: 2% !important; }
  .tenri-clone .tc-chara-3 { bottom: 4% !important; left: 2% !important; }
  .tenri-clone .tc-chara-4 { bottom: 3% !important; right: 2% !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 56px !important; height: 56px !important; }
  .tenri-clone .tc-chara-4 { width: 62px !important; height: 62px !important; }
}

/* Prevent top-right character from overlapping the nav ご予約 button */
.tenri-clone .tc-chara-2 {
  top: 28% !important;
  right: 3% !important;
}
@media (max-width: 820px) {
  .tenri-clone .tc-chara-2 { top: 32% !important; }
}

/* Enlarge all characters */
.tenri-clone .tc-chara-1,
.tenri-clone .tc-chara-2,
.tenri-clone .tc-chara-3 { width: 180px !important; height: 180px !important; }
.tenri-clone .tc-chara-4 { width: 195px !important; height: 195px !important; }

@media (max-width: 1200px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 150px !important; height: 150px !important; }
  .tenri-clone .tc-chara-4 { width: 165px !important; height: 165px !important; }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 120px !important; height: 120px !important; }
  .tenri-clone .tc-chara-4 { width: 130px !important; height: 130px !important; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 92px !important; height: 92px !important; }
  .tenri-clone .tc-chara-4 { width: 100px !important; height: 100px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-chara-1,
  .tenri-clone .tc-chara-2,
  .tenri-clone .tc-chara-3 { width: 70px !important; height: 70px !important; }
  .tenri-clone .tc-chara-4 { width: 78px !important; height: 78px !important; }
}

/* ============================================================
   Character hover reaction — characters respond to cursor
   ============================================================ */
.tenri-clone .tc-chara {
  pointer-events: auto !important;
  cursor: pointer;
  transition: filter 0.3s ease;
}

/* Hover animations — each character reacts differently */
@keyframes tc-chara-hover-bounce {
  0%, 100% { transform: translateY(-8px) scale(1.15) rotate(-6deg); }
  50%      { transform: translateY(-16px) scale(1.15) rotate(6deg); }
}
@keyframes tc-chara-hover-spin {
  0%   { transform: translateY(-6px) scale(1.15) rotate(0deg); }
  100% { transform: translateY(-6px) scale(1.15) rotate(360deg); }
}
@keyframes tc-chara-hover-shake {
  0%, 100% { transform: translateY(-6px) scale(1.15) rotate(0deg); }
  20%      { transform: translateY(-10px) scale(1.15) rotate(-8deg); }
  40%      { transform: translateY(-8px) scale(1.15) rotate(6deg); }
  60%      { transform: translateY(-10px) scale(1.15) rotate(-4deg); }
  80%      { transform: translateY(-6px) scale(1.15) rotate(3deg); }
}
@keyframes tc-chara-hover-pulse {
  0%, 100% { transform: translateY(-6px) scale(1.15) rotate(2deg); }
  50%      { transform: translateY(-12px) scale(1.25) rotate(-2deg); }
}

.tenri-clone .tc-chara-1:hover {
  animation: tc-chara-hover-bounce 0.6s ease-in-out infinite !important;
  filter: drop-shadow(0 14px 22px rgba(180, 110, 60, 0.45));
}
.tenri-clone .tc-chara-2:hover {
  animation: tc-chara-hover-shake 0.5s ease-in-out infinite !important;
  filter: drop-shadow(0 14px 22px rgba(120, 160, 80, 0.45));
}
.tenri-clone .tc-chara-3:hover {
  animation: tc-chara-hover-spin 1s linear infinite !important;
  filter: drop-shadow(0 14px 22px rgba(140, 90, 50, 0.45));
}
.tenri-clone .tc-chara-4:hover {
  animation: tc-chara-hover-pulse 0.8s ease-in-out infinite !important;
  filter: drop-shadow(0 14px 22px rgba(120, 160, 80, 0.5));
}

@media (prefers-reduced-motion: reduce) {
  .tenri-clone .tc-chara:hover { animation: none !important; }
}

/* ============================================================
   Section dividers — simple, modern, minimal
   ============================================================ */
.tenri-clone .tc-about,
.tenri-clone .tc-inter,
.tenri-clone .tc-features,
.tenri-clone .tc-service,
.tenri-clone .tc-news,
.tenri-clone .tc-contact {
  position: relative;
}

/* A thin centered line with a small diamond accent */
.tenri-clone .tc-about::before,
.tenri-clone .tc-inter::before,
.tenri-clone .tc-features::before,
.tenri-clone .tc-service::before,
.tenri-clone .tc-news::before,
.tenri-clone .tc-contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, 40%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 150, 170, 0.5) 20%,
    rgba(255, 150, 170, 0.85) 50%,
    rgba(255, 150, 170, 0.5) 80%,
    transparent 100%
  );
  margin-top: 32px;
}

/* Diamond accent on top of the line */
.tenri-clone .tc-about::after,
.tenri-clone .tc-inter::after,
.tenri-clone .tc-features::after,
.tenri-clone .tc-service::after,
.tenri-clone .tc-news::after,
.tenri-clone .tc-contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #ff97ae;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(255, 150, 170, 0.25);
  z-index: 1;
}

/* The first section (about) after hero — no top divider (hero is already distinct) */
.tenri-clone .tc-about::before,
.tenri-clone .tc-about::after { display: none; }

/* Tighten top padding on sections that now have a divider */
.tenri-clone .tc-inter-inner,
.tenri-clone .tc-service-inner,
.tenri-clone .tc-news-inner {
  padding-top: 70px !important;
}
.tenri-clone .tc-features { padding-top: 70px !important; }
.tenri-clone .tc-contact .tc-contact-wrap { padding-top: 70px !important; }

@media (max-width: 820px) {
  .tenri-clone .tc-about::before,
  .tenri-clone .tc-inter::before,
  .tenri-clone .tc-features::before,
  .tenri-clone .tc-service::before,
  .tenri-clone .tc-news::before,
  .tenri-clone .tc-contact::before {
    margin-top: 24px;
    width: min(200px, 60%);
  }
  .tenri-clone .tc-about::after,
  .tenri-clone .tc-inter::after,
  .tenri-clone .tc-features::after,
  .tenri-clone .tc-service::after,
  .tenri-clone .tc-news::after,
  .tenri-clone .tc-contact::after {
    top: 18px;
    width: 12px;
    height: 12px;
  }
  .tenri-clone .tc-inter-inner,
  .tenri-clone .tc-service-inner,
  .tenri-clone .tc-news-inner { padding-top: 56px !important; }
  .tenri-clone .tc-features { padding-top: 56px !important; }
  .tenri-clone .tc-contact .tc-contact-wrap { padding-top: 56px !important; }
}

/* ============================================================
   About section — new iroha headline layout
   Reset old vertical title styles and use horizontal headings
   ============================================================ */
.tenri-clone .tc-about {
  height: auto !important;
  padding: 80px 20px !important;
  background: #fff;
}

.tenri-clone .tc-about-inner {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
  text-align: center;
}

.tenri-clone .tc-about-headline {
  margin-bottom: 48px;
}

.tenri-clone .tc-about-h1,
.tenri-clone .tc-about-h2 {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #2a2a3a;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.tenri-clone .tc-about-h1 {
  font-size: clamp(22px, 3.2vw, 38px);
  color: #ff6b8e;
  margin-bottom: 6px;
}
.tenri-clone .tc-about-h2 {
  font-size: clamp(24px, 3.6vw, 42px);
}

.tenri-clone .tc-about-body {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.tenri-clone .tc-about-body .tc-en-title {
  display: block;
  text-align: center;
  margin-bottom: 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  color: #00a9e3;
  letter-spacing: 0.1em;
}
.tenri-clone .tc-about-body p {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 2;
  color: #333;
  text-align: justify;
}

@media (max-width: 820px) {
  .tenri-clone .tc-about { padding: 60px 18px !important; }
  .tenri-clone .tc-about-headline { margin-bottom: 36px; }
  .tenri-clone .tc-about-body p { line-height: 1.9; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-about { padding: 44px 14px !important; }
  .tenri-clone .tc-about-headline { margin-bottom: 28px; }
}

/* Change ABOUT US label color to red */
.tenri-clone .tc-about-body .tc-en-title {
  color: #ff3355 !important;
}

/* ============================================================
   Hero → About transition: smooth pink fade + top divider on About
   ============================================================ */

/* Re-enable the divider on About section (was hidden earlier) */
.tenri-clone .tc-about::before,
.tenri-clone .tc-about::after { display: block !important; }

/* Soft gradient strip at the bottom of hero so hard edge disappears */
.tenri-clone .tc-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 2;
}

/* Adjust About top padding so divider has breathing room */
.tenri-clone .tc-about {
  padding-top: 100px !important;
}

@media (max-width: 820px) {
  .tenri-clone .tc-hero::after { height: 60px; }
  .tenri-clone .tc-about { padding-top: 76px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero::after { height: 44px; }
  .tenri-clone .tc-about { padding-top: 60px !important; }
}

/* ============================================================
   Section divider v2 — cute dots + flower accent
   ============================================================ */

/* Clear previous divider pseudo-elements */
.tenri-clone .tc-about::before,
.tenri-clone .tc-about::after,
.tenri-clone .tc-inter::before,
.tenri-clone .tc-inter::after,
.tenri-clone .tc-features::before,
.tenri-clone .tc-features::after,
.tenri-clone .tc-service::before,
.tenri-clone .tc-service::after,
.tenri-clone .tc-news::before,
.tenri-clone .tc-news::after,
.tenri-clone .tc-contact::before,
.tenri-clone .tc-contact::after {
  content: none !important;
  display: none !important;
}

/* Divider element is a real <div>, so we use a utility class on ::before of inner elements.
   Instead, inject via an inserted decorative element using data URI SVG as background. */

.tenri-clone .tc-about,
.tenri-clone .tc-inter,
.tenri-clone .tc-features,
.tenri-clone .tc-service,
.tenri-clone .tc-news,
.tenri-clone .tc-contact {
  position: relative;
}

/* The new divider: centered flower with dot line */
.tenri-clone .tc-inter > .tc-inter-inner::before,
.tenri-clone .tc-features .tc-features-head::before,
.tenri-clone .tc-service .tc-service-inner::before,
.tenri-clone .tc-news .tc-news-inner::before,
.tenri-clone .tc-contact .tc-contact-wrap::before,
.tenri-clone .tc-about .tc-about-inner::before {
  content: "";
  display: block;
  width: min(360px, 70%);
  height: 40px;
  margin: 0 auto 48px;
  background-image:
    radial-gradient(circle, #ff97ae 4px, transparent 5px),
    radial-gradient(circle, #ffc6d4 3px, transparent 4px),
    radial-gradient(circle, #ffe0e8 3px, transparent 4px),
    radial-gradient(circle, #ffc6d4 3px, transparent 4px),
    radial-gradient(circle, #ffe0e8 3px, transparent 4px),
    radial-gradient(circle, #ffc6d4 3px, transparent 4px),
    radial-gradient(circle, #ffe0e8 3px, transparent 4px);
  background-repeat: no-repeat;
  background-position:
    50% 50%,
    30% 50%,
    70% 50%,
    14% 50%,
    86% 50%,
    0% 50%,
    100% 50%;
  background-size: 16px 16px;
  position: relative;
}

/* Add a flower on top of the center dot using ::after on the same containers */
.tenri-clone .tc-inter > .tc-inter-inner,
.tenri-clone .tc-features .tc-features-head,
.tenri-clone .tc-service .tc-service-inner,
.tenri-clone .tc-news .tc-news-inner,
.tenri-clone .tc-contact .tc-contact-wrap,
.tenri-clone .tc-about .tc-about-inner { position: relative; }

.tenri-clone .tc-inter > .tc-inter-inner::after,
.tenri-clone .tc-features .tc-features-head::after,
.tenri-clone .tc-service .tc-service-inner::after,
.tenri-clone .tc-news .tc-news-inner::after,
.tenri-clone .tc-contact .tc-contact-wrap::after,
.tenri-clone .tc-about .tc-about-inner::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 50% 30%, #fff4a3 8px, transparent 9px),
    radial-gradient(circle at 24% 56%, #ffa8c2 7px, transparent 8px),
    radial-gradient(circle at 76% 56%, #ffa8c2 7px, transparent 8px),
    radial-gradient(circle at 32% 78%, #ffa8c2 7px, transparent 8px),
    radial-gradient(circle at 68% 78%, #ffa8c2 7px, transparent 8px);
  filter: drop-shadow(0 2px 4px rgba(255, 150, 170, 0.35));
  pointer-events: none;
}

@media (max-width: 820px) {
  .tenri-clone .tc-inter > .tc-inter-inner::before,
  .tenri-clone .tc-features .tc-features-head::before,
  .tenri-clone .tc-service .tc-service-inner::before,
  .tenri-clone .tc-news .tc-news-inner::before,
  .tenri-clone .tc-contact .tc-contact-wrap::before,
  .tenri-clone .tc-about .tc-about-inner::before {
    width: min(260px, 80%);
    height: 32px;
    margin-bottom: 36px;
  }
  .tenri-clone .tc-inter > .tc-inter-inner::after,
  .tenri-clone .tc-features .tc-features-head::after,
  .tenri-clone .tc-service .tc-service-inner::after,
  .tenri-clone .tc-news .tc-news-inner::after,
  .tenri-clone .tc-contact .tc-contact-wrap::after,
  .tenri-clone .tc-about .tc-about-inner::after {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}

/* ============================================================
   Remove ALL divider decorations and use soft gradient blending
   ============================================================ */

/* Kill all dot+flower dividers */
.tenri-clone .tc-about .tc-about-inner::before,
.tenri-clone .tc-about .tc-about-inner::after,
.tenri-clone .tc-inter > .tc-inter-inner::before,
.tenri-clone .tc-inter > .tc-inter-inner::after,
.tenri-clone .tc-features .tc-features-head::before,
.tenri-clone .tc-features .tc-features-head::after,
.tenri-clone .tc-service .tc-service-inner::before,
.tenri-clone .tc-service .tc-service-inner::after,
.tenri-clone .tc-news .tc-news-inner::before,
.tenri-clone .tc-news .tc-news-inner::after,
.tenri-clone .tc-contact .tc-contact-wrap::before,
.tenri-clone .tc-contact .tc-contact-wrap::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Kill the previous line-style dividers on sections */
.tenri-clone .tc-about::before,
.tenri-clone .tc-about::after,
.tenri-clone .tc-inter::before,
.tenri-clone .tc-inter::after,
.tenri-clone .tc-features::before,
.tenri-clone .tc-features::after,
.tenri-clone .tc-service::before,
.tenri-clone .tc-service::after,
.tenri-clone .tc-news::before,
.tenri-clone .tc-news::after,
.tenri-clone .tc-contact::before,
.tenri-clone .tc-contact::after {
  content: none !important;
  display: none !important;
}

/* ============================================================
   Soft gradient section backgrounds — pastel flow
   ============================================================ */
.tenri-clone .tc-about {
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 60%, #fffafc 100%) !important;
}
.tenri-clone .tc-inter {
  background: linear-gradient(180deg, #fffafc 0%, #fff4ed 50%, #fffaf3 100%) !important;
}
.tenri-clone .tc-features {
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 50%, #fdf8ff 100%) !important;
}
.tenri-clone .tc-service {
  background: linear-gradient(180deg, #fdf8ff 0%, #f7f3ef 50%, #fff7f1 100%) !important;
}
.tenri-clone .tc-news {
  background: linear-gradient(180deg, #fff7f1 0%, #ffffff 50%, #fff4f8 100%) !important;
}
.tenri-clone .tc-contact {
  background-image: none !important;
  background-color: transparent !important;
  background: linear-gradient(180deg, #fff4f8 0%, #fff0f5 50%, #ffeaf1 100%) !important;
}

/* Soft fade at the bottom of every section (except the last) for extra blending */
.tenri-clone .tc-about,
.tenri-clone .tc-inter,
.tenri-clone .tc-features,
.tenri-clone .tc-service,
.tenri-clone .tc-news,
.tenri-clone .tc-contact {
  position: relative;
}

/* Ensure section content sits above the gradient */
.tenri-clone .tc-about > *,
.tenri-clone .tc-inter > *,
.tenri-clone .tc-features > *,
.tenri-clone .tc-service > *,
.tenri-clone .tc-news > *,
.tenri-clone .tc-contact > * {
  position: relative;
  z-index: 1;
}

/* ============================================================
   NUCLEAR OPTION — remove ALL pseudo-element dividers anywhere
   ============================================================ */
.tenri-clone section::before,
.tenri-clone section::after,
.tenri-clone .tc-about-inner::before,
.tenri-clone .tc-about-inner::after,
.tenri-clone .tc-inter-inner::before,
.tenri-clone .tc-inter-inner::after,
.tenri-clone .tc-features-head::before,
.tenri-clone .tc-features-head::after,
.tenri-clone .tc-service-inner::before,
.tenri-clone .tc-service-inner::after,
.tenri-clone .tc-news-inner::before,
.tenri-clone .tc-news-inner::after,
.tenri-clone .tc-contact-wrap::before,
.tenri-clone .tc-contact-wrap::after,
.tenri-clone .tc-contact-head::before,
.tenri-clone .tc-contact-head::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

/* ============================================================
   Soft pastel gradient flow between sections
   ============================================================ */
.tenri-clone .tc-about {
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 100%) !important;
  padding-top: 80px !important;
}
.tenri-clone .tc-inter {
  background: linear-gradient(180deg, #fff6f9 0%, #fff4ed 100%) !important;
}
.tenri-clone .tc-features {
  background: linear-gradient(180deg, #fff4ed 0%, #fefaff 100%) !important;
}
.tenri-clone .tc-service {
  background: linear-gradient(180deg, #fefaff 0%, #f7f3ef 100%) !important;
}
.tenri-clone .tc-news {
  background: linear-gradient(180deg, #f7f3ef 0%, #fff4f8 100%) !important;
}
.tenri-clone .tc-contact {
  background-image: none !important;
  background: linear-gradient(180deg, #fff4f8 0%, #ffeaf1 100%) !important;
}

/* Ensure text/content stays on top of gradient */
.tenri-clone .tc-about > *,
.tenri-clone .tc-inter > *,
.tenri-clone .tc-features > *,
.tenri-clone .tc-service > *,
.tenri-clone .tc-news > *,
.tenri-clone .tc-contact > * {
  position: relative;
  z-index: 1;
}

/* ============================================================
   After swapping Features <-> Intervention:
   Re-assign background gradients to match new order
   Order: About → Features → Intervention → Service → News → Contact
   ============================================================ */
.tenri-clone .tc-about {
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 100%) !important;
}
.tenri-clone .tc-features {
  background: linear-gradient(180deg, #fff6f9 0%, #fff4ed 100%) !important;
}
.tenri-clone .tc-inter {
  background: linear-gradient(180deg, #fff4ed 0%, #fefaff 100%) !important;
}
.tenri-clone .tc-service {
  background: linear-gradient(180deg, #fefaff 0%, #f7f3ef 100%) !important;
}
.tenri-clone .tc-news {
  background: linear-gradient(180deg, #f7f3ef 0%, #fff4f8 100%) !important;
}
.tenri-clone .tc-contact {
  background-image: none !important;
  background: linear-gradient(180deg, #fff4f8 0%, #ffeaf1 100%) !important;
}

/* ============================================================
   Features cards — 3 療育 (iroha edition)
   Big emoji icon + title + body, no photos
   ============================================================ */
.tenri-clone .tc-features-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 32px !important;
  background: #ffffff;
  border: 1px solid #ffe3ea;
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(255, 150, 170, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tenri-clone .tc-features-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(255, 120, 150, 0.22);
}

.tenri-clone .tc-features-list li .tc-feature-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  line-height: 1;
  background: linear-gradient(135deg, #fff4f8 0%, #fff0e8 100%);
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 6px 14px rgba(255, 150, 170, 0.2);
}

.tenri-clone .tc-features-list li h3 {
  font-size: 24px !important;
  line-height: 1.4 !important;
  color: #ff6b8e !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
}

.tenri-clone .tc-features-list li p {
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #4a4a4a !important;
  margin: 0 !important;
  text-align: left;
}

@media (max-width: 820px) {
  .tenri-clone .tc-features-list li {
    padding: 28px 22px 26px !important;
    border-radius: 22px;
  }
  .tenri-clone .tc-features-list li .tc-feature-icon {
    width: 80px;
    height: 80px;
    font-size: 44px;
    margin-bottom: 16px;
  }
  .tenri-clone .tc-features-list li h3 { font-size: 20px !important; }
  .tenri-clone .tc-features-list li p { font-size: 14px !important; line-height: 1.85 !important; }
}

/* ============================================================
   Features — promoted title (red), fancy cards
   ============================================================ */

/* Title: now the Japanese line is the main heading, large & red */
.tenri-clone .tc-features .tc-sec-title .tc-ja {
  font-size: clamp(28px, 3.4vw, 42px) !important;
  color: #ff3355 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
  position: relative;
  display: inline-block;
  padding: 0 48px;
}
/* Deco flowers left & right of title */
.tenri-clone .tc-features .tc-sec-title .tc-ja::before,
.tenri-clone .tc-features .tc-sec-title .tc-ja::after {
  content: "✿";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffb0c2;
  font-size: 0.7em;
}
.tenri-clone .tc-features .tc-sec-title .tc-ja::before { left: 12px; }
.tenri-clone .tc-features .tc-sec-title .tc-ja::after  { right: 12px; }

/* Drop the old .tc-maru decoration line (now unused) */
.tenri-clone .tc-features .tc-maru { display: none !important; }

/* Features head paragraph — slightly softened */
.tenri-clone .tc-features-head p {
  max-width: 640px;
  margin: 20px auto 0 !important;
  color: #4a4a4a !important;
  font-size: clamp(14px, 1.15vw, 16px) !important;
  line-height: 2 !important;
}

/* ============================================================
   Features cards — fancy, colorful, decorated
   ============================================================ */
.tenri-clone .tc-features-list {
  gap: 28px !important;
  margin-top: 40px !important;
  align-items: stretch !important;
}

.tenri-clone .tc-features-list li {
  position: relative;
  flex: 1 1 0;
  padding: 44px 32px 36px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
  border: none !important;
  border-radius: 32px !important;
  box-shadow:
    0 18px 40px rgba(255, 150, 170, 0.14),
    inset 0 0 0 2px rgba(255, 192, 205, 0.35);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Colored top ribbon (unique per card) */
.tenri-clone .tc-features-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 32px 32px 0 0;
}
.tenri-clone .tc-features-list li:nth-child(1)::before {
  background: linear-gradient(90deg, #ffb6d9 0%, #ff6b8e 100%);
}
.tenri-clone .tc-features-list li:nth-child(2)::before {
  background: linear-gradient(90deg, #c0b6ff 0%, #8b6dff 100%);
}
.tenri-clone .tc-features-list li:nth-child(3)::before {
  background: linear-gradient(90deg, #ffd67a 0%, #ff9240 100%);
}

/* Decorative sparkle bottom-right */
.tenri-clone .tc-features-list li::after {
  content: "✧";
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 22px;
  color: rgba(255, 150, 170, 0.35);
  transition: transform 0.4s ease, color 0.4s ease;
}

.tenri-clone .tc-features-list li:hover {
  transform: translateY(-8px);
  box-shadow:
    0 26px 50px rgba(255, 120, 150, 0.22),
    inset 0 0 0 2px rgba(255, 120, 150, 0.4);
}
.tenri-clone .tc-features-list li:hover::after {
  transform: rotate(90deg) scale(1.3);
  color: rgba(255, 120, 150, 0.7);
}

/* Icon: larger, gradient-backed circle with glow */
.tenri-clone .tc-features-list li .tc-feature-icon {
  width: 110px !important;
  height: 110px !important;
  font-size: 62px !important;
  margin-bottom: 22px !important;
  border-radius: 50% !important;
  box-shadow:
    0 10px 22px rgba(255, 150, 170, 0.25),
    inset 0 -6px 14px rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}
.tenri-clone .tc-features-list li:nth-child(1) .tc-feature-icon {
  background: radial-gradient(circle at 30% 30%, #ffe5ef 0%, #ffb6cf 100%);
}
.tenri-clone .tc-features-list li:nth-child(2) .tc-feature-icon {
  background: radial-gradient(circle at 30% 30%, #ece5ff 0%, #c5b4ff 100%);
}
.tenri-clone .tc-features-list li:nth-child(3) .tc-feature-icon {
  background: radial-gradient(circle at 30% 30%, #ffefd4 0%, #ffcb85 100%);
}

/* Title — larger with small pastel underline */
.tenri-clone .tc-features-list li h3 {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #3a2a3a !important;
  margin: 0 0 16px !important;
  position: relative;
  padding-bottom: 12px;
}
.tenri-clone .tc-features-list li h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  border-radius: 999px;
}
.tenri-clone .tc-features-list li:nth-child(1) h3::after {
  background: linear-gradient(90deg, #ffb6d9, #ff6b8e);
}
.tenri-clone .tc-features-list li:nth-child(2) h3::after {
  background: linear-gradient(90deg, #c0b6ff, #8b6dff);
}
.tenri-clone .tc-features-list li:nth-child(3) h3::after {
  background: linear-gradient(90deg, #ffd67a, #ff9240);
}

.tenri-clone .tc-features-list li p {
  font-size: 15.5px !important;
  line-height: 1.95 !important;
  color: #4a3a44 !important;
  text-align: left;
}

@media (max-width: 820px) {
  .tenri-clone .tc-features .tc-sec-title .tc-ja {
    font-size: clamp(22px, 5vw, 30px) !important;
    padding: 0 36px;
  }
  .tenri-clone .tc-features-list { gap: 20px !important; }
  .tenri-clone .tc-features-list li {
    padding: 34px 24px 28px !important;
    border-radius: 24px !important;
  }
  .tenri-clone .tc-features-list li .tc-feature-icon {
    width: 84px !important;
    height: 84px !important;
    font-size: 46px !important;
    margin-bottom: 16px !important;
  }
  .tenri-clone .tc-features-list li h3 { font-size: 21px !important; }
  .tenri-clone .tc-features-list li p { font-size: 14px !important; }
}

/* ============================================================
   Features — refined: single-line title, wider cards, bigger text
   ============================================================ */

/* Title forced to single line */
.tenri-clone .tc-features .tc-sec-title .tc-ja {
  white-space: nowrap !important;
  font-size: clamp(24px, 2.8vw, 38px) !important;
  padding: 0 56px !important;
}
.tenri-clone .tc-features .tc-sec-title .tc-ja::before,
.tenri-clone .tc-features .tc-sec-title .tc-ja::after {
  font-size: 0.55em !important;
}

/* Head paragraph — larger */
.tenri-clone .tc-features-head p {
  font-size: clamp(16px, 1.3vw, 18px) !important;
  line-height: 2.1 !important;
  max-width: 760px !important;
  margin: 24px auto 0 !important;
}

/* Features wrap & list — wider, row layout preserved, less vertical */
.tenri-clone .tc-features-wrap {
  max-width: 1200px !important;
  width: auto !important;
  padding: 0 32px !important;
  margin: 0 auto !important;
}
.tenri-clone .tc-features-list {
  gap: 32px !important;
  margin-top: 48px !important;
  align-items: stretch !important;
}
.tenri-clone .tc-features-list li {
  flex: 1 1 0 !important;
  padding: 40px 32px 36px !important;
  border-radius: 24px !important;
  min-height: auto !important;
}

/* Icon smaller & left-aligned + title inline area wider */
.tenri-clone .tc-features-list li .tc-feature-icon {
  width: 88px !important;
  height: 88px !important;
  font-size: 48px !important;
  margin-bottom: 18px !important;
}

/* Title larger */
.tenri-clone .tc-features-list li h3 {
  font-size: 26px !important;
  margin: 0 0 14px !important;
  padding-bottom: 14px !important;
}
.tenri-clone .tc-features-list li h3::after {
  width: 56px !important;
  height: 3px !important;
}

/* Body — bigger, readable */
.tenri-clone .tc-features-list li p {
  font-size: 16px !important;
  line-height: 2 !important;
  color: #3a3a3a !important;
  text-align: justify !important;
}

/* Remove the extra sparkle flair (too busy) */
.tenri-clone .tc-features-list li::after { display: none !important; }

/* Simplify top ribbon — subtler */
.tenri-clone .tc-features-list li::before {
  height: 6px !important;
  opacity: 0.9;
}

/* Tablet */
@media (max-width: 1024px) {
  .tenri-clone .tc-features-list { gap: 24px !important; }
  .tenri-clone .tc-features-list li {
    padding: 34px 24px 30px !important;
  }
  .tenri-clone .tc-features-list li .tc-feature-icon {
    width: 76px !important;
    height: 76px !important;
    font-size: 42px !important;
  }
  .tenri-clone .tc-features-list li h3 { font-size: 22px !important; }
  .tenri-clone .tc-features-list li p { font-size: 15px !important; line-height: 1.95 !important; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-features .tc-sec-title .tc-ja {
    font-size: clamp(20px, 5vw, 28px) !important;
    padding: 0 38px !important;
  }
  .tenri-clone .tc-features-wrap { padding: 0 16px !important; }
  .tenri-clone .tc-features-list { flex-direction: column !important; gap: 20px !important; }
  .tenri-clone .tc-features-list li {
    padding: 30px 24px 26px !important;
  }
  .tenri-clone .tc-features-list li p { font-size: 15px !important; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-features-head p {
    font-size: 15px !important;
    line-height: 2 !important;
  }
  .tenri-clone .tc-features-list li h3 { font-size: 20px !important; }
  .tenri-clone .tc-features-list li p { font-size: 14px !important; }
}

/* About body — fix awkward Japanese line breaking */
.tenri-clone .tc-about-body p {
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  text-justify: none !important;
  max-width: 820px;
  margin: 0 auto !important;
}

/* Features head paragraph — fix awkward Japanese line-breaking */
.tenri-clone .tc-features-head p {
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  text-justify: none !important;
  max-width: 760px !important;
  margin: 24px auto 0 !important;
}

/* Features card body — same fix */
.tenri-clone .tc-features-list li p {
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
}

/* ============================================================
   Cloud-shaped white backdrop behind the mascot logo
   Uses radial-gradient blobs to form an organic cloud silhouette
   ============================================================ */
.tenri-clone .tc-hero-mascot::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -6%;
  right: -6%;
  bottom: -14%;
  z-index: -1;
  background:
    radial-gradient(ellipse 34% 40% at 28% 44%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 36% 38% at 52% 30%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 30% 36% at 72% 44%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 28% 32% at 22% 62%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 32% 34% at 52% 66%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 26% 30% at 78% 62%, #fff 0%, #fff 58%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 50% 50%, #fff 0%, #fff 60%, transparent 68%);
  filter: drop-shadow(0 10px 24px rgba(200, 170, 190, 0.25));
  pointer-events: none;
}

/* Make sure the mascot link is a positioning context */
.tenri-clone .tc-hero-mascot { isolation: isolate; }

/* ============================================================
   Clean cloud backdrop behind mascot (replaces messy version)
   ============================================================ */
.tenri-clone .tc-hero-mascot::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -4%;
  right: -4%;
  bottom: -8%;
  z-index: -1;
  background: #ffffff;
  border-radius: 50% / 45%;
  box-shadow: 0 14px 30px rgba(200, 170, 190, 0.22);
  filter: none;
  pointer-events: none;
}

/* ============================================================
   Final mascot + cloud backdrop sizing
   ============================================================ */
.tenri-clone .tc-hero-mascot {
  width: 280px !important;
  height: 170px !important;
  top: 6px !important;
  left: 6px !important;
}
.tenri-clone .tc-hero-mascot .tc-mascot-fg {
  width: 280px !important;
  height: 170px !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* White cloud backdrop tighter to mascot */
.tenri-clone .tc-hero-mascot::before {
  top: 8% !important;
  left: 4% !important;
  right: 4% !important;
  bottom: 8% !important;
  border-radius: 50% / 50% !important;
  box-shadow: 0 10px 22px rgba(200, 170, 190, 0.2) !important;
}

.tenri-clone .tc-nav2 { padding-left: 320px; }

@media (max-width: 1200px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 240px !important;
    height: 146px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 270px; }
}
@media (max-width: 1024px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 200px !important;
    height: 122px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 220px; }
}
@media (max-width: 820px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 170px !important;
    height: 104px !important;
  }
  .tenri-clone .tc-nav2 { padding-left: 16px; padding-top: 130px; }
}
@media (max-width: 600px) {
  .tenri-clone .tc-hero-mascot,
  .tenri-clone .tc-hero-mascot .tc-mascot-fg {
    width: 140px !important;
    height: 86px !important;
  }
  .tenri-clone .tc-nav2 { padding-top: 110px; padding-left: 12px; }
}
