 @media only screen and (min-width: 0rem) {#hp-contact {position: relative;z-index: 10;padding: 4rem 1.5rem;background: var(--fog);font-family: var(--font-body);}#hp-contact .hp-contact-inner {width: 100%;max-width: 42rem;margin: 0 auto;}#hp-contact .hp-form {position: relative;overflow: hidden;padding: 2rem 1.5rem;background: var(--white);border: 1px solid var(--border);border-radius: var(--radius);}#hp-contact .hp-form::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 0.375rem;background: var(--sky);}#hp-contact .hp-form-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#hp-contact .hp-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(--sky-dark);}#hp-contact .hp-input {width: 100%;height: 3.375rem;padding: 0 1.1rem;box-sizing: border-box;background: var(--fog);border: 1px solid var(--border);border-bottom: 2px solid var(--border);border-radius: var(--radius);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;}#hp-contact .hp-input::placeholder {color: rgba(36, 40, 42, 0.4);}#hp-contact .hp-input:focus {outline: none;background: var(--white);border-color: var(--border-accent);border-bottom-color: var(--sky);}#hp-contact .hp-input:focus-visible {outline: 3px solid var(--sky-dark);outline-offset: 2px;}#hp-contact .hp-textarea {height: auto;min-height: 10rem;padding: 1rem 1.1rem;resize: vertical;line-height: 1.7;}#hp-contact .hp-form-button {display: block;width: 100%;margin: 1.75rem auto 0;padding: 1.2rem 2rem;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;line-height: 1;color: var(--graphite-ink);background: var(--sky);border: 2px solid var(--sky);border-radius: var(--radius);cursor: pointer;transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;}#hp-contact .hp-form-button:hover {background: var(--graphite-ink);border-color: var(--graphite-ink);color: var(--white);}#hp-contact #success-message {padding: 3.25rem 1.75rem;background: var(--white);border: 1px solid var(--border);border-radius: var(--radius);text-align: center;}#hp-contact .hp-success-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1.25rem;}#hp-contact .hp-success-icon {flex-shrink: 0;width: 3.75rem;height: 3.75rem;display: flex;align-items: center;justify-content: center;color: var(--graphite-ink);background: var(--sky);border-radius: var(--radius);}#hp-contact #success-message p {margin: 0;max-width: 40ch;font-family: var(--font-display);font-size: 1.25rem;font-weight: 600;line-height: 1.5;letter-spacing: -0.02em;color: var(--headerColor);}}@media only screen and (min-width: 48rem) {#hp-contact {padding: 5rem 2.5rem;}#hp-contact .hp-form {padding: 2.75rem 2.5rem 2.5rem;}#hp-contact .hp-form-button {width: auto;min-width: 16rem;}}@media only screen and (min-width: 64rem) {#hp-contact {padding: 6.5rem 3rem;}#hp-contact .hp-contact-inner {max-width: 44rem;}#hp-contact .hp-form {padding: 3.25rem 3rem 3rem;}}