 @media only screen and (min-width: 0rem) {#upc-contact {position: relative;z-index: 10;padding: 4.5rem 1.5rem;background: var(--bone);font-family: var(--font-body);}#upc-contact .cs-container {position: relative;z-index: 1;width: 100%;max-width: 46rem;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#upc-contact .cs-form-wrap {width: 100%;}#upc-contact .cs-form {position: relative;overflow: hidden;background: var(--paper);border: 1px solid var(--line);border-top: 4px solid var(--sage);border-radius: 2px;padding: 2.5rem 1.5rem 2rem;}#upc-contact .cs-form-grid {display: grid;grid-template-columns: 1fr;gap: 1.35rem;}#upc-contact .cs-label {display: flex;flex-direction: column;gap: 0.55rem;font-family: var(--font-body);font-size: 0.9375rem;font-weight: 700;letter-spacing: 0.01em;color: var(--ink);}#upc-contact .cs-input {width: 100%;height: 3.5rem;padding: 0 1.15rem;box-sizing: border-box;background: var(--bone);border: 2px solid var(--line);border-radius: 2px;font-family: var(--font-body);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, box-shadow 0.2s ease;}#upc-contact .cs-input::placeholder {color: rgba(27, 37, 33, 0.42);}#upc-contact .cs-input:focus {outline: none;background: var(--paper);border-color: var(--sage);box-shadow: 0 0 0 4px rgba(96, 126, 116, 0.2);}#upc-contact .cs-textarea {height: auto;min-height: 10rem;padding: 1rem 1.15rem;resize: vertical;line-height: 1.7;}#upc-contact .cs-button-solid {display: block;width: 100%;margin: 1.75rem auto 0;padding: 1.25rem 2rem;}#upc-contact #success-message {position: relative;overflow: hidden;background: var(--paper);border: 1px solid var(--line);border-top: 4px solid var(--sage);border-radius: 2px;padding: 3rem 1.75rem;text-align: center;}#upc-contact .cs-success-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1.25rem;}#upc-contact .cs-success-icon {flex-shrink: 0;width: 3.75rem;height: 3.75rem;display: flex;align-items: center;justify-content: center;border-radius: 2px;color: var(--white);background: var(--sage-deep);}#upc-contact #success-message p {margin: 0;max-width: 40ch;font-family: var(--font-body);font-size: 1.125rem;font-weight: 500;line-height: 1.7;color: var(--ink);}#upc-contact .cs-contact-after {width: 100%;}#upc-contact .cs-contact-call {position: relative;overflow: hidden;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;gap: 0.85rem;padding: 2.25rem 1.5rem;border-radius: 2px;border: 2px solid var(--ink);background: var(--ink);text-decoration: none;transition: background 0.25s ease, border-color 0.25s ease;}#upc-contact .cs-contact-call:hover {background: var(--sage-dark);border-color: var(--sage-dark);}#upc-contact .cs-contact-call:focus-visible {outline: 3px solid var(--sage);outline-offset: 4px;}#upc-contact .cs-contact-icon {display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;flex-shrink: 0;border-radius: 2px;color: var(--white);background: var(--sage-deep);}#upc-contact .cs-contact-copy {display: flex;flex-direction: column;align-items: center;gap: 0.15rem;}#upc-contact .cs-contact-key {font-family: var(--font-body);font-size: 0.875rem;font-weight: 700;letter-spacing: 0.01em;color: var(--sage-light);}#upc-contact .cs-contact-phone {font-family: var(--font-impact);font-size: clamp(1.875rem, 6vw, 2.5rem);font-weight: 400;line-height: 1.1;letter-spacing: 0.01em;color: var(--white);}#upc-contact .cs-contact-note {padding-top: 0.85rem;border-top: 1px solid var(--line-light);width: 100%;max-width: 22rem;font-family: var(--font-body);font-size: 0.875rem;font-weight: 600;line-height: 1.5;color: rgba(255, 255, 255, 0.66);}}@media only screen and (min-width: 48rem) {#upc-contact {padding: 5.5rem 2.5rem;}#upc-contact .cs-form {padding: 3rem 2.5rem 2.5rem;}#upc-contact .cs-contact-call {flex-direction: row;justify-content: flex-start;text-align: left;gap: 1.25rem;padding: 2rem 2.5rem;}#upc-contact .cs-contact-copy {align-items: flex-start;}#upc-contact .cs-contact-note {margin-left: auto;padding-top: 0;padding-left: 1.5rem;border-top: none;border-left: 1px solid var(--line-light);width: auto;max-width: 12rem;text-align: left;}}@media only screen and (min-width: 64rem) {#upc-contact {padding: 7rem 3rem;}#upc-contact .cs-form {padding: 3.5rem 3rem 3rem;}#upc-contact .cs-contact-call {padding: 2.25rem 3rem;}}