:root {
  --ink: #1c1917;
  --blue: #c2410c;
  --light: #f5f5f4;
  --accent: #f59e0b;
  --white: #fafaf9;
  --ember-primary: #c2410c;
  --ember-primary-hover: #9a3412;
  --ember-bg: #fafaf9;
  --ember-surface: #f5f5f4;
  --ember-raised: #e7e5e4;
  --ember-text-secondary: #57534e;
  --ember-muted: #78716c;
  --ember-border: #d6d3d1;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body { background: var(--ember-bg); color: var(--ink); }
.site-header { background: rgba(0, 0, 0, .7); border-color: rgba(250, 250, 249, .3); }
.site-header.fixed,
.site-header.open { background: rgba(0, 0, 0, .7); border-color: rgba(214, 211, 209, .35); }
.global-nav a:hover { background: rgba(194, 65, 12, .16); }

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  display: block;
  width: 64px;
  height: 54px;
  overflow: hidden;
  flex: none;
}
.logo-mark img {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}
.logo-name {
  display: inline-flex;
  align-items: baseline;
  gap: .3em;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}
.logo-name small {
  font-size: .55em;
  font-weight: 400;
  letter-spacing: .03em;
}
.logo-title-image {
  display: block;
  width: auto;
  height: 56px;
  object-fit: contain;
}
.header-company {
  margin-left: 6px;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Yu Gothic", "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .08em;
  transform: translateY(5px);
  white-space: nowrap;
}
.logo-company {
  font-size: .78em;
  letter-spacing: .06em;
}

.hero { background: #1c1917; }
.hero-bottom { background: #1c1917; }
.hero-tab { background: #57534e; border-left-color: #1c1917; }
.hero-tab:hover { background: #78716c; }
.hero-tab.active { background: var(--ember-primary); color: #fafaf9; box-shadow: 0 4px 12px rgba(194, 65, 12, .25); }
.hero-tab strong {
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 400;
  line-height: 1.1;
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}
.hero-tab b {
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.25;
  margin-bottom: 6px;
}
.hero-tab span {
  font-size: clamp(11px, .95vw, 14px);
  line-height: 1.25;
}

.service-strip,
.intro,
.products,
.news { background: var(--ember-bg); }
.service-strip a { border-color: var(--ember-border); }
.service-strip a:hover { background: var(--ember-surface); color: var(--ember-primary); }
.service-strip small,
.product-copy small,
.promise-grid span { color: var(--ember-primary); }
.service-strip span,
.product-copy p,
.promise-grid p { color: var(--ember-text-secondary); }

.feature,
.case { background: #292524; }
.feature-photo {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .12)), url('../images/our-promise-bg.png');
  background-attachment: fixed;
}
.feature-card {
  width: 620px;
  background: rgba(28, 25, 23, .9);
  border-left: 4px solid var(--ember-primary);
}
.feature-card h2 {
  font-size: clamp(21px, 3vw, 36px);
  white-space: nowrap;
}
@media (min-width: 601px) {
  .feature { height: 620px; }
  .feature-card {
    width: 620px;
    top: 50%;
    right: auto;
    left: 5%;
    transform: translateY(-50%);
  }
  .feature-news {
    right: 5%;
    left: auto;
  }
}
.feature-news {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5%;
  width: 40%;
  color: #fafaf9;
  transform: translateY(-50%);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
}
.feature-news-head {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(250, 250, 249, .45);
}
.feature-news-head p,
.feature-news-head h2 { margin: 0; }
.feature-news-head h2 {
  font-size: 28px;
  font-weight: 400;
}
.feature-news-head a {
  margin-left: auto;
  font-size: 13px;
}
.feature-news-list a {
  display: grid;
  grid-template-columns: 105px 95px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  border-bottom: 1px solid rgba(250, 250, 249, .35);
  font-size: 13px;
}
.feature-news-list time { font-size: 12px; }
.feature-news-list span {
  padding: 3px 6px;
  border: 1px solid var(--accent);
  color: #fafaf9;
  text-align: center;
}
.feature-news-list p { margin: 0; }
@media (min-width: 601px) and (max-width: 1300px) {
  .feature-card {
    right: auto;
    left: 4%;
    width: 44%;
    padding: 36px;
  }
  .feature-news {
    right: 4%;
    left: auto;
    width: 44%;
  }
  .feature-news-list a {
    grid-template-columns: 82px 80px 1fr;
    gap: 8px;
  }
}
.intro-lead {
  background: var(--ember-bg);
  text-align: center;
}
.intro-lead h2 {
  margin: 18px 0 28px;
  font-size: clamp(16px, 3.2vw, 46px);
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.65;
  text-spacing-trim: trim-start;
  white-space: nowrap;
}
.intro-lead > p:not(.eyebrow) {
  font-size: clamp(9px, 1.05vw, 14px);
  white-space: nowrap;
}
.sns-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 980px;
  margin: 34px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--ember-border);
  font-size: 16px;
}
.sns-guide strong { font-weight: 400; }
.sns-guide a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}
.sns-guide a:hover { color: var(--ember-primary); }
.sns-mark {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-style: normal;
  font-size: 11px;
}
.sns-mark.line {
  color: #16a34a;
  font-weight: 600;
}
.sns-icon {
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.intro .promise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  gap: 80px;
}
.store-lead {
  width: fit-content;
  max-width: 980px;
  margin: 0 auto 64px;
  text-align: left;
}
.intro .store-lead h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 400;
  line-height: 1.5;
}
.store-lead p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}
.promise-grid article { border-color: var(--ember-border); }
.intro .promise-grid article {
  padding-top: 0;
  border-top: 0;
}
.intro .store-name {
  margin: 0 0 18px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.store-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 18px;
  object-fit: cover;
}
.store-info {
  margin: 0;
  color: var(--ember-text-secondary);
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.store-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 58px;
  margin: 28px auto 0;
  border: 1px solid #78716c;
  color: #1c1917;
  font-size: 16px;
  transition: color .25s, background-color .25s, border-color .25s;
}
.store-detail-btn:hover {
  color: #fafaf9;
  background: var(--ember-primary);
  border-color: var(--ember-primary);
}

