.contact-showcase,
.contact-showcase * {
    box-sizing: border-box;
}

.contact-showcase {
    --contact-ink: #193028;
    --contact-ink-soft: #50605a;
    --contact-muted: #73807b;
    --contact-paper: #f7f3eb;
    --contact-surface: #fffdfa;
    --contact-line: rgba(25, 48, 40, 0.16);
    --contact-accent: #b8784f;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.96fr);
    gap: clamp(28px, 3.5vw, 56px);
    width: min(95vw, 1820px);
    margin: clamp(32px, 3.2vw, 52px) auto 0;
    padding: clamp(30px, 3vw, 52px);
    overflow: hidden;
    border: 1px solid var(--contact-line);
    border-radius: clamp(28px, 2.8vw, 48px);
    background:
        linear-gradient(90deg, rgba(25, 48, 40, 0.035) 1px, transparent 1px) 0 0 / clamp(84px, 9vw, 140px) 100%,
        var(--contact-paper);
    color: var(--contact-ink);
    font-family: 'Raleway', Arial, sans-serif;
}

.contact-showcase::before {
    position: absolute;
    top: -220px;
    right: -185px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(184, 120, 79, 0.28);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.contact-showcase__intro,
.contact-showcase__form {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.contact-showcase__eyebrow,
.contact-showcase__intro h2,
.contact-showcase__lead,
.contact-showcase__route p,
.contact-showcase__form-heading p,
.contact-showcase__form-heading h3,
.contact-showcase__status {
    margin: 0;
}

.contact-showcase__eyebrow,
.contact-showcase__form-heading p {
    color: #8c5737;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-showcase__intro h2 {
    max-width: 760px;
    margin-top: 18px;
    font-size: clamp(38px, 3.25vw, 60px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.contact-showcase__intro h2 span {
    display: block;
    margin-top: 8px;
    color: var(--contact-accent);
}

.contact-showcase__lead {
    max-width: 600px;
    margin-top: clamp(20px, 1.8vw, 28px);
    color: var(--contact-ink-soft);
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.55;
}

.contact-showcase__route {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    max-width: 560px;
    margin-top: clamp(24px, 2.2vw, 34px);
    padding-top: 14px;
    border-top: 1px solid var(--contact-line);
}

.contact-showcase__route + .contact-showcase__route {
    margin-top: 0;
}

.contact-showcase__route > span {
    color: #8c5737;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.contact-showcase__route p {
    display: grid;
    gap: 5px;
}

.contact-showcase__route strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-showcase__route small {
    color: var(--contact-ink-soft);
    font-size: 14px;
    line-height: 1.45;
}

.contact-showcase__phone {
    display: inline-grid;
    gap: 6px;
    margin-top: clamp(24px, 2.6vw, 38px);
    color: var(--contact-ink);
    text-decoration: none;
}

.contact-showcase__phone span {
    color: var(--contact-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-showcase__phone strong {
    font-size: clamp(22px, 1.7vw, 30px);
    font-weight: 650;
    transition: color 180ms ease;
}

.contact-showcase__phone:hover strong,
.contact-showcase__phone:focus-visible strong {
    color: #8c5737;
}

.contact-showcase__form {
    display: block;
    width: 100%;
    margin: 0;
    padding: clamp(22px, 2.2vw, 34px);
    border: 1px solid var(--contact-line);
    border-radius: clamp(22px, 2vw, 32px);
    background: rgba(255, 253, 250, 0.96);
    box-shadow: 0 24px 70px rgba(25, 48, 40, 0.1);
}

.contact-showcase__trap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-showcase__form-heading h3 {
    margin: 0;
    font-size: clamp(25px, 1.8vw, 31px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.contact-showcase__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: clamp(18px, 1.7vw, 24px);
}

.contact-showcase__field {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    color: var(--contact-ink-soft);
    font-size: 13px;
    font-weight: 750;
}

.contact-showcase__field > span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.contact-showcase__field i {
    color: var(--contact-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.contact-showcase__control {
    appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid var(--contact-line);
    border-radius: 14px;
    outline: 0;
    background: var(--contact-surface);
    color: var(--contact-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.4;
    text-indent: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

input.contact-showcase__control {
    height: 52px;
    min-height: 52px;
    padding: 0 17px;
}

.contact-showcase__phone-control {
    --phone-progress: 0%;
    position: relative;
    display: block !important;
    width: 100%;
}

.contact-showcase__phone-control input.contact-showcase__control {
    padding-right: 58px;
}

.contact-showcase__phone-progress {
    position: absolute;
    top: 26px;
    right: 17px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: conic-gradient(
        from -90deg,
        var(--contact-accent) 0 var(--phone-progress),
        rgba(25, 48, 40, 0.13) var(--phone-progress) 100%
    );
    pointer-events: none;
    transform: translateY(-50%);
    transition: background-color 180ms ease, transform 180ms ease;
}

.contact-showcase__phone-progress::before {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--contact-surface);
    content: '';
    transition: opacity 180ms ease;
}

.contact-showcase__phone-progress::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    opacity: 0;
    transform: translate(-50%, -60%) rotate(45deg);
    transition: opacity 180ms ease;
}

.contact-showcase__phone-control.is-complete .contact-showcase__phone-progress {
    background: var(--contact-accent);
    transform: translateY(-50%) scale(1.06);
}

.contact-showcase__phone-control.is-complete .contact-showcase__phone-progress::before {
    opacity: 0;
}

.contact-showcase__phone-control.is-complete .contact-showcase__phone-progress::after {
    opacity: 1;
}

textarea.contact-showcase__control {
    min-height: 104px;
    padding: 14px 17px;
    resize: vertical;
}

.contact-showcase__control::placeholder {
    color: #8b9691;
    font: inherit;
    font-weight: 400;
}

.contact-showcase__control:hover {
    border-color: rgba(25, 48, 40, 0.28);
}

.contact-showcase__control:focus {
    border-color: var(--contact-accent);
    box-shadow: 0 0 0 4px rgba(184, 120, 79, 0.14);
    background: #fff;
}

.contact-showcase__control[aria-invalid='true'] {
    border-color: #a13f36;
    box-shadow: 0 0 0 3px rgba(161, 63, 54, 0.1);
}

.contact-showcase__field--wide {
    grid-column: 1 / -1;
}

.contact-showcase__field em {
    min-height: 16px;
    color: #a13f36;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 1.35;
}

.contact-showcase__field em.is-complete {
    color: #3f6658;
}

.contact-showcase__consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 13px;
    color: var(--contact-ink-soft);
    font-size: 13px;
    font-weight: 450;
    line-height: 1.45;
}

.contact-showcase__consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--contact-ink);
}

.contact-showcase__consent a {
    display: inline;
    color: var(--contact-ink);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.contact-showcase__status {
    min-height: 20px;
    margin-top: 8px;
    color: var(--contact-ink-soft);
    font-size: 13px;
    line-height: 1.4;
}

.contact-showcase__status:empty {
    display: none;
}

.contact-showcase__submit {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 54px;
    margin: 14px 0 0;
    padding: 13px 24px;
    border: 1px solid #f2ab78;
    border-radius: 15px;
    background: linear-gradient(135deg, #f2aa75 0%, #dd824b 54%, #c86a36 100%);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 15px 34px rgba(205, 106, 51, 0.34), inset 0 1px rgba(255, 255, 255, 0.35);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-showcase__submit::before {
    position: absolute;
    top: -70%;
    left: -55%;
    z-index: -1;
    display: block;
    width: 34%;
    height: 240%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    content: '';
    opacity: 0;
    pointer-events: none;
    transform: rotate(18deg);
    animation: contact-showcase-button-shine 5.8s ease-in-out infinite;
}

.contact-showcase__submit:hover {
    transform: translateY(-2px);
    border-color: #ffc097;
    background: linear-gradient(135deg, #f6b486 0%, #e58b54 54%, #d4753f 100%);
    box-shadow: 0 18px 38px rgba(214, 113, 58, 0.42), inset 0 1px rgba(255, 255, 255, 0.42);
}

.contact-showcase__submit:focus-visible {
    outline: 3px solid rgba(25, 48, 40, 0.35);
    outline-offset: 3px;
}

.contact-showcase__submit[aria-busy='true'] {
    cursor: wait;
    opacity: 0.75;
}

@keyframes contact-showcase-button-shine {
    0%, 72% { left: -55%; opacity: 0; }
    76% { opacity: 0.72; }
    87% { left: 125%; opacity: 0; }
    100% { left: 125%; opacity: 0; }
}

@media (max-width: 1100px) {
    .contact-showcase {
        grid-template-columns: 1fr;
    }

    .contact-showcase__intro h2,
    .contact-showcase__lead {
        max-width: 760px;
    }

    .contact-showcase__route {
        max-width: 700px;
    }
}

@media (max-width: 620px) {
    .contact-showcase {
        gap: 28px;
        width: calc(100% - 24px);
        margin: 32px auto 0;
        padding: 24px 16px 16px;
        border-radius: 26px;
        background:
            linear-gradient(90deg, rgba(25, 48, 40, 0.035) 1px, transparent 1px) 0 0 / 86px 100%,
            var(--contact-paper);
    }

    .contact-showcase::before {
        top: -155px;
        right: -180px;
        width: 360px;
        height: 360px;
    }

    .contact-showcase__intro h2 {
        margin-top: 14px;
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.02;
    }

    .contact-showcase__lead {
        margin-top: 17px;
        font-size: 16px;
    }

    .contact-showcase__phone {
        margin-top: 24px;
    }

    .contact-showcase__form {
        padding: 22px 16px 16px;
        border-radius: 20px;
    }

    .contact-showcase__fields {
        gap: 13px;
    }

    .contact-showcase__field--wide {
        grid-column: auto;
    }

    .contact-showcase__submit {
        min-height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-showcase__phone strong,
    .contact-showcase__control,
    .contact-showcase__submit {
        transition: none;
    }

    .contact-showcase__submit::before {
        animation: none;
    }
}
