* {
  box-sizing: border-box;
}
:root {
  --paper: #fbf7f1;
  --cream: #f7f0e8;
  --line: #e6dacb;
  --burgundy: #77112b;
  --burgundy2: #5c1427;
  --gold: #b38a49;
}
html,
body {
  margin: 0;
  background: #d9d1c8;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page {
  position: relative;
  width: 820px;
  height: 545px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid #997f6e;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 820px;
  height: 64px;
  background: #fbf6f0;
}
.brand-image {
  position: absolute;
  left: 18px;
  top: 7px;
  width: 334px;
  height: 51px;
  object-fit: cover;
}
.header-contact {
  position: absolute;
  right: 24px;
  top: 7px;
  width: 165px;
  text-align: center;
  color: var(--burgundy2);
  font-family: Georgia, "Times New Roman", serif;
}
.call-label {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}
.phone-number {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
}
.service-area {
  font-size: 11px;
  line-height: 13px;
}
.top-rule {
  position: absolute;
  left: 0;
  top: 64px;
  width: 820px;
  height: 4px;
  background: #7a0e2b;
}

.left-sidebar {
  position: absolute;
  left: 0;
  top: 68px;
  width: 152px;
  height: 414px;
  padding: 12px 13px 0 20px;
  background: linear-gradient(90deg, #faf6f0, #f7efe6);
  border-right: 1px solid var(--line);
}
.main-nav {
  display: flex;
  flex-direction: column;
}
.main-nav a {
  width: 119px;
  height: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e4d8c8;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.32);
  color: #622033;
  font-size: 8.5px;

  transition: filter 0.18s ease;
}
.main-nav a:last-child {
  border-bottom: 1px solid #e4d8c8;
}
.main-nav a img {
  width: 20px;
  height: 22px;
  object-fit: cover;
  margin-left: 3px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.main-nav a.two-line {
  height: 30px;
  line-height: 10px;
}
.request-info {
  position: absolute;
  left: 21px;
  top: 317px;
  width: 110px;
  height: 51px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#a31e43, #760d2c);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 8px;
  line-height: 10px;

  transition: filter 0.18s ease;
}
.request-info img {
  width: 31px;
  height: 35px;
  object-fit: cover;
  margin-left: 5px;
  margin-right: 7px;
}

.main-content {
  position: absolute;
  left: 152px;
  top: 68px;
  width: 508px;
  height: 414px;
  background: #fffaf5;
}
.hero {
  width: 508px;
  height: 293px;
  overflow: hidden;
}
.hero img {
  display: block;
  width: 508px;
  height: 293px;
  object-fit: cover;
}

.proof-row {
  width: 508px;
  height: 62px;
  display: grid;
  grid-template-columns: 148px 188px 172px;
  border: 1px solid #e2d5c4;
  border-top: 0;
  background: #faf4eb;
}
.proof {
  position: relative;
  border-right: 1px solid #e2d5c4;
}
.proof:last-child {
  border-right: 0;
}
.review-proof .ww-logo {
  position: absolute;
  left: 23px;
  top: 5px;
  width: 105px;
  height: 18px;
  object-fit: cover;
}
.review-proof .stars {
  position: absolute;
  left: 41px;
  top: 24px;
  width: 75px;
  height: 14px;
  object-fit: cover;
}
.review-count {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 7.5px;
  color: #443633;
  outline: 0;
}
.award-nine {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 68px;
  height: 50px;
  object-fit: contain;
}
.award-copy {
  position: absolute;
  left: 78px;
  top: 8px;
  color: #3d3533;
}
.award-heading {
  font-size: 7px;
  line-height: 8px;
  font-weight: bold;
}
.award-years {
  font-size: 5px;
  line-height: 7px;
  margin-top: 5px;
}
.experience-proof {
  text-align: center;
  color: #4c3032;
}
.ceremony-count {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 5px;
  outline: 0;
}
.ceremony-label {
  font-size: 6.8px;
  line-height: 10px;
}
.ceremony-tagline {
  font-size: 5px;
  margin-top: 6px;
}

.intro {
  height: 59px;
  text-align: center;
  padding-top: 7px;
}
.intro h1 {
  margin: 0;
  color: #7b2b3d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: normal;
}
.intro p {
  margin: 4px 0 0;
  color: #312b29;
  font-size: 7.3px;
  line-height: 9px;
}
.gold-heart {
  color: #d1a149;
  font-size: 11px;
  line-height: 11px;
}

.right-sidebar {
  position: absolute;
  left: 660px;
  top: 68px;
  width: 160px;
  height: 414px;
  padding: 9px 13px 0;
  background: #faf6f0;
  border-left: 1px solid var(--line);
  text-align: center;
}
.right-sidebar h2 {
  margin: 0;
  color: #ae854c;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.follow-us {
  height: 65px;
  border-bottom: 1px solid #eadfce;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.social-icons img {
  display: block;
  object-fit: cover;
}
.social-icons a:nth-child(1) img {
  width: 35px;
  height: 34px;
}
.social-icons a:nth-child(2) img {
  width: 33px;
  height: 33px;
}
.social-icons a:nth-child(3) img {
  width: 57px;
  height: 33px;
}
.side-section a {
  display: block;
  text-decoration: none;
  color: #682033;
  font-size: 6.8px;
  line-height: 16px;
  border-top: 1px solid #ede2d3;

  transition: filter 0.18s ease;
}
.towns {
  height: 56px;
}
.towns h2 {
  font-size: 13px;
  line-height: 16px;
}
.view-all {
  border: 0 !important;
  font-weight: bold;
}
.side-section a {
  display: block;
  text-decoration: none;
  color: #682033;
  font-size: 6.8px;
  line-height: 16px;
  border-top: 1px solid #ede2d3;
}
.side-section h2 {
  margin-bottom: 4px;
}
.side-section:not(.towns) {
  height: 109px;
}
.side-section.free {
  height: 92px;
}
.side-awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 3px;
}
.side-awards img:first-child {
  width: 63px;
  height: 45px;
  object-fit: cover;
}
.side-awards img:last-child {
  width: 62px;
  height: 35px;
  object-fit: cover;
}

