/* ========== RESET & BASE STYLES ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #111;
}

/* ========== ROOT VARIABLES ========== */
:root {
  --brand: #f2612b;
  --brand-600: #d95423;
  --brand-700: #bd491f;
  --text: #1e1e1e;
  --muted: #666;
  --bg: #f9f9f9;
  --card: #fff;
  --border: #ddd;
  --radius: 10px;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ========== CONTAINER UTILITY ========== */
.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* ========== HERO SECTION ========== */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
              url('../photos/contact.png') center/cover no-repeat;
  z-index: -1;
}

.about-hero__inner {
  width: min(1200px, 92%);
  margin-inline: auto;
  padding: 100px 0 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.about-hero_text {
  max-width: 640px;
  position: relative;
  margin-left: 20px;
}

.about-hero_text::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -20px;
  bottom: -20px;
  width: 220px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent);
  pointer-events: none;
}

.about-hero_text h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: "Poiret One", sans-serif;
}

.about-hero_text p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cinzel", serif;
}

/* ========== BREADCRUMB ========== */
.breadcrumb {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #ff5f2e;
}

.breadcrumb .sep {
  opacity: 0.7;
}

.breadcrumb .current {
  color: #ffffff;
}

/* ========== CONTACT SECTION ========== */
.contact {
  padding: 60px 0 80px;
  font-weight: 500;
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  font-family: "Poiret One", sans-serif;
  gap: 40px;
  align-items: flex-start;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

/* ========== FORM STYLES ========== */
.contact-form .grid-2 {
  display: grid;
  font-family: "Poiret One", sans-serif;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  margin-bottom: 16px;
}

label {
  display: block;
  font-weight: 600;
  font-family: "Poiret One", sans-serif;
  font-size: 0.92rem;
  margin-bottom: 8px;
  color: var(--text);
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  outline: none;
  font: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: #fff;
  resize: vertical;
  color: var(--text);
}

input::placeholder,
textarea::placeholder {
  color: #b0b4ba;
}

input:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(242, 97, 43, 0.15);
}

.error {
  margin: 0.35rem 0 0;
  color: #c0362c;
  font-size: 0.82rem;
  min-height: 1em;
}

/* ========== BUTTON STYLES ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 18px;
  border: none;
  border-radius: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.05s ease, background 0.15s ease;
  font-size: 1rem;
  user-select: none;
  font-family: "Poiret One", sans-serif;
  letter-spacing: 2px;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  width: 100%;
}

.btn-primary:hover {
  background: var(--brand-600);
}

.btn-primary:focus-visible {
  outline: 3px solid rgba(242, 97, 43, 0.35);
  outline-offset: 2px;
}

.form-status {
  margin-top: 10px;
  font-size: 0.92rem;
  color: var(--muted);
}

/* ========== CONTACT DETAILS ========== */
.eyebrow {
  color: var(--brand);
  font-weight: 700;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-family: "Poiret One", cursive, sans-serif;
}

.title {
  font-size: 2.25rem;
  line-height: 1.15;
  margin: 0.35rem 0 0.5rem;
  font-weight: 700;
  font-family: "Poiret One", sans-serif;
}

.lede {
  color: var(--muted);
  margin: 0 0 24px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 24px 0;
}

.info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--text);
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

.info-item h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 600;
  font-family: "Poiret One", sans-serif;
}

.info-item p {
  font-family: "Cinzel", serif;
  font-weight: 600;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 940px) {
  .contact-grid,
  .contact-form .grid-2,
  .info-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== WRAPPER & EMBED UTILS ========== */
.wrap {
  max-width: 900px;
  margin: 0 auto;
}

input,
button {
  font-size: 16px;
  padding: 10px 12px;
}

.row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.row > button {
  border: 1px solid #0b57d0;
  background: #0b57d0;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.row > button.secondary {
  background: #fff;
  color: #0b57d0;
}

iframe {
  width: 100%;
  height: 70vh;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
}

.hint {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}
