/* ═══════════════════════════════════════════
   SEMANTIC UTILITIES & SECTION HEADERS
═══════════════════════════════════════════ */
.linkedin-icon-text { font-family: Arial, sans-serif; font-weight: 900; font-style: italic; }
.success-link { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

.section-header { text-align: center; margin-bottom: 48px; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.eyebrow-line { width: 28px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; color: var(--cream); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0; }
.section-title-accent { font-style: italic; font-weight: 300; color: var(--gold-light); }
.section-title-red    { color: var(--red); }

.distributor-cta-card { background: rgba(200, 144, 10, 0.04) !important; border: 1px dashed rgba(200, 144, 10, 0.25) !important; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 24px !important; }
.distributor-icon { font-size: 2.5rem; margin-bottom: 16px; }
.distributor-title { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-light); margin-bottom: 12px; }
.distributor-desc { font-size: 0.85rem; color: rgba(247, 237, 216, 0.6); line-height: 1.6; margin-bottom: 24px; max-width: 240px; }

.ss-title-accent { font-style: italic; color: var(--gold-light); font-weight: 300; }

/* ═══════════════════════════════════════════
   CONTACT HERO
═══════════════════════════════════════════ */
.contact-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 80px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(140, 28, 4, .38) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 80%, rgba(200, 144, 10, .12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(30, 92, 58, .08) 0%, transparent 60%),
    linear-gradient(155deg, #0C0906 0%, #180F08 45%, #0C0906 100%);
}

.hero-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-line {
  position: absolute;
  background: rgba(200, 144, 10, .04);
}

.hl1 {
  width: 1px;
  height: 100%;
  top: 0;
  left: 33%;
  background: linear-gradient(to bottom, transparent, rgba(200, 144, 10, .07), transparent);
}

.hl2 {
  width: 1px;
  height: 100%;
  top: 0;
  left: 66%;
  background: linear-gradient(to bottom, transparent, rgba(200, 144, 10, .05), transparent);
}

.hl3 {
  width: 100%;
  height: 1px;
  top: 40%;
  left: 0;
  background: linear-gradient(to right, transparent, rgba(200, 144, 10, .05), transparent);
}

/* Floating contact channel cards */
.hero-channels {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 14px;
  pointer-events: none;
}

.channel-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(200, 144, 10, .12);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  animation: channelFloat ease-in-out infinite;
  min-width: 260px;
}

.cc1 { animation-duration: 7s; }
.cc2 { animation-duration: 8.5s; animation-delay: 1s; }
.cc3 { animation-duration: 6.5s; animation-delay: 2s; }
.cc4 { animation-duration: 9s;   animation-delay: .5s; }

@keyframes channelFloat {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(-6px); }
}

.ch-icon  { font-size: 1.4rem; flex-shrink: 0; }
.ch-label { font-size: .75rem; font-weight: 600; color: var(--cream); }
.ch-value { font-size: .7rem;  color: rgba(247, 237, 216, .45); margin-top: 2px; }

.ch-badge {
  margin-left: auto;
  padding: 3px 9px;
  background: rgba(30, 92, 58, .15);
  border: 1px solid rgba(110, 231, 160, .2);
  border-radius: 100px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(110, 231, 160, .8);
  flex-shrink: 0;
}

/* Hero text */
.hero-content {
  position: relative;
  z-index: 10;
  max-width: min(560px, 55%);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
  opacity: 0;
  animation: slideUp .9s var(--ease-apple) .2s forwards;
}

.hero-kicker::before { content: ''; width: 28px; height: 1px; background: var(--gold-light); }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.04em;
  color: var(--cream);
  margin-bottom: 20px;
  opacity: 0;
  animation: slideUp 1s var(--ease-apple) .4s forwards;
}

.hero-title em { font-style: italic; font-weight: 300; color: var(--gold-light); display: block; }

.hero-sub {
  font-size: clamp(.88rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.78;
  color: rgba(247, 237, 216, .58);
  max-width: 440px;
  margin-bottom: 32px;
  opacity: 0;
  animation: slideUp .9s var(--ease-apple) .6s forwards;
}

.hero-promise {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  animation: slideUp .9s var(--ease-apple) .8s forwards;
}

.hp-item { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 500; color: rgba(247, 237, 216, .45); }
.hp-dot  { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hp-divider { width: 1px; height: 20px; background: rgba(200, 144, 10, .12); flex-shrink: 0; }

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

/* ═══════════════════════════════════════════
   CONTACT TYPE SELECTOR
═══════════════════════════════════════════ */
.selector-section {
  padding: 0 80px;
  margin-top: -1px;
  background: var(--ink-soft);
  position: relative;
  z-index: 20;
}

.selector-section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200, 144, 10, .25), transparent);
}

