/* ============================================================
   SHIVPUJA MANAGEMENT, LLC
   Stylesheet for the main site (index, services, contact)
   Palette: MESA CHALK, SAGE BRUSH INK, DEEP AMETHYST,
   RUST CANYON, DRAWING SAND, GYPSUM WHITE, CANYON NIGHT.
   All colors are solid hex values blended onto their bands.
   ============================================================ */

* {
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  background: #F0EBE2;
  color: #33322C;
  overflow-x: hidden;
}

a {
  color: #584890;
  text-decoration: none;
}

/* ---------- shared container ---------- */
.site-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ============================================================
   STATION CANOPY NAV
   ============================================================ */
.stationcanopy {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #F0EBE2;
  border-bottom: 2px solid #9E5A42;
}
.stationcanopy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}
/* horizon rule: thin rust over chalk */
.stationcanopy::after {
  content: "";
  display: block;
  height: 2px;
  background: #584890;
  margin: 0;
}
.stationcanopy-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.stationcanopy-plate {
  background: #584890;
  color: #F0EBE2;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 10px 18px;
  box-shadow: 0 5px 0 #2C2438;
}
.stationcanopy-plate a {
  color: #F0EBE2;
}
/* cairn glyph: three stacked stones */
.stationcanopy-cairn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
}
.cairn-stone {
  border-radius: 50%;
  background: #9E5A42;
}
.cairn-stone.one {
  width: 8px;
  height: 8px;
}
.cairn-stone.two {
  width: 12px;
  height: 12px;
  border-radius: 60% 40% 50% 50%;
  background: #584890;
}
.cairn-stone.three {
  width: 16px;
  height: 10px;
  border-radius: 40% 60% 40% 60%;
  background: #33322C;
}
.stationcanopy-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stationcanopy-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* trail-stone chips with amethyst underside */
.stationcanopy a.trail {
  display: inline-block;
  padding: 8px 16px;
  background: #E7DFCE;
  color: #33322C;
  font-weight: 600;
  border: 1px solid #C9BFA8;
  border-radius: 8px;
}
.stationcanopy a.trail:nth-child(odd) {
  box-shadow: 0 4px 0 #9E5A42;
}
.stationcanopy a.trail:nth-child(even) {
  box-shadow: 0 4px 0 #584890;
}
.stationcanopy a.trail:hover {
  background: #FAF7F0;
}
.stationcanopy a.cta {
  display: inline-block;
  padding: 9px 18px;
  background: #584890;
  color: #F0EBE2;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px;
  border: 1px solid #442E74;
}
.stationcanopy a.cta:hover {
  background: #442E74;
}
.stationcanopy-toggle {
  display: none;
  background: #584890;
  color: #F0EBE2;
  border: 0;
  font-size: 18px;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

/* ---------- noscript + js reveal ---------- */
html.no-js .reveal {
  opacity: 1;
  transform: none;
}
html.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
html.js .reveal.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   DUSK MESA HERO
   ============================================================ */
.duskmesa {
  background: #584890;
}
.duskmesa-inner {
  max-width: 1240px;
  margin: 0 auto;
}
/* upper dusk view band */
.dusk-sky {
  position: relative;
  background: #584890;
  height: 300px;
  overflow: hidden;
}
.dusk-canopy-edge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  background: #33322C;
}
.hanging-light {
  position: absolute;
  top: 26px;
  left: 160px;
  width: 6px;
  height: 44px;
  background: #33322C;
}
.hanging-light::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -10px;
  width: 26px;
  height: 14px;
  border-radius: 50% 50% 0 0;
  background: #F0EBE2;
}
.hanging-light::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -7px;
  width: 16px;
  height: 6px;
  border-radius: 3px;
  background: #FAF7F0;
}
.first-star {
  position: absolute;
  top: 60px;
  right: 200px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F0EBE2;
}
/* mesa silhouettes layering toward horizon at bottom of sky band */
.mesa-one,
.mesa-two,
.mesa-three,
.mesa-four {
  position: absolute;
  bottom: 0;
}
.mesa-one {
  left: 0;
  width: 30%;
  height: 60px;
  background: #442E74;
  clip-path: polygon(0 100%, 0 40%, 20% 30%, 40% 55%, 70% 20%, 100% 60%, 100% 100%);
}
.mesa-two {
  left: 24%;
  width: 40%;
  height: 90px;
  background: #9E5A42;
  clip-path: polygon(0 100%, 0 45%, 30% 25%, 55% 55%, 80% 30%, 100% 55%, 100% 100%);
}
.mesa-three {
  right: 0;
  width: 34%;
  height: 80px;
  background: #2C2438;
  clip-path: polygon(0 100%, 0 30%, 25% 55%, 55% 25%, 80% 50%, 100% 20%, 100% 100%);
}
.mesa-four {
  bottom: 0;
  left: 55%;
  width: 20%;
  height: 120px;
  background: #33322C;
  clip-path: polygon(0 100%, 15% 30%, 40% 60%, 70% 25%, 100% 55%, 100% 100%);
}
.dusk-shade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #2C2438;
}

