/* custom-widget Contact Page 1.12.0 */
.chidora-contact-page,
.chidora-contact-page * {
  box-sizing: border-box;
}

.chidora-contact-page {
  --ch-bg: #fbf6ee;
  --ch-bg-soft: #fffaf5;
  --ch-card: rgba(255, 255, 255, 0.72);
  --ch-card-strong: rgba(255, 255, 255, 0.92);
  --ch-text: #3b3029;
  --ch-muted: #7b6b60;
  --ch-accent: #c98867;
  --ch-accent-dark: #9e6047;
  --ch-dark: #30251f;
  --ch-border: rgba(97, 70, 52, 0.13);
  --ch-shadow: 0 28px 76px rgba(92, 61, 39, 0.13);
  --ch-radius-xl: 36px;
  --ch-radius-lg: 26px;
  --ch-radius-md: 18px;
  --ch-max: 1220px;
  --ch-fs-title: clamp(34px, 5vw, 70px);
  --ch-fs-lead: clamp(15px, 1.5vw, 18px);
  --ch-fs-section-title: clamp(28px, 3.3vw, 48px);
  --ch-fs-form-title: clamp(23px, 2.4vw, 34px);
  --ch-fs-info-title: clamp(24px, 2.6vw, 38px);
  --ch-fs-map-title: clamp(25px, 3vw, 42px);
  --ch-card-radius: 28px;
  --ch-input-radius: 18px;
  --ch-button-radius: 999px;
  color: var(--ch-text);
  font-family: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 8%, rgba(201, 136, 103, .18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(48, 37, 31, .08), transparent 26%),
    linear-gradient(180deg, #fffaf4 0%, #fbf6ee 48%, #fffaf7 100%);
}

.chidora-contact-page a {
  text-decoration: none;
  color: inherit;
}

.chidora-contact-page .ch-wrap {
  width: min(var(--ch-max), calc(100% - 36px));
  margin-inline: auto;
}

.chidora-contact-page .ch-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(rgba(87, 60, 42, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 60, 42, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 82%, transparent);
}

.chidora-contact-page .ch-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .48;
  pointer-events: none;
  z-index: -2;
}

.chidora-contact-page .ch-orb.one {
  width: 280px;
  height: 280px;
  background: rgba(201, 136, 103, .2);
  right: -110px;
  top: 160px;
}

.chidora-contact-page .ch-orb.two {
  width: 360px;
  height: 360px;
  background: rgba(48, 37, 31, .09);
  left: -150px;
  bottom: 230px;
}

.chidora-contact-page .ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .62);
  color: var(--ch-accent-dark);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(94, 60, 39, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chidora-contact-page .ch-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ch-accent);
  box-shadow: 0 0 0 6px rgba(201, 136, 103, .13);
}

.chidora-contact-page .ch-title {
  margin: 16px 0 0;
  color: var(--ch-dark);
  font-size: var(--ch-fs-title, clamp(34px, 5vw, 70px));
  line-height: 1.18;
  letter-spacing: -1.8px;
  font-weight: 950;
}

.chidora-contact-page .ch-title span {
  color: var(--ch-accent-dark);
  position: relative;
  display: inline-block;
  z-index: 1;
}

.chidora-contact-page .ch-title span::after {
  content: "";
  position: absolute;
  right: 4px;
  left: 4px;
  bottom: 9px;
  height: 12px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .2);
  z-index: -1;
}

.chidora-contact-page .ch-lead {
  margin: 20px 0 0;
  max-width: 680px;
  color: var(--ch-muted);
  font-size: var(--ch-fs-lead, clamp(15px, 1.5vw, 18px));
  line-height: 2.15;
  font-weight: 500;
}

.chidora-contact-page .ch-hero {
  padding: clamp(58px, 7vw, 110px) 0 46px;
  position: relative;
}

.chidora-contact-page .ch-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.chidora-contact-page .ch-hero-card {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, .7);
  overflow: hidden;
  box-shadow: var(--ch-shadow);
  background:
    linear-gradient(180deg, rgba(47, 37, 31, .1), rgba(47, 37, 31, .58)),
    var(--ch-hero-img) center / cover no-repeat;
  transform-style: preserve-3d;
}

