:root {
  --ink: #111827;
  --ink-soft: #253041;
  --paper: #fbf7ef;
  --paper-strong: #fffdf8;
  --surface: #ffffff;
  --line: #d9d2c3;
  --line-strong: #bda97e;
  --gold: #c89b3c;
  --gold-dark: #8f620f;
  --muted: #687386;
  --sikh: #fff200;
  --hindu: #ff6600;
  --islam: #00a651;
  --shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(200, 155, 60, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffaf1 0%, var(--paper) 45%, #f7efe1 100%);
  font-family:
    Aptos, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  gap: 30px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 14px 18px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(217, 210, 195, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold-dark);
  border: 1px solid rgba(200, 155, 60, 0.35);
  border-radius: 50%;
}

.brand-mark svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  padding: 8px 0;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta,
.button-primary {
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.button-secondary {
  color: var(--gold-dark);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line-strong);
}

.button:hover,
.header-cta:hover,
.filter-button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.section-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-width: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  gap: 46px;
  align-items: center;
  min-height: calc(100svh - 96px);
  padding: 64px 0 56px;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-size: 98px;
  line-height: 0.94;
}

h2 {
  font-size: 56px;
  line-height: 1;
}

.hero-copy > p:not(.section-kicker),
.calendar-copy > p,
.retailer-copy > p,
.contact > div > p,
.section-heading > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.hero-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 26px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 440px;
  margin-top: 34px;
  color: var(--ink-soft);
}

.hero-note span {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, var(--gold) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, var(--gold) 49% 51%, transparent 52%);
}

.hero-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.hero-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr 0.9fr;
  gap: 18px;
  align-items: end;
}

.hero-card {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(217, 210, 195, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card-large {
  grid-row: span 2;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--paper-strong);
}

.hero-card-large img {
  aspect-ratio: 0.9;
}

.hero-card-small img {
  aspect-ratio: 1.16;
}

.hero-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-top: 8px solid var(--sikh);
}

.hero-card-small figcaption {
  border-top-color: var(--hindu);
}

.hero-card-green figcaption {
  border-top-color: var(--islam);
}

.hero-card strong {
  font-size: 16px;
}

.hero-card span {
  color: var(--muted);
  font-size: 13px;
}

.faith-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.faith-card {
  min-height: 310px;
  padding: 58px clamp(24px, 5vw, 72px);
  text-align: center;
  background: rgba(255, 253, 248, 0.72);
}

.faith-card h2 {
  margin-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  text-transform: uppercase;
}

.faith-card p {
  max-width: 340px;
  margin: 14px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.faith-symbol {
  display: inline-grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #fff9df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.faith-card.hindu .faith-symbol {
  color: var(--hindu);
  background: #fff0e5;
}

.faith-card.islam .faith-symbol {
  color: #056f3c;
  background: #e8f7ef;
}

.calendar-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 42px;
  align-items: center;
  padding: 96px 0;
}

.calendar-media {
  position: relative;
}

.calendar-preview-button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}

.calendar-preview-button:focus-visible {
  outline: 3px solid rgba(200, 155, 60, 0.48);
  outline-offset: 4px;
}

.calendar-media img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planning-cards {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.planning-cards article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
}

.planning-cards strong {
  font-size: 15px;
}

.planning-cards span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.events,
.shop,
.story-cards,
.contact {
  padding: 92px 0;
  border-top: 1px solid rgba(217, 210, 195, 0.8);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-heading > p:not(.section-kicker) {
  margin: 0;
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: 22px;
}

.event-list {
  display: grid;
  gap: 10px;
}

.event-button {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 14px;
  text-align: left;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.event-button.is-active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.05);
}

.event-date {
  display: grid;
  place-items: center;
  min-height: 62px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 6px;
  font-weight: 850;
}

.event-date small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.event-button strong {
  display: block;
  font-size: 16px;
}

.event-button span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.religion-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(17, 24, 39, 0.18);
}

.religion-dot.Sikhism {
  background: var(--sikh);
}

.religion-dot.Hinduism {
  background: var(--hindu);
}

.religion-dot.Islam {
  background: var(--islam);
}

.event-detail {
  min-height: 100%;
  padding: clamp(26px, 5vw, 48px);
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.event-detail-image-button {
  display: block;
  width: min(260px, 64%);
  margin: 0 0 26px auto;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.event-detail-image-button:focus-visible,
.event-detail-modal-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
}

.event-detail img {
  width: 100%;
  margin: 0;
  border: 10px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
}

.event-detail h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.event-detail p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.event-detail dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
}

.event-detail div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.event-detail dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-detail dd {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.event-detail-modal-button {
  min-height: 42px;
  margin-top: 24px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.calendar-modal[hidden] {
  display: none;
}

.calendar-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.calendar-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.68);
  backdrop-filter: blur(4px);
}

