/* ===============================================================
   DESTAWED CONTACT SECTION — v3.0 (shortcode build)
   Based on v2.5 + v2.6 guest note.
   Every layout-critical rule carries !important so no theme,
   Elementor global style or plugin can override the form.
================================================================= */

.dw-contact-section,
.dw-contact-section *,
.dw-contact-section *::before,
.dw-contact-section *::after { box-sizing: border-box !important; }

/* Honor the HTML [hidden] attribute */
.dw-contact-section [hidden] { display: none !important; }

.dw-contact-section {
    --dwc-dark:     #1a1a1a;
    --dwc-brown:    #413225;
    --dwc-olive:    #7E8460;
    --dwc-muted:    #756050;
    --dwc-cream:    #E9E0CF;
    --dwc-sand:     #BFB198;
    --dwc-offwhite: #F7F7F3;
    --dwc-white:    #FFFFFF;
    --dwc-sans:     'Josefin Sans', system-ui, -apple-system, sans-serif;
    --dwc-serif:    'Libre Baskerville', Georgia, serif;

    --dwc-section-pad: 110px;
    --dwc-field-gap: 36px;

    /* --dwc-header-h : height of your fixed site header.
       --dwc-sticky-gap : equal breathing room above AND below the card. */
    --dwc-header-h: 90px;
    --dwc-sticky-gap: 5vh;

    position: relative !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
    background-color: var(--dwc-white) !important;
    padding: var(--dwc-section-pad) 20px !important;
    font-family: var(--dwc-sans) !important;
    color: var(--dwc-dark) !important;
    /* clip (not hidden) — hidden would create a scroll container and
       break position:sticky on the left card. */
    overflow-x: clip !important;
}

.dw-contact-grid {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    display: grid !important;
    /* fr units subtract the gap first, so the grid can never overflow */
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
    gap: clamp(32px, 4.5vw, 60px) !important;
    align-items: start !important;
    min-width: 0 !important;
}

.dw-contact-info,
.dw-contact-form-wrap {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
}

.dw-contact-form,
.dw-form-section,
.dw-form-field,
.dw-form-select-wrap {
    min-width: 0 !important;
    max-width: 100% !important;
}

.dw-contact-form { margin: 0 !important; padding: 0 !important; }

/* HONEYPOT */
.dw-form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── LEFT INFO CARD — sticky, viewport-centred ──────────────── */
.dw-contact-info {
    position: sticky !important;
    top: calc(var(--dwc-header-h) + var(--dwc-sticky-gap)) !important;
    align-self: start !important;
}
.dw-contact-info-inner {
    background-color: var(--dwc-offwhite) !important;
    border: 1px solid rgba(126, 132, 96, 0.16) !important;
    border-radius: 4px !important;
    padding: clamp(28px, 4vw, 50px) clamp(20px, 3.2vw, 42px) !important;
    max-height: calc(100vh - var(--dwc-header-h) - (var(--dwc-sticky-gap) * 2)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(126, 132, 96, 0.35) transparent;
}
.dw-contact-info-inner::-webkit-scrollbar { width: 5px; }
.dw-contact-info-inner::-webkit-scrollbar-track { background: transparent; }
.dw-contact-info-inner::-webkit-scrollbar-thumb {
    background-color: rgba(126, 132, 96, 0.35);
    border-radius: 3px;
}

.dw-info-eyebrow {
    display: inline-block !important;
    font-family: var(--dwc-sans) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
    color: var(--dwc-olive) !important;
    margin: 0 0 18px !important;
}
.dw-info-rule {
    display: block !important;
    width: 44px !important;
    height: 1px !important;
    background-color: rgba(126, 132, 96, 0.4) !important;
    margin: 0 0 24px !important;
}
.dw-info-title {
    font-family: var(--dwc-serif) !important;
    font-size: clamp(22px, 2vw, 34px) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: var(--dwc-dark) !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    letter-spacing: 0.005em !important;
    text-transform: none !important;
    word-break: break-word;
}
.dw-info-lead {
    font-family: var(--dwc-sans) !important;
    font-size: clamp(11.5px, 1.1vw, 13px) !important;
    font-weight: 300 !important;
    line-height: 1.75 !important;
    color: var(--dwc-muted) !important;
    margin: 0 !important;
    word-break: break-word;
}

.dw-info-divider {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg,
        rgba(26, 26, 26, 0.04) 0%,
        rgba(126, 132, 96, 0.28) 50%,
        rgba(26, 26, 26, 0.04) 100%) !important;
    margin: clamp(18px, 2.4vw, 32px) 0 !important;
}

