/*
Theme Name: Sushi M&A Center
Theme URI: https://sushi-ma-center.jp/
Description: Sushi industry M&A advisory child theme for Sushi M&A Center.
Author: M&A Do
Version: 1.0.37
Text Domain: sushi-ma-center
*/

:root {
  --smc-ink: #12202a;
  --smc-nori: #0f3140;
  --smc-sea: #28636d;
  --smc-rice: #fbf7ef;
  --smc-paper: #fffdf8;
  --smc-hinoki: #bc7a43;
  --smc-gold: #d7b36a;
  --smc-red: #a73d2f;
  --smc-wasabi: #7e905d;
  --smc-muted: #4b5961;
  --smc-muted-strong: #39464d;
  --smc-hinoki-dark: #8c552b;
  --smc-on-dark-muted: #e4edf0;
  --smc-line: rgba(18, 32, 42, 0.13);
  --smc-shadow: 0 22px 60px rgba(20, 27, 31, 0.18);
  --smc-soft-shadow: 0 14px 38px rgba(20, 27, 31, 0.12);
  --smc-radius: 8px;
  --smc-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --smc-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

html {
  scroll-behavior: smooth;
}

body.smc-site,
body.smc-body {
  margin: 0;
  background: var(--smc-rice);
  color: var(--smc-ink);
  font-family: var(--smc-font);
  letter-spacing: 0;
  overflow-x: hidden;
}

.smc-preheader {
  padding: 7px 0;
  background: #123d62;
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
}

.smc-preheader__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 12px;
  line-height: 1.5;
}

.smc-preheader__inner strong {
  color: #fff;
  font-weight: 900;
}

.smc-preheader__inner span,
.smc-preheader__inner a {
  color: rgba(255, 255, 255, 0.9);
}

.smc-preheader__inner a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smc-preheader__inner span::before,
.smc-preheader__inner a::before {
  content: "|";
  margin-right: 12px;
  color: rgba(242, 212, 135, 0.78);
}

.smc-site * {
  box-sizing: border-box;
}

.smc-site h1,
.smc-site h2,
.smc-site h3,
.smc-site p,
.smc-site a,
.smc-site span,
.smc-site strong,
.smc-site small,
.smc-site li {
  overflow-wrap: anywhere;
}

.smc-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

.smc-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-width: 0;
}

.smc-skip {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  background: var(--smc-paper);
  color: var(--smc-ink);
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
}

.smc-skip:focus,
.smc-skip:focus-visible {
  left: 12px;
}

.smc-site a:focus-visible,
.smc-site button:focus-visible,
.smc-site summary:focus-visible,
.smc-site input:focus-visible,
.smc-site select:focus-visible,
.smc-site textarea:focus-visible {
  outline: 3px solid #f2d487;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(15, 49, 64, 0.22);
}

.smc-site input:focus-visible,
.smc-site select:focus-visible,
.smc-site textarea:focus-visible {
  outline-offset: 2px;
}

#main:focus {
  outline: none;
}

.smc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(18, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: var(--smc-ink);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.smc-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(3, 14, 20, 0.12);
}

.smc-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 26px;
}

.smc-header__right {
  display: grid;
  gap: 11px;
  justify-items: end;
  min-width: 0;
  flex: 1 1 auto;
}

.smc-header__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 800;
}

.smc-header__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(18, 32, 42, 0.1);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.88);
  color: var(--smc-muted-strong);
}

.smc-header__navrow {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.smc-logo {
  position: relative;
  display: inline-block;
  width: clamp(250px, 23vw, 330px);
  aspect-ratio: 1640 / 530;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--smc-logo, url("assets/sushi-ma-logo-header.png")) left center / contain no-repeat;
  color: var(--smc-ink);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
}

.smc-logo__mark {
  display: none;
}

.smc-logo__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.smc-logo__label small {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: rgba(18, 32, 42, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
}

.smc-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
}

.smc-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 7px 8px;
  color: rgba(18, 32, 42, 0.76);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 800;
}

.smc-nav a:hover,
.smc-nav a:focus {
  color: var(--smc-red);
}

.smc-nav a[aria-current="page"] {
  color: var(--smc-red);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.smc-nav__phone {
  padding: 9px 12px;
  border: 1px solid rgba(18, 32, 42, 0.18);
  border-radius: 999px;
  color: var(--smc-nori) !important;
  background: #fff;
  font-weight: 900;
}

.smc-nav__consult {
  padding: 11px 15px !important;
  border-radius: 8px;
  background: var(--smc-nori);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(15, 49, 64, 0.14);
}

.smc-nav__consult:hover,
.smc-nav__consult:focus {
  background: #0b2430;
  color: #fff !important;
}

.smc-subbar {
  background: var(--smc-nori);
  border-top: 3px solid var(--smc-gold);
  color: #fff;
}

.smc-subbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 18px;
  font-size: 0.86rem;
  font-weight: 800;
}

.smc-subbar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 32, 42, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--smc-ink);
  cursor: pointer;
}

.smc-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.smc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--smc-red);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  box-shadow: 0 14px 30px rgba(167, 61, 47, 0.22);
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.smc-button:hover,
.smc-button:focus {
  transform: translateY(-2px);
  background: #923226;
  color: #fff;
  box-shadow: 0 18px 36px rgba(167, 61, 47, 0.28);
}

.smc-button--ghost {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  box-shadow: none;
}

.smc-button--ghost:hover,
.smc-button--ghost:focus {
  background: rgba(255, 255, 255, 0.18);
}

.smc-button--light {
  background: var(--smc-paper);
  color: var(--smc-nori);
  box-shadow: var(--smc-soft-shadow);
}

.smc-button--light:hover,
.smc-button--light:focus {
  background: #fff;
  color: var(--smc-nori);
}

.smc-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.smc-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.smc-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.smc-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 900ms ease;
}

.smc-is-loaded .smc-hero__media img {
  transform: scale(1);
}

