* {
  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;
  }
}

/* PROCESS PAGE START */
/* All selectors in this block are page-specific and cannot alter approved pages. */
.process-content{padding:0 22px 32px;color:#3f3d38;font-size:9.5px;line-height:1.48}.process-content *{box-sizing:border-box}.process-lead{text-align:center;padding:19px 12px 16px}.process-lead .eyebrow{margin:0 0 5px;color:#7f1733;font-size:8px;font-weight:bold;letter-spacing:.9px;text-transform:uppercase}.process-lead h2{margin:0 0 9px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2}.process-lead>p:last-child{max-width:770px;margin:0 auto;line-height:1.5}.process-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(185px,.65fr);gap:18px;align-items:center;margin:0 0 20px;padding:16px;border:1px solid #c5b27f;background:#fffdf3}.process-feature.image-left{grid-template-columns:minmax(185px,.65fr) minmax(0,1.35fr)}.process-feature-wide{grid-template-columns:minmax(0,1fr);align-items:start}.process-feature-wide .landscape-photo{max-width:760px;margin:12px auto 0}.process-copy h2{margin:3px 0 8px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:15px;line-height:1.22}.process-copy p{margin:0 0 8px;line-height:1.5}.process-number{display:inline-block;margin-bottom:3px;color:#b49538;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:bold}.process-photo{margin:0;text-align:center}.process-photo img{display:block;width:100%;height:auto;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}.process-photo.portrait-photo{max-width:265px;margin-left:auto;margin-right:auto}.process-photo.landscape-photo{max-width:700px}.process-photo figcaption{padding:6px 4px 0;color:#676057;font-size:8px;font-style:italic;line-height:1.35}.process-section{margin:17px 0 20px;padding:12px 10px 10px;border:1px solid #c5b27f;background:#fffdf3;min-width:0}.process-section legend{max-width:92%;padding:0 7px;background:#ffffcc;color:#5c1527}.process-section legend h2{margin:0;padding:0 3px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.25}.process-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.process-card-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.process-card{padding:10px;border:1px solid #ded5b7;background:#fff}.process-card h3{margin:0 0 5px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:11px;line-height:1.25}.process-card p{margin:0;line-height:1.48}.process-closing{margin-top:20px;padding:18px 16px;border:1px solid #c5b27f;background:#eadcae;text-align:center}.process-closing h2{margin:0 0 7px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:16px}.process-closing>p{max-width:720px;margin:0 auto 8px;line-height:1.5}.process-slogan{color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:13px;font-style:italic;font-weight:bold}.process-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.process-button{display:inline-block;padding:8px 12px;border:1px solid #641126;background:#7f1733;color:#fffde8!important;font-size:8.5px;font-weight:bold;text-decoration:none!important}.process-button:hover,.process-button:focus{background:#5c1527;color:#fff!important}.process-button.secondary{background:#fffdf1;color:#5c1527!important}.process-button.secondary:hover,.process-button.secondary:focus{background:#f3e6bd}.process-content .content-image-link{display:block;position:relative;cursor:zoom-in}.process-content .content-image-link:after{content:"Click to enlarge";position:absolute;right:7px;bottom:7px;padding:4px 6px;background:rgba(92,21,39,.9);color:#fffde8;font-size:7px;letter-spacing:.25px;opacity:0;transition:opacity .2s}.process-content .content-image-link:hover:after,.process-content .content-image-link:focus:after{opacity:1}
@media(max-width:900px){.process-card-grid.three-up{grid-template-columns:1fr}.process-feature,.process-feature.image-left{grid-template-columns:1fr}.process-feature.image-left .process-photo{order:2}.process-photo.portrait-photo{max-width:360px}}
@media(max-width:760px){.process-content{padding:0 14px 26px;font-size:9.5px}.process-lead{padding:18px 6px 15px}.process-lead h2{font-size:17px}.process-feature{padding:13px;gap:14px}.process-card-grid{grid-template-columns:1fr}.process-section{padding:11px 9px}.process-section legend h2{font-size:13px}.process-actions{display:block}.process-button{display:block;margin:7px 0}}
/* PROCESS PAGE END */

/* FAQ PAGE START */
/* All selectors in this block are FAQ-specific and cannot alter approved pages. */
.faq-content{padding:0 22px 32px;color:#3f3d38;font-size:9.5px;line-height:1.48}.faq-content *{box-sizing:border-box}.faq-lead{text-align:center;padding:19px 12px 15px}.faq-lead .eyebrow{margin:0 0 5px;color:#7f1733;font-size:8px;font-weight:bold;letter-spacing:.9px;text-transform:uppercase}.faq-lead h2{margin:0 0 9px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2}.faq-lead>p:last-child{max-width:760px;margin:0 auto;line-height:1.5}.faq-photo{margin:0 auto 18px;text-align:center}.faq-photo img{display:block;width:100%;height:auto;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}.faq-photo-wide{max-width:720px}.faq-photo-small{max-width:215px;margin-top:4px}.faq-photo figcaption{padding:6px 4px 0;color:#676057;font-size:8px;font-style:italic;line-height:1.35}.faq-toc{margin:0 0 20px;padding:12px;border:1px solid #c5b27f;background:#eadcae;text-align:center}.faq-toc h2{margin:0 0 8px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px}.faq-toc div{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.faq-toc a{display:inline-block;padding:6px 8px;border:1px solid #b9a873;background:#fffdf3;color:#5c1527;font-size:8px;font-weight:bold;text-decoration:none}.faq-toc a:hover,.faq-toc a:focus{background:#f7e8ba;text-decoration:underline}.faq-section{margin:0 0 20px;padding:12px 10px 10px;border:1px solid #c5b27f;background:#fffdf3;scroll-margin-top:12px}.faq-section>h2{margin:-22px 0 10px;padding:0 7px;width:max-content;max-width:92%;background:#ffffcc;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.25}.faq-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.faq-card{padding:10px;border:1px solid #ded5b7;background:#fff}.faq-card h3{margin:0 0 5px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:11px;line-height:1.25}.faq-card p{margin:0;line-height:1.48}.faq-legal-note{margin:18px 0;padding:12px 14px;border-left:4px solid #b49538;background:#f8efe2}.faq-legal-note h2{margin:0 0 6px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:13px}.faq-legal-note p{margin:0}.faq-legal-note a{color:#5c1527;font-weight:bold}.faq-closing{margin-top:20px;padding:18px 16px;border:1px solid #c5b27f;background:#eadcae;text-align:center}.faq-closing h2{margin:0 0 7px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:16px}.faq-closing>p{max-width:720px;margin:0 auto 8px;line-height:1.5}.faq-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.faq-button{display:inline-block;padding:8px 12px;border:1px solid #641126;background:#7f1733;color:#fffde8!important;font-size:8.5px;font-weight:bold;text-decoration:none!important}.faq-button:hover,.faq-button:focus{background:#5c1527;color:#fff!important}.faq-button.secondary{background:#fffdf1;color:#5c1527!important}.faq-button.secondary:hover,.faq-button.secondary:focus{background:#f3e6bd}.faq-related{margin-top:12px!important;font-size:8.5px}.faq-related a{color:#5c1527;font-weight:bold}.faq-content .content-image-link{display:block;position:relative;cursor:zoom-in}.faq-content .content-image-link:after{content:"Click to enlarge";position:absolute;right:7px;bottom:7px;padding:4px 6px;background:rgba(92,21,39,.9);color:#fffde8;font-size:7px;letter-spacing:.25px;opacity:0;transition:opacity .2s}.faq-content .content-image-link:hover:after,.faq-content .content-image-link:focus:after{opacity:1}
@media(max-width:760px){.faq-content{padding:0 14px 26px;font-size:9.5px}.faq-lead{padding:18px 6px 15px}.faq-lead h2{font-size:17px}.faq-card-list{grid-template-columns:1fr}.faq-section{padding:11px 9px}.faq-section>h2{font-size:13px}.faq-toc div{display:block}.faq-toc a{display:block;margin:5px 0}.faq-actions{display:block}.faq-button{display:block;margin:7px 0}}
/* FAQ PAGE END */

/* CONTACT PAGE START */
/* All selectors in this block are contact-page-specific and cannot alter approved pages. */
.contact-content{padding:0 22px 32px;color:#3f3d38;font-size:9.5px;line-height:1.48}.contact-content *{box-sizing:border-box}.contact-lead{text-align:center;padding:19px 12px 15px}.contact-lead .eyebrow{margin:0 0 5px;color:#7f1733;font-size:8px;font-weight:bold;letter-spacing:.9px;text-transform:uppercase}.contact-lead h2{margin:0 0 9px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2}.contact-lead p{max-width:760px;margin:0 auto 8px;line-height:1.5}.contact-lead a{color:#5c1527;font-weight:bold}.contact-photo{margin:0 auto 18px;text-align:center}.contact-photo img{display:block;width:100%;height:auto;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}.contact-photo-wide{max-width:760px}.contact-photo-medium{max-width:450px}.contact-photo-small{max-width:500px}.contact-photo figcaption{padding:6px 4px 0;color:#676057;font-size:8px;font-style:italic;line-height:1.35}.contact-reassurance{margin:0 0 20px;padding:14px 16px;border-left:4px solid #b49538;background:#f8efe2}.contact-reassurance h2,.contact-info-card h2,.contact-map-section h2,.contact-faq-card h2{margin:0 0 6px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.25}.contact-reassurance p,.contact-info-card p,.contact-faq-card p{margin:0 0 7px}.contact-form-section{margin:0 0 20px;padding:14px;border:1px solid #c5b27f;background:#fffdf3}.contact-form-section>h2{margin:-24px 0 8px;padding:0 7px;width:max-content;max-width:92%;background:#ffffcc;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.25}.contact-form-intro{margin:0 0 10px}.contact-content .nym-form{max-width:none;margin:0;padding:0;background:transparent;border:0;font-family:inherit;font-size:9.5px;line-height:1.45}.contact-content .nym-form p{margin:0 0 9px;padding:0}.contact-content .nym-form label{display:block;margin:0 0 4px;color:#5c1527;font-weight:bold}.contact-content .nym-form input[type="text"],.contact-content .nym-form input[type="email"],.contact-content .nym-form input[type="tel"],.contact-content .nym-form select,.contact-content .nym-form textarea{display:block;width:100%;max-width:none;padding:8px 9px;border:1px solid #b8ad8b;border-radius:0;background:#fff;font:9.5px/1.35 Verdana,Arial,Helvetica,sans-serif;color:#333}.contact-content .nym-form input:focus,.contact-content .nym-form select:focus,.contact-content .nym-form textarea:focus{outline:2px solid rgba(127,23,51,.22);border-color:#7f1733}.contact-content .nym-form textarea{min-height:105px;resize:vertical}.contact-content .nym-form select{height:34px}.contact-content .nym-form input[type="submit"],.contact-content .nym-form button[type="submit"]{display:inline-block;margin-top:5px;padding:9px 14px;border:1px solid #641126;background:#7f1733;color:#fffde8;font-size:8.5px;font-weight:bold;cursor:pointer}.contact-content .nym-form input[type="submit"]:hover,.contact-content .nym-form input[type="submit"]:focus,.contact-content .nym-form button[type="submit"]:hover,.contact-content .nym-form button[type="submit"]:focus{background:#5c1527}.contact-info-card,.contact-map-section,.contact-faq-card{margin:0 0 20px;padding:13px 15px;border:1px solid #c5b27f;background:#fffdf3}.contact-map-section{text-align:center}.contact-map-wrap{position:relative;width:100%;max-width:620px;margin:10px auto 0;padding-top:64%;overflow:hidden;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.18)}.contact-map-wrap iframe{position:absolute;inset:0;width:100%;height:100%}.contact-closing{margin-top:20px;padding:18px 16px;border:1px solid #c5b27f;background:#eadcae;text-align:center}.contact-closing h2{margin:0 0 7px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:16px}.contact-closing>p{max-width:720px;margin:0 auto 8px;line-height:1.5}.contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.contact-button{display:inline-block;padding:8px 12px;border:1px solid #641126;background:#7f1733;color:#fffde8!important;font-size:8.5px;font-weight:bold;text-decoration:none!important}.contact-button:hover,.contact-button:focus{background:#5c1527;color:#fff!important}.contact-button.secondary{background:#fffdf1;color:#5c1527!important}.contact-button.secondary:hover,.contact-button.secondary:focus{background:#f3e6bd}.contact-related{margin-top:12px!important;font-size:8.5px}.contact-related a{color:#5c1527;font-weight:bold}.contact-content .content-image-link{display:block;position:relative;cursor:zoom-in}.contact-content .content-image-link:after{content:"Click to enlarge";position:absolute;right:7px;bottom:7px;padding:4px 6px;background:rgba(92,21,39,.9);color:#fffde8;font-size:7px;letter-spacing:.25px;opacity:0;transition:opacity .2s}.contact-content .content-image-link:hover:after,.contact-content .content-image-link:focus:after{opacity:1}
@media(max-width:760px){.contact-content{padding:0 14px 26px;font-size:9.5px}.contact-lead{padding:18px 6px 15px}.contact-lead h2{font-size:17px}.contact-form-section{padding:12px}.contact-form-section>h2{font-size:13px}.contact-actions{display:block}.contact-button{display:block;margin:7px 0}.contact-map-wrap{padding-top:78%}}
/* CONTACT PAGE END */

/* VENDORS PAGE START */
.vendors-content{padding:0 22px 32px;color:#3f3d38;font-size:9.5px;line-height:1.48}.vendors-content *{box-sizing:border-box}.vendors-lead{text-align:center;padding:19px 12px 15px}.vendors-lead .eyebrow,.vendors-feature .eyebrow{margin:0 0 5px;color:#7f1733;font-size:8px;font-weight:bold;letter-spacing:.9px;text-transform:uppercase}.vendors-lead h1{margin:0 0 9px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2}.vendors-lead p{max-width:760px;margin:0 auto;line-height:1.5}.vendors-ribbon{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:0 0 18px;padding:9px 12px;border-top:3px solid #7f1733;border-bottom:1px solid #c5b27f;background:#fffdf3}.vendors-ribbon span{color:#7f1733;font-size:7.5px;font-weight:bold;letter-spacing:.8px}.vendors-ribbon a{color:#5c1527;font-weight:bold;text-decoration:none}.vendors-ribbon a:hover{text-decoration:underline}.vendors-ribbon b{color:#b49538}.vendors-photo{margin:0 auto 18px;text-align:center}.vendors-photo img{display:block;width:100%;height:auto;border:4px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.2)}.vendors-photo-wide{max-width:760px}.vendors-photo-medium{max-width:310px}.vendors-photo figcaption{padding:6px 4px 0;color:#676057;font-size:8px;font-style:italic}.vendors-section{margin:0 0 20px;padding:13px 12px;border:1px solid #c5b27f;background:#fffdf3;scroll-margin-top:12px}.vendors-section>h2{margin:-23px 0 9px;padding:0 7px;width:max-content;max-width:92%;background:#ffffcc;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:14px}.vendors-section-intro{margin:0 0 11px}.vendors-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vendors-card{position:relative;min-height:112px;padding:12px 11px 10px;overflow:hidden;border:1px solid #d8cfb2;background:#fff;color:#3f3d38!important;text-decoration:none!important}.vendors-card:hover,.vendors-card:focus{border-color:#7f1733;background:#fffaf0;transform:translateY(-1px)}.vendors-card h3{position:relative;margin:0 0 5px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:11px}.vendors-card p{position:relative;margin:0 0 8px}.vendors-card strong{position:relative;color:#5c1527;font-size:8px}.vendors-watermark{position:absolute;right:5px;bottom:-9px;font-size:48px;line-height:1;opacity:.08;filter:grayscale(1)}.vendors-feature{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:center;margin:0 0 20px;padding:14px;border-left:4px solid #b49538;background:#f8efe2;scroll-margin-top:12px}.vendors-feature h2{margin:0 0 7px;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:15px}.vendors-feature p{margin:0 0 8px}.vendors-feature .vendors-photo{margin:0}.vendors-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vendors-faq-card{padding:10px;border:1px solid #ded5b7;background:#fff}.vendors-faq-card h3{margin:0 0 5px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:11px}.vendors-faq-card p{margin:0}.vendors-closing{padding:18px 16px;border:1px solid #c5b27f;background:#eadcae;text-align:center}.vendors-closing h2{margin:0 0 7px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:16px}.vendors-closing p{max-width:700px;margin:0 auto 8px}.vendors-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.vendors-button{display:inline-block;padding:8px 12px;border:1px solid #641126;background:#7f1733;color:#fffde8!important;font-size:8.5px;font-weight:bold;text-decoration:none!important}.vendors-button.secondary{background:#fffdf1;color:#5c1527!important}.vendors-content .content-image-link{display:block;position:relative;cursor:zoom-in}.vendors-content .content-image-link:after{content:"Click to enlarge";position:absolute;right:7px;bottom:7px;padding:4px 6px;background:rgba(92,21,39,.9);color:#fffde8;font-size:7px;opacity:0}.vendors-content .content-image-link:hover:after{opacity:1}@media(max-width:760px){.vendors-content{padding:0 14px 26px}.vendors-card-grid,.vendors-faq-grid,.vendors-feature{grid-template-columns:1fr}.vendors-ribbon{display:block;text-align:center}.vendors-ribbon span,.vendors-ribbon a,.vendors-ribbon b{display:inline-block;margin:3px}.vendors-photo-medium{max-width:420px}.vendors-actions{display:block}.vendors-button{display:block;margin:7px 0}}
/* VENDORS PAGE END */

/* VENDORS PAGE FINAL REFINEMENTS START */
.vendors-long-island-cta{display:block;width:100%;max-width:760px;margin:4px auto 16px;text-decoration:none!important;line-height:0;transition:transform .18s ease,filter .18s ease}.vendors-long-island-cta svg,.vendors-long-island-cta>img{display:block;width:100%;height:auto;overflow:visible}.vendors-long-island-cta:hover,.vendors-long-island-cta:focus{transform:translateY(-2px);filter:brightness(1.05)}.vendors-long-island-cta:focus{outline:2px solid #b49538;outline-offset:4px}
.vendors-feature-editorial{display:block;padding:16px 16px 14px;border-left:0;border-top:4px solid #7f1733;background:#fffaf0;box-shadow:0 3px 10px rgba(74,48,30,.12)}.vendors-feature-heading{text-align:center;margin:0 0 10px}.vendors-feature-heading .eyebrow{margin-bottom:3px}.vendors-feature-heading h2{margin:0;color:#5c1527;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.25}.vendors-feature-body{overflow:auto}.vendors-feature-photo{float:right;width:42%;max-width:310px;margin:0 0 9px 15px!important}.vendors-feature-body>p{margin:0;line-height:1.58}.vendors-recommendation-note{clear:both;margin-top:12px;padding:10px 12px;border:1px solid #d2bf84;border-left:4px solid #b49538;background:#f8efe2}.vendors-recommendation-note strong{display:block;margin:0 0 4px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:10.5px}.vendors-recommendation-note p{margin:0;line-height:1.5}
@media(max-width:760px){.vendors-long-island-cta{margin-bottom:14px}.vendors-feature-photo{float:none;width:100%;max-width:420px;margin:0 auto 10px!important}.vendors-feature-body>p{line-height:1.52}.vendors-feature-heading h2{font-size:15px}}
/* VENDORS PAGE FINAL REFINEMENTS END */


/* Vendors page: approved image-based category cards (page-specific only) */
.vendors-card-image-grid {
  align-items: stretch;
}
.vendors-card-image {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #fffaf1;
  border: 1px solid rgba(183, 137, 43, 0.58);
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(65, 31, 17, 0.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.vendors-card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.vendors-card-image:hover,
.vendors-card-image:focus-visible {
  transform: translateY(-3px);
  border-color: #c58b2d;
  background: #f4e4ca;
  box-shadow: 0 10px 22px rgba(74,38,25,.16);
}
@media (prefers-reduced-motion: reduce) {
  .vendors-card-image {
    transition: none;
  }
  .vendors-card-image:hover,
  .vendors-card-image:focus-visible {
    transform: none;
  }
}


/* ===== Recommended Wedding Photographers page: page-specific additions only ===== */
.photographers-content .photographers-lead-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(190px,.65fr);gap:24px;align-items:center;margin-bottom:18px}.photographers-content .photographers-lead{margin:0}.photographers-content .photographers-category-card{display:block;border:1px solid #d7b66c;border-radius:10px;overflow:hidden;background:#fffaf0;box-shadow:0 7px 18px rgba(75,35,24,.12);transition:transform .18s ease,box-shadow .18s ease}.photographers-content .photographers-category-card:hover,.photographers-content .photographers-category-card:focus{transform:translateY(-3px);box-shadow:0 11px 24px rgba(75,35,24,.18)}.photographers-content .photographers-category-card img{display:block;width:100%;height:auto}.photographers-content .photographers-main-photo img{aspect-ratio:3/2;object-fit:cover}.photographers-content .photographers-directory{padding-top:5px}.photographers-content .photographers-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.photographers-content .photographer-card{position:relative;padding:22px 20px 18px 70px;border:1px solid #dfc991;border-radius:10px;background:linear-gradient(145deg,#fffdf7,#f8eedf);box-shadow:0 5px 14px rgba(74,38,25,.08)}.photographers-content .photographer-icon{position:absolute;left:20px;top:23px;width:34px;height:34px;border:2px solid #c58b2d;border-radius:50%;color:#7f1733;font-size:22px;line-height:28px;text-align:center}.photographers-content .photographer-card h3{margin:0 0 7px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.25}.photographers-content .photographer-card p{margin:0 0 13px;padding:0;color:#4d493f;font-size:12px;line-height:1.55}.photographers-content .photographer-card a{color:#7f1733;font-weight:700;text-decoration:none}.photographers-content .photographer-card a:hover,.photographers-content .photographer-card a:focus{text-decoration:underline}.photographers-content .photographers-editorial-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(210px,.65fr);gap:22px;align-items:start}.photographers-content .photographers-editorial-columns p{padding-left:0;padding-right:0}.photographers-content .photographers-checklist{padding:18px;border:1px solid #d5b46e;border-radius:9px;background:#fff9ec}.photographers-content .photographers-checklist h3{margin:0 0 10px;color:#7f1733;font-family:Georgia,"Times New Roman",serif;font-size:17px}.photographers-content .photographers-checklist ul{margin:0;padding-left:18px}.photographers-content .photographers-checklist li{margin:0 0 7px;font-size:12px;line-height:1.45}.photographers-content .photographers-back-link{text-align:center;margin:24px 0 4px}@media(max-width:760px){.photographers-content .photographers-lead-grid,.photographers-content .photographers-editorial-columns{grid-template-columns:1fr}.photographers-content .photographers-category-card{max-width:330px;margin:0 auto}.photographers-content .photographers-card-grid{grid-template-columns:1fr}}

/* Photographers page surgical corrections: camera icons and section-heading spacing only */
.photographers-content .photographers-directory > .eyebrow{margin:0 0 5px;padding:0;color:#7f1733;font-size:8px;font-weight:bold;letter-spacing:.9px;text-transform:uppercase}
.photographers-content .photographers-directory > h2{margin:0 0 9px;padding:0;background:transparent;width:auto;max-width:none;line-height:1.25}
.photographers-content .photographer-icon{display:flex;align-items:center;justify-content:center;line-height:1}
.photographers-content .photographer-icon svg{display:block;width:21px;height:21px;fill:#7f1733}

/* Photographer vendor-card rollover — page specific */
.photographers-content .photographer-card{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.photographers-content .photographer-card:hover,
.photographers-content .photographer-card:focus-within{
  transform:translateY(-3px);
  border-color:#c58b2d;
  background:linear-gradient(145deg,#fffef9,#f4e4ca);
  box-shadow:0 10px 22px rgba(74,38,25,.16);
}
.photographers-content .photographer-card .photographer-icon{
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.photographers-content .photographer-card:hover .photographer-icon,
.photographers-content .photographer-card:focus-within .photographer-icon{
  background:#7f1733;
  border-color:#7f1733;
  color:#fffaf0;
  transform:scale(1.06);
}
.photographers-content .photographer-card:hover .photographer-icon svg,
.photographers-content .photographer-card:focus-within .photographer-icon svg{
  fill:#fffaf0;
}
.photographers-content .photographer-card h3{
  transition:color .18s ease;
}
.photographers-content .photographer-card:hover h3,
.photographers-content .photographer-card:focus-within h3{
  color:#5c1025;
}
@media (prefers-reduced-motion:reduce){
  .photographers-content .photographer-card,
  .photographers-content .photographer-card .photographer-icon,
  .photographers-content .photographer-card h3{
    transition:none;
  }
  .photographers-content .photographer-card:hover,
  .photographers-content .photographer-card:focus-within{
    transform:none;
  }
}

/* Shared standardized vendor-page additions */
.photographers-content .vendor-emoji{font-size:18px;line-height:1;display:block;filter:grayscale(1) sepia(.35)}
.photographers-content .photographer-card:hover .vendor-emoji,.photographers-content .photographer-card:focus-within .vendor-emoji{filter:none;transform:scale(1.02)}
.vendor-locations-cta{text-align:center;margin:24px auto 28px}.vendor-locations-cta a{display:inline-block;max-width:100%}.vendor-locations-cta img{display:block;width:min(481px,100%);height:auto;transition:transform .18s ease,filter .18s ease}.vendor-locations-cta a:hover img,.vendor-locations-cta a:focus img{transform:translateY(-2px);filter:drop-shadow(0 6px 8px rgba(74,38,25,.18))}

/* Main vendor directory cards — exact individual-page rollover behavior */
.vendors-card-image{
  position:relative;
}
.vendors-card-image > img{
  transition:filter .18s ease;
}
.vendors-card-image .vendors-card-hover-icon{
  position:absolute;
  left:10.6%;
  top:22.5%;
  width:17.5%;
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #7f1733;
  border-radius:50%;
  background:#7f1733;
  color:#fffaf0;
  box-shadow:0 3px 9px rgba(74,38,25,.16);
  opacity:0;
  transform:scale(.94);
  transition:opacity .18s ease,transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;
  pointer-events:none;
}
.vendors-card-image .vendors-card-hover-icon .vendor-emoji{
  display:block;
  font-size:clamp(22px,3.15vw,42px);
  line-height:1;
  filter:none;
  transform:scale(1.02);
}
.vendors-card-image:hover .vendors-card-hover-icon,
.vendors-card-image:focus-visible .vendors-card-hover-icon{
  opacity:1;
  transform:scale(1.06);
}
.vendors-card-image:hover > img,
.vendors-card-image:focus-visible > img{
  filter:brightness(1.015);
}
@media (prefers-reduced-motion:reduce){
  .vendors-card-image > img,
  .vendors-card-image .vendors-card-hover-icon{
    transition:none;
  }
  .vendors-card-image:hover .vendors-card-hover-icon,
  .vendors-card-image:focus-visible .vendors-card-hover-icon{
    transform:none;
  }
}

/* CENTRAL PARK HUB PAGE — APPENDED 2026-07-27 */
.cp-intro { padding-bottom: 18px; }
.cp-main-image { margin: 0 auto 28px; text-align: center; }
.cp-main-image .content-image-link { display: inline-block; max-width: 100%; }
.cp-main-image img { display: block; width: min(100%, 500px); height: auto; margin: 0 auto; border: 1px solid #dacdbd; box-shadow: 0 8px 22px rgba(67,34,29,.13); }
.cp-copy, .cp-locations, .cp-planning, .cp-why, .cp-faqs, .cp-cta { margin: 0 0 34px; }
.cp-opening { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.cp-opening h2, .cp-section-heading h2, .cp-cta h2 { margin: 4px 0 10px; color: #651829; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; line-height: 1.18; }
.cp-opening p, .cp-section-heading p, .cp-info-panel p, .cp-info-panel li, .cp-why article p, .cp-faq-list p, .cp-cta p { font-size: 15px; line-height: 1.65; }
.cp-section-heading { max-width: 720px; margin: 0 auto 18px; text-align: center; }
.cp-section-heading .eyebrow, .cp-opening .eyebrow, .cp-cta .eyebrow { margin: 0; color: #9a762d; font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.4; }
.cp-destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.cp-destination-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dacdbd; background: #fff; color: #3b2721; text-decoration: none; box-shadow: 0 5px 15px rgba(67,34,29,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.cp-destination-card:hover, .cp-destination-card:focus-visible { transform: translateY(-5px); border-color: #8b2338; box-shadow: 0 12px 25px rgba(67,34,29,.17); outline: none; }
.cp-card-image { display: flex; height: 230px; align-items: center; justify-content: center; overflow: hidden; background: #f4efe7; }
.cp-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.cp-destination-card:hover .cp-card-image img { transform: scale(1.025); }
.cp-card-copy { position: relative; display: flex; flex: 1; flex-direction: column; padding: 18px 18px 19px; }
.cp-card-number { position: absolute; right: 15px; top: -17px; display: grid; width: 34px; height: 34px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #851b33; color: #fff; font-size: 12px; font-weight: 700; }
.cp-card-title { padding-right: 34px; color: #651829; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 700; line-height: 1.2; }
.cp-card-description { margin-top: 8px; font-size: 14px; line-height: 1.55; }
.cp-card-link { margin-top: auto; padding-top: 13px; color: #851b33; font-size: 13px; font-weight: 700; }
.cp-planning-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.cp-info-panel { min-width: 0; padding: 24px; border: 1px solid #ddcfbc; border-left: 4px solid #b28b39; background: #fbf5e8; overflow: hidden; }
.cp-info-panel:nth-child(2) { background: #f8f4ef; }
.cp-info-panel h3 { margin: 0 0 12px; color: #651829; font-family: Georgia, 'Times New Roman', serif; font-size: 23px; line-height: 1.22; }
.cp-info-panel p { margin: 0 0 11px; }
.cp-info-panel p:last-child { margin-bottom: 0; }
.cp-info-panel ul { margin: 0; padding-left: 20px; }
.cp-info-panel li { margin: 0 0 6px; }
.cp-why-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.cp-why article { padding: 20px 18px; border: 1px solid #e0d5c7; background: #fff; }
.cp-why article h3 { margin: 0 0 8px; color: #651829; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.25; }
.cp-why article p { margin: 0; font-size: 14px; }
.cp-faq-list { border-top: 1px solid #dccfbe; }
.cp-faq-list details { border-bottom: 1px solid #dccfbe; }
.cp-faq-list summary { padding: 15px 34px 15px 4px; color: #651829; cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 700; line-height: 1.35; }
.cp-faq-list p { margin: 0; padding: 0 4px 16px; }
.cp-cta { padding: 28px 30px; border: 1px solid #d7c7b3; background: #f8f1e5; text-align: center; }
.cp-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 17px; }
.cp-cta-button { display: inline-block; padding: 11px 20px; border: 1px solid #651829; background: #7b1c31; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.cp-cta-button:hover, .cp-cta-button:focus { background: #5e1325; color: #fff; }
@media (max-width: 820px) {
  .cp-destination-grid, .cp-planning-grid { grid-template-columns: 1fr; }
  .cp-why-grid { grid-template-columns: 1fr; }
  .cp-card-image { height: 260px; }
}
@media (max-width: 560px) {
  .cp-opening h2, .cp-section-heading h2, .cp-cta h2 { font-size: 23px; }
  .cp-card-image { height: 220px; }
  .cp-card-title { font-size: 19px; }
  .cp-info-panel { padding: 20px; }
  .cp-info-panel h3 { font-size: 21px; }
  .cp-faq-list summary { font-size: 17px; }
  .cp-cta { padding: 24px 18px; }
}

/* CENTRAL PARK HUB — table of contents and location maps */
.cp-toc{margin:0 auto 30px;padding:18px 20px;border:1px solid #dccfbe;background:#faf5ec;text-align:center}
.cp-toc-title{margin:0 0 10px;color:#651829;font-family:Georgia,'Times New Roman',serif;font-size:19px;font-weight:700;line-height:1.2}
.cp-toc-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px}
.cp-toc-links a{color:#7b1c31;font-size:13px;font-weight:700;text-decoration:none}
.cp-toc-links a:hover,.cp-toc-links a:focus{text-decoration:underline}
.cp-maps{margin:0 0 34px;scroll-margin-top:20px}
.cp-map-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cp-map-card{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;padding:12px 12px 14px;border:1px solid #dacdbd;background:#fff;color:#651829;text-decoration:none;box-shadow:0 5px 15px rgba(67,34,29,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.cp-map-card:hover,.cp-map-card:focus-visible{transform:translateY(-3px);border-color:#8b2338;box-shadow:0 10px 22px rgba(67,34,29,.15);outline:none}
.cp-map-card img{display:block;width:100%;height:245px;object-fit:contain;background:#f7f2ea}
.cp-map-number{position:absolute;top:20px;left:20px;z-index:1;display:grid;width:32px;height:32px;place-items:center;border:2px solid #fff;border-radius:50%;background:#851b33;color:#fff;font-size:12px;font-weight:700;box-shadow:0 2px 7px rgba(0,0,0,.15)}
.cp-map-name{padding-top:11px;font-family:Georgia,'Times New Roman',serif;font-size:17px;font-weight:700;line-height:1.25;text-align:center}
#locations,#planning,#why-central-park,#faqs{scroll-margin-top:20px}
@media(max-width:820px){.cp-map-grid{grid-template-columns:1fr}.cp-map-card img{height:auto;max-height:380px}}
@media(max-width:560px){.cp-toc{padding:16px 14px}.cp-toc-links{flex-direction:column;gap:8px}.cp-map-name{font-size:16px}}

/* CENTRAL PARK HUB — balanced typography refinement 2026-07-27 */
.cp-opening h2,
.cp-section-heading h2,
.cp-cta h2 {
  font-size: 20px;
  line-height: 1.24;
}
.cp-opening p,
.cp-section-heading p,
.cp-info-panel p,
.cp-info-panel li,
.cp-why article p,
.cp-faq-list p,
.cp-cta p {
  font-size: 11.5px;
  line-height: 1.58;
}
.cp-section-heading .eyebrow,
.cp-opening .eyebrow,
.cp-cta .eyebrow {
  font-size: 8.5px;
}
.cp-card-copy {
  padding: 15px 15px 16px;
}
.cp-card-title {
  font-size: 15.5px;
  line-height: 1.24;
}
.cp-card-description {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.5;
}
.cp-card-link {
  padding-top: 10px;
  font-size: 10.5px;
}
.cp-info-panel {
  padding: 19px;
}
.cp-info-panel h3 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.24;
}
.cp-why article h3 {
  font-size: 15px;
}
.cp-faq-list summary {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.32;
}
.cp-toc-title {
  font-size: 15px;
}
.cp-toc-links a {
  font-size: 10.5px;
}
.cp-map-name {
  font-size: 14px;
}
@media (max-width: 560px) {
  .cp-opening h2,
  .cp-section-heading h2,
  .cp-cta h2 {
    font-size: 19px;
  }
  .cp-opening p,
  .cp-section-heading p,
  .cp-info-panel p,
  .cp-info-panel li,
  .cp-why article p,
  .cp-faq-list p,
  .cp-cta p {
    font-size: 12px;
  }
  .cp-card-title { font-size: 16px; }
  .cp-card-description { font-size: 11.5px; }
  .cp-info-panel h3 { font-size: 18px; }
  .cp-faq-list summary { font-size: 15px; }
  .cp-map-name { font-size: 14px; }
}
