/* =========================
   BASE RESET
========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  background: #faf7f2;
  line-height: 1.5;
}

.error-page {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  background: white;
}

.error-page h1 {
  font-family: "Satisfy", cursive;
  font-size: 3rem;
  color: #b3001b;
  margin-bottom: 16px;
}

.error-page p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.error-page .footer-btn {
  display: inline-block;
}

.site-header + .error-page,
.error-page + .site-footer {
  margin-top: 20px;
}

.error-illustration {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  opacity: 0.95;
}

/* =========================
   HEADER (FUNCTIONAL BAR)
========================= */

.site-header {
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #faf7f2;
  border-bottom: 1px solid #e6e0d8;
  gap: 20px;
}

/* Brand block (stacked name system) */

.brand-name {
  display: inline-block;
  line-height: 0.9;
  font-family: "Great Vibes", cursive;
  color: #b3001b;
  margin: 0;
}

.brand-name .line1 {
  display: block;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1;
}

.brand-name .line2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-left: 1.2em;
  margin-top: -6px;
  /* reintroduce controlled compression */
  line-height: 1;
}

.brand-name-footer {
  display: inline-block;
  line-height: 0.9;
  font-family: "Great Vibes", cursive;
  color: #b3001b;
}

.brand-name-footer .line1 {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
}

.brand-name-footer .line2 {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  margin-left: 1.2em;
  margin-top: -4px;
  line-height: 1;
}

/* Center header text (tagline / role) */

.header-center {
  font-size: 0.95rem;
  color: #444;
  text-align: center;
  flex: 1;
}

/* Contact area */

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;

  width: 160px;

  text-decoration: none;
  color: #b3001b;

  padding: 2px 0;
  line-height: 1.2;
}

.call-button,
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 12px;
  border-radius: 6px;

  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;

  white-space: nowrap;
  min-width: 180px;
  /* key fix */
}

.call-button {
  border: 1px solid #ccc;
  color: #333;
  background: transparent;
}

.contact-button {
  background: #b3001b;
  border: 1px solid #b3001b;
  color: #fff;
}

.call-button:hover {
  border-color: #999;
  background: #f5f5f5;
}

.contact-button:hover {
  background: #8f0016;
  border-color: #8f0016;
}


/* =========================
   TYPOGRAPHY
========================= */

h2 {
  font-family: "Satisfy", cursive;
  font-weight: normal;
  color: #1f3a2e;
  text-align: center;
  margin: 0 0 20px 0;
}

h3 {
  font-family: "Satisfy", cursive;
  font-weight: normal;
  color: #2a4a3a;
  margin: 20px 0 10px;
  text-align: left;
}

p {
  margin: 0 0 12px;
}

/* =========================
   LAYOUT
========================= */

section {
  max-width: 1000px;
  margin: auto;
}

section:not(.hero):not(:first-of-type) {
  padding-top: 0px;
}

section:not(.hero) {
  padding: 40px 20px;
}

.content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-image {
  margin: 30px 0;
}

.content-image img {
  width: 100%;
  border-radius: 8px;
}

.float-right {
  float: right;
  width: 40%;
  margin: 10px 0 20px 20px;
}

.float-left {
  float: left;
  width: 40%;
  margin: 10px 20px 20px 0;
}

.hero {
  max-width: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.hero-media {
  height: calc(100vh - 120px);
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
}

.hero-line {
  font-size: 1.6rem;
  margin: 0 0 14px 0;
  font-weight: 400;
}

/* buttons */
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.btn.primary {
  background: #b3001b;
  color: white;
}

.btn.primary:hover {
  background: #8f0016;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* =========================
   PAGE HERO
========================= */

.page-hero {
  position: relative;
  margin: 0 auto 40px;
  padding: 60px 20px 30px;
  max-width: 800px;
  text-align: left;
  background: #faf7f2;
}

.page-hero+section {
  margin-top: 0;
}

.page-hero.with-image {
  position: relative;
  height: 40vh;
  padding: 0;
}

.page-hero.with-image .hero-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.page-hero .hero-overlay,
.page-hero .hero-content {
  position: static;
}

.page-hero h1 {
  margin-bottom: 10px;
}

.page-hero .lead {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

/* =========================
   EXPERIENCE CARDS
========================= */

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.experience-card {
  position: relative;
  display: block;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: white;
}

/* image layer */
.card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* dark overlay for readability */
.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.15) 40%,
      rgba(0, 0, 0, 0) 80%);
}

.experience-card.featured {
  border: 2px solid #b3001b;
  box-shadow: 0 0 0 2px rgba(179, 0, 27, 0.15);
}