.dw-info-rows {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(14px, 1.8vw, 22px) !important;
}
.dw-info-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
}
.dw-info-icon {
    flex-shrink: 0 !important;
    width: clamp(34px, 3.2vw, 42px) !important;
    height: clamp(34px, 3.2vw, 42px) !important;
    border-radius: 50% !important;
    background-color: rgba(126, 132, 96, 0.10) !important;
    border: 1px solid rgba(126, 132, 96, 0.20) !important;
    color: var(--dwc-olive) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.dw-info-icon svg { width: clamp(14px, 1.4vw, 17px) !important; height: clamp(14px, 1.4vw, 17px) !important; }
.dw-info-row-content { flex: 1 !important; min-width: 0 !important; }
.dw-info-row-label {
    display: block !important;
    font-family: var(--dwc-sans) !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: var(--dwc-olive) !important;
    margin-bottom: 4px !important;
}
.dw-info-row-value {
    display: block !important;
    font-family: var(--dwc-serif) !important;
    font-size: clamp(12px, 1.1vw, 14px) !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: var(--dwc-dark) !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
}
.dw-contact-section a.dw-info-row-value:hover { color: var(--dwc-olive) !important; }

.dw-info-social {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}
.dw-info-social-label {
    font-family: var(--dwc-sans) !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: var(--dwc-olive) !important;
}
.dw-info-social-links {
    display: inline-flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}
.dw-contact-section .dw-info-social-links a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    border: 1px solid rgba(126, 132, 96, 0.30) !important;
    color: var(--dwc-muted) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.dw-contact-section .dw-info-social-links a:hover {
    background-color: var(--dwc-olive) !important;
    border-color: var(--dwc-olive) !important;
    color: var(--dwc-white) !important;
}
.dw-info-social-links svg { width: 15px !important; height: 15px !important; }


/* ── RIGHT FORM WRAP ────────────────────────────────────────── */
.dw-contact-form-wrap {
    background: transparent !important;
    padding: 0 !important;
}

/* ── FORM SECTIONS ──────────────────────────────────────────── */
.dw-form-section { padding: 0 !important; margin: 0 !important; }

.dw-form-section-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin: 0 0 32px !important;
}

.dw-form-section-num {
    font-family: var(--dwc-serif) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--dwc-olive) !important;
    letter-spacing: 0.06em !important;
    padding-top: 5px !important;
    flex-shrink: 0 !important;
    min-width: 24px !important;
}

