/* ============================================================
   SACHIYA TRAVELS — design tokens
   Palette: Jodhpur-blue night, sandstone, marigold, haveli-red
   Type: Cormorant Garamond (display) + Work Sans (body)
         + JetBrains Mono (numbers, phone, data — deliberately
           modern/technical against the ornate serif)
   Signature: the jaali (lattice window) motif, used as a real
   architectural reference rather than a decorative border.
   ============================================================ */

:root {
  /* dark brown-maroon (dusk over a sandstone haveli) replaces the old navy */
  --night:        #2B1710;
  --night-2:      #3A2013;
  --sandstone:    #F3E9DC;
  --sandstone-2:  #EAD9C2;
  /* orange sampled directly from the Sachiya Travels logo mark */
  --marigold:     #D74C21;
  --marigold-deep:#B23A18;
  --haveli-red:   #B23A18;
  --ink:          #241C15;
  --cream-text:   #FBF3E7;
  --line:         rgba(36,28,21,0.12);
  --line-dark:    rgba(251,243,231,0.16);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Work Sans', -apple-system, Segoe UI, sans-serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;

  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sandstone);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.mono { font-family: var(--font-mono); }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

:focus-visible {
  outline: 2px solid var(--marigold);
  outline-offset: 3px;
}

/* ---------- eyebrows / section titles ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--marigold);
  margin: 0 0 14px;
}
.eyebrow-dark { color: var(--haveli-red); }
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin: 0 0 44px;
  max-width: 620px;
}
.section-title--light { color: var(--cream-text); }

/* ============================================================
   TOP TICKER — the "comment" strip
   ============================================================ */
.ticker-band {
  background: var(--night);
  color: var(--cream-text);
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid var(--marigold);
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 8px 0;
  font-size: 12px;
  font-family: var(--font-mono);
  animation: ticker 32s linear infinite;
}
.ticker-band:hover .ticker-track { animation-play-state: paused; }
.ticker-item { white-space: nowrap; }
.ticker-item em { font-family: var(--font-body); font-style: italic; opacity: .8; }
.ticker-sep { color: var(--marigold); }
@media (max-width: 560px) {
  .ticker-track {
    gap: 16px;
    padding: 7px 0;
    font-size: 11px;
  }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: var(--sandstone);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 55px; height: 55px;
  border-radius: 6px;
  object-fit: cover;
  flex: none;
  box-shadow: 0 0 0 1px var(--line);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 32px; }