.chidora-contact-page .ch-hero-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 32px;
  pointer-events: none;
}

.chidora-contact-page .ch-glass-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(420px, calc(100% - 68px));
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(43, 34, 29, .48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.chidora-contact-page .ch-glass-note strong {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 9px;
  font-weight: 950;
}

.chidora-contact-page .ch-glass-note p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

.chidora-contact-page .ch-floating-chip {
  position: absolute;
  left: 34px;
  top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .26);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
}

.chidora-contact-page .ch-floating-chip svg {
  width: 18px;
  height: 18px;
}

.chidora-contact-page .ch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.chidora-contact-page .ch-btn {
  min-height: 52px;
  border-radius: var(--ch-button-radius, 999px);
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, border-color .35s ease;
  white-space: nowrap;
}

.chidora-contact-page .ch-btn svg {
  width: 18px;
  height: 18px;
}

.chidora-contact-page .ch-btn-primary {
  background: var(--ch-accent);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(201, 136, 103, .28);
}

.chidora-contact-page .ch-btn-primary:hover {
  transform: translateY(-4px);
  background: var(--ch-accent-dark);
  box-shadow: 0 24px 46px rgba(201, 136, 103, .34);
}

.chidora-contact-page .ch-btn-ghost {
  background: rgba(255, 255, 255, .72);
  color: var(--ch-dark) !important;
  border-color: var(--ch-border);
}

.chidora-contact-page .ch-btn-ghost:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(201, 136, 103, .34);
}

.chidora-contact-page .ch-contact-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
  max-width: 700px;
}

.chidora-contact-page .ch-quick-card {
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--ch-border);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 16px 36px rgba(85, 58, 38, .06);
  transition: transform .35s ease, background .35s ease, border-color .35s ease;
  display: block;
  text-decoration: none !important;
}

.chidora-contact-page .ch-quick-card:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: rgba(201, 136, 103, .28);
}

.chidora-contact-page .ch-quick-icon {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: var(--ch-accent-dark);
  background: rgba(201, 136, 103, .13);
  margin-bottom: 14px;
}

.chidora-contact-page .ch-quick-icon svg {
  width: 22px;
  height: 22px;
}

.chidora-contact-page .ch-quick-card b {
  display: block;
  color: var(--ch-dark);
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 950;
}

.chidora-contact-page .ch-quick-card span {
  color: var(--ch-muted);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: plaintext;
}

.chidora-contact-page .ch-section {
  padding: clamp(50px, 7vw, 88px) 0;
  position: relative;
}

.chidora-contact-page .ch-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.chidora-contact-page .ch-section-head h2 {
  margin: 12px 0 0;
  color: var(--ch-dark);
  font-size: var(--ch-fs-section-title, clamp(28px, 3.3vw, 48px));
  line-height: 1.36;
  letter-spacing: -1px;
  font-weight: 950;
}

.chidora-contact-page .ch-section-head p {
  margin: 0;
  max-width: 500px;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: 15px;
  font-weight: 500;
}

.chidora-contact-page .ch-main-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 20px;
  align-items: stretch;
}

.chidora-contact-page .ch-form-card,
.chidora-contact-page .ch-info-card {
  border-radius: var(--ch-radius-xl);
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--ch-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.chidora-contact-page .ch-form-card {
  padding: clamp(22px, 4vw, 38px);
}

.chidora-contact-page .ch-form-top {
  margin-bottom: 22px;
}

.chidora-contact-page .ch-form-top h3 {
  margin: 0 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-form-title, clamp(23px, 2.4vw, 34px));
  line-height: 1.4;
  font-weight: 950;
}

.chidora-contact-page .ch-form-top p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}

.chidora-contact-page .ch-form {
  display: grid;
  gap: 14px;
}

.chidora-contact-page .ch-field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.chidora-contact-page .ch-field {
  position: relative;
}

.chidora-contact-page .ch-field label {
  display: block;
  color: var(--ch-dark);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 8px;
}

