/* Landing page. Five things, one order, one vocabulary; paper objects on a
   linen ground; one CTA repeated. No urgency devices. */

.head-nav { display: flex; gap: 1.6rem; }
.head-nav a { color: var(--ink); text-decoration: none; font-family: var(--sans); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.head-nav a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- hero ---------- */

.hero { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2rem, 5vw, 3rem); }
.hero .wrap { display: grid; gap: clamp(2rem, 5vw, 4.5rem); grid-template-columns: minmax(0, 1fr) minmax(0, 560px); align-items: center; }
.hero .wrap > * { min-width: 0; }
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 4.1rem); margin: .6rem 0 1rem; max-width: 14ch; }
.hero .lede { font-size: 1.05rem; line-height: 1.6; color: var(--ink-2); margin: 0 0 .9rem; }

.checks { list-style: none; margin: 0 0 1.8rem; padding: 0; border-top: 1px solid var(--ink); }
.checks li { display: grid; grid-template-columns: 1.6rem 11.5rem 1fr; gap: .7rem; align-items: baseline; padding: .65rem 0; border-bottom: 1px solid var(--rule); }
.checks li b { font-family: var(--serif); font-weight: 400; font-size: 1.25rem; }
.checks li span:last-child { font-size: .88rem; color: var(--ink-2); }

.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.hero-note { display: block; margin-top: 1.1rem; }

/* The booklet and a prayer card, as objects on the table. */
.hero-objects { position: relative; height: 600px; }
.obj { position: absolute; background: #fff; box-shadow: 0 34px 56px -28px rgba(43,41,38,.5), 0 2px 4px rgba(43,41,38,.12); }
.hero-objects .booklet { left: 0; top: 70px; width: 520px; transform: rotate(-3deg); }
.hero-objects .booklet .program > *:not(div:first-of-type) { display: none; }
.hero-objects .booklet .sheet { max-width: none; margin: 0; border: 0; box-shadow: none; }
.obj.prayer {
  width: 210px; height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 10px; font-family: var(--serif); color: #1c1a17;
}
.hero-objects .prayer { left: 360px; top: 390px; transform: rotate(4deg); }
.obj.prayer img { width: 46px; height: 54px; object-fit: cover; object-position: center 25%; margin-bottom: 5px; }
.obj.prayer b { font-weight: 400; font-size: 10px; display: block; }
.obj.prayer span:last-child { font-size: 7.5px; letter-spacing: .05em; color: #55504a; }
.obj-cap { position: absolute; left: 0; bottom: 0; }

/* Without the script, a cover in the same proportions. */
.cover-fallback {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .3em; padding: 2em 1.5em; text-align: center; aspect-ratio: 11 / 8.5;
  background: #fff; font-family: var(--serif); color: #1c1a17; font-size: .7rem;
}
.cf-kicker { font-size: .8em; letter-spacing: .22em; text-transform: uppercase; color: #6d665c; }
.cf-photo { width: 34%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; border: 1px solid #cfc7b8; padding: .3em; background: #fff; margin: .6em 0 1em; }
.cf-name { font-size: 1.9em; line-height: 1.1; }
.cf-dates { font-size: .95em; letter-spacing: .05em; color: #55504a; }

/* ---------- gallery: the five, on one baseline ---------- */

section.gallery, section.how, section.faq, section.price { padding: clamp(2.5rem, 6vw, 5.5rem) 0 0; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; border-bottom: 1px solid var(--ink); padding-bottom: .75rem; }
.sec-head h2 { margin: 0; font-size: 2rem; }

.five { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.75rem; align-items: start; }
/* ---------- how, answers, price ---------- */

.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.steps li { padding: 2rem 2rem 2.5rem; border-right: 1px solid var(--rule); min-width: 0; }
.steps li:first-child { padding-left: 0; }
.steps li:last-child { border-right: 0; padding-right: 0; }
.steps .k { display: block; margin-bottom: .9rem; }
.steps h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.steps p { font-size: .95rem; line-height: 1.6; color: var(--ink-2); margin: 0; }

.faq-grid { border-top: 1px solid var(--ink); padding-top: 2.5rem; display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem, 5vw, 4.5rem); }
.faq-grid h2 { font-size: 2rem; margin: .5rem 0 0; }
.qa { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem 3rem; }
.qa h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.qa p { font-size: .95rem; line-height: 1.6; color: var(--ink-2); margin: 0; }

.price-grid { border-top: 1px solid var(--ink); padding: 4rem 0 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.price .big { font-family: var(--serif); font-size: clamp(6rem, 11vw, 9.4rem); line-height: .9; letter-spacing: -.03em; margin: 0; }
.price .big small { display: inline-block; margin-left: 1rem; }
.price-grid p:not(.big) { font-size: 1rem; line-height: 1.7; color: var(--ink-2); margin: 0 0 1.5rem; max-width: 30rem; }

/* The way back, for a family who has been here before. */
.returning {
  display: flex; align-items: center; gap: .9rem; flex-wrap: wrap;
  margin: 0 0 1.25rem; padding: .85rem 1.1rem;
  background: var(--paper-2); border: 1px solid var(--ink);
}
.returning span { flex: 1 1 14rem; font-size: .95rem; }
.site-head .btn-back { background: var(--paper-2); color: var(--ink); }

/* ---------- narrower screens ---------- */

@media (max-width: 64rem) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-objects { height: 520px; max-width: 560px; }
  .five { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
@media (max-width: 46rem) {
  .head-nav { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child, .steps li:last-child { border-right: 0; border-bottom: 1px solid var(--rule); padding: 1.5rem 0; }
  .faq-grid, .price-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .qa { grid-template-columns: 1fr; gap: 1.25rem; }
  .five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checks li { grid-template-columns: 1.4rem 1fr; }
  .checks li span:last-child { grid-column: 2; }
}
@media (max-width: 34rem) {
  .hero-objects { height: 380px; }
  .hero-objects .booklet { width: 100%; top: 20px; }
  .hero-objects .prayer { left: auto; right: 0; top: 250px; width: 170px; height: 110px; }
  .obj-cap { display: none; }
  .hero-cta .btn { width: 100%; }
}