.brand-sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--haveli-red); }
.nav { display: flex; gap: 28px; font-size: 14.5px; font-weight: 500; }
.nav a { border-bottom: 1px solid transparent; padding-bottom: 3px; }
.nav a:hover { border-color: var(--haveli-red); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-call {
  font-family: var(--font-mono);
  font-weight: 500;
  border: 1px solid var(--haveli-red);
  color: var(--haveli-red);
}
.btn-call:hover { background: var(--haveli-red); color: var(--cream-text); }
.btn-primary { background: var(--marigold); color: var(--cream-text); }
.btn-primary:hover { background: var(--marigold-deep); }
.btn-ghost {
  background: #008000;
  border-color: #008000;
  color: #fff;
}
.btn-ghost:hover {
  background: #006400;
}
.btn-block { width: 100%; justify-content: center; }

/* ============================================================
   HERO + jaali lattice signature
   ============================================================ */
.hero {
  position: relative;
  background: linear-gradient(155deg, var(--night) 0%, var(--night-2) 100%);
  color: var(--cream-text);
  overflow: hidden;
  padding: 96px 0 64px;
}
.jaali-frame {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(45deg, transparent 46%, var(--marigold) 46%, var(--marigold) 50%, transparent 50%),
    linear-gradient(-45deg, transparent 46%, var(--marigold) 46%, var(--marigold) 50%, transparent 50%);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 90%);
  pointer-events: none;
}
.jaali-frame--flip { transform: scaleY(-1); opacity: 0.10; }
.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero-text { max-width: 620px; }
.hero-visual {
  position: relative;
  margin: 0;
  /* jharokha arch: rounded top, square base, like a haveli window frame */
  border-radius: 220px 220px 12px 12px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45);
  aspect-ratio: 3 / 4;
}
.hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero-visual::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 10px var(--sandstone), inset 0 0 0 12px var(--marigold);
  pointer-events: none;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 14px; left: 0; right: 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .03em;
  color: var(--cream-text);
  opacity: .75;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 5.4vw, 54px);
  line-height: 1.12;
  margin: 0 0 22px;
}
.hero-title em { color: var(--marigold); font-style: italic; }
.hero-lede { font-size: 17px; line-height: 1.6; max-width: 480px; color: rgba(245,239,225,0.86); margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats { display: flex; gap: 42px; margin: 0; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.hero-stats dt { font-family: var(--font-mono); font-size: 26px; color: var(--marigold); margin: 0; }
.hero-stats dd { margin: 4px 0 0; font-size: 12.5px; letter-spacing: .02em; color: rgba(245,239,225,0.7); }

/* ============================================================
   FOUNDER QUOTE STRIP
   ============================================================ */
.quote-strip {
  background: var(--sandstone-2);
  border-bottom: 1px solid var(--line);
  padding: 48px 0;
}
.quote-inner { max-width: 720px; }
.quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(19px, 2.6vw, 24px);
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 16px;
  border-left: 3px solid var(--marigold);
  padding-left: 20px;
}
.quote-attr {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--haveli-red);
  margin: 0;
  padding-left: 23px;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip { background: var(--sandstone-2); border-bottom: 1px solid var(--line); }
.trust-inner {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .02em;
  color: var(--night);
}
.trust-inner .dot { color: var(--haveli-red); }

/* ============================================================
   SERVICES
   ============================================================ */
.services { padding: 88px 0; background: var(--sandstone); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.service-card {
  background: var(--sandstone);
  padding: 34px 28px;
}
.service-icon { color: var(--haveli-red); margin-bottom: 18px; display: block; }
.service-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
.service-card p { font-size: 14.5px; line-height: 1.55; margin: 0; color: #46423a; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  position: relative;
  background: var(--night);
  padding: 88px 0 72px;
  overflow: hidden;
}
.testimonial-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--night-2);
  border: 1px solid var(--line-dark);
  border-top: 2px solid var(--marigold);
  padding: 26px 24px;
  margin: 0;
}
.testimonial-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--cream-text);
  margin: 0 0 16px;
}
.testimonial-card figcaption {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--marigold);
}
.google-link {
  position: relative; z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--cream-text);
  border-bottom: 1px solid var(--marigold);
  padding-bottom: 2px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: 88px 0; background: var(--sandstone); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-lede { font-size: 15.5px; line-height: 1.6; color: #46423a; max-width: 420px; margin: 0 0 32px; }
.contact-details { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.contact-details li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; }
.contact-details svg { color: var(--haveli-red); flex: none; }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
}
.form-row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.form-row--split { flex-direction: row; gap: 16px; }
.form-row--split > div { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.form-row--hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn[disabled] { opacity: .6; cursor: not-allowed; }
.contact-form label { font-size: 12.5px; font-weight: 600; letter-spacing: .02em; }
.contact-form input, .contact-form textarea {
  font-family: var(--font-body);
  font-size: 14.5px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--sandstone);
  color: var(--ink);
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--haveli-red); }
.form-note { font-size: 13px; margin: 12px 0 0; min-height: 1em; color: var(--haveli-red); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--night); color: rgba(245,239,225,0.7); }
.footer-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding: 22px 28px;
  font-size: 12.5px;
  font-family: var(--font-mono);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 320px; margin: 0 auto; order: -1; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 28px; }
}
@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .header-inner { padding: 14px 20px; }
  .btn-call span { display: none; }
  .form-row--split { flex-direction: column; }
}