/* field desk lower band */
.field-desk {
  background: #E7DFCE;
  padding: 44px 0;
}
.field-desk-grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.field-desk-copy {
  flex: 1 1 auto;
}
.field-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9E5A42;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.field-desk h1 {
  font-size: 46px;
  line-height: 1.15;
  color: #33322C;
  margin: 0 0 18px 0;
}
.desk-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.memo-stamp {
  display: inline-block;
  background: #584890;
  color: #F0EBE2;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 14px;
  transform: rotate(-3deg);
  border-radius: 6px;
  border: 1px solid #442E74;
}
.field-desk .lead-paragraph {
  font-size: 19px;
  color: #33322C;
  max-width: 640px;
  margin: 0 0 26px 0;
}
.field-desk .lead-paragraph strong {
  color: #584890;
}
.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-solid {
  background: #584890;
  color: #F0EBE2;
}
.btn-solid:hover {
  background: #442E74;
}
.btn-outline {
  background: transparent;
  color: #33322C;
  border-color: #33322C;
}
.btn-outline:hover {
  background: #33322C;
  color: #F0EBE2;
}
.btn-light {
  background: #FAF7F0;
  color: #442E74;
}
.btn-light:hover {
  background: #E7DFCE;
}
.field-desk-props {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.tin-pot-cactus {
  margin: 0 0 0 auto;
  width: 120px;
  height: 150px;
  position: relative;
  background: transparent;
}
.pot-rim {
  position: absolute;
  bottom: 26px;
  left: 18px;
  width: 84px;
  height: 18px;
  background: #9E5A42;
  border-radius: 4px 4px 0 0;
}
.pot-body {
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 76px;
  height: 34px;
  background: #9E5A42;
  border-radius: 0 0 8px 8px;
}
.cactus-stem {
  position: absolute;
  bottom: 40px;
  left: 48px;
  width: 20px;
  height: 76px;
  background: #33322C;
  border-radius: 10px;
}
.cactus-arm-l,
.cactus-arm-r {
  position: absolute;
  width: 18px;
  height: 40px;
  background: #33322C;
  border-radius: 9px;
}
.cactus-arm-l {
  bottom: 70px;
  left: 30px;
  transform: rotate(24deg);
}
.cactus-arm-r {
  bottom: 84px;
  left: 66px;
  transform: rotate(-20deg);
}
.spine-l {
  position: absolute;
  width: 2px;
  height: 8px;
  background: #F0EBE2;
  left: 70px;
}
.battery-rack {
  background: #C9BFA8;
  border: 2px solid #9E5A42;
  border-radius: 8px;
  padding: 14px;
}
.battery-rack-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #33322C;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.battery-row {
  display: flex;
  gap: 8px;
}
.battery-cell {
  flex: 1;
  height: 34px;
  background: #F0EBE2;
  border-radius: 4px;
  border: 2px solid #33322C;
}
.battery-cell.on {
  background: #584890;
}
.battery-cell.mixed {
  background: #9E5A42;
}

/* ============================================================
   PORTFOLIO MOSAIC + DESK WALK
   ============================================================ */
.portfolio-band {
  padding: 64px 0 8px 0;
}
.portfolio-head {
  margin: 0 0 34px 0;
}
.portfolio-head h2 {
  font-size: 34px;
  margin: 0 0 8px 0;
  color: #33322C;
}
.portfolio-head .lead-line {
  color: #33322C;
  font-size: 18px;
  max-width: 720px;
  margin: 0;
}

.mosaicgrid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  background: #E7DFCE;
  border: 2px solid #584890;
  border-radius: 6px;
  overflow: hidden;
}
.mosaic-tile {
  position: relative;
  background: #E7DFCE;
  border: 1px solid #C9BFA8;
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: background .3s ease;
}
.mosaic-tile:hover {
  background: #FAF7F0;
}
.mosaic-tile.span-row2 {
  grid-row: span 2;
}
.mosaic-tile.span-col2 {
  grid-column: span 2;
}
.mosaic-index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #584890;
  color: #F0EBE2;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 12px;
}
.mosaic-title {
  font-size: 22px;
  margin: 0 0 8px 0;
  color: #33322C;
}
.mosaic-copy {
  font-size: 15px;
  color: #413E35;
  margin: 0 0 12px 0;
  line-height: 1.6;
}
.mosaic-tile .more-link {
  margin-top: auto;
  font-weight: 700;
  color: #584890;
  border-bottom: 1px solid #584890;
  align-self: flex-start;
}
.mosaic-tile .more-link:hover {
  color: #442E74;
  border-color: #442E74;
}

