/* Procession contact page. Form behavior, content, consent and shared UI stay unchanged. */
body.theme-procession.contact-editorial .contact-hero {
  padding-block: clamp(2.75rem, 5vw, 4.5rem) 2.5rem;
  background: var(--pr-forest, #0b2922);
  color: var(--pr-ivory, #f6f2e8);
}

body.theme-procession.contact-editorial .contact-hero__inner {
  text-align: center;
}

body.theme-procession.contact-editorial .contact-hero .eyebrow {
  color: var(--pr-gold, #d4b477);
  font-family: var(--sans);
  margin: 0 auto 1rem;
}

body.theme-procession.contact-editorial .contact-hero .eyebrow::before,
body.theme-procession.contact-editorial .contact-hero .eyebrow::after {
  display: none;
}

body.theme-procession.contact-editorial .contact-hero h1 {
  max-width: 23ch;
  margin: 0 auto 1.25rem;
  color: var(--pr-ivory, #f6f2e8);
  font-size: clamp(2.3rem, 3.9vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-align: center;
  text-wrap: balance;
}

body.theme-procession.contact-editorial .contact-hero__intro {
  max-width: 66ch;
  margin: 0 auto 2rem;
  color: var(--pr-muted, #d6ded7);
  font: 400 1rem/1.75 var(--sans);
  text-align: center;
}

body.theme-procession.contact-editorial .contact-hero__figure {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

body.theme-procession.contact-editorial .contact-hero__figure img {
  display: block;
  width: 100%;
  height: clamp(230px, 25vw, 330px);
  max-height: 330px;
  object-fit: cover;
  object-position: center 49%;
  filter: none;
}

body.theme-procession.contact-editorial .contact-main {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: var(--pr-stone, #f0eee5);
  color: var(--pr-forest, #0b2922);
}

body.theme-procession.contact-editorial .contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

body.theme-procession.contact-editorial .contact-main__grid > *,
body.theme-procession.contact-editorial .contact-fields > *,
body.theme-procession.contact-editorial .contact-price-row > * {
  min-width: 0;
}

body.theme-procession.contact-editorial .contact-form-wrap {
  padding: 0;
  border: 0;
}

body.theme-procession.contact-editorial .contact-form-wrap > h2,
body.theme-procession.contact-editorial .contact-pricing > h2 {
  max-width: 24ch;
  margin: 0 auto .875rem;
  color: inherit;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.035em;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-form-wrap > p {
  max-width: 60ch;
  margin: 0 auto 1.75rem;
  color: #41564b;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}

body.theme-procession.contact-editorial .contact-field {
  min-width: 0;
  gap: .625rem;
}

body.theme-procession.contact-editorial .contact-field > span,
body.theme-procession.contact-editorial .contact-interest legend {
  color: var(--pr-forest, #0b2922);
  font: 600 1rem/1.6 var(--sans);
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-field > span b {
  color: #655025;
}

body.theme-procession.contact-editorial .contact-field :is(input, textarea) {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: .75rem .875rem;
  border: 1px solid #76877b;
  border-radius: 0;
  background: #fbfaf5;
  color: var(--pr-forest, #0b2922);
  font: 400 1rem/1.6 var(--sans);
  text-align: left;
  box-shadow: none;
  color-scheme: light;
}

body.theme-procession.contact-editorial .contact-field input[type="date"] {
  display: block;
  max-inline-size: 100%;
  min-inline-size: 0;
}

body.theme-procession.contact-editorial .contact-field textarea {
  min-height: 170px;
  resize: vertical;
}

body.theme-procession.contact-editorial .contact-field :is(input, textarea)::placeholder {
  color: #526459;
  opacity: 1;
}

body.theme-procession.contact-editorial .contact-field :is(input, textarea):focus,
body.theme-procession.contact-editorial :is(.contact-interest, .contact-consent) input:focus-visible {
  outline: 3px solid #153e30;
  outline-offset: 3px;
  border-color: #153e30;
  background: #fffef9;
  box-shadow: 0 0 0 2px var(--pr-ivory, #f6f2e8);
}

body.theme-procession.contact-editorial .contact-field :is(input, textarea)[aria-invalid="true"] {
  border-color: #873f38;
  border-width: 2px;
}

body.theme-procession.contact-editorial .contact-interest {
  min-width: 0;
  margin: 1.75rem 0;
  gap: .25rem;
}

body.theme-procession.contact-editorial .contact-interest legend {
  float: none;
  width: 100%;
  margin-bottom: .875rem;
  padding: 0;
}

body.theme-procession.contact-editorial .contact-interest label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .875rem;
  align-items: center;
  min-height: 64px;
  padding: .625rem .5rem;
  border-bottom: 1px solid #ccd2c7;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-interest label:hover {
  background: #e7ebe1;
}

body.theme-procession.contact-editorial :is(.contact-interest, .contact-consent) input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--pr-forest, #0b2922);
  color-scheme: light;
}

body.theme-procession.contact-editorial .contact-interest strong {
  color: var(--pr-forest, #0b2922);
  font: 500 1.3rem/1.4 var(--serif);
}

body.theme-procession.contact-editorial .contact-interest small {
  color: #41564b;
  font-size: 1rem;
  line-height: 1.6;
}

body.theme-procession.contact-editorial .contact-message {
  margin-top: 0;
}

body.theme-procession.contact-editorial .contact-privacy-note {
  max-width: 58ch;
  margin: 1.25rem auto;
  color: #41564b;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-consent {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .875rem;
  align-items: center;
  min-height: 52px;
  margin: 0 auto 1.5rem;
  padding-block: .5rem;
  color: #2e493b;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-submit {
  display: flex;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  min-height: 48px;
  margin-inline: auto;
  padding: .875rem 1.5rem;
  border-color: var(--pr-gold, #d4b477);
  background: var(--pr-gold, #d4b477);
  color: #102a23;
  white-space: normal;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-submit:hover {
  border-color: #ead3a2;
  background: #ead3a2;
  color: #102a23;
}

body.theme-procession.contact-editorial .contact-form-status {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: 1px solid #7c9282;
  border-left-width: 3px;
  color: #173b2b;
  background: #e5eee3;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  overflow-wrap: anywhere;
}

body.theme-procession.contact-editorial .contact-form-status.is-error {
  border-color: #873f38;
  color: #662c26;
  background: #f6e9e5;
}

body.theme-procession.contact-editorial .contact-form-status ul {
  margin: .625rem 0 0;
  padding: 0;
  list-style-position: inside;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-pricing {
  position: static;
  top: auto;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 0;
  background: var(--pr-forest, #0b2922);
  color: var(--pr-ivory, #f6f2e8);
}

body.theme-procession.contact-editorial .contact-pricing > p {
  max-width: 50ch;
  margin: 0 auto 1.5rem;
  color: var(--pr-muted, #d6ded7);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-list {
  border-color: var(--pr-rule, #6f7e68);
}

body.theme-procession.contact-editorial .contact-price-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-areas: "image copy" "image price";
  gap: .625rem 1rem;
  align-items: center;
  padding: 1.5rem 0;
  border-color: var(--pr-rule, #6f7e68);
}

body.theme-procession.contact-editorial .contact-price-row > img {
  grid-area: image;
  width: 80px;
  height: 104px;
  max-height: 104px;
  padding: 0;
  border: 0;
  object-fit: cover;
  filter: none;
}

body.theme-procession.contact-editorial .contact-price-row > div:not(.contact-price-row__saving) {
  grid-area: copy;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-row h3 {
  margin: 0 auto .375rem;
  color: var(--pr-ivory, #f6f2e8);
  font-size: 1.45rem;
  line-height: 1.2;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-row div > span {
  margin: 0 auto .625rem;
  color: var(--pr-gold, #d4b477);
  font: 600 .875rem/1.6 var(--sans);
  letter-spacing: .02em;
  text-transform: none;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-row div > p {
  display: block;
  margin: 0 auto;
  color: var(--pr-muted, #d6ded7);
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-row > strong,
body.theme-procession.contact-editorial .contact-price-row__saving {
  grid-area: price;
  justify-self: center;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-price-row > strong,
body.theme-procession.contact-editorial .contact-price-row__saving > strong {
  color: var(--pr-gold, #d4b477);
  font: 500 1.6rem/1.3 var(--serif);
}

body.theme-procession.contact-editorial .contact-price-row__saving {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: .25rem .75rem;
}

body.theme-procession.contact-editorial .contact-price-row__saving small {
  color: var(--pr-muted, #d6ded7);
  font: 400 .875rem/1.6 var(--sans);
}

body.theme-procession.contact-editorial .contact-compare {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  margin: 1.5rem auto;
  padding: .875rem 1.25rem;
  border: 1px solid var(--pr-gold, #d4b477);
  background: transparent;
  color: var(--pr-ivory, #f6f2e8);
  white-space: normal;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-compare:hover {
  background: var(--pr-gold, #d4b477);
  color: #102a23;
}

body.theme-procession.contact-editorial .contact-reassurance {
  padding-top: 1.5rem;
  border-color: var(--pr-rule, #6f7e68);
}

body.theme-procession.contact-editorial .contact-reassurance p {
  max-width: 34ch;
  margin: 0 auto .75rem;
  color: var(--pr-ivory, #f6f2e8);
  font: 500 1.4rem/1.45 var(--serif);
  text-align: center;
}

body.theme-procession.contact-editorial .contact-reassurance span {
  color: var(--pr-muted, #d6ded7);
  font-size: 1rem;
  line-height: 1.65;
}

body.theme-procession.contact-editorial .contact-private {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
  background: var(--pr-forest, #0b2922);
  color: var(--pr-ivory, #f6f2e8);
}

body.theme-procession.contact-editorial .contact-private__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

body.theme-procession.contact-editorial .contact-private__grid > * {
  min-width: 0;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-private figure {
  margin: 0;
}

body.theme-procession.contact-editorial .contact-private img {
  width: 100%;
  height: clamp(230px, 26vw, 330px);
  max-height: 330px;
  object-fit: cover;
  border: 0;
  filter: none;
}

body.theme-procession.contact-editorial .contact-private h2 {
  max-width: 22ch;
  margin: 0 auto 1.125rem;
  color: var(--pr-ivory, #f6f2e8);
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -.035em;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-private p {
  max-width: 57ch;
  margin: 0 auto;
  color: var(--pr-muted, #d6ded7);
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

body.theme-procession.contact-editorial .contact-private__line {
  width: 72px;
  height: 1px;
  margin: 1.5rem auto;
  background: var(--pr-rule, #6f7e68);
}

body.theme-procession.contact-editorial .contact-private strong {
  display: block;
  color: var(--pr-gold, #d4b477);
  font: 600 .875rem/1.7 var(--sans);
  letter-spacing: .08em;
  text-align: center;
}

@media (max-width: 1100px) {
  body.theme-procession.contact-editorial .contact-main__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  body.theme-procession.contact-editorial .contact-form-wrap {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    padding: 0;
    border: 0;
  }

  body.theme-procession.contact-editorial .contact-pricing {
    width: 100%;
    max-width: 940px;
    margin-inline: auto;
  }

  body.theme-procession.contact-editorial .contact-price-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}

@media (max-width: 760px) {
  body.theme-procession.contact-editorial .contact-hero {
    padding-block: 2.75rem 2rem;
  }

  body.theme-procession.contact-editorial .contact-hero h1 {
    font-size: clamp(2.2rem, 7.9vw, 3rem);
  }

  body.theme-procession.contact-editorial .contact-hero__figure img {
    height: clamp(190px, 56vw, 280px);
    max-height: 280px;
  }

  body.theme-procession.contact-editorial .contact-fields,
  body.theme-procession.contact-editorial .contact-price-list,
  body.theme-procession.contact-editorial .contact-private__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.theme-procession.contact-editorial .contact-field--full {
    grid-column: auto;
  }

  body.theme-procession.contact-editorial .contact-submit,
  body.theme-procession.contact-editorial .contact-compare {
    width: 100%;
    max-width: 360px;
  }

  body.theme-procession.contact-editorial .contact-private img {
    height: clamp(210px, 58vw, 290px);
    max-height: 290px;
  }
}

@media (max-width: 430px) {
  body.theme-procession.contact-editorial .contact-pricing {
    padding: 1.5rem 1rem;
  }

  body.theme-procession.contact-editorial .contact-price-row {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: .875rem;
  }

  body.theme-procession.contact-editorial .contact-price-row > img {
    width: 64px;
    height: 88px;
  }

  body.theme-procession.contact-editorial .contact-price-row h3 {
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-procession.contact-editorial .contact-field :is(input, textarea) {
    transition: none;
  }
}
