 @media only screen and (min-width: 0rem) {#dex-contact {position: relative;z-index: 10;padding: 4.5rem 1.5rem;background: var(--smoke);font-family: var(--font-body);}#dex-contact .dex-contact-container {width: 100%;max-width: 42rem;margin: 0 auto;}#dex-contact .dex-form {position: relative;overflow: hidden;padding: 2.5rem 1.5rem 2rem;background: var(--white);border: 3px solid var(--ink);}#dex-contact .dex-form::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 0.5rem;background-image: repeating-linear-gradient(135deg, var(--red) 0 1rem, var(--ink) 1rem 2rem);}#dex-contact .dex-form-title {margin: 0.5rem 0 1.75rem;font-family: var(--font-display);font-size: clamp(1.5rem, 4vw, 2rem);font-weight: 700;line-height: 1.1;letter-spacing: -0.02em;color: var(--headerColor);text-align: center;}#dex-contact .dex-form-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#dex-contact .dex-label {display: flex;flex-direction: column;gap: 0.5rem;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;color: var(--ink);}#dex-contact .dex-input {width: 100%;height: 3.375rem;padding: 0 1.1rem;box-sizing: border-box;background: var(--smoke);border: 2px solid var(--border);border-radius: 0;font-family: inherit;font-size: var(--bodyFontSizeSm);font-weight: 400;letter-spacing: normal;text-transform: none;color: var(--ink);transition: border-color 0.2s ease, background 0.2s ease;}#dex-contact .dex-input::placeholder {color: rgba(16, 16, 16, 0.42);}#dex-contact .dex-input:focus {outline: none;background: var(--white);border-color: var(--red);}#dex-contact .dex-textarea {height: auto;min-height: 10rem;padding: 1rem 1.1rem;resize: vertical;line-height: 1.7;}#dex-contact .dex-form-button {display: block;width: 100%;margin: 1.75rem auto 0;padding: 1.15rem 2rem;font-family: var(--font-body);font-size: 0.875rem;font-weight: 700;letter-spacing: 0.16em;line-height: 1;text-transform: uppercase;color: var(--white);background: var(--red);border: 2px solid var(--red);border-radius: 0;cursor: pointer;transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;}#dex-contact .dex-form-button:hover {background: var(--ink);border-color: var(--ink);transform: translate(-3px, -3px);box-shadow: 6px 6px 0 var(--red);}#dex-contact #success-message {padding: 3.25rem 1.75rem;background: var(--white);border: 3px solid var(--ink);text-align: center;}#dex-contact .dex-success-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1.25rem;}#dex-contact .dex-success-icon {flex-shrink: 0;width: 3.75rem;height: 3.75rem;display: flex;align-items: center;justify-content: center;color: var(--white);background: var(--red);border-radius: 0;}#dex-contact #success-message p {margin: 0;max-width: 40ch;font-family: var(--font-display);font-size: 1.375rem;font-weight: 700;line-height: 1.35;letter-spacing: -0.02em;color: var(--headerColor);}}@media only screen and (min-width: 48rem) {#dex-contact {padding: 5.5rem 2.5rem;}#dex-contact .dex-form {padding: 3rem 2.5rem 2.5rem;}#dex-contact .dex-form-button {width: auto;min-width: 16rem;}}@media only screen and (min-width: 64rem) {#dex-contact {padding: 7rem 3rem;}#dex-contact .dex-contact-container {max-width: 44rem;}#dex-contact .dex-form {padding: 3.5rem 3rem 3rem;}}