.vof-contact {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px 80px;
  color: var(--vof-ink, #28363d);
  font: 17px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
  letter-spacing: normal;
}

.vof-contact *, .vof-contact *::before, .vof-contact *::after { box-sizing: border-box; }
.vof-contact [hidden] { display: none !important; }
.vof-contact h1, .vof-contact h2, .vof-contact h3, .vof-contact p {
  color: inherit;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
.vof-contact a { color: var(--vof-teal, #14635f); text-underline-offset: 4px; }
.vof-contact a:hover { text-decoration: underline; }
.vof-contact :focus-visible { outline: 3px solid #956423; outline-offset: 5px; }
.vof-contact__breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; padding: 28px 0 0; font-size: 14px; }
.vof-contact__breadcrumb a { text-decoration: underline; }
.vof-contact__breadcrumb span { color: var(--vof-muted, #57636a); }
.vof-contact__intro { max-width: 900px; padding: 46px 0 40px; }
.vof-contact .vof-contact__eyebrow { color: var(--vof-teal, #14635f); font-size: 12px; font-weight: 650; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.vof-contact h1 { font: 500 clamp(40px, 4.8vw, 64px)/1.1 Georgia, "Times New Roman", serif; margin-bottom: 22px; }
.vof-contact .vof-contact__lead { max-width: 650px; color: var(--vof-muted, #57636a); font-size: 19px; }

.vof-contact__methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vof-contact__method {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--vof-line, #d9e2de);
  border-radius: 16px;
  background: #fff;
}
.vof-contact__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 24px; background: #edf3ef; color: var(--vof-teal, #14635f); border-radius: 50%; }
.vof-contact__icon svg { display: block; width: 25px; height: 25px; }
.vof-contact__method h2 { font: 650 22px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin-bottom: 12px; }
.vof-contact__method p { color: var(--vof-muted, #57636a); font-size: 16px; margin-bottom: 24px; }
.vof-contact .vof-contact__method-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; margin-top: auto; padding: 14px 0 0; border-top: 1px solid var(--vof-line, #d9e2de); font-size: 20px; line-height: 1.4; font-weight: 650; text-decoration: none; }
.vof-contact__method-link > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.vof-contact .vof-contact__method-link:hover { text-decoration: underline; }
.vof-contact .vof-contact__email { font-size: 18px; }
.vof-contact__arrow { flex: 0 0 auto; font-size: 23px; font-weight: 400; }
.vof-contact .vof-contact__method--chat { background: var(--vof-teal, #14635f); border-color: var(--vof-teal, #14635f); color: #fff; }
.vof-contact__method--chat .vof-contact__icon { background: #ffffff1f; color: #fff; }
.vof-contact__method--chat p { color: #e6f0ed; }
.vof-contact .vof-contact__method--chat a { color: #fff; border-color: #ffffff4d; }
.vof-contact__method--chat :focus-visible { outline-color: #f0d9aa; }
.vof-contact .vof-contact__chat-status { font-size: 14px; margin: 14px 0 0; }

.vof-contact__message-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); grid-template-areas: "guide form"; gap: 64px; align-items: start; margin-top: 64px; }
.vof-contact__guide { grid-area: guide; padding-top: 24px; }
.vof-contact__guide h2 { font: 500 clamp(30px, 3vw, 39px)/1.18 Georgia, "Times New Roman", serif; margin-bottom: 22px; }
.vof-contact__guide > p, .vof-contact__reservation-note p { color: var(--vof-muted, #57636a); font-size: 16px; }
.vof-contact__reservation-note { margin-top: 28px; padding: 24px 0; border-top: 1px solid var(--vof-line, #d9e2de); border-bottom: 1px solid var(--vof-line, #d9e2de); }
.vof-contact__reservation-note h3 { font: 650 17px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin-bottom: 8px; }
.vof-contact__social { margin-top: 28px; }
.vof-contact__social p { color: var(--vof-muted, #57636a); font-size: 14px; }
.vof-contact__social-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.vof-contact__social a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; text-decoration: underline; }

.vof-contact__form-panel { grid-area: form; min-width: 0; padding: 34px; border: 1px solid var(--vof-line, #d9e2de); border-radius: 18px; background: #fff; box-shadow: 0 12px 36px #173d4008; }
.vof-contact__form-panel h2 { font: 500 32px/1.2 Georgia, "Times New Roman", serif; margin-bottom: 12px; scroll-margin-top: 120px; }
.vof-contact .vof-contact__form-note { color: var(--vof-muted, #57636a); font-size: 14px; margin-bottom: 26px; }
.vof-contact__field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.vof-contact__field { min-width: 0; margin-bottom: 22px; }
.vof-contact__field label { display: block; font-size: 15px; font-weight: 650; line-height: 1.4; margin: 0 0 9px; }
.vof-contact__field input, .vof-contact__field textarea { display: block; width: 100%; min-width: 0; min-height: 52px; margin: 0; padding: 14px; background: #fff; color: var(--vof-ink, #28363d); border: 1px solid #9dafad; border-radius: 8px; box-shadow: none; font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.vof-contact__field textarea { resize: vertical; min-height: 150px; }
.vof-contact__field input::placeholder, .vof-contact__field textarea::placeholder { color: #65716f; opacity: 1; }
.vof-contact__field input:focus, .vof-contact__field textarea:focus { border-color: var(--vof-teal, #14635f); outline: 2px solid var(--vof-teal, #14635f); outline-offset: 2px; }
.vof-contact__field .field_with_errors input, .vof-contact__field .field_with_errors textarea { border-color: #a34423; }
.vof-contact__submit-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; margin-top: 26px; }
.vof-contact__captcha { flex: 0 0 164px; }
.vof-contact__submit-action { flex: 1 1 180px; max-width: 270px; }
.vof-contact__submit-action p { font-size: 13px; line-height: 1.5; color: var(--vof-muted, #57636a); margin-bottom: 12px; }
.vof-contact .vof-contact__submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 52px; padding: 14px 20px; margin: 0; border: 1px solid var(--vof-teal, #14635f); border-radius: 8px; background: var(--vof-teal, #14635f); color: #fff; font: 600 16px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-transform: none; letter-spacing: normal; white-space: normal; cursor: pointer; }
.vof-contact .vof-contact__submit:hover:not(:disabled) { background: #104f4c; }
.vof-contact .vof-contact__submit:disabled { background: #edf1ee; border-color: #d9e2de; color: #61706a; cursor: not-allowed; }
.vof-contact__notice { padding: 18px; margin: 20px 0; border-radius: 8px; font-size: 16px; overflow-wrap: anywhere; }
.vof-contact__notice--error { background: #fff1eb; color: #753019; border-left: 4px solid #a34423; }
.vof-contact__notice--success { background: #edf5ef; color: #174f39; border-left: 4px solid #39775c; }

@media (max-width: 1050px) {
  .vof-contact { padding-right: 32px; padding-left: 32px; }
  .vof-contact__method { padding: 22px; }
  .vof-contact__message-layout { gap: 32px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .vof-contact__form-panel { padding: 28px; }
  .vof-contact__field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
}

@media (max-width: 800px) {
  .vof-contact { padding: 0 24px 56px; }
  .vof-contact__intro { padding: 36px 0 30px; }
  .vof-contact__methods { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .vof-contact__method { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 18px; padding: 24px; }
  .vof-contact__icon { grid-row: 1 / 3; margin-bottom: 0; }
  .vof-contact__method h2 { margin-bottom: 6px; }
  .vof-contact__method p { grid-column: 2; margin-bottom: 16px; }
  .vof-contact .vof-contact__method-link { grid-column: 2; margin-top: 0; }
  .vof-contact .vof-contact__chat-status, .vof-contact__method noscript { grid-column: 1 / -1; }
  .vof-contact__message-layout { display: flex; flex-direction: column; gap: 36px; margin-top: 36px; }
  .vof-contact__form-panel { width: 100%; }
  .vof-contact__guide { padding-top: 0; max-width: 580px; }
  .vof-contact__field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}

@media (max-width: 480px) {
  .vof-contact { padding-right: 20px; padding-left: 20px; }
  .vof-contact__breadcrumb { padding-top: 22px; }
  .vof-contact__intro { padding-top: 30px; }
  .vof-contact .vof-contact__lead { font-size: 17px; }
  .vof-contact__method { padding: 20px; column-gap: 14px; grid-template-columns: 40px minmax(0, 1fr); }
  .vof-contact__icon { width: 40px; height: 40px; grid-row: 1; }
  .vof-contact__icon svg { width: 23px; height: 23px; }
  .vof-contact__method h2 { align-self: center; font-size: 21px; margin-bottom: 0; }
  .vof-contact__method p { grid-column: 1 / -1; margin-top: 14px; }
  .vof-contact .vof-contact__method-link { grid-column: 1 / -1; }
  .vof-contact .vof-contact__email { font-size: 17px; }
  .vof-contact__form-panel { padding: 24px 20px; }
  .vof-contact__form-panel h2 { font-size: 29px; }
  .vof-contact__field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .vof-contact__submit-action { max-width: none; flex-basis: 100%; }
}
