/* ============== Intro ============== */
.contact-intro__inner {
  text-align: center;
}

.contact-intro__en {
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: 0.5em;
  color: var(--c-yellow-deep);
  margin-bottom: 24px;
  font-weight: 600;
}

.contact-intro__title {
  font-family: var(--ff-mincho);
  font-size: 38px;
  letter-spacing: 0.18em;
  line-height: 1.7;
  margin-bottom: 32px;
  font-weight: 600;
  color: var(--c-ink);
}

.contact-intro__title span { display: block; }

.contact-intro__lead {
  font-size: 15px;
  line-height: 2.2;
  color: var(--c-text-mid);
}

/* ============== Methods ============== */
.methods {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}

.method {
  position: relative;
  background: var(--c-paper);
  padding: 56px 44px 44px;
  border-radius: 4px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  border: 1px solid var(--c-line-soft);
}

.method:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.method--line {
  background: linear-gradient(160deg, #ffffff 0%, #f1fbf4 100%);
  border: 2px solid #06c755;
}

.method--mail {
  background: linear-gradient(160deg, #ffffff 0%, var(--c-yellow-pale) 100%);
  border: 2px solid var(--c-yellow);
}

.method__rec {
  position: absolute;
  top: -14px;
  left: 32px;
  background: #06c755;
  color: #fff;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: 0.32em;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.35);
}

.method__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(6, 199, 85, 0.25);
}

.method__icon--mail {
  background: var(--c-yellow);
  box-shadow: 0 8px 20px rgba(232, 163, 23, 0.25);
}

.method__icon svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

.method__icon--mail svg { fill: var(--c-ink); }

.method__en {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: 0.5em;
  color: var(--c-yellow-deep);
  font-weight: 700;
  margin-bottom: 12px;
}

.method--line .method__en { color: #06c755; }

.method__title {
  font-family: var(--ff-mincho);
  font-size: 28px;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  font-weight: 600;
  color: var(--c-ink);
}

.method__desc {
  line-height: 2;
  color: var(--c-text-mid);
  margin-bottom: 24px;
  font-size: 14px;
}

.method__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  flex: 1;
}

.method__points li {
  position: relative;
  padding-left: 30px;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--c-ink);
}

.method__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 8px;
  border-left: 2px solid var(--c-yellow-deep);
  border-bottom: 2px solid var(--c-yellow-deep);
  transform: rotate(-45deg);
}

.method--line .method__points li::before {
  border-color: #06c755;
}

.method__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  width: 100%;
}

.method__btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.method__btn--line {
  background: #06c755;
  color: #fff;
}

.method__btn--line:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.4);
}

.method__btn--mail {
  background: var(--c-yellow);
  color: var(--c-ink);
}

.method__btn--mail:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(232, 163, 23, 0.4);
}

.method__note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--c-text-sub);
  margin-top: 14px;
  text-align: center;
}

/* ============== Share ============== */
.share-section__lead {
  text-align: center;
  margin-bottom: 48px;
  line-height: 2;
  color: var(--c-text-mid);
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.share-card {
  background: var(--c-paper);
  padding: 36px 32px;
  border-radius: 4px;
  border: 1px solid var(--c-line-soft);
  border-left: 3px solid var(--c-yellow);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

.share-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--c-yellow-deep);
}

.share-card__num {
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--c-yellow-deep);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.share-card h3 {
  font-family: var(--ff-mincho);
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--c-ink);
}

.share-card p {
  font-size: 13.5px;
  line-height: 2;
  color: var(--c-text-mid);
}

/* ============== Hours ============== */
.hours {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  background: var(--c-paper);
  border-radius: 4px;
  padding: 48px 40px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-line);
}

.hours__col { text-align: center; }

.hours__en {
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: 0.5em;
  color: var(--c-yellow-deep);
  font-weight: 700;
  margin-bottom: 12px;
}

.hours__col h3 {
  font-family: var(--ff-mincho);
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 12px;
}

.hours__col p {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--c-text-mid);
}

.hours__col small { font-size: 11px; color: var(--c-text-sub); }

.hours__divider {
  width: 1px;
  height: 64px;
  background: var(--c-line);
}

/* ============== FAQ link ============== */
.faq-link__inner {
  text-align: center;
}

.faq-link__en {
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: 0.5em;
  color: var(--c-yellow-deep);
  margin-bottom: 16px;
  font-weight: 600;
}

.faq-link__title {
  font-family: var(--ff-mincho);
  font-size: 26px;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--c-ink);
}

.faq-link__inner p {
  margin-bottom: 28px;
  line-height: 2;
  color: var(--c-text-mid);
}

/* ============== Responsive ============== */
@media (max-width: 1024px) {
  .methods { grid-template-columns: 1fr; }
  .hours { grid-template-columns: 1fr; gap: 32px; padding: 40px 32px; }
  .hours__divider { width: 64px; height: 1px; justify-self: center; }
}

@media (max-width: 820px) {
  .contact-intro__title { font-size: 26px; }
  .contact-intro__lead { font-size: 14px; }
  .method { padding: 44px 28px 32px; }
  .method__title { font-size: 22px; }
  .method__icon { width: 64px; height: 64px; }
  .method__icon svg { width: 30px; height: 30px; }
  .method__btn { padding: 16px 22px; font-size: 13px; }
  .share-grid { grid-template-columns: 1fr; }
  .faq-link__title { font-size: 20px; }
}
