:root {
  --terracotta: #C4622D; --gold: #C9963A; --sand: #F0E2C4;
  --cream: #FAF6EE; --forest: #1E3D2F; --forest-light: #2D5A42;
  --ink: #1A1A18; --mist: #7A8C7E; --white: #FFFFFF;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Josefin Sans', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 3px; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 4rem; background: rgba(26,26,24,0.96); backdrop-filter: blur(8px); transition: padding 0.4s; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); letter-spacing: 0.04em; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; background: var(--terracotta); color: var(--white); border: none; padding: 0.65rem 1.6rem; cursor: pointer; transition: background 0.25s; text-decoration: none; }
.nav-cta:hover { background: var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: white; display: block; }

.page-hero { position: relative; height: 52vh; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.2) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; padding: 3rem 4rem; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.8rem; }
.breadcrumb a, .breadcrumb span { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,0.25); }
.page-hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; color: white; line-height: 1.1; }
.page-hero-title em { font-style: italic; color: var(--sand); }

/* QUICK CONTACT STRIP */
.quick-strip { background: var(--terracotta); padding: 1.2rem 4rem; }
.quick-strip-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap; }
.quick-item { display: flex; align-items: center; gap: 0.8rem; color: rgba(255,255,255,0.9); text-decoration: none; font-size: 0.78rem; font-weight: 300; transition: color 0.2s; }
.quick-item:hover { color: var(--sand); }
.quick-item-icon { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; }
.quick-item-icon svg { width:18px; height:18px; fill: currentColor; opacity: 0.95; }

/* MAIN CONTACT */
.contact-main { padding: 7rem 4rem; background: var(--cream); }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; }

/* INFO SIDE */
.contact-info { min-width: 0; }
.section-label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.8rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2; color: var(--forest); margin-bottom: 0.5rem; }
.section-title em { font-style: italic; color: var(--terracotta); }
.section-line { width: 56px; height: 2px; background: var(--gold); margin: 1.4rem 0 2rem; }
.contact-info > p { font-size: 0.9rem; color: #555; line-height: 1.9; font-weight: 300; margin-bottom: 2.5rem; }
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.contact-item { display: flex; gap: 1.2rem; align-items: flex-start; }
.contact-icon { width: 46px; height: 46px; min-width: 46px; background: var(--terracotta); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: background 0.2s; }
.contact-item:hover .contact-icon { background: var(--forest); }
.contact-item-text strong { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); margin-bottom: 0.25rem; }
.contact-item-text span, .contact-item-text a { font-size: 0.88rem; color: #555; font-weight: 300; text-decoration: none; transition: color 0.2s; }
.contact-item-text a:hover { color: var(--terracotta); }
.office-hours { background: var(--sand); padding: 1.5rem; margin-top: 0.5rem; }
.office-hours h4 { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); margin-bottom: 1rem; }
.hours-row { display: flex; justify-content: space-between; font-size: 0.8rem; color: #555; font-weight: 300; padding: 0.4rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.hours-row:last-child { border-bottom: none; }
.hours-row .day { color: var(--forest); font-weight: 400; }
.agency-network{background:white;border:1px solid rgba(0,0,0,0.06);padding:1.6rem;margin-top:1.5rem;}
.agency-network h4{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--forest);margin-bottom:1rem;}
.agency-network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.agency-col{background:var(--cream);border:1px solid rgba(0,0,0,0.05);padding:1rem;}
.agency-col strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.05rem;color:var(--forest);font-weight:400;margin-bottom:0.5rem;}
.agency-col ul{list-style:none;display:flex;flex-direction:column;gap:0.35rem;}
.agency-col li{font-size:0.82rem;line-height:1.6;color:#555;font-weight:300;padding-left:1rem;position:relative;}
.agency-col li::before{content:'â€¢';position:absolute;left:0;color:var(--gold);}
.whatsapp-btn { display: inline-flex; align-items: center; gap: 0.7rem; background: #25D366; color: white; padding: 0.9rem 1.8rem; font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, transform 0.2s; margin-top: 1.5rem; }
.whatsapp-btn:hover { background: #1DA851; transform: translateY(-2px); }
.whatsapp-btn svg { width: 18px; height: 18px; fill: white; }

/* FORM */
.contact-form-wrap { min-width: 0; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--forest); font-weight: 300; margin-bottom: 0.4rem; }
.form-subtitle { font-size: 0.78rem; color: var(--mist); letter-spacing: 0.1em; margin-bottom: 2rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); }
.form-group input, .form-group select, .form-group textarea {
  background: white; border: 1px solid #e0d8cc;
  padding: 0.9rem 1rem; font-family: 'Josefin Sans', sans-serif;
  font-size: 0.85rem; color: var(--ink); outline: none;
  transition: border-color 0.25s, box-shadow 0.25s; width: 100%;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.75rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231E3D2F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}
.form-group select::-ms-expand { display: none; }
.form-group select:invalid,
.form-group select:has(option[value=""]:checked),
.form-group select option[value=""] { color: #888; }
.form-group select:valid:not(:has(option[value=""]:checked)) { color: var(--ink); }
.destinations-field { background: white !important; height: auto; min-height: 52px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(196,98,45,0.08);
}
.form-group select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C4622D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-group.full { grid-column: 1 / -1; }
.form-group--budget { gap: 0.65rem; }

/* Budget / preference chips */
.form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.15rem;
}
.form-radio-group--chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.75rem;
}
.radio-option {
  position: relative;
  min-width: 0;
}
.radio-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.radio-option label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  background: white;
  border: 1px solid #e0d8cc;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #555;
  text-transform: none;
  text-align: center;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 0.22s, background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.18s;
}
.radio-option label:hover {
  border-color: rgba(196, 98, 45, 0.5);
  color: var(--forest);
}
.radio-option input:checked + label {
  background: rgba(196, 98, 45, 0.09);
  border-color: var(--terracotta);
  color: var(--forest);
  box-shadow: inset 0 0 0 1px rgba(196, 98, 45, 0.12);
}
.radio-option input:focus-visible + label {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}
.radio-option input:checked + label:hover {
  background: rgba(196, 98, 45, 0.14);
}
.form-note { font-size: 0.72rem; color: var(--mist); font-style: italic; }
.form-submit { font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 1.1rem 2.8rem; background: var(--terracotta); color: white; border: none; cursor: pointer; transition: background 0.25s, transform 0.2s; align-self: flex-start; }
.form-submit:hover { background: var(--forest); transform: translateY(-2px); }
.form-success { display: none; background: #2D5A42; color: white; padding: 1.2rem 1.8rem; font-size: 0.85rem; font-weight: 300; border-left: 4px solid var(--gold); }
.form-error { background: #fff; border: 1px solid rgba(196,98,45,0.35); border-left: 4px solid var(--terracotta); color: #6b3b22; padding: 1rem 1.2rem; font-size: 0.85rem; font-weight: 300; }
.form-section-title { margin-top: 0.6rem; padding-top: 0.6rem; font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--terracotta); }
.field-error { margin-top: 0.35rem; font-size: 0.75rem; color: #b24a1f; font-weight: 300; line-height: 1.5; }
.input-error { border-color: rgba(178, 74, 31, 0.6) !important; box-shadow: 0 0 0 3px rgba(178, 74, 31, 0.08) !important; }
.hint { margin-top: 0.4rem; font-size: 0.75rem; color: var(--mist); font-weight: 300; line-height: 1.5; }

/* WHAT TO EXPECT */
.what-expect { background: var(--forest); padding: 6rem 4rem; }
.what-expect-inner { max-width: 1200px; margin: 0 auto; }
.what-expect h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); color: var(--sand); font-weight: 300; }
.what-expect .section-label { color: var(--gold); }
.expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3.5rem; }
.expect-card { min-width: 0; }
.expect-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold); opacity: 0.35; line-height: 1; margin-bottom: 0.8rem; font-weight: 300; }
.expect-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--sand); margin-bottom: 0.6rem; font-weight: 400; }
.expect-card p { font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.8; font-weight: 300; }

