/* Official contact: approved rounded layout, focused on conversation, without a product photograph. */
.contact-editorial-page .site-header::after { display: none; }
.contact-editorial-page .main-nav a:not(.budget) { min-height: 24px; align-content: center; }
.contact-reception { padding-top: clamp(48px, 5vw, 76px); }
.contact-reception-heading { margin-bottom: clamp(36px, 4vw, 58px); }
.contact-reception-title-row { gap: clamp(36px, 6vw, 90px); }
.contact-reception-title-row h1 { font-size: clamp(46px, 5.4vw, 78px); line-height: 1.04; }
.contact-reception-card { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); }
.contact-concierge--text { display: flex; }
.contact-concierge--text .contact-concierge-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.4vw, 50px);
}
.contact-conversation-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
}
.contact-kicker { font-size: 10px; }
.contact-concierge .contact-kicker { color: #e1eee5; }
.contact-concierge-body > p:not(.contact-kicker) { color: #cfdbd4; font-size: 14px; line-height: 1.7; }
.contact-whatsapp { min-height: 52px; color: #fff; border-color: var(--brand); background: var(--brand); font-size: 13px; }
.contact-whatsapp:hover { background: #00742e; border-color: #00742e; }
.contact-direct-list > div { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
.contact-direct-list dt { color: #c0d1c6; font-size: 10px; }
.contact-direct-list dd { color: #fff; font-size: 14px; }
.contact-direct-list a { display: inline-flex; align-items: center; min-height: 28px; max-width: 100%; overflow-wrap: anywhere; }
.contact-reception-form.contact-form { padding: clamp(30px, 4vw, 58px); scroll-margin-top: 112px; }
.contact-reception-form .contact-form-intro { margin-bottom: 32px; }
.contact-reception-form .contact-form-intro h2 { font-size: clamp(30px, 2.9vw, 42px); line-height: 1.14; }
.contact-reception-form .contact-form-intro > p:last-child { font-size: 14px; }
.contact-reception-form .form-field { min-width: 0; }
.contact-reception-form .form-field label { font-size: 11px; }
.contact-reception-form .form-field input,
.contact-reception-form .form-field select,
.contact-reception-form .form-field textarea { min-width: 0; font-size: 16px; font-weight: 400; }
.contact-reception-form .form-field input:focus-visible,
.contact-reception-form .form-field select:focus-visible,
.contact-reception-form .form-field textarea:focus-visible { outline: 2px solid var(--brand-text); outline-offset: 4px; box-shadow: none; }
.contact-reception-form .contact-form-footer { flex-wrap: wrap; gap: 22px; }
.contact-reception-form .contact-form-footer p { flex: 1 1 230px; font-size: 12px; line-height: 1.65; }
.contact-reception-form .contact-form-footer p a { text-decoration: underline; }
.contact-reception-form .contact-form-footer .button { cursor: pointer; }
.contact-reception-form .contact-form-footer .button:disabled { cursor: wait; }
.contact-reception-form .contact-form-status { font-size: 14px; line-height: 1.6; }
.contact-reception-foot small { font-size: 10px; }
.contact-reception-foot address { font-size: 13px; line-height: 1.7; }
.contact-reception-foot > a { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; font-size: 13px; }
.contact-editorial-page .whatsapp-float { display: none; }

@media (max-width: 1100px) and (min-width: 931px) {
  .contact-reception-form.contact-form { padding: 32px; }
  .contact-concierge--text .contact-concierge-body { padding: 30px; }
}
@media (max-width: 930px) {
  .contact-reception-card { grid-template-columns: 1fr; }
  .contact-concierge--text { display: block; }
  .contact-concierge--text .contact-concierge-body { display: block; }
  .contact-conversation-mark { width: 60px; height: 60px; margin-bottom: 24px; }
  .contact-conversation-mark svg { width: 38px; height: 38px; }
  .contact-whatsapp { width: auto; padding-inline: 24px; }
  .contact-direct-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .contact-editorial-page .main-nav { max-height: calc(100svh - 92px); overflow-y: auto; }
}
@media (max-width: 760px) {
  .contact-reception { padding-top: 38px; }
  .contact-reception-title-row h1 { font-size: clamp(40px, 11.5vw, 62px); }
  .contact-reception-title-row > p { font-size: 15px; }
  .contact-concierge--text .contact-concierge-body { padding: 28px 24px 32px; }
  .contact-reception-form.contact-form { padding: 36px 16px; scroll-margin-top: 82px; }
  .contact-reception-form .contact-form-footer p { flex-basis: auto; }
  .contact-whatsapp { width: 100%; padding-inline: 16px; }
  .contact-direct-list { display: block; }
  .contact-editorial-page .main-nav { max-height: calc(100svh - 62px); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-editorial-page .button:active,
  .contact-editorial-page .budget:active { transform: none; }
}
