:root {
  --brown: #553a26;
  --brown-dark: #2e1d14;
  --red: #c8272f;
  --gold: #ffc107;
  --cream: #fff3e0;
  --paper: #ffffff;
  --line: #eadfce;
  --section-y: 56px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
}

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

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--brown);
}

.skip-link:focus {
  left: 10px;
  top: 10px;
}

.promo {
  background: var(--red);
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  text-align: center;
}

.promo i {
  margin-right: 6px;
}

.site-top {
  width: 100%;
}

.site-header {
  background: var(--gold);
  border-bottom: 1px solid rgba(85, 58, 38, .12);
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1600px, calc(100% - 70px));
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 0;
  min-height: 72px;
}

.header-toolbar {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--brown);
}

.brand img {
  width: 58px;
  height: 58px;
}

.nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
}

.nav a {
  padding: 10px 0;
  color: var(--brown);
}

.nav a.active,
.nav a:hover {
  color: var(--red);
}

.contact-mini {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.contact-mini i {
  display: inline-block;
  width: 1.25em;
  margin-right: 6px;
  color: var(--brown);
  text-align: center;
}

.contact-mini a {
  text-decoration: none;
}

.contact-mini a:hover {
  color: var(--red);
  text-decoration: none;
}

.menu-toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: var(--brown);
  font-size: 24px;
  cursor: pointer;
}

.section {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
  padding: var(--section-y) 0;
}

main > .band,
main > .gold-band {
  padding-top: var(--section-y);
  padding-bottom: 0;
}

main > .band.band-service {
  padding-bottom: 56px;
}

main > .gold-band {
  padding-bottom: var(--section-y);
}

.band .section,
.gold-band .section {
  width: min(1120px, calc(100% - 140px));
  padding-block: 0;
}

.gold-band .section.center {
  margin-bottom: var(--section-y);
}

.band,
.gold-band {
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 750px;
  display: block;
  padding: 150px 35px 0;
  background:
    linear-gradient(rgba(48, 0, 0, .5), rgba(48, 0, 0, .5)),
    url("/assets/images/Image_20250628144626.jpg") center / cover no-repeat;
  text-align: center;
}

.hero-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.hero-copy .eyebrow {
  color: #fff;
  font-size: 40px;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  text-shadow: -3px 3px 0 rgba(255, 193, 7, .8);
}

.hero-copy .eyebrow strong {
  font-weight: 600;
}

.hero-sub p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 11px;
}

.hero-sub p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.18;
  color: var(--brown);
}

h1 {
  font-size: clamp(44px, 6vw, 82px);
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
}

.lead {
  font-size: 21px;
  margin: 0 0 12px;
}

.open-note {
  color: var(--red);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.hero-grid,
.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hero-grid img,
.image-pair img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.section-image img {
  display: block;
  width: 100%;
  max-width: min(460px, 100%);
  height: auto;
  min-height: 0;
  max-height: 340px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.copy-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  align-items: center;
}

.copy-grid.copy-grid--image-right {
  grid-template-columns: 1fr 1.1fr;
}

.copy-grid > div {
  text-align: center;
  padding: 0 32px;
}

.copy-grid .image-pair {
  padding: 0;
}

.copy-grid .section-image {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-grid > .copy-block {
  padding: 0 36px;
}

.copy-grid.copy-grid--image-right > .copy-block {
  padding: 0 36px;
}

.band .section.service-grid {
  padding-bottom: 0;
}

.service-grid {
  grid-template-columns: 3fr 4fr;
  grid-template-rows: auto auto;
  row-gap: var(--section-y);
}

.service-grid > .section-image {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-grid > div:not(.section-image) {
  padding: 28px 36px;
}

.copy-grid p + p {
  margin-top: 16px;
}

.band {
  background: var(--cream);
}

.gold-band {
  background: var(--gold);
}

.essen-section {
  background: var(--cream);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fade {
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.reveal-fade.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.center {
  text-align: center;
}

.hours {
  color: var(--red);
  font-size: clamp(26px, 4vw, 46px);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(900px, calc(100% - 120px));
  margin: 0 auto;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.gallery-col img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.gallery-col:nth-child(1) img:first-child {
  aspect-ratio: 4 / 3;
}

.gallery-col:nth-child(1) img:last-child {
  flex: 1;
  min-height: 210px;
}

.gallery-col:nth-child(2) img:first-child {
  flex: 1.25;
  min-height: 280px;
}

.gallery-col:nth-child(2) img:last-child {
  aspect-ratio: 16 / 10;
  min-height: 160px;
}

.gallery-col:nth-child(3) img:first-child {
  aspect-ratio: 4 / 3;
}

.gallery-col:nth-child(3) img:last-child {
  flex: 1;
  min-height: 210px;
}

.page-title {
  padding-top: 72px;
  padding-bottom: 34px;
  text-align: center;
}

.page-main {
  width: min(680px, calc(100% - 140px));
  padding-top: 30px;
}

.download-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
}

.button:hover {
  background: #a91f27;
}

.accordion {
  display: grid;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--cream);
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  color: #fff;
  background: var(--brown);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 24px;
  text-align: center;
}

summary::-webkit-details-marker {
  display: none;
}

.menu-list {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.menu-list > p {
  margin: 0 0 8px;
  text-align: center;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  border-bottom: 1px solid #f1e7d8;
  padding-bottom: 8px;
  text-align: left;
}

.menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.menu-item em {
  color: #795f49;
  font-style: italic;
}

.price {
  color: var(--red);
  font-weight: 700;
  white-space: nowrap;
}

.menu-item .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.25;
  gap: 2px;
}

.menu-item .price-note {
  font-size: 15px;
  font-weight: 700;
}

.price-section {
  padding: 32px 0 36px;
  border-bottom: none;
  text-align: center;
}

.price-section:first-of-type {
  padding-top: 48px;
}

.price-section h2 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 12px;
}

.price-section h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  margin-bottom: 24px;
  white-space: pre-line;
  line-height: 1.35;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(var(--price-cols, 5), minmax(0, 1fr));
  align-items: stretch;
  gap: 4px 12px;
  max-width: min(1080px, 100%);
  margin: 0 auto;
}

.price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  padding: 0 6px 4px;
  border: none;
  border-radius: 0;
  background: var(--cream);
  text-align: center;
  line-height: 1.35;
}

.price-card-label {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 15px;
  color: var(--brown);
}

.price-card-label > span {
  display: block;
}

.price-mark {
  color: var(--red);
  text-decoration: none;
}

.price-mark:hover {
  color: var(--red);
  text-decoration: none;
}

.price-card-amount,
.price-card strong {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  color: var(--brown);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.1;
  font-weight: 600;
}

.note {
  max-width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: 8px;
  padding-bottom: 48px;
  text-align: center;
  font-size: 15px;
}

.note p + p {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .note p {
    white-space: nowrap;
  }
}

.band-top {
  background: var(--cream);
  padding-bottom: 24px;
}

.band-content {
  background: var(--cream);
  width: min(1120px, calc(100% - 64px));
  padding-top: 48px;
  padding-bottom: 56px;
}

.event-card {
  max-width: none;
  margin: 0 auto 52px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: var(--cream);
  text-align: center;
}

.event-card:last-child {
  margin-bottom: 0;
}

.event-card h2 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 18px;
  text-align: center;
}