/* first column tall tiles arrangement */
.mosaic-tile.t1 {
  grid-column: 1;
  grid-row: span 2;
}
.mosaic-tile.t2 {
  grid-column: 2;
  grid-row: span 2;
}
.mosaic-tile.t3 {
  grid-column: 3 / span 2;
  grid-row: 1;
}
.mosaic-tile.t4 {
  grid-column: 3;
  grid-row: 2;
}
.mosaic-tile.t5 {
  grid-column: 4;
  grid-row: 2;
}
.mosaic-tile.t6 {
  grid-column: 1 / span 4;
  grid-row: 3;
}

/* ============================================================
   DESK WALK
   ============================================================ */
.deskwalk {
  background: #9E5A42;
  padding: 64px 0;
  margin-top: 56px;
}
.deskwalk-head {
  color: #F0EBE2;
  text-align: center;
  margin: 0 0 40px 0;
}
.deskwalk-head .lead-line {
  color: #F0EBE2;
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
}
.deskwalk-trays {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.walk-tray {
  flex: 1 1 220px;
  background: #E7DFCE;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #F0EBE2;
}
.walk-tray.tilt-a {
  transform: rotate(1.5deg);
}
.walk-tray.tilt-b {
  transform: rotate(-1.5deg);
}
.walk-step {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #584890;
  font-weight: 700;
  margin: 0 0 6px 0;
}
.walk-tray h3 {
  color: #33322C;
  margin: 0 0 10px 0;
  font-size: 22px;
}
.walk-tray p {
  color: #413E35;
  margin: 0;
  font-size: 15px;
}

/* ============================================================
   ACCENT BAND (booking band split)
   ============================================================ */
.accentband {
  display: flex;
  min-height: 250px;
}
.accentband-left {
  flex: 0 0 60%;
  background: #584890;
  color: #F0EBE2;
  padding: 48px;
}
.accentband-left h2 {
  font-size: 30px;
  color: #F0EBE2;
  margin: 0 0 10px 0;
}
.accentband-left p {
  color: #F0EBE2;
  font-size: 17px;
  max-width: 540px;
  margin: 0 0 24px 0;
}
.accentband-left p strong {
  color: #F0EBE2;
}
.accentband-right {
  flex: 0 0 40%;
  background: #9E5A42;
  padding: 48px;
}
.accentband-right h3 {
  color: #F0EBE2;
  font-size: 20px;
  margin: 0 0 16px 0;
}
.contact-fact {
  color: #F0EBE2;
  margin: 0 0 14px 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-fact span.small {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F0EBE2;
}
.contact-fact a.station {
  color: #F0EBE2;
  text-decoration: underline;
}

/* ============================================================
   HORIZON WORDMARK FOOTER
   ============================================================ */
.horizonword {
  background: #2C2438;
  color: #F0EBE2;
  border-top: 2px solid #9E5A42;
  padding: 0 0 20px 0;
}
.horizonword-wordmark {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 70px;
  text-align: center;
}
.horizonword-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 6px;
  color: #584890;
  font-weight: 800;
  max-height: 84px;
  overflow: hidden;
}
.horizonword-cairnline {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 6px 0 20px 0;
}
.horizonword-cairnline .cairn-stone {
  display: inline-block;
  margin: 0 4px;
  vertical-align: bottom;
}
.footer-links-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 6px 0 20px 0;
}
.footer-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.footer-link-group a {
  color: #F0EBE2;
  border-bottom: 1px solid #F0EBE2;
}
.footer-link-group a:hover {
  border-color: #9E5A42;
  color: #E7DFCE;
}
.footer-base {
  position: relative;
  z-index: 1;
  border-top: 1px solid #584890;
  padding: 18px 0 8px 0;
  color: #E7DFCE;
  font-size: 14px;
}
.footer-base .base-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.footer-base .legal-facts {
  line-height: 1.6;
}
.footer-base a {
  color: #F0EBE2;
  text-decoration: underline;
}

/* ============================================================
   PAGE-HEAD (shared sub-page hero for services & contact)
   ============================================================ */
.pagehead {
  background: #584890;
  color: #F0EBE2;
  padding: 64px 0 56px 0;
}
.pagehead-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F0EBE2;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.pagehead h1 {
  font-size: 44px;
  margin: 0 0 16px 0;
  color: #FAF7F0;
  line-height: 1.15;
}
.pagehead .lead-line {
  color: #F0EBE2;
  font-size: 19px;
  max-width: 700px;
  margin: 0;
}

/* ============================================================
   SERVICES PAGE — six programmes + process
   ============================================================ */
