.contact-page { overflow: hidden; }
.contact-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .45fr); align-items: end; gap: clamp(34px, 8vw, 110px); min-height: min(660px, calc(100vh - 74px)); padding: clamp(72px, 10vw, 128px) clamp(18px, 5vw, 72px) clamp(104px, 12vw, 148px); background: #211719 url("../images/about-background.jpg") center / cover no-repeat; color: #fff; }
.contact-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(33,23,25,.3), rgba(33,23,25,.05)); content: ""; }
.contact-hero-copy { max-width: 900px; }
.contact-hero h1 { max-width: 860px; margin: 14px 0 22px; font-size: clamp(2.65rem, 7vw, 5.7rem); line-height: .98; letter-spacing: -.035em; }
.contact-hero-copy > p { max-width: 730px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.contact-hero-note { display: grid; gap: 8px; padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(31,21,24,.58); backdrop-filter: blur(12px); }
.contact-hero-note strong { margin-top: 14px; color: #fff; font-size: 1.3rem; }
.contact-hero-note p { margin: 0; color: rgba(255,255,255,.82); }
.contact-hero-note small { margin-top: 10px; color: rgba(255,255,255,.58); line-height: 1.5; }
.contact-status { display: inline-flex; align-items: center; gap: 9px; color: #e5a8ad; font-size: .78rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.contact-status i { width: 9px; height: 9px; border-radius: 50%; background: #63be8d; box-shadow: 0 0 0 5px rgba(99,190,141,.12); }
.contact-channels { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: calc(100% - clamp(36px, 10vw, 144px)); margin: -54px auto 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: 0 18px 45px rgba(52,35,38,.12); }
.contact-channels > * { display: grid; align-content: center; min-width: 0; min-height: 142px; padding: 24px; background: #fff; }
.contact-channels > * + * { border-left: 1px solid var(--line); }
.contact-channels span { margin-bottom: 11px; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.contact-channels strong { overflow-wrap: anywhere; color: var(--deep); font-size: clamp(1rem, 1.6vw, 1.18rem); }
.contact-channels small { margin-top: 5px; color: var(--muted); }
.contact-channels a { transition: background .2s ease, color .2s ease; }
.contact-channels a:hover { background: #fbf6f6; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(360px, 1.02fr); gap: clamp(38px, 8vw, 110px); align-items: start; max-width: 1500px; margin: 0 auto; }
.contact-guidance { padding-top: 18px; }
.contact-guidance h2, .contact-form-card h2, .contact-location h2 { margin: 9px 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; letter-spacing: -.025em; }
.contact-guidance > p { max-width: 620px; font-size: 1.02rem; }
.contact-guidance ul { display: grid; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.contact-guidance li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-guidance li > span { color: var(--brand); font-size: .78rem; font-weight: 850; }
.contact-guidance li div { display: grid; gap: 4px; }
.contact-guidance li strong { color: var(--deep); }
.contact-guidance li small { color: var(--muted); line-height: 1.5; }
.contact-guidance .text-link { margin-top: 24px; }
.contact-form-card { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 22px 60px rgba(52,35,38,.1); }
.contact-form-card > p { margin-bottom: 26px; }
.contact-form-card .loc-form { gap: 15px; padding: 0; }
.contact-form-card .loc-form label { font-size: .86rem; }
.contact-form-card .loc-form input, .contact-form-card .loc-form textarea { background: var(--soft); }
.contact-form-card .loc-form textarea { min-height: 140px; }
.contact-form-card .loc-form .btn { margin-top: 2px; }
.contact-location { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; background: var(--deep); color: #fff; }
.contact-location > div:first-child { max-width: 820px; }
.contact-location h2 { margin-bottom: 22px; }
.contact-location address { color: rgba(255,255,255,.7); font-style: normal; font-size: 1.05rem; line-height: 1.65; }
.contact-location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (prefers-reduced-motion: reduce) {
  .contact-channels a { transition: none; }
}
@media (max-width: 1000px) {
  .contact-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-channels > * + * { border-left: 0; }
  .contact-channels > *:nth-child(even) { border-left: 1px solid var(--line); }
  .contact-channels > *:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .contact-hero, .contact-layout, .contact-location { grid-template-columns: 1fr; }
  .contact-hero { min-height: auto; }
  .contact-hero-note { max-width: 430px; }
  .contact-location { align-items: start; }
}
@media (max-width: 620px) {
  .contact-hero { padding-bottom: 82px; background-position: 68% center; }
  .contact-channels { grid-template-columns: 1fr; max-width: calc(100% - 36px); margin-top: -36px; }
  .contact-channels > * { min-height: 120px; }
  .contact-channels > *:nth-child(even), .contact-channels > * + * { border-top: 1px solid var(--line); border-left: 0; }
  .contact-guidance li { grid-template-columns: 34px 1fr; }
  .contact-form-card { padding: 24px 18px; }
  .contact-location-actions, .contact-location-actions .btn { width: 100%; }
}
