/* Contact page styles — Hero in shared-pages.css */

/* Contact Main */
.contact-main { background: var(--paper); }

.cm-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: start;
}

.cm-info h2 em { font-style: italic; color: var(--gold); }
.cm-info .lede { margin: 16px 0 26px; }

.scarcity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--muted);
  border: 1px solid var(--line-gold);
  border-radius: 30px;
  padding: 8px 16px;
  margin-bottom: 28px;
}

.scarcity .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(198,161,91,.7);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(198,161,91,.55); }
  70% { box-shadow: 0 0 0 12px rgba(198,161,91,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,161,91,0); }
}

.contact-direct {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

.contact-direct a,
.contact-direct span {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .98rem;
  color: var(--text);
  padding: 14px 0;
  border-bottom: 1px solid var(--line-dark);
  transition: .25s;
}

.contact-direct a:hover { color: var(--gold); padding-left: 6px; }

.contact-direct .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bone);
  color: var(--gold);
  font-size: 1rem;
  flex: 0 0 auto;
}

/* Enquiry Form */
.enquiry {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  padding: 44px 42px;
  box-shadow: var(--shadow);
}

.enquiry h3 { font-size: 1.7rem; margin-bottom: 8px; }
.enquiry .sub { color: var(--muted); font-size: .95rem; margin-bottom: 26px; }

.field { margin-bottom: 18px; }

.field label {
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 8px;
}

.field input,
.field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  padding: 14px 16px;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  background: var(--paper);
  transition: .25s;
  resize: vertical;
}

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

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(198,161,91,.15);
}

.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.formnote { margin-top: 18px; font-size: 12px; color: var(--muted); line-height: 1.6; }

/* Channels */
.channels { background: var(--bone); }

.ch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.ch {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 36px 32px;
  transition: .35s var(--ease);
  text-align: center;
}

.ch:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: var(--shadow); }

.ch .ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bone);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  border: 1px solid var(--line-gold);
}

.ch h3 { font-size: 1.4rem; margin-bottom: 8px; }
.ch p { color: var(--muted); font-size: .95rem; margin-bottom: 20px; }

.ch a.link {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .05em;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ch a.link:hover { color: var(--ink); }

/* Offices */
.offices { background: var(--paper); }

.off-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 44px;
}

.off {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  transition: .3s var(--ease);
}

.off:hover { border-color: var(--line-gold); box-shadow: var(--shadow); transform: translateY(-4px); }
.off .body { padding: 30px 32px; }

.off .flag {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.off h3 { margin: 8px 0 12px; font-size: 1.7rem; }
.off address { font-style: normal; color: var(--muted); line-height: 1.7; font-size: .95rem; }

.off .maplink {
  margin-top: 16px;
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: .05em;
  color: var(--gold);
  font-weight: 600;
  transition: color .3s var(--ease);
}

.off .maplink:hover { color: var(--ink); }

/* FAQ */
.faq { background: var(--bone); }
.faq-list { margin-top: 36px; border-top: 1px solid var(--line-dark); }

.qa { border-bottom: 1px solid var(--line-dark); }

.qa summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ink);
  font-weight: 500;
  transition: .25s;
}

.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--gold); }

.qa summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.5rem;
  transition: transform .3s;
}

.qa[open] summary::after { transform: rotate(45deg); }
.qa .a { padding: 0 6px 26px; color: var(--muted); line-height: 1.75; }

/* CTA */
.cta-band {
  background: var(--ink);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.cta-band h2 { color: #fff; }
.cta-band h2 em { color: var(--gold-pale); font-style: italic; }
.cta-band .lede { color: var(--muted-navy); margin: 20px auto 32px; }

/* Responsive */
@media (max-width: 900px) {
  .cm-grid { grid-template-columns: 1fr; gap: 36px; }
  .ch-grid { grid-template-columns: 1fr; }
  .off-grid { grid-template-columns: 1fr; }
  .enquiry { padding: 32px 26px; }
}