.services-band {
  padding: 64px 0 8px 0;
}
.service-block {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 2px solid #C9BFA8;
}
.service-block:last-child {
  border-bottom: 0;
}
.service-side {
  text-align: center;
}
.service-index {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #584890;
  color: #F0EBE2;
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  margin: 0 auto 14px auto;
}
.service-rule {
  width: 2px;
  height: 100%;
  min-height: 160px;
  margin: 0 auto;
  background: #9E5A42;
}
.service-block h2 {
  font-size: 27px;
  color: #33322C;
  margin: 0 0 14px 0;
}
.service-block p {
  color: #3C3830;
  margin: 0 0 14px 0;
}
.process-band {
  margin-top: 30px;
  background: #E7DFCE;
  border: 2px solid #584890;
  border-radius: 8px;
  padding: 40px 34px;
}
.process-band h2 {
  font-size: 28px;
  color: #33322C;
  margin: 0 0 10px 0;
}
.process-band > p.intro {
  color: #33322C;
  font-size: 17px;
  margin: 0 0 24px 0;
  max-width: 760px;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.process-step {
  flex: 1 1 160px;
  background: #FAF7F0;
  padding: 20px;
  border-left: 4px solid #584890;
}
.process-step h3 {
  font-size: 18px;
  color: #584890;
  margin: 0 0 8px 0;
}
.process-step p {
  color: #3C3830;
  font-size: 15px;
  margin: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-band {
  padding: 60px 0 10px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-form-panel {
  background: #E7DFCE;
  border: 2px solid #9E5A42;
  border-radius: 8px;
  padding: 34px;
}
.contact-form-panel h2 {
  color: #33322C;
  font-size: 26px;
  margin: 0 0 22px 0;
}
.field-group {
  margin: 0 0 18px 0;
}
.field-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #584890;
  margin: 0 0 6px 0;
}
.field-group input,
.field-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  color: #33322C;
  background: #FAF7F0;
  border: 2px solid #C9BFA8;
  border-radius: 6px;
}
.field-group textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-details-panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.detail-card {
  background: #E7DFCE;
  border: 2px solid #C9BFA8;
  border-radius: 8px;
  padding: 26px;
}
.detail-card h3 {
  color: #584890;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.detail-card p {
  color: #33322C;
  margin: 0 0 8px 0;
}
.detail-card a {
  color: #584890;
  font-weight: 700;
  border-bottom: 1px solid #584890;
}
.contact-note-sent {
  display: none;
  background: #584890;
  color: #FAF7F0;
  padding: 14px 16px;
  border-radius: 6px;
  margin: 0 0 18px 0;
}

/* FAQ */
.faq-band {
  padding: 44px 0 20px 0;
}
.faq-band h2 {
  font-size: 30px;
  color: #33322C;
  margin: 0 0 24px 0;
}
.faq-item {
  background: #E7DFCE;
  border: 1px solid #C9BFA8;
  border-radius: 8px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
.faq-question {
  padding: 20px 24px;
  font-size: 19px;
  font-weight: 700;
  color: #584890;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}
.faq-question::after {
  content: "+";
  font-size: 26px;
  color: #9E5A42;
  font-weight: 400;
}
.faq-item.open .faq-question::after {
  content: "-";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-answer-inner {
  padding: 0 24px 22px 24px;
  color: #33322C;
}
.faq-answer p {
  margin: 0 0 10px 0;
}
.faq-answer p:last-child {
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .stationcanopy-toggle {
    display: block;
  }
  .stationcanopy-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 6px;
    padding: 14px 20px;
    background: #F0EBE2;
    border-bottom: 2px solid #584890;
    display: none;
  }
  .stationcanopy-links.open {
    display: flex;
  }
  .stationcanopy a.trail,
  .stationcanopy a.cta {
    width: 100%;
    text-align: center;
  }
  .field-desk-grid {
    flex-direction: column;
  }
  .field-desk-props {
    flex-direction: row;
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .field-desk h1 {
    font-size: 34px;
  }
  .accentband {
    flex-direction: column;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .mosaicgrid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .mosaic-tile.t1,
  .mosaic-tile.t2 {
    grid-column: span 1;
    grid-row: auto;
  }
  .mosaic-tile.t3 {
    grid-column: span 2;
    grid-row: auto;
  }
  .mosaic-tile.t4,
  .mosaic-tile.t5 {
    grid-column: span 1;
    grid-row: auto;
  }
  .mosaic-tile.t6 {
    grid-column: 1 / span 2;
    grid-row: auto;
  }
  .horizonword-wordmark {
    font-size: 52px;
  }
}

@media (max-width: 560px) {
  .stationcanopy-plate {
    font-size: 18px;
  }
  .site-wrap {
    padding: 0 18px;
  }
}