.dw-form-section-title {
    font-family: var(--dwc-serif) !important;
    font-size: clamp(20px, 1.8vw, 26px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: var(--dwc-dark) !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    letter-spacing: 0.005em !important;
    text-transform: none !important;
}
.dw-form-section-sub {
    font-family: var(--dwc-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    color: var(--dwc-muted) !important;
    margin: 0 !important;
    letter-spacing: 0.01em !important;
}

/* ── SECTION DIVIDERS ───────────────────────────────────────── */
.dw-form-section-divider {
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg,
        rgba(26, 26, 26, 0.04) 0%,
        rgba(126, 132, 96, 0.28) 50%,
        rgba(26, 26, 26, 0.04) 100%) !important;
    margin: 44px 0 !important;
}

/* ── FIELDS ─────────────────────────────────────────────────── */
.dw-form-row {
    display: grid !important;
    gap: 22px !important;
    margin-bottom: var(--dwc-field-gap) !important;
}
.dw-form-row-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.dw-form-field {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: var(--dwc-field-gap) !important;
}
.dw-form-row .dw-form-field { margin-bottom: 0 !important; }

.dw-form-label {
    display: block !important;
    font-family: var(--dwc-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--dwc-dark) !important;
    margin: 0 0 10px !important;
    line-height: 1.5 !important;
}
.dw-required { color: var(--dwc-olive) !important; }

/* INPUTS */
.dw-contact-section .dw-form-input,
.dw-contact-section .dw-form-textarea,
.dw-contact-section .dw-form-select {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-family: var(--dwc-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--dwc-dark) !important;
    background-color: var(--dwc-white) !important;
    background-image: none !important;
    border: 1px solid rgba(26, 26, 26, 0.18) !important;
    border-radius: 4px !important;
    padding: 14px 18px !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease, background-color 0.3s ease !important;
    outline: none !important;
    height: auto !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.dw-contact-section .dw-form-textarea {
    min-height: 110px !important;
    resize: vertical !important;
}
.dw-contact-section .dw-form-input:focus,
.dw-contact-section .dw-form-textarea:focus,
.dw-contact-section .dw-form-select:focus {
    border-color: var(--dwc-olive) !important;
    background-color: var(--dwc-offwhite) !important;
    box-shadow: none !important;
}
.dw-contact-section .dw-form-input.is-error,
.dw-contact-section .dw-form-textarea.is-error,
.dw-contact-section .dw-form-select.is-error {
    border-color: #c14d4d !important;
}
.dw-form-input::placeholder,
.dw-form-textarea::placeholder {
    color: rgba(26, 26, 26, 0.4) !important;
    opacity: 1 !important;
}

/* SELECT */
.dw-form-select-wrap { position: relative !important; }
.dw-contact-section .dw-form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 44px !important;
    cursor: pointer !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dw-form-select-caret {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 11px !important;
    height: 7px !important;
    color: var(--dwc-muted) !important;
    pointer-events: none !important;
}

/* CUSTOM RADIO + CHECKBOX */
.dw-form-radio-group,
.dw-form-check-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
.dw-form-check-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 14px !important;
}
.dw-contact-section .dw-form-radio-item,
.dw-contact-section .dw-form-check-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(126, 132, 96, 0.18) !important;
    border-radius: 4px !important;
    background-color: var(--dwc-offwhite) !important;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    position: relative !important;
    margin: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.dw-contact-section .dw-form-radio-item:hover,
.dw-contact-section .dw-form-check-item:hover {
    border-color: rgba(126, 132, 96, 0.36) !important;
}
.dw-contact-section .dw-form-radio-item input,
.dw-contact-section .dw-form-check-item input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
}
.dw-form-radio-mark,
.dw-form-check-mark {
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid rgba(26, 26, 26, 0.3) !important;
    background-color: var(--dwc-white) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    position: relative !important;
}
.dw-form-radio-mark { border-radius: 50% !important; }
.dw-form-check-mark { border-radius: 3px !important; }

