/* Shutter Host Tours — public tour page + grid. Black canvas, bronze accent,
   uppercase Montserrat — matches ctphotography.com.au (Novo theme). Scoped
   under .sh-tour / .sh-tours-grid so it coexists with the theme. Re-tint the
   whole skin by editing the six tokens below. */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

.sh-tour, .sh-tours-grid {
  --sht-bg: #000000;
  --sht-surface: #141414;
  --sht-surface-2: #1c1a17;
  --sht-accent: #c48f56;
  --sht-text: #ffffff;
  --sht-text-2: #b3b3b3;
  --sht-border: rgba(255, 255, 255, 0.12);
  --sht-accent-border: rgba(196, 143, 86, 0.42);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
}
.sh-tour {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 16px 72px;
  color: var(--sht-text);
}

/* Eyebrow label — small uppercase bronze kicker above titles */
.sh-tour-eyebrow {
  margin: 0 0 10px;
  font-size: 0.7em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--sht-accent);
}

/* Hero — flat black by default; full-bleed darkened image when a featured
   image is set (the template adds --hero-image + the --image modifier). */
.sh-tour-hero {
  position: relative;
  padding: 40px 30px 32px;
  border-radius: 14px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid var(--sht-border);
}
.sh-tour-hero--image {
  border: 0;
  padding: 96px 30px 34px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}
.sh-tour-hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.82) 100%);
}
.sh-tour-hero > * { position: relative; }
.sh-tour-title {
  margin: 0;
  color: #fff;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sh-tour-destination {
  margin: 14px 0 0;
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: 0.04em;
  color: #e6e6e6;
}
.sh-tour-dates {
  margin: 6px 0 0;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: #c9c9c9;
}

/* Content sections — dark cards with hairline borders */
.sh-tour-section {
  margin-top: 22px;
  padding: 24px;
  background: var(--sht-surface);
  border: 1px solid var(--sht-border);
  border-radius: 14px;
}
.sh-tour-section h2 {
  margin: 0 0 16px;
  font-size: 0.78em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--sht-accent);
}
.sh-tour-description { color: var(--sht-text-2); line-height: 1.7; }
.sh-tour-description a { color: var(--sht-accent); }

/* Pricing */
.sh-tour-price-cards { display: flex; gap: 12px; flex-wrap: wrap; }
.sh-tour-price-card {
  flex: 1 1 180px;
  padding: 16px 18px;
  border-radius: 10px;
  background: var(--sht-surface-2);
  border: 1px solid var(--sht-border);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sh-tour-price-card:first-child { border-color: var(--sht-accent-border); }
.sh-tour-price-label {
  font-size: 0.7em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sht-text-2);
}
.sh-tour-price-card:first-child .sh-tour-price-label { color: var(--sht-accent); }
.sh-tour-price-value { font-size: 1.6em; font-weight: 700; color: #fff; }
.sh-tour-spots {
  margin: 16px 0 0;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.08em;
  color: var(--sht-accent);
}

/* Itinerary */
.sh-tour-day { padding: 16px 0; border-top: 1px solid var(--sht-border); }
.sh-tour-day:first-of-type { border-top: 0; padding-top: 4px; }
.sh-tour-day h3 {
  margin: 0 0 12px;
  font-size: 0.85em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.sh-tour-stops { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.sh-tour-stop {
  padding: 12px 14px;
  background: var(--sht-surface-2);
  border: 1px solid var(--sht-border);
  border-radius: 8px;
}
.sh-tour-stop-name { font-weight: 500; margin-right: 8px; color: #fff; }
.sh-tour-badge {
  display: inline-block;
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--sht-text-2);
  vertical-align: middle;
}
.sh-tour-badge-sunrise,
.sh-tour-badge-golden-hour,
.sh-tour-badge-sunset {
  background: var(--sht-accent);
  color: #1a1207;
}
.sh-tour-badge-blue-hour,
.sh-tour-badge-astro {
  background: #1e2a3f;
  color: #cfe0ff;
}
.sh-tour-stop-notes { margin: 8px 0 0; font-size: 0.9em; color: var(--sht-text-2); line-height: 1.6; }
.sh-tour-teaser { margin: 10px 0 0; font-weight: 500; font-style: italic; color: #8f8f8f; }

/* Enquiry form */
.sh-tour-form { display: flex; flex-direction: column; gap: 14px; }
.sh-tour-field { display: flex; flex-direction: column; gap: 6px; font-weight: 500; }
.sh-tour-field span {
  font-size: 0.7em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sht-text-2);
}
.sh-tour-field input,
.sh-tour-field select,
.sh-tour-field textarea {
  font: inherit;
  font-weight: 400;
  color: #fff;
  background: var(--sht-surface-2);
  border: 1px solid var(--sht-border);
  border-radius: 6px;
  padding: 11px 13px;
}
.sh-tour-field input:focus,
.sh-tour-field select:focus,
.sh-tour-field textarea:focus {
  outline: none;
  border-color: var(--sht-accent);
}
/* Outlined bronze button, matching the site's button language */
.sh-tour-submit {
  align-self: flex-start;
  font: inherit;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sht-accent);
  background: transparent;
  border: 1px solid var(--sht-accent);
  border-radius: 2px;
  padding: 14px 32px;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}
.sh-tour-submit:hover { background: var(--sht-accent); color: #1a1207; }
.sh-tour-notice {
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.92em;
}
.sh-tour-notice-success { background: rgba(95, 191, 130, 0.14); color: #8fe3ab; border: 1px solid rgba(95, 191, 130, 0.4); }
.sh-tour-notice-error { background: rgba(224, 106, 106, 0.14); color: #f3a3a3; border: 1px solid rgba(224, 106, 106, 0.4); }
.sh-hp { position: absolute !important; left: -9999px !important; }

/* Upcoming-tours grid — dark image-forward cards */
.sh-tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}
.sh-tour-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  background: var(--sht-surface);
  border: 1px solid var(--sht-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}
.sh-tour-card:hover { border-color: var(--sht-accent); transform: translateY(-2px); }
.sh-tour-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #0a0a0a;
}
.sh-tour-card-body { display: flex; flex-direction: column; gap: 5px; padding: 16px 18px 18px; }
.sh-tour-card-title {
  font-weight: 600;
  font-size: 1.05em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sh-tour-card-destination { color: var(--sht-text-2); font-weight: 500; font-size: 0.9em; }
.sh-tour-card-dates { color: var(--sht-accent); font-size: 0.82em; letter-spacing: 0.04em; }
.sh-tours-empty { color: var(--sht-text-2); font-family: "Montserrat", system-ui, sans-serif; }