.footer {
  position: absolute;
  left: 0;
  top: 482px;
  width: 820px;
  height: 63px;
  border-top: 1px solid #e4d8c9;
  background: #faf5ee;
}
.footer-contact {
  position: absolute;
  left: 35px;
  top: 12px;
  width: 190px;
  color: #4c2f31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  line-height: 21px;
}
.footer-symbol {
  font-size: 14px;
  color: #7d2338;
}
.footer-center {
  position: absolute;
  left: 220px;
  top: 8px;
  width: 390px;
  text-align: center;
  color: #5e2333;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
}
.footer-nav a,
.copyright a {
  color: #5e2333;
  text-decoration: none;
}
.footer-nav.second {
  margin-top: 6px;
}
.copyright {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.8px;
  color: #413330;
}
.copyright a {
  margin-left: 12px;
}
.copyright span {
  margin-left: 8px;
}
.footer-brand {
  position: absolute;
  right: 21px;
  top: 2px;
  width: 184px;
  height: 56px;
  object-fit: cover;
}

@media (max-width: 819px) {
  body {
    justify-content: flex-start;
  }
  .page {
    transform-origin: top left;
    transform: scale(calc(100vw / 820));
  }
}

/* HERO SLIDESHOW ONLY */
.hero {
  position: relative;
  width: 508px;
  height: 293px;
  overflow: hidden;
  background: #111;
}

.hero-slideshow,
.hero-dark-overlay {
  position: absolute;
  inset: 0;
}

