.ncm-front-root,
.ncm-front-root *{
  box-sizing:border-box;
}
body.ncm-front-page .entry-header,
body.ncm-front-page .entry-title,
body.ncm-front-page .page-title,
body.ncm-front-page .wp-block-post-title,
body.ncm-front-page .site-main > h1,
body.ncm-front-page .site-main > article > h1,
body.ncm-front-page article > h1:first-child,
body.ncm-front-page .content-area > h1{
  display:none !important;
}
.ncm-front-root{
  --front-ink:#24362d;
  --front-leaf:#2d7f50;
  --front-sky:#dff8f4;
  --front-cream:#fff9e9;
  position:relative;
  overflow:hidden;
  width:min(1180px,calc(100vw - 32px));
  margin:28px auto;
  padding:34px;
  color:var(--front-ink);
  font-family:"Hiragino Maru Gothic ProN","Hiragino Sans","Yu Gothic",system-ui,sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(255,213,106,.55) 0 72px, transparent 74px),
    linear-gradient(180deg,#effdf7 0%,#fffaf0 58%,#f7efd9 100%);
  border:1px solid #d8c99f;
  border-radius:36px;
  box-shadow:0 28px 60px rgba(42,64,41,.14);
}
.ncm-front-sky{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.ncm-front-sun{
  position:absolute;
  left:54px;
  top:44px;
  width:86px;
  height:86px;
  border-radius:50%;
  background:#ffd56b;
  box-shadow:0 0 0 14px rgba(255,213,107,.24),0 0 36px rgba(255,192,70,.42);
}
.ncm-front-cloud{
  position:absolute;
  width:142px;
  height:44px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:34px -18px 0 rgba(255,255,255,.72),76px 4px 0 rgba(255,255,255,.72);
}
.ncm-front-cloud-a{right:132px;top:70px}
.ncm-front-cloud-b{left:230px;top:128px;transform:scale(.72)}
.ncm-front-paw{
  position:absolute;
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:50%;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(94,72,35,.14);
  color:#aa7a32;
  font-size:12px;
  font-weight:900;
  transform:rotate(-12deg);
}
.ncm-front-paw-a{right:64px;top:178px}
.ncm-front-paw-b{left:61%;top:46px;transform:rotate(12deg)}
.ncm-front-hero{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:28px;
  align-items:center;
  min-height:520px;
}
.ncm-front-copy{
  max-width:620px;
}
.ncm-front-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:#fff4cb;
  border:1px solid #e9ca78;
  color:#7b5b1f;
  font-weight:900;
  font-size:13px;
  letter-spacing:.06em;
}
.ncm-front-copy h1{
  margin:18px 0 14px;
  font-size:clamp(42px,6vw,76px);
  line-height:1.06;
  letter-spacing:.03em;
  color:#214b39;
}
.ncm-front-copy p{
  max-width:560px;
  margin:0;
  color:#52634e;
  font-size:17px;
  line-height:2;
}
.ncm-front-actions{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);
  gap:14px;
  margin-top:28px;
}
.ncm-front-btn{
  display:block;
  min-width:0;
  padding:21px 23px;
  border-radius:26px;
  text-decoration:none;
  text-decoration-line:none;
  transition:transform .16s ease, box-shadow .16s ease;
}
.ncm-front-btn:link,
.ncm-front-btn:visited,
.ncm-front-btn:hover,
.ncm-front-btn:focus,
.ncm-front-btn:active,
.ncm-front-btn span,
.ncm-front-btn strong{
  text-decoration:none;
  text-decoration-line:none;
}
.ncm-front-btn:hover{
  transform:translateY(-2px);
}
.ncm-front-btn span{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.ncm-front-btn strong{
  display:block;
  font-size:clamp(22px,2.7vw,32px);
  line-height:1.25;
}
.ncm-front-btn-primary{
  color:#fff;
  background:linear-gradient(180deg,#67c779 0%,#2e8b52 100%);
  box-shadow:0 18px 30px rgba(46,139,82,.25),inset 0 0 0 2px rgba(255,255,255,.24);
}
.ncm-front-btn-secondary{
  color:#254234;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(215,196,150,.86);
  box-shadow:0 14px 26px rgba(63,50,20,.08);
}
.ncm-front-stage{
  position:relative;
  min-height:440px;
}
.ncm-front-hill{
  position:absolute;
  left:-24px;
  right:-42px;
  bottom:0;
  height:168px;
  border-radius:58% 42% 0 0;
  background:linear-gradient(180deg,#a7df73 0%,#74b95d 100%);
  box-shadow:inset 0 15px 0 rgba(255,255,255,.18);
}
.ncm-front-blocks{
  position:absolute;
  left:50%;
  bottom:132px;
  z-index:4;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
}
.ncm-front-blocks span{
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  border-radius:18px;
  color:#3b2b12;
  background:#fff8d8;
  border:2px solid #d4a93c;
  box-shadow:0 10px 0 #b9862b,0 18px 26px rgba(72,49,10,.17);
  font-size:38px;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:900;
}
.ncm-front-blocks span:nth-child(2){transform:translateY(-24px)}
.ncm-front-blocks span:nth-child(3){transform:translateY(12px)}
.ncm-front-cat{
  position:absolute;
  z-index:5;
  width:120px;
  height:98px;
  border:3px solid #68452e;
  border-radius:46% 46% 38% 38%;
  background:#fff6e7;
  box-shadow:0 14px 26px rgba(63,50,20,.13);
}
.ncm-front-cat-left{
  left:20px;
  bottom:150px;
  transform:rotate(-8deg);
}
.ncm-front-cat-right{
  right:18px;
  bottom:178px;
  background:#eef1ef;
  transform:rotate(8deg);
}
.ncm-front-ear{
  position:absolute;
  top:-23px;
  width:38px;
  height:38px;
  border:3px solid #68452e;
  border-radius:9px 3px 7px 3px;
  background:inherit;
  transform:rotate(45deg);
}
.ncm-front-ear-left{left:22px}
.ncm-front-ear-right{right:22px}
.ncm-front-face:before,
.ncm-front-face:after{
  content:"";
  position:absolute;
  top:38px;
  width:10px;
  height:14px;
  border-radius:50%;
  background:#2d231c;
}
.ncm-front-face:before{left:36px}
.ncm-front-face:after{right:36px}
.ncm-front-face{
  position:absolute;
  inset:0;
}
.ncm-front-face:empty{
  display:block;
}
.ncm-front-card-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:8px;
}
.ncm-front-card{
  padding:20px;
  border:1px solid #e1d2ad;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 24px rgba(58,47,18,.07);
}
.ncm-front-card span{
  display:block;
  margin-bottom:8px;
  color:#7a6334;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
}
.ncm-front-card strong{
  display:block;
  color:#1f332a;
  font-size:24px;
  line-height:1.35;
}
.ncm-front-card p{
  margin:8px 0 0;
  color:#5a604f;
  font-size:14px;
  line-height:1.8;
}
@media (max-width: 900px){
  .ncm-front-root{
    padding:24px;
    border-radius:30px;
  }
  .ncm-front-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .ncm-front-stage{
    order:-1;
    min-height:300px;
  }
  .ncm-front-actions,
  .ncm-front-card-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 560px){
  .ncm-front-root{
    width:min(100vw - 18px,1180px);
    margin:10px auto;
    padding:18px;
    border-radius:24px;
  }
  .ncm-front-copy h1{
    font-size:38px;
  }
  .ncm-front-copy p{
    font-size:15px;
  }
  .ncm-front-stage{
    min-height:230px;
  }
  .ncm-front-blocks{
    bottom:92px;
  }
  .ncm-front-blocks span{
    width:50px;
    height:50px;
    border-radius:14px;
    font-size:28px;
  }
  .ncm-front-cat{
    width:84px;
    height:72px;
  }
  .ncm-front-cat-left{
    left:0;
    bottom:108px;
  }
  .ncm-front-cat-right{
    right:0;
    bottom:126px;
  }
  .ncm-front-ear{
    top:-17px;
    width:28px;
    height:28px;
  }
  .ncm-front-ear-left{left:14px}
  .ncm-front-ear-right{right:14px}
  .ncm-front-face:before,
  .ncm-front-face:after{
    top:28px;
    width:8px;
    height:11px;
  }
  .ncm-front-face:before{left:25px}
  .ncm-front-face:after{right:25px}
  .ncm-front-sun{
    left:24px;
    top:28px;
    width:62px;
    height:62px;
  }
  .ncm-front-cloud-a{
    right:72px;
    top:48px;
  }
  .ncm-front-cloud-b,
  .ncm-front-paw-b{
    display:none;
  }
}

.ncm-front-neko{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:10060;
  display:grid;
  justify-items:end;
  gap:10px;
  pointer-events:none;
}
.ncm-front-neko-button{
  pointer-events:auto;
  position:relative;
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  border:2px solid #d7bc72;
  border-radius:26px;
  background:#fff9e9;
  box-shadow:0 18px 34px rgba(45,31,10,.22);
  overflow:hidden;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
  animation:ncm-front-neko-breathe 5.4s ease-in-out infinite;
}
.ncm-front-neko-button:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 40px rgba(45,31,10,.26);
}
.ncm-front-neko-button img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ncm-front-neko-button span{
  position:absolute;
  right:5px;
  bottom:5px;
  padding:5px 7px;
  border-radius:999px;
  background:#1f513e;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
}
.ncm-front-neko.has-peek .ncm-front-neko-button{
  animation:ncm-front-neko-pop 1.35s ease-in-out infinite;
}
.ncm-front-neko-peek{
  display:none;
  max-width:260px;
  padding:10px 13px;
  border:1px solid #dfcfaa;
  border-radius:18px 18px 6px 18px;
  background:#fffdf7;
  color:#25513e;
  font-size:13px;
  font-weight:800;
  line-height:1.6;
  box-shadow:0 14px 30px rgba(45,31,10,.14);
}
.ncm-front-neko.has-peek .ncm-front-neko-peek{
  display:block;
}
.ncm-front-neko-panel{
  pointer-events:auto;
  position:relative;
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:12px;
  width:min(330px, calc(100vw - 26px));
  padding:16px;
  border:1px solid #d9c48c;
  border-radius:28px;
  background:linear-gradient(180deg,#fffdf8 0%,#eef9e4 100%);
  box-shadow:0 26px 56px rgba(35,25,10,.24);
}
.ncm-front-neko-close{
  position:absolute;
  right:10px;
  top:10px;
  width:30px;
  height:30px;
  border:1px solid #dfcfaa;
  border-radius:999px;
  background:#fff;
  color:#4a3b25;
  font-weight:900;
  cursor:pointer;
}
.ncm-front-neko-standee{
  align-self:end;
  width:100px;
  max-height:150px;
  object-fit:contain;
  filter:drop-shadow(0 12px 12px rgba(44,32,13,.16));
}
.ncm-front-neko-copy{
  padding:16px 4px 0 0;
}
.ncm-front-neko-copy span{
  display:inline-flex;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff4cf;
  color:#7a5a15;
  font-size:12px;
  font-weight:900;
}
.ncm-front-neko-copy p{
  margin:0;
  color:#234738;
  font-size:14px;
  font-weight:800;
  line-height:1.7;
}
.ncm-front-neko-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.ncm-front-neko-actions button{
  border:1px solid #dfcfaa;
  border-radius:999px;
  background:#fff;
  color:#244d3c;
  font:inherit;
  font-size:12px;
  font-weight:900;
  padding:9px 8px;
  cursor:pointer;
}
.ncm-front-neko-actions button:hover{
  background:#1e493a;
  border-color:#1e493a;
  color:#fff;
}
@keyframes ncm-front-neko-breathe{
  0%,100%{transform:translateY(0) rotate(0deg)}
  48%{transform:translateY(-2px) rotate(-1deg)}
  58%{transform:translateY(-2px) rotate(1deg)}
}
@keyframes ncm-front-neko-pop{
  0%,100%{transform:translateY(0) rotate(0deg)}
  28%{transform:translateY(-5px) rotate(-2deg)}
  48%{transform:translateY(0) rotate(2deg)}
  65%{transform:translateY(-2px) rotate(0deg)}
}
@media (max-width: 560px){
  .ncm-front-neko{
    right:12px;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 12px);
    transform:scale(.88);
    transform-origin:right bottom;
  }
  .ncm-front-neko-peek{
    max-width:min(240px, calc(100vw - 96px));
    font-size:12px;
  }
  .ncm-front-neko-panel{
    grid-template-columns:82px minmax(0,1fr);
    width:min(310px, calc(100vw - 18px));
    padding:14px;
    border-radius:24px;
  }
  .ncm-front-neko-standee{
    width:84px;
    max-height:130px;
  }
}
@media (prefers-reduced-motion: reduce){
  .ncm-front-neko-button,
  .ncm-front-neko.has-peek .ncm-front-neko-button{
    animation:none;
  }
}

/* 2026-06 front-page refresh for the active nekomoji theme shell. */
body.ncm-theme-front-enhanced .elementor-location-header img,
body.nkm-front-shell .elementor-location-header img {
  max-width: min(210px, 52vw);
  height: auto;
}

body.ncm-theme-front-enhanced .nkm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  min-height: min(84svh, 760px);
  padding: 104px clamp(18px, 6vw, 72px) 54px;
  border-bottom: 1px solid rgba(31, 89, 70, 0.12);
  background:
    linear-gradient(90deg, rgba(255,253,242,0.99) 0%, rgba(255,253,242,0.93) 45%, rgba(255,253,242,0.62) 100%),
    url("assets/nekomoji-hero-neko.png") right 3% bottom 0 / min(46vw, 540px) auto no-repeat,
    linear-gradient(135deg, #e8fff3 0%, #fff8d2 50%, #def5ff 100%);
}

body.ncm-theme-front-enhanced .nkm-hero-inner {
  max-width: 720px;
}

body.ncm-theme-front-enhanced .nkm-kicker {
  min-height: 34px;
  padding: 0 12px;
  border-color: rgba(31, 89, 70, 0.26);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 89, 70, 0.08);
}

