/* Contact Page Styles - Minimal Index Design Language */
@font-face {
    font-family: 'ABCMonumentGroteskMono';
    src: url('../assets/site/ABCMonumentGroteskMono-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UfficioDisplay';
    src: url('../assets/site/UfficioDisplay-400.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Force responsive fixes with highest specificity */
body .contact-section .contact-content .social-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

body .contact-section .contact-content .social-arrows {
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    width: auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

body .contact-section .contact-content .social-names {
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    width: auto !important;
    justify-content: center !important;
    align-self: center !important;
}

/* Form container will be adjusted by JavaScript for fine-tuning */

.contact-section {
    padding: 60px 40px;
    margin-top: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .contact-section {
        margin-top: 20px !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 768px) {
    .contact-section {
        margin-top: 10px !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .contact-section {
        margin-top: 5px !important;
        padding: 0 12px !important;
    }
}

.contact-content {
    display: flex;
    gap: 80px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .contact-content {
        gap: 0 !important;
        flex-direction: column !important;
    }
}

/* Social Links Section */
.social-links {
    width: 494px;
    flex-shrink: 0;
    padding: 10px;
    padding-left: 0;
}

.social-item {
    display: flex;
    gap: 16px;
    margin-top: 0;
    margin-left: 0;
    align-items: center;
}

@media (max-width: 1024px) {
    .social-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}

.social-arrows {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 0;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.arrow-icon-small {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon-small svg {
    width: 100%;
    height: 100%;
}

.social-names {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    justify-content: center;
    align-self: center;
    padding-top: 0;
    margin-top: 0;
}

.social-link {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 32px;
    transition: opacity 0.3s ease;
    height: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.social-link:hover {
    opacity: 0.7;
}

.lets-chat-text {
    margin-top: 40px;
    padding-top: 0;
}

.lets-chat-text p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Contact Form Section */
.contact-form-container {
    flex: 1;
    max-width: 850px;
    padding: 10px;
    padding-left: 0;
    margin-top: 0;
}

.contact-email-alternative {
    margin-top: 40px;
    padding-top: 0;
}

.contact-email-alternative p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 20px 0 0;
}

.contact-email-alternative a {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-email-alternative a:hover {
    opacity: 0.7;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    max-width: 600px;
    margin-left: 0;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-group {
    position: relative;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    animation: slideInLeft 0.5s ease-out backwards;
}

.form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-label {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.5;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group:focus-within .form-label {
    color: #000000;
    transform: translateX(5px);
}

input.form-input,
textarea.form-textarea,
.form-input,
.form-textarea,
#name,
#email,
#message,
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    padding-bottom: 8px !important;
    margin: 0 !important;
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    color: #000000;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    line-height: 1.5;
}

.form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #000000;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    pointer-events: none;
}

.form-group:focus-within::after {
    width: 100%;
}

.form-input {
    height: auto !important;
    min-height: auto;
    line-height: 1.5;
    padding-top: 4px !important;
}

.form-textarea {
    min-height: 60px;
    height: 60px !important;
    max-height: 60px !important;
    resize: none;
    line-height: 1.5;
    vertical-align: top;
    padding-top: 4px !important;
}

.form-input:focus,
.form-textarea:focus {
    border-bottom-color: transparent;
    transform: translateY(-2px);
    padding-bottom: 12px !important;
}

.form-input:focus::placeholder,
.form-textarea:focus::placeholder {
    opacity: 0.5;
    transform: translateY(-5px);
}

.form-group:focus-within {
    transform: scale(1.01);
    transition: transform 0.3s ease;
}

.form-group:not(:focus-within):hover {
    transform: translateX(3px);
    transition: transform 0.3s ease;
}

.form-group:not(:focus-within):hover .form-label {
    color: rgba(0, 0, 0, 0.7);
}

/* Submit Button */
.submit-button {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    font-size: 32px;
    line-height: 37px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out 0.5s backwards;
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.submit-button:hover {
    transform: translateX(8px);
}

.submit-button:hover::before {
    left: 100%;
}

.submit-button:active {
    transform: translateX(5px) scale(0.98);
}

.submit-button:hover .submit-arrow {
    transform: translateX(3px);
    transition: transform 0.3s ease;
}

.submit-button.loading {
    pointer-events: none;
    opacity: 0.7;
}

.submit-button.loading .submit-arrow {
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: translateX(5px);
    }
}

.submit-button.success {
    animation: successPulse 0.6s ease-out;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.submit-arrow {
    width: 25px;
    height: 26px;
    margin: 0;
    display: block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.submit-bracket {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    line-height: 1.5;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
}

.submit-button:hover .submit-bracket {
    color: #000000;
}

.submit-arrow svg {
    width: 100%;
    height: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-content {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .social-links {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .social-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        gap: 4px !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .social-arrows {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        padding-top: 0 !important;
        width: auto !important;
        min-width: 14px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .social-names {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .contact-form-container {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 80px !important;
    }

    .contact-form {
        margin-left: 0 !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        gap: 15px !important;
        padding-top: 0 !important;
    }

    .arrow-icon-small {
        width: 20px !important;
        height: 20px !important;
    }
    
    .arrow-icon-small svg {
        width: 20px !important;
        height: 20px !important;
    }

    .social-arrows {
        gap: 6px !important;
    }

    .social-names {
        gap: 6px !important;
    }

    .social-link {
        font-size: 11px !important;
        line-height: 1.5 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    .lets-chat-text {
        margin-top: 30px;
    }

    .lets-chat-text p {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-email-alternative {
        margin-top: 30px;
        padding-top: 0;
    }

    .contact-email-alternative p {
        font-size: 11px;
        line-height: 1.6;
    }

    .form-label {
        font-size: 28px;
        line-height: 32px;
    }

    .form-input,
    .form-textarea {
        font-size: 24px;
    }

    .form-input {
        min-height: 32px;
        line-height: 32px;
        padding-bottom: 8px;
    }

    .form-textarea {
        min-height: 60px;
        height: 80px !important;
        max-height: 80px !important;
        line-height: 1.5;
    }

    .submit-button {
        font-size: 28px;
        height: 32px;
        line-height: 32px;
        margin-top: 10px;
    }

    .submit-bracket {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .contact-content {
        gap: 0 !important;
    }

    .contact-section {
        padding: 0 20px !important;
        margin-top: 10px !important;
    }

    .contact-form-container {
        margin-top: 80px !important;
    }
    
    .contact-form {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .social-links {
        padding: 0;
    }

    .social-item {
        margin-top: 0 !important;
        gap: 4px !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .social-arrows {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        padding-top: 0 !important;
        width: auto !important;
        min-width: 11px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .social-names {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .arrow-icon-small {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0;
    }
    
    .arrow-icon-small svg {
        width: 18px !important;
        height: 18px !important;
    }

    .social-arrows {
        gap: 5px !important;
    }

    .social-names {
        gap: 5px !important;
    }

    .social-link {
        font-size: 11px !important;
        line-height: 1.5 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    .lets-chat-text {
        margin-top: 25px;
    }

    .lets-chat-text p {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-email-alternative {
        margin-top: 25px;
        padding-top: 0;
    }

    .contact-email-alternative p {
        font-size: 11px;
        line-height: 1.6;
    }

    .contact-form {
        margin-top: 0 !important;
        gap: 25px !important;
        padding-top: 0 !important;
    }

    .form-label {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .form-input {
        min-height: auto;
        line-height: 1.5;
        font-size: 11px;
        padding-bottom: 6px;
    }

    .form-textarea {
        min-height: 60px;
        height: 60px !important;
        max-height: 60px !important;
        font-size: 11px;
        line-height: 1.5;
    }

    .submit-button {
        font-size: 11px;
        height: auto;
        line-height: 1.5;
        margin-top: 15px;
    }

    .submit-bracket {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .contact-content {
        gap: 0 !important;
    }

    .contact-section {
        padding: 0 15px !important;
        margin-top: 5px !important;
    }

    .contact-form-container {
        margin-top: 70px !important;
    }
    
    .contact-form {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .social-item {
        margin-top: 0 !important;
        gap: 4px !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        display: flex !important;
    }

    .social-arrows {
        flex-direction: column !important;
        gap: 2px !important;
        padding-top: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        width: auto !important;
        min-width: 10px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .social-names {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .arrow-icon-small {
        width: 16px !important;
        height: 16px !important;
    }
    
    .arrow-icon-small svg {
        width: 16px !important;
        height: 16px !important;
    }

    .social-link {
        font-size: 11px !important;
        line-height: 1.5 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    .lets-chat-text {
        margin-top: 20px;
    }

    .lets-chat-text p {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-email-alternative {
        margin-top: 20px;
        padding-top: 0;
    }

    .contact-email-alternative p {
        font-size: 11px;
        line-height: 1.6;
    }

    .contact-form {
        margin-top: 0 !important;
        gap: 20px !important;
        padding-top: 0 !important;
    }

    .form-label {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .form-input {
        min-height: auto;
        line-height: 1.5;
        font-size: 11px;
        padding-bottom: 6px;
    }

    .form-textarea {
        min-height: 60px;
        height: 60px !important;
        max-height: 60px !important;
        font-size: 11px;
        line-height: 1.5;
    }

    .submit-button {
        font-size: 11px;
        height: auto;
        line-height: 1.5;
        margin-top: 15px;
    }

    .submit-bracket {
        font-size: 11px;
        line-height: 1.5;
    }
}

/* iPhone 11, 12, 13, 14 specific styles */
@media (max-width: 414px) {
    .contact-content {
        gap: 0 !important;
    }

    .contact-section {
        padding: 0 12px !important;
        margin-top: 0 !important;
    }

    .contact-form-container {
        margin-top: 60px !important;
    }
    
    .contact-form {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .social-item {
        margin-top: 0 !important;
        gap: 4px !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .social-arrows {
        flex-direction: column !important;
        gap: 2px !important;
        padding-top: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        width: auto !important;
        min-width: 10px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .social-names {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .arrow-icon-small {
        width: 16px !important;
        height: 16px !important;
    }
    
    .arrow-icon-small svg {
        width: 16px !important;
        height: 16px !important;
    }

    .social-link {
        font-size: 11px !important;
        line-height: 1.5 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    .lets-chat-text {
        margin-top: 20px;
    }

    .lets-chat-text p {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-email-alternative {
        margin-top: 20px;
        padding-top: 0;
    }

    .contact-email-alternative p {
        font-size: 11px;
        line-height: 1.6;
    }

    .contact-form {
        margin-top: 0 !important;
        gap: 20px !important;
        padding-top: 0 !important;
    }

    .form-label {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .form-input {
        min-height: auto;
        line-height: 1.5;
        font-size: 11px;
        padding-bottom: 6px;
    }

    .form-textarea {
        min-height: 60px;
        height: 60px !important;
        max-height: 60px !important;
        font-size: 11px;
        line-height: 1.5;
    }

    .submit-button {
        font-size: 11px;
        height: auto;
        line-height: 1.5;
        margin-top: 15px;
    }

    .submit-bracket {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 390px) {
    .contact-content {
        gap: 0 !important;
    }

    .contact-section {
        padding: 0 10px !important;
        margin-top: 0 !important;
    }

    .contact-form-container {
        margin-top: 50px !important;
    }
    
    .contact-form {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .social-item {
        margin-top: 0 !important;
        gap: 4px !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .social-arrows {
        flex-direction: column !important;
        gap: 2px !important;
        padding-top: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        width: auto !important;
        min-width: 10px !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .social-names {
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: auto !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .arrow-icon-small {
        width: 16px !important;
        height: 16px !important;
    }
    
    .arrow-icon-small svg {
        width: 16px !important;
        height: 16px !important;
    }

    .social-link {
        font-size: 11px !important;
        line-height: 1.5 !important;
        height: auto !important;
        display: flex;
        align-items: center;
    }

    .lets-chat-text {
        margin-top: 20px;
    }

    .lets-chat-text p {
        font-size: 10px;
        line-height: 1.5;
    }

    .contact-email-alternative {
        margin-top: 20px;
        padding-top: 0;
    }

    .contact-email-alternative p {
        font-size: 11px;
        line-height: 1.6;
    }

    .contact-form {
        margin-top: 0 !important;
        gap: 20px !important;
        padding-top: 0 !important;
    }

    .form-label {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .form-input {
        min-height: auto;
        line-height: 1.5;
        font-size: 11px;
        padding-bottom: 6px;
    }

    .form-textarea {
        min-height: 60px;
        height: 60px !important;
        max-height: 60px !important;
        font-size: 11px;
        line-height: 1.5;
    }

    .submit-button {
        font-size: 11px;
        height: auto;
        line-height: 1.5;
        margin-top: 15px;
    }

    .submit-bracket {
        font-size: 11px;
        line-height: 1.5;
    }
}

/* Footer Styles */
.footer:not(.footer-minimal) {
    width: 100%;
    max-width: 1440px;
    margin: 100px auto 0;
    padding: 5px;
    background-color: #ffffff;
}

.footer:not(.footer-minimal) .footer-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-logo-section {
    padding: 5px;
}

.footer-logo {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 32px;
    font-weight: bold !important;
    color: #000000;
    margin: 0;
    line-height: 32px;
}

.footer-links-section {
    display: flex;
    gap: 2px;
    padding: 2px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px;
    background-color: #ffffff;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: rgb(62, 57, 57);
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 2px;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-arrow-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.footer-copyright {
    padding: 3px;
}

.footer-copyright p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 11px;
}

@media (max-width: 1024px) {
    .footer {
        margin-top: 60px;
    }

    .footer-logo {
        font-size: 28px;
        line-height: 28px;
    }

    .footer-link {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-arrow-icon {
        width: 12px;
        height: 12px;
    }

    .footer-copyright p {
        font-size: 10px;
        line-height: 10px;
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: 50px;
    }

    .footer-logo {
        font-size: 24px;
        line-height: 24px;
    }

    .footer-link {
        font-size: 13px;
        line-height: 13px;
    }

    .footer-arrow-icon {
        width: 11px;
        height: 11px;
    }

    .footer-copyright p {
        font-size: 9px;
        line-height: 9px;
    }
}

@media (max-width: 480px) {
    .footer {
        margin-top: 40px;
    }

    .footer-logo {
        font-size: 20px;
        line-height: 20px;
    }

    .footer-link {
        font-size: 12px;
        line-height: 12px;
    }

    .footer-arrow-icon {
        width: 10px;
        height: 10px;
    }

    .footer-copyright p {
        font-size: 8px;
        line-height: 8px;
    }
}

/* === Unified footer layout override === */
.footer {
    width: 100%;
    max-width: 1440px;
    margin: 120px auto 0;
    padding: 32px 20px;
    border-top: 1px solid rgba(62, 57, 57, 0.08);
    background: #ffffff;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo-section {
    padding: 0;
}

.footer-logo {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 30px;
    font-weight: 700 !important;
    color: var(--primary-blue);
    margin: 0;
    line-height: 1.1;
}

.footer-links-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column:first-child {
    align-items: flex-start;
}

.footer-column:nth-child(2) {
    align-items: flex-start;
}

.footer-social-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-dark);
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-arrow-icon,
.footer-social-arrow-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.footer-social-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social-arrows {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-social-names {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-social-link {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 15px;
    line-height: 1.2;
    color: var(--text-dark);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-social-link:hover {
    opacity: 0.7;
}

.footer-copyright {
    padding: 0;
}

.footer-copyright p {
    font-family: 'ABCMonumentGroteskMono', monospace !important;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-blue);
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .footer {
        margin-top: 90px;
        padding: 28px 16px;
    }

    .footer-links-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .footer-social-section {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .footer {
        margin-top: 70px;
        padding: 24px 14px;
    }

    .footer-content {
        gap: 18px;
    }

    .footer-logo {
        font-size: 26px;
    }

    .footer-links-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-link,
    .footer-social-link {
        font-size: 14px;
    }
}