.smc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 25, 34, 0.94) 0%, rgba(7, 25, 34, 0.78) 38%, rgba(7, 25, 34, 0.28) 74%),
    linear-gradient(180deg, rgba(7, 25, 34, 0.22), rgba(7, 25, 34, 0.54));
}

.smc-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 316px);
  gap: 44px;
  align-items: center;
  min-width: 0;
}

.smc-hero__content {
  width: min(680px, 100%);
  padding: 72px 0 58px;
  padding-left: 24px;
  border-left: 4px solid var(--smc-gold);
  min-width: 0;
}

.smc-kicker {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(215, 179, 106, 0.45);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--smc-nori);
  font-size: 0.86rem;
  font-weight: 800;
}

.smc-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--smc-gold);
}

.smc-kicker span {
  display: inline-flex;
  align-items: center;
}

.smc-kicker span + span::before {
  content: "|";
  margin: 0 8px 0 0;
  color: var(--smc-gold);
}

.smc-hero h1 {
  margin: 0;
  font-family: var(--smc-serif);
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
}

.smc-hero h1 span {
  display: block;
}

.smc-hero__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.95;
}

.smc-hero__fee {
  position: relative;
  display: grid;
  gap: 4px;
  max-width: 560px;
  margin: 24px 0 0;
  padding: 18px 20px 18px 22px;
  border-radius: var(--smc-radius);
  border: 1px solid rgba(215, 179, 106, 0.72);
  background: rgba(255, 253, 248, 0.97);
  color: var(--smc-ink);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.smc-hero__fee::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--smc-gold), var(--smc-red));
}

.smc-hero__fee::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -36%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(16deg);
  animation: smc-glint 4.8s ease-in-out infinite;
}

.smc-hero__fee span,
.smc-hero__fee strong,
.smc-hero__fee small {
  position: relative;
  z-index: 1;
  display: block;
}

.smc-hero__fee span {
  color: var(--smc-red);
  font-size: 0.84rem;
  font-weight: 900;
}

.smc-hero__fee strong {
  font-family: var(--smc-serif);
  font-size: 2rem;
  line-height: 1.25;
}

.smc-hero__fee small {
  color: rgba(18, 32, 42, 0.7);
  font-weight: 700;
  line-height: 1.65;
}

.smc-hero__phone {
  align-self: end;
  margin-bottom: 68px;
  padding: 24px;
  border-radius: var(--smc-radius);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 31, 42, 0.82);
  box-shadow: var(--smc-shadow);
  backdrop-filter: blur(14px);
}

.smc-hero__phone span {
  display: block;
  color: var(--smc-gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.smc-hero__phone strong {
  display: block;
  margin-top: 8px;
  font-size: 1.48rem;
  letter-spacing: 0.02em;
}

.smc-hero__phone p {
  margin: 12px 0 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.smc-hero__phone a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
}

.smc-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
  max-width: 620px;
}

.smc-proof {
  padding: 14px;
  border: 1px solid rgba(242, 212, 135, 0.24);
  border-radius: var(--smc-radius);
  background: rgba(8, 31, 42, 0.45);
  backdrop-filter: blur(12px);
}

.smc-proof strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.smc-proof span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  line-height: 1.6;
}

.smc-trust-strip {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #fffdf8;
  border-top: 1px solid rgba(215, 179, 106, 0.36);
  border-bottom: 1px solid rgba(18, 32, 42, 0.1);
}

.smc-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.smc-trust-strip__item {
  display: grid;
  gap: 6px;
  min-height: 148px;
  padding: 24px 22px;
  border-left: 1px solid rgba(18, 32, 42, 0.1);
  color: var(--smc-ink);
  text-decoration: none;
  transition: background 170ms ease, transform 170ms ease;
}

.smc-trust-strip__item:last-child {
  border-right: 1px solid rgba(18, 32, 42, 0.1);
}

.smc-trust-strip__item:hover,
.smc-trust-strip__item:focus {
  background: rgba(215, 179, 106, 0.12);
  transform: translateY(-2px);
}

.smc-trust-strip__item span,
.smc-trust-strip__item strong,
.smc-trust-strip__item small {
  display: block;
}

.smc-trust-strip__item span {
  color: var(--smc-hinoki-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.smc-trust-strip__item strong {
  color: var(--smc-nori);
  font-family: var(--smc-serif);
  font-size: 1.16rem;
  line-height: 1.45;
}

.smc-trust-strip__item small {
  color: var(--smc-muted-strong);
  line-height: 1.65;
}

.smc-section {
  padding: 86px 0;
}

.smc-fee {
  position: relative;
  border-top: 1px solid rgba(215, 179, 106, 0.34);
  border-bottom: 1px solid rgba(18, 32, 42, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 239, 228, 0.96)),
    var(--smc-texture);
  background-size: cover;
}

.smc-fee__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 34px;
  align-items: center;
}

.smc-fee__copy p:not(.smc-section__label) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(18, 32, 42, 0.76);
  line-height: 1.95;
}

