 @media only screen and (min-width: 0rem) {#sg-banner {position: relative;isolation: isolate;overflow: hidden;background: var(--graphite);font-family: var(--font-body);padding: 9.5rem 1.5rem 5rem;display: flex;align-items: center;justify-content: center;text-align: center;}#sg-banner .sg-banner-bg {position: absolute;inset: 0;z-index: -2;width: 100%;height: 100%;object-fit: cover;object-position: center 10%;}#sg-banner::after {content: '';position: absolute;inset: 0;z-index: -1;background: linear-gradient(180deg, rgba(26, 32, 36, 0.66) 0%, rgba(26, 32, 36, 0.42) 45%, rgba(26, 32, 36, 0.72) 100%);}#sg-banner .sg-banner-inner {position: relative;z-index: 1;width: 100%;max-width: 48rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#sg-banner .cs-topper {display: inline-flex;align-items: center;gap: 0.75rem;font-family: var(--font-body);font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.26em;text-transform: uppercase;color: var(--copper-deep);margin-bottom: 1.1rem;}#sg-banner .cs-topper::before {content: '';width: 1.5rem;height: 0.55rem;border-left: 2px solid var(--copper);border-bottom: 2px solid var(--copper);border-bottom-left-radius: 0.2rem;flex-shrink: 0;}#sg-banner .cs-topper--light {color: var(--copper-light);}#sg-banner .cs-topper--light::before {border-left-color: var(--copper-light);border-bottom-color: var(--copper-light);}#sg-banner .cs-title {font-family: var(--font-display);font-size: clamp(2.1rem, 5.2vw, 3.5rem);font-weight: 700;line-height: 1.02;letter-spacing: -0.05em;color: var(--headerColor);margin: 0;max-width: 18ch;text-shadow: 0 2px 24px rgba(26, 32, 36, 0.5);}#sg-banner .cs-title--light {color: var(--bone);}}@media only screen and (min-width: 0rem) {#sg-contact {padding: 4.5rem 1.5rem 5rem;background: var(--bone);position: relative;z-index: 10;font-family: var(--font-body);}#sg-contact .cs-container {width: 100%;max-width: 42.5rem;margin: 0 auto;}#sg-contact .cs-form-wrap {width: 100%;}#sg-contact .cs-form {background: #ffffff;border: 1px solid var(--line);border-radius: var(--radius-lg);box-shadow: var(--shadow-sm);padding: 2rem 1.5rem 2.25rem;}#sg-contact .cs-form-grid {display: flex;flex-direction: column;gap: 1.25rem;}#sg-contact .cs-label {display: flex;flex-direction: column;gap: 0.55rem;font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.18em;text-transform: uppercase;color: var(--graphite);}#sg-contact .cs-input {height: 3.25rem;padding: 0 1rem;background: var(--bone);border: 1px solid var(--line);border-radius: var(--radius);font-size: 0.9375rem;color: var(--graphite);font-family: inherit;font-weight: 500;letter-spacing: normal;text-transform: none;transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;width: 100%;box-sizing: border-box;}#sg-contact .cs-input::placeholder {color: rgba(26, 32, 36, 0.4);}#sg-contact .cs-input:focus {outline: none;border-color: var(--copper);background: #ffffff;box-shadow: 0 0 0 3px rgba(179, 89, 44, 0.18);}#sg-contact .cs-textarea {height: auto;min-height: 9.5rem;padding: 1rem;resize: vertical;line-height: 1.7;}#sg-contact .cs-button-solid {display: block;width: 100%;margin: 2rem auto 0;padding: 1.2rem 2rem;background: var(--copper);color: var(--bone);border: 2px solid var(--copper);border-radius: var(--radius-pill);box-shadow: 0 14px 30px rgba(179, 89, 44, 0.28);font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;line-height: 1;cursor: pointer;transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;}#sg-contact .cs-button-solid:hover {background: var(--graphite);border-color: var(--graphite);transform: translateY(-3px);}#sg-contact .cs-button-solid:focus-visible {outline: 3px solid var(--copper-light);outline-offset: 3px;}#sg-contact #success-message {background: #ffffff;border: 1px solid var(--line);border-radius: var(--radius-lg);box-shadow: var(--shadow-sm);padding: 2.75rem 1.75rem;text-align: center;}#sg-contact .cs-success-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1.1rem;}#sg-contact .cs-success-icon {width: 3.5rem;height: 3.5rem;background: var(--zinc);border: none;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: var(--copper);flex-shrink: 0;}#sg-contact #success-message p {font-size: 1.0625rem;font-weight: 600;color: var(--bodyTextColor);line-height: 1.7;margin: 0;max-width: 40ch;}}@media only screen and (min-width: 48rem) {#sg-banner {padding: 11rem 2.5rem 6rem;}#sg-contact {padding: 5.5rem 2.5rem 6rem;}#sg-contact .cs-form {padding: 2.75rem 2.5rem 3rem;}#sg-contact .cs-button-solid {width: auto;min-width: 16rem;}}@media only screen and (min-width: 64rem) {#sg-banner {padding: 14rem 3rem 7.5rem;}#sg-contact {padding: 7rem 3rem 7rem;}}