.selector-inner {
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.selector-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(247, 237, 216, .35);
  margin-right: 6px;
  flex-shrink: 0;
}

.contact-type-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: rgba(255, 255, 255, .03);
  border: 1.5px solid rgba(200, 144, 10, .1);
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(247, 237, 216, .5);
  cursor: pointer;
  transition: all .25s var(--ease-apple);
  white-space: nowrap;
}

.contact-type-btn .ct-icon { font-size: 1rem; }

.contact-type-btn:hover {
  border-color: rgba(200, 144, 10, .28);
  color: rgba(247, 237, 216, .85);
}

.contact-type-btn.active {
  background: rgba(200, 144, 10, .1);
  border-color: rgba(200, 144, 10, .38);
  color: var(--gold-light);
}

/* ═══════════════════════════════════════════
   MAIN CONTACT LAYOUT  (info + form grid)
═══════════════════════════════════════════ */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 80vh;
}

/* ── Left: Info panel ── */
.contact-info {
  padding: 80px;
  background:
    radial-gradient(ellipse 70% 50% at 0% 80%, rgba(200, 144, 10, .06) 0%, transparent 55%),
    var(--ink-soft);
  border-right: 1px solid rgba(200, 144, 10, .07);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ci-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.ci-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }

.ci-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--cream);
  margin-bottom: 18px;
}

.ci-title em { font-style: italic; font-weight: 300; color: var(--gold-light); }

.ci-sub {
  font-size: .98rem;
  line-height: 1.8;
  color: rgba(247, 237, 216, .5);
  margin-bottom: 48px;
  max-width: 420px;
}

/* Channel list */
.ci-channels { display: flex; flex-direction: column; gap: 0; }

.ci-channel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(200, 144, 10, .07);
  transition: all .25s var(--ease-apple);
  cursor: default;
}

.ci-channel:last-child { border-bottom: none; }
.ci-channel:hover { padding-left: 6px; }

.cc-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(200, 144, 10, .08);
  border: 1px solid rgba(200, 144, 10, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform .3s var(--ease-bounce), background .3s;
}

.ci-channel:hover .cc-icon-wrap { transform: scale(1.1) rotate(-5deg); background: rgba(200, 144, 10, .15); }

.cc-body { flex: 1; }

.cc-type {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(247, 237, 216, .35);
  margin-bottom: 4px;
}

.cc-value { font-size: .95rem; font-weight: 600; color: var(--cream); transition: color .2s; }
.ci-channel:hover .cc-value { color: var(--gold-light); }

.cc-note { font-size: .75rem; color: rgba(247, 237, 216, .38); margin-top: 3px; line-height: 1.4; }

.cc-action { margin-left: auto; flex-shrink: 0; }

.cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(200, 144, 10, .08);
  border: 1px solid rgba(200, 144, 10, .16);
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--gold-light);
  transition: all .25s;
  cursor: pointer;
}

.cc-btn:hover { background: rgba(200, 144, 10, .16); border-color: rgba(200, 144, 10, .32); }

/* Office details */
.ci-office {
  margin-top: 40px;
  padding: 24px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(200, 144, 10, .08);
  border-radius: 16px;
}

.ci-office-title {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(247, 237, 216, .35);
  margin-bottom: 14px;
}

.ci-office-details { display: flex; flex-direction: column; gap: 8px; }

.cod-row { display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; color: rgba(247, 237, 216, .5); }
.cod-icon { font-size: .9rem; flex-shrink: 0; margin-top: 1px; }

/* Operating hours */
.ci-hours {
  margin-top: 20px;
  padding: 20px;
  background: rgba(30, 92, 58, .05);
  border: 1px solid rgba(30, 92, 58, .12);
  border-radius: 14px;
}

.ci-hours-title {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(110, 231, 160, .6);
  margin-bottom: 12px;
}

.hour-row { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: 7px; }
.hour-day    { color: rgba(247, 237, 216, .45); }
.hour-time   { font-weight: 600; color: rgba(247, 237, 216, .7); }
.hour-closed { color: rgba(247, 237, 216, .3); }