.smc-fee__zero {
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 26px 22px;
  border-radius: var(--smc-radius);
  background:
    radial-gradient(circle at 72% 18%, rgba(215, 179, 106, 0.28), transparent 34%),
    linear-gradient(160deg, #0f3140, #071f2b);
  color: #fff;
  text-align: center;
  box-shadow: var(--smc-shadow);
}

.smc-fee__zero span,
.smc-fee__zero small {
  display: block;
  font-weight: 900;
}

.smc-fee__zero span {
  color: var(--smc-gold);
  font-size: 0.95rem;
}

.smc-fee__zero strong {
  display: block;
  margin: 4px 0;
  color: #fff;
  font-family: var(--smc-serif);
  font-size: clamp(4.2rem, 9vw, 7rem);
  line-height: 0.95;
}

.smc-fee__zero small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.smc-fee__table {
  margin-top: 30px;
  border: 1px solid var(--smc-line);
  border-radius: var(--smc-radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 27, 31, 0.1);
  overflow: hidden;
}

.smc-fee__row {
  display: grid;
  grid-template-columns: minmax(120px, 0.62fr) minmax(150px, 0.56fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: center;
  border-top: 1px solid rgba(18, 32, 42, 0.09);
}

.smc-fee__row:first-child {
  border-top: 0;
}

.smc-fee__row > * {
  min-height: 72px;
  margin: 0;
  padding: 18px;
  line-height: 1.65;
}

.smc-fee__row span {
  font-weight: 900;
}

.smc-fee__row strong {
  display: grid;
  place-items: center;
  height: 100%;
  background: rgba(167, 61, 47, 0.08);
  color: var(--smc-red);
  font-family: var(--smc-serif);
  font-size: 1.45rem;
}

.smc-fee__row em {
  color: rgba(18, 32, 42, 0.68);
  font-style: normal;
}

.smc-fee__row--head {
  background: var(--smc-nori);
  color: #fff;
}

.smc-fee__row--head strong {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--smc-font);
  font-size: 0.95rem;
}

.smc-fee__row--head em {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.smc-fee__row--accent strong {
  background: var(--smc-red);
  color: #fff;
  font-size: 1.8rem;
}

.smc-fee__note {
  margin: 18px 0 0;
  color: rgba(18, 32, 42, 0.65);
  font-size: 0.86rem;
  line-height: 1.85;
}

.smc-sushi-check {
  position: relative;
  border-bottom: 1px solid rgba(18, 32, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(251, 247, 239, 0.98)),
    var(--smc-texture);
  background-size: cover;
}

.smc-sushi-check__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.smc-sushi-check__item {
  position: relative;
  min-height: 205px;
  padding: 22px;
  border-radius: var(--smc-radius);
  border: 1px solid rgba(18, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(20, 27, 31, 0.08);
  overflow: hidden;
}

.smc-sushi-check__item::after {
  content: "";
  position: absolute;
  inset: auto 18px 16px auto;
  width: 42px;
  height: 2px;
  background: var(--smc-gold);
}

.smc-sushi-check__item span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(167, 61, 47, 0.1);
  color: var(--smc-red);
  font-size: 0.76rem;
  font-weight: 900;
}

.smc-sushi-check__item h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.smc-sushi-check__item p {
  margin: 0;
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.82;
}

.smc-sushi-check__questions {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--smc-radius);
  background: var(--smc-nori);
  color: #fff;
  box-shadow: var(--smc-soft-shadow);
}

.smc-sushi-check__questions h3 {
  margin: 0;
  font-family: var(--smc-serif);
  font-size: 1.55rem;
  line-height: 1.45;
}

.smc-sushi-check__questions ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smc-sushi-check__questions li {
  display: grid;
  gap: 4px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.smc-sushi-check__questions li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.smc-sushi-check__questions strong {
  color: #fff;
}

.smc-sushi-check__questions span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.smc-section--paper {
  background: var(--smc-paper);
}

.smc-section--nori {
  background:
    linear-gradient(rgba(15, 49, 64, 0.92), rgba(15, 49, 64, 0.95)),
    var(--smc-texture);
  background-size: cover;
  color: #fff;
}

.smc-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.52fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.smc-section__head > *,
.smc-split > *,
.smc-card,
.smc-proof,
.smc-metric,
.smc-step,
.smc-industry,
.smc-sushi-check__item,
.smc-sushi-check__questions,
.smc-link-panel a,
.smc-doc,
.smc-case,
.smc-band__panel {
  min-width: 0;
}

.smc-section__label {
  margin: 0 0 10px;
  color: var(--smc-red);
  font-weight: 800;
  font-size: 0.84rem;
}

.smc-section--nori .smc-section__label {
  color: var(--smc-gold);
}

.smc-section h2 {
  margin: 0;
  font-family: var(--smc-serif);
  font-size: 2.35rem;
  line-height: 1.35;
}

.smc-section__lead {
  margin: 0;
  line-height: 1.95;
  color: rgba(18, 32, 42, 0.76);
}

.smc-section--nori .smc-section__lead {
  color: rgba(255, 255, 255, 0.78);
}

.smc-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.smc-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border-radius: var(--smc-radius);
  background: #fff;
  border: 1px solid var(--smc-line);
  box-shadow: var(--smc-soft-shadow);
  overflow: hidden;
}

.smc-card::before {
  content: attr(data-index);
  position: absolute;
  right: 18px;
  top: 14px;
  color: rgba(167, 61, 47, 0.13);
  font-family: var(--smc-serif);
  font-size: 3.6rem;
  line-height: 1;
}

.smc-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.smc-card p,
.smc-card li {
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.85;
}

.smc-card p {
  margin: 0;
}

.smc-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.smc-card li {
  padding-left: 18px;
  position: relative;
}

.smc-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--smc-wasabi);
}

.smc-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.smc-metric {
  padding: 20px;
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background: rgba(15, 49, 64, 0.045);
}

.smc-metric strong,
.smc-metric span,
.smc-metric small {
  display: block;
}

.smc-metric strong {
  color: var(--smc-red);
  font-size: 1.08rem;
}

.smc-metric span {
  margin-top: 6px;
  font-weight: 800;
}

.smc-metric small {
  margin-top: 7px;
  color: rgba(18, 32, 42, 0.66);
  line-height: 1.65;
}

.smc-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.smc-split__image {
  position: relative;
}

.smc-split__image::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border-radius: var(--smc-radius);
  background: var(--smc-nori);
}

.smc-split__image img {
  border-radius: var(--smc-radius);
  box-shadow: var(--smc-shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.smc-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.smc-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.85;
}

.smc-list__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(167, 61, 47, 0.1);
  color: var(--smc-red);
  font-weight: 900;
}

.smc-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: smc-flow;
}

.smc-flow__item {
  position: relative;
  padding: 24px;
  border-radius: var(--smc-radius);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.smc-flow__item::before {
  counter-increment: smc-flow;
  content: "0" counter(smc-flow);
  display: inline-block;
  margin-bottom: 18px;
  color: var(--smc-gold);
  font-family: var(--smc-serif);
  font-size: 1.5rem;
}

.smc-flow__item h3 {
  margin: 0 0 10px;
  font-size: 1.04rem;
}

.smc-flow__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.82;
}