.chidora-contact-page .ch-field input,
.chidora-contact-page .ch-field select,
.chidora-contact-page .ch-field textarea,
.chidora-contact-page .ch-field .wpcf7-form-control {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(97, 70, 52, .13);
  background: rgba(255, 255, 255, .74);
  color: var(--ch-dark);
  border-radius: var(--ch-input-radius, 18px);
  padding: 0 16px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease, transform .3s ease;
}

.chidora-contact-page .ch-field textarea,
.chidora-contact-page .ch-field textarea.wpcf7-form-control {
  padding: 16px;
  min-height: 132px;
  resize: vertical;
  line-height: 1.9;
}

.chidora-contact-page .ch-field input:focus,
.chidora-contact-page .ch-field select:focus,
.chidora-contact-page .ch-field textarea:focus,
.chidora-contact-page .ch-field .wpcf7-form-control:focus {
  background: #fff;
  border-color: rgba(201, 136, 103, .55);
  box-shadow: 0 0 0 5px rgba(201, 136, 103, .12);
  transform: translateY(-2px);
}

.chidora-contact-page .ch-field input::placeholder,
.chidora-contact-page .ch-field textarea::placeholder {
  color: rgba(123, 107, 96, .58);
  font-weight: 600;
}

.chidora-contact-page .ch-error {
  display: none;
  margin-top: 7px;
  color: #9e6047;
  font-size: 12px;
  font-weight: 800;
}

.chidora-contact-page .ch-field.has-error input,
.chidora-contact-page .ch-field.has-error select,
.chidora-contact-page .ch-field.has-error textarea {
  border-color: rgba(158, 96, 71, .55);
  box-shadow: 0 0 0 5px rgba(158, 96, 71, .09);
}

.chidora-contact-page .ch-field.has-error .ch-error {
  display: block;
}

.chidora-contact-page .ch-submit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.chidora-contact-page .ch-submit-row .ch-btn,
.chidora-contact-page .ch-submit-row input[type="submit"],
.chidora-contact-page .ch-submit-row .wpcf7-submit {
  border: 0;
  font-family: inherit;
  min-height: 52px;
  border-radius: var(--ch-button-radius, 999px);
  padding: 14px 23px;
  background: var(--ch-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-shadow: 0 18px 36px rgba(201, 136, 103, .28);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.chidora-contact-page .ch-submit-row input[type="submit"]:hover,
.chidora-contact-page .ch-submit-row .wpcf7-submit:hover {
  transform: translateY(-4px);
  background: var(--ch-accent-dark);
  box-shadow: 0 24px 46px rgba(201, 136, 103, .34);
}

.chidora-contact-page .ch-form-note {
  color: var(--ch-muted);
  font-size: 12px;
  line-height: 1.9;
  font-weight: 600;
}

.chidora-contact-page .ch-status {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(201, 136, 103, .1);
  border: 1px solid rgba(201, 136, 103, .22);
  color: var(--ch-accent-dark);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 800;
}

.chidora-contact-page .ch-status.is-active {
  display: block;
}

/* CF7 response / validation styling integration */
.chidora-contact-page .wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .7);
  color: var(--ch-dark);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}

.chidora-contact-page .wpcf7 form.invalid .wpcf7-response-output,
.chidora-contact-page .wpcf7 form.unaccepted .wpcf7-response-output,
.chidora-contact-page .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(158, 96, 71, .4);
  background: rgba(201, 136, 103, .08);
  color: var(--ch-accent-dark);
}

.chidora-contact-page .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(80, 140, 80, .35);
  background: rgba(80, 140, 80, .08);
  color: #2c6c2c;
}

.chidora-contact-page .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #9e6047;
  font-size: 12px;
  font-weight: 800;
}

.chidora-contact-page .wpcf7-spinner {
  margin-inline-start: 8px;
}

.chidora-contact-page .ch-info-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.chidora-contact-page .ch-info-top {
  padding: clamp(22px, 4vw, 36px);
  border-bottom: 1px solid var(--ch-border);
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 136, 103, .16), transparent 32%),
    rgba(255, 255, 255, .44);
}

.chidora-contact-page .ch-info-top h3 {
  margin: 12px 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-info-title, clamp(24px, 2.6vw, 38px));
  line-height: 1.35;
  font-weight: 950;
}

