/* Alize Jewellery — Contact page */

body.alize-theme .contact-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 166, 100, 0.18), transparent 45%),
    linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 46%, var(--navy-soft) 100%);
}

body.alize-theme .contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(198, 166, 100, 0.5) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 70% 60%, rgba(198, 166, 100, 0.4) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 40% 80%, rgba(198, 166, 100, 0.35) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 90% 20%, rgba(198, 166, 100, 0.4) 0, transparent 60%);
  pointer-events: none;
}

body.alize-theme .hero-ring {
  position: absolute;
  border: 1px solid rgba(198, 166, 100, 0.28);
  border-radius: 50%;
}

body.alize-theme .hero-ring.r1 {
  width: 520px;
  height: 520px;
  right: -140px;
  top: -120px;
}

body.alize-theme .hero-ring.r2 {
  width: 340px;
  height: 340px;
  left: -120px;
  bottom: -140px;
  border-color: rgba(198, 166, 100, 0.18);
}

body.alize-theme .contact-hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
}

body.alize-theme .contact-hero .eyebrow {
  justify-content: center;
  color: var(--gold-light);
}

body.alize-theme .contact-hero .eyebrow::before {
  display: none;
}

body.alize-theme .contact-hero .eyebrow::after {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--gold-light);
}

body.alize-theme .contact-hero h1 {
  color: var(--cream);
  font-size: clamp(38px, 5.2vw, 64px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 24px;
}

body.alize-theme .contact-hero h1 em {
  font-style: italic;
  color: var(--gold-light);
}

body.alize-theme .contact-hero p {
  color: rgba(244, 239, 228, 0.75);
  font-size: 16px;
  line-height: 1.85;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 300;
}

body.alize-theme .quick-chips {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.alize-theme .chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid rgba(198, 166, 100, 0.4);
  border-radius: 30px;
  color: var(--cream);
  font-size: 13.5px;
  transition: all 0.3s ease;
}

body.alize-theme .chip:hover {
  background: rgba(198, 166, 100, 0.12);
  border-color: var(--gold-light);
}

body.alize-theme .chip svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold-light);
}

body.alize-theme .scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(244, 239, 228, 0.55);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body.alize-theme .scroll-cue .line {
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--gold), transparent);
  animation: alize-scrollmove 1.8s infinite;
}

@keyframes alize-scrollmove {
  0% { transform: scaleY(0.3); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(0.3); transform-origin: bottom; }
}

body.alize-theme .contact-main {
  padding: 110px 0;
}

body.alize-theme .contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: flex-start;
}

body.alize-theme .info-eyebrow {
  color: var(--gold-dark);
}

body.alize-theme .info-col h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 16px;
}

body.alize-theme .info-col > p {
  color: #6b6558;
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 40px;
}

body.alize-theme .info-card {
  display: flex;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(20, 33, 61, 0.1);
}

body.alize-theme .info-card .ic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.alize-theme .info-card .ic svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold-light);
}

body.alize-theme .info-card h4 {
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 8px;
}

body.alize-theme .info-card p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.7;
}

body.alize-theme .info-card a {
  color: var(--ink);
  transition: color 0.2s ease;
}

body.alize-theme .info-card a:hover {
  color: var(--gold-dark);
}

body.alize-theme .info-card p.muted {
  color: #8a8375;
  font-size: 13px;
  margin-top: 4px;
}

body.alize-theme .social-block {
  margin-top: 36px;
}

body.alize-theme .social-block h4 {
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 16px;
}

body.alize-theme .info-col .foot-social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 33, 61, 0.2);
}

body.alize-theme .info-col .foot-social svg {
  width: 17px;
  height: 17px;
  stroke: var(--navy);
}

body.alize-theme .info-col .foot-social a:hover {
  background: var(--navy);
  border-color: var(--navy);
}

body.alize-theme .info-col .foot-social a:hover svg {
  stroke: var(--gold-light);
}

body.alize-theme .form-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 50px 52px;
}

body.alize-theme .form-card h3 {
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}

body.alize-theme .form-card > p {
  color: #6b6558;
  font-size: 14px;
  margin-bottom: 34px;
}

body.alize-theme .form-success,
body.alize-theme .form-error {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 26px;
  line-height: 1.6;
}

body.alize-theme .form-success {
  background: rgba(111, 143, 94, 0.1);
  border: 1px solid rgba(111, 143, 94, 0.3);
  color: #6f8f5e;
}

body.alize-theme .form-error {
  background: rgba(181, 83, 63, 0.08);
  border: 1px solid rgba(181, 83, 63, 0.25);
  color: #b5533f;
}

body.alize-theme .form-success svg,
body.alize-theme .form-error svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

body.alize-theme .form-success svg {
  stroke: #6f8f5e;
}

body.alize-theme .form-error svg {
  stroke: #b5533f;
}

body.alize-theme .form-error ul {
  margin: 8px 0 0;
  padding-left: 18px;
  list-style: disc;
}

body.alize-theme .field-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.alize-theme .field {
  margin-bottom: 24px;
}

body.alize-theme .field label {
  display: block;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 9px;
  font-weight: 500;
}

body.alize-theme .field label .optional {
  text-transform: none;
  color: #a39a89;
  font-weight: 400;
  letter-spacing: 0;
}

body.alize-theme .field input,
body.alize-theme .field select,
body.alize-theme .field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(20, 33, 61, 0.18);
  border-radius: 4px;
  background: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 14.5px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body.alize-theme .field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

body.alize-theme .field input:focus,
body.alize-theme .field select:focus,
body.alize-theme .field textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(198, 166, 100, 0.18);
  background: var(--white);
}

body.alize-theme .field input::placeholder,
body.alize-theme .field textarea::placeholder {
  color: #b3ab9c;
}

body.alize-theme .field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a5824a' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

body.alize-theme .field input.is-invalid,
body.alize-theme .field select.is-invalid,
body.alize-theme .field textarea.is-invalid {
  border-color: #b5533f;
  box-shadow: 0 0 0 3px rgba(181, 83, 63, 0.12);
}

body.alize-theme .field-error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #b5533f;
}

body.alize-theme .checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #4a463d;
  line-height: 1.6;
  cursor: pointer;
}

body.alize-theme .checkbox-field input {
  width: 16px;
  height: 16px;
  accent-color: var(--gold-dark);
  cursor: pointer;
  margin-top: 2px;
  flex-shrink: 0;
}

body.alize-theme .checkbox-field a {
  color: var(--gold-dark);
  border-bottom: 1px solid var(--gold-dark);
}

body.alize-theme .form-card .btn {
  width: 100%;
}

body.alize-theme .form-card .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 1080px) {
  body.alize-theme .contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  body.alize-theme .form-card {
    padding: 40px 34px;
  }
}

@media (max-width: 768px) {
  body.alize-theme .contact-main {
    padding: 70px 0;
  }

  body.alize-theme .contact-hero {
    min-height: 70vh;
  }

  body.alize-theme .field-row2 {
    grid-template-columns: 1fr;
  }

  body.alize-theme .form-card {
    padding: 32px 24px;
  }

  body.alize-theme .quick-chips {
    flex-direction: column;
    align-items: center;
  }
}