.experience-card .card-content h3 {
  margin: 0;
  font-size: 1.1rem;
  font-family: Inter, sans-serif;
  color: #f5f5f5;
}

/* text layer */
.card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 16px;
  z-index: 2;
}

.card-content h3 {
  margin: 0;
  font-size: 1.1rem;
}

.card-content p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  opacity: 0.9;
}

.card-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(179, 0, 27, 0.9);
  color: white;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 20px 0 30px;
}

.expect-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  border: none;
}

.expect-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expect-card h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 12px;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.feature-image {
  margin: 60px 0;
}

.feature-image img {
  width: 100%;
  border-radius: 12px;
}

.story-image {
  margin: 40px auto;
  max-width: 900px;
}

.story-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.story-image figcaption {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin-top: 10px;
}


/* =========================
   CONNECT SECTION
========================= */

.connect {
  background: #ffffff;
  border-left: 6px solid #b3001b;
  padding: 20px 30px 30px;
  border-radius: 8px;
}

.connect h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.connect-actions {
  margin-top: 16px;
}

.connect .btn {
  margin-bottom: 12px;
  margin-top: 10px;
}

.connect p {
  margin-bottom: 8px;
}

.connect .contact-alt {
  margin-top: 0;
  opacity: 0.8;
  font-size: 0.9rem;
}

.contact-alt a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 0, 27, 0.4); /* your brand red tone */
}

.contact-alt a:hover {
  border-bottom-color: rgba(179, 0, 27, 0.9);
}
.contact-block {
  margin-top: 10px;
}

/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.btn.primary {
  background: #b3001b;
  color: white;
}

/* =========================
   SEASONAL FEATURE
========================= */

.feature {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #1f3a2e;
}

/* =========================
   FORM
========================= */

form {
  display: grid;
  gap: 10px;
  max-width: 500px;
  margin: auto;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
}

/* =========================
   FOOTER
========================= */

/* FOOTER BASE */

/* Reduce overall scale slightly */
.site-footer {
  background: #1f1f1f;
  color: #d6d6d6;
  padding: 32px 20px 16px;
  margin-top: 60px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
}

/* GRID LAYOUT */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

/* COLUMN */
.footer-col {
  line-height: 1.4;
}

/* BRAND */
.brand-name-footer {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  color: #b3001b;
  margin-bottom: 6px;
}

