.contact-editorial-page {
  background: #f7f4ee;
}

.contact-editorial-page .site-header {
  color: var(--ink);
  background: rgba(250, 248, 244, .97);
  border-bottom-color: rgba(20, 40, 29, .1);
}

.contact-editorial-page .site-header::after { opacity: .72; }
.contact-editorial-page .brand .logo-white { opacity: 0; }
.contact-editorial-page .brand .logo-color { opacity: 1; }
.contact-editorial-page .main-nav a:not(.budget) { display: block; }
.contact-editorial-page .main-nav .budget {
  color: var(--ink);
  border-color: rgba(8, 31, 20, .3);
  background: transparent;
  box-shadow: none;
}
.contact-editorial-page .main-nav .budget:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.contact-reception {
  padding: clamp(72px, 7vw, 108px) 0 clamp(82px, 8vw, 126px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 87% 15%, rgba(150, 12, 42, .052), transparent 22%),
    #f7f4ee;
}

.contact-reception-heading {
  max-width: 1180px;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.contact-reception-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .55fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-top: 18px;
}

.contact-reception-title-row h1 {
  max-width: 770px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 5.7vw, 86px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .93;
}

.contact-reception-title-row h1 span {
  display: block;
  color: var(--brand);
}

.contact-reception-title-row > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.contact-reception-card {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 39, 25, .1);
  border-radius: 46px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 34px 90px rgba(30, 37, 31, .09);
}

.contact-concierge {
  display: grid;
  grid-template-rows: minmax(210px, .72fr) auto;
  overflow: hidden;
  color: #fff;
  border-radius: 32px;
  background: #04261a;
}

.contact-concierge-visual {
  position: relative;
  min-height: 250px;
  margin: 24px 24px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 180px 180px 28px 28px;
  background: #020805;
}

.contact-concierge-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(4,38,26,.88));
}

.contact-concierge-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 47%;
  filter: saturate(.88) contrast(1.02) brightness(.82);
}

.contact-concierge-body {
  padding: clamp(32px, 3.3vw, 50px);
}

.contact-kicker {
  margin: 0 0 16px;
  color: var(--brand-text);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-concierge .contact-kicker { color: #66dca0; }

.contact-concierge h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.contact-concierge-body > p:not(.contact-kicker) {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.65;
}

.contact-whatsapp {
  width: 100%;
  gap: 10px;
  margin-top: 28px;
  color: #fff;
  border-color: #08a94e;
  background: #08a94e;
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}

.contact-whatsapp img { width: 18px; height: 18px; }
.contact-whatsapp:hover { border-color: #10bc5a; background: #10bc5a; }

.contact-direct-list {
  margin: 34px 0 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.contact-direct-list > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.contact-direct-list dt {
  color: rgba(255,255,255,.4);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-direct-list dd {
  min-width: 0;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.contact-reception-form.contact-form {
  padding: clamp(38px, 5vw, 72px);
  border: 0;
  border-radius: 34px;
  background: transparent;
}

.contact-reception-form .contact-form-intro {
  display: block;
  margin-bottom: 42px;
}

.contact-reception-form .contact-form-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3.1vw, 50px);
  font-weight: 400;
  letter-spacing: -.05em;
}

.contact-reception-form .contact-form-intro > p:last-child {
  max-width: 570px;
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.contact-reception-form .form-field input,
.contact-reception-form .form-field select,
.contact-reception-form .form-field textarea {
  border: 0;
  border-bottom: 1px solid rgba(15, 38, 25, .26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-reception-form .form-field input,
.contact-reception-form .form-field select {
  padding-right: 0;
  padding-left: 0;
}

.contact-reception-form .form-field textarea {
  min-height: 128px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 38, 25, .2);
  border-radius: 22px;
  background: rgba(247,244,238,.46);
}

.contact-reception-form .form-field input:focus,
.contact-reception-form .form-field select:focus {
  border-bottom-color: var(--brand);
  outline: 0;
}

.contact-reception-form .form-field textarea:focus {
  border-color: var(--brand);
  outline: 0;
}

.contact-reception-form .contact-form-footer {
  align-items: flex-end;
}

.contact-reception-form .contact-form-footer .button {
  flex: 0 0 auto;
  min-width: 168px;
  min-height: 52px;
  padding-right: 28px;
  padding-left: 28px;
}

.contact-reception-foot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding: 28px 0 0;
}

.contact-reception-foot small {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-text);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-reception-foot address {
  color: var(--ink-soft);
  font-size: 11px;
  font-style: normal;
}

.contact-reception-foot > a {
  color: var(--ink);
  border-bottom: 1px solid rgba(8,31,20,.28);
  font-size: 11px;
  padding-bottom: 4px;
}

@media (max-width: 930px) {
  .contact-editorial-page .main-nav a:not(.budget) { display: block; }
  .contact-reception-title-row { grid-template-columns: 1fr; gap: 25px; }
  .contact-reception-title-row > p { max-width: 620px; }
  .contact-reception-card { grid-template-columns: 1fr; padding: 14px; border-radius: 38px; }
  .contact-concierge { grid-template-columns: .8fr 1.2fr; grid-template-rows: auto; }
  .contact-concierge-visual { min-height: 100%; }
}

@media (max-width: 760px) {
  .contact-editorial-page .main-nav a:not(.budget) { display: block; }
  .contact-reception { padding: 62px 0 78px; }
  .contact-reception-heading { margin-bottom: 40px; }
  .contact-reception-title-row h1 { font-size: clamp(46px, 13.6vw, 62px); }
  .contact-reception-title-row > p { font-size: 14px; }
  .contact-reception-card { padding: 10px; border-radius: 30px; }
  .contact-concierge { display: block; border-radius: 24px; }
  .contact-concierge-visual { min-height: 210px; margin: 14px 14px 0; aspect-ratio: 16 / 9; border-radius: 120px 120px 20px 20px; }
  .contact-concierge-body { padding: 30px 24px 34px; }
  .contact-reception-form.contact-form { padding: 38px 20px 42px; }
  .contact-reception-form .contact-form-footer { align-items: flex-start; }
  .contact-reception-form .contact-form-footer .button { width: 100%; }
  .contact-reception-foot { display: block; }
  .contact-reception-foot > a { display: inline-block; margin-top: 18px; }
  .contact-editorial-page .whatsapp-float { display: none; }
}

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