@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');

body {
  margin: 0;
  background: #3f3a20;
  color: #25251f;
  font-family: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }

.site {
  width: calc(100% - 96px);
  max-width: 1720px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eef3e8;
}

.site::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(31, 31, 31, 0.18) 0.5px, transparent 0.5px),
    radial-gradient(rgba(255, 255, 255, 0.5) 0.5px, transparent 0.5px);
  background-size: 3px 3px, 7px 7px;
  mix-blend-mode: multiply;
}

.site > * { position: relative; z-index: 2; }

a { color: inherit; }

.topbar {
  height: 36px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(31, 31, 31, 0.28);
  background: rgba(238, 243, 232, 0.78);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
}

.brand-link { text-decoration: none; }

.nav { display: flex; gap: 18px; }

.nav a {
  color: inherit;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.nav a:hover, .nav a[aria-current="page"] { opacity: 0.5; }

.hero {
  height: 58vh;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(31, 31, 31, 0.28);
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-10%) scale(1.22);
  transform-origin: center;
  filter: saturate(0.78) contrast(0.92);
}

.logo {
  width: min(520px, 56vw);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: logoFadeIn 5s ease forwards;
}

@keyframes logoFadeIn { from { opacity: 0; } to { opacity: 1; } }

.intro {
  padding: 74px 28px 82px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.28);
  text-align: center;
}

