    :root {
      --navy: #071f3e;
      --navy-soft: #12385f;
      --green: #143f22;
      --green-soft: #286538;
      --paper: #fff8e8;
      --cream: #f7ecd2;
      --gold: #d8ab4a;
      --gold-light: #f3d98b;
      --red: #8e2222;
      --ink: #152012;
      --line: rgba(51, 67, 39, .22);
      --shadow: 0 22px 55px rgba(0, 0, 0, .26);
      --radius: 18px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at top, rgba(255,255,255,.22), transparent 35%),
        linear-gradient(135deg, #0a2b4b, #06182f 62%, #041122);
      font-family: "Libre Baskerville", Georgia, serif;
    }

    .page-wrap {
      min-height: 100svh;
      padding: clamp(.75rem, 2vw, 1.5rem);
      display: grid;
      place-items: center;
    }

    .camp-page {
      width: min(1100px, 100%);
      background: var(--paper);
      border: 3px solid var(--gold);
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .hero {
      position: relative;
      min-height: 380px;
      padding: clamp(1.3rem, 3vw, 2rem);
      display: grid;
      align-content: end;
      text-align: center;
      overflow: hidden;
      border-bottom: 4px solid var(--gold);
      background:
        linear-gradient(to bottom, rgba(7,31,62,.1), rgba(7,31,62,.78)),
        var(--navy);
    }

    /* Put your own nature image here later:
       Example: background-image: linear-gradient(...), url('/gallery/images/camp-background.jpg'); */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url('/boyscamp/images/camp_nature.png');
      background-size: cover;
      background-position: center;
      opacity: .95;
      z-index: 0;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, rgba(5, 18, 36, .05), rgba(5, 18, 36, .72)),
        radial-gradient(circle at center 20%, rgba(255,255,255,.22), transparent 38%);
      z-index: 1;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      width: min(950px, 100%);
      margin: 0 auto;
    }

    .cross-mark {
      color: var(--gold-light);
      font-size: clamp(1.8rem, 4vw, 3rem);
      margin-bottom: .6rem;
      text-shadow: 0 3px 10px rgba(0,0,0,.45);
    }

    h1 {
      margin: 0;
      font-family: "Playfair Display", "Cinzel", serif;
      font-size: clamp(3rem, 8vw, 6.3rem);
      line-height: .92;
      font-weight: 900;
      letter-spacing: .015em;
      color: #fff8e8;
      text-shadow: 0 4px 16px rgba(0,0,0,.55);
    }

    .subtitle {
      width: fit-content;
      margin: .9rem auto .55rem;
      padding: .35rem 1rem;
      color: #fff8e8;
      font-family: "Cinzel", serif;
      font-size: clamp(1rem, 2.4vw, 1.55rem);
      font-weight: 800;
      font-style: italic;
      letter-spacing: .04em;
      border-top: 1px solid rgba(243, 217, 139, .9);
      border-bottom: 1px solid rgba(243, 217, 139, .9);
      text-shadow: 0 2px 6px rgba(0,0,0,.45);
    }

    .date {
      margin: .3rem auto .7rem;
      color: var(--gold-light);
      font-family: "Oswald", sans-serif;
      font-size: clamp(2rem, 5.5vw, 4rem);
      font-weight: 700;
      letter-spacing: .075em;
      text-transform: uppercase;
      text-shadow: 0 4px 12px rgba(0,0,0,.48);
    }

    .sponsor-ribbon {
      display: inline-block;
      padding: .65rem 1.25rem;
      background: rgba(7,31,62,.88);
      color: white;
      border: 1px solid rgba(243,217,139,.85);
      border-radius: 999px;
      font-size: clamp(.92rem, 2vw, 1.15rem);
      font-weight: 700;
      box-shadow: 0 8px 20px rgba(0,0,0,.25);
    }

    .content {
      padding: clamp(.9rem, 2vw, 1.35rem);
      background:
        radial-gradient(circle at top left, rgba(216,171,74,.18), transparent 35%),
        linear-gradient(rgba(255,248,232,.96), rgba(255,248,232,.96));
    }

    .top-layout {
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 1rem;
      align-items: start;
    }

    .intro-stack {
      display: grid;
      gap: 1rem;
    }

    .card {
      background: rgba(255, 252, 242, .94);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: 0 10px 24px rgba(50, 35, 10, .07);
    }

    .camp-description {
      padding: 1rem;
      display: grid;
      grid-template-columns: 112px 1fr;
      gap: 1rem;
      align-items: center;
    }

    .saint-placeholder {
      min-height: 130px;
      border-radius: 16px;
      border: 2px dashed rgba(20, 63, 34, .35);
      background:
        linear-gradient(rgba(20,63,34,.08), rgba(20,63,34,.08)),
        var(--cream);
      display: grid;
      place-items: center;
      text-align: center;
      color: var(--green);
      font-family: "Oswald", sans-serif;
      font-size: .82rem;
      letter-spacing: .05em;
      text-transform: uppercase;
      padding: .7rem;
    }

    .saint-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 14px;
    }

    .camp-description p {
      margin: 0;
      font-size: .98rem;
      line-height: 1.55;
      font-weight: 700;
    }

    .welcome-card {
      padding: 1rem;
      display: grid;
      grid-template-columns: 1fr 170px;
      gap: 1rem;
      align-items: center;
    }

    .welcome-card h2 {
      margin: 0 0 .4rem;
      font-family: "Cinzel", serif;
      color: var(--green);
      font-size: clamp(1.2rem, 2.4vw, 1.7rem);
    }

    .welcome-card p {
      margin: 0;
      line-height: 1.5;
      font-style: italic;
      font-weight: 700;
      font-size: .96rem;
    }

    .banner-placeholder {
      min-height: 120px;
      border-radius: 16px;
      border: 2px dashed rgba(216,171,74,.65);
      background:
        linear-gradient(135deg, rgba(7,31,62,.08), rgba(216,171,74,.12)),
        var(--paper);
      display: grid;
      place-items: center;
      text-align: center;
      color: var(--navy);
      font-family: "Cinzel", serif;
      font-weight: 800;
      padding: .7rem;
    }

    .banner-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 14px;
    }

    .registration {
      overflow: hidden;
      border: 2px solid var(--green);
      background: #fffdf5;
    }

    .card-title {
      margin: 0;
      padding: .75rem 1rem;
      background: linear-gradient(90deg, #0d3519, #1d5729, #0d3519);
      color: white;
      text-align: center;
      font-family: "Cinzel", serif;
      font-size: clamp(1.25rem, 2.5vw, 1.7rem);
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .price-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 1rem;
      align-items: center;
      padding: 1rem;
      border-bottom: 1px solid rgba(20,63,34,.18);
    }

    .price-row h3 {
      margin: 0 0 .15rem;
      font-family: "Cinzel", serif;
      color: var(--green);
      font-size: 1.05rem;
      text-transform: uppercase;
    }

    .price-row em {
      font-size: 1.05rem;
      font-weight: 700;
    }

    .price {
      font-family: "Oswald", sans-serif;
      font-size: 3.5rem;
      line-height: 1;
      font-weight: 700;
      color: var(--green);
    }

    .price.regular { color: var(--navy); }

    .limited {
      display: flex;
      gap: .85rem;
      align-items: center;
      justify-content: center;
      padding: .9rem 1rem;
      background: var(--green);
      color: white;
      font-family: "Cinzel", serif;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      font-size: 1rem;
    }

    .limited i { color: var(--gold-light); font-size: 1.6rem; }

    .section-card {
      margin-top: 1rem;
      padding: 1rem;
    }

    .section-title {
      display: flex;
      align-items: center;
      gap: .7rem;
      margin: 0 0 .85rem;
      color: var(--green);
      font-family: "Cinzel", serif;
      font-size: clamp(1.25rem, 2.8vw, 1.85rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .section-title::after {
      content: "";
      flex: 1;
      height: 2px;
      background: linear-gradient(90deg, var(--gold), transparent);
    }

    .activity-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: .65rem;
    }

    .activity {
      display: flex;
      align-items: center;
      gap: .6rem;
      min-height: 60px;
      padding: .75rem;
      border-radius: 14px;
      background: rgba(20, 63, 34, .07);
      border: 1px solid rgba(20, 63, 34, .16);
      font-weight: 700;
      font-size: .94rem;
    }

    .activity i {
      color: var(--green);
      font-size: 1.3rem;
      width: 1.5rem;
      text-align: center;
    }

    .packing-grid {
      margin-top: 1rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .list-card {
      padding: .9rem;
    }

    .list-card h3 {
      margin: 0 0 .75rem;
      padding: .7rem .75rem;
      border-radius: 12px;
      background: var(--navy);
      color: white;
      font-family: "Cinzel", serif;
      font-size: 1rem;
      text-align: center;
      text-transform: uppercase;
    }

    .bring h3 { background: var(--green); }
    .dont h3 { background: #fff; color: var(--red); border: 1px solid rgba(142,34,34,.28); }

    ul.clean {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: .46rem;
      font-weight: 700;
      font-size: .93rem;
      line-height: 1.32;
    }

    ul.clean li { display: flex; gap: .55rem; align-items: flex-start; }
    ul.clean i { width: 1.1rem; text-align: center; margin-top: .05rem; }
    .bring i { color: var(--green); }
    .dont i { color: var(--red); }
    .spiritual i { color: var(--gold); }

    .contact {
      margin: 1rem calc(clamp(.9rem, 2vw, 1.35rem) * -1) calc(clamp(.9rem, 2vw, 1.35rem) * -1);
      padding: 1rem clamp(.9rem, 2vw, 1.35rem);
      display: grid;
      grid-template-columns: 220px 1fr 260px;
      gap: 1rem;
      align-items: center;
      color: white;
      background: linear-gradient(90deg, #061d3a, #0a315a, #061d3a);
      border-top: 3px solid var(--gold);
    }

    .church-placeholder {
      min-height: 130px;
      border-radius: 16px;
      border: 1px dashed rgba(243,217,139,.75);
      background: rgba(255,255,255,.08);
      display: grid;
      place-items: center;
      text-align: center;
      color: var(--gold-light);
      font-family: "Oswald", sans-serif;
      letter-spacing: .05em;
      text-transform: uppercase;
      font-size: .82rem;
      padding: .7rem;
    }

    .church-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 14px;
    }

    .contact h2 {
      margin: 0 0 .55rem;
      color: var(--gold-light);
      font-family: "Cinzel", serif;
      font-size: 1.2rem;
      text-transform: uppercase;
    }

    .contact-lines {
      display: grid;
      gap: .35rem;
      font-family: "Oswald", sans-serif;
      font-size: 1rem;
      letter-spacing: .035em;
    }

    .contact-lines span { display: flex; gap: .55rem; align-items: center; }
    .contact-lines i { color: var(--gold); width: 1.2rem; text-align: center; }

    .motto {
      color: var(--gold-light);
      text-align: center;
      font-family: "Great Vibes", cursive;
      font-weight: 400;
      line-height: 1.25;
      font-size: clamp(1.15rem, 2vw, 1.8rem);
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 130px;
      padding: .4rem;
      text-shadow: 0 2px 8px rgba(0,0,0,.25);
      text-shadow: 0 2px 8px rgba(0,0,0,.25);
    }

    .bottom-register {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: .7rem;
      padding: .95rem 1.45rem;
      border-radius: 999px;
      text-decoration: none;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      letter-spacing: .09em;
      font-weight: 700;
      border: 2px solid var(--gold);
      background: linear-gradient(180deg, #f0c869, #d8ab4a);
      color: #07182d;
      box-shadow: 0 10px 22px rgba(0,0,0,.18);
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.26); }

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 900px) {
      .top-layout,
      .welcome-card,
      .packing-grid,
      .contact {
        grid-template-columns: 1fr;
      }

      .activity-grid { grid-template-columns: repeat(2, 1fr); }
      .contact { text-align: center; }
      .contact-lines span { justify-content: center; }
      .church-placeholder { min-height: 110px; }
    }

    @media (max-width: 580px) {
      .page-wrap { padding: 0; }
      .camp-page { border-radius: 0; border-left: 0; border-right: 0; }
      .hero { min-height: 340px; }
      .camp-description { grid-template-columns: 1fr; text-align: center; }
      .saint-placeholder { min-height: 105px; }
      .activity-grid { grid-template-columns: 1fr; }
      .price-row { grid-template-columns: 1fr; text-align: center; gap: .35rem; }
      .date { letter-spacing: .035em; }
    }
  

    .registration-closed-page {
      display: none;
      min-height: 100svh;
      padding: 1.25rem;
      place-items: center;
      background:
        radial-gradient(circle at top, rgba(255,255,255,.18), transparent 35%),
        linear-gradient(135deg, #071f3e, #06182f 60%, #041122);
      color: var(--paper);
      text-align: center;
    }

    .registration-closed-page.active {
      display: grid;
    }

    .closed-card {
      width: min(760px, 100%);
      padding: clamp(1.5rem, 4vw, 2.5rem);
      border: 3px solid var(--gold);
      border-radius: 28px;
      background: rgba(7, 31, 62, .92);
      box-shadow: var(--shadow);
    }

    .closed-card i {
      color: var(--gold-light);
      font-size: clamp(2.5rem, 8vw, 4.5rem);
      margin-bottom: .8rem;
    }

    .closed-card h1 {
      font-size: clamp(2.2rem, 8vw, 4.6rem);
      margin-bottom: .8rem;
    }

    .closed-card p {
      margin: .4rem auto;
      max-width: 620px;
      line-height: 1.55;
      font-size: clamp(1rem, 3vw, 1.25rem);
      font-weight: 700;
    }

    body.registration-closed .page-wrap {
      display: none;
    }

    body.registration-closed .registration-closed-page {
      display: grid;
    }

    @media (max-width: 760px) {
      .page-wrap {
        padding: 0;
      }

      .camp-page {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
      }

      .hero {
        min-height: 315px;
        padding: 1.25rem .9rem;
      }

      h1 {
        font-size: clamp(2.7rem, 13vw, 4.5rem);
        line-height: .95;
      }

      .subtitle {
        font-size: .98rem;
        padding: .3rem .75rem;
        margin-top: .7rem;
      }

      .date {
        font-size: clamp(1.85rem, 9vw, 2.8rem);
        letter-spacing: .035em;
      }

      .sponsor-ribbon {
        border-radius: 18px;
        line-height: 1.35;
      }

      .content {
        padding: .75rem;
      }

      .top-layout,
      .camp-description,
      .welcome-card,
      .packing-grid,
      .contact {
        grid-template-columns: 1fr;
      }

      .intro-stack,
      .top-layout,
      .packing-grid {
        gap: .75rem;
      }

      .camp-description,
      .welcome-card,
      .section-card,
      .list-card {
        padding: .8rem;
      }

      .saint-placeholder,
      .banner-placeholder {
        min-height: 95px;
      }

      .camp-description p,
      .welcome-card p,
      ul.clean {
        font-size: .92rem;
      }

      .activity-grid {
        grid-template-columns: 1fr;
        gap: .5rem;
      }

      .activity {
        min-height: 0;
        padding: .65rem .75rem;
      }

      .price-row {
        grid-template-columns: 1fr auto;
        padding: .8rem;
      }

      .price {
        font-size: 2.55rem;
      }

      .limited {
        padding: .75rem;
        font-size: .85rem;
      }

      .contact {
        margin: 1rem -.75rem -.75rem;
        padding: 1rem .75rem;
        text-align: center;
        gap: .8rem;
      }

      .contact-lines span {
        justify-content: center;
      }

      .church-placeholder,
      .motto {
        min-height: 95px;
      }

      .motto {
        font-size: clamp(1.25rem, 6vw, 1.75rem);
      }

      .bottom-register {
        margin: .9rem 0 1rem;
      }

      .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: .9rem 1rem;
        font-size: .95rem;
      }
    }

    @media (max-width: 420px) {
      .hero {
        min-height: 300px;
      }

      .cross-mark {
        font-size: 1.8rem;
        margin-bottom: .4rem;
      }

      h1 {
        font-size: 2.8rem;
      }

      .subtitle {
        width: auto;
      }

      .price-row {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .section-title {
        font-size: 1.1rem;
        letter-spacing: .04em;
      }

      .list-card h3 {
        font-size: .9rem;
      }

     a {
      color: #0a5a2c;
      text-decoration: underline;
    }
	
		.print-button {
			display: inline-block;
			background-color: #1b5e20;
			color: white;
			font-size: 16px;
			padding: 10px 18px;
			border-radius: 8px;
			text-decoration: none;
			transition: background-color 0.3s ease;
		}

		.print-button:hover {
			background-color: #45a049;
		}

    }
