/* ShoesIndustries service pages; shared forms and other tenants stay unchanged. */
.service-entry-page.is-shoes {
    --service-ink: #171714;
    --service-muted: #625b50;
    --service-paper: #f7f6f3;
    --service-soft: #eeebe5;
    --service-line: #ded8ce;
    --service-focus: #75634d;
    color: var(--service-ink);
    background: #fff;
    padding: 24px 0 64px;
}
.is-shoes .service-entry-container { max-width: 1160px; }
.is-shoes .service-entry-fallback-title,
.is-shoes .service-entry-intro,
.is-shoes .service-entry-hero-visual { display: none; }

.is-shoes .service-entry-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    color: var(--service-muted);
    font-size: .75rem;
    line-height: 1.5;
}
.is-shoes .service-entry-breadcrumbs a { color: inherit; text-decoration: none; }
.is-shoes .service-entry-breadcrumbs a:hover { color: var(--service-ink); text-decoration: underline; }
.is-shoes .service-entry-breadcrumbs > [aria-hidden] { font-size: .625rem; }
.is-shoes .service-entry-breadcrumbs [aria-current] { color: var(--service-ink); }

.is-shoes .service-entry-hero {
    padding: 32px 36px;
    border: 0;
    border-radius: 6px;
    background: var(--service-paper);
}
.is-shoes .service-entry-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 32px;
    align-items: center;
}
.is-shoes .service-entry-eyebrow {
    grid-column: 1;
    margin-bottom: 10px;
    color: var(--service-muted);
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.is-shoes .service-entry-hero h1 {
    grid-column: 1;
    margin: 0;
    color: var(--service-ink);
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}
.is-shoes .service-entry-hero-copy > p {
    grid-column: 1;
    margin: 12px 0 0;
    color: var(--service-muted);
    font-size: .9375rem;
    line-height: 1.6;
}
.is-shoes .service-entry-hero-points {
    grid-column: 2;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 260px;
    padding-left: 28px;
    border: 0;
}
.is-shoes .service-entry-hero-points > span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3d3830;
    font-size: .8125rem;
    line-height: 1.5;
}
.is-shoes .service-entry-hero-points > span > span {
    flex: 0 0 20px;
    font-size: 1.0625rem;
    text-align: center;
}

.is-shoes .service-entry-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0;
}
.is-shoes .service-entry-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 11px 18px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: var(--service-muted);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color .15s ease;
}
.is-shoes .service-entry-nav a:hover {
    background: var(--service-paper);
    color: var(--service-ink);
}
.is-shoes .service-entry-nav a[aria-current="page"] {
    background: var(--service-soft);
    color: var(--service-ink);
    font-weight: 600;
}