.intro p {
  max-width: 520px;
  margin: 0 auto;
  color: #55584d;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.product-row { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(31, 31, 31, 0.28); }

.product {
  min-height: 360px;
  padding: 44px 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: inherit;
  border-right: 1px solid rgba(31, 31, 31, 0.22);
  text-align: center;
  text-decoration: none;
}

.product:last-child { border-right: 0; }

.product-image-frame {
  width: min(82%, 370px);
  aspect-ratio: 3 / 4;
  margin-inline: auto;
  overflow: hidden;
}

.product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.product:hover img { transform: scale(1.06); opacity: 0.88; }

.caption { color: #4e5148; font-size: 10px; line-height: 1.6; letter-spacing: 0.03em; }

.jp {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.split { display: grid; grid-template-columns: 1.05fr 0.95fr; border-bottom: 1px solid rgba(31, 31, 31, 0.28); }
.split-image { border-right: 1px solid rgba(31, 31, 31, 0.28); text-decoration: none; }
.split-image img { display: block; width: 100%; height: 720px; object-fit: cover; }
.split-text { display: flex; align-items: center; }
.note { padding: clamp(32px, 6vw, 92px); }
.note h2 { margin: 0 0 12px; font-size: 18px; font-weight: normal; }
.note p { max-width: 430px; margin: 0; color: #56594e; font-size: 12px; line-height: 1.8; }
.journal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(31, 31, 31, 0.28); }
.journal { min-height: 60px; padding: 14px 22px; display: flex; flex-direction: column; justify-content: space-between;color: inherit;
text-decoration: none; border-right: 1px solid rgba(31, 31, 31, 0.22); }
.journal:last-child { border-right: 0; }
.journal h3 { margin: 0; font-size: 12px; font-weight: normal; }
.journal p { margin: 8px 0 0; color: #55584d; font-size: 10px; line-height: 1.7; }
.footer { padding: 22px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; }

.service-page { display: grid; grid-template-columns: 1.04fr 0.96fr; min-height: calc(100vh - 36px); }
.service-visual { min-height: 640px; padding: clamp(34px, 4.8vw, 82px); display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(31, 31, 31, 0.28); }
.service-visual img { display: block; width: min(100%, 780px); max-height: 84vh; object-fit: contain; mix-blend-mode: multiply; }
.service-copy { padding: clamp(46px, 7vw, 120px) clamp(30px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.service-number { margin: 0 0 36px; color: #55584d; font-size: 10px; letter-spacing: 0.08em; }
.service-copy h1 { max-width: 520px; margin: 0 0 48px; font-size: clamp(25px, 2.6vw, 39px); font-weight: normal; line-height: 1.3; letter-spacing: 0; }
.copy-block + .copy-block { margin-top: 34px; }
.copy-label { margin: 0 0 13px; color: #4e5148; font-size: 11px; line-height: 1.75; }
.copy-block > p:last-child { max-width: 570px; margin: 0; color: #3e4139; font-size: 12px; line-height: 1.9; }

/* Each service has its own visual rhythm while sharing the same editorial system. */
.market-layout .service-visual { padding: 48px 4.2vw 42px; align-items: flex-end; }
.market-layout .service-visual img { width: min(100%, 850px); max-height: 89vh; }
.creative-layout { grid-template-columns: 0.94fr 1.06fr; }
.creative-layout .service-visual { padding: 34px 3.2vw 72px; align-items: flex-start; }
.creative-layout .service-visual img { width: 100%; max-height: 89vh; }
.creative-layout .service-copy { padding-top: clamp(70px, 10vw, 160px); }
.pr-layout .service-visual { padding: 34px 7.5vw 34px; align-items: center; }
.pr-layout .service-visual img { width: min(100%, 690px); max-height: 90vh; }
.pr-layout .service-copy { padding-top: clamp(58px, 8vw, 132px); }
.oem-layout { grid-template-columns: 1.08fr 0.92fr; }
.oem-layout .service-visual { padding: 38px 4.4vw 54px; align-items: center; }
.oem-layout .service-visual img { width: 100%; max-height: 88vh; }
.oem-layout .service-copy { padding-top: clamp(52px, 7vw, 118px); }

.contact-page { min-height: calc(100vh - 36px); padding: clamp(48px, 7vw, 120px) clamp(24px, 6vw, 100px); }
.contact-content { width: min(100%, 860px); margin: 0 auto; }
.contact-image { overflow: hidden; }
.contact-image img { display: block; width: 100%; max-height: 78vh; object-fit: contain; }
.contact-copy { padding: 30px 0 0; }
.contact-copy h1 { margin: 0; font-size: clamp(22px, 2.4vw, 36px); font-weight: normal; line-height: 1.25; }

@media (max-width: 760px) {
  .site { width: calc(100% - 24px); }
  .nav { gap: 12px; }
  .nav a { font-size: 9px; }
  .hero { height: 54vh; min-height: 360px; }
  .logo { width: min(360px, 72vw); }
  .product-row, .split, .journal-grid, .service-page { grid-template-columns: 1fr; }
  .product, .journal, .split-image, .service-visual { border-right: 0; border-bottom: 1px solid rgba(31, 31, 31, 0.22); }
  .split-image img { height: auto; }
  .footer { flex-direction: column; gap: 10px; }
  .service-visual { min-height: 0; padding: 48px 34px; }
  .service-visual img { max-height: none; }
  .service-copy { padding: 52px 30px 72px; }
  .market-layout .service-visual, .creative-layout .service-visual, .pr-layout .service-visual, .oem-layout .service-visual { padding: 46px 30px; }
  .contact-page { padding: 46px 30px 72px; }
  .contact-copy { padding-top: 24px; }
}
/* ===== Contact page final style override ===== */

.journal {
  color: inherit;
  text-decoration: none;
}

.journal:hover {
  opacity: 0.72;
}

.contact-page {
  min-height: calc(100vh - 36px);
  padding: clamp(48px, 7vw, 120px) clamp(24px, 6vw, 100px);
}

.contact-content {
  width: min(100%, 960px);
  margin: 0 auto;
  text-align: center;
}

.contact-image {
  overflow: hidden;
  margin: 0 auto;
}

.contact-image img {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  margin: 0 auto;
}

.contact-copy {
  padding: 34px 0 0;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.04em;
  color: #25251f;
}

.contact-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: normal;
  line-height: 1.5;
}

.contact-copy p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.8;
  text-transform: uppercase;
}

/* ===== About page final style ===== */

.brand,
.nav a,
.journal {
  color: inherit;
  text-decoration: none;
}

.journal:hover {
  opacity: 0.72;
}

.about-page {
  min-height: calc(100vh - 36px);
  padding: clamp(72px, 10vw, 150px) clamp(32px, 8vw, 140px);
}

.about-copy {
  width: min(100%, 980px);
  margin: 0;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  color: #25251f;
  letter-spacing: 0.03em;
}

.about-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.15;
  font-weight: 700;
}

.about-subtitle {
  margin: 18px 0 0;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.about-gap {
  height: 64px;
}

.about-copy p {
  margin: 0 0 24px;
  max-width: 980px;
  font-size: clamp(15px, 1.4vw, 23px);
  line-height: 2.05;
  font-weight: normal;
}

.about-copy .jp-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2.1;
}

@media (max-width: 760px) {
  .about-page {
    padding: 64px 28px 96px;
  }

  .about-copy h1 {
    font-size: 38px;
  }

  .about-copy p {
    font-size: 14px;
    line-height: 2;
  }

  .about-gap {
    height: 46px;
  }
}
/* ===== Mood Park intro link ===== */

.mood-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.04em;
  transition: opacity 0.4s ease;
}

.mood-link:hover {
  opacity: 0.62;
}

.mood-main {
  font-size: 12px;
  line-height: 1.7;
}

.mood-sub {
  font-size: 10px;
  line-height: 1.8;
  color: #55584d;
}
/* ===== Mood Park intro final override ===== */

.intro {
  padding: 111px 28px 123px;
}

.mood-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.04em;
  transition: opacity 0.4s ease;
}

.mood-link:hover {
  opacity: 0.62;
}

.mood-main,
.mood-sub {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mood-main {
  font-size: 12px;
  line-height: 1.7;
}

.mood-sub {
  font-size: 12px;
  line-height: 1.7;
  color: #55584d;
}

@media (max-width: 760px) {
  .intro {
    padding: 82px 24px 92px;
  }

  .mood-link {
    gap: 18px;
  }

  .mood-main,
  .mood-sub {
    font-size: 11px;
  }
}
/* ===== About page layout final override ===== */

.site .about-page {
  min-height: calc(100vh - 36px);
  padding: clamp(92px, 10vw, 160px) clamp(28px, 8vw, 140px) clamp(120px, 12vw, 180px);
  box-sizing: border-box;
}

.site .about-copy {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  color: #25251f;
  letter-spacing: 0.03em;
}

.site .about-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.08;
  font-weight: 700;
}

.site .about-subtitle {
  margin: 0 0 84px;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.site .about-gap {
  height: 72px;
}

.site .about-copy p {
  margin: 0 0 28px;
  max-width: 980px;
  font-size: clamp(14px, 1.16vw, 18px);
  line-height: 2.05;
  font-weight: normal;
}

.site .about-copy .jp-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 2.12;
}

.site .about-copy .jp-text + .jp-text {
  margin-top: 30px;
}

.site .about-copy .about-gap + p {
  margin-top: 0;
}

@media (max-width: 760px) {
  .site .about-page {
    padding: 72px 28px 110px;
  }

  .site .about-copy {
    width: 100%;
  }

  .site .about-copy h1 {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .site .about-subtitle {
    font-size: 16px;
    margin-bottom: 56px;
  }

  .site .about-gap {
    height: 52px;
  }

  .site .about-copy p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 24px;
  }
}
/* ===== Journal row spacing final override ===== */

.journal {
  min-height: 88px;
  padding: 18px 22px;
  justify-content: flex-start;
  gap: 26px;
  color: inherit;
  text-decoration: none;
}

.journal h3 {
  margin: 0;
}

.journal p {
  margin: 0;
}

.journal:hover {
  opacity: 0.72;
}
/* ===== About page typography final override ===== */

.site .about-page {
  min-height: calc(100vh - 36px);
  padding: clamp(88px, 10vw, 150px) clamp(28px, 8vw, 140px) clamp(120px, 12vw, 180px);
  box-sizing: border-box;
}

.site .about-copy {
  width: min(100%, 820px);
  margin: 0 auto;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  color: #25251f;
  letter-spacing: 0.025em;
}

.site .about-copy h1 {
  margin: 0 0 26px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  font-weight: 700;
}

.site .about-subtitle {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.site .about-gap {
  height: 72px;
}

.site .about-copy p {
  margin: 0 0 30px;
  max-width: 820px;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 2.05;
  font-weight: normal;
}

.site .about-copy .jp-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 2.15;
}

@media (max-width: 760px) {
  .site .about-page {
    padding: 72px 28px 110px;
  }

  .site .about-copy {
    width: 100%;
  }

  .site .about-copy h1 {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .site .about-subtitle {
    font-size: 16px;
  }

  .site .about-gap {
    height: 52px;
  }

  .site .about-copy p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 26px;
  }
}
/* ===== Service detail typography final override ===== */

.service-copy {
  max-width: 760px !important;
}

.service-copy h1 {
  font-family: "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  letter-spacing: 0.045em !important;
  line-height: 1.16 !important;
}

.service-copy p {
  max-width: 660px !important;
  font-size: clamp(14px, 1.18vw, 19px) !important;
  line-height: 2.05 !important;
  letter-spacing: 0.035em !important;
  text-wrap: pretty;
}

.service-copy .jp-text {
  max-width: 700px !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
  line-height: 2.12 !important;
}

.service-copy .service-label,
.service-copy .service-kicker {
  font-family: "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  letter-spacing: 0.06em !important;
}

@media (max-width: 760px) {
  .service-copy {
    max-width: 100% !important;
  }

  .service-copy h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.18 !important;
  }

  .service-copy p {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 2 !important;
  }

  .service-copy .jp-text {
    max-width: 100% !important;
  }
}

/* ===== Journal row compact final override ===== */

.journal-grid {
  min-height: auto;
}

.journal {
  min-height: 118px;
  padding: 24px 34px;
  justify-content: flex-start;
  gap: 34px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.journal h3 {
  margin: 0;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.07em;
  font-weight: normal;
}

.journal p {
  margin: 0;
  max-width: 300px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.045em;
}

.journal-statement h3 {
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: 0.075em;
}

.journal-statement p {
  max-width: 310px;
}

@media (max-width: 760px) {
  .journal {
    min-height: 112px;
    padding: 22px 24px;
    gap: 24px;
  }

  .journal h3 {
    font-size: 14px;
  }

  .journal p {
    font-size: 11px;
  }
}

/* ===== Journal row tighter override ===== */

.journal-grid {
  min-height: auto !important;
}

.journal {
  min-height: 92px !important;
  padding: 18px 30px !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.journal h3 {
  margin: 0 !important;
  max-width: 360px !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
  letter-spacing: 0.07em !important;
  font-weight: normal !important;
}

.journal p {
  margin: 0 !important;
  max-width: 360px !important;
  font-size: 10.5px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.045em !important;
}

.journal-statement h3 {
  font-size: 13px !important;
  line-height: 1.32 !important;
}

.journal-statement p {
  max-width: 380px !important;
}

@media (max-width: 760px) {
  .journal {
    min-height: 90px !important;
    padding: 18px 22px !important;
    gap: 14px !important;
  }

  .journal h3 {
    font-size: 12px !important;
  }

  .journal p {
    font-size: 10px !important;
    line-height: 1.6 !important;
  }
}
/* ===== About page typography match service pages ===== */

.site .about-copy {
  width: min(100%, 760px) !important;
  margin: 0 auto !important;
  text-align: left !important;
  font-family: "Courier New", Courier, monospace !important;
  color: #25251f !important;
  letter-spacing: 0.035em !important;
}

.site .about-copy h1 {
  margin: 0 0 56px !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: clamp(48px, 6vw, 82px) !important;
  line-height: 1.16 !important;
  font-weight: normal !important;
  letter-spacing: 0.045em !important;
}

.site .about-subtitle {
  margin: 0 0 88px !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 2.05 !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em !important;
}

.site .about-copy p {
  margin: 0 0 34px !important;
  max-width: 760px !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: clamp(14px, 1.18vw, 19px) !important;
  line-height: 2.05 !important;
  font-weight: normal !important;
  letter-spacing: 0.035em !important;
}

.site .about-copy .jp-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 300 !important;
  font-size: clamp(14px, 1.18vw, 19px) !important;
  line-height: 2.12 !important;
  letter-spacing: 0.04em !important;
}

.site .about-gap {
  height: 74px !important;
}

@media (max-width: 760px) {
  .site .about-copy {
    width: 100% !important;
  }

  .site .about-copy h1 {
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 1.18 !important;
    margin-bottom: 46px !important;
  }

  .site .about-subtitle {
    margin-bottom: 60px !important;
    font-size: 14px !important;
  }

  .site .about-copy p,
  .site .about-copy .jp-text {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 2 !important;
  }

  .site .about-gap {
    height: 52px !important;
  }
}
/* ===== Bottom journal row height tighter final ===== */

.journal-grid {
  min-height: 0 !important;
}

.journal {
  height: 150px !important;
  min-height: 0 !important;
  padding: 22px 34px !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  box-sizing: border-box !important;
}

.journal h3 {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.07em !important;
}

.journal p {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.045em !important;
}

.footer {
  padding: 16px 22px !important;
}

@media (max-width: 760px) {
  .journal {
    height: auto !important;
    min-height: 96px !important;
    padding: 18px 22px !important;
    gap: 16px !important;
  }

  .journal h3 {
    font-size: 12px !important;
  }

  .journal p {
    font-size: 10px !important;
    line-height: 1.55 !important;
  }
}
/* ===== Match About Japanese font with service pages ===== */

.site .about-subtitle,
.site .about-copy .jp-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.035em !important;
  line-height: 2.05 !important;
  color: #25251f !important;
}

.site .about-subtitle {
  font-size: clamp(15px, 1.2vw, 18px) !important;
}

.site .about-copy .jp-text {
  font-size: clamp(14px, 1.18vw, 19px) !important;
}

/* Keep service Japanese in the same font direction */
.service-copy .jp-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.035em !important;
  line-height: 2.05 !important;
}
/* ===== Bottom journal row compact text width final ===== */

.journal {
  height: 118px !important;
  min-height: 0 !important;
  padding: 18px 44px 16px !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  box-sizing: border-box !important;
}

.journal h3 {
  max-width: 250px !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.075em !important;
  font-weight: normal !important;
}

.journal p {
  max-width: 260px !important;
  margin: 0 !important;
  font-size: 9.8px !important;
  line-height: 1.62 !important;
  letter-spacing: 0.045em !important;
}

.journal-statement h3 {
  max-width: 230px !important;
}

.journal-statement p {
  max-width: 260px !important;
}

.footer {
  padding: 14px 22px !important;
}

@media (max-width: 760px) {
  .journal {
    height: auto !important;
    min-height: 96px !important;
    padding: 18px 22px !important;
    gap: 14px !important;
  }

  .journal h3,
  .journal p {
    max-width: 100% !important;
  }
}
/* ===== Bottom journal text position final ===== */

.journal {
  height: 118px !important;
  padding: 20px 44px 18px !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  gap: 15px !important;
  text-align: left !important;
}

.journal h3 {
  font-size: 12.6px !important;
  line-height: 1.34 !important;
  letter-spacing: 0.078em !important;
  max-width: 250px !important;
}

.journal p {
  font-size: 9.8px !important;
  line-height: 1.62 !important;
  max-width: 260px !important;
}

.journal-statement h3 {
  font-size: 12.8px !important;
  max-width: 240px !important;
}

.journal-statement p {
  max-width: 260px !important;
}
/* ===== Service card caption size +2px ===== */

.product .caption {
  font-size: 12px !important;
  line-height: 1.72 !important;
  letter-spacing: 0.035em !important;
}

.product .caption * {
  font-size: inherit !important;
}
/* ===== Bottom journal text alignment final ===== */

.journal {
  height: 118px !important;
  padding: 26px 44px 22px !important;
  display: grid !important;
  grid-template-rows: 18px 24px !important;
  row-gap: 22px !important;
  align-content: end !important;
  align-items: start !important;
  justify-content: start !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.journal h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12.6px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.078em !important;
  font-weight: normal !important;
  white-space: nowrap !important;
}

.journal p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 9.8px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.045em !important;
  white-space: nowrap !important;
}
