/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --coral: #d97757;
  --coral-dark: #b85c3a;
  --coral-light: #f2c4ad;
  --beige-dark: #ffdbba;
  --beige-mid: #ffe8cc;
  --beige-light: #fff5ea;
  --cream: #fffaf5;
  --white: #fff;
  --brown-dark: #2d1b0e;
  --brown-mid: #5c3a1e;
  --brown-light: #9b6a3e;
  --gold: #c8862a;
  --gold-light: #f5d69b;
  --radius-btn: 8px;
  --radius-card: 14px;
  --shadow-sm: 0 2px 8px #2d1b0e14;
  --shadow-md: 0 8px 28px #2d1b0e21;
  --nav-h: 64px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--brown-mid);
  font-family: Georgia, Times New Roman, serif;
  line-height: 1.7;
}

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

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

button {
  cursor: pointer;
  font-family: inherit;
}

.top-banner {
  background: var(--brown-dark);
  color: var(--gold-light);
  text-align: center;
  letter-spacing: .07em;
  padding: 9px 24px;
  font-family: Arial, sans-serif;
  font-size: 12.5px;
}

.top-banner strong {
  color: var(--beige-dark);
}

.top-banner a {
  color: var(--coral-light);
  text-decoration: underline;
}

.nav {
  z-index: 1000;
  background: none;
  transition: background .3s, box-shadow .3s;
  position: sticky;
  top: 0;
}

.nav.scrolled {
  -webkit-backdrop-filter: blur(14px);
  background: #ffdbbaf5;
  box-shadow: 0 1px #d977572e;
}

.nav-inner {
  max-width: 1200px;
  height: var(--nav-h);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
}

.nav-logo {
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  display: flex;
}

.nav-logo img {
  width: auto;
  height: 42px;
}

.nav-logo-text {
  flex-direction: column;
  line-height: 1.15;
  display: flex;
}

.nav-logo-text .wm-top {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.nav-logo-text .wm-top span {
  color: var(--coral);
}

.nav-logo-text .wm-sub {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brown-light);
  font-family: Arial, sans-serif;
  font-size: 8.5px;
  font-weight: 600;
}

.nav-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 2px;
  list-style: none;
  display: flex;
}

.nav-links li {
  position: relative;
}

.nav-link {
  border-radius: var(--radius-btn);
  color: var(--brown-dark);
  white-space: nowrap;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  font-family: Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  transition: background .15s, color .15s;
  display: flex;
}

.nav-link:hover {
  color: var(--coral);
  background: #d977571a;
}

.nav-chevron {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  transition: transform .22s;
}

.has-dropdown:hover .nav-chevron, .has-dropdown:focus-within .nav-chevron {
  transform: rotate(180deg);
}

.dropdown-panel {
  background: var(--white);
  border: 1px solid var(--beige-mid);
  min-width: 210px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  z-index: 200;
  border-radius: 12px;
  padding: 10px;
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%)translateY(-6px);
}

.has-dropdown:hover .dropdown-panel, .has-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%)translateY(0);
}

.dropdown-panel a {
  border-radius: var(--radius-btn);
  color: var(--brown-mid);
  padding: 8px 13px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  transition: background .12s, color .12s;
  display: block;
}

.dropdown-panel a:hover {
  background: var(--beige-light);
  color: var(--coral);
}

.dp-divider {
  background: var(--beige-mid);
  height: 1px;
  margin: 6px 0;
}

.nav-cta {
  flex-shrink: 0;
}

.btn-nav-give {
  background: var(--coral);
  border-radius: var(--radius-btn);
  padding: 8px 22px;
  font-family: Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: background .15s;
  display: inline-block;
  color: var(--white) !important;
}

.btn-nav-give:hover {
  background: var(--coral-dark);
}

.nav-toggle {
  border-radius: var(--radius-btn);
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 6px;
  display: none;
}

.nav-toggle span {
  background: var(--brown-dark);
  border-radius: 2px;
  width: 22px;
  height: 2px;
  transition: transform .25s, opacity .2s;
  display: block;
}

.nav-toggle.open span:first-child {
  transform: translateY(7px)rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px)rotate(-45deg);
}

