/* Wedding Vows by Nikhil — layout, footer and premium money-page refinements */

/* Shared site content width — matches contact / standard pages */
.wvn-container {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Wider editorial sections */
.wvn-cta,
.wvn-gallery:not(.wvn-hg),
.wvn-stories,
.wvn-quotes,
.wvn-collective {
  width: min(1720px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.wvn-cta-box {
  width: 100%;
}

.wvn-gallery:not(.wvn-hg) {
  padding-left: 0;
  padding-right: 0;
}

.wvn-gallery:not(.wvn-hg) > .wvn-kicker,
.wvn-gallery:not(.wvn-hg) > .wvn-display,
.wvn-gallery:not(.wvn-hg) > .wvn-lede {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Premium money-page system
   ========================================================= */
.wvn-money-page {
  --money-ink: #2d2020;
  --money-muted: #6e5d5d;
  --money-line: rgba(61, 42, 42, .14);
  --money-paper: #f7f3ec;
  --money-paper-2: #efe9df;
  --money-blush: #ad6f6f;
  --money-blush-deep: #8f5757;
  --money-white: #fffdf9;
  color: var(--money-ink);
}

.wvn-money-hero {
  position: relative;
  min-height: clamp(560px, 70vh, 760px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #2c2323;
}

.wvn-money-hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--svc-hero);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.wvn-money-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 16, 16, .76) 0%, rgba(21, 16, 16, .48) 42%, rgba(21, 16, 16, .16) 100%), linear-gradient(0deg, rgba(21,16,16,.58) 0%, rgba(21,16,16,.04) 58%);
}

.wvn-money-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  padding: 90px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 60px;
  align-items: end;
}

.wvn-money-hero-copy {
  max-width: 930px;
}

.wvn-money-hero .wvn-svc-crumb {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.wvn-money-hero h1 {
  margin: 0;
  color: #fffdf9;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .98;
  letter-spacing: .01em;
  text-wrap: balance;
}

.wvn-money-hero-lede {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.6;
}

.wvn-money-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.wvn-money-btn,
.wvn-money-card-btn,
.wvn-money-proof-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.wvn-money-btn:hover,
.wvn-money-card-btn:hover,
.wvn-money-proof-links a:hover {
  transform: translateY(-2px);
}

.wvn-money-btn-primary {
  background: var(--money-blush);
  color: #fff;
}

.wvn-money-btn-primary:hover {
  background: var(--money-blush-deep);
  color: #fff;
}

.wvn-money-btn-ghost {
  border-color: rgba(255,255,255,.56);
  color: #fff;
  background: rgba(255,255,255,.04);
}

.wvn-money-btn-ghost:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.wvn-money-hero-side {
  border-left: 1px solid rgba(255,255,255,.35);
  padding-left: 24px;
  color: rgba(255,255,255,.86);
}

.wvn-money-hero-side div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.17);
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.wvn-money-hero-side div:last-child {
  border-bottom: 0;
}

.wvn-money-hero-side span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  letter-spacing: .2em;
}

.wvn-money-proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--money-line);
  background: var(--money-white);
}

.wvn-money-proof > div {
  padding: 26px 28px;
  border-right: 1px solid var(--money-line);
  text-align: center;
}

.wvn-money-proof > div:last-child {
  border-right: 0;
}

.wvn-money-proof strong,
.wvn-money-proof span {
  display: block;
}