.footer-sub {
  opacity: 0.85;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

/* SECTION HEADINGS */
.footer-heading {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfcfcf;
  margin-bottom: 10px;
}

/* LINKS */
.footer-col a {
  color: #cfcfcf;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 0.85rem;
  opacity: 0.9;
}

.footer-col a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* BUTTON */
.footer-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: #b3001b;
  color: white !important;
  border-radius: 5px;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-contact-link {
  text-decoration: none;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-link .icon {
  display: inline-block;
  width: 1.4em;
  text-align: center;
}

.footer-col a.footer-primary {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #b3001b;
  color: white;
}

/* TRUST TEXT */
.footer-col p {
  margin: 3px 0;
  opacity: 0.85;
  font-size: 0.85rem;
}

/* BOTTOM BAR */
.footer-bottom {
  max-width: 1000px;
  margin: 18px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.7rem;
  opacity: 0.65;
}

/* SOCIAL */
.footer-social a {
  margin-right: 12px;
  color: #cfcfcf;
  text-decoration: none;
  opacity: 0.85;
}

.footer-social a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* LEGAL */
.footer-legal a {
  color: #cfcfcf;
  text-decoration: none;
  opacity: 0.75;
}

.footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* =========================
    CHRISTMAS IN JULY HERO
========================= */

.page-hero.christmas-in-july-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-hero.christmas-in-july-hero {
  position: relative;
  height: 40vh;
  min-height: 280px;
  max-height: 450px;

  background-image: url("/images/cij-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 0;
}

.page-hero.christmas-in-july-hero .hero-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: white;
}

/* =========================
   MEET SANTA
========================= */

.page-hero.meet-santa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-hero.meet-santa-hero {
  position: relative;
  height: 40vh;
  min-height: 280px;
  max-height: 450px;

  background-image: url("images/shake-my-hand.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 0;
}

.page-hero.meet-santa-hero .hero-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: white;
}

/* =========================
   HOLIDAY PHOTOS
========================= */

.page-hero.holiday-photos-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-hero.holiday-photos-hero {
  position: relative;
  height: 40vh;
  min-height: 280px;
  max-height: 450px;

  background-image: url("/images/milk-and-cookies.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 0;
}

.page-hero.holiday-photos-hero .hero-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: white;
}

/* =========================
   CHRISTMAS CONNECTIONS
========================= */

.page-hero.christmas-connections-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-hero.christmas-connections-hero {
  position: relative;
  height: 40vh;
  min-height: 280px;
  max-height: 450px;

  background-image: url("/images/bob-and-santa-hug.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 0;
}

.page-hero.christmas-connections-hero .hero-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: white;
}

/* =========================
   EVENT PAGE
========================= */
.event-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 0px;
}

.event-page section {
  margin: 28px 0;
}

.event-page .event-summary,
.event-page .event-details,
.event-page .admission,
.event-page .welcome,
.event-page .contact {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.event-page h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.event-page .experience-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.event-page .experience-grid>* {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.event-page .event-experience {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.event-page .expect-card::before,
.event-page .expect-card::after {
  display: none;
}

.event-page .expect-card {
  position: relative;
  background: #fff;
  padding: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.event-page .expect-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.event-page .expect-card h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 12px;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.event-page .event-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0));
  pointer-events: none;
}

.event-page .event-hero {
  position: relative;
  padding: 0;
}

.event-page .event-hero {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 12px;
}

.event-page .event-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.event-page .event-hero h1 {
  position: absolute;
  bottom: 70px;
  left: 30px;
  margin: 0;
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.event-page .event-hero p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.5),
    0 0 2px rgba(0, 0, 0, 0.35);
}

.event-page .details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.event-page .detail-card {
  background: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.event-page .detail-card h3 {
  font-family: Inter, sans-serif;
  margin: 0 0 6px 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f3a2e;
}

.event-page .detail-card p {
  margin: 0;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.4;
}

.event-page .detail-card p+p {
  margin-top: 4px;
}

.event-page .detail-card a {
  color: inherit;
  text-decoration: none;
}

.event-page .detail-card a:hover {
  text-decoration: underline;
}

.event-page .admission {
  background: #eaf6ef;
  /* soft mint flyer tone */
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.event-page .welcome {
  background: #fbfbf8;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.event-page .admission p,
.event-page .welcome p {
  margin: 6px 0;
  line-height: 1.4;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-page {
  max-width: 700px;
  margin: 0 auto;
}

.contact-page h1 {
  font-family: "Satisfy", cursive;
  font-size: 2.6rem;
  color: #b3001b;
  margin: 0 0 12px;
}
.contact-page > p {
  line-height: 1.6;
  margin-bottom: 28px;
}

.contact-page + .site-footer {
  margin-top: 0px;
}

.contact-direct {
  margin-bottom: 30px;
}

.contact-direct p {
  margin: 8px 0;
}

.contact-direct a {
  color: #2b2b2b;
  text-decoration: none;
}

.contact-direct a:hover {
  text-decoration: underline;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form label {
  font-weight: 600;
  margin-top: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .footer-btn {
  align-self: flex-start;
  margin-top: 16px;
}

.contact-trust {
  margin-top: 30px;
  font-size: 0.9rem;
  opacity: 0.8;
  text-align: center;
}

.form-success {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #e6dccd;
  background: #faf7f2;
  text-align: center;
  border-radius: 8px;
}

.form-success h2 {
  font-family: "Satisfy", cursive;
  color: #b3001b;
  margin-bottom: 10px;
}

.form-success p {
  font-family: Inter, sans-serif;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.success-link {
  display: inline-block;
  margin-top: 10px;
  color: #b3001b;
  text-decoration: none;
  font-weight: 600;
}

.success-link:hover {
  text-decoration: underline;
}

/* =========================
   MOBILE SAFETY
========================= */

@media (max-width: 700px) {
  .site-header {
    flex-direction: column;
    text-align: center;
  }

  .header-actions {
    justify-content: center;
  }

  .brand-name .line2 {
    margin-left: 0.6em;
  }
}

@media print {

  /* Remove decorative effects that break print */
  .event-page * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* Ensure backgrounds print where needed */
  body {
    background: #fff !important;
  }

  /* Hero image MUST explicitly print */
  .event-hero {
    overflow: visible !important;
  }

  .event-hero img {
    display: block !important;
    visibility: visible !important;
    max-height: none !important;
  }

  .experience-grid,
  .details-grid {
    display: block !important;
  }

  .expect-card,
  .detail-card {
    width: 100% !important;
    break-inside: avoid;
    margin-bottom: 12px;
  }

  .expect-card img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  /* Avoid overlay issues */
  .expect-card h3 {
    position: static !important;
    background: none !important;
    color: #000 !important;
  }

  /* Prevent awkward page gaps */
  .event-page {
    padding: 0 !important;
  }

  /* Keep cards readable in print */
  .expect-card,
  .detail-card,
  .admission,
  .welcome {
    background: #fff !important;
    border: 1px solid #ddd;
    break-inside: avoid;
  }
}