.response-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 16px;
  background: rgba(30, 92, 58, .08);
  border: 1px solid rgba(110, 231, 160, .18);
  border-radius: 100px;
  font-size: .72rem;
  font-weight: 700;
  color: rgba(110, 231, 160, .75);
}

.response-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6EE7A0;
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(1.3); }
}

/* ── Right: Form panel ── */
.contact-form-panel {
  padding: 80px 72px;
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(200, 144, 10, .05) 0%, transparent 55%),
    var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-header { margin-bottom: 36px; }

.form-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.form-subtitle { font-size: .88rem; color: rgba(247, 237, 216, .45); line-height: 1.6; }

/* Form grid */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: span 2; }

.form-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247, 237, 216, .4);
  margin-bottom: 8px;
}

.form-label .req { color: var(--gold); margin-left: 2px; }

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .04);
  border: 1.5px solid rgba(200, 144, 10, .1);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--cream);
  outline: none;
  transition: border-color .25s, background .25s, box-shadow .25s;
  appearance: none;
  -webkit-appearance: none;
}

.form-input::placeholder,
.form-textarea::placeholder { color: rgba(247, 237, 216, .22); }

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: rgba(200, 144, 10, .45);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 3px rgba(200, 144, 10, .08);
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23C8900A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.form-select option { background: #1a100a; color: var(--cream); }

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

.form-char { font-size: .65rem; color: rgba(247, 237, 216, .25); text-align: right; margin-top: 5px; }

.form-section-title {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(247, 237, 216, .25);
  grid-column: span 2;
  padding-top: 16px;
  border-top: 1px solid rgba(200, 144, 10, .06);
  margin-top: 12px;
}

/* Submit row */
.form-submit-row {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--ink);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all .3s var(--ease-bounce);
  box-shadow: 0 4px 20px rgba(200, 144, 10, .28);
}

.btn-submit:hover { box-shadow: 0 12px 36px rgba(200, 144, 10, .5); transform: scale(1.05) translateY(-2px); }
.btn-submit.loading { opacity: .7; pointer-events: none; }
.btn-submit.success { background: linear-gradient(135deg, #34d399 0%, var(--green) 100%); box-shadow: 0 4px 20px rgba(30, 92, 58, .35); }

.form-submit-note { font-size: .72rem; color: rgba(247, 237, 216, .28); line-height: 1.55; max-width: 200px; }

/* Form success */
.form-success { display: none; text-align: center; padding: 40px 20px; flex-direction: column; align-items: center; }
.form-success.visible { display: flex; }

.success-emoji {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: block;
  animation: successPop .6s var(--ease-bounce) forwards;
}

@keyframes successPop {
  from { transform: scale(0); }
  to   { transform: scale(1); }
}

.success-title { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--cream); margin-bottom: 10px; }
.success-sub   { font-size: .88rem; color: rgba(247, 237, 216, .5); line-height: 1.65; }

/* ═══════════════════════════════════════════
   CONTACT SHORTCUTS
═══════════════════════════════════════════ */
.shortcuts-section {
  padding: 80px;
  background: var(--parchment);
  overflow: hidden;
}

.shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

/* Carousel dots hidden on desktop */
.shortcuts-dots { display: none; background: transparent; }

.shortcut-card {
  padding: 36px 28px;
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(12, 9, 6, .07);
  border-radius: 20px;
  text-align: center;
  transition: all .4s var(--ease-apple);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.shortcut-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(139, 69, 19, .06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}

.shortcut-card:hover::before { opacity: 1; }

.shortcut-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(12, 9, 6, .12);
  border-color: rgba(12, 9, 6, .14);
  background: rgba(255, 255, 255, .95);
}

.sc-icon  { font-size: 2.4rem; margin-bottom: 16px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.1)); }

.sc-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -.01em;
}

.sc-desc { font-size: .8rem; color: rgba(12, 9, 6, .5); line-height: 1.65; margin-bottom: 20px; }

.sc-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--red);
  transition: gap .2s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}

.shortcut-card:hover .sc-action { gap: 12px; }

/* ═══════════════════════════════════════════
   GLOBAL OFFICES / REPS
═══════════════════════════════════════════ */
.offices-section {
  padding: 100px 80px;
  background: var(--ink);
}

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

/* Carousel dots hidden on desktop */
.offices-dots { display: none; }