.smc-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.smc-step {
  min-height: 190px;
  padding: 22px 18px;
  border-radius: var(--smc-radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
}

.smc-step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--smc-gold);
  color: var(--smc-nori);
  font-family: var(--smc-serif);
}

.smc-step strong,
.smc-step small {
  display: block;
}

.smc-step strong {
  font-size: 1rem;
}

.smc-step small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.smc-industries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.smc-industry {
  min-height: 108px;
  padding: 20px;
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0.98)),
    var(--smc-texture);
  background-size: cover;
}

.smc-industry h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.smc-industry p {
  margin: 0;
  color: rgba(18, 32, 42, 0.7);
  line-height: 1.7;
}

.smc-link-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.smc-link-panel a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background: #fff;
  color: var(--smc-ink);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(20, 27, 31, 0.07);
}

.smc-link-panel a::before {
  content: "•";
  color: var(--smc-gold);
  font-weight: 900;
}

.smc-link-panel span {
  font-weight: 900;
}

.smc-link-panel small {
  color: rgba(18, 32, 42, 0.64);
  line-height: 1.55;
}

.smc-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.smc-doc {
  padding: 22px;
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background: #fff;
  box-shadow: var(--smc-soft-shadow);
}

.smc-doc h3 {
  margin: 0 0 10px;
  color: var(--smc-nori);
}

.smc-doc p {
  margin: 0;
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.8;
}

.smc-band {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background: var(--smc-nori);
  color: #fff;
}

.smc-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.42fr);
  gap: 40px;
  align-items: center;
}

.smc-band h2 {
  margin: 0 0 18px;
  font-family: var(--smc-serif);
  font-size: 2.15rem;
  line-height: 1.35;
}

.smc-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
}

.smc-band__panel {
  padding: 26px;
  border-radius: var(--smc-radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.smc-band__panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--smc-gold);
  font-size: 1.25rem;
}

.smc-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.smc-case {
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--smc-soft-shadow);
}

.smc-case__body {
  padding: 22px;
}

.smc-case img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.smc-case__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(126, 144, 93, 0.14);
  color: #53633a;
  font-size: 0.76rem;
  font-weight: 800;
}

.smc-case h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.smc-case p {
  margin: 0;
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.82;
}

.smc-faq {
  display: grid;
  gap: 12px;
}

.smc-faq details {
  padding: 20px 22px;
  border-radius: var(--smc-radius);
  background: #fff;
  border: 1px solid var(--smc-line);
}

.smc-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.smc-faq p {
  margin: 14px 0 0;
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.85;
}

.smc-disclaimer {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: var(--smc-radius);
  border: 1px solid var(--smc-line);
  background: rgba(255, 255, 255, 0.76);
}

.smc-disclaimer p {
  margin: 0;
  color: rgba(18, 32, 42, 0.68);
  font-size: 0.86rem;
  line-height: 1.85;
}

.smc-page-hero {
  padding: 86px 0 56px;
  background:
    linear-gradient(90deg, rgba(15, 49, 64, 0.96), rgba(15, 49, 64, 0.74)),
    var(--smc-texture);
  background-size: cover;
  color: #fff;
}

.smc-page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--smc-serif);
  font-size: 2.65rem;
  line-height: 1.28;
}

.smc-page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}

.smc-page-hero .smc-kicker {
  margin: 0 0 18px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--smc-nori);
}

.smc-breadcrumb {
  margin: 0 0 22px;
  font-size: 0.82rem;
}

.smc-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smc-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.smc-breadcrumb li + li::before {
  content: "/";
  color: rgba(215, 179, 106, 0.92);
}

.smc-breadcrumb a {
  color: #fff;
  text-decoration-color: rgba(215, 179, 106, 0.78);
  text-underline-offset: 4px;
}

.smc-breadcrumb span {
  color: rgba(255, 255, 255, 0.78);
}

.smc-page-content {
  padding: 70px 0 96px;
}

.smc-page-content__inner {
  display: grid;
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
  padding: 36px;
  border-radius: var(--smc-radius);
  background: var(--smc-paper);
  box-shadow: var(--smc-soft-shadow);
}

.smc-entry-eyecatch {
  margin: -8px -8px 4px;
  border: 1px solid var(--smc-line);
  border-radius: var(--smc-radius);
  overflow: hidden;
  background: #fff;
}

.smc-entry-eyecatch img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.smc-page-content h2 {
  margin: 10px 0 0;
  font-family: var(--smc-serif);
  font-size: 1.65rem;
}

.smc-page-content p,
.smc-page-content li {
  line-height: 1.9;
}

.smc-page-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--smc-radius);
}

.smc-page-content th,
.smc-page-content td {
  padding: 14px 16px;
  border: 1px solid var(--smc-line);
  text-align: left;
  vertical-align: top;
}

.smc-page-content th {
  width: 32%;
  background: rgba(15, 49, 64, 0.06);
}

.smc-form {
  display: grid;
  gap: 22px;
}

.smc-form__intro {
  display: grid;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(15, 49, 64, 0.16);
  border-radius: var(--smc-radius);
  background:
    linear-gradient(135deg, rgba(15, 49, 64, 0.08), rgba(215, 179, 106, 0.13)),
    #fff;
}

.smc-form--buyer .smc-form__intro {
  background:
    linear-gradient(135deg, rgba(40, 99, 109, 0.1), rgba(126, 144, 93, 0.12)),
    #fff;
}

.smc-form__intro p {
  margin: 0;
  color: var(--smc-hinoki);
  font-size: 0.76rem;
  font-weight: 900;
}

.smc-form__intro h2 {
  margin: 0;
  font-family: var(--smc-serif);
  font-size: 1.55rem;
  line-height: 1.45;
}

.smc-form__intro span {
  display: block;
  color: rgba(18, 32, 42, 0.74);
  font-size: 0.95rem;
  line-height: 1.9;
}

.smc-form__assist {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 10px 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--smc-red);
  font-size: 0.9rem;
  line-height: 1.65;
}

