:root {
  --red: #b71925;
  --deep-red: #77111a;
  --gold: #f3b733;
  --cream: #fff7e7;
  --ink: #241713;
  --muted: #6e5d54;
  --line: rgba(36, 23, 19, 0.14);
  --green: #253f35;
  --white: #fffefd;
  --shadow: 0 22px 60px rgba(45, 23, 17, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(183, 25, 37, 0.14);
  background: rgba(255, 254, 253, 0.92);
  backdrop-filter: blur(16px);
}

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

.brand-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
}

.crepe-brand-mark {
  width: 56px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.faith-note {
  margin: 0 auto;
  color: #7a5b21;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: #4d3a32;
}

.main-nav a {
  border-radius: 8px;
  padding: 9px 12px;
}

.main-nav a:hover,
.nav-admin {
  background: #fff0d3;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(119, 17, 26, 0.95), rgba(183, 25, 37, 0.85) 46%, rgba(243, 183, 51, 0.35)),
    radial-gradient(circle at 22% 20%, rgba(255, 245, 216, 0.22), transparent 34%),
    #7d141d;
  color: var(--white);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 8vw, 108px) clamp(22px, 6vw, 76px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.9;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.panel-logo {
  width: 142px;
  height: auto;
  margin-bottom: 18px;
}

.button.primary {
  background: var(--gold);
  color: #351b08;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
}

.button.light {
  background: #fff5df;
  color: var(--deep-red);
}

.button.dark {
  background: var(--green);
  color: var(--white);
}

.hero-media {
  min-height: 620px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 70px);
}

.intro,
.admin-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.intro {
  background: #fff8ea;
  border-bottom: 1px solid var(--line);
}

.intro h2,
.admin-section h2,
.contact-section h2,
.section-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.intro p,
.admin-section p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  background: #fffefd;
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 58px);
  overflow: hidden;
}

.pastel-panel {
  background: linear-gradient(135deg, #fffdf8, #fff0c8);
}

.crepe-panel {
  background: linear-gradient(135deg, #f6efe3, #fff9ef);
}

.brand-panel h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.brand-panel p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.06rem;
}

.brand-panel img {
  width: min(100%, 420px);
  margin-inline: auto;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.brand-panel > img:not(.logo-art) {
  background: white;
  box-shadow: var(--shadow);
}

.brand-panel .logo-art {
  width: min(100%, 360px);
}

.brand-panel .panel-logo {
  width: 82px;
}

.crepe-panel > img {
  width: min(100%, 540px);
}

.feature-list {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #413029;
}

.feature-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.package-section {
  background: #251915;
  color: var(--white);
}

.section-heading {
  max-width: 950px;
  margin-bottom: 30px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  min-height: 315px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.package-card h3 {
  font-size: 1.5rem;
}

.package-card p,
.package-card li,
.package-card dd {
  color: rgba(255, 255, 255, 0.78);
}

.package-card dl,
.package-card ul {
  margin: 20px 0 0;
  padding: 0;
}

.package-card ul {
  padding-left: 18px;
}

.package-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px 0;
}

.package-card dt {
  font-weight: 800;
}

.package-card dd {
  margin: 0;
  text-align: right;
}

.event-flow {
  background: #fff8ec;
  border-bottom: 1px solid var(--line);
}

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

.flow-grid article,
.menu-grid article {
  min-height: 245px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.flow-grid strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-size: 1.05rem;
}

.flow-grid h3,
.menu-grid h3 {
  font-size: 1.4rem;
}

.flow-grid p,
.menu-grid p {
  color: var(--muted);
}

.menus-section {
  background: var(--white);
}

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

.menu-grid article {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(135deg, #fffdf8, #fff0c8);
}

.menu-grid article:nth-child(2) {
  background: linear-gradient(135deg, #eef6ef, #fff9ef);
}

.admin-section {
  background: #edf5f0;
  border-bottom: 1px solid rgba(37, 63, 53, 0.14);
}

.admin-section .section-kicker {
  color: var(--green);
}

.contact-section {
  background: var(--white);
}

.social-call {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-card {
  min-height: 122px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff8ec;
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card strong {
  margin-bottom: 8px;
  color: var(--deep-red);
  font-size: 1.05rem;
}

.contact-card span {
  color: var(--muted);
}

.social-card {
  background: #fff0d3;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 70px);
  background: var(--deep-red);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer strong {
  color: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

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

  .faith-note {
    order: 3;
    width: 100%;
    text-align: center;
  }

  .hero,
  .intro,
  .brand-panel,
  .admin-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 420px;
  }

  .package-grid,
  .flow-grid,
  .menu-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .faith-note {
    font-size: 0.7rem;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero-actions .button,
  .button-row .button {
    width: 100%;
  }

  .hero-media {
    min-height: 330px;
  }

  .brand-panel {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
