.contact-page {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 8px 28px 4px;
}

.contact-hero {
    margin: 0 0 18px;
    padding: 18px 20px 20px;
    border: 1px solid #f0d8c0;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(232, 116, 40, 0.12) 0%, rgba(255, 247, 240, 0.95) 42%, #fff 100%),
        repeating-linear-gradient(-18deg, rgba(232, 116, 40, 0.035), rgba(232, 116, 40, 0.035) 2px, transparent 2px, transparent 10px);
    box-shadow: 0 8px 24px rgba(120, 60, 10, 0.06);
}

.contact-kicker {
    margin: 0 0 6px !important;
    color: #c45c0a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-heading {
    margin: 0 0 8px !important;
    color: #2a1a10;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
}

.contact-lead {
    max-width: 36em;
    margin: 0 !important;
    color: #6a5548;
    font-size: 14px;
    line-height: 1.55;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.contact-action {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 14px 16px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-action-call {
    color: #fff !important;
    background: linear-gradient(180deg, #f08a3c 0%, #e87428 100%);
    box-shadow: 0 6px 16px rgba(232, 116, 40, 0.35);
}

.contact-action-call:hover {
    background: linear-gradient(180deg, #e87428 0%, #d96a20 100%);
    box-shadow: 0 8px 20px rgba(232, 116, 40, 0.42);
    transform: translateY(-1px);
}

.contact-action-map {
    color: #2a1a10 !important;
    border: 1px solid #efd2b8;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.contact-action-map:hover {
    border-color: #e8b888;
    background: #fff7f0;
    transform: translateY(-1px);
}

.contact-action-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.contact-action-call .contact-action-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.contact-action-map .contact-action-icon {
    color: #e87428;
    background: #fff0e4;
}

.contact-action-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.contact-action-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.contact-action-map .contact-action-label {
    color: #c45c0a;
    opacity: 1;
}

.contact-action-value {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
}

.contact-page .contact_block {
    float: none;
}

.contact-page .contact_block.contact-card {
    flex: 1 1 220px;
    box-sizing: border-box;
    width: auto;
    margin: 0;
    padding: 6px 4px 6px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.contact-page .contact_block.contact-map {
    position: relative;
    flex: 1.4 1 280px;
    overflow: hidden;
    width: auto;
    min-height: 260px;
    margin: 0;
    padding: 0;
    border: 1px solid #e8d5c2;
    border-radius: 14px;
    background: #f3ebe3;
    box-shadow: 0 10px 28px rgba(80, 40, 10, 0.08);
}

.contact-map-label {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #5a4030;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 10px;
    padding: 14px;
    border: 1px solid #f0e0c8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(120, 60, 10, 0.04);
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-row-icon {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: 1px;
    color: #e87428;
    border-radius: 10px;
    background: #fff0e4;
}

.contact-row-body {
    flex: 1 1 auto;
    min-width: 0;
}

.contact-page .contact_title {
    margin: 0 0 6px;
    color: #8a6a50;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-page .contact_details {
    margin: 0;
    color: #3a2a20;
    font-size: 15px;
    line-height: 1.55;
}

.contact-page .contact-tel {
    color: #e87428;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.contact-page .contact-tel:hover {
    color: #d96a20;
    text-decoration: underline;
}

.contact-page .contact-map-frame,
.contact-page .contact-map iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}

.contact-page .contact-map-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: #888;
    font-size: 14px;
}

.homeinfo .contact-page {
    padding: 0 0 20px;
}

.homeinfo .contact-hero {
    padding: 16px;
}

.homeinfo .contact-heading {
    font-size: 22px;
}

.homeinfo .contact-actions,
.homeinfo .contact-layout {
    flex-direction: column;
}

.homeinfo .contact-action {
    flex: 1 1 auto;
}

.homeinfo .contact-page .contact_block.contact-card,
.homeinfo .contact-page .contact_block.contact-map {
    width: 100%;
    max-width: 100%;
}

.homeinfo .contact-page .contact-map-frame,
.homeinfo .contact-page .contact-map iframe {
    height: 220px;
}
