@charset "UTF-8";

.p-contact {
  --contact-green: #258a79;
  --contact-green-dark: #17695d;
  --contact-green-soft: #eef9f6;
  --contact-cream: #f8f7f3;
  --contact-blue-soft: #f1f5f8;
  --contact-orange: #ef821d;
  --contact-ink: #263a34;
  --contact-muted: #596863;
  color: var(--contact-ink);
  background: #fff;
  line-height: 1.8;
  overflow: hidden;
}

.p-contact *, .p-contact *::before, .p-contact *::after { box-sizing: border-box; }
.p-contact__container { width: min(100% - 48px, 1120px); margin-inline: auto; }
.p-contact h1, .p-contact h2, .p-contact h3, .p-contact p { margin-top: 0; }
.p-contact h1, .p-contact h2, .p-contact h3 { color: var(--contact-ink); line-height: 1.45; }
.p-contact h1 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.2rem); }
.p-contact h2 { margin-bottom: 14px; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.p-contact h3 { margin-bottom: 8px; font-size: clamp(1.12rem, 1.8vw, 1.35rem); }
.p-contact__section { padding-block: clamp(58px, 8vw, 96px); }
.p-contact__eyebrow { margin-bottom: 8px; color: var(--contact-green); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.p-contact__section-header { max-width: 760px; margin-bottom: 34px; }
.p-contact__section-header > p:last-child, .p-contact__lead { color: var(--contact-muted); }

.p-contact__hero {
  display: flex;
  align-items: center;
  min-height: 390px;
  padding: 72px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .93) 34%, rgba(255, 255, 255, .72) 56%, rgba(255, 255, 255, .18) 100%), url(/wp/wp-content/themes/ceremony/images/page/hero_01_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-contact__hero-lead { max-width: 820px; margin-bottom: 0; font-size: clamp(1rem, 1.5vw, 1.12rem); }

.p-contact__urgent { padding-block: clamp(30px, 4vw, 46px); background: #fff4e8; }
.p-contact__urgent-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; }
.p-contact__urgent h2 { margin-bottom: 7px; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.p-contact__urgent p:last-child { margin-bottom: 0; }
.p-contact__urgent-action { min-width: 320px; text-align: center; }
.p-contact__urgent-action > span { display: block; margin-bottom: 3px; color: #8d4a0e; font-size: .82rem; font-weight: 700; }
.p-contact__urgent-action a { display: flex; align-items: center; justify-content: center; gap: 16px; color: #8d4a0e; text-decoration: none; }
.p-contact__urgent-action strong { white-space: nowrap; font: 800 clamp(1.65rem, 3vw, 2.25rem)/1.3 Arial, sans-serif; letter-spacing: .02em; }
.p-contact__urgent-button { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 15px; border-radius: 9px; background: var(--contact-orange); color: #fff; font-weight: 700; }

.p-contact__selector { background: #fff; }
.p-contact__selector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.p-contact__selector-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid #d8e6e1; color: inherit; text-decoration: none; }
.p-contact__selector-card:hover { border-color: var(--contact-green); }
.p-contact__selector-card p { margin-bottom: 24px; color: var(--contact-muted); }
.p-contact__selector-link { margin-top: auto; color: var(--contact-green-dark); font-weight: 700; }

.p-contact__audience { scroll-margin-top: 140px; }
.p-contact__individual { background: var(--contact-cream); }
.p-contact__pal-note { margin: -10px 0 28px; color: var(--contact-muted); font-size: .94rem; }
.p-contact__pal-note a { color: var(--contact-green-dark); font-weight: 700; }
.p-contact__link-list { border-top: 1px solid #d8dfdc; }
.p-contact__link-row, .p-contact__feature-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, auto); gap: 30px; align-items: center; padding-block: 26px; border-bottom: 1px solid #d8dfdc; }
.p-contact__link-row p, .p-contact__feature-row p { max-width: 690px; margin-bottom: 0; color: var(--contact-muted); }
.p-contact__web-documents { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; margin-top: 38px; padding: clamp(24px, 4vw, 36px); background: #fff; }
.p-contact__web-documents p:last-child { margin-bottom: 0; color: var(--contact-muted); }
.p-contact__button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 12px 20px; border: 1px solid var(--contact-green); border-radius: 10px; background: var(--contact-green); color: #fff; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; }
.p-contact__button:hover { opacity: .86; }
.p-contact__button:focus-visible { outline: 3px solid var(--contact-orange); outline-offset: 3px; }
.p-contact__button--outline { background: #fff; color: var(--contact-green-dark); }

.p-contact__pal { background: var(--contact-green-soft); }
.p-contact__feature-list { border-top: 1px solid #cfe1dc; }
.p-contact__feature-row { border-bottom-color: #cfe1dc; }
.p-contact__organization { background: var(--contact-blue-soft); }
.p-contact__organization-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(36px, 6vw, 72px); align-items: center; }
.p-contact__organization-types { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.p-contact__organization-types li { padding: 7px 13px; border: 1px solid #cad6dd; background: #fff; font-size: .9rem; }
.p-contact__organization-action { padding: clamp(26px, 4vw, 38px); background: #fff; }
.p-contact__organization-action p { color: var(--contact-muted); }
.p-contact__organization-buttons { display: grid; gap: 12px; margin-top: 24px; }
.p-contact__organization-buttons .p-contact__button { width: 100%; }
.p-contact__faq { background: #fff; }
.p-contact__faq-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; }
.p-contact__faq-inner p:last-child { max-width: 720px; margin-bottom: 0; color: var(--contact-muted); }

@media (max-width: 900px) {
  .p-contact__selector-grid, .p-contact__organization-grid { grid-template-columns: 1fr; }
  .p-contact__selector-card { min-height: 0; }
}

@media (max-width: 767px) {
  .p-contact__container { width: min(100% - 32px, 620px); }
  .p-contact__hero { min-height: 320px; padding: 52px 0; }
  .p-contact__hero-lead br { display: none; }
  .p-contact__urgent-inner, .p-contact__link-row, .p-contact__feature-row, .p-contact__web-documents, .p-contact__faq-inner { grid-template-columns: 1fr; }
  .p-contact__urgent-inner { gap: 20px; }
  .p-contact__urgent-action { min-width: 0; text-align: left; }
  .p-contact__urgent-action a { flex-direction: column; align-items: stretch; gap: 10px; }
  .p-contact__urgent-action strong { text-align: center; }
  .p-contact__urgent-button { justify-content: center; min-height: 52px; }
  .p-contact__link-row, .p-contact__feature-row { gap: 18px; }
  .p-contact__button { width: 100%; min-height: 56px; }
  .p-contact__organization-grid { gap: 28px; }
  .p-contact__organization-action { padding: 24px 20px; }
  .p-contact__audience { scroll-margin-top: 96px; }
}