.dw-form-radio-mark::after {
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: var(--dwc-white) !important;
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dw-form-check-mark::after {
    content: '' !important;
    width: 10px !important;
    height: 6px !important;
    border-left: 1.5px solid var(--dwc-white) !important;
    border-bottom: 1.5px solid var(--dwc-white) !important;
    transform: rotate(-45deg) scale(0);
    margin-top: -2px !important;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dw-form-radio-item input:checked ~ .dw-form-radio-mark,
.dw-form-check-item input:checked ~ .dw-form-check-mark {
    background-color: var(--dwc-olive) !important;
    border-color: var(--dwc-olive) !important;
}
.dw-form-radio-item input:checked ~ .dw-form-radio-mark::after { transform: scale(1); }
.dw-form-check-item input:checked ~ .dw-form-check-mark::after { transform: rotate(-45deg) scale(1); }

.dw-contact-section .dw-form-radio-item.is-checked,
.dw-contact-section .dw-form-check-item.is-checked,
.dw-contact-section .dw-form-radio-item:has(input:checked),
.dw-contact-section .dw-form-check-item:has(input:checked) {
    border-color: var(--dwc-olive) !important;
    background-color: rgba(126, 132, 96, 0.06) !important;
}

.dw-form-radio-label,
.dw-form-check-label {
    font-family: var(--dwc-sans) !important;
    font-size: 13px !important;
    color: var(--dwc-dark) !important;
    line-height: 1.4 !important;
    min-width: 0 !important;
    word-break: break-word;
}

/* ── v2.6: inline field note (minimum guest requirement) ─────── */
.dw-contact-section .dw-form-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 9px 12px !important;
    background-color: rgba(126, 132, 96, 0.06) !important;
    border-left: 2px solid var(--dwc-olive) !important;
    border-radius: 0 3px 3px 0 !important;
    font-family: var(--dwc-sans) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: var(--dwc-muted) !important;
}
.dw-form-note svg {
    flex-shrink: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin-top: 2px !important;
    color: var(--dwc-olive) !important;
}
.dw-form-note strong {
    font-weight: 500 !important;
    color: var(--dwc-brown) !important;
}
.dw-contact-section .dw-form-note.is-warning {
    background-color: rgba(193, 77, 77, 0.07) !important;
    border-left-color: #c14d4d !important;
    color: #863434 !important;
}
.dw-form-note.is-warning svg { color: #c14d4d !important; }
.dw-form-note.is-warning strong { color: #863434 !important; }

/* ERROR MESSAGE */
.dw-form-error {
    margin: 18px 0 0 !important;
    padding: 12px 16px !important;
    background-color: rgba(193, 77, 77, 0.08) !important;
    border-left: 2px solid #c14d4d !important;
    color: #863434 !important;
    font-size: 13px !important;
    font-family: var(--dwc-sans) !important;
}

/* ── FORM FOOTER / SUBMIT ───────────────────────────────────── */
.dw-form-footer {
    margin-top: 44px !important;
    padding-top: 36px !important;
    border-top: 1px solid rgba(26, 26, 26, 0.08) !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.dw-contact-section .dw-form-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px 36px !important;
    font-family: var(--dwc-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: color 0.55s ease, border-color 0.55s ease, opacity 0.3s ease !important;
    background: transparent !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.dw-form-btn svg { width: 13px !important; height: 13px !important; position: relative !important; z-index: 1 !important; }
.dw-form-btn-fill {
    position: absolute !important;
    inset: 0 !important;
    background: var(--dwc-dark) !important;
    transform: translateX(-101%);
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 0 !important;
}
.dw-form-btn-text { position: relative !important; z-index: 1 !important; }

.dw-contact-section .dw-form-btn-submit {
    color: var(--dwc-dark) !important;
    border: 1px solid rgba(26, 26, 26, 0.85) !important;
}
.dw-contact-section .dw-form-btn-submit:hover,
.dw-contact-section .dw-form-btn-submit:focus {
    color: var(--dwc-white) !important;
    border-color: var(--dwc-dark) !important;
    background: transparent !important;
}
.dw-form-btn-submit:hover .dw-form-btn-fill { transform: translateX(0); }
.dw-contact-section .dw-form-btn:disabled,
.dw-contact-section .dw-form-btn.is-loading {
    pointer-events: none !important;
    opacity: 0.55 !important;
}

/* SUCCESS STATE */
.dw-form-success {
    padding: 60px 30px !important;
    text-align: center !important;
    background-color: var(--dwc-offwhite) !important;
    border: 1px solid rgba(126, 132, 96, 0.16) !important;
    border-radius: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    animation: dwcFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.dw-form-success-icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background-color: var(--dwc-olive) !important;
    color: var(--dwc-white) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 28px !important;
}
.dw-form-success-icon svg { width: 24px !important; height: 24px !important; }
.dw-form-success-eyebrow {
    font-family: var(--dwc-sans) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
    color: var(--dwc-olive) !important;
    margin-bottom: 16px !important;
}
.dw-form-success .dw-info-rule { margin: 0 auto 24px !important; }
.dw-form-success-title {
    font-family: var(--dwc-serif) !important;
    font-size: clamp(22px, 2vw, 28px) !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: var(--dwc-dark) !important;
    margin: 0 0 16px !important;
    max-width: 460px !important;
    text-transform: none !important;
}
.dw-form-success-text {
    font-family: var(--dwc-sans) !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    color: var(--dwc-muted) !important;
    margin: 0 !important;
    max-width: 480px !important;
}
@keyframes dwcFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 1440px) {
    .dw-contact-section { --dwc-section-pad: 90px; }
}

@media (max-width: 1100px) {
    .dw-contact-grid { gap: 32px !important; }
}

/* 991px: stack into single column */
@media (max-width: 991px) {
    .dw-contact-section {
        --dwc-section-pad: 80px;
        padding: var(--dwc-section-pad) 24px !important;
    }
    .dw-contact-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 40px !important;
    }
    .dw-contact-info {
        position: static !important;
        top: auto !important;
    }
    .dw-contact-info-inner {
        max-height: none !important;
        overflow-y: visible !important;
    }
    .dw-form-row-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .dw-form-section-divider { margin: 36px 0 !important; }
}

/* 680px: collapse 2-col rows */
@media (max-width: 680px) {
    .dw-form-row-2 { grid-template-columns: minmax(0, 1fr) !important; }
    .dw-form-check-grid { grid-template-columns: minmax(0, 1fr) !important; }
}

/* 600px: mobile */
@media (max-width: 600px) {
    .dw-contact-section {
        --dwc-section-pad: 70px;
        --dwc-field-gap: 30px;
        padding: var(--dwc-section-pad) 16px !important;
    }
    .dw-contact-info-inner { padding: 32px 22px !important; }
    .dw-info-title { font-size: 26px !important; }
    .dw-info-lead { font-size: 13px !important; }
    .dw-info-row-value { font-size: 14px !important; }
    .dw-info-icon { width: 38px !important; height: 38px !important; }
    .dw-info-icon svg { width: 16px !important; height: 16px !important; }
    .dw-info-rows { gap: 18px !important; }
    .dw-info-divider { margin: 24px 0 !important; }
    .dw-info-social { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }
    .dw-form-section-header { gap: 12px !important; }
    .dw-form-section-divider { margin: 28px 0 !important; }
    .dw-form-footer { justify-content: stretch !important; }
    .dw-contact-section .dw-form-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 22px !important;
        font-size: 10.5px !important;
    }
    .dw-contact-section .dw-form-note { font-size: 11.5px !important; padding: 8px 10px !important; }
}

/* 400px: very small screens */
@media (max-width: 400px) {
    .dw-contact-section { padding-left: 14px !important; padding-right: 14px !important; }
    .dw-contact-info-inner { padding: 28px 16px !important; }
    .dw-contact-section .dw-form-radio-item,
    .dw-contact-section .dw-form-check-item { padding: 8px 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .dw-form-btn-fill,
    .dw-form-radio-mark,
    .dw-form-check-mark,
    .dw-form-success {
        transition: none !important;
        animation: none !important;
    }
}


/* ==========================================================================
   v3.5.1 — El Dorado Promo field: underlined olive text link (no pill/fill).
   The parent .dw-form-field is a flex column, so the link must not stretch
   (align-self) and must never take a filled focus/hover state.
========================================================================== */
.dw-contact-section .dw-form-field a.dw-form-promo-btn {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    align-self: flex-start !important; width: auto !important; max-width: 100% !important;
    margin: 0 0 12px !important; padding: 0 0 3px !important;
    background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
    color: #7E8460 !important;
    background-image: none !important; text-shadow: none !important; text-decoration-line: none !important;
    font-family: 'Josefin Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 11px !important; font-weight: 600 !important; letter-spacing: 0.18em !important;
    text-transform: uppercase !important; line-height: 1.2 !important; text-decoration: none !important;
    border-bottom: 1px solid rgba(126, 132, 96, 0.55) !important;
    cursor: pointer !important; transition: color .25s ease, border-color .25s ease !important;
}
.dw-contact-section .dw-form-field a.dw-form-promo-btn:hover,
.dw-contact-section .dw-form-field a.dw-form-promo-btn:focus,
.dw-contact-section .dw-form-field a.dw-form-promo-btn:focus-visible,
.dw-contact-section .dw-form-field a.dw-form-promo-btn:active {
    color: #1a1a1a !important; border-bottom-color: #1a1a1a !important;
    background: transparent !important; box-shadow: none !important; outline: 0 !important; text-decoration: none !important;
}
.dw-contact-section .dw-form-field a.dw-form-promo-btn svg { width: 12px !important; height: 12px !important; fill: currentColor !important; flex-shrink: 0 !important; }
.dw-contact-section .dw-form-field .dw-form-promo-ext { font-size: 12px !important; line-height: 1 !important; opacity: .8 !important; }