.smc-form__points,
.smc-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.smc-form__points div {
  display: grid;
  gap: 6px;
  min-height: 114px;
  padding: 17px;
  border: 1px solid var(--smc-line);
  border-radius: var(--smc-radius);
  background: #fff;
}

.smc-form__points strong {
  color: var(--smc-nori);
  font-family: var(--smc-serif);
  font-size: 1.08rem;
}

.smc-form__points span {
  color: rgba(18, 32, 42, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.smc-form__section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  color: var(--smc-nori);
  font-family: var(--smc-serif);
  font-size: 1.08rem;
  font-weight: 900;
}

.smc-form__section::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--smc-line);
}

.smc-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.smc-form label,
.smc-form__field {
  display: grid;
  gap: 8px;
  color: var(--smc-ink);
  font-weight: 800;
}

.smc-form__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--smc-ink);
  font-weight: 900;
}

.smc-form__badge {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(18, 32, 42, 0.08);
  color: rgba(18, 32, 42, 0.68);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.smc-form__badge--required {
  background: rgba(167, 61, 47, 0.12);
  color: var(--smc-red);
}

.smc-form input,
.smc-form select,
.smc-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--smc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--smc-ink);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.smc-form input::placeholder,
.smc-form textarea::placeholder {
  color: rgba(18, 32, 42, 0.42);
}

.smc-form input:focus,
.smc-form select:focus,
.smc-form textarea:focus {
  border-color: rgba(40, 99, 109, 0.55);
  box-shadow: 0 0 0 4px rgba(40, 99, 109, 0.12);
  outline: none;
}

.smc-form input:focus-visible,
.smc-form select:focus-visible,
.smc-form textarea:focus-visible {
  outline: 3px solid #f2d487;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px rgba(15, 49, 64, 0.22);
}

.smc-form textarea {
  min-height: 150px;
  resize: vertical;
}

.smc-form__full {
  grid-column: 1 / -1;
}

.smc-form__fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--smc-line);
  border-radius: var(--smc-radius);
  background: rgba(255, 255, 255, 0.62);
}

.smc-form__fieldset legend {
  width: 100%;
  padding: 0 0 10px;
}

.smc-form__hint {
  display: block;
  margin: 0;
  color: rgba(18, 32, 42, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.65;
}

.smc-form__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.smc-form__choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.smc-form .smc-form__checks label,
.smc-form .smc-form__choice-row label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 32, 42, 0.11);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.smc-form .smc-form__checks label:has(input:checked),
.smc-form .smc-form__choice-row label:has(input:checked) {
  border-color: rgba(167, 61, 47, 0.42);
  background: rgba(167, 61, 47, 0.08);
  color: var(--smc-red);
}

.smc-form .smc-form__checks input,
.smc-form .smc-form__choice-row input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  padding: 0;
}

.smc-form__privacy {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.7;
}

.smc-form__privacy input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.smc-form__privacy a {
  color: #8d2d22;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smc-legal-updated,
.smc-legal-note {
  padding: 14px 16px;
  border-left: 4px solid var(--smc-gold);
  border-radius: var(--smc-radius);
  background: rgba(215, 179, 106, 0.13);
  color: var(--smc-muted-strong);
  font-weight: 800;
  line-height: 1.8;
}

.smc-legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

.smc-legal-list li {
  padding-left: 2px;
}

.smc-alert {
  padding: 14px 16px;
  border-radius: var(--smc-radius);
  background: rgba(126, 144, 93, 0.14);
  color: #3f4f29;
  font-weight: 800;
}

.smc-choice {
  display: grid;
  gap: 26px;
}

.smc-choice__head {
  display: grid;
  gap: 10px;
}

.smc-choice__head p {
  margin: 0;
  color: var(--smc-hinoki);
  font-size: 0.78rem;
  font-weight: 900;
}

.smc-choice__head h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--smc-serif);
  font-size: 1.72rem;
  line-height: 1.45;
}

.smc-choice__head span {
  display: block;
  max-width: 760px;
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.9;
}