.office-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .022);
  border: 1px solid rgba(200, 144, 10, .07);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .35s var(--ease-apple);
  cursor: default;
}
.office-card:hover {
  border-color: rgba(200, 144, 10, .18);
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .45);
}

.office-card.hq {
  border-color: rgba(200, 144, 10, .2);
  background: rgba(200, 144, 10, .03);
}

.office-card.hq::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  border-radius: 20px 20px 0 0;
}

.office-flag    { font-size: 2.2rem; margin-bottom: 12px; }
.office-country { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }

.office-city {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 12px;
  letter-spacing: -.01em;
}

.office-role {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: rgba(200, 144, 10, .08);
  border: 1px solid rgba(200, 144, 10, .15);
  border-radius: 100px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(232, 176, 48, .7);
  margin-bottom: 16px;
}

.office-contact { display: flex; flex-direction: column; gap: 6px; }
.oc-row { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: rgba(247, 237, 216, .4); }
.oc-row a { color: rgba(247, 237, 216, .4); transition: color .2s; }
.oc-row a:hover { color: var(--gold-light); }
.oc-icon { font-size: .85rem; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   FAQ STRIP
═══════════════════════════════════════════ */
.faq-strip {
  padding: 100px 80px;
  background: var(--parchment);
  color: var(--ink);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 56px;
  border: 1px solid rgba(12, 9, 6, .08);
  border-radius: 20px;
  overflow: hidden;
}

.faq-item {
  padding: 28px 32px;
  border-right: 1px solid rgba(12, 9, 6, .06);
  border-bottom: 1px solid rgba(12, 9, 6, .06);
  transition: background .25s;
}

.faq-item:hover { background: rgba(255, 255, 255, .9); }
.faq-item:nth-child(2n) { border-right: none; }
.faq-item:nth-last-child(-n+2) { border-bottom: none; }

.faq-q {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.faq-a { font-size: .82rem; color: rgba(12, 9, 6, .52); line-height: 1.7; }
.faq-a a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

/* ═══════════════════════════════════════════
   SOCIAL STRIP
═══════════════════════════════════════════ */
.social-strip {
  padding: 60px 80px;
  background: var(--ink-soft);
  border-top: 1px solid rgba(200, 144, 10, .06);
}

.social-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

.ss-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--cream); letter-spacing: -.02em; margin-bottom: 4px; }
.ss-sub   { font-size: .82rem; color: rgba(247, 237, 216, .4); }

.ss-socials { display: flex; gap: 10px; }

.ss-social {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(200, 144, 10, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(247, 237, 216, .45);
  font-size: .9rem;
  text-decoration: none;
  transition: all .25s;
  cursor: pointer;
}

.ss-social:hover { background: rgba(200, 144, 10, .1); border-color: rgba(200, 144, 10, .25); color: var(--gold-light); transform: translateY(-3px); }

.ss-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.ss-stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--gold-light); line-height: 1; letter-spacing: -.04em; }
.ss-stat-label { font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(247, 237, 216, .3); margin-top: 4px; }

/* ═══════════════════════════════════════════
   CAROUSEL DOT STYLES  (shortcuts + offices)
═══════════════════════════════════════════ */
.shortcuts-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(12, 9, 6, .35);
  cursor: pointer;
  transition: background .25s, width .25s;
  flex-shrink: 0;
  display: block;
}

.shortcuts-dot.active {
  background: var(--red);
  width: 22px;
  border-radius: 100px;
}

.shortcuts-dot:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

.offices-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(247, 237, 216, .3);
  cursor: pointer;
  transition: background .25s, width .25s;
  flex-shrink: 0;
  display: block;
}

.offices-dot.active {
  background: var(--gold-light);
  width: 22px;
  border-radius: 100px;
}

.offices-dot:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }

/* ═══════════════════════════════════════════
   RESPONSIVE  — 1280px
═══════════════════════════════════════════ */
@media (max-width: 1280px) {
  .hero-channels {
    right: 40px;
    transform: translateY(-50%) scale(0.85);
    transform-origin: right center;
  }

  .shortcuts-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ─── 1100px ─── */
@media (max-width: 1100px) {
  .contact-main { grid-template-columns: 1fr; }

  .contact-info {
    border-right: none;
    border-bottom: 1px solid rgba(200, 144, 10, .07);
  }

  .offices-grid { grid-template-columns: repeat(2, 1fr); }

  .contact-hero,
  .selector-section,
  .shortcuts-section,
  .offices-section,
  .faq-strip,
  .social-strip {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-info,
  .contact-form-panel { padding: 60px 40px; }
}

/* ─── 992px: hide hero channel cards ─── */
@media (max-width: 992px) {
  .hero-channels { display: none; }
}

/* ─── 768px (mobile) ─── */
@media (max-width: 768px) {

  /* Hero */
  .contact-hero { padding: 32px 24px 56px; }
  .hero-content { max-width: 100%; }
  .hero-title   { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-sub     { font-size: .88rem; max-width: 100%; }

  /* Selector + sections padding */
  .selector-section,
  .shortcuts-section,
  .offices-section,
  .faq-strip,
  .social-strip { padding-left: 24px; padding-right: 24px; }

  .contact-info,
  .contact-form-panel { padding: 48px 24px; }

  /* Form: single column */
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .form-section-title { grid-column: span 1; }
  .form-submit-row { grid-column: span 1; flex-direction: column; align-items: flex-start; }

  /* ── Shortcuts: horizontal scroll carousel ── */
  .shortcuts-section { overflow-x: visible; overflow-y: visible; padding-bottom: 40px; }

  .shortcuts-grid {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 14px;
    margin-top: 32px;
  }

  .shortcuts-grid::-webkit-scrollbar { display: none; }

  .shortcut-card {
    flex: 0 0 calc(100vw - 48px);
    width: calc(100vw - 48px);
    scroll-snap-align: center;
    align-self: stretch;
    min-width: 0;
  }

  .shortcuts-grid::after { content: ''; flex: 0 0 10px; display: block; }

  .shortcuts-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    background: transparent;
  }

  /* ── Offices: horizontal scroll carousel ── */
  .offices-section { overflow-x: visible; overflow-y: visible; padding-bottom: 40px; }

  .offices-grid {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 14px;
    margin-top: 32px;
  }

  .offices-grid::-webkit-scrollbar { display: none; }

  .office-card {
    flex: 0 0 calc(100vw - 48px);
    width: calc(100vw - 48px);
    scroll-snap-align: center;
    align-self: stretch;
    min-width: 0;
  }

  .offices-grid::after { content: ''; flex: 0 0 10px; display: block; }

  .offices-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }

  /* FAQ: single column */
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item { border-right: none; }
  .faq-item:last-child { border-bottom: none; }

  /* Social strip */
  .social-strip-inner { flex-direction: column; align-items: flex-start; }
}

/* ── Contact info mobile tweaks ── */
@media (max-width: 768px) {
  .ci-channel {
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 0;
    align-items: flex-start;
  }

  .ci-channel:hover { padding-left: 0; }

  .cc-icon-wrap { width: 40px; height: 40px; border-radius: 11px; font-size: 1rem; flex-shrink: 0; }
  .cc-body      { flex: 1; min-width: 0; }
  .cc-value     { font-size: .88rem; word-break: break-word; }
  .cc-note      { font-size: .72rem; }

  /* Action button full-width below icon+body */
  .cc-action { width: 100%; margin-left: 0; padding-left: 52px; }
  .cc-btn    { display: inline-flex; font-size: .68rem; padding: 7px 14px; }

  .ci-office { padding: 18px; margin-top: 28px; border-radius: 14px; }
  .cod-row   { font-size: .78rem; gap: 8px; }

  .ci-hours  { padding: 16px; margin-top: 14px; border-radius: 12px; }
  .hour-row  { font-size: .76rem; }

  .ci-title  { font-size: clamp(1.8rem, 7vw, 2.6rem); margin-bottom: 12px; }
  .ci-sub    { font-size: .88rem; margin-bottom: 32px; }
}

/* ─── 480px ─── */
@media (max-width: 480px) {
  .selector-inner { gap: 8px; }

  .contact-type-btn { font-size: .72rem; padding: 10px 14px; }

  .hero-promise { gap: 12px; }
  .hp-divider   { display: none; }

  .contact-info { padding: 36px 20px; }
  .contact-form-panel { padding: 36px 20px; }

  .offices-section,
  .faq-strip { padding-left: 20px; padding-right: 20px; }

  .ci-channel   { padding: 14px 0; gap: 10px; }
  .cc-icon-wrap { width: 36px; height: 36px; font-size: .9rem; }
  .cc-action    { padding-left: 46px; }

  .ci-office,
  .ci-hours     { padding: 14px; }

  .response-badge { font-size: .65rem; padding: 6px 12px; }
}