body.ncm-theme-front-enhanced .nkm-hero h1 {
  margin: 18px 0 14px;
  color: #1f5946;
  font-size: 5.9rem;
  line-height: 0.95;
  letter-spacing: 0;
}

body.ncm-theme-front-enhanced .nkm-hero p {
  max-width: 610px;
  color: #253b32;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 800;
}

.ncm-theme-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ncm-theme-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 89, 70, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #31564a;
  font-size: 0.9rem;
  font-weight: 900;
}

body.ncm-theme-front-enhanced .nkm-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 10px;
  margin-top: 22px;
}

body.ncm-theme-front-enhanced .nkm-button,
.ncm-theme-panel-actions a {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(31, 89, 70, 0.08);
}

body.ncm-theme-front-enhanced .nkm-button.is-primary {
  background: #1f5946;
}

body.ncm-theme-front-enhanced .nkm-button.is-math {
  background: linear-gradient(135deg, #ffe27a 0%, #62c8ff 100%);
}

.ncm-theme-play-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  justify-self: end;
  padding: 18px;
  border: 1px solid rgba(31, 89, 70, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 42px rgba(31, 89, 70, 0.16);
  backdrop-filter: blur(8px);
}

.ncm-theme-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ncm-theme-panel-head span,
.ncm-theme-column-teaser span {
  color: #6b4f0f;
  font-size: 0.82rem;
  font-weight: 900;
}

.ncm-theme-panel-head strong {
  color: #1f5946;
  font-size: 1.55rem;
  line-height: 1.15;
}

.ncm-theme-block-demo {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.ncm-theme-block-demo span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 2px solid #d2a435;
  border-radius: 8px;
  background: #fff7d1;
  color: #332719;
  box-shadow: inset 0 -6px 0 rgba(210, 164, 53, 0.22);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 900;
}

.ncm-theme-block-demo span:nth-child(3) {
  background: #e5f7ff;
  border-color: #62c8ff;
}

.ncm-theme-play-panel p {
  margin: 0;
  color: #43554d;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.7;
}

.ncm-theme-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.ncm-theme-panel-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 89, 70, 0.2);
  color: #1f5946;
  background: #fff;
  font-weight: 900;
}

