/* ══════════════════════════════════════════════════
   TOKYO CENTRAL — Contact Us (split layout)
   ══════════════════════════════════════════════════ */
.tc-contact-page {
  background: #FAF8F0;
  padding: 32px 0 72px;
  min-height: 60vh;
}
.tc-contact-page .tc-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.tc-contact-crumb { font-size: 13px; color: #5B6360; margin: 0 0 18px; }
.tc-contact-crumb a { color: #2E7D32; text-decoration: none; }
.tc-contact-crumb a:hover { text-decoration: underline; }

/* the whole thing is one card that fills the width, split into two panels */
.tc-contact-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: #fff;
  border: 1px solid #EDE8D0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(42, 40, 30, 0.06);
}
@media (max-width: 860px) {
  .tc-contact-split { grid-template-columns: 1fr; }
}

/* ── branded panel ── */
.tc-contact-brand {
  background: linear-gradient(160deg, #2E7D32 0%, #1B5E20 100%);
  color: #fff;
  padding: 48px 40px;
  display: flex;
  align-items: flex-start;
}
.tc-contact-brand-inner { width: 100%; }
.tc-contact-brand h1 {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: clamp(30px, 4.4vw, 42px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: #fff;
}
.tc-contact-brand-intro {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
}
.tc-contact-brand-info { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 18px; }
.tc-contact-brand-info li { display: flex; gap: 14px; align-items: flex-start; font-size: 14.5px; }
.tc-contact-brand-info .ico {
  flex: none; width: 38px; height: 38px; border-radius: 11px;
  background: rgba(255, 255, 255, 0.16);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.tc-contact-brand-info strong { display: block; font-weight: 700; margin-bottom: 1px; }
.tc-contact-brand-info span > span { color: rgba(255, 255, 255, 0.85); }
.tc-contact-brand-info a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.45); }
.tc-contact-brand-info a:hover { border-color: #fff; }

.tc-contact-brand-social { display: flex; align-items: center; gap: 10px; }
.tc-contact-brand-social .lbl { font-size: 13px; font-weight: 700; opacity: 0.85; margin-right: 4px; }
.tc-contact-brand-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.14); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; text-decoration: none;
}
.tc-contact-brand-social a:hover { background: rgba(255, 255, 255, 0.26); }
.tc-contact-brand-social a:focus-visible,
.tc-contact-brand-info a:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* ── form panel ── */
.tc-contact-formwrap { padding: 40px; }
@media (max-width: 540px) {
  .tc-contact-brand { padding: 32px 22px; }
  .tc-contact-formwrap { padding: 28px 22px; }
}
.tc-contact-formwrap h2 {
  font-family: 'Noto Serif JP', Georgia, serif;
  font-size: 22px; margin: 0 0 4px; color: #1A1A1A;
}
.tc-contact-sub { font-size: 14px; color: #5B6360; margin: 0 0 22px; }
.req { color: #B91C1C; font-weight: 700; }
.opt { color: #5B6360; font-weight: 500; font-size: 12.5px; }

.tc-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

.tc-contact-errsum {
  background: #FEF2F2; border: 1px solid #FCA5A5; color: #991B1B;
  border-radius: 12px; padding: 14px 16px; margin: 0 0 20px; font-size: 14px;
}
.tc-contact-errsum h3 { margin: 0 0 6px; font-size: 14px; }
.tc-contact-errsum ul { margin: 0; padding-left: 18px; }
.tc-contact-errsum a { color: #991B1B; }

.tc-contact-row { display: grid; gap: 18px; margin-bottom: 18px; }
.tc-contact-row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .tc-contact-row.two { grid-template-columns: 1fr; } }

.tc-contact-field { margin-bottom: 18px; }
.tc-contact-row .tc-contact-field { margin-bottom: 0; }
.tc-contact-field label { display: block; font-size: 14px; font-weight: 700; margin: 0 0 6px; color: #1A1A1A; }
.tc-contact-field .hint { font-size: 12.5px; color: #5B6360; margin: 6px 0 0; }
.tc-contact-field .err { font-size: 12.5px; color: #B91C1C; font-weight: 600; margin: 6px 0 0; }

.tc-contact-field input,
.tc-contact-field select,
.tc-contact-field textarea {
  width: 100%; font: inherit; font-size: 16px; color: #1A1A1A; background: #fff;
  border: 1.5px solid rgba(0,0,0,0.18); border-radius: 10px; padding: 12px 14px; min-height: 50px;
}
.tc-contact-field textarea { min-height: 150px; resize: vertical; }
.tc-contact-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235B6360' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.tc-contact-field input:focus,
.tc-contact-field select:focus,
.tc-contact-field textarea:focus {
  outline: none; border-color: #2E7D32; box-shadow: 0 0 0 3px rgba(46,125,50,0.15);
}
.tc-contact-field.invalid input,
.tc-contact-field.invalid select,
.tc-contact-field.invalid textarea { border-color: #B91C1C; }

.tc-contact-actions { margin-top: 8px; }
.tc-contact-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #2E7D32; color: #fff; border: none; border-radius: 9999px;
  min-height: 52px; padding: 14px 32px; font-size: 16px; font-weight: 700;
  cursor: pointer; width: 100%; text-decoration: none; transition: background 0.15s;
}
.tc-contact-btn:hover { background: #1B5E20; }
.tc-contact-btn:focus-visible { outline: 3px solid #1A1A1A; outline-offset: 2px; }
.tc-contact-btn:disabled { background: #A8B5A9; cursor: not-allowed; }
.tc-contact-reqnote { font-size: 12.5px; color: #5B6360; margin: 12px 0 0; text-align: center; }

/* ── success ── */
.tc-contact-success { text-align: center; max-width: 520px; margin: 0 auto; padding: 56px 24px; }
.tc-contact-success-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 72px; height: 72px; border-radius: 50%;
  background: #ECFDF3; color: #15803D; font-size: 36px; font-weight: 800; margin-bottom: 20px;
}
.tc-contact-success h1 { font-family: 'Noto Serif JP', Georgia, serif; font-size: 30px; margin: 0 0 10px; color: #1A1A1A; }
.tc-contact-success p { color: #5B6360; font-size: 16px; margin: 0 0 24px; }
.tc-contact-success .tc-contact-btn { width: auto; }

@media (prefers-reduced-motion: reduce) { .tc-contact-btn { transition: none; } }