.chidora-contact-page .ch-info-top p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}

.chidora-contact-page .ch-contact-list {
  padding: clamp(20px, 3vw, 30px);
  display: grid;
  gap: 13px;
}

.chidora-contact-page .ch-contact-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(97, 70, 52, .1);
  transition: transform .32s ease, background .32s ease, box-shadow .32s ease, border-color .32s ease;
  text-decoration: none !important;
}

.chidora-contact-page .ch-contact-row:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(201, 136, 103, .28);
  box-shadow: 0 18px 38px rgba(83, 57, 39, .08);
}

.chidora-contact-page .ch-contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(201, 136, 103, .13);
  color: var(--ch-accent-dark);
}

.chidora-contact-page .ch-contact-icon svg {
  width: 23px;
  height: 23px;
}

.chidora-contact-page .ch-contact-row b {
  display: block;
  color: var(--ch-dark);
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 5px;
}

.chidora-contact-page .ch-contact-row span {
  display: block;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.chidora-contact-page .ch-contact-row em {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(48, 37, 31, .07);
  color: var(--ch-dark);
  font-style: normal;
  transition: transform .32s ease, background .32s ease, color .32s ease;
}

.chidora-contact-page .ch-contact-row:hover em {
  transform: translateX(-4px);
  background: var(--ch-dark);
  color: #fff;
}

.chidora-contact-page .ch-map-section {
  padding: clamp(48px, 7vw, 88px) 0;
}

.chidora-contact-page .ch-map-card {
  min-height: 430px;
  border-radius: 42px;
  border: 1px solid var(--ch-border);
  overflow: hidden;
  box-shadow: var(--ch-shadow);
  position: relative;
  background:
    linear-gradient(135deg, rgba(48, 37, 31, .78), rgba(48, 37, 31, .38)),
    var(--ch-map-img) center / cover no-repeat;
}

.chidora-contact-page .ch-map-card.has-embed {
  background: none;
}

.chidora-contact-page .ch-map-card .ch-map-embed {
  position: absolute;
  inset: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.chidora-contact-page .ch-map-card::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .23);
  pointer-events: none;
}

.chidora-contact-page .ch-map-panel {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(450px, calc(100% - 68px));
  padding: 26px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(36, 28, 24, .54);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.chidora-contact-page .ch-map-panel h2 {
  margin: 12px 0 10px;
  font-size: var(--ch-fs-map-title, clamp(25px, 3vw, 42px));
  line-height: 1.4;
  font-weight: 950;
}

.chidora-contact-page .ch-map-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}

.chidora-contact-page .ch-map-panel .ch-btn {
  margin-top: 22px;
  background: #fff;
  color: var(--ch-dark) !important;
}

.chidora-contact-page .ch-map-panel .ch-btn:hover {
  background: var(--ch-accent);
  color: #fff !important;
}

.chidora-contact-page .ch-faq {
  padding: clamp(50px, 7vw, 88px) 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .64), rgba(255, 244, 232, .72));
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
}

.chidora-contact-page .ch-faq-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.chidora-contact-page .ch-faq-intro {
  position: sticky;
  top: 30px;
}

.chidora-contact-page .ch-faq-intro h2 {
  margin: 12px 0 14px;
  color: var(--ch-dark);
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.35;
  font-weight: 950;
}

.chidora-contact-page .ch-faq-intro p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: 15px;
  font-weight: 500;
}

.chidora-contact-page .ch-accordion {
  display: grid;
  gap: 12px;
}

.chidora-contact-page .ch-acc-item {
  border-radius: 24px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(79, 52, 35, .06);
}

.chidora-contact-page .ch-acc-btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ch-dark);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 950;
  text-align: right;
}

.chidora-contact-page .ch-acc-btn i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(201, 136, 103, .12);
  color: var(--ch-accent-dark);
  font-style: normal;
  transition: transform .3s ease, background .3s ease;
}

.chidora-contact-page .ch-acc-item.is-open .ch-acc-btn i {
  transform: rotate(45deg);
  background: var(--ch-accent);
  color: #fff;
}