.hero-slideshow {
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 508px;
  height: 293px;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.25s ease-in-out;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-dark-overlay {
  z-index: 2;
  background: rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  width: 460px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  pointer-events: none;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 5px rgba(0, 0, 0, 0.7);
}

.hero-headline {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-subheadline {
  margin-top: 2px;
  color: #d8ae50;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.hero-heart-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 170px;
  margin: 6px auto 4px;
  color: #d8ae50;
}

.hero-heart-line span {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: #d8ae50;
}

.hero-heart-line b {
  color: #d8ae50;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.hero-supporting-copy {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  line-height: 1.3;
}


/* ------------------------------------------
   Hover Effects — cache-busted build
------------------------------------------- */
.main-nav a,
.request-info,
.side-section a,
.social-icons a,
.footer-nav a,
.copyright a {
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, filter 0.18s ease, text-decoration-color 0.18s ease;
}

.main-nav a:hover {
  background: #eadde1 !important;
  color: #77112b !important;
}

.request-info:hover {
  filter: brightness(1.35) !important;
}

.side-section a:hover {
  background: #f1e5cf !important;
  color: #77112b !important;
}

.social-icons a:hover img {
  filter: brightness(1.25) !important;
}

.footer-nav a:hover,
.copyright a:hover {
  color: #a31e43 !important;
  text-decoration: underline !important;
}

/* ==========================================================
   FLUID VERTICAL LAYOUT
   Keeps the existing 820px-wide design while allowing pages
   to grow vertically as content is added.
   ========================================================== */

.page {
  position: relative;
  width: 820px;
  height: auto;
  min-height: 545px;
  overflow: visible;
  background: var(--paper);
  border: 1px solid #997f6e;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 64px;
}

.top-rule {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 4px;
}

.page-body {
  display: grid;
  grid-template-columns: 152px 508px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 414px;
}

.left-sidebar {
  position: relative;
  left: auto;
  top: auto;
  width: 152px;
  height: auto;
  min-height: 414px;
  padding: 12px 13px 20px 20px;
}

.request-info {
  position: relative;
  left: auto;
  top: auto;
  width: 110px;
  height: 51px;
  margin: 4px auto 0;
}

.main-content {
  position: relative;
  left: auto;
  top: auto;
  width: 508px;
  height: auto;
  min-height: 414px;
}

.intro {
  height: auto;
  min-height: 59px;
  padding-bottom: 7px;
}

.right-sidebar {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  min-height: 414px;
  padding: 9px 13px 20px;
}

.footer {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 63px;
  min-height: 63px;
}

/* Optional container for longer page copy placed beneath the intro. */
.page-content {
  padding: 18px 24px 28px;
  color: #312b29;
  font-size: 11px;
  line-height: 1.55;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  color: #7b2b3d;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
}

.page-content p:first-child {
  margin-top: 0;
}

.page-content p:last-child {
  margin-bottom: 0;
}

/* ==========================================================
   HOMEPAGE CONTENT — scoped strictly to the main content area
   ========================================================== */
.main-content .homepage-content {
  padding: 24px 26px 30px;
  background: #fffaf5;
  color: #312b29;
  font-size: 11.5px;
  line-height: 1.65;
}
.main-content .homepage-content h2 {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
}
.main-content .homepage-content p { margin: 0 0 12px; }
.main-content .content-lead { text-align: center; padding: 4px 8px 18px; }
.main-content .content-lead .eyebrow {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.main-content .content-feature {
  display: grid;
  grid-template-columns: 178px 1fr;
  gap: 20px;
  align-items: center;
  margin: 8px 0 24px;
  padding: 18px;
  background: #fbf4eb;
  border: 1px solid #e5d8c8;
}
.main-content .content-feature.image-right { grid-template-columns: 1fr 178px; }
.main-content .content-feature.image-right img { order: 2; }
.main-content .content-feature img {
  display: block;
  width: 178px;
  height: 150px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 1px 5px rgba(70,44,36,.18);
}
.main-content .story-callout {
  margin: 0 18px 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  background: #f8efe2;
  color: #5c2432;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  text-align: center;
}
.main-content .story-callout p { margin: 0; }
.main-content .experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2px 0 26px;
  border-top: 1px solid #dfcfbc;
  border-bottom: 1px solid #dfcfbc;
  background: #faf3e9;
}
.main-content .experience-grid div { padding: 15px 8px; text-align: center; border-right: 1px solid #dfcfbc; }
.main-content .experience-grid div:last-child { border-right: 0; }
.main-content .experience-grid strong {
  display: block;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
}
.main-content .experience-grid span { display: block; margin-top: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .45px; }
.main-content .content-closing { text-align: center; padding: 0 10px; }
.main-content .content-actions { display: flex; justify-content: center; gap: 10px; margin: 18px 0 16px; }
.main-content .content-actions a {
  display: inline-block;
  padding: 10px 13px;
  border: 1px solid var(--burgundy);
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.main-content .primary-action { background: var(--burgundy); color: #fff; }
.main-content .secondary-action { background: transparent; color: var(--burgundy); }
.main-content .content-actions a:hover,
.main-content .content-actions a:focus { filter: brightness(1.12); text-decoration: underline; }
.main-content .town-link { margin-top: 18px; font-size: 10px; }
.main-content .town-link a { color: var(--burgundy2); font-weight: bold; }

@media (max-width: 819px) {
  .main-content .content-feature,
  .main-content .content-feature.image-right { grid-template-columns: 1fr; }
  .main-content .content-feature.image-right img { order: 0; }
  .main-content .content-feature img { width: 100%; height: 190px; }
}

/* Homepage refinements — July 2026 */
.intro p {
  font-size: 9.3px;
  line-height: 11px;
}

.main-content .content-feature.image-right {
  align-items: center;
}

.main-content .content-feature.image-right .content-image-link,
.main-content .content-feature.image-right img {
  width: 178px;
  height: 245px;
}

.main-content .content-feature.image-right img {
  object-fit: cover;
  object-position: center top;
}

.main-content .content-image-link {
  display: block;
  position: relative;
  cursor: zoom-in;
  text-decoration: none;
}

.main-content .content-image-link::after {
  content: "Click to enlarge";
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 4px 6px;
  background: rgba(92, 20, 39, 0.88);
  color: #fff;
  font-size: 7px;
  letter-spacing: .35px;
  opacity: 0;
  transition: opacity .18s ease;
}

.main-content .content-image-link:hover::after,
.main-content .content-image-link:focus::after {
  opacity: 1;
}

.side-section.towns {
  height: 94px;
}


.gallery-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 124px;
  min-height: 28px;
  height: auto;
  margin: 7px auto 0;
  padding: 6px 8px;
  border: 1px solid #8f1b39 !important;
  border-radius: 2px;
  background: linear-gradient(#a82247, #77112b);
  color: #fff !important;
  box-shadow: 0 2px 4px rgba(74, 34, 39, .22);
  font-size: 7.4px !important;
  font-weight: bold;
  letter-spacing: .45px;
  line-height: 1.15 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.28);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

/* The wording can be changed freely in the HTML without altering the icon or CSS. */
.gallery-button-label {
  display: block;
  max-width: 88px;
  white-space: normal;
}

/* Compact camera icon — intentionally different from the Instagram glyph. */
.gallery-button-icon {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 11px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 2px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(119,17,43,.12);
}

.gallery-button-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  width: 7px;
  height: 3px;
  border: 1px solid rgba(255,255,255,.92);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.gallery-button-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.12);
}

.gallery-button:hover,
.gallery-button:focus {
  background: linear-gradient(#b43859, #86213c) !important;
  border-color: #a3425b !important;
  filter: none !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(74, 34, 39, .26);
  text-decoration: none !important;
  color: #fff !important;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 14, 14, .88);
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox img {
  display: block;
  max-width: min(92vw, 900px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 0 8px 35px rgba(0,0,0,.5);
}

.image-lightbox-close {
  position: fixed;
  top: 14px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: #77112b;
  color: #fff;
  font: 28px/32px Arial, sans-serif;
  cursor: pointer;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus {
  filter: brightness(1.25);
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 819px) {
  .main-content .content-feature.image-right .content-image-link,
  .main-content .content-feature.image-right img {
    width: 100%;
    height: 340px;
  }
}