.is-shoes .service-entry-shell {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.is-shoes .service-entry-content { width: 100%; margin: 0; padding: 0; }
.is-shoes .service-entry-grid {
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    align-items: start;
    gap: 24px;
    margin: 0;
}
.is-shoes .service-entry-form-column,
.is-shoes .service-entry-info-column {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
}
.is-shoes .service-entry-form-card,
.is-shoes .service-entry-info-card {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}
.is-shoes .service-entry-form-card {
    border: 0;
    box-shadow: 0 1px 4px rgb(23 23 20 / 16%), 0 1px 1px rgb(23 23 20 / 10%);
}
.is-shoes .service-entry-info-card { background: var(--service-paper); }
.is-shoes .service-entry-card-heading,
.is-shoes .service-entry-info-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 24px 28px;
    border-bottom: 0;
    color: var(--service-ink);
}
.is-shoes .service-entry-card-heading > div { min-width: 0; }
.is-shoes .service-entry-card-heading h2,
.is-shoes .service-entry-info-heading h2 {
    margin: 0;
    color: inherit;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.015em;
    overflow-wrap: anywhere;
}
.is-shoes .service-entry-card-heading p { display: none; }
.is-shoes .service-entry-card-icon,
.is-shoes .service-entry-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--service-soft);
    color: #3d3830;
    font-size: 1.25rem;
}
.is-shoes .service-entry-form-card form { padding: 28px; }
.is-shoes .service-entry-field { margin: 0 0 22px !important; }
.is-shoes .service-entry-field .form-label {
    display: block;
    margin: 0 0 8px;
    color: #3d3830;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.5;
}
.is-shoes .service-entry-input { position: relative; }
.is-shoes .service-entry-input > span {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #6b665e;
    font-size: 1.125rem;
    pointer-events: none;
}
.is-shoes .service-entry-input .form-control {
    width: 100%;
    min-height: 52px;
    height: auto;
    padding: 12px 16px 12px 46px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    color: var(--service-ink);
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.is-shoes .service-entry-input .form-control:hover { border-color: #adb5bd; }
.is-shoes .service-entry-input .form-control:focus {
    border-color: #868e96;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(134 142 150 / 12%);
}
.is-shoes .service-entry-input .form-control.input-validation-error { border-color: #a82721; }
.is-shoes .service-entry-input .form-control.input-validation-error:focus {
    box-shadow: 0 0 0 3px rgb(168 39 33 / 12%);
}
.is-shoes .field-validation-error {
    display: block;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #edc5c0;
    border-radius: 4px;
    background: #fff2f0;
    color: #a82721;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5;
}
.is-shoes .service-entry-recaptcha {
    max-width: 100%;
    min-height: 78px;
    margin: 4px 0 24px !important;
    overflow-x: auto;
}
.is-shoes .service-entry-recaptcha .g-recaptcha iframe { display: block; }
.is-shoes .service-entry-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border: 1px solid var(--service-ink);
    border-radius: 4px;
    background: var(--service-ink);
    color: #fff;
    box-shadow: none;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    transition: background-color .15s ease, border-color .15s ease;
}
.is-shoes .service-entry-submit:hover,
.is-shoes .service-entry-submit:focus,
.is-shoes .service-entry-submit:active {
    border-color: #39352f !important;
    background: #39352f !important;
    color: #fff;
    box-shadow: none;
}
.is-shoes .service-entry-submit > [aria-hidden] { font-size: .875rem; }
.is-shoes .service-entry-submit:disabled { opacity: .55; cursor: not-allowed; }
.is-shoes .service-entry-nav a:focus-visible,
.is-shoes .service-entry-breadcrumbs a:focus-visible,
.is-shoes .service-entry-submit:focus-visible,
.is-shoes .service-entry-info-content a:focus-visible {
    outline: 2px solid var(--service-focus);
    outline-offset: 3px;
}

.is-shoes .service-entry-info-content {
    padding: 24px 28px;
    color: #514b42;
    font-size: .875rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
}
.is-shoes .service-entry-info-content p { margin: 0 0 16px; }
.is-shoes .service-entry-info-content ol,
.is-shoes .service-entry-info-content ul {
    margin: 0 0 22px;
    padding-left: 22px;
}
.is-shoes .service-entry-info-content li { padding: 0 0 14px 6px; }
.is-shoes .service-entry-info-content li + li {
    padding-top: 14px;
    border-top: 0;
}
.is-shoes .service-entry-info-content li::marker { color: #625b50; font-weight: 600; }
.is-shoes .service-entry-info-content .list-group { padding: 0; }
.is-shoes .service-entry-info-content .list-group-item {
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
}
.is-shoes .service-entry-info-content .list-group-item:first-child { padding-top: 0; }
.is-shoes .service-entry-info-content .list-group-item:last-child { padding-bottom: 0; border-bottom: 0; }
.is-shoes .service-entry-info-content a {
    color: var(--service-ink);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.is-shoes .service-entry-info-content a:hover { color: #6b533a; }
.is-shoes .service-entry-info-content strong { color: var(--service-ink); font-weight: 600; }
.is-shoes .service-entry-info-content img { max-width: 100%; height: auto; }
.is-shoes .service-entry-info-content > :first-child { margin-top: 0; }
.is-shoes .service-entry-info-content > :last-child { margin-bottom: 0; }

@media (max-width: 991.98px) {
    .is-shoes .service-entry-grid { grid-template-columns: minmax(0, 1fr); }
    .is-shoes .service-entry-hero-copy { grid-template-columns: minmax(0, 1fr); }
    .is-shoes .service-entry-hero-points {
        grid-column: 1;
        grid-row: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 24px;
        max-width: none;
        margin-top: 22px;
        padding: 0;
        border: 0;
    }
}
@media (max-width: 575.98px) {
    .service-entry-page.is-shoes { padding: 18px 0 40px; }
    .is-shoes .service-entry-breadcrumbs { margin-bottom: 16px; }
    .is-shoes .service-entry-hero { padding: 24px 20px; }
    .is-shoes .service-entry-hero h1 { font-size: 1.875rem; }
    .is-shoes .service-entry-nav { gap: 8px; margin: 20px 0; }
    .is-shoes .service-entry-nav a { flex: 1 1 0; min-width: 0; padding: 10px; font-size: .8125rem; }
    .is-shoes .service-entry-nav a > span:last-child { overflow-wrap: anywhere; }
    .is-shoes .service-entry-grid { gap: 20px; }
    .is-shoes .service-entry-card-heading,
    .is-shoes .service-entry-info-heading { padding: 20px 18px; gap: 12px; }
    .is-shoes .service-entry-card-heading h2,
    .is-shoes .service-entry-info-heading h2 { font-size: 1.125rem; }
    .is-shoes .service-entry-form-card form { padding: 24px 18px; }
    .is-shoes .service-entry-info-content { padding: 20px 18px; }
}
@media (max-width: 399px) {
    .is-shoes .service-entry-form-card form { padding-right: 12px; padding-left: 12px; }
}
@media (max-width: 359px) {
    .is-shoes .service-entry-form-card form { padding-right: 10px; padding-left: 10px; }
    .is-shoes .service-entry-recaptcha .g-recaptcha { zoom: .88; }
}
@media (prefers-reduced-motion: reduce) {
    .is-shoes .service-entry-nav a,
    .is-shoes .service-entry-input .form-control,
    .is-shoes .service-entry-submit { transition: none; }
}