.smc-choice-card {
  display: grid;
  gap: 10px;
  min-height: 245px;
  padding: 26px;
  border: 1px solid rgba(18, 32, 42, 0.12);
  border-radius: var(--smc-radius);
  background: #fff;
  color: var(--smc-ink);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(20, 27, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.smc-choice-card:hover,
.smc-choice-card:focus {
  border-color: rgba(15, 49, 64, 0.28);
  box-shadow: var(--smc-soft-shadow);
  transform: translateY(-4px);
}

.smc-choice-card--seller {
  background:
    linear-gradient(135deg, rgba(167, 61, 47, 0.08), rgba(215, 179, 106, 0.14)),
    #fff;
}

.smc-choice-card--buyer {
  background:
    linear-gradient(135deg, rgba(40, 99, 109, 0.1), rgba(126, 144, 93, 0.12)),
    #fff;
}

.smc-choice-card em {
  color: var(--smc-hinoki);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.smc-choice-card strong {
  font-family: var(--smc-serif);
  font-size: 1.35rem;
  line-height: 1.45;
}

.smc-choice-card span {
  color: rgba(18, 32, 42, 0.72);
  line-height: 1.8;
}

.smc-choice-card small {
  align-self: end;
  color: var(--smc-red);
  font-size: 0.88rem;
  font-weight: 900;
}

.smc-choice__note {
  padding: 18px 20px;
  border-left: 4px solid var(--smc-gold);
  border-radius: var(--smc-radius);
  background: rgba(215, 179, 106, 0.14);
  color: rgba(18, 32, 42, 0.78);
  line-height: 1.85;
}

.smc-page-content__inner,
.smc-card,
.smc-sushi-check__item,
.smc-doc,
.smc-case,
.smc-form,
.smc-choice,
.smc-choice-card,
.smc-fee__table,
.smc-faq details {
  color: var(--smc-ink);
}

.smc-page-content__inner p,
.smc-page-content__inner li,
.smc-card p,
.smc-card li,
.smc-sushi-check__item p,
.smc-doc p,
.smc-case p,
.smc-choice__head span,
.smc-choice-card span,
.smc-choice__note,
.smc-fee__copy p:not(.smc-section__label),
.smc-fee__row em,
.smc-fee__note,
.smc-section__lead,
.smc-form__intro span,
.smc-form__points span,
.smc-form__hint {
  color: var(--smc-muted);
}

.smc-page-content__inner h2,
.smc-page-content__inner h3,
.smc-card h3,
.smc-sushi-check__item h3,
.smc-doc h3,
.smc-case h3,
.smc-choice__head h2,
.smc-choice-card strong,
.smc-form__intro h2,
.smc-form__label,
.smc-form__section,
.smc-form label,
.smc-form__field {
  color: var(--smc-ink);
}

.smc-hero,
.smc-page-hero,
.smc-section--nori,
.smc-band,
.smc-sushi-check__questions,
.smc-fee__zero,
.smc-footer {
  color: #fff;
}

.smc-hero__lead,
.smc-page-hero p,
.smc-section--nori .smc-section__lead,
.smc-band p,
.smc-step small,
.smc-sushi-check__questions span,
.smc-footer,
.smc-footer a {
  color: var(--smc-on-dark-muted);
}

.smc-kicker,
.smc-page-hero .smc-kicker {
  color: var(--smc-nori);
  background: var(--smc-paper);
}

.smc-fee__zero small {
  color: var(--smc-on-dark-muted);
}

.smc-page-hero .smc-kicker,
.smc-hero .smc-kicker {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.smc-form__intro p,
.smc-choice__head p,
.smc-choice-card em,
.smc-case__tag,
.smc-section__label {
  color: var(--smc-hinoki-dark);
}

.smc-section--nori .smc-section__label,
.smc-band__panel strong,
.smc-fee__zero span {
  color: #f2d487;
}

.smc-button,
.smc-button:hover,
.smc-button:focus,
.smc-nav__consult,
.smc-nav__consult:hover,
.smc-nav__consult:focus,
.smc-mobile-bar a {
  color: #fff !important;
}

.smc-button--light,
.smc-button--light:hover,
.smc-button--light:focus,
.smc-band .smc-button--light,
.smc-footer .smc-button--light {
  background: #fffdf8 !important;
  border-color: rgba(15, 49, 64, 0.14);
  color: #0f3140 !important;
  text-shadow: none;
}

.smc-button--ghost,
.smc-button--ghost:hover,
.smc-button--ghost:focus {
  background: rgba(7, 25, 34, 0.44);
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff !important;
}

.smc-hero h1,
.smc-hero__phone strong,
.smc-section--nori h2,
.smc-section--nori h3,
.smc-band h2,
.smc-page-hero h1,
.smc-footer h2,
.smc-footer h3,
.smc-footer strong {
  color: #fff;
}

.smc-hero__lead,
.smc-hero__phone p,
.smc-section--nori p,
.smc-section--nori li,
.smc-band p,
.smc-page-hero p,
.smc-footer p,
.smc-footer li,
.smc-footer dd,
.smc-footer a:not(.smc-button):not(.smc-logo) {
  color: #e4edf0;
}

.smc-section--nori .smc-section__label,
.smc-band__panel strong,
.smc-fee__zero span,
.smc-footer__assurance span,
.smc-footer__company-info dt {
  color: #f6dc92;
}

.smc-hero__fee,
.smc-hero__fee strong {
  color: #12202a;
}

.smc-hero__fee small {
  color: #39464d;
}

.smc-form input::placeholder,
.smc-form textarea::placeholder {
  color: #69757b;
  opacity: 1;
}

.smc-form__badge {
  background: #e9ece9;
  color: var(--smc-muted-strong);
}

.smc-form__badge--required {
  background: #f7ded8;
  color: #8d2d22;
}

.smc-form input,
.smc-form select,
.smc-form textarea {
  color: var(--smc-ink);
  background: #fff;
}

.smc-form .smc-form__checks label,
.smc-form .smc-form__choice-row label {
  color: var(--smc-ink);
  background: #fff;
}

.smc-form .smc-form__checks label:has(input:checked),
.smc-form .smc-form__choice-row label:has(input:checked) {
  color: #8d2d22;
  background: #f9e8e4;
}

.smc-footer {
  padding: 54px 0 34px;
  background:
    linear-gradient(180deg, #0d2b38 0%, #071b24 100%);
  color: var(--smc-on-dark-muted);
}

.smc-footer__assurance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 40px;
  padding: 28px;
  border: 1px solid rgba(242, 212, 135, 0.28);
  border-radius: var(--smc-radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.1), rgba(215, 179, 106, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.smc-footer__assurance span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f2d487;
  font-size: 0.78rem;
  font-weight: 900;
}

.smc-footer__assurance h2 {
  margin: 0;
  color: #fff;
  font-family: var(--smc-serif);
  font-size: 1.58rem;
  line-height: 1.45;
}

.smc-footer__assurance p {
  margin: 10px 0 0;
  color: var(--smc-on-dark-muted);
  line-height: 1.8;
}

.smc-footer__cta {
  display: grid;
  gap: 12px;
}

.smc-footer .smc-button--light {
  color: var(--smc-nori) !important;
}

.smc-footer .smc-button--light:hover,
.smc-footer .smc-button--light:focus {
  color: var(--smc-nori) !important;
  text-decoration: none;
}

.smc-footer__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(242, 212, 135, 0.4);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
}

.smc-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.5fr);
  gap: 34px;
}

.smc-footer__grid--rich {
  grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(150px, 0.7fr));
  align-items: start;
}

.smc-footer a {
  color: #f4f8f9;
  text-decoration: none;
}

.smc-footer a:hover,
.smc-footer a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smc-footer__logo-card {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: var(--smc-radius);
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.smc-footer .smc-logo {
  width: min(330px, calc(100vw - 92px));
  height: auto;
  margin: 0;
}

.smc-footer__brand p {
  max-width: 520px;
  margin: 0;
  color: var(--smc-on-dark-muted);
  line-height: 1.9;
}

.smc-footer__company-info {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  font-size: 0.86rem;
}

.smc-footer__company-info div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
}

.smc-footer__company-info dt {
  color: #f2d487;
  font-weight: 900;
}

.smc-footer__company-info dd {
  margin: 0;
  color: var(--smc-on-dark-muted);
  line-height: 1.65;
}

.smc-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.98rem;
}

