:root {
  --ink: #172026;
  --deep: #20303a;
  --steel: #586570;
  --soft: #f4f2ed;
  --line: #d9d4c9;
  --gold: #c7a24b;
  --gold-dark: #9d7c2c;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(15, 27, 36, .98), rgba(39, 48, 54, .95));
  backdrop-filter: blur(8px);
}

.brand {
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, .86);
}

.header-call {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .5);
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: min(56vw, 805px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #1e2b33;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-20260511-pc-nohair.png");
  background-size: cover;
  background-position: center;
}

.hero-bg picture,
.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin-left: clamp(20px, 5vw, 86px);
  padding-top: 72px;
  display: none;
}

.hero-kicker {
  margin: 0 0 6px;
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 4px 12px rgba(0, 0, 0, .62);
}

.hero h1 {
  margin: 0;
  font-size: clamp(68px, 11vw, 156px);
  font-weight: 900;
  line-height: .98;
  color: var(--gold);
  text-shadow: 0 5px 15px rgba(0, 0, 0, .58);
}

.hero h1 strong {
  font-size: .72em;
}

.hero-lead {
  margin: 34px 0 22px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 4px 12px rgba(0, 0, 0, .62);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.hero-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .1);
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.desktop-hero-actions {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 5vw, 86px);
  bottom: clamp(18px, 3vw, 42px);
  display: none;
  flex-wrap: wrap;
  gap: 14px;
}

.under-hero-cta {
  padding: 24px 0;
  color: var(--white);
  background: #152027;
}

.under-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.under-hero-inner p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.under-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.button.secondary.dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 24px;
  border: 1px solid transparent;
  font-weight: 800;
}

.button.primary {
  color: #151b1f;
  background: linear-gradient(180deg, #e2c266, var(--gold));
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .08);
}

.section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.light {
  background: var(--soft);
}

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

.split,
.two-column,
.entry-layout,
.info-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.section-label {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-lead {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(52px, 7vw, 84px);
}

.seo-lead h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.28;
  letter-spacing: 0;
}

.seo-lead p:last-child {
  max-width: 940px;
  font-size: 17px;
}

.section-copy {
  max-width: 860px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 700;
}

h2 {
  margin: 0 0 26px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.45;
}

p {
  margin: 0 0 18px;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list p {
  position: relative;
  margin: 0;
  padding: 18px 18px 18px 52px;
  background: var(--soft);
  border-left: 5px solid var(--gold);
  font-weight: 700;
}

.check-list p::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--gold-dark);
  border-bottom: 3px solid var(--gold-dark);
  transform: rotate(-45deg);
}

.message-band {
  margin-top: 44px;
  padding: 34px clamp(24px, 4vw, 48px);
  color: var(--white);
  background: var(--deep);
}

.message-band p {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
}

.message-band span {
  color: rgba(255, 255, 255, .82);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  min-height: 270px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

.number {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.dark-panel {
  padding: clamp(32px, 5vw, 54px);
  color: var(--white);
  background: var(--deep);
}

.dark-panel .section-label {
  color: #dfc56c;
}

.profile-block {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
}

.profile-block ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-block li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.reason-list {
  display: grid;
  gap: 18px;
}

.reason-list div {
  padding: 26px 30px;
  background: var(--white);
  border-left: 6px solid var(--gold);
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 900;
  line-height: 1.6;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
}

.voice-section {
  color: var(--white);
  background: linear-gradient(135deg, #1b272f, #33424b);
}

.voice-section .section-label {
  color: #dfc56c;
}

.large-copy {
  font-size: 20px;
  font-weight: 700;
}

blockquote {
  margin: 0;
  padding: 34px;
  background: rgba(255, 255, 255, .1);
  border-left: 5px solid var(--gold);
  font-size: 18px;
}

.greeting p {
  max-width: 920px;
  font-size: 17px;
}

.signature {
  margin-top: 28px;
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 3px solid var(--gold);
}

.timeline div {
  position: relative;
  padding: 28px 14px 0;
}

.timeline div::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
}

.timeline time {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.timeline p {
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}

.access-box {
  padding: 34px;
  color: var(--white);
  background: var(--deep);
}

.job-table {
  margin: 0;
  border-top: 1px solid var(--line);
}

.job-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.job-table dt {
  font-weight: 900;
  color: var(--steel);
}

.job-table dd {
  margin: 0;
  font-weight: 700;
}

.company-info {
  background: var(--soft);
}

.company-table {
  background: var(--white);
  padding: 0 24px;
  border: 1px solid var(--line);
}

.entry-section {
  color: var(--white);
  background: #152027;
}

.entry-section .section-label {
  color: #dfc56c;
}

.entry-copy {
  position: sticky;
  top: 100px;
}

.phone-large {
  display: inline-block;
  margin-top: 12px;
  color: #dfc56c;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.1;
}

.entry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--white);
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfc8bb;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfaf7;
  font: inherit;
  line-height: 1.5;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.full,
.full-button {
  grid-column: 1 / -1;
}

.full-button {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, .74);
  background: #101820;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer p {
  margin: 0 0 4px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  color: var(--white);
  background: linear-gradient(135deg, #152027, #31414b);
}

.thanks-panel {
  width: min(720px, 100%);
  padding: clamp(32px, 6vw, 64px);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.thanks-panel .section-label {
  color: #dfc56c;
}

.thanks-panel h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.25;
}

.thanks-panel p:not(.section-label) {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .header-nav {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-bg {
    background-position: 58% center;
  }

  .split,
  .two-column,
  .entry-layout,
  .info-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    border-left: 3px solid var(--gold);
  }

  .timeline div {
    padding: 0 0 24px 28px;
  }

  .timeline div::before {
    top: 8px;
    left: -11px;
  }

  .entry-copy {
    position: static;
  }

  .under-hero-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .under-hero-actions {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 62px;
    padding: 10px 16px;
  }

  .brand {
    font-size: 14px;
  }

  .header-call {
    padding: 6px 9px;
    font-size: 12px;
  }

  .hero {
    min-height: 690px;
    align-items: end;
  }

  .hero-bg {
    background-image:
      linear-gradient(0deg, rgba(13, 23, 29, .82) 0%, rgba(13, 23, 29, .22) 28%, rgba(13, 23, 29, 0) 52%),
      url("assets/hero-20260511-mobile-nohair.png");
    background-position: center top;
    background-size: cover;
  }

  .hero-content {
    display: none;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
  }

  .desktop-hero-actions {
    display: none;
  }

  .hero-kicker {
    display: none;
  }

  .hero h1 {
    display: none;
  }

  .hero-lead {
    display: none;
  }

  .hero-tags {
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .under-hero-cta {
    padding: 20px 0;
  }

  .under-hero-inner p {
    font-size: 16px;
    line-height: 1.7;
  }

  .container {
    width: calc(100% - 32px);
  }

  .section {
    padding: 64px 0;
  }

  .message-band,
  .feature-card,
  .dark-panel,
  .profile-block,
  .access-box,
  blockquote {
    padding: 24px;
  }

  .job-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .entry-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
