.kaname-company {
  --kc-ink: #173a32;
  --kc-deep: #14372f;
  --kc-sage: #dfe9e1;
  --kc-cream: #f7f5ef;
  --kc-gold: #b9944d;
  --kc-line: #d8ded9;
  color: #24332f;
  background: #fff;
  font-family: inherit;
  line-height: 1.85;
}

.kaname-company-page .entry-header,
.kaname-company-page .page-header,
.kaname-company-page .entry-title { display: none; }

.kaname-company *, .kaname-company *::before, .kaname-company *::after { box-sizing: border-box; }
.kaname-company h1, .kaname-company h2, .kaname-company h3, .kaname-company p, .kaname-company dl, .kaname-company ul { margin-top: 0; }
.kaname-company h1, .kaname-company h2, .kaname-company h3 { color: var(--kc-ink); font-weight: 700; letter-spacing: .03em; }
.kaname-company a { color: var(--kc-deep); text-underline-offset: .2em; }

.kc-hero { position: relative; overflow: hidden; background: var(--kc-deep); color: #fff; }
.kc-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -105px; top: -220px; }
.kc-hero-inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 100px; position: relative; z-index: 1; }
.kc-kicker { margin-bottom: 14px; color: var(--kc-gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.kc-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(40px, 6vw, 72px); line-height: 1.15; }
.kc-hero .kc-name { margin-bottom: 28px; color: #fff; font-size: clamp(20px, 2.5vw, 30px); font-weight: 600; letter-spacing: .08em; }
.kc-hero .kc-lead { max-width: 760px; margin-bottom: 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.8; }

.kc-section { width: min(1000px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0; }
.kc-section-heading { display: grid; grid-template-columns: 220px 1fr; align-items: end; gap: 28px; margin-bottom: 38px; }
.kc-section-heading .kc-kicker { margin-bottom: 5px; }
.kc-section-heading h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.25; }
.kc-introduction > p { max-width: 760px; margin: 0 auto; font-size: 17px; }

.kc-profile { width: min(1120px, calc(100% - 48px)); }
.kc-profile-list { border-top: 1px solid var(--kc-line); }
.kc-row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid var(--kc-line); }
.kc-row dt, .kc-row dd { padding: 22px 24px; }
.kc-row dt { color: var(--kc-ink); background: var(--kc-cream); font-weight: 700; }
.kc-row dd { margin: 0; background: #fff; }
.kc-registry-link { margin: 20px 0 0; text-align: right; font-size: 14px; }

.kc-business { width: 100%; max-width: none; padding: 88px max(24px, calc((100% - 1000px) / 2)); background: var(--kc-cream); }
.kc-business-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; width: 100%; margin: 0; padding: 0; }
.kc-business-grid article { display: grid !important; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 18px; min-width: 0; margin: 0 !important; padding: 24px !important; border: 1px solid #e2dfd5; background: #fff; box-shadow: none; }
.kc-business-grid article > span { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: var(--kc-deep); border: 1px solid var(--kc-gold); border-radius: 50%; font-size: 13px; font-weight: 700; }
.kc-business-grid article > p { min-width: 0; margin: 0 !important; color: var(--kc-ink); font-size: 17px; font-weight: 700; overflow-wrap: anywhere; }

.kc-station { padding-top: 88px; padding-bottom: 36px; }
.kc-station-card { padding: 52px; color: #fff; background: var(--kc-deep); }
.kc-station-card h2 { margin-bottom: 28px; color: #fff; font-size: 34px; }
.kc-station-card h3 { margin-bottom: 8px; color: #fff; font-size: 25px; }
.kc-station-card > p:not(.kc-kicker) { margin-bottom: 26px; }
.kc-station-card a { color: #fff; font-weight: 700; }

.kc-contact { padding-top: 68px; }
.kc-contact > p { margin-bottom: 28px; }
.kc-contact dl { max-width: 760px; margin-bottom: 34px; border-top: 1px solid var(--kc-line); }
.kc-contact dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--kc-line); }
.kc-contact dt { color: var(--kc-ink); font-weight: 700; }
.kc-contact dd { margin: 0; overflow-wrap: anywhere; }
.kc-button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 25px; color: #fff !important; background: var(--kc-deep); font-weight: 700; text-decoration: none; }

@media (max-width: 720px) {
  .kc-hero-inner, .kc-section, .kc-profile { width: min(100% - 32px, 1000px); }
  .kc-hero-inner { padding: 76px 0 70px; }
  .kc-section { padding: 64px 0; }
  .kc-section-heading { display: block; margin-bottom: 28px; }
  .kc-row { grid-template-columns: 1fr; }
  .kc-row dt, .kc-row dd { padding: 15px 17px; }
  .kc-row dt { padding-bottom: 7px; }
  .kc-row dd { padding-top: 7px; }
  .kc-business { width: 100%; padding: 64px 16px; }
  .kc-business-grid { grid-template-columns: 1fr; }
  .kc-business-grid article { grid-template-columns: 42px minmax(0, 1fr); padding: 20px !important; }
  .kc-business-grid article > span { width: 42px; height: 42px; }
  .kc-station-card { padding: 34px 24px; }
  .kc-contact dl > div { grid-template-columns: 1fr; gap: 3px; }
}