.ncm-theme-panel-actions a:first-child {
  border-color: #1f5946;
  color: #fff;
  background: #1f5946;
}

.ncm-theme-column-teaser {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 12px;
  border: 1px dashed rgba(255, 139, 189, 0.6);
  border-radius: 8px;
  background: #fff7fb;
}

.ncm-theme-column-teaser b {
  color: #273a33;
  font-size: 1.04rem;
}

.ncm-theme-column-teaser small {
  color: #6b5962;
  font-size: 0.84rem;
  font-weight: 800;
}

.ncm-theme-learning-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto 22px;
}

.ncm-theme-learning-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(31, 89, 70, 0.13);
  border-radius: 8px;
  background: #ffffff;
}

.ncm-theme-learning-strip span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: #1f5946;
  font-weight: 900;
}

.ncm-theme-learning-strip strong {
  color: #1f332a;
  font-size: 1.05rem;
}

.ncm-theme-learning-strip p {
  margin: 0;
  color: #55675f;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

body.ncm-theme-front-enhanced .nkm-section-head {
  align-items: center;
}

body.ncm-theme-front-enhanced .nkm-subject-card {
  border-radius: 8px;
}

.ncm-front-neko-close {
  width: 44px;
  height: 44px;
}

@media (max-width: 940px) {
  body.ncm-theme-front-enhanced .nkm-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 76px 18px 28px;
    background:
      linear-gradient(180deg, rgba(255,253,242,0.99) 0%, rgba(255,253,242,0.9) 58%, rgba(255,253,242,0.66) 100%),
      url("assets/nekomoji-hero-neko.png") right -42px bottom 0 / min(76vw, 360px) auto no-repeat,
      linear-gradient(135deg, #e8fff3 0%, #fff8d2 50%, #def5ff 100%);
  }

  body.ncm-theme-front-enhanced .nkm-hero h1 {
    font-size: 4.1rem;
  }

  body.ncm-theme-front-enhanced .nkm-hero-actions {
    grid-template-columns: 1fr;
  }

  body.ncm-theme-front-enhanced .nkm-button {
    width: 100%;
  }

  .ncm-theme-play-panel {
    justify-self: stretch;
    width: 100%;
  }

  .ncm-theme-learning-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.ncm-theme-front-enhanced .nkm-hero {
    padding: 62px 14px 22px;
  }

  body.ncm-theme-front-enhanced .nkm-hero h1 {
    font-size: 3.35rem;
  }

  body.ncm-theme-front-enhanced .nkm-hero p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .ncm-theme-hero-tags span {
    min-height: 32px;
    font-size: 0.82rem;
  }

  .ncm-theme-block-demo span {
    font-size: 1.55rem;
  }

  .ncm-theme-panel-actions {
    grid-template-columns: 1fr;
  }

  .ncm-front-neko.has-peek .ncm-front-neko-peek {
    display: none;
  }

  .ncm-front-neko-panel {
    max-width: calc(100vw - 24px);
  }
}

/* Wide desktop tightening: keep the hero readable instead of pinning content to both edges. */
@media (min-width: 1180px) {
  body.ncm-theme-front-enhanced .nkm-hero {
    grid-template-columns: minmax(460px, 720px) minmax(340px, 430px);
    justify-content: center;
    gap: clamp(36px, 7vw, 140px);
    padding-right: clamp(28px, 5vw, 72px);
    padding-left: clamp(28px, 5vw, 72px);
  }

  body.ncm-theme-front-enhanced .nkm-hero-inner {
    width: min(100%, 720px);
  }

  .ncm-theme-play-panel {
    justify-self: start;
  }
}

@media (min-width: 1700px) {
  body.ncm-theme-front-enhanced .nkm-hero {
    min-height: min(76svh, 690px);
    padding-top: 88px;
    padding-bottom: 44px;
  }

  body.ncm-theme-front-enhanced .nkm-hero h1 {
    font-size: 5.35rem;
  }

  body.ncm-theme-front-enhanced .nkm-hero p {
    max-width: 580px;
  }
}