.smc-footer__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smc-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--smc-on-dark-muted);
  line-height: 1.55;
}

.smc-footer__links a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f2d487;
  opacity: 0.82;
}

.smc-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.smc-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(242, 212, 135, 0.26);
  border-radius: 999px;
  color: #f4f8f9;
  font-size: 0.8rem;
  font-weight: 800;
}

.smc-footer__bottom {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(228, 237, 240, 0.82);
  font-size: 0.82rem;
  line-height: 1.75;
}

.smc-footer__bottom p {
  margin: 0;
}

.smc-footer__bottom p + p {
  margin-top: 8px;
}

.smc-mobile-bar {
  display: none;
}

.smc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.smc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .smc-reveal,
  .smc-hero__media img,
  .smc-hero__fee::after,
  .smc-button,
  .smc-choice-card {
    transition: none;
    animation: none;
    transform: none;
  }

  .smc-reveal {
    opacity: 1;
  }
}

@keyframes smc-glint {
  0%,
  54% {
    left: -38%;
  }

  72% {
    left: 110%;
  }

  100% {
    left: 110%;
  }
}

@media (max-width: 980px) {
  .smc-preheader {
    font-size: 0.74rem;
  }

  .smc-header__trust {
    display: none;
  }

  .smc-header__right,
  .smc-header__navrow {
    display: contents;
  }

  .smc-subbar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 9px 0;
  }

  .smc-nav {
    position: absolute;
    inset: 96px 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: var(--smc-radius);
    background: rgba(15, 49, 64, 0.98);
    box-shadow: var(--smc-shadow);
  }

  .smc-nav a {
    color: rgba(255, 255, 255, 0.88);
  }

  .smc-nav__consult {
    padding: 12px 0 !important;
    background: transparent;
    box-shadow: none;
  }

  .smc-nav a:hover,
  .smc-nav a:focus {
    color: #fff;
  }

  .smc-nav__phone {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
    background: transparent;
  }

  .smc-nav.is-open {
    display: flex;
  }

  .smc-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .smc-hero h1 {
    font-size: 2.75rem;
  }

  .smc-hero__layout {
    grid-template-columns: 1fr;
  }

  .smc-hero__phone {
    align-self: start;
    width: min(100%, 420px);
    margin: -42px 0 58px 24px;
  }

  .smc-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smc-trust-strip__item:nth-child(odd) {
    border-left: 1px solid rgba(18, 32, 42, 0.1);
  }

  .smc-trust-strip__item:nth-child(even) {
    border-right: 1px solid rgba(18, 32, 42, 0.1);
  }

  .smc-section__head,
  .smc-split,
  .smc-fee__main,
  .smc-sushi-check__questions,
  .smc-band__inner,
  .smc-footer__assurance,
  .smc-footer__grid {
    grid-template-columns: 1fr;
  }

  .smc-footer__cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smc-card-grid,
  .smc-flow,
  .smc-metrics,
  .smc-steps,
  .smc-link-panel,
  .smc-sushi-check__grid,
  .smc-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smc-industries,
  .smc-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.smc-site,
  body.smc-body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .smc-container {
    width: min(100% - 28px, 1120px);
  }

  .smc-preheader {
    padding: 7px 0;
    font-size: 0.62rem;
    line-height: 1.55;
  }

  .smc-preheader__inner {
    display: block;
  }

  .smc-preheader__inner span {
    display: inline;
  }

  .smc-preheader__inner strong,
  .smc-preheader__inner a {
    display: inline;
  }

  .smc-preheader__inner span::before,
  .smc-preheader__inner a::before {
    content: " | ";
    margin-right: 0;
  }

  .smc-subbar {
    display: none;
  }

  .smc-header__bar {
    min-height: 66px;
  }

  .smc-logo {
    width: min(220px, calc(100vw - 96px));
  }

  .smc-nav {
    inset: 66px 14px auto;
  }

  .smc-footer {
    padding-top: 42px;
  }

  .smc-footer__assurance {
    padding: 22px 18px;
  }

  .smc-footer__assurance h2 {
    font-size: 1.26rem;
  }

  .smc-footer__cta {
    grid-template-columns: 1fr;
  }

  .smc-footer__logo-card {
    padding: 12px 14px;
  }

  .smc-footer .smc-logo {
    width: min(260px, calc(100vw - 84px));
  }

  .smc-footer__company-info div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .smc-footer__badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .smc-hero {
    min-height: auto;
    background: var(--smc-nori);
  }

  .smc-hero__content {
    padding: 44px 0 30px 18px;
    border-left-width: 3px;
  }

  .smc-kicker {
    display: block;
    align-items: flex-start;
    width: 100%;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.55;
  }

  .smc-kicker::before {
    display: none;
  }

  .smc-kicker span {
    display: inline;
    min-width: 0;
  }

  .smc-hero h1 {
    font-size: 1.65rem;
    line-height: 1.35;
  }

  .smc-hero h1 span {
    display: block;
  }

  .smc-hero__lead {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .smc-hero__fee {
    margin-top: 22px;
    padding: 16px 16px 16px 18px;
  }

  .smc-hero__fee strong {
    font-size: 1.52rem;
  }

  .smc-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .smc-hero__phone {
    margin: 0 0 36px;
  }

  .smc-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smc-trust-strip__item {
    min-height: auto;
    padding: 16px 14px;
    border-right: 1px solid rgba(18, 32, 42, 0.1);
    border-bottom: 1px solid rgba(18, 32, 42, 0.08);
  }

  .smc-trust-strip__item span {
    font-size: 0.7rem;
  }

  .smc-trust-strip__item strong {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .smc-trust-strip__item small {
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .smc-trust-strip__item:hover,
  .smc-trust-strip__item:focus {
    transform: none;
  }

  .smc-hero__proof,
  .smc-card-grid,
  .smc-flow,
  .smc-metrics,
  .smc-steps,
  .smc-link-panel,
  .smc-sushi-check__grid,
  .smc-doc-grid,
  .smc-industries,
  .smc-case-grid,
  .smc-form__points,
  .smc-form__grid,
  .smc-form__checks,
  .smc-choice__grid,
  .smc-footer__links {
    grid-template-columns: 1fr;
  }

  .smc-step {
    min-height: auto;
  }

  .smc-section {
    padding: 56px 0;
  }

  .smc-section__head {
    gap: 20px;
    margin-bottom: 26px;
  }

  .smc-page-hero {
    padding: 64px 0 42px;
  }

  .smc-page-content {
    padding: 46px 0 72px;
  }

  .smc-band {
    padding: 56px 0;
  }

  .smc-section h2,
  .smc-band h2,
  .smc-page-hero h1 {
    font-size: 1.85rem;
  }

  .smc-breadcrumb {
    margin-bottom: 16px;
    font-size: 0.76rem;
  }

  .smc-fee__main {
    gap: 20px;
  }

  .smc-fee__zero {
    min-height: 190px;
  }

  .smc-fee__row {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .smc-fee__row--head {
    display: none;
  }

  .smc-fee__row > * {
    min-height: auto;
    padding: 3px 0;
  }

  .smc-fee__row strong {
    display: block;
    width: fit-content;
    min-width: 96px;
    margin-top: 7px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 1.28rem;
    text-align: center;
  }

  .smc-fee__row--accent strong {
    font-size: 1.48rem;
  }

  .smc-sushi-check__item {
    min-height: auto;
    padding: 20px;
  }

  .smc-sushi-check__questions {
    padding: 22px 18px;
  }

  .smc-sushi-check__questions h3 {
    font-size: 1.34rem;
  }

  .smc-page-content__inner {
    padding: 24px 18px;
  }

  .smc-form__intro,
  .smc-choice-card {
    padding: 20px 18px;
  }

  .smc-form__intro h2,
  .smc-choice__head h2 {
    font-size: 1.32rem;
  }

  .smc-choice-card {
    min-height: auto;
  }

  .smc-page-content table,
  .smc-page-content tbody,
  .smc-page-content tr,
  .smc-page-content th,
  .smc-page-content td {
    display: block;
    width: 100%;
  }

  .smc-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    gap: 8px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--smc-line);
    box-shadow: 0 -12px 28px rgba(20, 27, 31, 0.12);
    overflow: hidden;
  }

  .smc-mobile-bar a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: 999px;
    background: var(--smc-nori);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }

  .smc-mobile-bar a:last-child {
    background: var(--smc-red);
  }
}