.product-grid article,
.product-grid article:nth-child(2),
.product-grid article:nth-child(3) { background: var(--ember-surface); border: 1px solid var(--ember-border); }
.product-grid article:nth-child(2),
.product-grid article:nth-child(3) { background: var(--ember-raised); }
.product-grid article:hover { box-shadow: 0 4px 16px rgba(28, 25, 23, .06); }
.products .section-head { align-items: center; }
.products .section-head > p {
  max-width: 610px;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.product-img.img1 { background-image: url('../images/product-home-sewing.png'); }
.product-img.img2 { background-image: url('../images/product-professional-sewing.png'); }
.product-img.img3 { background-image: url('../images/product-embroidery-sewing.png'); }
.product-img.img4 { background-image: url('../images/product-industrial-embroidery.png'); }

.dark-btn {
  width: fit-content;
  min-width: 0;
  padding: 0 34px;
  background: var(--ember-primary);
  color: #fafaf9;
  border-color: var(--ember-primary);
  font-size: 16px;
}
.dark-btn:hover { background: var(--ember-primary-hover); box-shadow: 0 4px 12px rgba(194, 65, 12, .25); }
.outline-btn,
.white-btn { border-color: rgba(250, 250, 249, .7); color: #fafaf9; }
.outline-btn:hover,
.white-btn:hover { background: #fafaf9; color: var(--ember-primary); }
.about-band {
  background-image: linear-gradient(90deg, rgba(28, 25, 23, .82), rgba(28, 25, 23, .2)), url('../images/main-title_pc.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.about-band > div {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  column-gap: 55px;
  width: 100%;
  max-width: none;
}
.about-band > div > .eyebrow,
.about-band > div > h2,
.about-band > div > p {
  grid-column: 1;
  max-width: none;
}
.schedule-buttons {
  position: static;
  grid-column: 2;
  grid-row: 3;
  align-self: center;
  display: flex;
  gap: 12px;
  width: 100%;
  transform: none;
}
.schedule-buttons .outline-btn {
  min-width: 0;
  flex: 1;
  font-size: 16px;
}
.lesson-action-group {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: end;
  display: grid;
  gap: 14px;
  width: 100%;
}
.lesson-action-group .lesson-list-button {
  width: min(100%, 520px);
  min-height: 58px;
  justify-self: center;
  font-size: 16px;
}
.lesson-action-group .schedule-buttons {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
}

@media (min-width: 601px) {
  .lesson-action-group {
    grid-row: 2 / 4;
    align-self: end;
  }
}

.case-grid small { background: var(--accent); color: #1c1917; }
.case-grid p,
.section-head.light > p { color: #d6d3d1; }
.repair-section { overflow: hidden; }
.repair-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}
.repair-visual {
  position: relative;
  isolation: isolate;
}
.repair-visual::before {
  position: absolute;
  z-index: -1;
  top: -18px;
  right: 22px;
  bottom: 18px;
  left: -18px;
  content: "";
  border: 1px solid rgba(194, 65, 12, .75);
}
.repair-visual img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.repair-visual span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 18px;
  color: #fafaf9;
  background: rgba(28, 25, 23, .9);
  font-size: 10px;
  letter-spacing: .16em;
}
.repair-copy .eyebrow { color: var(--accent); }
.repair-copy h2 {
  margin: 18px 0 26px;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.55;
}
.repair-lead {
  margin: 0;
  color: #d6d3d1;
  font-size: 14px;
  line-height: 2;
}
.repair-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(250, 250, 249, .28);
  border-bottom: 1px solid rgba(250, 250, 249, .28);
  list-style: none;
}
.repair-points li {
  padding: 16px 8px;
  color: #f5f5f4;
  font-size: 12px;
  text-align: center;
}
.repair-points li + li { border-left: 1px solid rgba(250, 250, 249, .22); }
.repair-copy .outline-btn {
  min-width: 260px;
  font-size: 18px;
}
.news-list a { border-color: var(--ember-border); }
.news-list a:hover { background: var(--ember-surface); color: var(--ember-primary); }
.news-list span { border-color: var(--ember-primary); color: var(--ember-primary); }

.brand-marquee {
  width: 100%;
  overflow: hidden;
  padding: 34px 0;
  background: #fff;
  border-top: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
}
.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: brand-marquee-scroll 48s linear infinite;
  will-change: transform;
}
.brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
.brand-marquee-group {
  display: flex;
  align-items: center;
  gap: 76px;
  padding-right: 76px;
}
.brand-marquee-group a,
.brand-marquee-group .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: opacity .2s ease, transform .2s ease;
}
.brand-marquee-group a:hover {
  opacity: .72;
  transform: translateY(-2px);
}
.brand-marquee-group img {
  display: block;
  width: 150px;
  height: 62px;
  object-fit: contain;
  flex: none;
}
@keyframes brand-marquee-scroll {
  to { transform: translateX(-50%); }
}

footer {
  background-attachment: fixed;
  background-color: #1c1917;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/f_bimg2.jpg');
  background-position: center;
  background-size: cover;
}
.footer-top { border-color: #57534e; }
.footer-bottom { color: #a8a29e; }
.footer-main {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
  padding-bottom: 52px;
  border-bottom: 1px solid #44403c;
}
.footer-brand img {
  display: block;
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer-brand-block p {
  margin: 18px 0 0;
  color: #fafaf9;
  font-size: 16px;
  letter-spacing: .08em;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
}
.footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-nav a {
  color: #a8a29e;
  font-size: 14px;
  line-height: 1.5;
  transition: color .2s;
}
.footer-nav a:hover { color: #fafaf9; }
.footer-nav .footer-nav-title {
  margin-bottom: 8px;
  color: #fafaf9;
  font-size: 17px;
}
.footer-nav-title small {
  display: block;
  margin-top: 3px;
  color: #78716c;
  font-size: 11px;
  letter-spacing: .12em;
}
.footer-shops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 38px 0;
  border-bottom: 1px solid #44403c;
}
.footer-shops p {
  margin: 0;
  color: #a8a29e;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
}
.footer-shops strong {
  color: #f5f5f4;
  font-weight: 400;
}
footer .footer-bottom {
  padding-top: 25px;
  font-size: 12px;
}
.scroll-rail {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: grid;
  justify-items: center;
  gap: 14px;
  opacity: .62;
  transition: opacity .3s ease, translate .3s ease;
}
.scroll-rail:hover,
.scroll-rail.is-scrolled { opacity: 1; }
.scroll-guide {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #f5f5f4;
  font-size: 10px;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
}
.scroll-guide i {
  display: block;
  width: 1px;
  height: 68px;
  background: linear-gradient(var(--accent), transparent);
}
.scroll-top-button {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--accent);
  background: rgba(15, 13, 12, .78);
  border: 1px solid rgba(245, 158, 11, .5);
  font-size: 13px;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
  transition: color .25s, background-color .25s, border-color .25s;
}
.scroll-top-button:hover {
  color: #fafaf9;
  background: rgba(194, 65, 12, .9);
  border-color: var(--ember-primary);
}

@media (max-width: 600px) {
  .logo { gap: 7px; }
  .logo-mark { width: 47px; height: 40px; }
  .logo-mark img { height: 40px; }
  .logo-name { font-size: 18px; }
  .logo-title-image { height: 39px; }
  .header-company { margin-left: 2px; font-size: 12px; transform: translateY(3px); }
  .feature-photo { background-attachment: scroll; }
  .about-band { background-attachment: scroll; }
  footer { background-attachment: scroll; }
  .feature { height: 650px; }
  .intro-lead h2 { font-size: 16px; }
  .sns-guide {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .intro .promise-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .lesson-action-group {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 22px;
  }
  .lesson-action-group .lesson-list-button {
    width: 100%;
    min-height: 54px;
  }
  .schedule-buttons {
    position: static;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    transform: none;
  }
  .schedule-buttons .outline-btn {
    width: 100%;
    margin-top: 0;
  }
  .about-band > div > .eyebrow,
  .about-band > div > h2,
  .about-band > div > p { max-width: none; }
  .about-band > div { display: block; }
  .repair-layout { grid-template-columns: 1fr; gap: 48px; }
  .repair-visual img { height: 330px; }
  .repair-copy h2 { font-size: 29px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand img { width: 150px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-shops { grid-template-columns: 1fr; gap: 24px; }
  .scroll-rail { right: 12px; bottom: 12px; }
  .scroll-guide { display: none; }
  .scroll-top-button { width: 48px; height: 48px; font-size: 10px; }
  .brand-marquee { padding: 25px 0; }
  .brand-marquee-group { gap: 48px; padding-right: 48px; }
  .brand-marquee-group img { width: 120px; height: 48px; }
  .feature { height: 980px; }
  .feature-news {
    top: 55px;
    right: 6%;
    left: 6%;
    width: auto;
    transform: none;
  }
  .feature-news-head { gap: 12px; }
  .feature-news-head h2 { font-size: 22px; }
  .feature-news-list a {
    grid-template-columns: 82px 80px 1fr;
    gap: 8px;
  }
}

.hero-copy h1 {
  font-size: clamp(20px, 4.2vw, 52px);
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  letter-spacing: .01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .75), 0 1px 2px rgba(0, 0, 0, .9);
  text-spacing-trim: trim-start;
  white-space: nowrap;
}

.hero-copy p {
  text-shadow: 0 1px 5px rgba(0, 0, 0, .85);
}

.hero-copy .hero-sub {
  max-width: 720px;
  margin: -4px 0 0;
  font-size: clamp(12px, 1.15vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .04em;
}

body,
button,
input,
textarea,
select,
.logo,
.hero-copy p,
.eyebrow,
.service-strip small,
.product-copy small,
.promise-grid span,
.case-grid p,
.news-list time,
.footer-bottom {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
}

/* Restrained scroll motion */
.reveal-ready .reveal-item {
  opacity: .15;
  translate: 0 46px;
  transition:
    opacity .72s ease-out var(--reveal-delay, 0ms),
    translate .9s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, translate;
}
.reveal-ready .reveal-item.is-visible {
  opacity: 1;
  translate: 0 0;
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1 !important;
    translate: none !important;
    transition: none !important;
  }
  .brand-marquee-track { animation-play-state: paused; }
}

/* Keep every hero catchphrase inside narrow phone screens. */
@media (max-width: 600px) {
  footer .footer-nav {
    display: none;
  }

  footer .footer-brand-block {
    display: grid;
    justify-items: center;
    width: 100%;
    text-align: center;
  }

  footer .footer-brand {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .site-header .logo {
    min-width: 0;
    gap: 5px;
  }

  .site-header .logo-mark {
    width: 40px;
    height: 36px;
  }

  .site-header .logo-mark img {
    height: 36px;
  }

  .site-header .logo-title-image {
    height: 32px;
  }

  .site-header .header-company {
    margin-left: 1px;
    font-size: 11px;
    letter-spacing: .03em;
  }

  .site-header .menu-btn {
    flex: 0 0 42px;
    width: 42px;
    padding: 0;
  }

  .intro-lead h2,
  .intro-lead > p:not(.eyebrow) {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    right: 7%;
    width: auto;
    max-width: none;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin: 14px 0 12px;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.55;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }

  .hero-copy .hero-sub {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.75;
  }

  .feature-card {
    left: 6%;
    right: 6%;
    width: auto;
    max-width: calc(100% - 12%);
    padding: 30px 24px;
  }

  .feature-card h2 {
    max-width: 100%;
    font-size: clamp(24px, 7.4vw, 30px);
    line-height: 1.5;
    white-space: normal;
  }

  .feature-card > p:not(.eyebrow) {
    overflow-wrap: anywhere;
    line-height: 1.9;
  }
}
/* Front mobile dropdown menu */
@media (max-width: 800px) {
  .site-header .global-nav {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 80px);
    margin: 0;
    padding: 18px 24px 32px;
    overflow-y: auto;
    background: rgba(0, 0, 0, .94);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .site-header.open .global-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header .global-nav ul,
  .site-header .global-nav li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header .global-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
  }
  .site-header .global-nav .sub-menu {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0 8px 16px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header .global-nav .sub-menu a {
    min-height: 42px;
    padding: 9px 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    border-bottom-color: rgba(255, 255, 255, .09);
  }
  .site-header .menu-btn {
    display: grid;
    place-items: center;
  }
}
/* PC header dropdown menu */
@media (min-width: 981px) {
  .global-nav li,
  .sub-nav li {
    position: relative;
  }
  .global-nav .sub-menu,
  .sub-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    display: block;
    width: max-content;
    min-width: 190px;
    height: auto;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: rgba(0, 0, 0, .88);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 32px rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .global-nav li:hover > .sub-menu,
  .global-nav li:focus-within > .sub-menu,
  .sub-nav li:hover > .sub-menu,
  .sub-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .global-nav .sub-menu li,
  .sub-nav .sub-menu li {
    display: block;
    width: 100%;
  }
  .global-nav .sub-menu a,
  .sub-nav .sub-menu a {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
  }
  .global-nav .sub-menu a:hover,
  .sub-nav .sub-menu a:hover {
    background: rgba(194, 65, 12, .24);
  }
}
/* Dropdown underline reset */
@media (min-width: 981px) {
  .global-nav .sub-menu a::after,
  .sub-nav .sub-menu a::after {
    display: none;
    content: none;
  }
  .global-nav .sub-menu a,
  .sub-nav .sub-menu a {
    text-decoration: none;
  }
}
/* Mobile submenu indent */
@media (max-width: 980px) {
  .site-header .global-nav .sub-menu,
  .sub-header .sub-nav .sub-menu {
    padding-left: 30px;
  }
  .site-header .global-nav .sub-menu a,
  .sub-header .sub-nav .sub-menu a {
    padding-left: 10px;
  }
}
/* Intro lead copy larger */
.intro-lead > p:not(.eyebrow) {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 2;
}
@media (max-width: 600px) {
  .intro-lead > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* Front readable font sizes */
.home .hero-tab span,
.front-page .hero-tab span {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.45;
}
.home .hero-tab b,
.front-page .hero-tab b {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.4;
}
.home .intro-lead > p:not(.eyebrow),
.front-page .intro-lead > p:not(.eyebrow) {
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 2;
}
.home .feature-card > p:not(.eyebrow),
.home .feature-news-head a,
.home .feature-news-list a,
.home .feature-news-list time,
.home .section-head > p,
.home .product-copy p,
.home .promise-grid p,
.home .store-info,
.home .repair-lead,
.home .repair-points li,
.home .footer-shops p,
.front-page .feature-card > p:not(.eyebrow),
.front-page .feature-news-head a,
.front-page .feature-news-list a,
.front-page .feature-news-list time,
.front-page .section-head > p,
.front-page .product-copy p,
.front-page .promise-grid p,
.front-page .store-info,
.front-page .repair-lead,
.front-page .repair-points li,
.front-page .footer-shops p {
  font-size: 15px;
  line-height: 1.9;
}
.home .product-copy small,
.home .service-strip small,
.home .promise-grid span,
.front-page .product-copy small,
.front-page .service-strip small,
.front-page .promise-grid span {
  font-size: 13px;
}
.home .outline-btn,
.home .white-btn,
.home .dark-btn,
.front-page .outline-btn,
.front-page .white-btn,
.front-page .dark-btn {
  font-size: 15px;
}
@media (max-width: 600px) {
  .home .hero-tab span,
  .front-page .hero-tab span {
    font-size: 13px;
  }
  .home .intro-lead > p:not(.eyebrow),
  .home .feature-card > p:not(.eyebrow),
  .home .feature-news-head a,
  .home .feature-news-list a,
  .home .feature-news-list time,
  .home .section-head > p,
  .home .product-copy p,
  .home .promise-grid p,
  .home .store-info,
  .home .repair-lead,
  .home .repair-points li,
  .home .footer-shops p,
  .front-page .intro-lead > p:not(.eyebrow),
  .front-page .feature-card > p:not(.eyebrow),
  .front-page .feature-news-head a,
  .front-page .feature-news-list a,
  .front-page .feature-news-list time,
  .front-page .section-head > p,
  .front-page .product-copy p,
  .front-page .promise-grid p,
  .front-page .store-info,
  .front-page .repair-lead,
  .front-page .repair-points li,
  .front-page .footer-shops p {
    font-size: 15px;
    line-height: 1.85;
  }
}

/* Front store detail buttons */
.intro .store-detail-link {
  display: flex;
  width: min(260px, 100%);
  margin: 24px auto 0;
  color: var(--ember-primary);
  border-color: var(--ember-primary);
}
.intro .store-detail-link:hover {
  color: #fafaf9;
  background: var(--ember-primary);
}
@media (max-width: 600px) {
  .intro .store-detail-link {
    width: 100%;
    max-width: 280px;
  }
}

/* Footer logo and company inline */
footer .footer-brand-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  text-align: center;
}
footer .footer-brand {
  display: block;
  flex: 0 0 auto;
}
footer .footer-brand img {
  width: 150px;
  max-width: 38vw;
}
footer .footer-brand-block p {
  margin: 0;
  color: #fafaf9;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.4;
  letter-spacing: .08em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  footer .footer-brand-block {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  footer .footer-brand img {
    width: 118px;
    max-width: 36vw;
  }
  footer .footer-brand-block p {
    font-size: 15px;
    letter-spacing: .04em;
  }
}

/* Footer logo centered small */
footer .footer-main {
  grid-template-columns: 1fr;
  gap: 34px;
  justify-items: center;
}
footer .footer-brand-block {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
footer .footer-brand {
  display: block;
  width: auto;
  margin: 0;
  flex: 0 0 auto;
}
footer .footer-brand img {
  width: 105px !important;
  max-width: 105px !important;
  height: auto;
}
footer .footer-brand-block p {
  margin: 0 !important;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 600px) {
  footer .footer-main {
    gap: 28px;
  }
  footer .footer-brand-block {
    gap: 10px;
    max-width: 100%;
  }
  footer .footer-brand img {
    width: 88px !important;
    max-width: 88px !important;
  }
  footer .footer-brand-block p {
    font-size: 14px;
  }
}

/* Repair button centered */
.repair-copy .outline-btn {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

/* Mobile intro heading balance */
@media (max-width: 600px) {
  .intro-lead h2 {
    font-size: 22px;
    line-height: 1.65;
  }
}

/* Mobile intro heading line break */
.mobile-intro-break { display: none; }
@media (max-width: 600px) {
  .mobile-intro-break { display: block; }
}

/* Footer logo responsive balance */
footer .footer-brand-block {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .footer-brand img {
  width: 88px !important;
  max-width: 88px !important;
  height: auto;
}
footer .footer-brand-block p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .06em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  footer .footer-brand-block {
    flex-direction: column;
    gap: 10px;
  }
  footer .footer-brand img {
    width: 96px !important;
    max-width: 96px !important;
  }
  footer .footer-brand-block p {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: .08em;
  }
}

/* Footer company PC large */
@media (min-width: 601px) {
  footer .footer-brand-block p {
    font-size: 20px;
    letter-spacing: .08em;
  }
}

/* Mobile front news three columns */
@media (max-width: 600px) {
  .home .feature-news-list a,
  .front-page .feature-news-list a {
    grid-template-columns: 78px 76px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 70px;
    padding: 12px 0;
  }
  .home .feature-news-list time,
  .front-page .feature-news-list time,
  .home .feature-news-list span,
  .front-page .feature-news-list span,
  .home .feature-news-list p,
  .front-page .feature-news-list p {
    grid-column: auto;
    min-width: 0;
  }
  .home .feature-news-list time,
  .front-page .feature-news-list time {
    white-space: nowrap;
  }
  .home .feature-news-list span,
  .front-page .feature-news-list span {
    padding: 2px 4px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .home .feature-news-list p,
  .front-page .feature-news-list p {
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
}


/* Mobile menu hit area fix */
@media (max-width: 980px) {
  .site-header .global-nav {
    pointer-events: none;
  }
  .site-header.open .global-nav {
    pointer-events: auto;
  }
}

/* Top lesson schedule image */
.about-band {
  background-image: linear-gradient(90deg, rgba(28, 25, 23, .82), rgba(28, 25, 23, .2)), url('../images/top-lesson-schedule-20260701.png');
  background-position: center center;
}
@media (max-width: 600px) {
  .about-band {
    background-position: 58% center;
  }
}

/* Mobile dropdown menu scroll */
@media (max-width: 980px) {
  .site-header .global-nav,
  .site-header.open .global-nav {
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

/* Unified header logo */
.logo .header-logo-full {
  display: block;
  width: auto;
  height: 48px;
  max-width: min(50vw, 370px);
  object-fit: contain;
}

@media (max-width: 800px) {
  .logo .header-logo-full {
    height: 42px;
    max-width: 245px;
  }
}

@media (max-width: 420px) {
  .logo .header-logo-full {
    height: 36px;
    max-width: 210px;
  }
}

/* Footer shop information font size */
footer .footer-shops p {
  font-size: 16px;
  line-height: 2;
}

footer .footer-shops strong {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  footer .footer-shops p {
    font-size: 15px;
    line-height: 1.9;
  }

  footer .footer-shops strong {
    font-size: 17px;
  }
}

/* Footer white text */
footer,
footer a,
footer p,
footer li,
footer span,
footer small,
footer strong,
footer .footer-shops p,
footer .footer-shops strong,
footer .footer-bottom,
footer .footer-bottom a,
footer .footer-brand-block p,
footer .footer-nav a {
  color: #fff !important;
}

footer a:hover,
footer .footer-nav a:hover {
  color: #fff !important;
}

/* Article share button text color */
.article-footer .share-links,
.article-footer .share-links span,
.article-footer .share-links a {
  color: #1f1b18 !important;
}

.article-footer .share-links a:hover {
  color: #fff !important;
}

/* Article share label and button colors */
.article-footer .share-links > span {
  color: #fff !important;
}

.article-footer .share-links a {
  color: #1f1b18 !important;
}

.article-footer .share-links a:hover {
  color: #fff !important;
}

/* Hero slide slow zoom-out motion */
.hero-bg {
  transform: scale(1);
  transform-origin: center center;
  will-change: transform, opacity;
}

.hero-bg.is-zooming {
  animation: heroZoomOut 6.8s ease-out both;
}

@keyframes heroZoomOut {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg.is-zooming {
    animation: none;
  }
}

/* Hero PC sub copy one line */
@media (min-width: 901px) {
  .hero-copy .hero-sub {
    max-width: none;
    white-space: nowrap;
  }
}

/* Top products section upper spacing */
.home .products.section-pad,
.front-page .products.section-pad {
  padding-top: 70px;
}

@media (max-width: 600px) {
  .home .products.section-pad,
  .front-page .products.section-pad {
    padding-top: 44px;
  }
}
