/* Contact Page - Luxurious design */

.contact-hero {
    position: relative;
    padding: 80px 16px 40px;
    background: linear-gradient(180deg, rgba(245,240,236,0.95), rgba(249,246,242,1));
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1000px 500px at 10% -20%, rgba(205,130,97,0.12), transparent 60%),
        radial-gradient(800px 400px at 110% 0%, rgba(205,130,97,0.10), transparent 65%);
    pointer-events: none;
}

.contact-title {
    font-family: 'TAN - PEARL', var(--font-playfair-display), serif;
    color: var(--text-dark);
    font-size: clamp(28px, 5vw, 30px);
    margin: 0 0 6px;
    line-height: 1.5
}

.contact-subtitle {
    color: var(--text-dark);
    opacity: .85;
    margin: 0;
}

.contact-wrapper {
    max-width: 1200px;
    margin: 28px auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 0 16px;
}

/* Landing hero header layout */
.landing-header {
    max-width: 1200px;
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 20px;
    padding: 0 16px;
}

.landing-title {
    font-family: 'TAN - PEARL', var(--font-playfair-display), serif;
    font-size: clamp(40px, 6vw, 64px);
    color: var(--copper-primary);
    margin: 0 0 6px;
}

.landing-subtitle {
    color: var(--text-dark);
    opacity: .85;
    margin: 0;
}

.landing-illustration {
    height: 220px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(205,130,97,.12), rgba(255,255,255,.0)),
        radial-gradient(1200px 600px at 110% 10%, rgba(205,130,97,0.08), transparent 65%);
}

.contact-card {
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.12);
}

.contact-form {
    padding: 22px 22px 26px;
}

/* Copper gradient form */
.contact-form--copper {
    /* Copper gradient base + subtle prism SVG pattern overlay */
    background-color: #d3785a;
    background-image:
        linear-gradient(135deg, #d3785a, #a34e38),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23E28A67'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-blend-mode: overlay, normal;
    border: none;
    color: #fff;
}
.contact-form--copper label { color: #fff; opacity: .95; }
.contact-form--copper .form-field input,
.contact-form--copper .form-field select,
.contact-form--copper .form-field textarea {
    background: #fff;
    color: #333;
}

.contact-form h2,
.contact-info h2 {
    margin: 10px 1px 16px;
    font-family: 'TAN - PEARL', var(--font-playfair-display), serif;
    color: var(--text-dark);
}

/* Tighten the gap between the contact info title and subtitle only on the contact page */
.contact-card.contact-info .contact-title { margin: 6px 1px 4px; }
.contact-card.contact-info .contact-subtitle { margin: 0; }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field label {
    font-size: 13px;
    color: var(--text-dark);
    opacity: .85;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.85);
    color: var(--text-dark);
    font: inherit;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) inset;
}

.form-field textarea { min-height: 120px; resize: vertical; }

.form-actions { margin-top: 8px; }

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: #d3785a;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .25s ease;
}

.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(211,120,90,.35); }
.btn-primary--glow { box-shadow: 0 8px 20px rgba(211,120,90,.28); }
.btn-primary--glow:hover { box-shadow: 0 16px 36px rgba(211,120,90,.45); }

.contact-info {
    padding: 10px 22px 10px;
}

.info-list { display: grid; gap: 14px; margin-top: 6px; }
.info-item { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
.info-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(205,130,97,.12); display:flex; align-items:center; justify-content:center; color: var(--copper-primary); }
/* .inline-contacts { list-style: none; padding: 10px 0 0; margin: 6px 0 18px; display: flex; gap: 16px; }
.inline-contacts li { display: inline-flex; align-items: center; gap: 8px; color: #333; }
.inline-contacts li span { color: #d3785a; transition: transform .2s ease, color .2s ease; }
.inline-contacts li a { color: #333; text-decoration: none; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.inline-contacts li:hover span { transform: translateY(-2px); color: #de8b6b; }
.inline-contacts li:hover a { color: #d3785a; border-color: #d3785a; } */
.info-label { font-weight: 600; color: var(--text-dark); }
.info-text { color: var(--text-dark); opacity: .9; }

.social-strip { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--glass-border); display: flex; gap: 10px; }
.social-pill { width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items:center; justify-content:center; color: var(--copper-primary); background: rgba(255,255,255,0.9); border: 1px solid var(--glass-border); transition: transform .2s ease, box-shadow .25s ease; }
.social-pill:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(205,130,97,.25); }

/* Promo card */
.promo-card { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 14px; border: 1px solid rgba(0,0,0,.06); border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.06); margin-top: 14px; }
.promo-media { width: 120px; height: 90px; border-radius: 12px; background: url('https://i.ibb.co/wZmxTgpm/hiring-image.jpg') center/cover no-repeat; }
.promo-title { font-weight: 700; color: #333; margin-bottom: 6px; }
.promo-btn { display: inline-block; padding: 8px 12px; border-radius: 10px; background: #d3785a; color: #fff; text-decoration: none; transition: box-shadow .25s ease, transform .2s ease; }
.promo-btn:hover { box-shadow: 0 10px 22px rgba(211,120,90,.35); transform: translateY(-1px); }

@media (max-width: 1024px) {
    .contact-wrapper { grid-template-columns: 1fr; }
    .landing-header { grid-template-columns: 1fr; }
    .landing-illustration { height: 180px; }
}

@media (max-width: 640px) {
    .form-grid { grid-template-columns: 1fr; }
}


