:root {
  --ink-2: rgba(240, 235, 224, 0.72);
  --ink-mute: rgba(240, 235, 224, 0.42);
}

body {
  font-weight: 400;
  line-height: 1.7;
}

.page-hero {
  min-height: auto;
  padding: 104px 28px 54px;
  position: relative;
  isolation: isolate;
}

.page-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 38px;
  align-items: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.085) 1px, transparent 1.4px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(60% 55% at 88% 8%, rgba(201, 168, 76, 0.30) 0%, rgba(201, 168, 76, 0.12) 28%, rgba(201, 168, 76, 0.04) 55%, transparent 75%),
    radial-gradient(40% 40% at 92% 0%, rgba(220, 190, 100, 0.16) 0%, transparent 60%);
  mix-blend-mode: screen;
}

.hero-super {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--hot);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-super::before {
  content: "-";
  font-weight: 700;
}

.hero-title {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.hero-title .gold {
  color: var(--hot);
}

.hero-title .en {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 0.02em;
  color: var(--ink-2);
  margin-top: 14px;
}

.hero-lede {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: var(--ink-2);
  max-width: 560px;
  font-weight: 500;
}

.hero-lede mark {
  background: var(--ink);
  color: var(--paper);
  padding: 2px 8px;
}

.masthead-card {
  border: 2px solid var(--ink);
  background: rgba(10, 26, 20, 0.72);
  box-shadow: 8px 10px 20px rgba(0,0,0,0.35);
  padding: 24px;
  position: relative;
}

.masthead-card::before {
  content: "BUSINESS PROFILE";
  position: absolute;
  top: -14px;
  left: 22px;
  background: var(--hot);
  color: var(--paper);
  padding: 4px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 500;
}

.masthead-logo {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.masthead-logo em {
  color: var(--hot);
  font-style: normal;
}

.masthead-meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--ink-2);
  text-transform: uppercase;
}

section {
  padding: 72px 28px;
  position: relative;
}

.sec-head {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 38px;
  color: var(--ink);
}

.sec-num-wrap {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.sec-num {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.sec-num .hash {
  color: var(--gold);
}

.sec-title {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.sec-title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--hot);
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.sec-head-side {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-align: right;
  color: var(--ink-2);
  line-height: 1.7;
  max-width: 260px;
}

.profile-section {
  background: var(--bg-2);
}

.profile-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: start;
}

.profile-copy {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.01em;
}

.profile-copy em {
  color: var(--paper);
  background: var(--hot);
  font-style: normal;
  padding: 0 8px;
}

.profile-note {
  margin-top: 22px;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 2;
  max-width: 480px;
}

.profile-table {
  border-top: 2px solid var(--ink);
  background: rgba(10, 26, 20, 0.34);
}

.profile-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--rule);
}

.profile-row dt {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--hot);
  text-transform: uppercase;
  padding-left: 10px;
}

.profile-row dd {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.profile-row dd small {
  display: block;
  margin-top: 2px;
  color: var(--ink-2);
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.business-intro {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: var(--ink-2);
  margin-bottom: 30px;
}

.business-list {
  max-width: 1120px;
  margin: 0 auto;
  list-style: none;
  counter-reset: business;
  border-top: 2px solid var(--ink);
}

.business-item {
  counter-increment: business;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}

.business-item::before {
  content: "0" counter(business);
  font-family: "Archivo Black", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: var(--hot);
  letter-spacing: -0.04em;
}

.business-item p {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.business-item small {
  display: block;
  margin-top: 10px;
  color: var(--ink-2);
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.contact-strip {
  background: var(--hot);
  color: var(--paper);
  padding: 42px 28px;
}

.contact-strip-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.contact-strip h2 {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.2;
}

.contact-strip p {
  margin-top: 12px;
  max-width: 680px;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
}

.strip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
  white-space: nowrap;
}

.strip-button:hover {
  background: transparent;
  color: var(--paper);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .page-hero-inner,
  .profile-grid,
  .contact-strip-inner {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
    padding: 88px 20px 46px;
  }

  section {
    padding: 64px 20px;
  }

  .sec-head {
    grid-template-columns: 1fr;
  }

  .sec-head-side {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .masthead-card {
    padding: 24px 20px;
  }

  .profile-row,
  .business-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .profile-row dd,
  .business-item p {
    font-size: 15px;
    padding-left: 10px;
  }

  .business-item::before {
    font-size: 30px;
  }
}