.wvn-money-proof strong {
  font-family: var(--font, Georgia, serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .03em;
}

.wvn-money-proof span {
  margin-top: 5px;
  color: var(--money-muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wvn-money-intro {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
  padding: 100px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: start;
}

.wvn-money-intro-copy > .wvn-kicker,
.wvn-money-section-head .wvn-kicker,
.wvn-money-final-cta .wvn-kicker,
.wvn-money-card-kicker {
  margin: 0 0 12px;
  color: var(--money-blush);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.wvn-money-intro-copy > h2,
.wvn-money-services h2,
.wvn-money-faq h2,
.wvn-money-final-cta h2 {
  margin: 0;
  color: var(--money-ink);
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.04;
  text-wrap: balance;
}

.wvn-money-content {
  margin-top: 34px;
  color: var(--money-muted);
  font-size: 16px;
  line-height: 1.8;
}

.wvn-money-content h2,
.wvn-money-content h3 {
  margin-top: 46px;
  margin-bottom: 14px;
  color: var(--money-ink);
  line-height: 1.18;
}

.wvn-money-content h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.wvn-money-content h3 {
  font-size: 24px;
}

.wvn-money-content p,
.wvn-money-content ul,
.wvn-money-content ol {
  max-width: 860px;
}

.wvn-money-content a {
  color: var(--money-ink);
  text-decoration: underline;
  text-decoration-color: rgba(173,111,111,.6);
  text-underline-offset: 4px;
}

.wvn-money-contact-card {
  position: sticky;
  top: 24px;
  padding: 32px;
  background: var(--money-paper);
  border: 1px solid var(--money-line);
  box-shadow: 0 20px 60px rgba(38, 25, 25, .08);
}

.wvn-money-contact-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.06;
}

.wvn-money-contact-card > p:not(.wvn-money-card-kicker):not(.wvn-money-card-note) {
  margin: 18px 0 22px;
  color: var(--money-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wvn-money-card-btn {
  width: 100%;
  background: var(--money-blush);
  color: #fff;
}

.wvn-money-card-btn:hover {
  color: #fff;
  background: var(--money-blush-deep);
}

.wvn-money-card-note {
  margin: 15px 0 0;
  color: var(--money-muted);
  font-size: 11px;
  text-align: center;
}

.wvn-money-card-note a {
  color: var(--money-ink);
  font-weight: 600;
}

.wvn-money-services {
  padding: 100px 0;
  background: var(--money-paper);
}

.wvn-money-services > *,
.wvn-money-proof-cta {
  width: min(1360px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
}

.wvn-money-faq > .wvn-money-section-head,
.wvn-money-faq > .wvn-money-faq-grid,
.wvn-money-faq > .wvn-money-faq-inner {
  width: min(920px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.wvn-money-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 60px;
  align-items: end;
}

.wvn-money-faq .wvn-money-section-head {
  display: block;
  grid-template-columns: none;
}

.wvn-money-section-lede {
  margin: 0;
  color: var(--money-muted);
  font-size: 16px;
  line-height: 1.7;
}

.wvn-money-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.wvn-money-service-card {
  min-height: 280px;
  padding: 30px;
  background: var(--money-white);
  border: 1px solid var(--money-line);
  position: relative;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}

.wvn-money-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(38,25,25,.09);
}

.wvn-money-service-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(173,111,111,.07);
}

.wvn-money-service-index {
  color: rgba(45,32,32,.32);
  font-size: 10px;
  letter-spacing: .18em;
}

.wvn-money-service-card .wvn-svc-label {
  margin: 40px 0 10px;
  color: var(--money-blush);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.wvn-money-service-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 33px);
  line-height: 1.05;
}

.wvn-money-service-card > p:last-child {
  margin: 0;
  color: var(--money-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wvn-money-proof-cta {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  background: #2d2020;
  color: #fff;
}

.wvn-money-proof-cta h2 {
  margin: 0;
  max-width: 740px;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.03;
}

.wvn-money-proof-cta .wvn-kicker {
  margin: 0 0 10px;
  color: #d9a4a4;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.wvn-money-proof-links {
  display: grid;
  gap: 9px;
  min-width: 260px;
}

.wvn-money-proof-links a {
  border-color: rgba(255,255,255,.28);
  color: #fff;
  justify-content: space-between;
}

.wvn-money-proof-links a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.wvn-money-faq {
  padding: 84px 0;
  background: #f0ede4;
}

.wvn-money-faq-grid {
  margin-top: 0;
  border-top: 1px solid var(--money-line);
}

.wvn-money-faq-grid details {
  border-bottom: 1px solid var(--money-line);
  padding: 0;
}

.wvn-money-faq-grid summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--money-ink);
  font-family: var(--font, Georgia, serif);
  font-size: 22px;
}

.wvn-money-faq-grid summary::-webkit-details-marker {
  display: none;
}

.wvn-money-faq-grid summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 19px;
  color: var(--money-blush);
  font-size: 24px;
  font-weight: 300;
}

.wvn-money-faq-grid details[open] summary::after {
  content: "−";
}

.wvn-money-faq-grid details p {
  max-width: none;
  margin: 0 0 24px;
  color: var(--money-muted);
  font-size: 15px;
  line-height: 1.75;
}

.wvn-money-final-cta {
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto 100px;
  padding: 56px 60px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  background: var(--money-paper-2);
}

.wvn-money-final-cta-copy {
  max-width: 820px;
}

.wvn-money-final-cta-copy > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--money-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* Footer */
.wvn-footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wvn-footer-grid,
.wvn-footer-grid.wvn-container {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(32px, 4vw, 64px);
  align-items: start;
  justify-content: stretch;
}

.wvn-footer .wvn-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.wvn-footer .wvn-social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cream);
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.wvn-footer .wvn-social a:hover {
  transform: translateY(-2px);
  background: var(--cream);
  color: var(--teal-deep);
}

.wvn-footer .wvn-social svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.wvn-footer .wvn-legal,
.wvn-footer .wvn-legal.wvn-container {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}

.wvn-footer .wvn-developed {
  margin-left: auto;
  white-space: nowrap;
}

.wvn-footer .wvn-developed a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .wvn-footer {
    padding: 64px 0 120px;
  }

  .wvn-footer-grid,
  .wvn-footer-grid.wvn-container {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: 1fr;
    row-gap: 36px;
    column-gap: 0;
  }

  .wvn-footer h2 {
    font-size: 24px;
  }

  .wvn-footer p {
    max-width: none;
  }

  .wvn-footer .wvn-legal,
  .wvn-footer .wvn-legal.wvn-container {
    width: min(100%, calc(100% - 32px));
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .wvn-footer .wvn-developed {
    margin-left: 0;
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .wvn-money-hero-inner,
  .wvn-money-intro,
  .wvn-money-section-head,
  .wvn-money-final-cta {
    width: min(100%, calc(100% - 48px));
  }

  .wvn-money-hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wvn-money-hero-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.35);
    padding: 12px 0 0;
  }

  .wvn-money-hero-side div {
    padding-right: 18px;
  }

  .wvn-money-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .wvn-money-proof > div:nth-child(2) {
    border-right: 0;
  }

  .wvn-money-proof > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--money-line);
  }

  .wvn-money-intro {
    grid-template-columns: 1fr;
  }

  .wvn-money-contact-card {
    position: relative;
    top: auto;
  }

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

  .wvn-money-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wvn-money-proof-cta,
  .wvn-money-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .wvn-container,
  .wvn-cta,
  .wvn-gallery:not(.wvn-hg),
  .wvn-stories,
  .wvn-quotes,
  .wvn-collective,
  .wvn-footer-grid,
  .wvn-footer .wvn-legal,
  .wvn-money-hero-inner,
  .wvn-money-intro,
  .wvn-money-services > *,
  .wvn-money-faq > *,
  .wvn-money-proof-cta,
  .wvn-money-final-cta {
    width: min(100%, calc(100% - 28px));
  }

  .wvn-money-hero {
    min-height: 640px;
  }

  .wvn-money-hero-inner {
    padding: 72px 0 28px;
  }

  .wvn-money-hero h1 {
    font-size: clamp(42px, 13vw, 66px);
  }

  .wvn-money-hero-side {
    grid-template-columns: 1fr 1fr;
  }

  .wvn-money-proof {
    grid-template-columns: 1fr;
  }

  .wvn-money-proof > div {
    border-right: 0;
    border-bottom: 1px solid var(--money-line);
  }

  .wvn-money-proof > div:last-child {
    border-bottom: 0;
  }

  .wvn-money-intro,
  .wvn-money-services {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .wvn-money-intro-copy > h2,
  .wvn-money-services h2,
  .wvn-money-faq h2,
  .wvn-money-final-cta h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .wvn-money-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wvn-money-btn {
    width: 100%;
  }

  .wvn-money-services-grid {
    grid-template-columns: 1fr;
  }

  .wvn-money-proof-cta {
    margin-top: 72px;
    margin-bottom: 72px;
    padding: 30px;
  }

  .wvn-money-proof-links {
    width: 100%;
  }

  .wvn-money-final-cta {
    margin-bottom: 72px;
    padding: 32px 26px;
  }
}