.nav-mobile {
  background: var(--beige-dark);
  border-top: 1px solid var(--beige-mid);
  max-height: 0;
  transition: max-height .38s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.nav-mobile.open {
  max-height: 700px;
}

.nav-mobile-inner {
  flex-direction: column;
  gap: 2px;
  padding: 12px 20px 26px;
  display: flex;
}

.mob-label {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brown-light);
  padding: 12px 12px 4px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.nav-mobile-inner a {
  border-radius: var(--radius-btn);
  color: var(--brown-dark);
  padding: 11px 12px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.nav-mobile-inner a:hover {
  background: var(--beige-mid);
  color: var(--coral);
}

.mob-give {
  background: var(--coral);
  text-align: center;
  border-radius: var(--radius-btn);
  margin-top: 12px;
  color: var(--white) !important;
  font-weight: 700 !important;
}

.mob-give:hover {
  background: var(--coral-dark) !important;
}

.btn-primary {
  background: var(--coral);
  color: var(--white);
  border-radius: var(--radius-btn);
  border: none;
  padding: 13px 30px;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  transition: background .15s, transform .15s;
  display: inline-block;
  box-shadow: 0 3px 14px #d9775752;
}

.btn-primary:hover {
  background: var(--coral-dark);
  transform: translateY(-1px);
}

.btn-ghost {
  color: var(--beige-dark);
  border-radius: var(--radius-btn);
  background: none;
  border: 1.5px solid #ffdbba73;
  padding: 13px 30px;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  transition: border-color .15s, background .15s;
  display: inline-block;
}

.btn-ghost:hover {
  border-color: var(--beige-dark);
  background: #ffdbba1f;
}

.btn-outline {
  color: var(--coral);
  letter-spacing: .04em;
  border-radius: var(--radius-btn);
  border: 1.5px solid var(--coral-light);
  background: none;
  padding: 9px 20px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background .15s, border-color .15s, color .15s;
  display: inline-block;
}

.btn-outline:hover {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}

.hero {
  height: calc(100vh - var(--nav-h) - 42px);
  min-height: 520px;
  max-height: 860px;
  position: relative;
  overflow: hidden;
}

.hero-slides {
  will-change: transform;
  height: 100%;
  transition: transform .65s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.hero-slide {
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-bg {
  position: absolute;
  inset: 0;
}

.slide-bg-1 {
  background: linear-gradient(155deg, #2d1b0e 0%, #5c3a1e 45%, #8b5c30 100%);
}

.slide-bg-2 {
  background: linear-gradient(155deg, #3d1f0a 0%, #7a3a1c 50%, #d97757 100%);
}

.slide-bg-3 {
  background: linear-gradient(155deg, #1a1008 0%, #4a2510 50%, #8b5c30 100%);
}

.slide-bg-4 {
  background: linear-gradient(155deg, #2a1508 0%, #c8862a 70%, #d97757 100%);
}

.slide-bg-5 {
  background: linear-gradient(155deg, #2d1b0e 0%, #5c2e10 50%, #b85c3a 100%);
}

.slide-bg:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #d9775733 0%, #0000 70%);
  width: 600px;
  height: 600px;
  position: absolute;
  top: -80px;
  right: -80px;
}

.slide-bg:before {
  content: "";
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23ffffff' fill-opacity='0.028'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px;
  position: relative;
}

.anniversary-badge {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: var(--radius-btn);
  background: #c8862a2e;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.hero-eyebrow {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--coral-light);
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.hero-title {
  color: var(--white);
  max-width: 660px;
  margin-bottom: 20px;
  font-size: clamp(36px, 5.2vw, 72px);
  font-weight: 400;
  line-height: 1.08;
}

.hero-title em {
  color: var(--beige-dark);
  font-style: italic;
}

.hero-subtitle {
  color: #ffdbbac2;
  max-width: 490px;
  margin-bottom: 38px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.hero-ctas {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.carousel-arrow {
  z-index: 10;
  border-radius: var(--radius-btn);
  width: 44px;
  height: 44px;
  color: var(--beige-dark);
  -webkit-user-select: none;
  user-select: none;
  background: #ffdbba1a;
  border: 1px solid #ffdbba40;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: background .15s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-arrow:hover {
  background: #d9775759;
}

.carousel-arrow.prev {
  left: 20px;
}

.carousel-arrow.next {
  right: 20px;
}

.carousel-dots {
  z-index: 10;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  cursor: pointer;
  background: #ffdbba4d;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  transition: background .25s, width .25s;
}

.dot.active {
  background: var(--beige-dark);
  width: 24px;
}

.slide-counter {
  z-index: 10;
  color: #ffdbba66;
  letter-spacing: .1em;
  font-family: Arial, sans-serif;
  font-size: 11px;
  position: absolute;
  bottom: 24px;
  right: 30px;
}

section {
  padding: 84px 28px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.section-title {
  color: var(--brown-dark);
  margin-bottom: 13px;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.18;
}

.section-desc {
  color: var(--brown-light);
  max-width: 500px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.section-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 44px;
  display: flex;
}

.quick-access {
  background: var(--beige-dark);
  border-top: 1px solid var(--coral-light);
  border-bottom: 1px solid var(--coral-light);
  padding: 36px 28px;
}

.qa-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.qa-card {
  background: var(--white);
  border: 1px solid var(--beige-mid);
  border-radius: var(--radius-card);
  padding: 24px 20px;
  transition: box-shadow .18s, transform .18s;
}

.qa-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.qa-card-accent {
  background: var(--coral);
  border-radius: 2px;
  width: 36px;
  height: 3px;
  margin-bottom: 13px;
}

.qa-card h3 {
  color: var(--brown-dark);
  letter-spacing: .02em;
  margin-bottom: 7px;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

.qa-card p {
  color: var(--brown-light);
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
}

.qa-link {
  color: var(--coral);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 4px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-flex;
}

.qa-link:after {
  content: "→";
}

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

.posts-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 20px;
  display: grid;
}

.post-card-large {
  background: var(--white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  transition: box-shadow .2s, transform .2s;
  display: grid;
  overflow: hidden;
}

.post-card-large:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.post-card-large .post-card-img {
  aspect-ratio: unset;
  border-radius: 0;
  min-height: 300px;
}

.post-card {
  background: var(--white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: visible;
}

.post-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.post-card-img {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  position: relative;
  overflow: hidden;
}

.post-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .45s;
}

.post-card:hover .post-card-img img, .post-card-large:hover .post-card-img img {
  transform: scale(1.04);
}

.ph-1 {
  background: linear-gradient(145deg, #8b5c30, #ffdbba);
}

.ph-2 {
  background: linear-gradient(145deg, #d97757, #ffe8cc);
}

.ph-3 {
  background: linear-gradient(145deg, #5c3a1e, #c8862a);
}

.ph-4 {
  background: linear-gradient(145deg, #d97757, #8b5c30);
}

.ph-5 {
  background: linear-gradient(145deg, #ffdbba, #d97757);
}

.ph-6 {
  background: linear-gradient(145deg, #c8862a, #5c3a1e);
}

.post-tag {
  z-index: 2;
  background: var(--coral);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--radius-btn);
  padding: 3px 9px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 12px;
}

.expand-btn {
  width: 36px;
  height: 36px;
  color: var(--brown-dark);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 5;
  background: #ffffffeb;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: background .15s, transform .25s;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 14px;
  box-shadow: 0 2px 10px #00000024;
}

.expand-btn:hover {
  background: var(--beige-dark);
}

.expand-btn .plus {
  transition: transform .3s;
  display: inline-block;
}

.post-card.active .expand-btn .plus {
  transform: rotate(45deg);
}

.post-body {
  padding: 22px 20px 14px;
}

.post-meta {
  color: var(--brown-light);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  font-size: 10.5px;
}

.post-body h3 {
  color: var(--brown-dark);
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.post-preview {
  color: var(--brown-light);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
}

.posts-section-inner {
  position: relative;
}

.ric-panel-wrap {
  z-index: 20;
  border-radius: var(--radius-card);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.ric-panel-wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.ric-panel {
  background: var(--white);
  border-radius: var(--radius-card);
  grid-template-columns: 380px 1fr;
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  display: grid;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: scale(.97);
  box-shadow: 0 20px 60px #2d1b0e2e;
}

.ric-panel-wrap.open .ric-panel {
  transform: scale(1);
}

.ric-panel-img {
  background: var(--beige-light);
  position: relative;
  overflow: hidden;
}

.ric-panel-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ric-panel-body {
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px 48px 44px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.ric-close {
  background: var(--beige-mid);
  border: 1.5px solid var(--beige-dark);
  width: 36px;
  height: 36px;
  color: var(--brown-dark);
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: background .15s, transform .15s;
  display: flex;
  position: absolute;
  top: 18px;
  right: 18px;
}

.ric-close:hover {
  background: var(--coral-light);
  transform: scale(1.08);
}

.ric-panel-meta {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
}

.ric-panel-title {
  color: var(--brown-dark);
  margin-bottom: 22px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}

.ric-panel-text {
  color: var(--brown-mid);
  margin-bottom: 32px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.82;
}

.ric-panel-link {
  color: var(--coral);
  letter-spacing: .07em;
  text-transform: uppercase;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  transition: gap .2s;
  display: inline-flex;
}

.ric-panel-link:hover {
  gap: 12px;
}

.ric-panel-link:after {
  content: "→";
}

@media (max-width: 760px) {
  .ric-panel {
    grid-template-rows: 240px 1fr;
    grid-template-columns: 1fr;
  }

  .ric-panel-img {
    height: 240px;
    position: relative;
  }

  .ric-panel-body {
    padding: 28px 22px 32px;
  }
}

.wordfed-section {
  background: var(--brown-dark);
  border-top: none;
  padding: 80px 0 88px;
  overflow: hidden;
}

.wordfed-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.wordfed-section .section-header {
  margin-bottom: 40px;
}

.wordfed-section .section-label {
  color: var(--gold-light);
}

.wordfed-section .section-title {
  color: var(--beige-dark);
}

.wordfed-section .section-desc {
  color: #ffdbba8c;
}

.wordfed-section .btn-outline {
  color: var(--beige-dark);
  border-color: #ffdbba59;
}

.wordfed-section .btn-outline:hover {
  border-color: var(--beige-dark);
  background: #ffdbba1f;
}

.wf-carousel-wrap {
  position: relative;
}

.wf-track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 16px;
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}

.wf-track::-webkit-scrollbar {
  display: none;
}

.wf-arrows {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
  display: flex;
}

.wf-arrow {
  cursor: pointer;
  background: #ffdbba12;
  border: 1.5px solid #ffdbba40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background .15s, border-color .15s;
  display: flex;
}

.wf-arrow:hover {
  background: #ffdbba2e;
  border-color: #ffdbba8c;
}

.wf-arrow svg {
  width: 16px;
  height: 16px;
  stroke: var(--beige-dark);
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-arrow:disabled {
  opacity: .3;
  cursor: default;
}

.wf-card {
  aspect-ratio: 2 / 3;
  border-radius: var(--radius-card);
  cursor: pointer;
  scroll-snap-align: start;
  background: var(--brown-mid);
  flex-shrink: 0;
  width: calc(33.333% - 11px);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.wf-card:hover {
  transform: scale(1.018);
}

.wf-card-bg {
  background-position: 50% 30%;
  background-size: cover;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.wf-card:hover .wf-card-bg {
  transform: scale(1.04);
}

.wf-card:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0a0502c7 0%, #0a050285 22%, #0a05022e 42%, #0000 58%, #0a05021f 85%, #0a050252 100%);
  position: absolute;
  inset: 0;
}

.wf-card-copy {
  z-index: 2;
  padding: 24px 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wf-card-label {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.wf-card-title {
  color: var(--white);
  margin-bottom: 10px;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.25;
}

.wf-expand-btn {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 38px;
  height: 38px;
  color: var(--brown-dark);
  pointer-events: none;
  z-index: 3;
  background: #ffffffe0;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.wf-lb {
  z-index: 200;
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  opacity: 0;
  pointer-events: none;
  background: #0a050285;
  justify-content: center;
  align-items: center;
  transition: opacity .28s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  inset: 0;
}

.wf-lb.open {
  opacity: 1;
  pointer-events: auto;
}

.wf-lb-panel {
  background: #fdf7f0;
  border-radius: 20px;
  width: min(90vw, 560px);
  max-height: 82vh;
  padding: 46px 44px 44px;
  transition: transform .42s cubic-bezier(.34, 1.18, .64, 1);
  position: relative;
  overflow-y: auto;
  transform: scale(.93);
  box-shadow: 0 36px 90px #0a050261, 0 0 0 1px #ffdbba40;
}

.wf-lb.open .wf-lb-panel {
  transform: scale(1);
}

.wf-lb-close {
  width: 32px;
  height: 32px;
  color: var(--brown-dark);
  cursor: pointer;
  background: #2d1b0e1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: background .15s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.wf-lb-close:hover {
  background: #2d1b0e33;
}

.wf-lb-label {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.wf-lb-title {
  color: var(--brown-dark);
  margin-bottom: 24px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 400;
  line-height: 1.12;
}

.wf-lb-text {
  color: var(--brown-mid);
  margin-bottom: 32px;
  font-family: Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.88;
}

.wf-lb-link {
  color: var(--coral);
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .2s;
  display: inline-flex;
}

.wf-lb-link:hover {
  gap: 10px;
}

.wf-lb-link:after {
  content: "→";
}

.declaration {
  background: linear-gradient(135deg,var(--beige-dark) 0%,var(--beige-mid) 100%);
  position: relative;
  overflow: hidden;
}

.declaration:before {
  content: "\"";
  color: #d9775712;
  pointer-events: none;
  font-family: Georgia, serif;
  font-size: 260px;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: 20px;
}

.declaration .container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.declaration-text .eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.declaration-text blockquote {
  color: var(--brown-dark);
  margin-bottom: 22px;
  font-size: clamp(18px, 2.2vw, 27px);
  font-style: italic;
  line-height: 1.5;
}

.declaration-text p {
  color: var(--brown-mid);
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
}

.declaration-text .scriptures {
  color: var(--brown-light);
  letter-spacing: .04em;
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
}

.declaration-text .signature {
  color: var(--brown-dark);
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
}

.declaration-image .img-frame {
  border-radius: 14px;
  width: 100%;
  padding-bottom: 105%;
  position: relative;
  overflow: hidden;
}

.declaration-image .img-fill {
  position: absolute;
  inset: 0;
}

.declaration-image .img-fill img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonies {
  background: var(--white);
  border-top: 1px solid var(--beige-mid);
}

.stories-banner {
  background: var(--beige-dark);
  border: 1px solid var(--coral-light);
  border-radius: var(--radius-card);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px 24px;
  display: flex;
}

.stories-banner .sb-label {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 3px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.stories-banner .sb-title {
  color: var(--brown-dark);
  margin-bottom: 3px;
  font-size: 16.5px;
  font-weight: 400;
}

.stories-banner .sb-desc {
  color: var(--brown-light);
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
}

.testimonies-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 20px;
  display: grid;
}

.testimony-card {
  background: var(--beige-light);
  border: 1px solid var(--beige-dark);
  border-radius: var(--radius-card);
  cursor: pointer;
  padding: 28px 24px;
  transition: box-shadow .2s;
  position: relative;
}

.testimony-card:hover {
  box-shadow: var(--shadow-md);
}

.testimony-card:before {
  content: "\"";
  color: var(--coral-light);
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 18px;
}

.testimony-tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--coral);
  border: 1px solid var(--coral-light);
  border-radius: var(--radius-btn);
  margin-bottom: 14px;
  padding: 3px 9px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.testimony-card h3 {
  color: var(--brown-dark);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.testimony-card p {
  color: var(--brown-mid);
  margin-bottom: 18px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

.testimony-read {
  color: var(--coral);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 4px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-flex;
}

.testimony-read:after {
  content: "→";
}

.about-section {
  background: var(--beige-light);
  border-top: 1px solid var(--beige-dark);
  padding: 80px 28px;
}

.about-section .container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

.about-text p {
  color: var(--brown-mid);
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.85;
}

.about-text .signature {
  color: var(--brown-dark);
  margin: 22px 0;
  font-size: 18px;
  font-style: italic;
}

.about-photo {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
}

.about-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-strip {
  background: var(--brown-dark);
  padding: 80px 28px;
}

.services-strip .container {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 64px;
  display: grid;
}

.services-strip h2 {
  color: var(--beige-dark);
  margin-bottom: 16px;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.2;
}

.services-strip > .container > div > p {
  color: #ffdbbaa6;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.services-list {
  flex-direction: column;
  gap: 14px;
  list-style: none;
  display: flex;
}

.service-item {
  border-radius: var(--radius-card);
  background: #ffdbba0f;
  border: 1px solid #ffdbba1f;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  display: flex;
}

.service-dot {
  background: var(--coral);
  border-radius: 50%;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: 6px;
}

.service-info h4 {
  color: var(--beige-dark);
  letter-spacing: .03em;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.service-info p {
  color: #ffdbba85;
  margin: 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
}

.zoom-link {
  border: 1px solid var(--coral-light);
  border-radius: var(--radius-btn);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #d9775738;
  padding: 5px 12px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  transition: background .15s;
  display: inline-block;
  color: var(--coral-light) !important;
}

.zoom-link:hover {
  background: var(--coral);
  color: var(--white) !important;
}

.anniversary {
  text-align: center;
  background: linear-gradient(160deg, #c8862a 0%, #a85820 100%);
  padding: 80px 28px;
  position: relative;
  overflow: hidden;
}

.anniversary:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='%23ffffff' fill-opacity='0.06'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.anniversary .container {
  position: relative;
}

.anniversary .year-badge {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffffb3;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.anniversary h2 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 1.15;
}

.anniversary h2 span {
  opacity: .85;
  font-style: italic;
  display: block;
}

.anniversary p {
  color: #ffffffc2;
  max-width: 460px;
  margin: 0 auto 34px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.btn-anniversary {
  background: var(--white);
  color: var(--gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: var(--radius-btn);
  padding: 15px 42px;
  font-family: Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  transition: transform .15s, box-shadow .15s;
  display: inline-block;
  box-shadow: 0 5px 24px #2d1b0e33;
}

.btn-anniversary:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 36px #2d1b0e4d;
}

footer {
  background: var(--brown-dark);
  color: #ffdbba99;
  padding: 64px 28px 32px;
}

.footer-grid {
  border-bottom: 1px solid #ffdbba1a;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 44px;
  display: grid;
}

.footer-brand .logo {
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.footer-brand .logo img {
  width: auto;
  height: 34px;
}

.footer-brand .wm {
  color: var(--beige-dark);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.footer-brand .wm span {
  color: var(--coral);
}

.footer-brand p {
  color: #ffdbba70;
  max-width: 260px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.footer-col h4 {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--beige-dark);
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.footer-col ul {
  flex-direction: column;
  gap: 10px;
  list-style: none;
  display: flex;
}

.footer-col ul a {
  color: #ffdbba70;
  font-family: Arial, sans-serif;
  font-size: 13px;
  transition: color .15s;
}

.footer-col ul a:hover {
  color: var(--beige-dark);
}

.footer-bottom {
  color: #ffdbba47;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  display: flex;
}

.footer-bottom .anniversary-note {
  color: var(--gold);
  font-weight: 600;
}

@media (max-width: 900px) {
  .nav-links, .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    height: 85vh;
    max-height: none;
  }

  .post-card-large {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .post-card-large .post-card-img {
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-card) var(--radius-card) 0 0;
    min-height: 220px;
  }

  .wf-card {
    width: calc(50% - 8px);
  }

  .declaration .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .declaration-image {
    display: none;
  }

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

  .about-photo {
    order: -1;
  }

  .services-strip .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  section {
    padding: 60px 18px;
  }

  .hero-content {
    padding: 50px 20px;
  }

  .nav-inner {
    padding: 0 16px;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .wf-card {
    width: calc(85% - 8px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__02nfq85._.css.map*/