/* FAQ */
.faq-section { background: var(--sand); padding: 6rem 4rem; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-intro p { font-size: 0.9rem; color: #555; line-height: 1.9; font-weight: 300; margin-top: 1.5rem; }
.faq-list { margin-top: 3rem; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid rgba(196,98,45,0.2); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 1.4rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-question span { font-family: 'Josefin Sans', sans-serif; font-size: 0.85rem; font-weight: 400; color: var(--forest); letter-spacing: 0.04em; }
.faq-icon { font-size: 1.2rem; color: var(--terracotta); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 1.2rem; }
.faq-answer p { font-size: 0.85rem; color: #666; line-height: 1.9; font-weight: 300; }

/* FOOTER */
footer { background: var(--ink); padding: 5rem 4rem 2rem; color: rgba(255,255,255,0.6); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.75rem; align-items: start; margin-bottom: 4rem; }
.footer-brand .nav-logo { font-size: 1.9rem; display: inline-block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.8rem; line-height: 1.8; font-weight: 300; max-width: 280px; }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col ul a { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-col ul a:hover { color: var(--sand); }
.footer-social { display: flex; gap: 1rem; margin-top: 1.8rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.5); cursor: pointer; transition: border-color 0.2s, color 0.2s; text-decoration: none; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.72rem; }
.footer-bottom .legal { display: flex; gap: 2rem; }
.footer-bottom .legal a { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom .legal a:hover { color: var(--sand); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }

.mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(26,26,24,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--sand); text-decoration: none; letter-spacing: 0.06em; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 2rem; right: 2rem; font-size: 1.5rem; color: rgba(255,255,255,0.5); cursor: pointer; background: none; border: none; }

@media (max-width: 1024px) {
  .contact-main { padding: 5rem 2rem; }
  nav { padding: 1.2rem 2rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-radio-group--chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expect-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .page-hero-content { padding: 2rem 2rem; }
  .quick-strip { padding: 1.2rem 2rem; }
  .faq-section, .what-expect { padding: 5rem 2rem; }
  .agency-network-grid{grid-template-columns:1fr;}
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .form-radio-group--chips { grid-template-columns: 1fr; }
  .expect-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .quick-strip-inner { gap: 1.5rem; }
}