.chidora-contact-page .ch-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.chidora-contact-page .ch-acc-panel p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: 14px;
  font-weight: 500;
}

.chidora-contact-page .ch-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.chidora-contact-page .ch-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.chidora-contact-page .ch-delay-1 { transition-delay: .08s; }
.chidora-contact-page .ch-delay-2 { transition-delay: .16s; }
.chidora-contact-page .ch-delay-3 { transition-delay: .24s; }
.chidora-contact-page .ch-delay-4 { transition-delay: .32s; }

@media (max-width: 1024px) {
  .chidora-contact-page .ch-hero-grid,
  .chidora-contact-page .ch-main-grid,
  .chidora-contact-page .ch-faq-grid {
    grid-template-columns: 1fr;
  }
  .chidora-contact-page .ch-hero-card {
    order: -1;
  }
  .chidora-contact-page .ch-section-head {
    align-items: start;
    flex-direction: column;
  }
  .chidora-contact-page .ch-faq-intro {
    position: static;
  }
}

@media (max-width: 767px) {
  .chidora-contact-page {
    background:
      radial-gradient(circle at 50% 0%, rgba(201, 136, 103, .16), transparent 36%),
      linear-gradient(180deg, #fffaf4 0%, #fbf6ee 100%);
  }
  .chidora-contact-page .ch-wrap {
    width: min(100% - 24px, var(--ch-max));
  }
  .chidora-contact-page .ch-hero {
    padding: 36px 0 34px;
  }
  .chidora-contact-page .ch-title {
    font-size: clamp(32px, 9vw, 46px);
    letter-spacing: -1px;
  }
  .chidora-contact-page .ch-lead {
    font-size: 14px;
    line-height: 2.05;
  }
  .chidora-contact-page .ch-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .chidora-contact-page .ch-btn {
    width: 100%;
  }
  .chidora-contact-page .ch-hero-card {
    min-height: 420px;
    border-radius: 30px;
  }
  .chidora-contact-page .ch-hero-card::before {
    inset: 16px;
    border-radius: 23px;
  }
  .chidora-contact-page .ch-floating-chip {
    top: 22px;
    left: 22px;
    font-size: 12px;
  }
  .chidora-contact-page .ch-glass-note {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 20px;
    border-radius: 24px;
  }
  .chidora-contact-page .ch-glass-note strong {
    font-size: 18px;
  }
  .chidora-contact-page .ch-contact-quick {
    grid-template-columns: 1fr;
  }
  .chidora-contact-page .ch-quick-card {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 13px;
  }
  .chidora-contact-page .ch-quick-icon {
    margin-bottom: 0;
  }
  .chidora-contact-page .ch-section,
  .chidora-contact-page .ch-map-section,
  .chidora-contact-page .ch-faq {
    padding: 44px 0;
  }
  .chidora-contact-page .ch-section-head h2,
  .chidora-contact-page .ch-faq-intro h2 {
    font-size: 28px;
  }
  .chidora-contact-page .ch-form-card,
  .chidora-contact-page .ch-info-card {
    border-radius: 28px;
  }
  .chidora-contact-page .ch-field-group {
    grid-template-columns: 1fr;
  }
  .chidora-contact-page .ch-submit-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .chidora-contact-page .ch-contact-row {
    grid-template-columns: 46px 1fr;
  }
  .chidora-contact-page .ch-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
  .chidora-contact-page .ch-contact-row em {
    display: none;
  }
  .chidora-contact-page .ch-map-card {
    min-height: 500px;
    border-radius: 30px;
  }
  .chidora-contact-page .ch-map-card::before {
    inset: 16px;
    border-radius: 23px;
  }
  .chidora-contact-page .ch-map-panel {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    border-radius: 24px;
    padding: 22px;
  }
  .chidora-contact-page .ch-acc-btn {
    padding: 18px;
    font-size: 14px;
  }
  .chidora-contact-page .ch-acc-panel p {
    padding: 0 18px 18px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chidora-contact-page *,
  .chidora-contact-page *::before,
  .chidora-contact-page *::after {
    animation: none !important;
    transition: none !important;
  }
  .chidora-contact-page .ch-reveal {
    opacity: 1;
    transform: none;
  }
}