.event-card p {
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}

.event-card p.lead {
  font-size: 16px;
  margin-bottom: 0;
}

.event-list {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.event-list p {
  margin: 0 0 4px;
  text-align: left;
  line-height: 1.65;
}

.event-list p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .event-card h2,
  .event-card p.lead {
    white-space: nowrap;
  }

  .event-list p {
    white-space: nowrap;
  }
}

.footer {
  background: var(--red);
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: min(1200px, calc(100% - 70px));
  margin: 0 auto;
  padding: 52px 0 44px;
  align-items: start;
}

.footer-brand {
  text-align: center;
}

.footer-brand h3 {
  color: var(--gold);
  margin-bottom: 12px;
}

.footer-contact,
.footer-links {
  text-align: left;
}

.footer-contact h3,
.footer-links h3 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-contact p,
.footer-links p {
  margin: 0 0 18px;
  line-height: 1.5;
}

.footer-contact p:last-child,
.footer-links p:last-child {
  margin-bottom: 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--gold);
}

.footer-contact i {
  display: inline-block;
  width: 1.25em;
  margin-right: 6px;
  text-align: center;
}

.footer-brand img {
  display: block;
  width: 120px;
  height: auto;
  margin: 12px auto;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 16px 20px 20px;
  text-align: center;
  font-size: 15px;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: var(--red);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  z-index: 99;
}

.to-top.visible {
  display: flex;
}

.to-top i {
  display: block;
  line-height: 1;
}

@media (min-width: 768px) {
  .hero-copy .eyebrow {
    font-size: 67px;
  }

  .hero-sub p {
    font-size: 25px;
  }
}

@media (min-width: 1025px) {
  .hero {
    background-attachment: scroll;
  }

  .gallery-col:nth-child(2) img:first-child {
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    z-index: 20;
  }

  .header-inner {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    min-height: 0;
  }

  .header-toolbar {
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    min-height: 64px;
    background: var(--gold);
    flex-shrink: 0;
  }

  .menu-toggle {
    display: block;
    margin-left: 0;
  }

  .contact-mini {
    display: none;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    flex: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--red);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
  }

  .nav.open {
    display: flex;
  }

  .nav.open a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    background: var(--red);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-weight: 600;
    text-align: center;
  }

  .nav.open a:last-child {
    border-bottom: none;
  }

  .nav.open a:hover:not(.active) {
    color: var(--gold);
    background: var(--red);
  }

  .nav.open a.active,
  .nav.open a.active:hover {
    color: var(--red);
    background: var(--gold);
  }

  .hero,
  .copy-grid,
  .copy-grid.copy-grid--image-right,
  .service-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .copy-grid > div,
  .service-grid > div:not(.section-image) {
    padding: 0 24px;
  }

  .copy-grid .section-image,
  .service-grid > .section-image {
    padding: 20px 24px;
  }

  .section-image img {
    max-width: 100%;
    max-height: 280px;
  }

  .service-grid > .section-image {
    order: -1;
  }

  .service-grid > .section-image:last-of-type {
    order: 0;
  }

  .hero {
    background-attachment: scroll;
    min-height: 460px;
    padding: 110px 20px 60px;
  }

  .gallery {
    width: min(560px, calc(100% - 48px));
    gap: 8px;
  }

  .gallery-col {
    gap: 8px;
  }

  .gallery-col:nth-child(2) img:first-child {
    min-height: 220px;
  }

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

  .event-card h2,
  .event-card p.lead,
  .event-list p,
  .note p {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  :root {
    --section-y: 40px;
  }

  .promo {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 12px;
  }

  .section {
    width: min(100% - 28px, 1120px);
  }

  .header-toolbar {
    padding: 10px 12px;
  }

  .brand {
    font-size: 22px;
  }

  .hero-copy .eyebrow {
    font-size: 36px;
  }

  .hero-sub p {
    font-size: 16px;
  }

  .hero-grid,
  .image-pair,
  .menu-item {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 520px);
  }

  .gallery-col img,
  .hero-grid img,
  .image-pair img {
    min-height: 220px;
  }

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