@media (max-width: 360px) {
  .smc-trust-strip__inner {
    grid-template-columns: 1fr;
  }
}

/* Section organization polish */
.smc-section {
  position: relative;
  padding: clamp(76px, 7vw, 108px) 0;
  border-top: 1px solid rgba(18, 32, 42, 0.06);
  overflow: hidden;
}

.smc-section > .smc-container {
  position: relative;
  z-index: 1;
}

.smc-section:not(.smc-section--paper):not(.smc-section--nori):not(.smc-fee) {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(251, 247, 239, 0.92));
}

.smc-section__head {
  position: relative;
  align-items: start;
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(18, 32, 42, 0.1);
}

.smc-section__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(92px, 34%);
  height: 2px;
  background: var(--smc-gold);
}

.smc-section--nori .smc-section__head {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.smc-section__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid rgba(167, 61, 47, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  line-height: 1.2;
}

.smc-section__label::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.58;
}

.smc-section--nori .smc-section__label {
  border-color: rgba(215, 179, 106, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.smc-section__lead {
  max-width: 560px;
}

.smc-card-grid,
.smc-case-grid,
.smc-sushi-check__grid,
.smc-doc-grid,
.smc-industries {
  gap: clamp(14px, 1.45vw, 20px);
}

.smc-metrics,
.smc-steps {
  gap: clamp(12px, 1.2vw, 18px);
}

.smc-card,
.smc-metric,
.smc-industry,
.smc-doc,
.smc-case,
.smc-sushi-check__item {
  height: 100%;
}

.smc-link-panel {
  gap: clamp(10px, 1vw, 14px);
  margin-top: 24px;
}

.smc-link-panel a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--smc-gold);
}

.smc-list__mark {
  font-size: 0;
}

.smc-list__mark::before {
  content: "";
  width: 8px;
  height: 13px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
}

.smc-step {
  position: relative;
}

.smc-step::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: rgba(215, 179, 106, 0.72);
}

.smc-band::before,
.smc-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(215, 179, 106, 0.86), transparent);
}

.smc-band::before {
  top: 0;
}

.smc-band::after {
  bottom: 0;
}

.smc-card,
.smc-metric,
.smc-industry,
.smc-doc,
.smc-case,
.smc-sushi-check__item,
.smc-link-panel a,
.smc-faq details {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.smc-card:hover,
.smc-metric:hover,
.smc-industry:hover,
.smc-doc:hover,
.smc-case:hover,
.smc-sushi-check__item:hover,
.smc-link-panel a:hover,
.smc-faq details:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 179, 106, 0.48);
  box-shadow: 0 18px 42px rgba(20, 27, 31, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .smc-card,
  .smc-metric,
  .smc-industry,
  .smc-doc,
  .smc-case,
  .smc-sushi-check__item,
  .smc-link-panel a,
  .smc-faq details {
    transition: none;
    transform: none;
  }
}

@media (max-width: 980px) {
  .smc-section__lead {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .smc-section {
    padding: 58px 0;
  }

  .smc-section__head {
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }

  .smc-section__label {
    gap: 8px;
    padding: 6px 10px;
    font-size: 0.76rem;
  }

  .smc-section__label::before {
    width: 20px;
  }

  .smc-link-panel {
    margin-top: 18px;
  }
}