.calendar-modal-panel {
  position: relative;
  width: min(930px, 100%);
  max-height: min(820px, 92vh);
  overflow: auto;
  background: var(--paper-strong);
  border: 1px solid rgba(217, 210, 195, 0.88);
  border-radius: var(--radius);
  box-shadow: 0 28px 86px rgba(17, 24, 39, 0.36);
}

.calendar-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.calendar-modal-content {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}

.calendar-modal-image-wrap {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 20px;
  background: #f6efe0;
  border-right: 1px solid var(--line);
}

.calendar-modal-image {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}

.calendar-modal-body {
  padding: 30px;
}

.calendar-modal-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--ink);
  background: #fff7df;
  border: 1px solid rgba(200, 155, 60, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.calendar-modal-kicker.Sikhism {
  background: rgba(255, 242, 0, 0.3);
}

.calendar-modal-kicker.Hinduism {
  color: #fff;
  background: var(--hindu);
}

.calendar-modal-kicker.Islam {
  color: #fff;
  background: var(--islam);
}

.calendar-modal-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.04;
}

.calendar-modal-subtitle {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.calendar-modal-summary {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.calendar-modal-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.calendar-modal-detail {
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.calendar-modal-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-modal-value {
  margin-top: 5px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.calendar-modal-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.filter-button.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.product-image {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 16px;
  background: #fffaf0;
}

.product-image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.product-faith {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.product-card.Sikhism .product-image {
  border-bottom: 8px solid var(--sikh);
}

.product-card.Hinduism .product-image {
  border-bottom: 8px solid var(--hindu);
}

.product-card.Islam .product-image {
  border-bottom: 8px solid var(--islam);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
}

.product-body p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.product-meta {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.product-meta strong {
  color: var(--ink);
}

.quote-button {
  margin-top: auto;
  min-height: 40px;
  color: var(--gold-dark);
  background: #fffdf8;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.quote-button.is-selected {
  color: #fff;
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.retailers {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 38px;
  align-items: stretch;
  padding: 86px clamp(18px, 4vw, 46px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.97), rgba(17, 24, 39, 0.82)),
    url("assets/products/popup-preview.jpg") center / cover;
  border-radius: var(--radius);
}

.retailer-copy .section-kicker,
.retailer-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.retailer-copy h2 {
  max-width: 760px;
  color: #fff;
}

.retailer-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.retailer-benefits span,
.display-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.retailer-benefits span {
  padding: 15px;
  font-weight: 800;
}

.display-card {
  padding: 28px;
  backdrop-filter: blur(4px);
}

.display-card h3 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
}

.display-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.display-card div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.display-card dt {
  font-weight: 900;
}

.display-card dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.story-grid article {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.story-grid img {
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
  border-radius: 6px;
}

.story-grid h3 {
  margin: 18px 0 0;
  font-size: 21px;
}

.story-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: start;
}

.quote-summary {
  display: inline-flex;
  margin-top: 20px;
  padding: 12px 14px;
  color: var(--gold-dark);
  background: #fff7df;
  border: 1px solid rgba(200, 155, 60, 0.45);
  border-radius: 999px;
  font-weight: 850;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.16);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(230px, auto) minmax(0, 680px);
  gap: 32px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(180px, 1fr) auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.nav-open .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--paper-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .main-nav a {
    padding: 14px;
  }

  .hero,
  .calendar-feature,
  .event-layout,
  .retailers,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 72px;
  }

  h1 {
    font-size: 74px;
  }

  h2,
  .event-detail h3 {
    font-size: 46px;
  }

  .hero-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading .section-kicker {
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    display: none;
  }

  h1 {
    max-width: 340px;
    font-size: 43px;
    line-height: 0.98;
  }

  h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .event-detail h3 {
    font-size: 38px;
  }

  .hero-gallery,
  .hero-copy,
  .faith-strip,
  .product-grid,
  .story-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-copy > p:not(.section-kicker),
  .hero-note {
    max-width: calc(100vw - 24px);
  }

  .hero-note {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .hero-card-large {
    grid-row: auto;
  }

  .faith-card {
    min-height: 0;
    padding: 38px 24px;
  }

  .planning-cards article,
  .event-button,
  .event-detail dl,
  .calendar-modal-content,
  .calendar-modal-detail-grid,
  .retailer-benefits {
    grid-template-columns: 1fr;
  }

  .calendar-modal {
    padding: 12px;
  }

  .calendar-modal-image-wrap {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .calendar-modal-body {
    padding: 24px;
  }

  .product-image {
    min-height: 220px;
  }

  .retailers {
    padding: 54px 18px;
  }
}
