/* prophoto-home2.css */
/* PPS 2026 home2 redesign START */
body.article-home2 .pp-layout {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.article-home2 #pps2026-root {
  margin: 0;
  width: 100%;
}

body.article-home2 > .pp-slideover,
body.article-home2 > .pp-hamburger {
  display: none !important;
}

@media (max-width: 1079px) {
  body.article-home2 .pp-slideover,
  body.article-home2 .pp-hamburger,
  body.article-home2 .pp-menu-toggle,
  body.article-home2 .pp-menu-button,
  body.article-home2 .pp-mobile-menu,
  body.article-home2 .hamburger-menu,
  body.article-home2 .menu-toggle {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.article-home2 #pps2026-root .mobile-menu {
    display: block !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@400;500;600;700;800&display=swap");
:root {
  --warm-white: #fffdf9;
  --soft-ivory: #f8f4ed;
  --light-stone: #ebe4dc;
  --pale-stone: #f3eee7;
  --muted-taupe: #9a887b;
  --soft-charcoal: #2f2b28;
  --quiet-charcoal: #5d5751;
  --coral: #df7f6c;
  --blue: #5d7e8b;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --page-max: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
}

.pps2026, .pps2026 * {
  box-sizing: border-box;
}

.pps2026 {
  scroll-behavior: smooth;
}

.pps2026 {
  margin: 0;
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.pps2026 {
  font-family: var(--sans) !important;
}

.pps2026 :where(p, li, a, label, input, textarea, button) {
  font-family: var(--sans) !important;
}

.pps2026 .hero h1, .pps2026 .intro-copy h2, .pps2026 .reassurance-copy h2, .pps2026 .benefits-intro h2, .pps2026 .collection-copy h2, .pps2026 .proof-intro h2, .pps2026 .review-overlay blockquote, .pps2026 .gallery-intro h2, .pps2026 .weddings-intro h2, .pps2026 .contact-copy h2, .pps2026 .album-copy h2, .pps2026 .final-cta h2, .pps2026 .wedding-card h3 {
  font-family: var(--serif) !important;
  text-transform: none !important;
}

.pps2026 .section-kicker, .pps2026 .center-kicker, .pps2026 .nav-links, .pps2026 .mobile-menu nav a, .pps2026 .button, .pps2026 .text-link, .pps2026 .benefit h3, .pps2026 .collection-item, .pps2026 .collection-price, .pps2026 .contact-form, .pps2026 .contact-lede, .pps2026 .review-overlay p, .pps2026 .wedding-link, .pps2026 .footer-nav, .pps2026 .footer-office-details {
  font-family: var(--sans) !important;
}

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

.pps2026 img, .pps2026 svg {
  display: block;
}

.pps2026 img {
  max-width: 100%;
}

.pps2026 .site-shell {
  background: var(--warm-white);
  min-height: 100vh;
  overflow-x: clip;
}

.pps2026 .hero {
  color: var(--warm-white);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px var(--gutter) clamp(38px, 7vw, 74px);
  position: relative;
}

.pps2026 .hero-image, .pps2026 .hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.pps2026 .hero-image {
  object-fit: cover;
  object-position: center 48%;
  transform: translateX(6%) scale(1.16);
  transform-origin: center center;
}

.pps2026 .hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.84) 0%, rgba(10, 9, 8, 0.68) 30%, rgba(10, 9, 8, 0.2) 66%, rgba(10, 9, 8, 0.04) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.34), rgba(10, 9, 8, 0.14));
}

.pps2026 .hero-nav {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 253, 249, 0.52);
  border-bottom: 1px solid rgba(255, 253, 249, 0.34);
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgba(10, 9, 8, 0.07);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding: 14px var(--gutter);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: 3;
}

.pps2026 .brand-mark {
  color: rgba(255, 253, 249, 0.88);
  display: inline-block;
  line-height: 1.2;
}

.pps2026 .brand-mark img {
  height: auto;
  width: min(286px, 61vw);
}

.pps2026 .nav-links {
  align-items: center;
  color: var(--soft-charcoal);
  display: none;
  gap: clamp(22px, 3vw, 42px);
  font-size: 0.87rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.pps2026 .nav-links > a {
  border: 1px solid transparent;
  background-image: none !important;
  padding: 12px 10px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.pps2026 .nav-links > a:not(.nav-button):hover, .pps2026 .nav-links > a:not(.nav-button):focus-visible {
  background-image: none !important;
  border-color: var(--coral);
  box-shadow: inset 0 0 0 1px var(--coral);
  outline: 0;
  text-decoration: none !important;
}

.pps2026 .nav-links > a::before, .pps2026 .nav-links > a::after {
  display: none !important;
}

.pps2026 .nav-button {
  background: var(--coral);
  border: 1px solid var(--coral);
  color: var(--warm-white);
  min-width: 118px;
  padding: 14px 20px;
  text-align: center;
}

.pps2026 .nav-button:hover, .pps2026 .nav-button:focus-visible {
  background: #e99282;
  border-color: #e99282;
  outline: 0;
}

.pps2026 .mobile-menu {
  display: block;
  position: relative;
}

.pps2026 .mobile-menu summary {
  align-items: center;
  border: 1px solid rgba(47, 43, 40, 0.2);
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 42px;
  justify-items: center;
  list-style: none;
  padding: 10px;
  width: 42px;
}

.pps2026 .mobile-menu summary::-webkit-details-marker {
  display: none;
}

.pps2026 .mobile-menu summary span {
  background: var(--soft-charcoal);
  display: block;
  height: 2px;
  width: 20px;
}

.pps2026 .mobile-menu nav {
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 36px rgba(10, 9, 8, 0.18);
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

.pps2026 .mobile-menu nav a {
  color: var(--soft-charcoal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}

.pps2026 .mobile-menu nav .nav-button {
  color: var(--warm-white);
  margin-top: 6px;
}

.pps2026 .hero-copy {
  align-self: center;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

.pps2026 .hero h1 {
  color: var(--warm-white) !important;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.35vw, 3.58rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0;
  text-transform: none !important;
}

.pps2026 .coral-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 26px 0 22px;
  width: 42px;
}

.pps2026 .hero-copy p {
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
  max-width: 500px;
}

.pps2026 .hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}

.pps2026 .button, .pps2026 .text-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.pps2026 .button {
  background-image: none !important;
  border: 1px solid transparent;
  min-height: 46px;
  padding: 16px 30px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.pps2026 .button:hover, .pps2026 .button:focus-visible {
  background-image: none !important;
  text-decoration: none !important;
}

.pps2026 .button::before, .pps2026 .button::after {
  display: none !important;
}

.pps2026 .button-primary {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

.pps2026 .button-primary:hover, .pps2026 .button-primary:focus-visible {
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  outline: 0;
  text-decoration: none !important;
}

.pps2026 .button-primary.coral {
  min-width: 205px;
}

.pps2026 .text-link {
  color: var(--warm-white);
  transition:
    color 160ms ease,
    font-size 160ms ease;
}

.pps2026 .hero-actions .text-link:hover, .pps2026 .hero-actions .text-link:focus-visible {
  font-size: 0.78rem;
  outline: 0;
}

.pps2026 .text-link.blue {
  color: var(--blue);
}

.pps2026 .text-link.dark {
  color: var(--soft-charcoal);
}

.pps2026 .intro-section {
  --intro-y: clamp(76px, 10vw, 150px);
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  margin: 0;
  max-width: none;
  padding: var(--intro-y) var(--gutter);
  width: 100%;
}

.pps2026 .reassurance-section {
  aspect-ratio: 2400 / 1335;
  background: #2f1f14;
  color: var(--warm-white);
  display: grid;
  justify-items: center;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.pps2026 .reassurance-art {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.pps2026 .reassurance-art img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.pps2026 .intro-copy {
  align-self: center;
  container-type: inline-size;
  justify-self: center;
  max-width: 740px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.pps2026 .section-kicker, .pps2026 .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.pps2026 .intro-copy h2, .pps2026 .reassurance-copy h2, .pps2026 .final-cta h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.pps2026 .intro-copy h2, .pps2026 .reassurance-copy h2 {
  font-size: clamp(1.9rem, calc(1.2rem + 1.35vw), 2.7rem);
  line-height: 1.07;
}

.pps2026 .intro-copy h2 {
  display: grid;
  margin: 0 auto;
  max-width: 740px;
  text-wrap: balance;
  width: 100%;
}

.pps2026 .intro-copy h2 span {
  display: block;
}

.pps2026 .wedding-card p, .pps2026 .final-cta p {
  color: var(--quiet-charcoal);
  font-size: 0.92rem;
  line-height: 1.78;
}

.pps2026 .intro-body {
  margin: clamp(34px, 4.8vw, 62px) auto 0;
  max-width: 740px;
  text-align: left;
}

.pps2026 .intro-body p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
}

.pps2026 .intro-body p + p {
  margin-top: clamp(14px, 1.8vw, 22px);
}

.pps2026 .intro-questions {
  display: grid;
  gap: clamp(10px, 1.35vw, 16px);
  list-style: none;
  margin: clamp(18px, 2.4vw, 30px) 0;
  padding: 0;
}

.pps2026 .intro-questions li {
  color: var(--soft-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  padding-left: 24px;
  position: relative;
}

.pps2026 .intro-questions li::before {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 0.86em;
  width: 5px;
}

.pps2026 .intro-body strong {
  color: var(--soft-charcoal);
  font-weight: 800;
}

.pps2026 .intro-cta {
  margin: clamp(54px, 7vw, 92px) auto 0;
  max-width: 520px;
  text-align: center;
}

.pps2026 .intro-cta p {
  color: var(--soft-charcoal);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}

.pps2026 .intro-cta .button {
  min-width: 205px;
}

.pps2026 .intro-image {
  align-self: stretch;
  justify-self: stretch;
  margin-bottom: calc(5px - var(--intro-y));
  margin-top: calc(5px - var(--intro-y));
  min-height: calc(100% + var(--intro-y) + var(--intro-y) - 10px);
  width: 100%;
}

.pps2026 .intro-image img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pps2026 .reassurance-copy {
  container-type: inline-size;
  bottom: auto;
  left: auto;
  max-width: min(620px, 40vw);
  padding: 0;
  position: absolute;
  right: clamp(48px, 7.5vw, 150px);
  text-shadow: 0 1px 18px rgba(10, 9, 8, 0.45);
  top: clamp(120px, 16.8vw, 290px);
  transform: none;
  width: 40vw;
  z-index: 1;
}

.pps2026 .reassurance-copy h2 {
  color: var(--warm-white);
  font-size: clamp(1.8rem, 6.2cqw, 3.28rem);
  line-height: 1.1;
  white-space: normal;
}

.pps2026 .reassurance-copy h3 {
  color: rgba(255, 253, 249, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 18px;
}

.pps2026 .reassurance-copy ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.pps2026 .reassurance-copy li {
  padding-left: 25px;
  position: relative;
}

.pps2026 .reassurance-copy li::before {
  border: 1px solid var(--coral);
  border-radius: 999px;
  color: var(--coral);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 12px;
}

.pps2026 .reassurance-copy li::after {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: calc(0.58em + 4px);
  width: 4px;
}

.pps2026 .reassurance-copy p {
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.92rem, 1.12vw, 1.12rem);
  line-height: 1.85;
  margin: 0;
}

.pps2026 .reassurance-copy h2 + p {
  margin-top: clamp(22px, 3vw, 34px);
}

.pps2026 .reassurance-copy p + p {
  margin-top: clamp(14px, 2vw, 22px);
}

.pps2026 .reassurance-button {
  margin-top: clamp(26px, 3vw, 38px);
  max-width: 100%;
  white-space: normal;
}

.pps2026 .benefits-section, .pps2026 .gallery-section, .pps2026 .real-weddings-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(34px, 5vw, 72px) var(--gutter);
}

.pps2026 .benefits-section {
  background: #fbf7f1;
  margin: 0;
  max-width: none;
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(42px, 5vw, 72px);
}

.pps2026 .benefits-intro {
  margin: 0 auto clamp(28px, 3.8vw, 48px);
  max-width: 1180px;
  text-align: center;
}

.pps2026 .center-kicker {
  color: var(--blue);
  margin-bottom: 34px;
  text-align: center;
}

.pps2026 .benefits-intro .center-kicker {
  color: var(--coral);
  margin-bottom: 14px;
}

.pps2026 .benefits-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.pps2026 .benefits-intro p:not(.center-kicker) {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.22rem);
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 10px auto 0;
  max-width: 760px;
}

.pps2026 .benefit-grid {
  display: grid;
  gap: clamp(26px, 3.6vw, 46px) clamp(28px, 5vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.pps2026 .benefit {
  align-items: center;
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}

.pps2026 .benefit picture {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pps2026 .benefit-illustration {
  display: block;
  height: clamp(76px, 8.5vw, 112px);
  margin: 0 auto clamp(12px, 1.8vw, 20px);
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  width: min(100%, 190px);
}

.pps2026 .benefit h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.48;
  margin: 0;
  max-height: calc(2em * 1.48);
  max-width: 360px;
  min-height: calc(2em * 1.48);
  overflow: hidden;
  text-transform: uppercase;
}

.pps2026 .benefit h3 span {
  display: block;
  margin-top: 2px;
}

.pps2026 .benefit-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 10px 0 12px;
  width: 36px;
}

.pps2026 .wedding-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

.pps2026 .benefit p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
  max-width: 360px;
}

.pps2026 .collection-section {
  align-items: stretch;
  background: var(--warm-white);
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  margin: 0;
  max-width: none;
  padding: clamp(46px, 6vw, 82px) var(--gutter);
}

.pps2026 .collection-copy {
  align-self: center;
  max-width: 610px;
}

.pps2026 .collection-copy .section-kicker {
  margin-bottom: 18px;
}

.pps2026 .collection-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.pps2026 .collection-body {
  margin-top: clamp(22px, 3vw, 34px);
}

.pps2026 .collection-body p {
  color: var(--soft-charcoal);
  font-size: clamp(0.94rem, 1.12vw, 1.12rem);
  line-height: 1.65;
  margin: 0;
}

.pps2026 .collection-body p + p {
  margin-top: 18px;
}

.pps2026 .collection-body strong {
  font-weight: 800;
}

.pps2026 .collection-divider {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: clamp(26px, 3vw, 34px) 0 22px;
}

.pps2026 .collection-divider::before, .pps2026 .collection-divider::after {
  background: rgba(154, 136, 123, 0.3);
  content: "";
  flex: 1;
  height: 1px;
}

.pps2026 .collection-divider span {
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -8px 0 0 var(--coral),
    8px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}

.pps2026 .collection-price {
  color: var(--coral);
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 clamp(18px, 2.3vw, 28px);
}

.pps2026 .collection-list {
  display: grid;
  margin: 0;
}

.pps2026 .collection-item {
  align-items: center;
  border-bottom: 1px solid rgba(47, 43, 40, 0.14);
  color: var(--soft-charcoal);
  display: grid;
  font-size: clamp(0.96rem, 1.2vw, 1.16rem);
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  line-height: 1.35;
  min-height: 52px;
}

.pps2026 .collection-item:first-child {
  border-top: 1px solid rgba(47, 43, 40, 0.14);
}

.pps2026 .collection-icon {
  color: var(--coral);
  display: flex;
}

.pps2026 .collection-icon svg {
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}

.pps2026 .collection-button {
  margin-top: clamp(24px, 3vw, 34px);
  min-width: min(100%, 410px);
}

.pps2026 .collection-image {
  min-height: clamp(360px, 66vw, 640px);
  overflow: hidden;
}

.pps2026 .collection-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  width: 100%;
}

.pps2026 .contact-section {
  background: var(--soft-ivory);
  display: grid;
  gap: clamp(24px, 3.5vw, 44px);
  margin: 0;
  max-width: none;
  padding: clamp(34px, 4vw, 52px) var(--gutter);
}

.pps2026 .contact-copy {
  container-type: inline-size;
  max-width: 560px;
}

.pps2026 .contact-copy .section-kicker {
  margin-bottom: 12px;
}

.pps2026 .contact-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6.2cqw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.pps2026 .contact-copy h2 span {
  color: var(--coral);
}

.pps2026 .contact-lede {
  color: var(--soft-charcoal);
  font-size: clamp(0.74rem, 2.45cqw, 0.96rem);
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: none;
  white-space: nowrap;
}

.pps2026 .contact-swoop {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 4px 0 22px 34px;
  transform: rotate(-7deg);
  width: 58px;
}

.pps2026 .contact-form {
  display: grid;
  gap: 12px;
}

.pps2026 .contact-form label {
  display: grid;
  gap: 5px;
}

.pps2026 .contact-form label span, .pps2026 .contact-next h3 {
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pps2026 .contact-form input, .pps2026 .contact-form textarea {
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 10px 14px;
  width: 100%;
}

.pps2026 .contact-form input {
  min-height: 42px;
}

.pps2026 .contact-form textarea {
  min-height: 92px;
  resize: vertical;
}

.pps2026 .contact-form input::placeholder, .pps2026 .contact-form textarea::placeholder {
  color: rgba(47, 43, 40, 0.46);
}

.pps2026 .contact-form input:focus, .pps2026 .contact-form textarea:focus {
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}

.pps2026 .contact-submit {
  border: 0;
  cursor: pointer;
  font-size: 0.66rem;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

.pps2026 .pps-gravity-form-shell {
  width: 100%;
}

.pps2026 .pps-gravity-form-shell .gform_wrapper, .pps2026 .pps-gravity-form-shell .gform_wrapper.gravity-theme, .pps2026 .pps-gravity-form-shell .gform_anchor, .pps2026 .pps-gravity-form-shell form {
  width: 100%;
}

.pps2026 .pps-gravity-form-shell .gform_wrapper.gravity-theme .gform_fields, .pps2026 .pps-gravity-form-shell .gform_fields, .pps2026 .pps-gravity-form-shell .gform_body {
  display: grid;
  gap: 12px;
}

.pps2026 .pps-gravity-form-shell .gfield {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.pps2026 .pps-gravity-form-shell .gfield_label, .pps2026 .pps-gravity-form-shell .gform-field-label {
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.pps2026 .pps-gravity-form-shell input[type="text"], .pps2026 .pps-gravity-form-shell input[type="email"], .pps2026 .pps-gravity-form-shell input[type="tel"], .pps2026 .pps-gravity-form-shell input[type="url"], .pps2026 .pps-gravity-form-shell input[type="date"], .pps2026 .pps-gravity-form-shell input[type="number"], .pps2026 .pps-gravity-form-shell select, .pps2026 .pps-gravity-form-shell textarea {
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  border-radius: 0;
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}

.pps2026 .pps-gravity-form-shell textarea {
  min-height: 92px;
  resize: vertical;
}

.pps2026 .pps-gravity-form-shell input::placeholder, .pps2026 .pps-gravity-form-shell textarea::placeholder {
  color: rgba(47, 43, 40, 0.46);
}

.pps2026 .pps-gravity-form-shell input:focus, .pps2026 .pps-gravity-form-shell select:focus, .pps2026 .pps-gravity-form-shell textarea:focus {
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}

.pps2026 .pps-gravity-form-shell .gform_footer, .pps2026 .pps-gravity-form-shell .gform_page_footer {
  margin: 0;
  padding: 0;
}

.pps2026 .pps-gravity-form-shell .gform_button, .pps2026 .pps-gravity-form-shell input[type="submit"], .pps2026 .pps-gravity-form-shell button[type="submit"] {
  align-items: center;
  background: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1;
  min-height: 44px;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}

.pps2026 .pps-gravity-form-shell .gform_button:hover, .pps2026 .pps-gravity-form-shell input[type="submit"]:hover, .pps2026 .pps-gravity-form-shell button[type="submit"]:hover, .pps2026 .pps-gravity-form-shell .gform_button:focus, .pps2026 .pps-gravity-form-shell input[type="submit"]:focus, .pps2026 .pps-gravity-form-shell button[type="submit"]:focus {
  background: var(--soft-charcoal);
  border-color: var(--soft-charcoal);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.pps2026 .pps-gravity-form-shell .gform_required_legend, .pps2026 .pps-gravity-form-shell .gfield_required, .pps2026 .pps-gravity-form-shell .hidden_label .gfield_label {
  display: none;
}

.pps2026 .pps-gravity-form-shell .validation_message, .pps2026 .pps-gravity-form-shell .gfield_description, .pps2026 .pps-gravity-form-shell .gform_validation_errors, .pps2026 .pps-gravity-fallback {
  color: rgba(47, 43, 40, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}

.pps2026 .pps-gravity-form-shell .gform_validation_errors {
  border: 1px solid rgba(223, 127, 108, 0.4);
  padding: 12px 14px;
}

.pps2026 .contact-next {
  align-items: center;
  border-top: 1px solid rgba(47, 43, 40, 0.18);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin-top: 20px;
  padding-top: 18px;
}

.pps2026 .contact-next svg {
  color: var(--coral);
  height: 34px;
  width: 34px;
}

.pps2026 .contact-next path, .pps2026 .contact-next circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pps2026 .contact-next h3 {
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
  text-transform: none;
}

.pps2026 .contact-next p {
  color: var(--quiet-charcoal);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

.pps2026 .contact-images {
  display: grid;
  margin: 5px 0;
  max-width: 380px;
}

.pps2026 .contact-images img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}

.pps2026 .social-proof-section {
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: 50px var(--gutter);
}

.pps2026 .proof-intro {
  margin: 0 auto clamp(30px, 4vw, 52px);
  max-width: 820px;
  text-align: center;
}

.pps2026 .proof-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.pps2026 .proof-intro p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}

.pps2026 .proof-intro .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}

.pps2026 .review-carousel {
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.pps2026 .review-track {
  display: flex;
  transition: transform 520ms ease;
  will-change: transform;
}

.pps2026 .review-slide {
  aspect-ratio: 16 / 7.2;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.pps2026 .review-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  width: 100%;
}

.pps2026 .review-slide::after {
  background: linear-gradient(90deg, rgba(10, 9, 8, 0.38), rgba(10, 9, 8, 0.08) 58%, rgba(10, 9, 8, 0.1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pps2026 .review-overlay {
  background: rgba(255, 253, 249, 0.8);
  bottom: clamp(22px, 3.4vw, 48px);
  color: var(--soft-charcoal);
  left: clamp(22px, 3.4vw, 48px);
  max-width: min(460px, calc(100% - 44px));
  padding: clamp(20px, 2.6vw, 32px);
  position: absolute;
  text-align: left;
  z-index: 1;
}

.pps2026 .review-overlay blockquote {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.85vw, 1.75rem);
  line-height: 1.22;
  margin: 0;
}

.pps2026 .review-overlay p {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 18px 0 0;
  text-transform: uppercase;
}

.pps2026 .review-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.pps2026 .review-dots button {
  background: rgba(93, 126, 139, 0.3);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    width 160ms ease;
  width: 9px;
}

.pps2026 .review-dots button[aria-current="true"] {
  background: var(--blue);
  transform: scale(1.08);
  width: 22px;
}

.pps2026 .review-dots button:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

.pps2026 .proof-grid {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  margin: 0 auto;
  max-width: 1320px;
}

.pps2026 .proof-card {
  display: grid;
  gap: 18px;
  margin: 0;
}

.pps2026 .proof-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.pps2026 .proof-card blockquote {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
}

.pps2026 .proof-card figcaption {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pps2026 .gallery-section {
  background: var(--pale-stone);
  max-width: none;
  padding: clamp(52px, 7vw, 92px) clamp(14px, 2.5vw, 36px);
}

.pps2026 .gallery-intro {
  margin: 0 auto clamp(32px, 4.8vw, 62px);
  max-width: 980px;
  text-align: center;
}

.pps2026 .gallery-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

.pps2026 .keep-together {
  white-space: nowrap;
}

.pps2026 .gallery-intro p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}

.pps2026 .gallery-intro .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}

.pps2026 .gallery-wall {
  column-count: 2;
  column-gap: 6px;
  margin: 0 auto;
  max-width: 1540px;
}

.pps2026 .gallery-wall img {
  break-inside: avoid;
  height: auto;
  margin: 0 0 6px;
  width: 100%;
}

.pps2026 .instagram-link, .pps2026 .all-weddings {
  display: flex;
  margin: 26px auto 0;
  width: max-content;
}

.pps2026 .album-section {
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: clamp(52px, 7vw, 92px) 0;
}

.pps2026 .album-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(420px, 46fr);
  margin: 0 auto;
  max-width: 1536px;
}

.pps2026 .album-image {
  align-self: stretch;
  min-height: clamp(560px, 57.5vw, 884px);
}

.pps2026 .album-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pps2026 .album-copy {
  --album-side-pad: clamp(40px, 5vw, 74px);

  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) var(--album-side-pad);
}

.pps2026 .album-copy .section-kicker {
  color: var(--coral);
  margin-bottom: 16px;
}

.pps2026 .album-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 660px;
}

.pps2026 .album-copy h2 em {
  font-style: italic;
}

.pps2026 .album-divider {
  align-items: center;
  display: flex;
  gap: 24px;
  margin: clamp(28px, 3.6vw, 42px) 0;
}

.pps2026 .album-divider::before, .pps2026 .album-divider::after {
  background: rgba(154, 136, 123, 0.38);
  content: "";
  flex: 1;
  height: 1px;
}

.pps2026 .album-divider::after {
  box-shadow: -18px 0 0 -8px var(--muted-taupe);
}

.pps2026 .album-points {
  display: grid;
  gap: clamp(20px, 2.5vw, 30px);
  grid-auto-rows: minmax(clamp(108px, 8vw, 132px), auto);
}

.pps2026 .album-point, .pps2026 .album-gift {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  grid-template-columns: 72px minmax(0, 1fr);
}

.pps2026 .album-gift {
  align-items: start;
}

.pps2026 .album-icon {
  align-items: center;
  background: rgba(235, 228, 220, 0.78);
  border-radius: 999px;
  color: #7b604f;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.pps2026 .album-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 34px;
}

.pps2026 .album-point h3, .pps2026 .album-gift h3 {
  color: var(--soft-charcoal);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 5px;
}

.pps2026 .album-point p, .pps2026 .album-gift p {
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
}

.pps2026 .album-gift {
  background: var(--soft-ivory);
  margin: clamp(28px, 3.8vw, 46px) calc(var(--album-side-pad) * -1) 0;
  padding: clamp(28px, 3.8vw, 46px) var(--album-side-pad);
}

.pps2026 .album-button {
  align-self: center;
  margin-top: clamp(24px, 3vw, 36px);
}

.pps2026 .real-weddings-section {
  background: transparent;
  isolation: isolate;
  padding-top: clamp(34px, 5vw, 72px);
  position: relative;
  text-align: center;
}

.pps2026 .real-weddings-section::before {
  background: var(--soft-ivory);
  content: "";
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.pps2026 .real-weddings-section .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}

.pps2026 .real-weddings-section h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(32px, 4.8vw, 62px);
}

.pps2026 .wedding-grid {
  display: grid;
  gap: 26px;
}

.pps2026 .wedding-card {
  background: var(--warm-white);
  display: grid;
}

.pps2026 .wedding-card img {
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  width: 100%;
}

.pps2026 .wedding-card div {
  display: grid;
  gap: 4px;
  padding: 22px clamp(20px, 2.2vw, 30px) 26px;
  text-align: center;
}

.pps2026 .wedding-card h3 {
  color: var(--blue);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pps2026 .wedding-card p {
  color: var(--quiet-charcoal);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.pps2026 .wedding-location {
  margin-top: -2px;
}

.pps2026 .wedding-story-link {
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, font-size 160ms ease;
}

.pps2026 .wedding-story-link:hover, .pps2026 .wedding-story-link:focus-visible {
  color: var(--blue);
  font-size: 0.72rem;
  outline: 0;
}

.pps2026 .final-cta {
  display: grid;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.pps2026 .final-cta img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

.pps2026 .final-cta::after {
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.88) 42%, rgba(255, 253, 249, 0.34) 78%);
  content: "";
  inset: 0;
  position: absolute;
}

.pps2026 .final-cta-copy {
  align-self: center;
  container-type: inline-size;
  max-width: 980px;
  padding: 50px var(--gutter);
  position: relative;
  z-index: 1;
}

.pps2026 .final-cta h2 {
  font-size: clamp(1rem, 5.9cqw, 3rem);
  line-height: 1.09;
  white-space: nowrap;
}

.pps2026 .final-cta p {
  margin: 0;
  max-width: 580px;
}

.pps2026 .final-cta p:first-of-type {
  margin-top: clamp(18px, 2.2vw, 28px);
}

.pps2026 .final-cta p + p {
  margin-top: 14px;
}

.pps2026 .final-cta .button {
  margin-top: clamp(24px, 3vw, 34px);
}

.pps2026 .instagram-strip {
  background: var(--warm-white);
  padding: clamp(42px, 6vw, 76px) var(--gutter);
  text-align: center;
}

.pps2026 .instagram-feed-shell {
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  max-width: 1180px;
  overflow: hidden;
  width: 100%;
}

.pps2026 .instagram-feed-mount {
  min-height: 80px;
}

.pps2026 .instagram-feed-mount.is-fallback {
  min-height: 0;
}

.pps2026 .instagram-feed-fallback {
  color: var(--muted-taupe);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.pps2026 .instagram-feed-mount #sb_instagram, .pps2026 .instagram-feed-mount .sb_instagram {
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: min(1180px, 100%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount .sb_instagram_header, .pps2026 .instagram-feed-mount [id^="sb_instagram"] > .sb_instagram_header, .pps2026 .instagram-feed-mount [id^="sb_instagram"] > .sbi_header, .pps2026 .instagram-feed-mount [id^="sb_instagram"] > .sbi-header, .pps2026 .instagram-feed-mount .sbi_header, .pps2026 .instagram-feed-mount .sbi-header, .pps2026 .instagram-feed-mount .sbi-header-type-text, .pps2026 .instagram-feed-mount .sbi_header_link, .pps2026 .instagram-feed-mount .sbi_header_img, .pps2026 .instagram-feed-mount .sbi_header_text, .pps2026 .instagram-feed-mount .sbi_header_type_text, .pps2026 .instagram-feed-mount .sbi_bio, .pps2026 .instagram-feed-mount .sbi_info, .pps2026 .instagram-feed-mount .sbi_caption, .pps2026 .instagram-feed-mount .sbi_item_caption, .pps2026 .instagram-feed-mount .sbi_username, .pps2026 .instagram-feed-mount .sbi_follow, .pps2026 .instagram-feed-mount .sbi_follow_btn, .pps2026 .instagram-feed-mount .sbi_load_btn, .pps2026 .instagram-feed-mount #sbi_load {
  display: none !important;
}

.pps2026 .instagram-feed-mount #sbi_images, .pps2026 .instagram-feed-mount .sbi_images {
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
  grid-auto-flow: row !important;
  grid-auto-rows: 1fr !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount #sbi_images::before, .pps2026 .instagram-feed-mount #sbi_images::after, .pps2026 .instagram-feed-mount .sbi_images::before, .pps2026 .instagram-feed-mount .sbi_images::after {
  content: none !important;
  display: none !important;
}

.pps2026 .instagram-feed-mount .sbi_link, .pps2026 .instagram-feed-mount .sbi_link_area, .pps2026 .instagram-feed-mount .sbi_hover_top, .pps2026 .instagram-feed-mount .sbi_hover_bottom, .pps2026 .instagram-feed-mount .sbi_lightbox_carousel_icon {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pps2026 .instagram-feed-mount .sbi_item {
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount .sbi_photo_wrap, .pps2026 .instagram-feed-mount .sbi_photo_wrap a, .pps2026 .instagram-feed-mount .sbi_item > a, .pps2026 .instagram-feed-mount .sbi_item .sbi_inner_wrap, .pps2026 .instagram-feed-mount .sbi_item .sbi_photo_inner {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount .sbi_photo {
  aspect-ratio: 1 / 1 !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount .sbi_photo img, .pps2026 .instagram-feed-mount .sbi_item img {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  width: 100% !important;
}

.pps2026 .instagram-feed-mount .sbi_photo:hover {
  opacity: 0.9;
  transform: scale(1.01);
}

.pps2026 .instagram-strip .center-kicker {
  display: none !important;
  margin-bottom: 18px;
  text-align: center;
}

.pps2026 .instagram-link {
  justify-content: center;
  margin: 0 auto;
}

.pps2026 .site-footer {
  background: #0f5558;
  color: rgba(255, 253, 249, 0.86);
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: 1fr;
  padding: clamp(52px, 6vw, 86px) var(--gutter) clamp(56px, 7vw, 94px);
}

.pps2026 .footer-brand {
  display: grid;
  justify-items: start;
}

.pps2026 .footer-brand img {
  height: auto;
  margin-bottom: clamp(24px, 3.4vw, 42px);
  width: min(286px, 61vw);
}

.pps2026 .footer-brand p, .pps2026 .footer-nav h2, .pps2026 .footer-nav a {
  font-size: clamp(0.66rem, 0.78vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}

.pps2026 .footer-nav h2 {
  color: rgba(255, 253, 249, 0.78);
  margin: 0 0 24px;
}

.pps2026 .footer-brand p {
  margin: 0 0 22px;
  max-width: 430px;
}

.pps2026 .footer-nav a {
  transition: color 160ms ease;
}

.pps2026 .footer-nav a:hover, .pps2026 .footer-nav a:focus-visible {
  color: var(--coral);
  outline: 0;
}

.pps2026 .footer-nav {
  align-content: start;
  display: grid;
  gap: 6px;
}

.pps2026 .footer-nav h2 {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}

.pps2026 .footer-nav h2::after {
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}

.pps2026 .site-footer .footer-nav :where(h2, h3) {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

.pps2026 .site-footer .footer-nav :where(h2, h3)::after {
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}

.pps2026 .site-footer .footer-nav h2, .pps2026 .site-footer .footer-nav h3 {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

.pps2026 .site-footer .footer-nav h2::after, .pps2026 .site-footer .footer-nav h3::after {
  background: var(--coral) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}

.pps2026 .footer-nav a {
  color: rgba(255, 253, 249, 0.88);
  white-space: nowrap;
}

.pps2026 .footer-social-icons {
  display: flex;
  gap: 12px;
}

.pps2026 .footer-office-details {
  display: grid;
  gap: 6px;
  margin-top: 24px;
}

.pps2026 .footer-office-details p {
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.pps2026 .footer-phone-line {
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.pps2026 .footer-social-icons a {
  align-items: center;
  border: 1px solid rgba(255, 253, 249, 0.38);
  color: rgba(255, 253, 249, 0.88);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 38px;
}

.pps2026 .footer-social-icons a:hover, .pps2026 .footer-social-icons a:focus-visible {
  background: rgba(255, 253, 249, 0.1);
  border-color: var(--coral);
  color: var(--coral);
  outline: 0;
}

.pps2026 .footer-social-icons svg {
  height: 19px;
  width: 19px;
}

.pps2026 .footer-social-icons rect, .pps2026 .footer-social-icons circle, .pps2026 .footer-social-icons path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pps2026 .footer-social-icons a:nth-child(2) path {
  fill: currentColor;
  stroke: none;
}

@media (min-width: 1080px) {
  .pps2026 .nav-links {
    display: flex;
  }

  .pps2026 .mobile-menu {
    display: none;
  }

  .pps2026 .gallery-wall {
    column-count: 5;
  }

  .pps2026 .collection-section {
    grid-template-columns: minmax(370px, 0.78fr) minmax(0, 1.12fr);
    max-width: 1536px;
  }

  .pps2026 .collection-image {
    min-height: clamp(660px, 59vw, 890px);
  }

  .pps2026 .site-footer {
    grid-template-columns:
      minmax(285px, 1fr)
      minmax(245px, 0.82fr)
      minmax(250px, 0.88fr)
      minmax(170px, 0.55fr);
  }
}

@media (min-width: 700px) {
  .pps2026 .intro-section {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
    padding-right: 0;
  }

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

  .pps2026 .contact-section {
    align-items: stretch;
    grid-template-columns: minmax(0, 540px) minmax(270px, 360px);
    justify-content: center;
  }

  .pps2026 .contact-images {
    align-self: stretch;
    max-width: 360px;
  }

  .pps2026 .benefits-intro h2 {
    white-space: nowrap;
  }

  .pps2026 .benefit h3 {
    overflow: hidden;
  }

  .pps2026 .benefit {
    min-height: 0;
  }

  .pps2026 .benefit:first-child {
    border-left: 0;
  }

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

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

}

@media (max-width: 1079px) {
  .pps2026 .mobile-menu {
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }

  .pps2026 .mobile-menu summary {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
  }

  .pps2026 .mobile-menu[open] summary, .pps2026 .mobile-menu summary:hover, .pps2026 .mobile-menu summary:focus-visible {
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }

  .pps2026 .mobile-menu nav {
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }
}

@media (max-width: 1079px) {
  .pps2026 .album-section {
    padding: clamp(42px, 7vw, 68px) 0;
  }

  .pps2026 .album-section-inner {
    grid-template-columns: 1fr;
  }

  .pps2026 .album-image {
    min-height: 0;
  }

  .pps2026 .album-image img {
    aspect-ratio: 1 / 0.82;
    height: auto;
    object-fit: cover;
  }

  .pps2026 .album-copy {
    --album-side-pad: clamp(24px, 6vw, 54px);

    padding: clamp(34px, 6vw, 56px) var(--album-side-pad) 0;
  }

  .pps2026 .album-copy h2 {
    font-size: clamp(2rem, 7vw, 3.1rem);
    max-width: 720px;
  }

  .pps2026 .album-point, .pps2026 .album-gift {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .pps2026 .album-icon {
    height: 56px;
    width: 56px;
  }

  .pps2026 .album-icon svg {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 700px) and (max-width: 1240px) {
  .pps2026 .reassurance-section {
    min-height: 0;
  }

  .pps2026 .reassurance-copy {
    max-width: min(470px, 44vw);
    right: clamp(42px, 5vw, 68px);
    top: clamp(88px, 15vw, 168px);
    width: 44vw;
  }

  .pps2026 .reassurance-copy .coral-rule {
    margin-bottom: clamp(10px, 1.4vw, 16px);
  }

  .pps2026 .reassurance-copy h2 {
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.06;
  }

  .pps2026 .reassurance-copy p {
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    line-height: 1.56;
  }

  .pps2026 .reassurance-copy h2 + p {
    margin-top: clamp(12px, 1.6vw, 18px);
  }

  .pps2026 .reassurance-copy p + p {
    margin-top: clamp(7px, 1vw, 12px);
  }

  .pps2026 .reassurance-button {
    font-size: clamp(0.56rem, 0.82vw, 0.66rem);
    letter-spacing: 0.13em;
    line-height: 1.2;
    margin-top: clamp(14px, 1.8vw, 22px);
    min-height: 40px;
    padding: 12px 18px;
  }
}

@media (max-width: 699px) {
  .pps2026 .hero {
    min-height: 96svh;
    padding-top: 108px;
  }

  .pps2026 .hero-nav {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    justify-content: initial;
    min-height: 74px;
    padding-bottom: 10px;
    padding-left: clamp(12px, 4vw, 22px);
    padding-right: clamp(12px, 4vw, 22px);
    padding-top: 10px;
  }

  .pps2026 .brand-mark {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    max-width: 100%;
  }

  .pps2026 .brand-mark img {
    max-width: 100%;
    width: min(72vw, 330px);
  }

  .pps2026 .mobile-menu {
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }

  .pps2026 .mobile-menu summary {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
    height: 40px;
    width: 40px;
  }

  .pps2026 .mobile-menu[open] summary, .pps2026 .mobile-menu summary:hover, .pps2026 .mobile-menu summary:focus-visible {
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }

  .pps2026 .mobile-menu nav {
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }

  .pps2026 .hero-copy {
    align-self: end;
    justify-self: center;
    text-align: center;
    width: min(100%, 520px);
  }

  .pps2026 .hero-copy .coral-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }

  .pps2026 .button {
    width: 100%;
  }

  .pps2026 .text-link {
    justify-content: center;
  }

  .pps2026 .gallery-intro h2 {
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 12em;
  }

  .pps2026 .gallery-wall {
    column-count: 3;
  }

  .pps2026 .benefits-section {
    padding-left: clamp(16px, 4vw, 22px);
    padding-right: clamp(16px, 4vw, 22px);
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .pps2026 .benefits-intro, .pps2026 .benefits-intro .center-kicker, .pps2026 .benefits-intro p:not(.center-kicker) {
    text-align: center;
  }

  .pps2026 .benefits-intro h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .pps2026 .benefits-intro p:not(.center-kicker) {
    letter-spacing: 0.04em;
  }

  .pps2026 .benefit-grid {
    gap: 28px 18px;
  }

  .pps2026 .benefit-illustration {
    clip-path: inset(4px);
    height: clamp(54px, 17vw, 72px);
    width: min(100%, 132px);
  }

  .pps2026 .benefit h3 {
    font-size: clamp(0.72rem, 2.65vw, 0.9rem);
    letter-spacing: 0.1em;
  }

  .pps2026 .benefit-rule {
    margin: 8px 0 10px;
  }

  .pps2026 .benefit p {
    font-size: clamp(0.82rem, 3vw, 0.96rem);
    line-height: 1.54;
  }

  .pps2026 .collection-section {
    padding-bottom: 46px;
    padding-top: 46px;
  }

  .pps2026 .collection-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.3rem);
    line-height: 1.02;
  }

  .pps2026 .collection-body p {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }

  .pps2026 .collection-divider {
    gap: 16px;
  }

  .pps2026 .collection-item {
    font-size: clamp(0.94rem, 3.7vw, 1.04rem);
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 50px;
  }

  .pps2026 .collection-icon svg {
    height: 30px;
    width: 30px;
  }

  .pps2026 .collection-button {
    width: 100%;
  }

  .pps2026 .collection-image {
    min-height: 0;
  }

  .pps2026 .collection-image img {
    aspect-ratio: 3 / 4;
    height: auto;
    object-position: center bottom;
  }

  .pps2026 .review-slide {
    aspect-ratio: 4 / 5;
  }

  .pps2026 .review-slide::after {
    background: linear-gradient(0deg, rgba(10, 9, 8, 0.36), rgba(10, 9, 8, 0.08) 62%);
  }

  .pps2026 .review-overlay {
    background: rgba(255, 253, 249, 0.84);
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
  }

  .pps2026 .review-overlay blockquote {
    font-size: clamp(1.02rem, 4.4vw, 1.2rem);
  }

  .pps2026 .review-overlay p {
    font-size: 0.58rem;
    margin-top: 14px;
  }

  .pps2026 .contact-section {
    gap: 24px;
    padding-left: clamp(20px, 5vw, 30px);
    padding-right: clamp(20px, 5vw, 30px);
  }

  .pps2026 .contact-copy h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.25rem);
    white-space: nowrap;
  }

  .pps2026 .contact-lede {
    font-size: clamp(0.56rem, 2.35vw, 0.84rem);
    white-space: nowrap;
  }

  .pps2026 .contact-form {
    gap: 12px;
  }

  .pps2026 .contact-form input {
    min-height: 42px;
  }

  .pps2026 .contact-form textarea {
    min-height: 92px;
  }

  .pps2026 .contact-next {
    align-items: center;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .pps2026 .contact-next svg {
    height: 34px;
    width: 34px;
  }

  .pps2026 .contact-images {
    margin: 5px auto;
    max-width: 300px;
  }

  .pps2026 .contact-images img {
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .pps2026 .album-section {
    padding-bottom: 52px;
    padding-top: 42px;
  }

  .pps2026 .album-image img {
    aspect-ratio: 1 / 0.86;
  }

  .pps2026 .album-copy {
    padding-top: 34px;
  }

  .pps2026 .album-copy .section-kicker {
    text-align: left;
  }

  .pps2026 .album-copy h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .pps2026 .album-divider {
    gap: 16px;
    margin: 24px 0;
  }

  .pps2026 .album-points {
    gap: 24px;
    grid-auto-rows: auto;
  }

  .pps2026 .album-point, .pps2026 .album-gift {
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .pps2026 .album-icon {
    height: 48px;
    width: 48px;
  }

  .pps2026 .album-icon svg {
    height: 26px;
    width: 26px;
  }

  .pps2026 .album-point p, .pps2026 .album-gift p {
    font-size: clamp(0.92rem, 3.5vw, 1rem);
  }

  .pps2026 .album-gift {
    margin-top: 28px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .pps2026 .album-button {
    width: 100%;
  }

  .pps2026 .intro-image {
    display: none;
  }

  .pps2026 .reassurance-section {
    background: #2f1f14;
    min-height: clamp(1080px, 280vw, 1240px);
    padding: 0;
  }

  .pps2026 .reassurance-art {
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .pps2026 .reassurance-art, .pps2026 .reassurance-art img {
    height: 100%;
  }

  .pps2026 .reassurance-art img {
    object-fit: cover;
    object-position: top center;
  }

  .pps2026 .reassurance-copy {
    bottom: auto;
    left: 8%;
    max-width: 84%;
    padding: 0;
    right: auto;
    text-align: center;
    top: 59%;
    width: 84%;
  }

  .pps2026 .reassurance-copy .coral-rule {
    margin: 0 auto 22px;
    width: 42px;
  }

  .pps2026 .reassurance-copy h2 {
    font-size: clamp(2.15rem, 9vw, 3.58rem);
    line-height: 1.07;
    white-space: normal;
  }

  .pps2026 .reassurance-copy p {
    font-size: clamp(0.86rem, 1.15vw, 1rem);
    line-height: 1.82;
  }

  .pps2026 .reassurance-copy h2 + p {
    margin-top: 22px;
  }

  .pps2026 .reassurance-copy p + p {
    margin-top: 14px;
  }

  .pps2026 .reassurance-button {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-top: 30px;
    min-height: 46px;
    padding: 16px 24px;
    text-align: center;
    width: 100%;
  }

  .pps2026 .center-kicker {
    text-align: left;
  }

  .pps2026 .instagram-link, .pps2026 .all-weddings {
    margin-left: 0;
  }

  .pps2026 .instagram-strip .center-kicker, .pps2026 .instagram-link {
    justify-content: center;
    margin-left: auto;
  }

  .pps2026 .site-footer {
    text-align: left;
  }
}

@media (min-width: 700px) and (max-width: 1079px) {
  .pps2026 .gallery-wall {
    column-count: 3;
  }

  .pps2026 .instagram-feed-mount #sbi_images, .pps2026 .instagram-feed-mount .sbi_images {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 699px) {
  .pps2026 .instagram-feed-mount #sbi_images, .pps2026 .instagram-feed-mount .sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.pps2026 /* About 2026 mockup */
.about2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  min-height: 100vh;
  overflow-x: clip;
}

.pps2026 .about2026 :where(p, a, button) {
  font-family: var(--sans);
}

.pps2026 .about2026 :where(h1, h2) {
  font-family: var(--serif);
  letter-spacing: 0;
  text-transform: none;
}

.pps2026 .about-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pps2026 .about-kicker {
  color: var(--coral);
  font-size: clamp(0.66rem, 0.7vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 clamp(18px, 2.1vw, 28px);
  text-transform: uppercase;
}

.pps2026 .about-coral-rule, .pps2026 .about-small-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  width: 44px;
}

.pps2026 .about-coral-rule {
  margin: clamp(18px, 2.2vw, 26px) 0 clamp(22px, 2.4vw, 32px);
  transform: rotate(-3deg);
  transform-origin: left center;
  width: 94px;
}

.pps2026 .about-small-rule {
  margin: clamp(16px, 1.7vw, 22px) 0 clamp(15px, 1.7vw, 22px);
  width: 34px;
}

.pps2026 .about-button {
  align-items: center;
  background: var(--coral);
  background-image: none !important;
  border: 1px solid var(--coral);
  color: var(--warm-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1;
  min-height: 48px;
  padding: 17px 28px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.pps2026 .about-button::before, .pps2026 .about-button::after {
  display: none !important;
}

.pps2026 .about-button:hover, .pps2026 .about-button:focus-visible {
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  color: var(--warm-white);
  outline: 0;
  text-decoration: none !important;
}

.pps2026 .about-button-dark {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

.pps2026 .about-button-dark:hover, .pps2026 .about-button-dark:focus-visible {
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}

.pps2026 .about-button-light {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

.pps2026 .about-button-light:hover, .pps2026 .about-button-light:focus-visible {
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}

.pps2026 .about-hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(560px, 48vw, 720px);
  position: relative;
}

.pps2026 .about-hero-copy {
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: clamp(106px, 9vw, 132px) clamp(34px, 6vw, 80px) clamp(58px, 7vw, 108px);
  width: 100%;
}

.pps2026 .about-hero-copy h1 {
  color: #171514;
  font-size: clamp(3.2rem, 5.1vw, 5.65rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

.pps2026 .about-hero-copy h1 span, .pps2026 .about-hero-copy h1 em {
  display: block;
}

.pps2026 .about-hero-copy h1 em {
  font-style: italic;
  margin-top: 4px;
}

.pps2026 .about-hero-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

.pps2026 .about-hero-copy p:not(.about-kicker) + p {
  margin-top: 20px;
}

.pps2026 .about-hero-copy p a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(93, 126, 139, 0.35);
  text-underline-offset: 4px;
}

.pps2026 .about-hero-copy p a:hover, .pps2026 .about-hero-copy p a:focus-visible {
  color: var(--coral);
  outline: 0;
  text-decoration-color: var(--coral);
}

.pps2026 .about-hero-copy .about-button {
  margin-top: clamp(30px, 3.4vw, 44px);
}

.pps2026 .about-signature {
  color: #171514 !important;
  font-family: var(--hand) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem) !important;
  font-weight: 600;
  line-height: 0.9 !important;
  margin: clamp(30px, 3.6vw, 48px) 0 0 !important;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.pps2026 .about-hero-image {
  align-self: center;
  aspect-ratio: 3 / 4;
  background: #fffdfa;
  border: 1px solid rgba(92, 80, 71, 0.16);
  box-shadow: 0 18px 42px rgba(43, 35, 30, 0.07);
  height: auto;
  justify-self: stretch;
  margin: clamp(18px, 2.4vw, 34px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(8px, 1vw, 14px);
  position: relative;
  width: calc(100% - clamp(36px, 4.8vw, 68px));
}

.pps2026 .about-hero-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.pps2026 .about-mom-pop-note {
  color: #171514;
  font-family: var(--hand);
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: clamp(34px, 7vw, 112px);
  text-shadow: 0 2px 18px rgba(255, 253, 249, 0.74);
  top: clamp(130px, 17vw, 235px);
  transform: rotate(-5deg);
  z-index: 2;
}

.pps2026 .about-mom-pop-note::before {
  background:
    linear-gradient(
      90deg,
      rgba(226, 99, 76, 0.72),
      rgba(226, 99, 76, 0.96) 24%,
      rgba(226, 99, 76, 0.82) 53%,
      rgba(226, 99, 76, 0.98)
    );
  border-radius: 999px 74% 999px 84%;
  box-shadow:
    0 1px 0 rgba(226, 99, 76, 0.48),
    0 -1px 0 rgba(255, 139, 113, 0.38);
  content: "";
  filter: saturate(1.06);
  height: clamp(5px, 0.42vw, 8px);
  left: clamp(-188px, -11vw, -126px);
  opacity: 0.95;
  position: absolute;
  top: 60%;
  transform: rotate(154deg) skewX(-8deg);
  transform-origin: right center;
  width: clamp(132px, 11vw, 196px);
}

.pps2026 .about-mom-pop-note::after {
  border-bottom: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-left: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-radius: 0 0 0 5px;
  content: "";
  filter: saturate(1.06);
  height: clamp(15px, 1.18vw, 22px);
  left: clamp(-188px, -11.15vw, -126px);
  opacity: 0.94;
  position: absolute;
  top: calc(60% + clamp(24px, 1.9vw, 34px));
  transform: rotate(-20deg) skew(-7deg);
  width: clamp(15px, 1.18vw, 22px);
}

.pps2026 .about-section-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(44px, 5vw, 70px) var(--gutter) clamp(58px, 6vw, 86px);
}

.pps2026 .about-facts {
  background: #fbf8f3;
}

.pps2026 .about-facts-intro {
  margin: 0 auto clamp(32px, 4vw, 52px);
  max-width: 830px;
  text-align: center;
}

.pps2026 .about-facts-intro .about-kicker {
  margin-bottom: 14px;
}

.pps2026 .about-facts-intro h2 {
  color: #171514;
  font-size: clamp(2.35rem, 3.7vw, 4.05rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.pps2026 .about-facts-intro p:not(.about-kicker) {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 680px;
}

.pps2026 .about-fact-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pps2026 .about-fact-card {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(235, 228, 220, 0.7);
  margin: 0;
  min-height: clamp(295px, 24vw, 365px);
  padding: clamp(34px, 3.4vw, 50px);
}

.pps2026 .about-fact-card h2 {
  color: #171514;
  font-size: clamp(1.82rem, 2.18vw, 2.38rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  max-width: none;
  text-wrap: normal;
}

.pps2026 .about-fact-card p {
  color: #282522;
  font-size: clamp(0.9rem, 0.98vw, 1.02rem);
  line-height: 1.78;
  margin: 0;
  max-width: 560px;
}

.pps2026 .about-belief {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(390px, 34vw, 540px);
}

.pps2026 .about-belief-image {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.pps2026 .about-belief-image img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.pps2026 .about-belief-copy {
  align-self: center;
  max-width: 620px;
  padding: clamp(48px, 7vw, 90px) clamp(34px, 7vw, 86px);
}

.pps2026 .about-belief-copy h2 {
  color: #171514;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(24px, 2.6vw, 34px);
  text-wrap: balance;
}

.pps2026 .about-belief-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

.pps2026 .about-family {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  padding: clamp(54px, 6vw, 88px) var(--gutter);
}

.pps2026 .about-family-collage {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.pps2026 .about-family-tile {
  aspect-ratio: 1 / 1;
  background: #f4eee7;
  margin: 0;
  overflow: hidden;
}

.pps2026 .about-family-tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pps2026 .about-family-copy {
  max-width: 590px;
}

.pps2026 .about-family-copy .about-kicker {
  margin-bottom: 14px;
}

.pps2026 .about-family-copy h2 {
  color: #171514;
  font-size: clamp(2.45rem, 4.2vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  text-wrap: balance;
}

.pps2026 .about-family-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

.pps2026 .about-family-copy p:not(.about-kicker) + p {
  margin-top: 18px;
}

.pps2026 .about-final {
  align-items: center;
  background: #f4eee7;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  padding: clamp(20px, 3vw, 34px) var(--gutter);
}

.pps2026 .about-final-image {
  align-self: stretch;
  margin: 0;
  min-height: clamp(240px, 23vw, 360px);
  overflow: hidden;
}

.pps2026 .about-final-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pps2026 .about-final-copy {
  max-width: 720px;
  padding: clamp(30px, 4vw, 50px) 0;
}

.pps2026 .about-final-copy h2 {
  color: #171514;
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 18px;
  text-wrap: balance;
}

.pps2026 .about-final-copy p {
  color: #282522;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.72;
  margin: 0;
  max-width: 660px;
}

.pps2026 .about-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.pps2026 .about-final-actions .about-button {
  min-width: 220px;
}

@media (max-width: 940px) {
  .pps2026 .about-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pps2026 .about-hero-copy {
    justify-self: center;
    max-width: 680px;
    order: 2;
    padding: clamp(34px, 7vw, 54px) var(--gutter) clamp(44px, 9vw, 68px);
  }

  .pps2026 .about-hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4.9rem);
  }

  .pps2026 .about-hero-image {
    aspect-ratio: 3 / 4;
    height: auto;
    justify-self: center;
    margin: clamp(96px, 16vw, 126px) auto 0;
    min-height: 0;
    order: 1;
    padding: 8px;
    width: min(82vw, 460px);
  }

  .pps2026 .about-fact-grid, .pps2026 .about-belief, .pps2026 .about-final {
    grid-template-columns: 1fr;
  }

  .pps2026 .about-belief-copy {
    max-width: 720px;
  }

  .pps2026 .about-belief-image {
    min-height: clamp(280px, 68vw, 540px);
  }

  .pps2026 .about-family {
    grid-template-columns: 1fr;
  }

  .pps2026 .about-family-copy {
    justify-self: center;
    max-width: 720px;
  }

  .pps2026 .about-final {
    gap: 10px;
  }

  .pps2026 .about-final-image {
    min-height: clamp(230px, 58vw, 430px);
  }
}

@media (max-width: 620px) {
  .pps2026 .about-kicker {
    font-size: 0.62rem;
  }

  .pps2026 .about-hero-copy, .pps2026 .about-section-inner, .pps2026 .about-belief-copy, .pps2026 .about-final {
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }

  .pps2026 .about-hero-copy {
    text-align: left;
  }

  .pps2026 .about-hero-copy h1 {
    font-size: clamp(2.72rem, 12.6vw, 4.1rem);
  }

  .pps2026 .about-hero-copy p:not(.about-kicker), .pps2026 .about-belief-copy p:not(.about-kicker), .pps2026 .about-final-copy p, .pps2026 .about-fact-card p {
    font-size: 0.95rem;
  }

  .pps2026 .about-fact-grid {
    gap: 10px;
  }

  .pps2026 .about-fact-card {
    min-height: 0;
    padding: 30px 26px;
  }

  .pps2026 .about-fact-card h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .pps2026 .about-belief-copy h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  .pps2026 .about-family {
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }

  .pps2026 .about-family-collage {
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pps2026 .about-family-copy h2 {
    font-size: clamp(2.28rem, 10vw, 3.4rem);
  }

  .pps2026 .about-family-copy p:not(.about-kicker) {
    font-size: 0.95rem;
  }

  .pps2026 .about-final-copy h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .pps2026 .about-final {
    padding-bottom: 42px;
    padding-top: 20px;
  }

  .pps2026 .about-final-actions, .pps2026 .about-final-actions .about-button, .pps2026 .about-button {
    width: 100%;
  }
}

.pps2026 /* Pricing / package preview */
.pricing2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  overflow-x: clip;
}

.pps2026 .pricing2026, .pps2026 .pricing2026 *, .pps2026 .pricing2026 *::before, .pps2026 .pricing2026 *::after {
  box-sizing: border-box;
}

.pps2026 .pricing2026 :where(p, li, a, button) {
  font-family: var(--sans) !important;
}

.pps2026 .pricing2026 :where(h1, h2, h3) {
  font-family: var(--serif) !important;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.pps2026 .pricing-hero {
  align-items: stretch;
  align-content: center;
  display: grid;
  column-gap: clamp(30px, 4vw, 68px);
  row-gap: clamp(22px, 3vw, 44px);
  grid-template-areas:
    "copy image"
    "inclusions image"
    "cta image";
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  grid-template-rows: repeat(3, auto);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: clamp(124px, 11vw, 158px) var(--gutter) clamp(54px, 7vw, 84px);
  position: relative;
  width: min(100%, 1440px);
}

.pps2026 .pricing-hero, .pps2026 .pricing-hero > *, .pps2026 .pricing-hero-image {
  max-width: 100%;
  min-width: 0;
}

.pps2026 .pricing-hero-copy {
  align-self: end;
  grid-area: copy;
}

.pps2026 .pricing-kicker {
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.pps2026 .pricing-hero-copy h1, .pps2026 .pricing-section-heading h2, .pps2026 .pricing-album-banner h2 {
  color: var(--soft-charcoal);
  margin: 0;
}

.pps2026 .pricing-hero-copy h1 {
  font-size: clamp(2.65rem, 4.6vw, 5.05rem);
  line-height: 0.96;
  text-wrap: balance;
}

.pps2026 .pricing-hero-copy p:not(.pricing-kicker) {
  color: var(--soft-charcoal);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  margin: 0;
  max-width: 500px;
}

.pps2026 .pricing-divider {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(28px, 3vw, 38px) 0;
  max-width: 370px;
}

.pps2026 .pricing-divider::before, .pps2026 .pricing-divider::after {
  background: rgba(223, 127, 108, 0.55);
  content: "";
  flex: 1;
  height: 1px;
}

.pps2026 .pricing-divider span {
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -7px 0 0 var(--coral),
    7px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}

.pps2026 .pricing-divider.centered {
  margin-left: auto;
  margin-right: auto;
}

.pps2026 .pricing-hero-image {
  align-self: stretch;
  grid-area: image;
  margin: 0;
  min-height: clamp(380px, 38vw, 560px);
  overflow: hidden;
  width: 100%;
}

.pps2026 .pricing-hero-image img {
  display: block;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pps2026 .pricing-inclusions {
  align-self: start;
  display: grid;
  gap: 18px 22px;
  grid-area: inclusions;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: clamp(8px, 1.3vw, 16px);
}

.pps2026 .pricing-inclusion {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
}

.pps2026 .pricing-inclusion p {
  color: var(--soft-charcoal);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.pps2026 .pricing-inclusion p span {
  color: var(--quiet-charcoal);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 1px;
}

.pps2026 .pricing-icon, .pps2026 .process-icon, .pps2026 .line-icon {
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.pps2026 .pricing-icon svg, .pps2026 .process-icon svg, .pps2026 .line-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 34px;
}

.pps2026 .pricing-travel-note {
  color: var(--quiet-charcoal);
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 520px;
}

.pps2026 .pricing-hero-cta {
  align-self: end;
  grid-area: cta;
  padding-top: 0;
}

.pps2026 .pricing-cta-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: normal;
}

.pps2026 .pricing-starting-price {
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pps2026 .pricing-addons {
  align-items: stretch;
  background: #fbf7f1;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(24px, 3vw, 36px);
}

.pps2026 .addons-image {
  margin: 0;
  min-height: 100%;
}

.pps2026 .addons-image img {
  display: block;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pps2026 .addons-copy {
  align-self: center;
  padding: clamp(16px, 2vw, 28px) clamp(4px, 1vw, 12px);
}

.pps2026 .pricing-section-heading {
  margin: 0 0 clamp(26px, 3vw, 36px);
}

.pps2026 .pricing-section-heading.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}

.pps2026 .pricing-section-heading h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.75rem);
  line-height: 1.03;
  text-wrap: balance;
}

.pps2026 .pricing-section-heading.center .pricing-kicker {
  margin-bottom: 10px;
}

.pps2026 .addon-grid {
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: 1fr;
}

.pps2026 .addon-card {
  align-items: start;
  border-bottom: 1px solid rgba(47, 43, 40, 0.13);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-bottom: clamp(18px, 2.3vw, 28px);
}

.pps2026 .addon-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pps2026 .addon-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  font-weight: 750;
  line-height: 1.4;
  margin: 0 0 10px;
}

.pps2026 .addon-card ul {
  color: var(--soft-charcoal);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}

.pps2026 .addon-card li {
  font-size: 0.9rem;
}

.pps2026 .addon-card:last-child li:last-child {
  color: var(--coral);
  font-weight: 800;
}

.pps2026 .photographer-section {
  background: #f7f2eb;
  box-shadow: 0 0 0 100vmax #f7f2eb;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(26px, 3vw, 36px) var(--gutter) clamp(42px, 5vw, 64px);
}

.pps2026 .photographer-grid {
  display: grid;
  gap: 18px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pps2026 .photographer-card {
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(47, 43, 40, 0.12);
  display: grid;
  grid-template-columns: minmax(190px, 0.95fr) minmax(210px, 1.05fr);
  min-height: 238px;
}

.pps2026 .photographer-photo {
  margin: 0;
  min-height: 236px;
  overflow: hidden;
  position: relative;
}

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

.pps2026 .photographer-photo button {
  background: rgba(255, 253, 249, 0.54);
  border: 0;
  border-radius: 999px;
  color: var(--soft-charcoal);
  cursor: pointer;
  display: grid;
  font-family: var(--sans) !important;
  font-size: 1.1rem;
  height: 30px;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.pps2026 .photographer-photo button:first-of-type {
  left: 10px;
}

.pps2026 .photographer-photo button:last-of-type {
  right: 10px;
}

.pps2026 .portfolio-dots {
  align-items: center;
  background: rgba(255, 253, 249, 0.72);
  bottom: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 50%;
  padding: 6px 9px;
  position: absolute;
  transform: translateX(-50%);
}

.pps2026 .portfolio-dots i {
  background: rgba(47, 43, 40, 0.32);
  border-radius: 999px;
  height: 5px;
  width: 5px;
}

.pps2026 .portfolio-dots i:first-child {
  background: var(--soft-charcoal);
}

.pps2026 .photographer-photo button, .pps2026 .portfolio-dots {
  display: none;
}

.pps2026 .photographer-copy {
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
}

.pps2026 .photographer-copy h3 {
  color: var(--blue);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 0.95;
  margin: 0 0 8px;
}

.pps2026 .photographer-price {
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}

.pps2026 .photographer-area {
  color: var(--soft-charcoal);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.pps2026 .photographer-portfolio-link {
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-block;
  font-family: var(--sans) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 24px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.pps2026 .photographer-portfolio-link:hover {
  color: var(--blue);
  text-decoration: none;
  transform: scale(1.02);
}

.pps2026 .pricing-process {
  background: var(--warm-white);
  padding: clamp(58px, 7vw, 96px) var(--gutter);
}

.pps2026 .process-map {
  --process-arrow-gap: clamp(10px, 1.25vw, 18px);
  --process-card-height: clamp(158px, 13.5vw, 184px);
  --process-card-mid: clamp(84px, 7.4vw, 100px);
  --process-card-width: clamp(230px, 23vw, 298px);
  --process-icon-box: clamp(54px, 5vw, 72px);
  --process-icon-radius: clamp(27px, 2.5vw, 36px);
  --process-row: clamp(190px, 17vw, 222px);
  --process-row-gap: clamp(44px, 5vw, 66px);
  margin: clamp(38px, 5vw, 68px) auto 0;
  max-width: 1240px;
  padding: 0;
  position: relative;
}

.pps2026 .process-mobile-graphic {
  display: none;
}

.pps2026 .process-mobile-graphic img {
  display: block;
  height: auto;
  width: 100%;
}

.pps2026 .process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--process-row);
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: var(--process-row-gap);
}

.pps2026 .process-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
  min-height: 0;
  padding: 0 12px;
  position: relative;
  text-align: center;
  width: min(100%, var(--process-card-width));
  z-index: 1;
}

.pps2026 .process-step-4 {
  grid-column: 3;
  grid-row: 2;
}

.pps2026 .process-step-5 {
  grid-column: 2;
  grid-row: 2;
}

.pps2026 .process-step-6 {
  grid-column: 1;
  grid-row: 2;
}

.pps2026 .process-step-7 {
  grid-column: 1;
  grid-row: 3;
}

.pps2026 .process-step-8 {
  grid-column: 2;
  grid-row: 3;
}

.pps2026 .process-step-9 {
  grid-column: 3;
  grid-row: 3;
}

.pps2026 .process-icon {
  background: var(--warm-white);
  height: var(--process-icon-box);
  margin: 0 auto 18px;
  padding: 4px;
  position: relative;
  width: var(--process-icon-box);
  z-index: 2;
}

.pps2026 .process-icon svg {
  height: 100%;
  stroke-width: 1.35;
  width: 100%;
}

.pps2026 .process-line h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
  max-width: 245px;
}

.pps2026 .process-line p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 245px;
}

.pps2026 .process-connector, .pps2026 .process-turn {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.pps2026 .process-connector {
  border-top: 2px dashed rgba(223, 127, 108, 0.74);
  height: 0;
  width: calc(33.333% - var(--process-card-width) - var(--process-arrow-gap) - var(--process-arrow-gap));
}

.pps2026 .process-connector::after {
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  border-top: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  top: -7px;
  width: 12px;
}

.pps2026 .process-connector-r1-a, .pps2026 .process-connector-r1-b, .pps2026 .process-connector-r3-a, .pps2026 .process-connector-r3-b {
  transform: translateY(-50%);
}

.pps2026 .process-connector-r1-a::after, .pps2026 .process-connector-r1-b::after, .pps2026 .process-connector-r3-a::after, .pps2026 .process-connector-r3-b::after {
  right: 0;
  transform: rotate(45deg);
}

.pps2026 .process-connector-r2-a, .pps2026 .process-connector-r2-b {
  transform: translateY(-50%);
}

.pps2026 .process-connector-r2-a::after, .pps2026 .process-connector-r2-b::after {
  left: 0;
  transform: rotate(-135deg);
}

.pps2026 .process-connector-r1-a {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}

.pps2026 .process-connector-r1-b {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}

.pps2026 .process-connector-r2-a {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

.pps2026 .process-connector-r2-b {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

.pps2026 .process-connector-r3-a {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

.pps2026 .process-connector-r3-b {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

.pps2026 .process-turn {
  border-left: 2px dashed rgba(223, 127, 108, 0.7);
  height: calc(var(--process-row) + var(--process-row-gap) - var(--process-card-height) - 20px);
  width: 0;
}

.pps2026 .process-turn::after {
  border-bottom: 2px solid rgba(223, 127, 108, 0.78);
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}

.pps2026 .process-turn-right {
  left: calc(83.333% - 1px);
  top: calc(var(--process-card-height) + 10px);
}

.pps2026 .process-turn-right::after {
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}

.pps2026 .process-turn-left {
  left: calc(16.666% - 1px);
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-height) + 10px);
}

.pps2026 .process-turn-left::after {
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}

.pps2026 .pricing-album-banner {
  align-items: center;
  color: var(--soft-charcoal);
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  min-height: clamp(260px, 28vw, 390px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  position: relative;
  text-align: center;
}

.pps2026 .pricing-album-banner img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.pps2026 .pricing-album-banner::after {
  background: rgba(255, 253, 249, 0.63);
  content: "";
  inset: 0;
  position: absolute;
}

.pps2026 .pricing-album-banner > div {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.pps2026 .pricing-album-banner .pricing-kicker {
  color: var(--blue);
  margin-bottom: 14px;
}

.pps2026 .pricing-album-banner h2 {
  font-size: clamp(2.65rem, 5vw, 5.3rem);
  line-height: 0.95;
  text-wrap: balance;
}

.pps2026 .album-feature-section {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: clamp(46px, 6vw, 82px) var(--gutter) clamp(64px, 7vw, 96px);
}

.pps2026 .album-feature-grid {
  box-sizing: border-box;
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
  min-width: 0;
  width: 100%;
}

.pps2026 .album-feature-card {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.pps2026 .album-feature-card > * {
  max-width: 100%;
  min-width: 0;
}

.pps2026 .album-feature-card img {
  aspect-ratio: 1.05 / 1;
  display: block;
  height: auto;
  margin: 0 0 clamp(18px, 2.2vw, 26px);
  object-fit: cover;
  width: 100%;
}

.pps2026 .album-feature-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 300px;
  text-transform: uppercase;
}

.pps2026 .album-feature-card p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1080px) {
  .pps2026 .pricing-hero {
    column-gap: clamp(26px, 4vw, 44px);
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  }

  .pps2026 .pricing-inclusions {
    background: #fbf7f1;
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .pps2026 .pricing-travel-note {
    max-width: none;
  }

  .pps2026 .photographer-grid {
    gap: 18px;
  }

  .pps2026 .photographer-card {
    grid-template-columns: 1fr;
  }

  .pps2026 .photographer-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .pps2026 .process-map {
    max-width: 960px;
  }

  .pps2026 .process-step {
    padding-left: clamp(12px, 2vw, 28px);
    padding-right: clamp(12px, 2vw, 28px);
  }

  .pps2026 .process-connector, .pps2026 .process-turn {
    display: none;
  }

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

@media (max-width: 780px) {
  .pps2026 .pricing-hero {
    grid-template-areas:
      "copy"
      "image"
      "inclusions"
      "cta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    max-width: 100%;
    min-height: 0;
    overflow-x: hidden;
    padding-top: clamp(118px, 22vw, 148px);
    width: 100%;
  }

  .pps2026 .pricing-hero-copy {
    text-align: center;
  }

  .pps2026 .pricing-hero-copy p:not(.pricing-kicker), .pps2026 .pricing-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .pricing-hero-button {
    width: min(100%, 270px);
  }

  .pps2026 .pricing-hero-cta {
    text-align: center;
  }

  .pps2026 .pricing-cta-row {
    align-items: center;
    justify-content: center;
  }

  .pps2026 .pricing-hero-image {
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }

  .pps2026 .pricing-hero-image img {
    aspect-ratio: 4 / 3;
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .pps2026 .pricing-inclusions {
    grid-template-columns: 1fr;
  }

  .pps2026 .album-feature-grid {
    gap: clamp(16px, 4vw, 22px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pps2026 .album-feature-card h3 {
    font-size: clamp(1rem, 4.4vw, 1.3rem);
    letter-spacing: 0.1em;
    line-height: 1.32;
    margin-bottom: 10px;
  }

  .pps2026 .album-feature-card p {
    font-size: clamp(0.78rem, 2.7vw, 0.92rem);
    line-height: 1.65;
  }

  .pps2026 .pricing-section-heading, .pps2026 .pricing-section-heading.center, .pps2026 .pricing-section-heading h2, .pps2026 .pricing-section-heading p, .pps2026 .pricing-kicker, .pps2026 .pricing-album-banner > div, .pps2026 .pricing-album-banner .pricing-kicker, .pps2026 .pricing-album-banner h2, .pps2026 .contact-copy .section-kicker, .pps2026 .contact-copy h2, .pps2026 .contact-lede {
    text-align: center;
  }

  .pps2026 .pricing-divider, .pps2026 .pricing-divider.centered, .pps2026 .contact-swoop {
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .photographer-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pps2026 .photographer-photo {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .pps2026 .photographer-photo button {
    font-size: 0.9rem;
    height: 24px;
    width: 24px;
  }

  .pps2026 .photographer-photo button:first-of-type {
    left: 7px;
  }

  .pps2026 .photographer-photo button:last-of-type {
    right: 7px;
  }

  .pps2026 .portfolio-dots {
    bottom: 7px;
    gap: 5px;
    padding: 5px 7px;
  }

  .pps2026 .portfolio-dots i {
    height: 4px;
    width: 4px;
  }

  .pps2026 .photographer-copy {
    padding: clamp(14px, 4vw, 18px);
    text-align: center;
  }

  .pps2026 .photographer-copy h3 {
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
    margin-bottom: 6px;
  }

  .pps2026 .photographer-price, .pps2026 .photographer-area {
    font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  }

  .pps2026 .photographer-portfolio-link {
    font-size: clamp(0.55rem, 2.1vw, 0.66rem);
    letter-spacing: 0.1em;
    margin-top: 14px;
    padding-bottom: 4px;
  }

  .pps2026 .pricing-process, .pps2026 .process-map, .pps2026 .process-mobile-graphic, .pps2026 .album-feature-section, .pps2026 .album-feature-grid, .pps2026 .album-feature-card {
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    width: 100%;
  }

  .pps2026 .album-feature-card > *, .pps2026 .process-step {
    max-width: 100%;
    min-width: 0;
  }

  .pps2026 .album-feature-card img {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .pps2026 .pricing-addons {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .pps2026 .addons-image img {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .pps2026 .addons-copy {
    padding: 6px 0 0;
  }

  .pps2026 .pricing-inclusions {
    padding: 24px;
  }

  .pps2026 .addon-card {
    border-right: 0;
    border-bottom: 1px solid rgba(47, 43, 40, 0.12);
    padding-bottom: 24px;
    padding-right: 0;
  }

  .pps2026 .addon-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .pps2026 .pricing-process {
    padding: 0;
  }

  .pps2026 .pricing-process .pricing-section-heading, .pps2026 .process-map {
    display: none;
  }

  .pps2026 .process-mobile-graphic {
    display: block;
    margin: 0 auto;
    max-width: 720px;
  }

  .pps2026 .pricing-album-banner {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
  }
}

@media (max-width: 560px) {
  .pps2026 .pricing-kicker {
    font-size: 0.62rem;
  }

  .pps2026 .pricing-hero-copy h1 {
    font-size: clamp(2.58rem, 13vw, 4.05rem);
  }

  .pps2026 .pricing-section-heading h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .pps2026 .photographer-card {
    min-height: 0;
  }

  .pps2026 .photographer-copy h3 {
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
  }

  .pps2026 .process-line p {
    max-width: 260px;
  }

  .pps2026 .pricing-album-banner {
    margin-left: 0;
    margin-right: 0;
    min-height: 310px;
  }

  .pps2026 .pricing-album-banner h2 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }
}

.pps2026 .faq2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  overflow-x: clip;
}

.pps2026 .faq2026 :where(p, a, summary, button) {
  font-family: var(--sans);
}

.pps2026 .faq2026 :where(h1, h2) {
  font-family: var(--serif);
  letter-spacing: 0;
}

.pps2026 .faq-hero {
  background: var(--warm-white);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: clamp(640px, 74svh, 820px);
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}

.pps2026 .faq-hero-copy {
  align-self: center;
  max-width: 660px;
  padding: clamp(58px, 8vw, 104px) var(--gutter);
  position: relative;
  z-index: 2;
}

.pps2026 .faq-kicker, .pps2026 .faq-section-range {
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.pps2026 .faq-hero h1 {
  color: var(--soft-charcoal);
  font-size: clamp(3.4rem, 5.7vw, 6.35rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  max-width: 570px;
  text-wrap: balance;
}

.pps2026 .faq-coral-rule {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(30px, 4vw, 46px) 0 28px;
  width: min(210px, 46vw);
}

.pps2026 .faq-coral-rule::before {
  background: var(--coral);
  content: "";
  height: 2px;
  width: 132px;
}

.pps2026 .faq-coral-rule::after {
  color: var(--coral);
  content: "✧";
  font-size: 1rem;
  line-height: 1;
}

.pps2026 .faq-hero-copy > p:last-child {
  color: var(--soft-charcoal);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}

.pps2026 .faq-hero-media {
  margin: 0;
  min-height: inherit;
  position: relative;
}

.pps2026 .faq-hero-media::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.74) 18%, rgba(255, 253, 249, 0.18) 42%, rgba(255, 253, 249, 0) 64%),
    linear-gradient(0deg, rgba(255, 253, 249, 0.1), rgba(255, 253, 249, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.pps2026 .faq-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.pps2026 .faq-band {
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  grid-template-columns: minmax(340px, 41.5%) minmax(0, 58.5%);
  min-height: clamp(680px, 54vw, 820px);
}

.pps2026 .faq-band:nth-of-type(3), .pps2026 .faq-band:nth-of-type(5) {
  background: var(--soft-ivory);
}

.pps2026 .faq-band-image {
  margin: 0;
  min-height: clamp(680px, 54vw, 820px);
  overflow: hidden;
}

.pps2026 .faq-band-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pps2026 .faq-band-copy {
  align-self: center;
  padding: clamp(48px, 6vw, 86px) var(--gutter);
}

.pps2026 .faq-section-range {
  margin-bottom: 10px;
}

.pps2026 .faq-band-copy h2 {
  color: var(--soft-charcoal);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
}

.pps2026 .faq-section-note {
  color: var(--coral);
  font-family: var(--hand) !important;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.2;
  margin: 6px 0 clamp(24px, 3vw, 34px);
}

.pps2026 .faq-list {
  display: grid;
  margin-top: clamp(18px, 2.4vw, 28px);
}

.pps2026 .faq-item {
  border-top: 1px solid rgba(47, 43, 40, 0.22);
}

.pps2026 .faq-item:last-child {
  border-bottom: 1px solid rgba(47, 43, 40, 0.22);
}

.pps2026 .faq-question-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: clamp(12px, 1.6vw, 22px);
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  list-style: none;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}

.pps2026 .faq-item-number {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pps2026 .faq-item-question {
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  font-weight: 650;
  line-height: 1.45;
}

.pps2026 .faq-item-plus {
  color: var(--soft-charcoal);
  font-size: 1.5rem;
  font-weight: 400;
  justify-self: end;
  line-height: 1;
  transition: color 180ms ease, transform 260ms ease;
}

.pps2026 .faq-question-button:hover .faq-item-question, .pps2026 .faq-question-button:focus-visible .faq-item-question, .pps2026 .faq-question-button:hover .faq-item-plus, .pps2026 .faq-question-button:focus-visible .faq-item-plus {
  color: var(--coral);
}

.pps2026 .faq-question-button:focus-visible {
  outline: 2px solid rgba(223, 127, 108, 0.45);
  outline-offset: 6px;
}

.pps2026 .faq-item.is-open .faq-item-plus {
  color: var(--coral);
  transform: rotate(45deg);
}

.pps2026 .faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.pps2026 .faq-item.is-open .faq-answer {
  opacity: 1;
}

.pps2026 .faq-answer-inner {
  overflow: hidden;
}

.pps2026 .faq-answer p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.03vw, 1rem);
  line-height: 1.72;
  margin: -2px 38px 22px 66px;
  max-width: 760px;
}

.pps2026 .faq-final-cta {
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  justify-items: center;
  padding: clamp(58px, 7vw, 92px) var(--gutter);
  text-align: center;
}

.pps2026 .faq-compass {
  border: 1px solid var(--coral);
  height: 34px;
  margin-bottom: 22px;
  position: relative;
  transform: rotate(45deg);
  width: 34px;
}

.pps2026 .faq-compass::before, .pps2026 .faq-compass::after {
  background: var(--coral);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pps2026 .faq-compass::before {
  height: 1px;
  width: 48px;
}

.pps2026 .faq-compass::after {
  height: 48px;
  width: 1px;
}

.pps2026 .faq-final-cta h2 {
  color: var(--soft-charcoal);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.pps2026 .faq-final-cta p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.6;
  margin: 10px 0 24px;
}

@media (max-width: 1079px) {
  .pps2026 .faq-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 74px;
  }

  .pps2026 .faq-hero-copy {
    max-width: none;
    padding-bottom: clamp(30px, 7vw, 52px);
    text-align: center;
  }

  .pps2026 .faq-hero h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 9.8em;
  }

  .pps2026 .faq-coral-rule {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .faq-hero-copy > p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .pps2026 .faq-hero-media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .pps2026 .faq-hero-media::before {
    background: linear-gradient(0deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.18));
  }

  .pps2026 .faq-band {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pps2026 .faq-band-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .pps2026 .faq-band-copy {
    padding-bottom: clamp(52px, 7vw, 78px);
    padding-top: clamp(40px, 7vw, 66px);
  }
}

@media (max-width: 699px) {
  .pps2026 .faq-hero {
    padding-top: 74px;
  }

  .pps2026 .faq-hero-copy {
    padding: clamp(44px, 13vw, 64px) clamp(20px, 6vw, 26px) 50px;
  }

  .pps2026 .faq-hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.28rem);
    max-width: 8.8em;
  }

  .pps2026 .faq-hero-media {
    display: none;
  }

  .pps2026 .faq-band-image {
    aspect-ratio: 4 / 3;
  }

  .pps2026 .faq-band-copy {
    padding-left: clamp(22px, 6vw, 32px);
    padding-right: clamp(22px, 6vw, 32px);
  }

  .pps2026 .faq-band-copy h2 {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  .pps2026 .faq-section-note {
    font-size: clamp(1.24rem, 6vw, 1.68rem);
  }

  .pps2026 .faq-question-button {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 15px 0;
  }

  .pps2026 .faq-item-number {
    font-size: 0.72rem;
  }

  .pps2026 .faq-answer p {
    margin-left: 46px;
    margin-right: 0;
  }

  .pps2026 .faq-final-cta .button {
    width: min(100%, 320px);
  }
}

/* PPS 2026 home2 redesign END */

/* prophoto-about2.css */
/* PPS 2026 about2 redesign START */
body.article-about2 .pp-layout {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.article-about2 #pps-about2026-root {
  margin: 0;
  width: 100%;
}

body.article-about2 > .pp-slideover,
body.article-about2 > .pp-hamburger {
  display: none !important;
}

@media (max-width: 1079px) {
  body.article-about2.admin-bar #wpadminbar #wp-admin-bar-gform-forms {
    display: none !important;
  }

  body.article-about2 .pp-slideover,
  body.article-about2 .pp-hamburger,
  body.article-about2 .pp-menu-toggle,
  body.article-about2 .pp-menu-button,
  body.article-about2 .pp-mobile-menu,
  body.article-about2 .hamburger-menu,
  body.article-about2 .menu-toggle,
  body.article-about2 .mobile-menu:not(.about-menu-icon-only) {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.article-about2 #pps-about2026-root .mobile-menu.about-menu-icon-only {
    display: block !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }
}

#pps-about2026-root {
  --warm-white: #fffdf9;
  --soft-ivory: #f8f4ed;
  --light-stone: #ebe4dc;
  --pale-stone: #f3eee7;
  --muted-taupe: #9a887b;
  --soft-charcoal: #2f2b28;
  --quiet-charcoal: #5d5751;
  --coral: #df7f6c;
  --blue: #5d7e8b;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --page-max: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
}

#pps-about2026-root, #pps-about2026-root * {
  box-sizing: border-box;
}

#pps-about2026-root {
  scroll-behavior: smooth;
}

#pps-about2026-root {
  margin: 0;
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

#pps-about2026-root .pps2026 {
  font-family: var(--sans) !important;
}

#pps-about2026-root .pps2026 :where(p, li, a, label, input, textarea, button) {
  font-family: var(--sans) !important;
}

#pps-about2026-root .hero h1, #pps-about2026-root .intro-copy h2, #pps-about2026-root .reassurance-copy h2, #pps-about2026-root .benefits-intro h2, #pps-about2026-root .collection-copy h2, #pps-about2026-root .proof-intro h2, #pps-about2026-root .review-overlay blockquote, #pps-about2026-root .gallery-intro h2, #pps-about2026-root .weddings-intro h2, #pps-about2026-root .contact-copy h2, #pps-about2026-root .album-copy h2, #pps-about2026-root .final-cta h2, #pps-about2026-root .wedding-card h3 {
  font-family: var(--serif) !important;
  text-transform: none !important;
}

#pps-about2026-root .section-kicker, #pps-about2026-root .center-kicker, #pps-about2026-root .nav-links, #pps-about2026-root .mobile-menu nav a, #pps-about2026-root .button, #pps-about2026-root .text-link, #pps-about2026-root .benefit h3, #pps-about2026-root .collection-item, #pps-about2026-root .collection-price, #pps-about2026-root .contact-form, #pps-about2026-root .contact-lede, #pps-about2026-root .review-overlay p, #pps-about2026-root .wedding-link, #pps-about2026-root .footer-nav, #pps-about2026-root .footer-office-details {
  font-family: var(--sans) !important;
}

#pps-about2026-root a {
  color: inherit;
  text-decoration: none;
}

#pps-about2026-root img, #pps-about2026-root svg {
  display: block;
}

#pps-about2026-root img {
  max-width: 100%;
}

#pps-about2026-root .site-shell {
  background: var(--warm-white);
  min-height: 100vh;
  overflow-x: clip;
}

#pps-about2026-root .hero {
  color: var(--warm-white);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px var(--gutter) clamp(38px, 7vw, 74px);
  position: relative;
}

#pps-about2026-root .hero-image, #pps-about2026-root .hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

#pps-about2026-root .hero-image {
  object-fit: cover;
  object-position: center 48%;
  transform: translateX(6%) scale(1.16);
  transform-origin: center center;
}

#pps-about2026-root .hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.84) 0%, rgba(10, 9, 8, 0.68) 30%, rgba(10, 9, 8, 0.2) 66%, rgba(10, 9, 8, 0.04) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.34), rgba(10, 9, 8, 0.14));
}

#pps-about2026-root .hero-nav {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 253, 249, 0.52);
  border-bottom: 1px solid rgba(255, 253, 249, 0.34);
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgba(10, 9, 8, 0.07);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding: 14px var(--gutter);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: 3;
}

#pps-about2026-root .brand-mark {
  color: rgba(255, 253, 249, 0.88);
  display: inline-block;
  line-height: 1.2;
}

#pps-about2026-root .brand-mark img {
  height: auto;
  width: min(286px, 61vw);
}

#pps-about2026-root .nav-links {
  align-items: center;
  color: var(--soft-charcoal);
  display: none;
  gap: clamp(22px, 3vw, 42px);
  font-size: 0.87rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

#pps-about2026-root .nav-links > a {
  border: 1px solid transparent;
  background-image: none !important;
  padding: 12px 10px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

#pps-about2026-root .nav-links > a:not(.nav-button):hover, #pps-about2026-root .nav-links > a:not(.nav-button):focus-visible {
  background-image: none !important;
  border-color: var(--coral);
  box-shadow: inset 0 0 0 1px var(--coral);
  outline: 0;
  text-decoration: none !important;
}

#pps-about2026-root .nav-links > a::before, #pps-about2026-root .nav-links > a::after {
  display: none !important;
}

#pps-about2026-root .nav-button {
  background: var(--coral);
  border: 1px solid var(--coral);
  color: var(--warm-white);
  min-width: 118px;
  padding: 14px 20px;
  text-align: center;
}

#pps-about2026-root .nav-button:hover, #pps-about2026-root .nav-button:focus-visible {
  background: #e99282;
  border-color: #e99282;
  outline: 0;
}

#pps-about2026-root .mobile-menu {
  display: block;
  position: relative;
}

#pps-about2026-root .mobile-menu summary {
  align-items: center;
  border: 1px solid rgba(47, 43, 40, 0.2);
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 42px;
  justify-items: center;
  list-style: none;
  padding: 10px;
  width: 42px;
}

#pps-about2026-root .mobile-menu summary::-webkit-details-marker {
  display: none;
}

#pps-about2026-root .mobile-menu summary span {
  background: var(--soft-charcoal);
  display: block;
  height: 2px;
  width: 20px;
}

#pps-about2026-root .mobile-menu nav {
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 36px rgba(10, 9, 8, 0.18);
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

#pps-about2026-root .mobile-menu nav a {
  color: var(--soft-charcoal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}

#pps-about2026-root .mobile-menu nav .nav-button {
  color: var(--warm-white);
  margin-top: 6px;
}

#pps-about2026-root .hero-copy {
  align-self: center;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

#pps-about2026-root .hero h1 {
  color: var(--warm-white) !important;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.35vw, 3.58rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0;
  text-transform: none !important;
}

#pps-about2026-root .coral-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 26px 0 22px;
  width: 42px;
}

#pps-about2026-root .hero-copy p {
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
  max-width: 500px;
}

#pps-about2026-root .hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}

#pps-about2026-root .button, #pps-about2026-root .text-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

#pps-about2026-root .button {
  background-image: none !important;
  border: 1px solid transparent;
  min-height: 46px;
  padding: 16px 30px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

#pps-about2026-root .button:hover, #pps-about2026-root .button:focus-visible {
  background-image: none !important;
  text-decoration: none !important;
}

#pps-about2026-root .button::before, #pps-about2026-root .button::after {
  display: none !important;
}

#pps-about2026-root .button-primary {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

#pps-about2026-root .button-primary:hover, #pps-about2026-root .button-primary:focus-visible {
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  outline: 0;
  text-decoration: none !important;
}

#pps-about2026-root .button-primary.coral {
  min-width: 205px;
}

#pps-about2026-root .text-link {
  color: var(--warm-white);
  transition:
    color 160ms ease,
    font-size 160ms ease;
}

#pps-about2026-root .hero-actions .text-link:hover, #pps-about2026-root .hero-actions .text-link:focus-visible {
  font-size: 0.78rem;
  outline: 0;
}

#pps-about2026-root .text-link.blue {
  color: var(--blue);
}

#pps-about2026-root .text-link.dark {
  color: var(--soft-charcoal);
}

#pps-about2026-root .intro-section {
  --intro-y: clamp(76px, 10vw, 150px);
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  margin: 0;
  max-width: none;
  padding: var(--intro-y) var(--gutter);
  width: 100%;
}

#pps-about2026-root .reassurance-section {
  aspect-ratio: 2400 / 1335;
  background: #2f1f14;
  color: var(--warm-white);
  display: grid;
  justify-items: center;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

#pps-about2026-root .reassurance-art {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#pps-about2026-root .reassurance-art img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

#pps-about2026-root .intro-copy {
  align-self: center;
  container-type: inline-size;
  justify-self: center;
  max-width: 740px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#pps-about2026-root .section-kicker, #pps-about2026-root .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 24px;
  text-transform: uppercase;
}

#pps-about2026-root .intro-copy h2, #pps-about2026-root .reassurance-copy h2, #pps-about2026-root .final-cta h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

#pps-about2026-root .intro-copy h2, #pps-about2026-root .reassurance-copy h2 {
  font-size: clamp(1.9rem, calc(1.2rem + 1.35vw), 2.7rem);
  line-height: 1.07;
}

#pps-about2026-root .intro-copy h2 {
  display: grid;
  margin: 0 auto;
  max-width: 740px;
  text-wrap: balance;
  width: 100%;
}

#pps-about2026-root .intro-copy h2 span {
  display: block;
}

#pps-about2026-root .wedding-card p, #pps-about2026-root .final-cta p {
  color: var(--quiet-charcoal);
  font-size: 0.92rem;
  line-height: 1.78;
}

#pps-about2026-root .intro-body {
  margin: clamp(34px, 4.8vw, 62px) auto 0;
  max-width: 740px;
  text-align: left;
}

#pps-about2026-root .intro-body p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
}

#pps-about2026-root .intro-body p + p {
  margin-top: clamp(14px, 1.8vw, 22px);
}

#pps-about2026-root .intro-questions {
  display: grid;
  gap: clamp(10px, 1.35vw, 16px);
  list-style: none;
  margin: clamp(18px, 2.4vw, 30px) 0;
  padding: 0;
}

#pps-about2026-root .intro-questions li {
  color: var(--soft-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  padding-left: 24px;
  position: relative;
}

#pps-about2026-root .intro-questions li::before {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 0.86em;
  width: 5px;
}

#pps-about2026-root .intro-body strong {
  color: var(--soft-charcoal);
  font-weight: 800;
}

#pps-about2026-root .intro-cta {
  margin: clamp(54px, 7vw, 92px) auto 0;
  max-width: 520px;
  text-align: center;
}

#pps-about2026-root .intro-cta p {
  color: var(--soft-charcoal);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}

#pps-about2026-root .intro-cta .button {
  min-width: 205px;
}

#pps-about2026-root .intro-image {
  align-self: stretch;
  justify-self: stretch;
  margin-bottom: calc(5px - var(--intro-y));
  margin-top: calc(5px - var(--intro-y));
  min-height: calc(100% + var(--intro-y) + var(--intro-y) - 10px);
  width: 100%;
}

#pps-about2026-root .intro-image img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .reassurance-copy {
  container-type: inline-size;
  bottom: auto;
  left: auto;
  max-width: min(620px, 40vw);
  padding: 0;
  position: absolute;
  right: clamp(48px, 7.5vw, 150px);
  text-shadow: 0 1px 18px rgba(10, 9, 8, 0.45);
  top: clamp(120px, 16.8vw, 290px);
  transform: none;
  width: 40vw;
  z-index: 1;
}

#pps-about2026-root .reassurance-copy h2 {
  color: var(--warm-white);
  font-size: clamp(1.8rem, 6.2cqw, 3.28rem);
  line-height: 1.1;
  white-space: normal;
}

#pps-about2026-root .reassurance-copy h3 {
  color: rgba(255, 253, 249, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 18px;
}

#pps-about2026-root .reassurance-copy ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

#pps-about2026-root .reassurance-copy li {
  padding-left: 25px;
  position: relative;
}

#pps-about2026-root .reassurance-copy li::before {
  border: 1px solid var(--coral);
  border-radius: 999px;
  color: var(--coral);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 12px;
}

#pps-about2026-root .reassurance-copy li::after {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: calc(0.58em + 4px);
  width: 4px;
}

#pps-about2026-root .reassurance-copy p {
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.92rem, 1.12vw, 1.12rem);
  line-height: 1.85;
  margin: 0;
}

#pps-about2026-root .reassurance-copy h2 + p {
  margin-top: clamp(22px, 3vw, 34px);
}

#pps-about2026-root .reassurance-copy p + p {
  margin-top: clamp(14px, 2vw, 22px);
}

#pps-about2026-root .reassurance-button {
  margin-top: clamp(26px, 3vw, 38px);
  max-width: 100%;
  white-space: normal;
}

#pps-about2026-root .benefits-section, #pps-about2026-root .gallery-section, #pps-about2026-root .real-weddings-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(34px, 5vw, 72px) var(--gutter);
}

#pps-about2026-root .benefits-section {
  background: #fbf7f1;
  margin: 0;
  max-width: none;
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(42px, 5vw, 72px);
}

#pps-about2026-root .benefits-intro {
  margin: 0 auto clamp(28px, 3.8vw, 48px);
  max-width: 1180px;
  text-align: center;
}

#pps-about2026-root .center-kicker {
  color: var(--blue);
  margin-bottom: 34px;
  text-align: center;
}

#pps-about2026-root .benefits-intro .center-kicker {
  color: var(--coral);
  margin-bottom: 14px;
}

#pps-about2026-root .benefits-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

#pps-about2026-root .benefits-intro p:not(.center-kicker) {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.22rem);
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 10px auto 0;
  max-width: 760px;
}

#pps-about2026-root .benefit-grid {
  display: grid;
  gap: clamp(26px, 3.6vw, 46px) clamp(28px, 5vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

#pps-about2026-root .benefit {
  align-items: center;
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}

#pps-about2026-root .benefit picture {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

#pps-about2026-root .benefit-illustration {
  display: block;
  height: clamp(76px, 8.5vw, 112px);
  margin: 0 auto clamp(12px, 1.8vw, 20px);
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  width: min(100%, 190px);
}

#pps-about2026-root .benefit h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.48;
  margin: 0;
  max-height: calc(2em * 1.48);
  max-width: 360px;
  min-height: calc(2em * 1.48);
  overflow: hidden;
  text-transform: uppercase;
}

#pps-about2026-root .benefit h3 span {
  display: block;
  margin-top: 2px;
}

#pps-about2026-root .benefit-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 10px 0 12px;
  width: 36px;
}

#pps-about2026-root .wedding-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

#pps-about2026-root .benefit p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
  max-width: 360px;
}

#pps-about2026-root .collection-section {
  align-items: stretch;
  background: var(--warm-white);
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  margin: 0;
  max-width: none;
  padding: clamp(46px, 6vw, 82px) var(--gutter);
}

#pps-about2026-root .collection-copy {
  align-self: center;
  max-width: 610px;
}

#pps-about2026-root .collection-copy .section-kicker {
  margin-bottom: 18px;
}

#pps-about2026-root .collection-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

#pps-about2026-root .collection-body {
  margin-top: clamp(22px, 3vw, 34px);
}

#pps-about2026-root .collection-body p {
  color: var(--soft-charcoal);
  font-size: clamp(0.94rem, 1.12vw, 1.12rem);
  line-height: 1.65;
  margin: 0;
}

#pps-about2026-root .collection-body p + p {
  margin-top: 18px;
}

#pps-about2026-root .collection-body strong {
  font-weight: 800;
}

#pps-about2026-root .collection-divider {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: clamp(26px, 3vw, 34px) 0 22px;
}

#pps-about2026-root .collection-divider::before, #pps-about2026-root .collection-divider::after {
  background: rgba(154, 136, 123, 0.3);
  content: "";
  flex: 1;
  height: 1px;
}

#pps-about2026-root .collection-divider span {
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -8px 0 0 var(--coral),
    8px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}

#pps-about2026-root .collection-price {
  color: var(--coral);
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 clamp(18px, 2.3vw, 28px);
}

#pps-about2026-root .collection-list {
  display: grid;
  margin: 0;
}

#pps-about2026-root .collection-item {
  align-items: center;
  border-bottom: 1px solid rgba(47, 43, 40, 0.14);
  color: var(--soft-charcoal);
  display: grid;
  font-size: clamp(0.96rem, 1.2vw, 1.16rem);
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  line-height: 1.35;
  min-height: 52px;
}

#pps-about2026-root .collection-item:first-child {
  border-top: 1px solid rgba(47, 43, 40, 0.14);
}

#pps-about2026-root .collection-icon {
  color: var(--coral);
  display: flex;
}

#pps-about2026-root .collection-icon svg {
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}

#pps-about2026-root .collection-button {
  margin-top: clamp(24px, 3vw, 34px);
  min-width: min(100%, 410px);
}

#pps-about2026-root .collection-image {
  min-height: clamp(360px, 66vw, 640px);
  overflow: hidden;
}

#pps-about2026-root .collection-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  width: 100%;
}

#pps-about2026-root .contact-section {
  background: var(--soft-ivory);
  display: grid;
  gap: clamp(24px, 3.5vw, 44px);
  margin: 0;
  max-width: none;
  padding: clamp(34px, 4vw, 52px) var(--gutter);
}

#pps-about2026-root .contact-copy {
  container-type: inline-size;
  max-width: 560px;
}

#pps-about2026-root .contact-copy .section-kicker {
  margin-bottom: 12px;
}

#pps-about2026-root .contact-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6.2cqw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

#pps-about2026-root .contact-copy h2 span {
  color: var(--coral);
}

#pps-about2026-root .contact-lede {
  color: var(--soft-charcoal);
  font-size: clamp(0.74rem, 2.45cqw, 0.96rem);
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: none;
  white-space: nowrap;
}

#pps-about2026-root .contact-swoop {
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 4px 0 22px 34px;
  transform: rotate(-7deg);
  width: 58px;
}

#pps-about2026-root .contact-form {
  display: grid;
  gap: 12px;
}

#pps-about2026-root .contact-form label {
  display: grid;
  gap: 5px;
}

#pps-about2026-root .contact-form label span, #pps-about2026-root .contact-next h3 {
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#pps-about2026-root .contact-form input, #pps-about2026-root .contact-form textarea {
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 10px 14px;
  width: 100%;
}

#pps-about2026-root .contact-form input {
  min-height: 42px;
}

#pps-about2026-root .contact-form textarea {
  min-height: 92px;
  resize: vertical;
}

#pps-about2026-root .contact-form input::placeholder, #pps-about2026-root .contact-form textarea::placeholder {
  color: rgba(47, 43, 40, 0.46);
}

#pps-about2026-root .contact-form input:focus, #pps-about2026-root .contact-form textarea:focus {
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}

#pps-about2026-root .contact-submit {
  border: 0;
  cursor: pointer;
  font-size: 0.66rem;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

#pps-about2026-root .pps-gravity-form-shell {
  width: 100%;
}

#pps-about2026-root .pps-gravity-form-shell .gform_wrapper, #pps-about2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme, #pps-about2026-root .pps-gravity-form-shell .gform_anchor, #pps-about2026-root .pps-gravity-form-shell form {
  width: 100%;
}

#pps-about2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme .gform_fields, #pps-about2026-root .pps-gravity-form-shell .gform_fields, #pps-about2026-root .pps-gravity-form-shell .gform_body {
  display: grid;
  gap: 12px;
}

#pps-about2026-root .pps-gravity-form-shell .gfield {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}

#pps-about2026-root .pps-gravity-form-shell .gfield_label, #pps-about2026-root .pps-gravity-form-shell .gform-field-label {
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

#pps-about2026-root .pps-gravity-form-shell input[type="text"], #pps-about2026-root .pps-gravity-form-shell input[type="email"], #pps-about2026-root .pps-gravity-form-shell input[type="tel"], #pps-about2026-root .pps-gravity-form-shell input[type="url"], #pps-about2026-root .pps-gravity-form-shell input[type="date"], #pps-about2026-root .pps-gravity-form-shell input[type="number"], #pps-about2026-root .pps-gravity-form-shell select, #pps-about2026-root .pps-gravity-form-shell textarea {
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  border-radius: 0;
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}

#pps-about2026-root .pps-gravity-form-shell textarea {
  min-height: 92px;
  resize: vertical;
}

#pps-about2026-root .pps-gravity-form-shell input::placeholder, #pps-about2026-root .pps-gravity-form-shell textarea::placeholder {
  color: rgba(47, 43, 40, 0.46);
}

#pps-about2026-root .pps-gravity-form-shell input:focus, #pps-about2026-root .pps-gravity-form-shell select:focus, #pps-about2026-root .pps-gravity-form-shell textarea:focus {
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}

#pps-about2026-root .pps-gravity-form-shell .gform_footer, #pps-about2026-root .pps-gravity-form-shell .gform_page_footer {
  margin: 0;
  padding: 0;
}

#pps-about2026-root .pps-gravity-form-shell .gform_button, #pps-about2026-root .pps-gravity-form-shell input[type="submit"], #pps-about2026-root .pps-gravity-form-shell button[type="submit"] {
  align-items: center;
  background: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1;
  min-height: 44px;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}

#pps-about2026-root .pps-gravity-form-shell .gform_button:hover, #pps-about2026-root .pps-gravity-form-shell input[type="submit"]:hover, #pps-about2026-root .pps-gravity-form-shell button[type="submit"]:hover, #pps-about2026-root .pps-gravity-form-shell .gform_button:focus, #pps-about2026-root .pps-gravity-form-shell input[type="submit"]:focus, #pps-about2026-root .pps-gravity-form-shell button[type="submit"]:focus {
  background: var(--soft-charcoal);
  border-color: var(--soft-charcoal);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

#pps-about2026-root .pps-gravity-form-shell .gform_required_legend, #pps-about2026-root .pps-gravity-form-shell .gfield_required, #pps-about2026-root .pps-gravity-form-shell .hidden_label .gfield_label {
  display: none;
}

#pps-about2026-root .pps-gravity-form-shell .validation_message, #pps-about2026-root .pps-gravity-form-shell .gfield_description, #pps-about2026-root .pps-gravity-form-shell .gform_validation_errors, #pps-about2026-root .pps-gravity-fallback {
  color: rgba(47, 43, 40, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}

#pps-about2026-root .pps-gravity-form-shell .gform_validation_errors {
  border: 1px solid rgba(223, 127, 108, 0.4);
  padding: 12px 14px;
}

#pps-about2026-root .contact-next {
  align-items: center;
  border-top: 1px solid rgba(47, 43, 40, 0.18);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin-top: 20px;
  padding-top: 18px;
}

#pps-about2026-root .contact-next svg {
  color: var(--coral);
  height: 34px;
  width: 34px;
}

#pps-about2026-root .contact-next path, #pps-about2026-root .contact-next circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

#pps-about2026-root .contact-next h3 {
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
  text-transform: none;
}

#pps-about2026-root .contact-next p {
  color: var(--quiet-charcoal);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

#pps-about2026-root .contact-images {
  display: grid;
  margin: 5px 0;
  max-width: 380px;
}

#pps-about2026-root .contact-images img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}

#pps-about2026-root .social-proof-section {
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: 50px var(--gutter);
}

#pps-about2026-root .proof-intro {
  margin: 0 auto clamp(30px, 4vw, 52px);
  max-width: 820px;
  text-align: center;
}

#pps-about2026-root .proof-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

#pps-about2026-root .proof-intro p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}

#pps-about2026-root .proof-intro .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}

#pps-about2026-root .review-carousel {
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

#pps-about2026-root .review-track {
  display: flex;
  transition: transform 520ms ease;
  will-change: transform;
}

#pps-about2026-root .review-slide {
  aspect-ratio: 16 / 7.2;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

#pps-about2026-root .review-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  width: 100%;
}

#pps-about2026-root .review-slide::after {
  background: linear-gradient(90deg, rgba(10, 9, 8, 0.38), rgba(10, 9, 8, 0.08) 58%, rgba(10, 9, 8, 0.1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

#pps-about2026-root .review-overlay {
  background: rgba(255, 253, 249, 0.8);
  bottom: clamp(22px, 3.4vw, 48px);
  color: var(--soft-charcoal);
  left: clamp(22px, 3.4vw, 48px);
  max-width: min(460px, calc(100% - 44px));
  padding: clamp(20px, 2.6vw, 32px);
  position: absolute;
  text-align: left;
  z-index: 1;
}

#pps-about2026-root .review-overlay blockquote {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.85vw, 1.75rem);
  line-height: 1.22;
  margin: 0;
}

#pps-about2026-root .review-overlay p {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 18px 0 0;
  text-transform: uppercase;
}

#pps-about2026-root .review-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

#pps-about2026-root .review-dots button {
  background: rgba(93, 126, 139, 0.3);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    width 160ms ease;
  width: 9px;
}

#pps-about2026-root .review-dots button[aria-current="true"] {
  background: var(--blue);
  transform: scale(1.08);
  width: 22px;
}

#pps-about2026-root .review-dots button:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

#pps-about2026-root .proof-grid {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  margin: 0 auto;
  max-width: 1320px;
}

#pps-about2026-root .proof-card {
  display: grid;
  gap: 18px;
  margin: 0;
}

#pps-about2026-root .proof-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .proof-card blockquote {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
}

#pps-about2026-root .proof-card figcaption {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#pps-about2026-root .gallery-section {
  background: var(--pale-stone);
  max-width: none;
  padding: clamp(52px, 7vw, 92px) clamp(14px, 2.5vw, 36px);
}

#pps-about2026-root .gallery-intro {
  margin: 0 auto clamp(32px, 4.8vw, 62px);
  max-width: 980px;
  text-align: center;
}

#pps-about2026-root .gallery-intro h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

#pps-about2026-root .keep-together {
  white-space: nowrap;
}

#pps-about2026-root .gallery-intro p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}

#pps-about2026-root .gallery-intro .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}

#pps-about2026-root .gallery-wall {
  column-count: 2;
  column-gap: 6px;
  margin: 0 auto;
  max-width: 1540px;
}

#pps-about2026-root .gallery-wall img {
  break-inside: avoid;
  height: auto;
  margin: 0 0 6px;
  width: 100%;
}

#pps-about2026-root .instagram-link, #pps-about2026-root .all-weddings {
  display: flex;
  margin: 26px auto 0;
  width: max-content;
}

#pps-about2026-root .album-section {
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: clamp(52px, 7vw, 92px) 0;
}

#pps-about2026-root .album-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(420px, 46fr);
  margin: 0 auto;
  max-width: 1536px;
}

#pps-about2026-root .album-image {
  align-self: stretch;
  min-height: clamp(560px, 57.5vw, 884px);
}

#pps-about2026-root .album-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .album-copy {
  --album-side-pad: clamp(40px, 5vw, 74px);

  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) var(--album-side-pad);
}

#pps-about2026-root .album-copy .section-kicker {
  color: var(--coral);
  margin-bottom: 16px;
}

#pps-about2026-root .album-copy h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 660px;
}

#pps-about2026-root .album-copy h2 em {
  font-style: italic;
}

#pps-about2026-root .album-divider {
  align-items: center;
  display: flex;
  gap: 24px;
  margin: clamp(28px, 3.6vw, 42px) 0;
}

#pps-about2026-root .album-divider::before, #pps-about2026-root .album-divider::after {
  background: rgba(154, 136, 123, 0.38);
  content: "";
  flex: 1;
  height: 1px;
}

#pps-about2026-root .album-divider::after {
  box-shadow: -18px 0 0 -8px var(--muted-taupe);
}

#pps-about2026-root .album-points {
  display: grid;
  gap: clamp(20px, 2.5vw, 30px);
  grid-auto-rows: minmax(clamp(108px, 8vw, 132px), auto);
}

#pps-about2026-root .album-point, #pps-about2026-root .album-gift {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  grid-template-columns: 72px minmax(0, 1fr);
}

#pps-about2026-root .album-gift {
  align-items: start;
}

#pps-about2026-root .album-icon {
  align-items: center;
  background: rgba(235, 228, 220, 0.78);
  border-radius: 999px;
  color: #7b604f;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

#pps-about2026-root .album-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 34px;
}

#pps-about2026-root .album-point h3, #pps-about2026-root .album-gift h3 {
  color: var(--soft-charcoal);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 5px;
}

#pps-about2026-root .album-point p, #pps-about2026-root .album-gift p {
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
}

#pps-about2026-root .album-gift {
  background: var(--soft-ivory);
  margin: clamp(28px, 3.8vw, 46px) calc(var(--album-side-pad) * -1) 0;
  padding: clamp(28px, 3.8vw, 46px) var(--album-side-pad);
}

#pps-about2026-root .album-button {
  align-self: center;
  margin-top: clamp(24px, 3vw, 36px);
}

#pps-about2026-root .real-weddings-section {
  background: transparent;
  isolation: isolate;
  padding-top: clamp(34px, 5vw, 72px);
  position: relative;
  text-align: center;
}

#pps-about2026-root .real-weddings-section::before {
  background: var(--soft-ivory);
  content: "";
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

#pps-about2026-root .real-weddings-section .center-kicker {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}

#pps-about2026-root .real-weddings-section h2 {
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(32px, 4.8vw, 62px);
}

#pps-about2026-root .wedding-grid {
  display: grid;
  gap: 26px;
}

#pps-about2026-root .wedding-card {
  background: var(--warm-white);
  display: grid;
}

#pps-about2026-root .wedding-card img {
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .wedding-card div {
  display: grid;
  gap: 4px;
  padding: 22px clamp(20px, 2.2vw, 30px) 26px;
  text-align: center;
}

#pps-about2026-root .wedding-card h3 {
  color: var(--blue);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#pps-about2026-root .wedding-card p {
  color: var(--quiet-charcoal);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

#pps-about2026-root .wedding-location {
  margin-top: -2px;
}

#pps-about2026-root .wedding-story-link {
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, font-size 160ms ease;
}

#pps-about2026-root .wedding-story-link:hover, #pps-about2026-root .wedding-story-link:focus-visible {
  color: var(--blue);
  font-size: 0.72rem;
  outline: 0;
}

#pps-about2026-root .final-cta {
  display: grid;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

#pps-about2026-root .final-cta img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

#pps-about2026-root .final-cta::after {
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.88) 42%, rgba(255, 253, 249, 0.34) 78%);
  content: "";
  inset: 0;
  position: absolute;
}

#pps-about2026-root .final-cta-copy {
  align-self: center;
  container-type: inline-size;
  max-width: 980px;
  padding: 50px var(--gutter);
  position: relative;
  z-index: 1;
}

#pps-about2026-root .final-cta h2 {
  font-size: clamp(1rem, 5.9cqw, 3rem);
  line-height: 1.09;
  white-space: nowrap;
}

#pps-about2026-root .final-cta p {
  margin: 0;
  max-width: 580px;
}

#pps-about2026-root .final-cta p:first-of-type {
  margin-top: clamp(18px, 2.2vw, 28px);
}

#pps-about2026-root .final-cta p + p {
  margin-top: 14px;
}

#pps-about2026-root .final-cta .button {
  margin-top: clamp(24px, 3vw, 34px);
}

#pps-about2026-root .instagram-strip {
  background: var(--warm-white);
  padding: clamp(42px, 6vw, 76px) var(--gutter);
  text-align: center;
}

#pps-about2026-root .instagram-feed-shell {
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  max-width: 1180px;
  overflow: hidden;
  width: 100%;
}

#pps-about2026-root .instagram-feed-mount {
  min-height: 80px;
}

#pps-about2026-root .instagram-feed-mount.is-fallback {
  min-height: 0;
}

#pps-about2026-root .instagram-feed-fallback {
  color: var(--muted-taupe);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

#pps-about2026-root .instagram-feed-mount #sb_instagram, #pps-about2026-root .instagram-feed-mount .sb_instagram {
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: min(1180px, 100%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount .sb_instagram_header, #pps-about2026-root .instagram-feed-mount [id^="sb_instagram"] > .sb_instagram_header, #pps-about2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi_header, #pps-about2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi-header, #pps-about2026-root .instagram-feed-mount .sbi_header, #pps-about2026-root .instagram-feed-mount .sbi-header, #pps-about2026-root .instagram-feed-mount .sbi-header-type-text, #pps-about2026-root .instagram-feed-mount .sbi_header_link, #pps-about2026-root .instagram-feed-mount .sbi_header_img, #pps-about2026-root .instagram-feed-mount .sbi_header_text, #pps-about2026-root .instagram-feed-mount .sbi_header_type_text, #pps-about2026-root .instagram-feed-mount .sbi_bio, #pps-about2026-root .instagram-feed-mount .sbi_info, #pps-about2026-root .instagram-feed-mount .sbi_caption, #pps-about2026-root .instagram-feed-mount .sbi_item_caption, #pps-about2026-root .instagram-feed-mount .sbi_username, #pps-about2026-root .instagram-feed-mount .sbi_follow, #pps-about2026-root .instagram-feed-mount .sbi_follow_btn, #pps-about2026-root .instagram-feed-mount .sbi_load_btn, #pps-about2026-root .instagram-feed-mount #sbi_load {
  display: none !important;
}

#pps-about2026-root .instagram-feed-mount #sbi_images, #pps-about2026-root .instagram-feed-mount .sbi_images {
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
  grid-auto-flow: row !important;
  grid-auto-rows: 1fr !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount #sbi_images::before, #pps-about2026-root .instagram-feed-mount #sbi_images::after, #pps-about2026-root .instagram-feed-mount .sbi_images::before, #pps-about2026-root .instagram-feed-mount .sbi_images::after {
  content: none !important;
  display: none !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_link, #pps-about2026-root .instagram-feed-mount .sbi_link_area, #pps-about2026-root .instagram-feed-mount .sbi_hover_top, #pps-about2026-root .instagram-feed-mount .sbi_hover_bottom, #pps-about2026-root .instagram-feed-mount .sbi_lightbox_carousel_icon {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_item {
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_photo_wrap, #pps-about2026-root .instagram-feed-mount .sbi_photo_wrap a, #pps-about2026-root .instagram-feed-mount .sbi_item > a, #pps-about2026-root .instagram-feed-mount .sbi_item .sbi_inner_wrap, #pps-about2026-root .instagram-feed-mount .sbi_item .sbi_photo_inner {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_photo {
  aspect-ratio: 1 / 1 !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_photo img, #pps-about2026-root .instagram-feed-mount .sbi_item img {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  width: 100% !important;
}

#pps-about2026-root .instagram-feed-mount .sbi_photo:hover {
  opacity: 0.9;
  transform: scale(1.01);
}

#pps-about2026-root .instagram-strip .center-kicker {
  display: none !important;
  margin-bottom: 18px;
  text-align: center;
}

#pps-about2026-root .instagram-link {
  justify-content: center;
  margin: 0 auto;
}

#pps-about2026-root .site-footer {
  background: #0f5558;
  color: rgba(255, 253, 249, 0.86);
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: 1fr;
  padding: clamp(52px, 6vw, 86px) var(--gutter) clamp(56px, 7vw, 94px);
}

#pps-about2026-root .footer-brand {
  display: grid;
  justify-items: start;
}

#pps-about2026-root .footer-brand img {
  height: auto;
  margin-bottom: clamp(24px, 3.4vw, 42px);
  width: min(286px, 61vw);
}

#pps-about2026-root .footer-brand p, #pps-about2026-root .footer-nav h2, #pps-about2026-root .footer-nav a {
  font-size: clamp(0.66rem, 0.78vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}

#pps-about2026-root .footer-nav h2 {
  color: rgba(255, 253, 249, 0.78);
  margin: 0 0 24px;
}

#pps-about2026-root .footer-brand p {
  margin: 0 0 22px;
  max-width: 430px;
}

#pps-about2026-root .footer-nav a {
  transition: color 160ms ease;
}

#pps-about2026-root .footer-nav a:hover, #pps-about2026-root .footer-nav a:focus-visible {
  color: var(--coral);
  outline: 0;
}

#pps-about2026-root .footer-nav {
  align-content: start;
  display: grid;
  gap: 6px;
}

#pps-about2026-root .footer-nav h2 {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}

#pps-about2026-root .footer-nav h2::after {
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}

#pps-about2026-root .site-footer .footer-nav :where(h2, h3) {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

#pps-about2026-root .site-footer .footer-nav :where(h2, h3)::after {
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}

#pps-about2026-root .site-footer .footer-nav h2, #pps-about2026-root .site-footer .footer-nav h3 {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

#pps-about2026-root .site-footer .footer-nav h2::after, #pps-about2026-root .site-footer .footer-nav h3::after {
  background: var(--coral) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}

#pps-about2026-root .footer-nav a {
  color: rgba(255, 253, 249, 0.88);
  white-space: nowrap;
}

#pps-about2026-root .footer-social-icons {
  display: flex;
  gap: 12px;
}

#pps-about2026-root .footer-office-details {
  display: grid;
  gap: 6px;
  margin-top: 24px;
}

#pps-about2026-root .footer-office-details p {
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

#pps-about2026-root .footer-phone-line {
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#pps-about2026-root .footer-social-icons a {
  align-items: center;
  border: 1px solid rgba(255, 253, 249, 0.38);
  color: rgba(255, 253, 249, 0.88);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 38px;
}

#pps-about2026-root .footer-social-icons a:hover, #pps-about2026-root .footer-social-icons a:focus-visible {
  background: rgba(255, 253, 249, 0.1);
  border-color: var(--coral);
  color: var(--coral);
  outline: 0;
}

#pps-about2026-root .footer-social-icons svg {
  height: 19px;
  width: 19px;
}

#pps-about2026-root .footer-social-icons rect, #pps-about2026-root .footer-social-icons circle, #pps-about2026-root .footer-social-icons path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

#pps-about2026-root .footer-social-icons a:nth-child(2) path {
  fill: currentColor;
  stroke: none;
}

@media (min-width: 1080px) {
  #pps-about2026-root .nav-links {
    display: flex;
  }

  #pps-about2026-root .mobile-menu {
    display: none;
  }

  #pps-about2026-root .gallery-wall {
    column-count: 5;
  }

  #pps-about2026-root .collection-section {
    grid-template-columns: minmax(370px, 0.78fr) minmax(0, 1.12fr);
    max-width: 1536px;
  }

  #pps-about2026-root .collection-image {
    min-height: clamp(660px, 59vw, 890px);
  }

  #pps-about2026-root .site-footer {
    grid-template-columns:
      minmax(285px, 1fr)
      minmax(245px, 0.82fr)
      minmax(250px, 0.88fr)
      minmax(170px, 0.55fr);
  }
}

@media (min-width: 700px) {
  #pps-about2026-root .intro-section {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
    padding-right: 0;
  }

  #pps-about2026-root .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #pps-about2026-root .contact-section {
    align-items: stretch;
    grid-template-columns: minmax(0, 540px) minmax(270px, 360px);
    justify-content: center;
  }

  #pps-about2026-root .contact-images {
    align-self: stretch;
    max-width: 360px;
  }

  #pps-about2026-root .benefits-intro h2 {
    white-space: nowrap;
  }

  #pps-about2026-root .benefit h3 {
    overflow: hidden;
  }

  #pps-about2026-root .benefit {
    min-height: 0;
  }

  #pps-about2026-root .benefit:first-child {
    border-left: 0;
  }

  #pps-about2026-root .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #pps-about2026-root .wedding-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 1079px) {
  #pps-about2026-root .mobile-menu {
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }

  #pps-about2026-root .mobile-menu summary {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
  }

  #pps-about2026-root .mobile-menu[open] summary, #pps-about2026-root .mobile-menu summary:hover, #pps-about2026-root .mobile-menu summary:focus-visible {
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }

  #pps-about2026-root .mobile-menu nav {
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }
}

@media (max-width: 1079px) {
  #pps-about2026-root .album-section {
    padding: clamp(42px, 7vw, 68px) 0;
  }

  #pps-about2026-root .album-section-inner {
    grid-template-columns: 1fr;
  }

  #pps-about2026-root .album-image {
    min-height: 0;
  }

  #pps-about2026-root .album-image img {
    aspect-ratio: 1 / 0.82;
    height: auto;
    object-fit: cover;
  }

  #pps-about2026-root .album-copy {
    --album-side-pad: clamp(24px, 6vw, 54px);

    padding: clamp(34px, 6vw, 56px) var(--album-side-pad) 0;
  }

  #pps-about2026-root .album-copy h2 {
    font-size: clamp(2rem, 7vw, 3.1rem);
    max-width: 720px;
  }

  #pps-about2026-root .album-point, #pps-about2026-root .album-gift {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  #pps-about2026-root .album-icon {
    height: 56px;
    width: 56px;
  }

  #pps-about2026-root .album-icon svg {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 700px) and (max-width: 1240px) {
  #pps-about2026-root .reassurance-section {
    min-height: 0;
  }

  #pps-about2026-root .reassurance-copy {
    max-width: min(470px, 44vw);
    right: clamp(42px, 5vw, 68px);
    top: clamp(88px, 15vw, 168px);
    width: 44vw;
  }

  #pps-about2026-root .reassurance-copy .coral-rule {
    margin-bottom: clamp(10px, 1.4vw, 16px);
  }

  #pps-about2026-root .reassurance-copy h2 {
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.06;
  }

  #pps-about2026-root .reassurance-copy p {
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    line-height: 1.56;
  }

  #pps-about2026-root .reassurance-copy h2 + p {
    margin-top: clamp(12px, 1.6vw, 18px);
  }

  #pps-about2026-root .reassurance-copy p + p {
    margin-top: clamp(7px, 1vw, 12px);
  }

  #pps-about2026-root .reassurance-button {
    font-size: clamp(0.56rem, 0.82vw, 0.66rem);
    letter-spacing: 0.13em;
    line-height: 1.2;
    margin-top: clamp(14px, 1.8vw, 22px);
    min-height: 40px;
    padding: 12px 18px;
  }
}

@media (max-width: 699px) {
  #pps-about2026-root .hero {
    min-height: 96svh;
    padding-top: 108px;
  }

  #pps-about2026-root .hero-nav {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    justify-content: initial;
    min-height: 74px;
    padding-bottom: 10px;
    padding-left: clamp(12px, 4vw, 22px);
    padding-right: clamp(12px, 4vw, 22px);
    padding-top: 10px;
  }

  #pps-about2026-root .brand-mark {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    max-width: 100%;
  }

  #pps-about2026-root .brand-mark img {
    max-width: 100%;
    width: min(72vw, 330px);
  }

  #pps-about2026-root .mobile-menu {
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }

  #pps-about2026-root .mobile-menu summary {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
    height: 40px;
    width: 40px;
  }

  #pps-about2026-root .mobile-menu[open] summary, #pps-about2026-root .mobile-menu summary:hover, #pps-about2026-root .mobile-menu summary:focus-visible {
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }

  #pps-about2026-root .mobile-menu nav {
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }

  #pps-about2026-root .hero-copy {
    align-self: end;
    justify-self: center;
    text-align: center;
    width: min(100%, 520px);
  }

  #pps-about2026-root .hero-copy .coral-rule {
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }

  #pps-about2026-root .button {
    width: 100%;
  }

  #pps-about2026-root .text-link {
    justify-content: center;
  }

  #pps-about2026-root .gallery-intro h2 {
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 12em;
  }

  #pps-about2026-root .gallery-wall {
    column-count: 3;
  }

  #pps-about2026-root .benefits-section {
    padding-left: clamp(16px, 4vw, 22px);
    padding-right: clamp(16px, 4vw, 22px);
    padding-top: 40px;
    padding-bottom: 44px;
  }

  #pps-about2026-root .benefits-intro, #pps-about2026-root .benefits-intro .center-kicker, #pps-about2026-root .benefits-intro p:not(.center-kicker) {
    text-align: center;
  }

  #pps-about2026-root .benefits-intro h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  #pps-about2026-root .benefits-intro p:not(.center-kicker) {
    letter-spacing: 0.04em;
  }

  #pps-about2026-root .benefit-grid {
    gap: 28px 18px;
  }

  #pps-about2026-root .benefit-illustration {
    clip-path: inset(4px);
    height: clamp(54px, 17vw, 72px);
    width: min(100%, 132px);
  }

  #pps-about2026-root .benefit h3 {
    font-size: clamp(0.72rem, 2.65vw, 0.9rem);
    letter-spacing: 0.1em;
  }

  #pps-about2026-root .benefit-rule {
    margin: 8px 0 10px;
  }

  #pps-about2026-root .benefit p {
    font-size: clamp(0.82rem, 3vw, 0.96rem);
    line-height: 1.54;
  }

  #pps-about2026-root .collection-section {
    padding-bottom: 46px;
    padding-top: 46px;
  }

  #pps-about2026-root .collection-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.3rem);
    line-height: 1.02;
  }

  #pps-about2026-root .collection-body p {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }

  #pps-about2026-root .collection-divider {
    gap: 16px;
  }

  #pps-about2026-root .collection-item {
    font-size: clamp(0.94rem, 3.7vw, 1.04rem);
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 50px;
  }

  #pps-about2026-root .collection-icon svg {
    height: 30px;
    width: 30px;
  }

  #pps-about2026-root .collection-button {
    width: 100%;
  }

  #pps-about2026-root .collection-image {
    min-height: 0;
  }

  #pps-about2026-root .collection-image img {
    aspect-ratio: 3 / 4;
    height: auto;
    object-position: center bottom;
  }

  #pps-about2026-root .review-slide {
    aspect-ratio: 4 / 5;
  }

  #pps-about2026-root .review-slide::after {
    background: linear-gradient(0deg, rgba(10, 9, 8, 0.36), rgba(10, 9, 8, 0.08) 62%);
  }

  #pps-about2026-root .review-overlay {
    background: rgba(255, 253, 249, 0.84);
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
  }

  #pps-about2026-root .review-overlay blockquote {
    font-size: clamp(1.02rem, 4.4vw, 1.2rem);
  }

  #pps-about2026-root .review-overlay p {
    font-size: 0.58rem;
    margin-top: 14px;
  }

  #pps-about2026-root .contact-section {
    gap: 24px;
    padding-left: clamp(20px, 5vw, 30px);
    padding-right: clamp(20px, 5vw, 30px);
  }

  #pps-about2026-root .contact-copy h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.25rem);
    white-space: nowrap;
  }

  #pps-about2026-root .contact-lede {
    font-size: clamp(0.56rem, 2.35vw, 0.84rem);
    white-space: nowrap;
  }

  #pps-about2026-root .contact-form {
    gap: 12px;
  }

  #pps-about2026-root .contact-form input {
    min-height: 42px;
  }

  #pps-about2026-root .contact-form textarea {
    min-height: 92px;
  }

  #pps-about2026-root .contact-next {
    align-items: center;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  #pps-about2026-root .contact-next svg {
    height: 34px;
    width: 34px;
  }

  #pps-about2026-root .contact-images {
    margin: 5px auto;
    max-width: 300px;
  }

  #pps-about2026-root .contact-images img {
    aspect-ratio: 3 / 4;
    height: auto;
  }

  #pps-about2026-root .album-section {
    padding-bottom: 52px;
    padding-top: 42px;
  }

  #pps-about2026-root .album-image img {
    aspect-ratio: 1 / 0.86;
  }

  #pps-about2026-root .album-copy {
    padding-top: 34px;
  }

  #pps-about2026-root .album-copy .section-kicker {
    text-align: left;
  }

  #pps-about2026-root .album-copy h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  #pps-about2026-root .album-divider {
    gap: 16px;
    margin: 24px 0;
  }

  #pps-about2026-root .album-points {
    gap: 24px;
    grid-auto-rows: auto;
  }

  #pps-about2026-root .album-point, #pps-about2026-root .album-gift {
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  #pps-about2026-root .album-icon {
    height: 48px;
    width: 48px;
  }

  #pps-about2026-root .album-icon svg {
    height: 26px;
    width: 26px;
  }

  #pps-about2026-root .album-point p, #pps-about2026-root .album-gift p {
    font-size: clamp(0.92rem, 3.5vw, 1rem);
  }

  #pps-about2026-root .album-gift {
    margin-top: 28px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  #pps-about2026-root .album-button {
    width: 100%;
  }

  #pps-about2026-root .intro-image {
    display: none;
  }

  #pps-about2026-root .reassurance-section {
    background: #2f1f14;
    min-height: clamp(1080px, 280vw, 1240px);
    padding: 0;
  }

  #pps-about2026-root .reassurance-art {
    inset: 0;
    position: absolute;
    width: 100%;
  }

  #pps-about2026-root .reassurance-art, #pps-about2026-root .reassurance-art img {
    height: 100%;
  }

  #pps-about2026-root .reassurance-art img {
    object-fit: cover;
    object-position: top center;
  }

  #pps-about2026-root .reassurance-copy {
    bottom: auto;
    left: 8%;
    max-width: 84%;
    padding: 0;
    right: auto;
    text-align: center;
    top: 59%;
    width: 84%;
  }

  #pps-about2026-root .reassurance-copy .coral-rule {
    margin: 0 auto 22px;
    width: 42px;
  }

  #pps-about2026-root .reassurance-copy h2 {
    font-size: clamp(2.15rem, 9vw, 3.58rem);
    line-height: 1.07;
    white-space: normal;
  }

  #pps-about2026-root .reassurance-copy p {
    font-size: clamp(0.86rem, 1.15vw, 1rem);
    line-height: 1.82;
  }

  #pps-about2026-root .reassurance-copy h2 + p {
    margin-top: 22px;
  }

  #pps-about2026-root .reassurance-copy p + p {
    margin-top: 14px;
  }

  #pps-about2026-root .reassurance-button {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-top: 30px;
    min-height: 46px;
    padding: 16px 24px;
    text-align: center;
    width: 100%;
  }

  #pps-about2026-root .center-kicker {
    text-align: left;
  }

  #pps-about2026-root .instagram-link, #pps-about2026-root .all-weddings {
    margin-left: 0;
  }

  #pps-about2026-root .instagram-strip .center-kicker, #pps-about2026-root .instagram-link {
    justify-content: center;
    margin-left: auto;
  }

  #pps-about2026-root .site-footer {
    text-align: left;
  }
}

@media (min-width: 700px) and (max-width: 1079px) {
  #pps-about2026-root .gallery-wall {
    column-count: 3;
  }

  #pps-about2026-root .instagram-feed-mount #sbi_images, #pps-about2026-root .instagram-feed-mount .sbi_images {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #pps-about2026-root .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  #pps-about2026-root .instagram-feed-mount #sbi_images, #pps-about2026-root .instagram-feed-mount .sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

#pps-about2026-root /* About 2026 mockup */
.about2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  min-height: 100vh;
  overflow-x: clip;
}

#pps-about2026-root .about2026 :where(p, a, button) {
  font-family: var(--sans);
}

#pps-about2026-root .about2026 :where(h1, h2) {
  font-family: var(--serif);
  letter-spacing: 0;
  text-transform: none;
}

#pps-about2026-root .about-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#pps-about2026-root .about-kicker {
  color: var(--coral);
  font-size: clamp(0.66rem, 0.7vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 clamp(18px, 2.1vw, 28px);
  text-transform: uppercase;
}

#pps-about2026-root .about-coral-rule, #pps-about2026-root .about-small-rule {
  background: var(--coral);
  display: block;
  height: 2px;
  width: 44px;
}

#pps-about2026-root .about-coral-rule {
  margin: clamp(18px, 2.2vw, 26px) 0 clamp(22px, 2.4vw, 32px);
  transform: rotate(-3deg);
  transform-origin: left center;
  width: 94px;
}

#pps-about2026-root .about-small-rule {
  margin: clamp(16px, 1.7vw, 22px) 0 clamp(15px, 1.7vw, 22px);
  width: 34px;
}

#pps-about2026-root .about-button {
  align-items: center;
  background: var(--coral);
  background-image: none !important;
  border: 1px solid var(--coral);
  color: var(--warm-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1;
  min-height: 48px;
  padding: 17px 28px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

#pps-about2026-root .about-button::before, #pps-about2026-root .about-button::after {
  display: none !important;
}

#pps-about2026-root .about-button:hover, #pps-about2026-root .about-button:focus-visible {
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  color: var(--warm-white);
  outline: 0;
  text-decoration: none !important;
}

#pps-about2026-root .about-button-dark {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

#pps-about2026-root .about-button-dark:hover, #pps-about2026-root .about-button-dark:focus-visible {
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}

#pps-about2026-root .about-button-light {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}

#pps-about2026-root .about-button-light:hover, #pps-about2026-root .about-button-light:focus-visible {
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}

#pps-about2026-root .about-hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(560px, 48vw, 720px);
  position: relative;
}

#pps-about2026-root .about-hero-copy {
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: clamp(106px, 9vw, 132px) clamp(34px, 6vw, 80px) clamp(58px, 7vw, 108px);
  width: 100%;
}

#pps-about2026-root .about-hero-copy h1 {
  color: #171514;
  font-size: clamp(3.2rem, 5.1vw, 5.65rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

#pps-about2026-root .about-hero-copy h1 span, #pps-about2026-root .about-hero-copy h1 em {
  display: block;
}

#pps-about2026-root .about-hero-copy h1 em {
  font-style: italic;
  margin-top: 4px;
}

#pps-about2026-root .about-hero-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

#pps-about2026-root .about-hero-copy p:not(.about-kicker) + p {
  margin-top: 20px;
}

#pps-about2026-root .about-hero-copy p a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(93, 126, 139, 0.35);
  text-underline-offset: 4px;
}

#pps-about2026-root .about-hero-copy p a:hover, #pps-about2026-root .about-hero-copy p a:focus-visible {
  color: var(--coral);
  outline: 0;
  text-decoration-color: var(--coral);
}

#pps-about2026-root .about-hero-copy .about-button {
  margin-top: clamp(30px, 3.4vw, 44px);
}

#pps-about2026-root .about-signature {
  color: #171514 !important;
  font-family: var(--hand) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem) !important;
  font-weight: 600;
  line-height: 0.9 !important;
  margin: clamp(30px, 3.6vw, 48px) 0 0 !important;
  transform: rotate(-3deg);
  transform-origin: left center;
}

#pps-about2026-root .about-hero-image {
  align-self: center;
  aspect-ratio: 3 / 4;
  background: #fffdfa;
  border: 1px solid rgba(92, 80, 71, 0.16);
  box-shadow: 0 18px 42px rgba(43, 35, 30, 0.07);
  height: auto;
  justify-self: stretch;
  margin: clamp(18px, 2.4vw, 34px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(8px, 1vw, 14px);
  position: relative;
  width: calc(100% - clamp(36px, 4.8vw, 68px));
}

#pps-about2026-root .about-hero-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .about-mom-pop-note {
  color: #171514;
  font-family: var(--hand);
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: clamp(34px, 7vw, 112px);
  text-shadow: 0 2px 18px rgba(255, 253, 249, 0.74);
  top: clamp(130px, 17vw, 235px);
  transform: rotate(-5deg);
  z-index: 2;
}

#pps-about2026-root .about-mom-pop-note::before {
  background:
    linear-gradient(
      90deg,
      rgba(226, 99, 76, 0.72),
      rgba(226, 99, 76, 0.96) 24%,
      rgba(226, 99, 76, 0.82) 53%,
      rgba(226, 99, 76, 0.98)
    );
  border-radius: 999px 74% 999px 84%;
  box-shadow:
    0 1px 0 rgba(226, 99, 76, 0.48),
    0 -1px 0 rgba(255, 139, 113, 0.38);
  content: "";
  filter: saturate(1.06);
  height: clamp(5px, 0.42vw, 8px);
  left: clamp(-188px, -11vw, -126px);
  opacity: 0.95;
  position: absolute;
  top: 60%;
  transform: rotate(154deg) skewX(-8deg);
  transform-origin: right center;
  width: clamp(132px, 11vw, 196px);
}

#pps-about2026-root .about-mom-pop-note::after {
  border-bottom: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-left: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-radius: 0 0 0 5px;
  content: "";
  filter: saturate(1.06);
  height: clamp(15px, 1.18vw, 22px);
  left: clamp(-188px, -11.15vw, -126px);
  opacity: 0.94;
  position: absolute;
  top: calc(60% + clamp(24px, 1.9vw, 34px));
  transform: rotate(-20deg) skew(-7deg);
  width: clamp(15px, 1.18vw, 22px);
}

#pps-about2026-root .about-section-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(44px, 5vw, 70px) var(--gutter) clamp(58px, 6vw, 86px);
}

#pps-about2026-root .about-facts {
  background: #fbf8f3;
}

#pps-about2026-root .about-facts-intro {
  margin: 0 auto clamp(32px, 4vw, 52px);
  max-width: 830px;
  text-align: center;
}

#pps-about2026-root .about-facts-intro .about-kicker {
  margin-bottom: 14px;
}

#pps-about2026-root .about-facts-intro h2 {
  color: #171514;
  font-size: clamp(2.35rem, 3.7vw, 4.05rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

#pps-about2026-root .about-facts-intro p:not(.about-kicker) {
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 680px;
}

#pps-about2026-root .about-fact-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#pps-about2026-root .about-fact-card {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(235, 228, 220, 0.7);
  margin: 0;
  min-height: clamp(295px, 24vw, 365px);
  padding: clamp(34px, 3.4vw, 50px);
}

#pps-about2026-root .about-fact-card h2 {
  color: #171514;
  font-size: clamp(1.82rem, 2.18vw, 2.38rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  max-width: none;
  text-wrap: normal;
}

#pps-about2026-root .about-fact-card p {
  color: #282522;
  font-size: clamp(0.9rem, 0.98vw, 1.02rem);
  line-height: 1.78;
  margin: 0;
  max-width: 560px;
}

#pps-about2026-root .about-belief {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(390px, 34vw, 540px);
}

#pps-about2026-root .about-belief-image {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#pps-about2026-root .about-belief-image img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

#pps-about2026-root .about-belief-copy {
  align-self: center;
  max-width: 620px;
  padding: clamp(48px, 7vw, 90px) clamp(34px, 7vw, 86px);
}

#pps-about2026-root .about-belief-copy h2 {
  color: #171514;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(24px, 2.6vw, 34px);
  text-wrap: balance;
}

#pps-about2026-root .about-belief-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

#pps-about2026-root .about-family {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  padding: clamp(54px, 6vw, 88px) var(--gutter);
}

#pps-about2026-root .about-family-collage {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

#pps-about2026-root .about-family-tile {
  aspect-ratio: 1 / 1;
  background: #f4eee7;
  margin: 0;
  overflow: hidden;
}

#pps-about2026-root .about-family-tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .about-family-copy {
  max-width: 590px;
}

#pps-about2026-root .about-family-copy .about-kicker {
  margin-bottom: 14px;
}

#pps-about2026-root .about-family-copy h2 {
  color: #171514;
  font-size: clamp(2.45rem, 4.2vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  text-wrap: balance;
}

#pps-about2026-root .about-family-copy p:not(.about-kicker) {
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

#pps-about2026-root .about-family-copy p:not(.about-kicker) + p {
  margin-top: 18px;
}

#pps-about2026-root .about-final {
  align-items: center;
  background: #f4eee7;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  padding: clamp(20px, 3vw, 34px) var(--gutter);
}

#pps-about2026-root .about-final-image {
  align-self: stretch;
  margin: 0;
  min-height: clamp(240px, 23vw, 360px);
  overflow: hidden;
}

#pps-about2026-root .about-final-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .about-final-copy {
  max-width: 720px;
  padding: clamp(30px, 4vw, 50px) 0;
}

#pps-about2026-root .about-final-copy h2 {
  color: #171514;
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 18px;
  text-wrap: balance;
}

#pps-about2026-root .about-final-copy p {
  color: #282522;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.72;
  margin: 0;
  max-width: 660px;
}

#pps-about2026-root .about-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

#pps-about2026-root .about-final-actions .about-button {
  min-width: 220px;
}

@media (max-width: 940px) {
  #pps-about2026-root .about-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #pps-about2026-root .about-hero-copy {
    justify-self: center;
    max-width: 680px;
    order: 2;
    padding: clamp(34px, 7vw, 54px) var(--gutter) clamp(44px, 9vw, 68px);
  }

  #pps-about2026-root .about-hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4.9rem);
  }

  #pps-about2026-root .about-hero-image {
    aspect-ratio: 3 / 4;
    height: auto;
    justify-self: center;
    margin: clamp(96px, 16vw, 126px) auto 0;
    min-height: 0;
    order: 1;
    padding: 8px;
    width: min(82vw, 460px);
  }

  #pps-about2026-root .about-fact-grid, #pps-about2026-root .about-belief, #pps-about2026-root .about-final {
    grid-template-columns: 1fr;
  }

  #pps-about2026-root .about-belief-copy {
    max-width: 720px;
  }

  #pps-about2026-root .about-belief-image {
    min-height: clamp(280px, 68vw, 540px);
  }

  #pps-about2026-root .about-family {
    grid-template-columns: 1fr;
  }

  #pps-about2026-root .about-family-copy {
    justify-self: center;
    max-width: 720px;
  }

  #pps-about2026-root .about-final {
    gap: 10px;
  }

  #pps-about2026-root .about-final-image {
    min-height: clamp(230px, 58vw, 430px);
  }
}

@media (max-width: 620px) {
  #pps-about2026-root .about-kicker {
    font-size: 0.62rem;
  }

  #pps-about2026-root .about-hero-copy, #pps-about2026-root .about-section-inner, #pps-about2026-root .about-belief-copy, #pps-about2026-root .about-final {
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }

  #pps-about2026-root .about-hero-copy {
    text-align: left;
  }

  #pps-about2026-root .about-hero-copy h1 {
    font-size: clamp(2.72rem, 12.6vw, 4.1rem);
  }

  #pps-about2026-root .about-hero-copy p:not(.about-kicker), #pps-about2026-root .about-belief-copy p:not(.about-kicker), #pps-about2026-root .about-final-copy p, #pps-about2026-root .about-fact-card p {
    font-size: 0.95rem;
  }

  #pps-about2026-root .about-fact-grid {
    gap: 10px;
  }

  #pps-about2026-root .about-fact-card {
    min-height: 0;
    padding: 30px 26px;
  }

  #pps-about2026-root .about-fact-card h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  #pps-about2026-root .about-belief-copy h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  #pps-about2026-root .about-family {
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }

  #pps-about2026-root .about-family-collage {
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #pps-about2026-root .about-family-copy h2 {
    font-size: clamp(2.28rem, 10vw, 3.4rem);
  }

  #pps-about2026-root .about-family-copy p:not(.about-kicker) {
    font-size: 0.95rem;
  }

  #pps-about2026-root .about-final-copy h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  #pps-about2026-root .about-final {
    padding-bottom: 42px;
    padding-top: 20px;
  }

  #pps-about2026-root .about-final-actions, #pps-about2026-root .about-final-actions .about-button, #pps-about2026-root .about-button {
    width: 100%;
  }
}

#pps-about2026-root /* Pricing / package preview */
.pricing2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  overflow-x: clip;
}

#pps-about2026-root .pricing2026, #pps-about2026-root .pricing2026 *, #pps-about2026-root .pricing2026 *::before, #pps-about2026-root .pricing2026 *::after {
  box-sizing: border-box;
}

#pps-about2026-root .pricing2026 :where(p, li, a, button) {
  font-family: var(--sans) !important;
}

#pps-about2026-root .pricing2026 :where(h1, h2, h3) {
  font-family: var(--serif) !important;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

#pps-about2026-root .pricing-hero {
  align-items: stretch;
  align-content: center;
  display: grid;
  column-gap: clamp(30px, 4vw, 68px);
  row-gap: clamp(22px, 3vw, 44px);
  grid-template-areas:
    "copy image"
    "inclusions image"
    "cta image";
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  grid-template-rows: repeat(3, auto);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: clamp(124px, 11vw, 158px) var(--gutter) clamp(54px, 7vw, 84px);
  position: relative;
  width: min(100%, 1440px);
}

#pps-about2026-root .pricing-hero, #pps-about2026-root .pricing-hero > *, #pps-about2026-root .pricing-hero-image {
  max-width: 100%;
  min-width: 0;
}

#pps-about2026-root .pricing-hero-copy {
  align-self: end;
  grid-area: copy;
}

#pps-about2026-root .pricing-kicker {
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 16px;
  text-transform: uppercase;
}

#pps-about2026-root .pricing-hero-copy h1, #pps-about2026-root .pricing-section-heading h2, #pps-about2026-root .pricing-album-banner h2 {
  color: var(--soft-charcoal);
  margin: 0;
}

#pps-about2026-root .pricing-hero-copy h1 {
  font-size: clamp(2.65rem, 4.6vw, 5.05rem);
  line-height: 0.96;
  text-wrap: balance;
}

#pps-about2026-root .pricing-hero-copy p:not(.pricing-kicker) {
  color: var(--soft-charcoal);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  margin: 0;
  max-width: 500px;
}

#pps-about2026-root .pricing-divider {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(28px, 3vw, 38px) 0;
  max-width: 370px;
}

#pps-about2026-root .pricing-divider::before, #pps-about2026-root .pricing-divider::after {
  background: rgba(223, 127, 108, 0.55);
  content: "";
  flex: 1;
  height: 1px;
}

#pps-about2026-root .pricing-divider span {
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -7px 0 0 var(--coral),
    7px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}

#pps-about2026-root .pricing-divider.centered {
  margin-left: auto;
  margin-right: auto;
}

#pps-about2026-root .pricing-hero-image {
  align-self: stretch;
  grid-area: image;
  margin: 0;
  min-height: clamp(380px, 38vw, 560px);
  overflow: hidden;
  width: 100%;
}

#pps-about2026-root .pricing-hero-image img {
  display: block;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .pricing-inclusions {
  align-self: start;
  display: grid;
  gap: 18px 22px;
  grid-area: inclusions;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: clamp(8px, 1.3vw, 16px);
}

#pps-about2026-root .pricing-inclusion {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
}

#pps-about2026-root .pricing-inclusion p {
  color: var(--soft-charcoal);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

#pps-about2026-root .pricing-inclusion p span {
  color: var(--quiet-charcoal);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 1px;
}

#pps-about2026-root .pricing-icon, #pps-about2026-root .process-icon, #pps-about2026-root .line-icon {
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

#pps-about2026-root .pricing-icon svg, #pps-about2026-root .process-icon svg, #pps-about2026-root .line-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 34px;
}

#pps-about2026-root .pricing-travel-note {
  color: var(--quiet-charcoal);
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 520px;
}

#pps-about2026-root .pricing-hero-cta {
  align-self: end;
  grid-area: cta;
  padding-top: 0;
}

#pps-about2026-root .pricing-cta-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: normal;
}

#pps-about2026-root .pricing-starting-price {
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

#pps-about2026-root .pricing-addons {
  align-items: stretch;
  background: #fbf7f1;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(24px, 3vw, 36px);
}

#pps-about2026-root .addons-image {
  margin: 0;
  min-height: 100%;
}

#pps-about2026-root .addons-image img {
  display: block;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#pps-about2026-root .addons-copy {
  align-self: center;
  padding: clamp(16px, 2vw, 28px) clamp(4px, 1vw, 12px);
}

#pps-about2026-root .pricing-section-heading {
  margin: 0 0 clamp(26px, 3vw, 36px);
}

#pps-about2026-root .pricing-section-heading.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}

#pps-about2026-root .pricing-section-heading h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.75rem);
  line-height: 1.03;
  text-wrap: balance;
}

#pps-about2026-root .pricing-section-heading.center .pricing-kicker {
  margin-bottom: 10px;
}

#pps-about2026-root .addon-grid {
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: 1fr;
}

#pps-about2026-root .addon-card {
  align-items: start;
  border-bottom: 1px solid rgba(47, 43, 40, 0.13);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-bottom: clamp(18px, 2.3vw, 28px);
}

#pps-about2026-root .addon-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#pps-about2026-root .addon-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  font-weight: 750;
  line-height: 1.4;
  margin: 0 0 10px;
}

#pps-about2026-root .addon-card ul {
  color: var(--soft-charcoal);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}

#pps-about2026-root .addon-card li {
  font-size: 0.9rem;
}

#pps-about2026-root .addon-card:last-child li:last-child {
  color: var(--coral);
  font-weight: 800;
}

#pps-about2026-root .photographer-section {
  background: #f7f2eb;
  box-shadow: 0 0 0 100vmax #f7f2eb;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(26px, 3vw, 36px) var(--gutter) clamp(42px, 5vw, 64px);
}

#pps-about2026-root .photographer-grid {
  display: grid;
  gap: 18px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#pps-about2026-root .photographer-card {
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(47, 43, 40, 0.12);
  display: grid;
  grid-template-columns: minmax(190px, 0.95fr) minmax(210px, 1.05fr);
  min-height: 238px;
}

#pps-about2026-root .photographer-photo {
  margin: 0;
  min-height: 236px;
  overflow: hidden;
  position: relative;
}

#pps-about2026-root .photographer-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .photographer-photo button {
  background: rgba(255, 253, 249, 0.54);
  border: 0;
  border-radius: 999px;
  color: var(--soft-charcoal);
  cursor: pointer;
  display: grid;
  font-family: var(--sans) !important;
  font-size: 1.1rem;
  height: 30px;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

#pps-about2026-root .photographer-photo button:first-of-type {
  left: 10px;
}

#pps-about2026-root .photographer-photo button:last-of-type {
  right: 10px;
}

#pps-about2026-root .portfolio-dots {
  align-items: center;
  background: rgba(255, 253, 249, 0.72);
  bottom: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 50%;
  padding: 6px 9px;
  position: absolute;
  transform: translateX(-50%);
}

#pps-about2026-root .portfolio-dots i {
  background: rgba(47, 43, 40, 0.32);
  border-radius: 999px;
  height: 5px;
  width: 5px;
}

#pps-about2026-root .portfolio-dots i:first-child {
  background: var(--soft-charcoal);
}

#pps-about2026-root .photographer-photo button, #pps-about2026-root .portfolio-dots {
  display: none;
}

#pps-about2026-root .photographer-copy {
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
}

#pps-about2026-root .photographer-copy h3 {
  color: var(--blue);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 0.95;
  margin: 0 0 8px;
}

#pps-about2026-root .photographer-price {
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}

#pps-about2026-root .photographer-area {
  color: var(--soft-charcoal);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

#pps-about2026-root .photographer-portfolio-link {
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-block;
  font-family: var(--sans) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 24px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

#pps-about2026-root .photographer-portfolio-link:hover {
  color: var(--blue);
  text-decoration: none;
  transform: scale(1.02);
}

#pps-about2026-root .pricing-process {
  background: var(--warm-white);
  padding: clamp(58px, 7vw, 96px) var(--gutter);
}

#pps-about2026-root .process-map {
  --process-arrow-gap: clamp(10px, 1.25vw, 18px);
  --process-card-height: clamp(158px, 13.5vw, 184px);
  --process-card-mid: clamp(84px, 7.4vw, 100px);
  --process-card-width: clamp(230px, 23vw, 298px);
  --process-icon-box: clamp(54px, 5vw, 72px);
  --process-icon-radius: clamp(27px, 2.5vw, 36px);
  --process-row: clamp(190px, 17vw, 222px);
  --process-row-gap: clamp(44px, 5vw, 66px);
  margin: clamp(38px, 5vw, 68px) auto 0;
  max-width: 1240px;
  padding: 0;
  position: relative;
}

#pps-about2026-root .process-mobile-graphic {
  display: none;
}

#pps-about2026-root .process-mobile-graphic img {
  display: block;
  height: auto;
  width: 100%;
}

#pps-about2026-root .process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--process-row);
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: var(--process-row-gap);
}

#pps-about2026-root .process-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
  min-height: 0;
  padding: 0 12px;
  position: relative;
  text-align: center;
  width: min(100%, var(--process-card-width));
  z-index: 1;
}

#pps-about2026-root .process-step-4 {
  grid-column: 3;
  grid-row: 2;
}

#pps-about2026-root .process-step-5 {
  grid-column: 2;
  grid-row: 2;
}

#pps-about2026-root .process-step-6 {
  grid-column: 1;
  grid-row: 2;
}

#pps-about2026-root .process-step-7 {
  grid-column: 1;
  grid-row: 3;
}

#pps-about2026-root .process-step-8 {
  grid-column: 2;
  grid-row: 3;
}

#pps-about2026-root .process-step-9 {
  grid-column: 3;
  grid-row: 3;
}

#pps-about2026-root .process-icon {
  background: var(--warm-white);
  height: var(--process-icon-box);
  margin: 0 auto 18px;
  padding: 4px;
  position: relative;
  width: var(--process-icon-box);
  z-index: 2;
}

#pps-about2026-root .process-icon svg {
  height: 100%;
  stroke-width: 1.35;
  width: 100%;
}

#pps-about2026-root .process-line h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
  max-width: 245px;
}

#pps-about2026-root .process-line p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 245px;
}

#pps-about2026-root .process-connector, #pps-about2026-root .process-turn {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

#pps-about2026-root .process-connector {
  border-top: 2px dashed rgba(223, 127, 108, 0.74);
  height: 0;
  width: calc(33.333% - var(--process-card-width) - var(--process-arrow-gap) - var(--process-arrow-gap));
}

#pps-about2026-root .process-connector::after {
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  border-top: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  top: -7px;
  width: 12px;
}

#pps-about2026-root .process-connector-r1-a, #pps-about2026-root .process-connector-r1-b, #pps-about2026-root .process-connector-r3-a, #pps-about2026-root .process-connector-r3-b {
  transform: translateY(-50%);
}

#pps-about2026-root .process-connector-r1-a::after, #pps-about2026-root .process-connector-r1-b::after, #pps-about2026-root .process-connector-r3-a::after, #pps-about2026-root .process-connector-r3-b::after {
  right: 0;
  transform: rotate(45deg);
}

#pps-about2026-root .process-connector-r2-a, #pps-about2026-root .process-connector-r2-b {
  transform: translateY(-50%);
}

#pps-about2026-root .process-connector-r2-a::after, #pps-about2026-root .process-connector-r2-b::after {
  left: 0;
  transform: rotate(-135deg);
}

#pps-about2026-root .process-connector-r1-a {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}

#pps-about2026-root .process-connector-r1-b {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}

#pps-about2026-root .process-connector-r2-a {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

#pps-about2026-root .process-connector-r2-b {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

#pps-about2026-root .process-connector-r3-a {
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

#pps-about2026-root .process-connector-r3-b {
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}

#pps-about2026-root .process-turn {
  border-left: 2px dashed rgba(223, 127, 108, 0.7);
  height: calc(var(--process-row) + var(--process-row-gap) - var(--process-card-height) - 20px);
  width: 0;
}

#pps-about2026-root .process-turn::after {
  border-bottom: 2px solid rgba(223, 127, 108, 0.78);
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}

#pps-about2026-root .process-turn-right {
  left: calc(83.333% - 1px);
  top: calc(var(--process-card-height) + 10px);
}

#pps-about2026-root .process-turn-right::after {
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}

#pps-about2026-root .process-turn-left {
  left: calc(16.666% - 1px);
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-height) + 10px);
}

#pps-about2026-root .process-turn-left::after {
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}

#pps-about2026-root .pricing-album-banner {
  align-items: center;
  color: var(--soft-charcoal);
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  min-height: clamp(260px, 28vw, 390px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  position: relative;
  text-align: center;
}

#pps-about2026-root .pricing-album-banner img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

#pps-about2026-root .pricing-album-banner::after {
  background: rgba(255, 253, 249, 0.63);
  content: "";
  inset: 0;
  position: absolute;
}

#pps-about2026-root .pricing-album-banner > div {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

#pps-about2026-root .pricing-album-banner .pricing-kicker {
  color: var(--blue);
  margin-bottom: 14px;
}

#pps-about2026-root .pricing-album-banner h2 {
  font-size: clamp(2.65rem, 5vw, 5.3rem);
  line-height: 0.95;
  text-wrap: balance;
}

#pps-about2026-root .album-feature-section {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: clamp(46px, 6vw, 82px) var(--gutter) clamp(64px, 7vw, 96px);
}

#pps-about2026-root .album-feature-grid {
  box-sizing: border-box;
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
  min-width: 0;
  width: 100%;
}

#pps-about2026-root .album-feature-card {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

#pps-about2026-root .album-feature-card > * {
  max-width: 100%;
  min-width: 0;
}

#pps-about2026-root .album-feature-card img {
  aspect-ratio: 1.05 / 1;
  display: block;
  height: auto;
  margin: 0 0 clamp(18px, 2.2vw, 26px);
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .album-feature-card h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 300px;
  text-transform: uppercase;
}

#pps-about2026-root .album-feature-card p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1080px) {
  #pps-about2026-root .pricing-hero {
    column-gap: clamp(26px, 4vw, 44px);
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  }

  #pps-about2026-root .pricing-inclusions {
    background: #fbf7f1;
    grid-template-columns: 1fr;
    padding: 28px;
  }

  #pps-about2026-root .pricing-travel-note {
    max-width: none;
  }

  #pps-about2026-root .photographer-grid {
    gap: 18px;
  }

  #pps-about2026-root .photographer-card {
    grid-template-columns: 1fr;
  }

  #pps-about2026-root .photographer-photo {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  #pps-about2026-root .process-map {
    max-width: 960px;
  }

  #pps-about2026-root .process-step {
    padding-left: clamp(12px, 2vw, 28px);
    padding-right: clamp(12px, 2vw, 28px);
  }

  #pps-about2026-root .process-connector, #pps-about2026-root .process-turn {
    display: none;
  }

  #pps-about2026-root .album-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  #pps-about2026-root .pricing-hero {
    grid-template-areas:
      "copy"
      "image"
      "inclusions"
      "cta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    max-width: 100%;
    min-height: 0;
    overflow-x: hidden;
    padding-top: clamp(118px, 22vw, 148px);
    width: 100%;
  }

  #pps-about2026-root .pricing-hero-copy {
    text-align: center;
  }

  #pps-about2026-root .pricing-hero-copy p:not(.pricing-kicker), #pps-about2026-root .pricing-divider {
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .pricing-hero-button {
    width: min(100%, 270px);
  }

  #pps-about2026-root .pricing-hero-cta {
    text-align: center;
  }

  #pps-about2026-root .pricing-cta-row {
    align-items: center;
    justify-content: center;
  }

  #pps-about2026-root .pricing-hero-image {
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }

  #pps-about2026-root .pricing-hero-image img {
    aspect-ratio: 4 / 3;
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  #pps-about2026-root .pricing-inclusions {
    grid-template-columns: 1fr;
  }

  #pps-about2026-root .album-feature-grid {
    gap: clamp(16px, 4vw, 22px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #pps-about2026-root .album-feature-card h3 {
    font-size: clamp(1rem, 4.4vw, 1.3rem);
    letter-spacing: 0.1em;
    line-height: 1.32;
    margin-bottom: 10px;
  }

  #pps-about2026-root .album-feature-card p {
    font-size: clamp(0.78rem, 2.7vw, 0.92rem);
    line-height: 1.65;
  }

  #pps-about2026-root .pricing-section-heading, #pps-about2026-root .pricing-section-heading.center, #pps-about2026-root .pricing-section-heading h2, #pps-about2026-root .pricing-section-heading p, #pps-about2026-root .pricing-kicker, #pps-about2026-root .pricing-album-banner > div, #pps-about2026-root .pricing-album-banner .pricing-kicker, #pps-about2026-root .pricing-album-banner h2, #pps-about2026-root .contact-copy .section-kicker, #pps-about2026-root .contact-copy h2, #pps-about2026-root .contact-lede {
    text-align: center;
  }

  #pps-about2026-root .pricing-divider, #pps-about2026-root .pricing-divider.centered, #pps-about2026-root .contact-swoop {
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .photographer-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #pps-about2026-root .photographer-photo {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  #pps-about2026-root .photographer-photo button {
    font-size: 0.9rem;
    height: 24px;
    width: 24px;
  }

  #pps-about2026-root .photographer-photo button:first-of-type {
    left: 7px;
  }

  #pps-about2026-root .photographer-photo button:last-of-type {
    right: 7px;
  }

  #pps-about2026-root .portfolio-dots {
    bottom: 7px;
    gap: 5px;
    padding: 5px 7px;
  }

  #pps-about2026-root .portfolio-dots i {
    height: 4px;
    width: 4px;
  }

  #pps-about2026-root .photographer-copy {
    padding: clamp(14px, 4vw, 18px);
    text-align: center;
  }

  #pps-about2026-root .photographer-copy h3 {
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
    margin-bottom: 6px;
  }

  #pps-about2026-root .photographer-price, #pps-about2026-root .photographer-area {
    font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  }

  #pps-about2026-root .photographer-portfolio-link {
    font-size: clamp(0.55rem, 2.1vw, 0.66rem);
    letter-spacing: 0.1em;
    margin-top: 14px;
    padding-bottom: 4px;
  }

  #pps-about2026-root .pricing-process, #pps-about2026-root .process-map, #pps-about2026-root .process-mobile-graphic, #pps-about2026-root .album-feature-section, #pps-about2026-root .album-feature-grid, #pps-about2026-root .album-feature-card {
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    width: 100%;
  }

  #pps-about2026-root .album-feature-card > *, #pps-about2026-root .process-step {
    max-width: 100%;
    min-width: 0;
  }

  #pps-about2026-root .album-feature-card img {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  #pps-about2026-root .pricing-addons {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  #pps-about2026-root .addons-image img {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  #pps-about2026-root .addons-copy {
    padding: 6px 0 0;
  }

  #pps-about2026-root .pricing-inclusions {
    padding: 24px;
  }

  #pps-about2026-root .addon-card {
    border-right: 0;
    border-bottom: 1px solid rgba(47, 43, 40, 0.12);
    padding-bottom: 24px;
    padding-right: 0;
  }

  #pps-about2026-root .addon-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #pps-about2026-root .pricing-process {
    padding: 0;
  }

  #pps-about2026-root .pricing-process .pricing-section-heading, #pps-about2026-root .process-map {
    display: none;
  }

  #pps-about2026-root .process-mobile-graphic {
    display: block;
    margin: 0 auto;
    max-width: 720px;
  }

  #pps-about2026-root .pricing-album-banner {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
  }
}

@media (max-width: 560px) {
  #pps-about2026-root .pricing-kicker {
    font-size: 0.62rem;
  }

  #pps-about2026-root .pricing-hero-copy h1 {
    font-size: clamp(2.58rem, 13vw, 4.05rem);
  }

  #pps-about2026-root .pricing-section-heading h2 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  #pps-about2026-root .photographer-card {
    min-height: 0;
  }

  #pps-about2026-root .photographer-copy h3 {
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
  }

  #pps-about2026-root .process-line p {
    max-width: 260px;
  }

  #pps-about2026-root .pricing-album-banner {
    margin-left: 0;
    margin-right: 0;
    min-height: 310px;
  }

  #pps-about2026-root .pricing-album-banner h2 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }
}

#pps-about2026-root .faq2026 {
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  overflow-x: clip;
}

#pps-about2026-root .faq2026 :where(p, a, summary, button) {
  font-family: var(--sans);
}

#pps-about2026-root .faq2026 :where(h1, h2) {
  font-family: var(--serif);
  letter-spacing: 0;
}

#pps-about2026-root .faq-hero {
  background: var(--warm-white);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: clamp(640px, 74svh, 820px);
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}

#pps-about2026-root .faq-hero-copy {
  align-self: center;
  max-width: 660px;
  padding: clamp(58px, 8vw, 104px) var(--gutter);
  position: relative;
  z-index: 2;
}

#pps-about2026-root .faq-kicker, #pps-about2026-root .faq-section-range {
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#pps-about2026-root .faq-hero h1 {
  color: var(--soft-charcoal);
  font-size: clamp(3.4rem, 5.7vw, 6.35rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  max-width: 570px;
  text-wrap: balance;
}

#pps-about2026-root .faq-coral-rule {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(30px, 4vw, 46px) 0 28px;
  width: min(210px, 46vw);
}

#pps-about2026-root .faq-coral-rule::before {
  background: var(--coral);
  content: "";
  height: 2px;
  width: 132px;
}

#pps-about2026-root .faq-coral-rule::after {
  color: var(--coral);
  content: "✧";
  font-size: 1rem;
  line-height: 1;
}

#pps-about2026-root .faq-hero-copy > p:last-child {
  color: var(--soft-charcoal);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}

#pps-about2026-root .faq-hero-media {
  margin: 0;
  min-height: inherit;
  position: relative;
}

#pps-about2026-root .faq-hero-media::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.74) 18%, rgba(255, 253, 249, 0.18) 42%, rgba(255, 253, 249, 0) 64%),
    linear-gradient(0deg, rgba(255, 253, 249, 0.1), rgba(255, 253, 249, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

#pps-about2026-root .faq-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

#pps-about2026-root .faq-band {
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  grid-template-columns: minmax(340px, 41.5%) minmax(0, 58.5%);
  min-height: clamp(680px, 54vw, 820px);
}

#pps-about2026-root .faq-band:nth-of-type(3), #pps-about2026-root .faq-band:nth-of-type(5) {
  background: var(--soft-ivory);
}

#pps-about2026-root .faq-band-image {
  margin: 0;
  min-height: clamp(680px, 54vw, 820px);
  overflow: hidden;
}

#pps-about2026-root .faq-band-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#pps-about2026-root .faq-band-copy {
  align-self: center;
  padding: clamp(48px, 6vw, 86px) var(--gutter);
}

#pps-about2026-root .faq-section-range {
  margin-bottom: 10px;
}

#pps-about2026-root .faq-band-copy h2 {
  color: var(--soft-charcoal);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
}

#pps-about2026-root .faq-section-note {
  color: var(--coral);
  font-family: var(--hand) !important;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.2;
  margin: 6px 0 clamp(24px, 3vw, 34px);
}

#pps-about2026-root .faq-list {
  display: grid;
  margin-top: clamp(18px, 2.4vw, 28px);
}

#pps-about2026-root .faq-item {
  border-top: 1px solid rgba(47, 43, 40, 0.22);
}

#pps-about2026-root .faq-item:last-child {
  border-bottom: 1px solid rgba(47, 43, 40, 0.22);
}

#pps-about2026-root .faq-question-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: clamp(12px, 1.6vw, 22px);
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  list-style: none;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}

#pps-about2026-root .faq-item-number {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#pps-about2026-root .faq-item-question {
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  font-weight: 650;
  line-height: 1.45;
}

#pps-about2026-root .faq-item-plus {
  color: var(--soft-charcoal);
  font-size: 1.5rem;
  font-weight: 400;
  justify-self: end;
  line-height: 1;
  transition: color 180ms ease, transform 260ms ease;
}

#pps-about2026-root .faq-question-button:hover .faq-item-question, #pps-about2026-root .faq-question-button:focus-visible .faq-item-question, #pps-about2026-root .faq-question-button:hover .faq-item-plus, #pps-about2026-root .faq-question-button:focus-visible .faq-item-plus {
  color: var(--coral);
}

#pps-about2026-root .faq-question-button:focus-visible {
  outline: 2px solid rgba(223, 127, 108, 0.45);
  outline-offset: 6px;
}

#pps-about2026-root .faq-item.is-open .faq-item-plus {
  color: var(--coral);
  transform: rotate(45deg);
}

#pps-about2026-root .faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

#pps-about2026-root .faq-item.is-open .faq-answer {
  opacity: 1;
}

#pps-about2026-root .faq-answer-inner {
  overflow: hidden;
}

#pps-about2026-root .faq-answer p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.03vw, 1rem);
  line-height: 1.72;
  margin: -2px 38px 22px 66px;
  max-width: 760px;
}

#pps-about2026-root .faq-final-cta {
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  justify-items: center;
  padding: clamp(58px, 7vw, 92px) var(--gutter);
  text-align: center;
}

#pps-about2026-root .faq-compass {
  border: 1px solid var(--coral);
  height: 34px;
  margin-bottom: 22px;
  position: relative;
  transform: rotate(45deg);
  width: 34px;
}

#pps-about2026-root .faq-compass::before, #pps-about2026-root .faq-compass::after {
  background: var(--coral);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#pps-about2026-root .faq-compass::before {
  height: 1px;
  width: 48px;
}

#pps-about2026-root .faq-compass::after {
  height: 48px;
  width: 1px;
}

#pps-about2026-root .faq-final-cta h2 {
  color: var(--soft-charcoal);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

#pps-about2026-root .faq-final-cta p {
  color: var(--quiet-charcoal);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.6;
  margin: 10px 0 24px;
}

@media (max-width: 1079px) {
  #pps-about2026-root .faq-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 74px;
  }

  #pps-about2026-root .faq-hero-copy {
    max-width: none;
    padding-bottom: clamp(30px, 7vw, 52px);
    text-align: center;
  }

  #pps-about2026-root .faq-hero h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 9.8em;
  }

  #pps-about2026-root .faq-coral-rule {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .faq-hero-copy > p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  #pps-about2026-root .faq-hero-media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  #pps-about2026-root .faq-hero-media::before {
    background: linear-gradient(0deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.18));
  }

  #pps-about2026-root .faq-band {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #pps-about2026-root .faq-band-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  #pps-about2026-root .faq-band-copy {
    padding-bottom: clamp(52px, 7vw, 78px);
    padding-top: clamp(40px, 7vw, 66px);
  }
}

@media (max-width: 699px) {
  #pps-about2026-root .faq-hero {
    padding-top: 74px;
  }

  #pps-about2026-root .faq-hero-copy {
    padding: clamp(44px, 13vw, 64px) clamp(20px, 6vw, 26px) 50px;
  }

  #pps-about2026-root .faq-hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.28rem);
    max-width: 8.8em;
  }

  #pps-about2026-root .faq-hero-media {
    display: none;
  }

  #pps-about2026-root .faq-band-image {
    aspect-ratio: 4 / 3;
  }

  #pps-about2026-root .faq-band-copy {
    padding-left: clamp(22px, 6vw, 32px);
    padding-right: clamp(22px, 6vw, 32px);
  }

  #pps-about2026-root .faq-band-copy h2 {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  #pps-about2026-root .faq-section-note {
    font-size: clamp(1.24rem, 6vw, 1.68rem);
  }

  #pps-about2026-root .faq-question-button {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 15px 0;
  }

  #pps-about2026-root .faq-item-number {
    font-size: 0.72rem;
  }

  #pps-about2026-root .faq-answer p {
    margin-left: 46px;
    margin-right: 0;
  }

  #pps-about2026-root .faq-final-cta .button {
    width: min(100%, 320px);
  }
}

/* PPS 2026 about2 redesign END */

/* prophoto-pricing2.css */

html:has(body.article-pricing2),
body.article-pricing2 {
  margin: 0 !important;
  background: #fffaf4 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body.article-pricing2 .pp-layout,
body.article-pricing2 .pp-page-content,
body.article-pricing2 .ppb-container,
body.article-pricing2 .ppb-section,
body.article-pricing2 article,
body.article-pricing2 .entry-content {
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.article-pricing2 .entry-title,
body.article-pricing2 .post-title,
body.article-pricing2 .page-title,
body.article-pricing2 .pp-post-title {
  display: none !important;
}
body.article-pricing2 > .pp-slideover,
body.article-pricing2 > .pp-hamburger {
  display: none !important;
}
@media (max-width: 1080px) {
  body.article-pricing2 .pp-slideover,
  body.article-pricing2 .pp-hamburger,
  body.article-pricing2 .pp-menu-toggle,
  body.article-pricing2 .pp-menu-button,
  body.article-pricing2 .pp-mobile-menu,
  body.article-pricing2 .hamburger-menu,
  body.article-pricing2 .menu-toggle {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }
}
#pps-pricing2026-root {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  width: 100%;
  min-height: 100vh;
}
#pps-pricing2026-root *,
#pps-pricing2026-root *::before,
#pps-pricing2026-root *::after {
  box-sizing: border-box;
}
#pps-pricing2026-root img {
  display: block;
  height: auto;
  max-width: 100%;
}
#pps-pricing2026-root a,
#pps-pricing2026-root a:hover,
#pps-pricing2026-root a:focus {
  text-decoration: none !important;
}
#pps-pricing2026-root{
  --warm-white: #fffdf9;
  --soft-ivory: #f8f4ed;
  --light-stone: #ebe4dc;
  --pale-stone: #f3eee7;
  --muted-taupe: #9a887b;
  --soft-charcoal: #2f2b28;
  --quiet-charcoal: #5d5751;
  --coral: #df7f6c;
  --blue: #5d7e8b;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --page-max: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
}#pps-pricing2026-root *{
  box-sizing: border-box;
}body.article-pricing2{
  scroll-behavior: smooth;
}body.article-pricing2{
  margin: 0;
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}#pps-pricing2026-root .pps2026{
  font-family: var(--sans) !important;
}#pps-pricing2026-root .pps2026 :where(p, li, a, label, input, textarea, button){
  font-family: var(--sans) !important;
}#pps-pricing2026-root .hero h1, #pps-pricing2026-root .intro-copy h2, #pps-pricing2026-root .reassurance-copy h2, #pps-pricing2026-root .benefits-intro h2, #pps-pricing2026-root .collection-copy h2, #pps-pricing2026-root .proof-intro h2, #pps-pricing2026-root .review-overlay blockquote, #pps-pricing2026-root .gallery-intro h2, #pps-pricing2026-root .weddings-intro h2, #pps-pricing2026-root .contact-copy h2, #pps-pricing2026-root .album-copy h2, #pps-pricing2026-root .final-cta h2, #pps-pricing2026-root .wedding-card h3{
  font-family: var(--serif) !important;
  text-transform: none !important;
}#pps-pricing2026-root .section-kicker, #pps-pricing2026-root .center-kicker, #pps-pricing2026-root .nav-links, #pps-pricing2026-root .mobile-menu nav a, #pps-pricing2026-root .button, #pps-pricing2026-root .text-link, #pps-pricing2026-root .benefit h3, #pps-pricing2026-root .collection-item, #pps-pricing2026-root .collection-price, #pps-pricing2026-root .contact-form, #pps-pricing2026-root .contact-lede, #pps-pricing2026-root .review-overlay p, #pps-pricing2026-root .wedding-link, #pps-pricing2026-root .footer-nav, #pps-pricing2026-root .footer-office-details{
  font-family: var(--sans) !important;
}#pps-pricing2026-root a{
  color: inherit;
  text-decoration: none;
}#pps-pricing2026-root img, #pps-pricing2026-root svg{
  display: block;
}#pps-pricing2026-root img{
  max-width: 100%;
}#pps-pricing2026-root .site-shell{
  background: var(--warm-white);
  min-height: 100vh;
  overflow-x: clip;
}#pps-pricing2026-root .hero{
  color: var(--warm-white);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px var(--gutter) clamp(38px, 7vw, 74px);
  position: relative;
}#pps-pricing2026-root .hero-image, #pps-pricing2026-root .hero-shade{
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}#pps-pricing2026-root .hero-image{
  object-fit: cover;
  object-position: center 48%;
  transform: translateX(6%) scale(1.16);
  transform-origin: center center;
}#pps-pricing2026-root .hero-shade{
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.84) 0%, rgba(10, 9, 8, 0.68) 30%, rgba(10, 9, 8, 0.2) 66%, rgba(10, 9, 8, 0.04) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.34), rgba(10, 9, 8, 0.14));
}#pps-pricing2026-root .hero-nav{
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 253, 249, 0.52);
  border-bottom: 1px solid rgba(255, 253, 249, 0.34);
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgba(10, 9, 8, 0.07);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding: 14px var(--gutter);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: 3;
}#pps-pricing2026-root .brand-mark{
  color: rgba(255, 253, 249, 0.88);
  display: inline-block;
  line-height: 1.2;
}#pps-pricing2026-root .brand-mark img{
  height: auto;
  width: min(286px, 61vw);
}#pps-pricing2026-root .nav-links{
  align-items: center;
  color: var(--soft-charcoal);
  display: none;
  gap: clamp(22px, 3vw, 42px);
  font-size: 0.87rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}#pps-pricing2026-root .nav-links > a{
  border: 1px solid transparent;
  background-image: none !important;
  padding: 12px 10px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-pricing2026-root .nav-links > a:not(.nav-button):hover, #pps-pricing2026-root .nav-links > a:not(.nav-button):focus-visible{
  background-image: none !important;
  border-color: var(--coral);
  box-shadow: inset 0 0 0 1px var(--coral);
  outline: 0;
  text-decoration: none !important;
}#pps-pricing2026-root .nav-links > a::before, #pps-pricing2026-root .nav-links > a::after{
  display: none !important;
}#pps-pricing2026-root .nav-button{
  background: var(--coral);
  border: 1px solid var(--coral);
  color: var(--warm-white);
  min-width: 118px;
  padding: 14px 20px;
  text-align: center;
}#pps-pricing2026-root .nav-button:hover, #pps-pricing2026-root .nav-button:focus-visible{
  background: #e99282;
  border-color: #e99282;
  outline: 0;
}#pps-pricing2026-root .mobile-menu{
  display: block;
  position: relative;
}#pps-pricing2026-root .mobile-menu summary{
  align-items: center;
  border: 1px solid rgba(47, 43, 40, 0.2);
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 42px;
  justify-items: center;
  list-style: none;
  padding: 10px;
  width: 42px;
}#pps-pricing2026-root .mobile-menu summary::-webkit-details-marker{
  display: none;
}#pps-pricing2026-root .mobile-menu summary span{
  background: var(--soft-charcoal);
  display: block;
  height: 2px;
  width: 20px;
}#pps-pricing2026-root .mobile-menu nav{
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 36px rgba(10, 9, 8, 0.18);
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}#pps-pricing2026-root .mobile-menu nav a{
  color: var(--soft-charcoal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}#pps-pricing2026-root .mobile-menu nav .nav-button{
  color: var(--warm-white);
  margin-top: 6px;
}#pps-pricing2026-root .hero-copy{
  align-self: center;
  max-width: 520px;
  position: relative;
  z-index: 2;
}#pps-pricing2026-root .hero h1{
  color: var(--warm-white) !important;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.35vw, 3.58rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0;
  text-transform: none !important;
}#pps-pricing2026-root .coral-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 26px 0 22px;
  width: 42px;
}#pps-pricing2026-root .hero-copy p{
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
  max-width: 500px;
}#pps-pricing2026-root .hero-actions{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}#pps-pricing2026-root .button, #pps-pricing2026-root .text-link{
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}#pps-pricing2026-root .button{
  background-image: none !important;
  border: 1px solid transparent;
  min-height: 46px;
  padding: 16px 30px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-pricing2026-root .button:hover, #pps-pricing2026-root .button:focus-visible{
  background-image: none !important;
  text-decoration: none !important;
}#pps-pricing2026-root .button::before, #pps-pricing2026-root .button::after{
  display: none !important;
}#pps-pricing2026-root .button-primary{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-pricing2026-root .button-primary:hover, #pps-pricing2026-root .button-primary:focus-visible{
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  outline: 0;
  text-decoration: none !important;
}#pps-pricing2026-root .button-primary.coral{
  min-width: 205px;
}#pps-pricing2026-root .text-link{
  color: var(--warm-white);
  transition:
    color 160ms ease,
    font-size 160ms ease;
}#pps-pricing2026-root .hero-actions .text-link:hover, #pps-pricing2026-root .hero-actions .text-link:focus-visible{
  font-size: 0.78rem;
  outline: 0;
}#pps-pricing2026-root .text-link.blue{
  color: var(--blue);
}#pps-pricing2026-root .text-link.dark{
  color: var(--soft-charcoal);
}#pps-pricing2026-root .intro-section{
  --intro-y: clamp(76px, 10vw, 150px);
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  margin: 0;
  max-width: none;
  padding: var(--intro-y) var(--gutter);
  width: 100%;
}#pps-pricing2026-root .reassurance-section{
  aspect-ratio: 2400 / 1335;
  background: #2f1f14;
  color: var(--warm-white);
  display: grid;
  justify-items: center;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}#pps-pricing2026-root .reassurance-art{
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}#pps-pricing2026-root .reassurance-art img{
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}#pps-pricing2026-root .intro-copy{
  align-self: center;
  container-type: inline-size;
  justify-self: center;
  max-width: 740px;
  padding: 0;
  text-align: center;
  width: 100%;
}#pps-pricing2026-root .section-kicker, #pps-pricing2026-root .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 24px;
  text-transform: uppercase;
}#pps-pricing2026-root .intro-copy h2, #pps-pricing2026-root .reassurance-copy h2, #pps-pricing2026-root .final-cta h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}#pps-pricing2026-root .intro-copy h2, #pps-pricing2026-root .reassurance-copy h2{
  font-size: clamp(1.9rem, calc(1.2rem + 1.35vw), 2.7rem);
  line-height: 1.07;
}#pps-pricing2026-root .intro-copy h2{
  display: grid;
  margin: 0 auto;
  max-width: 740px;
  text-wrap: balance;
  width: 100%;
}#pps-pricing2026-root .intro-copy h2 span{
  display: block;
}#pps-pricing2026-root .wedding-card p, #pps-pricing2026-root .final-cta p{
  color: var(--quiet-charcoal);
  font-size: 0.92rem;
  line-height: 1.78;
}#pps-pricing2026-root .intro-body{
  margin: clamp(34px, 4.8vw, 62px) auto 0;
  max-width: 740px;
  text-align: left;
}#pps-pricing2026-root .intro-body p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
}#pps-pricing2026-root .intro-body p + p{
  margin-top: clamp(14px, 1.8vw, 22px);
}#pps-pricing2026-root .intro-questions{
  display: grid;
  gap: clamp(10px, 1.35vw, 16px);
  list-style: none;
  margin: clamp(18px, 2.4vw, 30px) 0;
  padding: 0;
}#pps-pricing2026-root .intro-questions li{
  color: var(--soft-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  padding-left: 24px;
  position: relative;
}#pps-pricing2026-root .intro-questions li::before{
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 0.86em;
  width: 5px;
}#pps-pricing2026-root .intro-body strong{
  color: var(--soft-charcoal);
  font-weight: 800;
}#pps-pricing2026-root .intro-cta{
  margin: clamp(54px, 7vw, 92px) auto 0;
  max-width: 520px;
  text-align: center;
}#pps-pricing2026-root .intro-cta p{
  color: var(--soft-charcoal);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}#pps-pricing2026-root .intro-cta .button{
  min-width: 205px;
}#pps-pricing2026-root .intro-image{
  align-self: stretch;
  justify-self: stretch;
  margin-bottom: calc(5px - var(--intro-y));
  margin-top: calc(5px - var(--intro-y));
  min-height: calc(100% + var(--intro-y) + var(--intro-y) - 10px);
  width: 100%;
}#pps-pricing2026-root .intro-image img{
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .reassurance-copy{
  container-type: inline-size;
  bottom: auto;
  left: auto;
  max-width: min(620px, 40vw);
  padding: 0;
  position: absolute;
  right: clamp(48px, 7.5vw, 150px);
  text-shadow: 0 1px 18px rgba(10, 9, 8, 0.45);
  top: clamp(120px, 16.8vw, 290px);
  transform: none;
  width: 40vw;
  z-index: 1;
}#pps-pricing2026-root .reassurance-copy h2{
  color: var(--warm-white);
  font-size: clamp(1.8rem, 6.2cqw, 3.28rem);
  line-height: 1.1;
  white-space: normal;
}#pps-pricing2026-root .reassurance-copy h3{
  color: rgba(255, 253, 249, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 18px;
}#pps-pricing2026-root .reassurance-copy ul{
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}#pps-pricing2026-root .reassurance-copy li{
  padding-left: 25px;
  position: relative;
}#pps-pricing2026-root .reassurance-copy li::before{
  border: 1px solid var(--coral);
  border-radius: 999px;
  color: var(--coral);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 12px;
}#pps-pricing2026-root .reassurance-copy li::after{
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: calc(0.58em + 4px);
  width: 4px;
}#pps-pricing2026-root .reassurance-copy p{
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.92rem, 1.12vw, 1.12rem);
  line-height: 1.85;
  margin: 0;
}#pps-pricing2026-root .reassurance-copy h2 + p{
  margin-top: clamp(22px, 3vw, 34px);
}#pps-pricing2026-root .reassurance-copy p + p{
  margin-top: clamp(14px, 2vw, 22px);
}#pps-pricing2026-root .reassurance-button{
  margin-top: clamp(26px, 3vw, 38px);
  max-width: 100%;
  white-space: normal;
}#pps-pricing2026-root .benefits-section, #pps-pricing2026-root .gallery-section, #pps-pricing2026-root .real-weddings-section{
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(34px, 5vw, 72px) var(--gutter);
}#pps-pricing2026-root .benefits-section{
  background: #fbf7f1;
  margin: 0;
  max-width: none;
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(42px, 5vw, 72px);
}#pps-pricing2026-root .benefits-intro{
  margin: 0 auto clamp(28px, 3.8vw, 48px);
  max-width: 1180px;
  text-align: center;
}#pps-pricing2026-root .center-kicker{
  color: var(--blue);
  margin-bottom: 34px;
  text-align: center;
}#pps-pricing2026-root .benefits-intro .center-kicker{
  color: var(--coral);
  margin-bottom: 14px;
}#pps-pricing2026-root .benefits-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}#pps-pricing2026-root .benefits-intro p:not(.center-kicker){
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.22rem);
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 10px auto 0;
  max-width: 760px;
}#pps-pricing2026-root .benefit-grid{
  display: grid;
  gap: clamp(26px, 3.6vw, 46px) clamp(28px, 5vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}#pps-pricing2026-root .benefit{
  align-items: center;
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}#pps-pricing2026-root .benefit picture{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}#pps-pricing2026-root .benefit-illustration{
  display: block;
  height: clamp(76px, 8.5vw, 112px);
  margin: 0 auto clamp(12px, 1.8vw, 20px);
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  width: min(100%, 190px);
}#pps-pricing2026-root .benefit h3{
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.48;
  margin: 0;
  max-height: calc(2em * 1.48);
  max-width: 360px;
  min-height: calc(2em * 1.48);
  overflow: hidden;
  text-transform: uppercase;
}#pps-pricing2026-root .benefit h3 span{
  display: block;
  margin-top: 2px;
}#pps-pricing2026-root .benefit-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 10px 0 12px;
  width: 36px;
}#pps-pricing2026-root .wedding-card h3{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}#pps-pricing2026-root .benefit p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
  max-width: 360px;
}#pps-pricing2026-root .collection-section{
  align-items: stretch;
  background: var(--warm-white);
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  margin: 0;
  max-width: none;
  padding: clamp(46px, 6vw, 82px) var(--gutter);
}#pps-pricing2026-root .collection-copy{
  align-self: center;
  max-width: 610px;
}#pps-pricing2026-root .collection-copy .section-kicker{
  margin-bottom: 18px;
}#pps-pricing2026-root .collection-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}#pps-pricing2026-root .collection-body{
  margin-top: clamp(22px, 3vw, 34px);
}#pps-pricing2026-root .collection-body p{
  color: var(--soft-charcoal);
  font-size: clamp(0.94rem, 1.12vw, 1.12rem);
  line-height: 1.65;
  margin: 0;
}#pps-pricing2026-root .collection-body p + p{
  margin-top: 18px;
}#pps-pricing2026-root .collection-body strong{
  font-weight: 800;
}#pps-pricing2026-root .collection-divider{
  align-items: center;
  display: flex;
  gap: 20px;
  margin: clamp(26px, 3vw, 34px) 0 22px;
}#pps-pricing2026-root .collection-divider::before, #pps-pricing2026-root .collection-divider::after{
  background: rgba(154, 136, 123, 0.3);
  content: "";
  flex: 1;
  height: 1px;
}#pps-pricing2026-root .collection-divider span{
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -8px 0 0 var(--coral),
    8px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}#pps-pricing2026-root .collection-price{
  color: var(--coral);
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 clamp(18px, 2.3vw, 28px);
}#pps-pricing2026-root .collection-list{
  display: grid;
  margin: 0;
}#pps-pricing2026-root .collection-item{
  align-items: center;
  border-bottom: 1px solid rgba(47, 43, 40, 0.14);
  color: var(--soft-charcoal);
  display: grid;
  font-size: clamp(0.96rem, 1.2vw, 1.16rem);
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  line-height: 1.35;
  min-height: 52px;
}#pps-pricing2026-root .collection-item:first-child{
  border-top: 1px solid rgba(47, 43, 40, 0.14);
}#pps-pricing2026-root .collection-icon{
  color: var(--coral);
  display: flex;
}#pps-pricing2026-root .collection-icon svg{
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}#pps-pricing2026-root .collection-button{
  margin-top: clamp(24px, 3vw, 34px);
  min-width: min(100%, 410px);
}#pps-pricing2026-root .collection-image{
  min-height: clamp(360px, 66vw, 640px);
  overflow: hidden;
}#pps-pricing2026-root .collection-image img{
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  width: 100%;
}#pps-pricing2026-root .contact-section{
  background: var(--soft-ivory);
  display: grid;
  gap: clamp(24px, 3.5vw, 44px);
  margin: 0;
  max-width: none;
  padding: clamp(34px, 4vw, 52px) var(--gutter);
}#pps-pricing2026-root .contact-copy{
  container-type: inline-size;
  max-width: 560px;
}#pps-pricing2026-root .contact-copy .section-kicker{
  margin-bottom: 12px;
}#pps-pricing2026-root .contact-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6.2cqw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}#pps-pricing2026-root .contact-copy h2 span{
  color: var(--coral);
}#pps-pricing2026-root .contact-lede{
  color: var(--soft-charcoal);
  font-size: clamp(0.74rem, 2.45cqw, 0.96rem);
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: none;
  white-space: nowrap;
}#pps-pricing2026-root .contact-swoop{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 4px 0 22px 34px;
  transform: rotate(-7deg);
  width: 58px;
}#pps-pricing2026-root .contact-form{
  display: grid;
  gap: 12px;
}#pps-pricing2026-root .contact-form label{
  display: grid;
  gap: 5px;
}#pps-pricing2026-root .contact-form label span, #pps-pricing2026-root .contact-next h3{
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}#pps-pricing2026-root .contact-form input, #pps-pricing2026-root .contact-form textarea{
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 10px 14px;
  width: 100%;
}#pps-pricing2026-root .contact-form input{
  min-height: 42px;
}#pps-pricing2026-root .contact-form textarea{
  min-height: 92px;
  resize: vertical;
}#pps-pricing2026-root .contact-form input::placeholder, #pps-pricing2026-root .contact-form textarea::placeholder{
  color: rgba(47, 43, 40, 0.46);
}#pps-pricing2026-root .contact-form input:focus, #pps-pricing2026-root .contact-form textarea:focus{
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}#pps-pricing2026-root .contact-submit{
  border: 0;
  cursor: pointer;
  font-size: 0.66rem;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}#pps-pricing2026-root .pps-gravity-form-shell{
  width: 100%;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_wrapper, #pps-pricing2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme, #pps-pricing2026-root .pps-gravity-form-shell .gform_anchor, #pps-pricing2026-root .pps-gravity-form-shell form{
  width: 100%;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme .gform_fields, #pps-pricing2026-root .pps-gravity-form-shell .gform_fields, #pps-pricing2026-root .pps-gravity-form-shell .gform_body{
  display: grid;
  gap: 12px;
}#pps-pricing2026-root .pps-gravity-form-shell .gfield{
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}#pps-pricing2026-root .pps-gravity-form-shell .gfield_label, #pps-pricing2026-root .pps-gravity-form-shell .gform-field-label{
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}#pps-pricing2026-root .pps-gravity-form-shell input[type="text"], #pps-pricing2026-root .pps-gravity-form-shell input[type="email"], #pps-pricing2026-root .pps-gravity-form-shell input[type="tel"], #pps-pricing2026-root .pps-gravity-form-shell input[type="url"], #pps-pricing2026-root .pps-gravity-form-shell input[type="date"], #pps-pricing2026-root .pps-gravity-form-shell input[type="number"], #pps-pricing2026-root .pps-gravity-form-shell select, #pps-pricing2026-root .pps-gravity-form-shell textarea{
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  border-radius: 0;
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}#pps-pricing2026-root .pps-gravity-form-shell textarea{
  min-height: 92px;
  resize: vertical;
}#pps-pricing2026-root .pps-gravity-form-shell input::placeholder, #pps-pricing2026-root .pps-gravity-form-shell textarea::placeholder{
  color: rgba(47, 43, 40, 0.46);
}#pps-pricing2026-root .pps-gravity-form-shell input:focus, #pps-pricing2026-root .pps-gravity-form-shell select:focus, #pps-pricing2026-root .pps-gravity-form-shell textarea:focus{
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_footer, #pps-pricing2026-root .pps-gravity-form-shell .gform_page_footer{
  margin: 0;
  padding: 0;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_button, #pps-pricing2026-root .pps-gravity-form-shell input[type="submit"], #pps-pricing2026-root .pps-gravity-form-shell button[type="submit"]{
  align-items: center;
  background: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1;
  min-height: 44px;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_button:hover, #pps-pricing2026-root .pps-gravity-form-shell input[type="submit"]:hover, #pps-pricing2026-root .pps-gravity-form-shell button[type="submit"]:hover, #pps-pricing2026-root .pps-gravity-form-shell .gform_button:focus, #pps-pricing2026-root .pps-gravity-form-shell input[type="submit"]:focus, #pps-pricing2026-root .pps-gravity-form-shell button[type="submit"]:focus{
  background: var(--soft-charcoal);
  border-color: var(--soft-charcoal);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}#pps-pricing2026-root .pps-gravity-form-shell .gform_required_legend, #pps-pricing2026-root .pps-gravity-form-shell .gfield_required, #pps-pricing2026-root .pps-gravity-form-shell .hidden_label .gfield_label{
  display: none;
}#pps-pricing2026-root .pps-gravity-form-shell .validation_message, #pps-pricing2026-root .pps-gravity-form-shell .gfield_description, #pps-pricing2026-root .pps-gravity-form-shell .gform_validation_errors, #pps-pricing2026-root .pps-gravity-fallback{
  color: rgba(47, 43, 40, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}#pps-pricing2026-root .pps-gravity-form-shell .gform_validation_errors{
  border: 1px solid rgba(223, 127, 108, 0.4);
  padding: 12px 14px;
}#pps-pricing2026-root .contact-next{
  align-items: center;
  border-top: 1px solid rgba(47, 43, 40, 0.18);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin-top: 20px;
  padding-top: 18px;
}#pps-pricing2026-root .contact-next svg{
  color: var(--coral);
  height: 34px;
  width: 34px;
}#pps-pricing2026-root .contact-next path, #pps-pricing2026-root .contact-next circle{
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}#pps-pricing2026-root .contact-next h3{
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
  text-transform: none;
}#pps-pricing2026-root .contact-next p{
  color: var(--quiet-charcoal);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}#pps-pricing2026-root .contact-images{
  display: grid;
  margin: 5px 0;
  max-width: 380px;
}#pps-pricing2026-root .contact-images img{
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}#pps-pricing2026-root .social-proof-section{
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: 50px var(--gutter);
}#pps-pricing2026-root .proof-intro{
  margin: 0 auto clamp(30px, 4vw, 52px);
  max-width: 820px;
  text-align: center;
}#pps-pricing2026-root .proof-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}#pps-pricing2026-root .proof-intro p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}#pps-pricing2026-root .proof-intro .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}#pps-pricing2026-root .review-carousel{
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}#pps-pricing2026-root .review-track{
  display: flex;
  transition: transform 520ms ease;
  will-change: transform;
}#pps-pricing2026-root .review-slide{
  aspect-ratio: 16 / 7.2;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}#pps-pricing2026-root .review-slide img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  width: 100%;
}#pps-pricing2026-root .review-slide::after{
  background: linear-gradient(90deg, rgba(10, 9, 8, 0.38), rgba(10, 9, 8, 0.08) 58%, rgba(10, 9, 8, 0.1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}#pps-pricing2026-root .review-overlay{
  background: rgba(255, 253, 249, 0.8);
  bottom: clamp(22px, 3.4vw, 48px);
  color: var(--soft-charcoal);
  left: clamp(22px, 3.4vw, 48px);
  max-width: min(460px, calc(100% - 44px));
  padding: clamp(20px, 2.6vw, 32px);
  position: absolute;
  text-align: left;
  z-index: 1;
}#pps-pricing2026-root .review-overlay blockquote{
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.85vw, 1.75rem);
  line-height: 1.22;
  margin: 0;
}#pps-pricing2026-root .review-overlay p{
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 18px 0 0;
  text-transform: uppercase;
}#pps-pricing2026-root .review-dots{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}#pps-pricing2026-root .review-dots button{
  background: rgba(93, 126, 139, 0.3);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    width 160ms ease;
  width: 9px;
}#pps-pricing2026-root .review-dots button[aria-current="true"]{
  background: var(--blue);
  transform: scale(1.08);
  width: 22px;
}#pps-pricing2026-root .review-dots button:focus-visible{
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}#pps-pricing2026-root .proof-grid{
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  margin: 0 auto;
  max-width: 1320px;
}#pps-pricing2026-root .proof-card{
  display: grid;
  gap: 18px;
  margin: 0;
}#pps-pricing2026-root .proof-card img{
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .proof-card blockquote{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
}#pps-pricing2026-root .proof-card figcaption{
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}#pps-pricing2026-root .gallery-section{
  background: var(--pale-stone);
  max-width: none;
  padding: clamp(52px, 7vw, 92px) clamp(14px, 2.5vw, 36px);
}#pps-pricing2026-root .gallery-intro{
  margin: 0 auto clamp(32px, 4.8vw, 62px);
  max-width: 980px;
  text-align: center;
}#pps-pricing2026-root .gallery-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}#pps-pricing2026-root .keep-together{
  white-space: nowrap;
}#pps-pricing2026-root .gallery-intro p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}#pps-pricing2026-root .gallery-intro .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}#pps-pricing2026-root .gallery-wall{
  column-count: 2;
  column-gap: 6px;
  margin: 0 auto;
  max-width: 1540px;
}#pps-pricing2026-root .gallery-wall img{
  break-inside: avoid;
  height: auto;
  margin: 0 0 6px;
  width: 100%;
}#pps-pricing2026-root .instagram-link, #pps-pricing2026-root .all-weddings{
  display: flex;
  margin: 26px auto 0;
  width: max-content;
}#pps-pricing2026-root .album-section{
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: clamp(52px, 7vw, 92px) 0;
}#pps-pricing2026-root .album-section-inner{
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(420px, 46fr);
  margin: 0 auto;
  max-width: 1536px;
}#pps-pricing2026-root .album-image{
  align-self: stretch;
  min-height: clamp(560px, 57.5vw, 884px);
}#pps-pricing2026-root .album-image img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .album-copy{
  --album-side-pad: clamp(40px, 5vw, 74px);

  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) var(--album-side-pad);
}#pps-pricing2026-root .album-copy .section-kicker{
  color: var(--coral);
  margin-bottom: 16px;
}#pps-pricing2026-root .album-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 660px;
}#pps-pricing2026-root .album-copy h2 em{
  font-style: italic;
}#pps-pricing2026-root .album-divider{
  align-items: center;
  display: flex;
  gap: 24px;
  margin: clamp(28px, 3.6vw, 42px) 0;
}#pps-pricing2026-root .album-divider::before, #pps-pricing2026-root .album-divider::after{
  background: rgba(154, 136, 123, 0.38);
  content: "";
  flex: 1;
  height: 1px;
}#pps-pricing2026-root .album-divider::after{
  box-shadow: -18px 0 0 -8px var(--muted-taupe);
}#pps-pricing2026-root .album-points{
  display: grid;
  gap: clamp(20px, 2.5vw, 30px);
  grid-auto-rows: minmax(clamp(108px, 8vw, 132px), auto);
}#pps-pricing2026-root .album-point, #pps-pricing2026-root .album-gift{
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  grid-template-columns: 72px minmax(0, 1fr);
}#pps-pricing2026-root .album-gift{
  align-items: start;
}#pps-pricing2026-root .album-icon{
  align-items: center;
  background: rgba(235, 228, 220, 0.78);
  border-radius: 999px;
  color: #7b604f;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}#pps-pricing2026-root .album-icon svg{
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 34px;
}#pps-pricing2026-root .album-point h3, #pps-pricing2026-root .album-gift h3{
  color: var(--soft-charcoal);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 5px;
}#pps-pricing2026-root .album-point p, #pps-pricing2026-root .album-gift p{
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
}#pps-pricing2026-root .album-gift{
  background: var(--soft-ivory);
  margin: clamp(28px, 3.8vw, 46px) calc(var(--album-side-pad) * -1) 0;
  padding: clamp(28px, 3.8vw, 46px) var(--album-side-pad);
}#pps-pricing2026-root .album-button{
  align-self: center;
  margin-top: clamp(24px, 3vw, 36px);
}#pps-pricing2026-root .real-weddings-section{
  background: transparent;
  isolation: isolate;
  padding-top: clamp(34px, 5vw, 72px);
  position: relative;
  text-align: center;
}#pps-pricing2026-root .real-weddings-section::before{
  background: var(--soft-ivory);
  content: "";
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}#pps-pricing2026-root .real-weddings-section .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}#pps-pricing2026-root .real-weddings-section h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(32px, 4.8vw, 62px);
}#pps-pricing2026-root .wedding-grid{
  display: grid;
  gap: 26px;
}#pps-pricing2026-root .wedding-card{
  background: var(--warm-white);
  display: grid;
}#pps-pricing2026-root .wedding-card img{
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .wedding-card div{
  display: grid;
  gap: 4px;
  padding: 22px clamp(20px, 2.2vw, 30px) 26px;
  text-align: center;
}#pps-pricing2026-root .wedding-card h3{
  color: var(--blue);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}#pps-pricing2026-root .wedding-card p{
  color: var(--quiet-charcoal);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}#pps-pricing2026-root .wedding-location{
  margin-top: -2px;
}#pps-pricing2026-root .wedding-story-link{
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, font-size 160ms ease;
}#pps-pricing2026-root .wedding-story-link:hover, #pps-pricing2026-root .wedding-story-link:focus-visible{
  color: var(--blue);
  font-size: 0.72rem;
  outline: 0;
}#pps-pricing2026-root .final-cta{
  display: grid;
  min-height: 0;
  overflow: hidden;
  position: relative;
}#pps-pricing2026-root .final-cta img{
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}#pps-pricing2026-root .final-cta::after{
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.88) 42%, rgba(255, 253, 249, 0.34) 78%);
  content: "";
  inset: 0;
  position: absolute;
}#pps-pricing2026-root .final-cta-copy{
  align-self: center;
  container-type: inline-size;
  max-width: 980px;
  padding: 50px var(--gutter);
  position: relative;
  z-index: 1;
}#pps-pricing2026-root .final-cta h2{
  font-size: clamp(1rem, 5.9cqw, 3rem);
  line-height: 1.09;
  white-space: nowrap;
}#pps-pricing2026-root .final-cta p{
  margin: 0;
  max-width: 580px;
}#pps-pricing2026-root .final-cta p:first-of-type{
  margin-top: clamp(18px, 2.2vw, 28px);
}#pps-pricing2026-root .final-cta p + p{
  margin-top: 14px;
}#pps-pricing2026-root .final-cta .button{
  margin-top: clamp(24px, 3vw, 34px);
}#pps-pricing2026-root .instagram-strip{
  background: var(--warm-white);
  padding: clamp(42px, 6vw, 76px) var(--gutter);
  text-align: center;
}#pps-pricing2026-root .instagram-feed-shell{
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  max-width: 1180px;
  overflow: hidden;
  width: 100%;
}#pps-pricing2026-root .instagram-feed-mount{
  min-height: 80px;
}#pps-pricing2026-root .instagram-feed-mount.is-fallback{
  min-height: 0;
}#pps-pricing2026-root .instagram-feed-fallback{
  color: var(--muted-taupe);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}#pps-pricing2026-root .instagram-feed-mount #sb_instagram, #pps-pricing2026-root .instagram-feed-mount .sb_instagram{
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: min(1180px, 100%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount .sb_instagram_header, #pps-pricing2026-root .instagram-feed-mount [id^="sb_instagram"] > .sb_instagram_header, #pps-pricing2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi_header, #pps-pricing2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi-header, #pps-pricing2026-root .instagram-feed-mount .sbi_header, #pps-pricing2026-root .instagram-feed-mount .sbi-header, #pps-pricing2026-root .instagram-feed-mount .sbi-header-type-text, #pps-pricing2026-root .instagram-feed-mount .sbi_header_link, #pps-pricing2026-root .instagram-feed-mount .sbi_header_img, #pps-pricing2026-root .instagram-feed-mount .sbi_header_text, #pps-pricing2026-root .instagram-feed-mount .sbi_header_type_text, #pps-pricing2026-root .instagram-feed-mount .sbi_bio, #pps-pricing2026-root .instagram-feed-mount .sbi_info, #pps-pricing2026-root .instagram-feed-mount .sbi_caption, #pps-pricing2026-root .instagram-feed-mount .sbi_item_caption, #pps-pricing2026-root .instagram-feed-mount .sbi_username, #pps-pricing2026-root .instagram-feed-mount .sbi_follow, #pps-pricing2026-root .instagram-feed-mount .sbi_follow_btn, #pps-pricing2026-root .instagram-feed-mount .sbi_load_btn, #pps-pricing2026-root .instagram-feed-mount #sbi_load{
  display: none !important;
}#pps-pricing2026-root .instagram-feed-mount #sbi_images, #pps-pricing2026-root .instagram-feed-mount .sbi_images{
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
  grid-auto-flow: row !important;
  grid-auto-rows: 1fr !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount #sbi_images::before, #pps-pricing2026-root .instagram-feed-mount #sbi_images::after, #pps-pricing2026-root .instagram-feed-mount .sbi_images::before, #pps-pricing2026-root .instagram-feed-mount .sbi_images::after{
  content: none !important;
  display: none !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_link, #pps-pricing2026-root .instagram-feed-mount .sbi_link_area, #pps-pricing2026-root .instagram-feed-mount .sbi_hover_top, #pps-pricing2026-root .instagram-feed-mount .sbi_hover_bottom, #pps-pricing2026-root .instagram-feed-mount .sbi_lightbox_carousel_icon{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_item{
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_photo_wrap, #pps-pricing2026-root .instagram-feed-mount .sbi_photo_wrap a, #pps-pricing2026-root .instagram-feed-mount .sbi_item > a, #pps-pricing2026-root .instagram-feed-mount .sbi_item .sbi_inner_wrap, #pps-pricing2026-root .instagram-feed-mount .sbi_item .sbi_photo_inner{
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_photo{
  aspect-ratio: 1 / 1 !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_photo img, #pps-pricing2026-root .instagram-feed-mount .sbi_item img{
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  width: 100% !important;
}#pps-pricing2026-root .instagram-feed-mount .sbi_photo:hover{
  opacity: 0.9;
  transform: scale(1.01);
}#pps-pricing2026-root .instagram-strip .center-kicker{
  display: none !important;
  margin-bottom: 18px;
  text-align: center;
}#pps-pricing2026-root .instagram-link{
  justify-content: center;
  margin: 0 auto;
}#pps-pricing2026-root .site-footer{
  background: #0f5558;
  color: rgba(255, 253, 249, 0.86);
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: 1fr;
  padding: clamp(52px, 6vw, 86px) var(--gutter) clamp(56px, 7vw, 94px);
}#pps-pricing2026-root .footer-brand{
  display: grid;
  justify-items: start;
}#pps-pricing2026-root .footer-brand img{
  height: auto;
  margin-bottom: clamp(24px, 3.4vw, 42px);
  width: min(286px, 61vw);
}#pps-pricing2026-root .footer-brand p, #pps-pricing2026-root .footer-nav h2, #pps-pricing2026-root .footer-nav a{
  font-size: clamp(0.66rem, 0.78vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}#pps-pricing2026-root .footer-nav h2{
  color: rgba(255, 253, 249, 0.78);
  margin: 0 0 24px;
}#pps-pricing2026-root .footer-brand p{
  margin: 0 0 22px;
  max-width: 430px;
}#pps-pricing2026-root .footer-nav a{
  transition: color 160ms ease;
}#pps-pricing2026-root .footer-nav a:hover, #pps-pricing2026-root .footer-nav a:focus-visible{
  color: var(--coral);
  outline: 0;
}#pps-pricing2026-root .footer-nav{
  align-content: start;
  display: grid;
  gap: 6px;
}#pps-pricing2026-root .footer-nav h2{
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}#pps-pricing2026-root .footer-nav h2::after{
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}#pps-pricing2026-root .site-footer .footer-nav :where(h2, h3){
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}#pps-pricing2026-root .site-footer .footer-nav :where(h2, h3)::after{
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}#pps-pricing2026-root .site-footer .footer-nav h2, #pps-pricing2026-root .site-footer .footer-nav h3{
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}#pps-pricing2026-root .site-footer .footer-nav h2::after, #pps-pricing2026-root .site-footer .footer-nav h3::after{
  background: var(--coral) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}#pps-pricing2026-root .footer-nav a{
  color: rgba(255, 253, 249, 0.88);
  white-space: nowrap;
}#pps-pricing2026-root .footer-social-icons{
  display: flex;
  gap: 12px;
}#pps-pricing2026-root .footer-office-details{
  display: grid;
  gap: 6px;
  margin-top: 24px;
}#pps-pricing2026-root .footer-office-details p{
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}#pps-pricing2026-root .footer-phone-line{
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
}#pps-pricing2026-root .footer-social-icons a{
  align-items: center;
  border: 1px solid rgba(255, 253, 249, 0.38);
  color: rgba(255, 253, 249, 0.88);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 38px;
}#pps-pricing2026-root .footer-social-icons a:hover, #pps-pricing2026-root .footer-social-icons a:focus-visible{
  background: rgba(255, 253, 249, 0.1);
  border-color: var(--coral);
  color: var(--coral);
  outline: 0;
}#pps-pricing2026-root .footer-social-icons svg{
  height: 19px;
  width: 19px;
}#pps-pricing2026-root .footer-social-icons rect, #pps-pricing2026-root .footer-social-icons circle, #pps-pricing2026-root .footer-social-icons path{
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}#pps-pricing2026-root .footer-social-icons a:nth-child(2) path{
  fill: currentColor;
  stroke: none;
}@media (min-width: 1080px){#pps-pricing2026-root .nav-links{
    display: flex;
  }#pps-pricing2026-root .mobile-menu{
    display: none;
  }#pps-pricing2026-root .gallery-wall{
    column-count: 5;
  }#pps-pricing2026-root .collection-section{
    grid-template-columns: minmax(370px, 0.78fr) minmax(0, 1.12fr);
    max-width: 1536px;
  }#pps-pricing2026-root .collection-image{
    min-height: clamp(660px, 59vw, 890px);
  }#pps-pricing2026-root .site-footer{
    grid-template-columns:
      minmax(285px, 1fr)
      minmax(245px, 0.82fr)
      minmax(250px, 0.88fr)
      minmax(170px, 0.55fr);
  }
}@media (min-width: 700px){#pps-pricing2026-root .intro-section{
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
    padding-right: 0;
  }#pps-pricing2026-root .benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-pricing2026-root .contact-section{
    align-items: stretch;
    grid-template-columns: minmax(0, 540px) minmax(270px, 360px);
    justify-content: center;
  }#pps-pricing2026-root .contact-images{
    align-self: stretch;
    max-width: 360px;
  }#pps-pricing2026-root .benefits-intro h2{
    white-space: nowrap;
  }#pps-pricing2026-root .benefit h3{
    overflow: hidden;
  }#pps-pricing2026-root .benefit{
    min-height: 0;
  }#pps-pricing2026-root .benefit:first-child{
    border-left: 0;
  }#pps-pricing2026-root .proof-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-pricing2026-root .wedding-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}@media (max-width: 1079px){#pps-pricing2026-root .mobile-menu{
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }#pps-pricing2026-root .mobile-menu summary{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
  }#pps-pricing2026-root .mobile-menu[open] summary, #pps-pricing2026-root .mobile-menu summary:hover, #pps-pricing2026-root .mobile-menu summary:focus-visible{
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }#pps-pricing2026-root .mobile-menu nav{
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }
}@media (max-width: 1079px){#pps-pricing2026-root .album-section{
    padding: clamp(42px, 7vw, 68px) 0;
  }#pps-pricing2026-root .album-section-inner{
    grid-template-columns: 1fr;
  }#pps-pricing2026-root .album-image{
    min-height: 0;
  }#pps-pricing2026-root .album-image img{
    aspect-ratio: 1 / 0.82;
    height: auto;
    object-fit: cover;
  }#pps-pricing2026-root .album-copy{
    --album-side-pad: clamp(24px, 6vw, 54px);

    padding: clamp(34px, 6vw, 56px) var(--album-side-pad) 0;
  }#pps-pricing2026-root .album-copy h2{
    font-size: clamp(2rem, 7vw, 3.1rem);
    max-width: 720px;
  }#pps-pricing2026-root .album-point, #pps-pricing2026-root .album-gift{
    grid-template-columns: 62px minmax(0, 1fr);
  }#pps-pricing2026-root .album-icon{
    height: 56px;
    width: 56px;
  }#pps-pricing2026-root .album-icon svg{
    height: 30px;
    width: 30px;
  }
}@media (min-width: 700px) and (max-width: 1240px){#pps-pricing2026-root .reassurance-section{
    min-height: 0;
  }#pps-pricing2026-root .reassurance-copy{
    max-width: min(470px, 44vw);
    right: clamp(42px, 5vw, 68px);
    top: clamp(88px, 15vw, 168px);
    width: 44vw;
  }#pps-pricing2026-root .reassurance-copy .coral-rule{
    margin-bottom: clamp(10px, 1.4vw, 16px);
  }#pps-pricing2026-root .reassurance-copy h2{
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.06;
  }#pps-pricing2026-root .reassurance-copy p{
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    line-height: 1.56;
  }#pps-pricing2026-root .reassurance-copy h2 + p{
    margin-top: clamp(12px, 1.6vw, 18px);
  }#pps-pricing2026-root .reassurance-copy p + p{
    margin-top: clamp(7px, 1vw, 12px);
  }#pps-pricing2026-root .reassurance-button{
    font-size: clamp(0.56rem, 0.82vw, 0.66rem);
    letter-spacing: 0.13em;
    line-height: 1.2;
    margin-top: clamp(14px, 1.8vw, 22px);
    min-height: 40px;
    padding: 12px 18px;
  }
}@media (max-width: 699px){#pps-pricing2026-root .hero{
    min-height: 96svh;
    padding-top: 108px;
  }#pps-pricing2026-root .hero-nav{
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    justify-content: initial;
    min-height: 74px;
    padding-bottom: 10px;
    padding-left: clamp(12px, 4vw, 22px);
    padding-right: clamp(12px, 4vw, 22px);
    padding-top: 10px;
  }#pps-pricing2026-root .brand-mark{
    grid-column: 2;
    justify-self: center;
    margin: 0;
    max-width: 100%;
  }#pps-pricing2026-root .brand-mark img{
    max-width: 100%;
    width: min(72vw, 330px);
  }#pps-pricing2026-root .mobile-menu{
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }#pps-pricing2026-root .mobile-menu summary{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
    height: 40px;
    width: 40px;
  }#pps-pricing2026-root .mobile-menu[open] summary, #pps-pricing2026-root .mobile-menu summary:hover, #pps-pricing2026-root .mobile-menu summary:focus-visible{
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }#pps-pricing2026-root .mobile-menu nav{
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }#pps-pricing2026-root .hero-copy{
    align-self: end;
    justify-self: center;
    text-align: center;
    width: min(100%, 520px);
  }#pps-pricing2026-root .hero-copy .coral-rule{
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .hero-copy p{
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .hero-actions{
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }#pps-pricing2026-root .button{
    width: 100%;
  }#pps-pricing2026-root .text-link{
    justify-content: center;
  }#pps-pricing2026-root .gallery-intro h2{
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 12em;
  }#pps-pricing2026-root .gallery-wall{
    column-count: 3;
  }#pps-pricing2026-root .benefits-section{
    padding-left: clamp(16px, 4vw, 22px);
    padding-right: clamp(16px, 4vw, 22px);
    padding-top: 40px;
    padding-bottom: 44px;
  }#pps-pricing2026-root .benefits-intro, #pps-pricing2026-root .benefits-intro .center-kicker, #pps-pricing2026-root .benefits-intro p:not(.center-kicker){
    text-align: center;
  }#pps-pricing2026-root .benefits-intro h2{
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }#pps-pricing2026-root .benefits-intro p:not(.center-kicker){
    letter-spacing: 0.04em;
  }#pps-pricing2026-root .benefit-grid{
    gap: 28px 18px;
  }#pps-pricing2026-root .benefit-illustration{
    clip-path: inset(4px);
    height: clamp(54px, 17vw, 72px);
    width: min(100%, 132px);
  }#pps-pricing2026-root .benefit h3{
    font-size: clamp(0.72rem, 2.65vw, 0.9rem);
    letter-spacing: 0.1em;
  }#pps-pricing2026-root .benefit-rule{
    margin: 8px 0 10px;
  }#pps-pricing2026-root .benefit p{
    font-size: clamp(0.82rem, 3vw, 0.96rem);
    line-height: 1.54;
  }#pps-pricing2026-root .collection-section{
    padding-bottom: 46px;
    padding-top: 46px;
  }#pps-pricing2026-root .collection-copy h2{
    font-size: clamp(2.3rem, 12vw, 3.3rem);
    line-height: 1.02;
  }#pps-pricing2026-root .collection-body p{
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }#pps-pricing2026-root .collection-divider{
    gap: 16px;
  }#pps-pricing2026-root .collection-item{
    font-size: clamp(0.94rem, 3.7vw, 1.04rem);
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 50px;
  }#pps-pricing2026-root .collection-icon svg{
    height: 30px;
    width: 30px;
  }#pps-pricing2026-root .collection-button{
    width: 100%;
  }#pps-pricing2026-root .collection-image{
    min-height: 0;
  }#pps-pricing2026-root .collection-image img{
    aspect-ratio: 3 / 4;
    height: auto;
    object-position: center bottom;
  }#pps-pricing2026-root .review-slide{
    aspect-ratio: 4 / 5;
  }#pps-pricing2026-root .review-slide::after{
    background: linear-gradient(0deg, rgba(10, 9, 8, 0.36), rgba(10, 9, 8, 0.08) 62%);
  }#pps-pricing2026-root .review-overlay{
    background: rgba(255, 253, 249, 0.84);
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
  }#pps-pricing2026-root .review-overlay blockquote{
    font-size: clamp(1.02rem, 4.4vw, 1.2rem);
  }#pps-pricing2026-root .review-overlay p{
    font-size: 0.58rem;
    margin-top: 14px;
  }#pps-pricing2026-root .contact-section{
    gap: 24px;
    padding-left: clamp(20px, 5vw, 30px);
    padding-right: clamp(20px, 5vw, 30px);
  }#pps-pricing2026-root .contact-copy h2{
    font-size: clamp(1.55rem, 7.2vw, 2.25rem);
    white-space: nowrap;
  }#pps-pricing2026-root .contact-lede{
    font-size: clamp(0.56rem, 2.35vw, 0.84rem);
    white-space: nowrap;
  }#pps-pricing2026-root .contact-form{
    gap: 12px;
  }#pps-pricing2026-root .contact-form input{
    min-height: 42px;
  }#pps-pricing2026-root .contact-form textarea{
    min-height: 92px;
  }#pps-pricing2026-root .contact-next{
    align-items: center;
    grid-template-columns: 34px minmax(0, 1fr);
  }#pps-pricing2026-root .contact-next svg{
    height: 34px;
    width: 34px;
  }#pps-pricing2026-root .contact-images{
    margin: 5px auto;
    max-width: 300px;
  }#pps-pricing2026-root .contact-images img{
    aspect-ratio: 3 / 4;
    height: auto;
  }#pps-pricing2026-root .album-section{
    padding-bottom: 52px;
    padding-top: 42px;
  }#pps-pricing2026-root .album-image img{
    aspect-ratio: 1 / 0.86;
  }#pps-pricing2026-root .album-copy{
    padding-top: 34px;
  }#pps-pricing2026-root .album-copy .section-kicker{
    text-align: left;
  }#pps-pricing2026-root .album-copy h2{
    font-size: clamp(2rem, 9vw, 2.75rem);
  }#pps-pricing2026-root .album-divider{
    gap: 16px;
    margin: 24px 0;
  }#pps-pricing2026-root .album-points{
    gap: 24px;
    grid-auto-rows: auto;
  }#pps-pricing2026-root .album-point, #pps-pricing2026-root .album-gift{
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
  }#pps-pricing2026-root .album-icon{
    height: 48px;
    width: 48px;
  }#pps-pricing2026-root .album-icon svg{
    height: 26px;
    width: 26px;
  }#pps-pricing2026-root .album-point p, #pps-pricing2026-root .album-gift p{
    font-size: clamp(0.92rem, 3.5vw, 1rem);
  }#pps-pricing2026-root .album-gift{
    margin-top: 28px;
    padding-bottom: 32px;
    padding-top: 32px;
  }#pps-pricing2026-root .album-button{
    width: 100%;
  }#pps-pricing2026-root .intro-image{
    display: none;
  }#pps-pricing2026-root .reassurance-section{
    background: #2f1f14;
    min-height: clamp(1080px, 280vw, 1240px);
    padding: 0;
  }#pps-pricing2026-root .reassurance-art{
    inset: 0;
    position: absolute;
    width: 100%;
  }#pps-pricing2026-root .reassurance-art, #pps-pricing2026-root .reassurance-art img{
    height: 100%;
  }#pps-pricing2026-root .reassurance-art img{
    object-fit: cover;
    object-position: top center;
  }#pps-pricing2026-root .reassurance-copy{
    bottom: auto;
    left: 8%;
    max-width: 84%;
    padding: 0;
    right: auto;
    text-align: center;
    top: 59%;
    width: 84%;
  }#pps-pricing2026-root .reassurance-copy .coral-rule{
    margin: 0 auto 22px;
    width: 42px;
  }#pps-pricing2026-root .reassurance-copy h2{
    font-size: clamp(2.15rem, 9vw, 3.58rem);
    line-height: 1.07;
    white-space: normal;
  }#pps-pricing2026-root .reassurance-copy p{
    font-size: clamp(0.86rem, 1.15vw, 1rem);
    line-height: 1.82;
  }#pps-pricing2026-root .reassurance-copy h2 + p{
    margin-top: 22px;
  }#pps-pricing2026-root .reassurance-copy p + p{
    margin-top: 14px;
  }#pps-pricing2026-root .reassurance-button{
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-top: 30px;
    min-height: 46px;
    padding: 16px 24px;
    text-align: center;
    width: 100%;
  }#pps-pricing2026-root .center-kicker{
    text-align: left;
  }#pps-pricing2026-root .instagram-link, #pps-pricing2026-root .all-weddings{
    margin-left: 0;
  }#pps-pricing2026-root .instagram-strip .center-kicker, #pps-pricing2026-root .instagram-link{
    justify-content: center;
    margin-left: auto;
  }#pps-pricing2026-root .site-footer{
    text-align: left;
  }
}@media (min-width: 700px) and (max-width: 1079px){#pps-pricing2026-root .gallery-wall{
    column-count: 3;
  }#pps-pricing2026-root .instagram-feed-mount #sbi_images, #pps-pricing2026-root .instagram-feed-mount .sbi_images{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }#pps-pricing2026-root .site-footer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 699px){#pps-pricing2026-root .instagram-feed-mount #sbi_images, #pps-pricing2026-root .instagram-feed-mount .sbi_images{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}#pps-pricing2026-root /* About 2026 mockup */
.about2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  min-height: 100vh;
  overflow-x: clip;
}#pps-pricing2026-root .about2026 :where(p, a, button){
  font-family: var(--sans);
}#pps-pricing2026-root .about2026 :where(h1, h2){
  font-family: var(--serif);
  letter-spacing: 0;
  text-transform: none;
}#pps-pricing2026-root .about-visually-hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}#pps-pricing2026-root .about-kicker{
  color: var(--coral);
  font-size: clamp(0.66rem, 0.7vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 clamp(18px, 2.1vw, 28px);
  text-transform: uppercase;
}#pps-pricing2026-root .about-coral-rule, #pps-pricing2026-root .about-small-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  width: 44px;
}#pps-pricing2026-root .about-coral-rule{
  margin: clamp(18px, 2.2vw, 26px) 0 clamp(22px, 2.4vw, 32px);
  transform: rotate(-3deg);
  transform-origin: left center;
  width: 94px;
}#pps-pricing2026-root .about-small-rule{
  margin: clamp(16px, 1.7vw, 22px) 0 clamp(15px, 1.7vw, 22px);
  width: 34px;
}#pps-pricing2026-root .about-button{
  align-items: center;
  background: var(--coral);
  background-image: none !important;
  border: 1px solid var(--coral);
  color: var(--warm-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1;
  min-height: 48px;
  padding: 17px 28px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-pricing2026-root .about-button::before, #pps-pricing2026-root .about-button::after{
  display: none !important;
}#pps-pricing2026-root .about-button:hover, #pps-pricing2026-root .about-button:focus-visible{
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  color: var(--warm-white);
  outline: 0;
  text-decoration: none !important;
}#pps-pricing2026-root .about-button-dark{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-pricing2026-root .about-button-dark:hover, #pps-pricing2026-root .about-button-dark:focus-visible{
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}#pps-pricing2026-root .about-button-light{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-pricing2026-root .about-button-light:hover, #pps-pricing2026-root .about-button-light:focus-visible{
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}#pps-pricing2026-root .about-hero{
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(560px, 48vw, 720px);
  position: relative;
}#pps-pricing2026-root .about-hero-copy{
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: clamp(106px, 9vw, 132px) clamp(34px, 6vw, 80px) clamp(58px, 7vw, 108px);
  width: 100%;
}#pps-pricing2026-root .about-hero-copy h1{
  color: #171514;
  font-size: clamp(3.2rem, 5.1vw, 5.65rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}#pps-pricing2026-root .about-hero-copy h1 span, #pps-pricing2026-root .about-hero-copy h1 em{
  display: block;
}#pps-pricing2026-root .about-hero-copy h1 em{
  font-style: italic;
  margin-top: 4px;
}#pps-pricing2026-root .about-hero-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-pricing2026-root .about-hero-copy p:not(.about-kicker) + p{
  margin-top: 20px;
}#pps-pricing2026-root .about-hero-copy p a{
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(93, 126, 139, 0.35);
  text-underline-offset: 4px;
}#pps-pricing2026-root .about-hero-copy p a:hover, #pps-pricing2026-root .about-hero-copy p a:focus-visible{
  color: var(--coral);
  outline: 0;
  text-decoration-color: var(--coral);
}#pps-pricing2026-root .about-hero-copy .about-button{
  margin-top: clamp(30px, 3.4vw, 44px);
}#pps-pricing2026-root .about-signature{
  color: #171514 !important;
  font-family: var(--hand) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem) !important;
  font-weight: 600;
  line-height: 0.9 !important;
  margin: clamp(30px, 3.6vw, 48px) 0 0 !important;
  transform: rotate(-3deg);
  transform-origin: left center;
}#pps-pricing2026-root .about-hero-image{
  align-self: center;
  aspect-ratio: 3 / 4;
  background: #fffdfa;
  border: 1px solid rgba(92, 80, 71, 0.16);
  box-shadow: 0 18px 42px rgba(43, 35, 30, 0.07);
  height: auto;
  justify-self: stretch;
  margin: clamp(18px, 2.4vw, 34px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(8px, 1vw, 14px);
  position: relative;
  width: calc(100% - clamp(36px, 4.8vw, 68px));
}#pps-pricing2026-root .about-hero-image img{
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .about-mom-pop-note{
  color: #171514;
  font-family: var(--hand);
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: clamp(34px, 7vw, 112px);
  text-shadow: 0 2px 18px rgba(255, 253, 249, 0.74);
  top: clamp(130px, 17vw, 235px);
  transform: rotate(-5deg);
  z-index: 2;
}#pps-pricing2026-root .about-mom-pop-note::before{
  background:
    linear-gradient(
      90deg,
      rgba(226, 99, 76, 0.72),
      rgba(226, 99, 76, 0.96) 24%,
      rgba(226, 99, 76, 0.82) 53%,
      rgba(226, 99, 76, 0.98)
    );
  border-radius: 999px 74% 999px 84%;
  box-shadow:
    0 1px 0 rgba(226, 99, 76, 0.48),
    0 -1px 0 rgba(255, 139, 113, 0.38);
  content: "";
  filter: saturate(1.06);
  height: clamp(5px, 0.42vw, 8px);
  left: clamp(-188px, -11vw, -126px);
  opacity: 0.95;
  position: absolute;
  top: 60%;
  transform: rotate(154deg) skewX(-8deg);
  transform-origin: right center;
  width: clamp(132px, 11vw, 196px);
}#pps-pricing2026-root .about-mom-pop-note::after{
  border-bottom: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-left: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-radius: 0 0 0 5px;
  content: "";
  filter: saturate(1.06);
  height: clamp(15px, 1.18vw, 22px);
  left: clamp(-188px, -11.15vw, -126px);
  opacity: 0.94;
  position: absolute;
  top: calc(60% + clamp(24px, 1.9vw, 34px));
  transform: rotate(-20deg) skew(-7deg);
  width: clamp(15px, 1.18vw, 22px);
}#pps-pricing2026-root .about-section-inner{
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(44px, 5vw, 70px) var(--gutter) clamp(58px, 6vw, 86px);
}#pps-pricing2026-root .about-facts{
  background: #fbf8f3;
}#pps-pricing2026-root .about-facts-intro{
  margin: 0 auto clamp(32px, 4vw, 52px);
  max-width: 830px;
  text-align: center;
}#pps-pricing2026-root .about-facts-intro .about-kicker{
  margin-bottom: 14px;
}#pps-pricing2026-root .about-facts-intro h2{
  color: #171514;
  font-size: clamp(2.35rem, 3.7vw, 4.05rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}#pps-pricing2026-root .about-facts-intro p:not(.about-kicker){
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 680px;
}#pps-pricing2026-root .about-fact-grid{
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}#pps-pricing2026-root .about-fact-card{
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(235, 228, 220, 0.7);
  margin: 0;
  min-height: clamp(295px, 24vw, 365px);
  padding: clamp(34px, 3.4vw, 50px);
}#pps-pricing2026-root .about-fact-card h2{
  color: #171514;
  font-size: clamp(1.82rem, 2.18vw, 2.38rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  max-width: none;
  text-wrap: normal;
}#pps-pricing2026-root .about-fact-card p{
  color: #282522;
  font-size: clamp(0.9rem, 0.98vw, 1.02rem);
  line-height: 1.78;
  margin: 0;
  max-width: 560px;
}#pps-pricing2026-root .about-belief{
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(390px, 34vw, 540px);
}#pps-pricing2026-root .about-belief-image{
  height: 100%;
  margin: 0;
  overflow: hidden;
}#pps-pricing2026-root .about-belief-image img{
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}#pps-pricing2026-root .about-belief-copy{
  align-self: center;
  max-width: 620px;
  padding: clamp(48px, 7vw, 90px) clamp(34px, 7vw, 86px);
}#pps-pricing2026-root .about-belief-copy h2{
  color: #171514;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(24px, 2.6vw, 34px);
  text-wrap: balance;
}#pps-pricing2026-root .about-belief-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-pricing2026-root .about-family{
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  padding: clamp(54px, 6vw, 88px) var(--gutter);
}#pps-pricing2026-root .about-family-collage{
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}#pps-pricing2026-root .about-family-tile{
  aspect-ratio: 1 / 1;
  background: #f4eee7;
  margin: 0;
  overflow: hidden;
}#pps-pricing2026-root .about-family-tile img{
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .about-family-copy{
  max-width: 590px;
}#pps-pricing2026-root .about-family-copy .about-kicker{
  margin-bottom: 14px;
}#pps-pricing2026-root .about-family-copy h2{
  color: #171514;
  font-size: clamp(2.45rem, 4.2vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  text-wrap: balance;
}#pps-pricing2026-root .about-family-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-pricing2026-root .about-family-copy p:not(.about-kicker) + p{
  margin-top: 18px;
}#pps-pricing2026-root .about-final{
  align-items: center;
  background: #f4eee7;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  padding: clamp(20px, 3vw, 34px) var(--gutter);
}#pps-pricing2026-root .about-final-image{
  align-self: stretch;
  margin: 0;
  min-height: clamp(240px, 23vw, 360px);
  overflow: hidden;
}#pps-pricing2026-root .about-final-image img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .about-final-copy{
  max-width: 720px;
  padding: clamp(30px, 4vw, 50px) 0;
}#pps-pricing2026-root .about-final-copy h2{
  color: #171514;
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 18px;
  text-wrap: balance;
}#pps-pricing2026-root .about-final-copy p{
  color: #282522;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.72;
  margin: 0;
  max-width: 660px;
}#pps-pricing2026-root .about-final-actions{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}#pps-pricing2026-root .about-final-actions .about-button{
  min-width: 220px;
}@media (max-width: 940px){#pps-pricing2026-root .about-hero{
    grid-template-columns: 1fr;
    min-height: 0;
  }#pps-pricing2026-root .about-hero-copy{
    justify-self: center;
    max-width: 680px;
    order: 2;
    padding: clamp(34px, 7vw, 54px) var(--gutter) clamp(44px, 9vw, 68px);
  }#pps-pricing2026-root .about-hero-copy h1{
    font-size: clamp(3rem, 12vw, 4.9rem);
  }#pps-pricing2026-root .about-hero-image{
    aspect-ratio: 3 / 4;
    height: auto;
    justify-self: center;
    margin: clamp(96px, 16vw, 126px) auto 0;
    min-height: 0;
    order: 1;
    padding: 8px;
    width: min(82vw, 460px);
  }#pps-pricing2026-root .about-fact-grid, #pps-pricing2026-root .about-belief, #pps-pricing2026-root .about-final{
    grid-template-columns: 1fr;
  }#pps-pricing2026-root .about-belief-copy{
    max-width: 720px;
  }#pps-pricing2026-root .about-belief-image{
    min-height: clamp(280px, 68vw, 540px);
  }#pps-pricing2026-root .about-family{
    grid-template-columns: 1fr;
  }#pps-pricing2026-root .about-family-copy{
    justify-self: center;
    max-width: 720px;
  }#pps-pricing2026-root .about-final{
    gap: 10px;
  }#pps-pricing2026-root .about-final-image{
    min-height: clamp(230px, 58vw, 430px);
  }
}@media (max-width: 620px){#pps-pricing2026-root .about-kicker{
    font-size: 0.62rem;
  }#pps-pricing2026-root .about-hero-copy, #pps-pricing2026-root .about-section-inner, #pps-pricing2026-root .about-belief-copy, #pps-pricing2026-root .about-final{
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }#pps-pricing2026-root .about-hero-copy{
    text-align: left;
  }#pps-pricing2026-root .about-hero-copy h1{
    font-size: clamp(2.72rem, 12.6vw, 4.1rem);
  }#pps-pricing2026-root .about-hero-copy p:not(.about-kicker), #pps-pricing2026-root .about-belief-copy p:not(.about-kicker), #pps-pricing2026-root .about-final-copy p, #pps-pricing2026-root .about-fact-card p{
    font-size: 0.95rem;
  }#pps-pricing2026-root .about-fact-grid{
    gap: 10px;
  }#pps-pricing2026-root .about-fact-card{
    min-height: 0;
    padding: 30px 26px;
  }#pps-pricing2026-root .about-fact-card h2{
    font-size: clamp(2rem, 10vw, 2.7rem);
  }#pps-pricing2026-root .about-belief-copy h2{
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }#pps-pricing2026-root .about-family{
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }#pps-pricing2026-root .about-family-collage{
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-pricing2026-root .about-family-copy h2{
    font-size: clamp(2.28rem, 10vw, 3.4rem);
  }#pps-pricing2026-root .about-family-copy p:not(.about-kicker){
    font-size: 0.95rem;
  }#pps-pricing2026-root .about-final-copy h2{
    font-size: clamp(2rem, 9vw, 2.75rem);
  }#pps-pricing2026-root .about-final{
    padding-bottom: 42px;
    padding-top: 20px;
  }#pps-pricing2026-root .about-final-actions, #pps-pricing2026-root .about-final-actions .about-button, #pps-pricing2026-root .about-button{
    width: 100%;
  }
}#pps-pricing2026-root /* Pricing / package preview */
.pricing2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  overflow-x: clip;
}#pps-pricing2026-root .pricing2026, #pps-pricing2026-root .pricing2026 *, #pps-pricing2026-root .pricing2026 *::before, #pps-pricing2026-root .pricing2026 *::after{
  box-sizing: border-box;
}#pps-pricing2026-root .pricing2026 :where(p, li, a, button){
  font-family: var(--sans) !important;
}#pps-pricing2026-root .pricing2026 :where(h1, h2, h3){
  font-family: var(--serif) !important;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}#pps-pricing2026-root .pricing-hero{
  align-items: stretch;
  align-content: center;
  display: grid;
  column-gap: clamp(30px, 4vw, 68px);
  row-gap: clamp(22px, 3vw, 44px);
  grid-template-areas:
    "copy image"
    "inclusions image"
    "cta image";
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  grid-template-rows: repeat(3, auto);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: clamp(124px, 11vw, 158px) var(--gutter) clamp(54px, 7vw, 84px);
  position: relative;
  width: min(100%, 1440px);
}#pps-pricing2026-root .pricing-hero, #pps-pricing2026-root .pricing-hero > *, #pps-pricing2026-root .pricing-hero-image{
  max-width: 100%;
  min-width: 0;
}#pps-pricing2026-root .pricing-hero-copy{
  align-self: end;
  grid-area: copy;
}#pps-pricing2026-root .pricing-kicker{
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 16px;
  text-transform: uppercase;
}#pps-pricing2026-root .pricing-hero-copy h1, #pps-pricing2026-root .pricing-section-heading h2, #pps-pricing2026-root .pricing-album-banner h2{
  color: var(--soft-charcoal);
  margin: 0;
}#pps-pricing2026-root .pricing-hero-copy h1{
  font-size: clamp(2.65rem, 4.6vw, 5.05rem);
  line-height: 0.96;
  text-wrap: balance;
}#pps-pricing2026-root .pricing-hero-copy p:not(.pricing-kicker){
  color: var(--soft-charcoal);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  margin: 0;
  max-width: 500px;
}#pps-pricing2026-root .pricing-divider{
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(28px, 3vw, 38px) 0;
  max-width: 370px;
}#pps-pricing2026-root .pricing-divider::before, #pps-pricing2026-root .pricing-divider::after{
  background: rgba(223, 127, 108, 0.55);
  content: "";
  flex: 1;
  height: 1px;
}#pps-pricing2026-root .pricing-divider span{
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -7px 0 0 var(--coral),
    7px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}#pps-pricing2026-root .pricing-divider.centered{
  margin-left: auto;
  margin-right: auto;
}#pps-pricing2026-root .pricing-hero-image{
  align-self: stretch;
  grid-area: image;
  margin: 0;
  min-height: clamp(380px, 38vw, 560px);
  overflow: hidden;
  width: 100%;
}#pps-pricing2026-root .pricing-hero-image img{
  display: block;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .pricing-inclusions{
  align-self: start;
  display: grid;
  gap: 18px 22px;
  grid-area: inclusions;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: clamp(8px, 1.3vw, 16px);
}#pps-pricing2026-root .pricing-inclusion{
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
}#pps-pricing2026-root .pricing-inclusion p{
  color: var(--soft-charcoal);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}#pps-pricing2026-root .pricing-inclusion p span{
  color: var(--quiet-charcoal);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 1px;
}#pps-pricing2026-root .pricing-icon, #pps-pricing2026-root .process-icon, #pps-pricing2026-root .line-icon{
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}#pps-pricing2026-root .pricing-icon svg, #pps-pricing2026-root .process-icon svg, #pps-pricing2026-root .line-icon svg{
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 34px;
}#pps-pricing2026-root .pricing-travel-note{
  color: var(--quiet-charcoal);
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 520px;
}#pps-pricing2026-root .pricing-hero-cta{
  align-self: end;
  grid-area: cta;
  padding-top: 0;
}#pps-pricing2026-root .pricing-cta-row{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: normal;
}#pps-pricing2026-root .pricing-starting-price{
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}#pps-pricing2026-root .pricing-addons{
  align-items: stretch;
  background: #fbf7f1;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(24px, 3vw, 36px);
}#pps-pricing2026-root .addons-image{
  margin: 0;
  min-height: 100%;
}#pps-pricing2026-root .addons-image img{
  display: block;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-pricing2026-root .addons-copy{
  align-self: center;
  padding: clamp(16px, 2vw, 28px) clamp(4px, 1vw, 12px);
}#pps-pricing2026-root .pricing-section-heading{
  margin: 0 0 clamp(26px, 3vw, 36px);
}#pps-pricing2026-root .pricing-section-heading.center{
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}#pps-pricing2026-root .pricing-section-heading h2{
  font-size: clamp(2.15rem, 3.2vw, 3.75rem);
  line-height: 1.03;
  text-wrap: balance;
}#pps-pricing2026-root .pricing-section-heading.center .pricing-kicker{
  margin-bottom: 10px;
}#pps-pricing2026-root .addon-grid{
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: 1fr;
}#pps-pricing2026-root .addon-card{
  align-items: start;
  border-bottom: 1px solid rgba(47, 43, 40, 0.13);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-bottom: clamp(18px, 2.3vw, 28px);
}#pps-pricing2026-root .addon-card:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}#pps-pricing2026-root .addon-card h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  font-weight: 750;
  line-height: 1.4;
  margin: 0 0 10px;
}#pps-pricing2026-root .addon-card ul{
  color: var(--soft-charcoal);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}#pps-pricing2026-root .addon-card li{
  font-size: 0.9rem;
}#pps-pricing2026-root .addon-card:last-child li:last-child{
  color: var(--coral);
  font-weight: 800;
}#pps-pricing2026-root .photographer-section{
  background: #f7f2eb;
  box-shadow: 0 0 0 100vmax #f7f2eb;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(26px, 3vw, 36px) var(--gutter) clamp(42px, 5vw, 64px);
}#pps-pricing2026-root .photographer-grid{
  display: grid;
  gap: 18px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}#pps-pricing2026-root .photographer-card{
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(47, 43, 40, 0.12);
  display: grid;
  grid-template-columns: minmax(190px, 0.95fr) minmax(210px, 1.05fr);
  min-height: 238px;
}#pps-pricing2026-root .photographer-photo{
  margin: 0;
  min-height: 236px;
  overflow: hidden;
  position: relative;
}#pps-pricing2026-root .photographer-photo img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .photographer-photo button{
  background: rgba(255, 253, 249, 0.54);
  border: 0;
  border-radius: 999px;
  color: var(--soft-charcoal);
  cursor: pointer;
  display: grid;
  font-family: var(--sans) !important;
  font-size: 1.1rem;
  height: 30px;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}#pps-pricing2026-root .photographer-photo button:first-of-type{
  left: 10px;
}#pps-pricing2026-root .photographer-photo button:last-of-type{
  right: 10px;
}#pps-pricing2026-root .portfolio-dots{
  align-items: center;
  background: rgba(255, 253, 249, 0.72);
  bottom: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 50%;
  padding: 6px 9px;
  position: absolute;
  transform: translateX(-50%);
}#pps-pricing2026-root .portfolio-dots i{
  background: rgba(47, 43, 40, 0.32);
  border-radius: 999px;
  height: 5px;
  width: 5px;
}#pps-pricing2026-root .portfolio-dots i:first-child{
  background: var(--soft-charcoal);
}#pps-pricing2026-root .photographer-photo button, #pps-pricing2026-root .portfolio-dots{
  display: none;
}#pps-pricing2026-root .photographer-copy{
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
}#pps-pricing2026-root .photographer-copy h3{
  color: var(--blue);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 0.95;
  margin: 0 0 8px;
}#pps-pricing2026-root .photographer-price{
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}#pps-pricing2026-root .photographer-area{
  color: var(--soft-charcoal);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}#pps-pricing2026-root .photographer-portfolio-link{
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-block;
  font-family: var(--sans) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 24px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}#pps-pricing2026-root .photographer-portfolio-link:hover{
  color: var(--blue);
  text-decoration: none;
  transform: scale(1.02);
}#pps-pricing2026-root .pricing-process{
  background: var(--warm-white);
  padding: clamp(58px, 7vw, 96px) var(--gutter);
}#pps-pricing2026-root .process-map{
  --process-arrow-gap: clamp(10px, 1.25vw, 18px);
  --process-card-height: clamp(158px, 13.5vw, 184px);
  --process-card-mid: clamp(84px, 7.4vw, 100px);
  --process-card-width: clamp(230px, 23vw, 298px);
  --process-icon-box: clamp(54px, 5vw, 72px);
  --process-icon-radius: clamp(27px, 2.5vw, 36px);
  --process-row: clamp(190px, 17vw, 222px);
  --process-row-gap: clamp(44px, 5vw, 66px);
  margin: clamp(38px, 5vw, 68px) auto 0;
  max-width: 1240px;
  padding: 0;
  position: relative;
}#pps-pricing2026-root .process-mobile-graphic{
  display: none;
}#pps-pricing2026-root .process-mobile-graphic img{
  display: block;
  height: auto;
  width: 100%;
}#pps-pricing2026-root .process-line{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--process-row);
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: var(--process-row-gap);
}#pps-pricing2026-root .process-step{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
  min-height: 0;
  padding: 0 12px;
  position: relative;
  text-align: center;
  width: min(100%, var(--process-card-width));
  z-index: 1;
}#pps-pricing2026-root .process-step-4{
  grid-column: 3;
  grid-row: 2;
}#pps-pricing2026-root .process-step-5{
  grid-column: 2;
  grid-row: 2;
}#pps-pricing2026-root .process-step-6{
  grid-column: 1;
  grid-row: 2;
}#pps-pricing2026-root .process-step-7{
  grid-column: 1;
  grid-row: 3;
}#pps-pricing2026-root .process-step-8{
  grid-column: 2;
  grid-row: 3;
}#pps-pricing2026-root .process-step-9{
  grid-column: 3;
  grid-row: 3;
}#pps-pricing2026-root .process-icon{
  background: var(--warm-white);
  height: var(--process-icon-box);
  margin: 0 auto 18px;
  padding: 4px;
  position: relative;
  width: var(--process-icon-box);
  z-index: 2;
}#pps-pricing2026-root .process-icon svg{
  height: 100%;
  stroke-width: 1.35;
  width: 100%;
}#pps-pricing2026-root .process-line h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
  max-width: 245px;
}#pps-pricing2026-root .process-line p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 245px;
}#pps-pricing2026-root .process-connector, #pps-pricing2026-root .process-turn{
  pointer-events: none;
  position: absolute;
  z-index: 0;
}#pps-pricing2026-root .process-connector{
  border-top: 2px dashed rgba(223, 127, 108, 0.74);
  height: 0;
  width: calc(33.333% - var(--process-card-width) - var(--process-arrow-gap) - var(--process-arrow-gap));
}#pps-pricing2026-root .process-connector::after{
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  border-top: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  top: -7px;
  width: 12px;
}#pps-pricing2026-root .process-connector-r1-a, #pps-pricing2026-root .process-connector-r1-b, #pps-pricing2026-root .process-connector-r3-a, #pps-pricing2026-root .process-connector-r3-b{
  transform: translateY(-50%);
}#pps-pricing2026-root .process-connector-r1-a::after, #pps-pricing2026-root .process-connector-r1-b::after, #pps-pricing2026-root .process-connector-r3-a::after, #pps-pricing2026-root .process-connector-r3-b::after{
  right: 0;
  transform: rotate(45deg);
}#pps-pricing2026-root .process-connector-r2-a, #pps-pricing2026-root .process-connector-r2-b{
  transform: translateY(-50%);
}#pps-pricing2026-root .process-connector-r2-a::after, #pps-pricing2026-root .process-connector-r2-b::after{
  left: 0;
  transform: rotate(-135deg);
}#pps-pricing2026-root .process-connector-r1-a{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}#pps-pricing2026-root .process-connector-r1-b{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}#pps-pricing2026-root .process-connector-r2-a{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-pricing2026-root .process-connector-r2-b{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-pricing2026-root .process-connector-r3-a{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-pricing2026-root .process-connector-r3-b{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-pricing2026-root .process-turn{
  border-left: 2px dashed rgba(223, 127, 108, 0.7);
  height: calc(var(--process-row) + var(--process-row-gap) - var(--process-card-height) - 20px);
  width: 0;
}#pps-pricing2026-root .process-turn::after{
  border-bottom: 2px solid rgba(223, 127, 108, 0.78);
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}#pps-pricing2026-root .process-turn-right{
  left: calc(83.333% - 1px);
  top: calc(var(--process-card-height) + 10px);
}#pps-pricing2026-root .process-turn-right::after{
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}#pps-pricing2026-root .process-turn-left{
  left: calc(16.666% - 1px);
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-height) + 10px);
}#pps-pricing2026-root .process-turn-left::after{
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}#pps-pricing2026-root .pricing-album-banner{
  align-items: center;
  color: var(--soft-charcoal);
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  min-height: clamp(260px, 28vw, 390px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  position: relative;
  text-align: center;
}#pps-pricing2026-root .pricing-album-banner img{
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}#pps-pricing2026-root .pricing-album-banner::after{
  background: rgba(255, 253, 249, 0.63);
  content: "";
  inset: 0;
  position: absolute;
}#pps-pricing2026-root .pricing-album-banner > div{
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  z-index: 1;
}#pps-pricing2026-root .pricing-album-banner .pricing-kicker{
  color: var(--blue);
  margin-bottom: 14px;
}#pps-pricing2026-root .pricing-album-banner h2{
  font-size: clamp(2.65rem, 5vw, 5.3rem);
  line-height: 0.95;
  text-wrap: balance;
}#pps-pricing2026-root .album-feature-section{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: clamp(46px, 6vw, 82px) var(--gutter) clamp(64px, 7vw, 96px);
}#pps-pricing2026-root .album-feature-grid{
  box-sizing: border-box;
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
  min-width: 0;
  width: 100%;
}#pps-pricing2026-root .album-feature-card{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}#pps-pricing2026-root .album-feature-card > *{
  max-width: 100%;
  min-width: 0;
}#pps-pricing2026-root .album-feature-card img{
  aspect-ratio: 1.05 / 1;
  display: block;
  height: auto;
  margin: 0 0 clamp(18px, 2.2vw, 26px);
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .album-feature-card h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 300px;
  text-transform: uppercase;
}#pps-pricing2026-root .album-feature-card p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.8;
  margin: 0;
}@media (max-width: 1080px){#pps-pricing2026-root .pricing-hero{
    column-gap: clamp(26px, 4vw, 44px);
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  }#pps-pricing2026-root .pricing-inclusions{
    background: #fbf7f1;
    grid-template-columns: 1fr;
    padding: 28px;
  }#pps-pricing2026-root .pricing-travel-note{
    max-width: none;
  }#pps-pricing2026-root .photographer-grid{
    gap: 18px;
  }#pps-pricing2026-root .photographer-card{
    grid-template-columns: 1fr;
  }#pps-pricing2026-root .photographer-photo{
    aspect-ratio: 16 / 10;
    min-height: 0;
  }#pps-pricing2026-root .process-map{
    max-width: 960px;
  }#pps-pricing2026-root .process-step{
    padding-left: clamp(12px, 2vw, 28px);
    padding-right: clamp(12px, 2vw, 28px);
  }#pps-pricing2026-root .process-connector, #pps-pricing2026-root .process-turn{
    display: none;
  }#pps-pricing2026-root .album-feature-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 780px){#pps-pricing2026-root .pricing-hero{
    grid-template-areas:
      "copy"
      "image"
      "inclusions"
      "cta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    max-width: 100%;
    min-height: 0;
    overflow-x: hidden;
    padding-top: clamp(118px, 22vw, 148px);
    width: 100%;
  }#pps-pricing2026-root .pricing-hero-copy{
    text-align: center;
  }#pps-pricing2026-root .pricing-hero-copy p:not(.pricing-kicker), #pps-pricing2026-root .pricing-divider{
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .pricing-hero-button{
    width: min(100%, 270px);
  }#pps-pricing2026-root .pricing-hero-cta{
    text-align: center;
  }#pps-pricing2026-root .pricing-cta-row{
    align-items: center;
    justify-content: center;
  }#pps-pricing2026-root .pricing-hero-image{
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }#pps-pricing2026-root .pricing-hero-image img{
    aspect-ratio: 4 / 3;
    height: auto;
    max-width: 100%;
    width: 100%;
  }#pps-pricing2026-root .pricing-inclusions{
    grid-template-columns: 1fr;
  }#pps-pricing2026-root .album-feature-grid{
    gap: clamp(16px, 4vw, 22px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#pps-pricing2026-root .album-feature-card h3{
    font-size: clamp(1rem, 4.4vw, 1.3rem);
    letter-spacing: 0.1em;
    line-height: 1.32;
    margin-bottom: 10px;
  }#pps-pricing2026-root .album-feature-card p{
    font-size: clamp(0.78rem, 2.7vw, 0.92rem);
    line-height: 1.65;
  }#pps-pricing2026-root .pricing-section-heading, #pps-pricing2026-root .pricing-section-heading.center, #pps-pricing2026-root .pricing-section-heading h2, #pps-pricing2026-root .pricing-section-heading p, #pps-pricing2026-root .pricing-kicker, #pps-pricing2026-root .pricing-album-banner > div, #pps-pricing2026-root .pricing-album-banner .pricing-kicker, #pps-pricing2026-root .pricing-album-banner h2, #pps-pricing2026-root .contact-copy .section-kicker, #pps-pricing2026-root .contact-copy h2, #pps-pricing2026-root .contact-lede{
    text-align: center;
  }#pps-pricing2026-root .pricing-divider, #pps-pricing2026-root .pricing-divider.centered, #pps-pricing2026-root .contact-swoop{
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .photographer-grid{
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#pps-pricing2026-root .photographer-photo{
    aspect-ratio: 1 / 1;
    min-height: 0;
  }#pps-pricing2026-root .photographer-photo button{
    font-size: 0.9rem;
    height: 24px;
    width: 24px;
  }#pps-pricing2026-root .photographer-photo button:first-of-type{
    left: 7px;
  }#pps-pricing2026-root .photographer-photo button:last-of-type{
    right: 7px;
  }#pps-pricing2026-root .portfolio-dots{
    bottom: 7px;
    gap: 5px;
    padding: 5px 7px;
  }#pps-pricing2026-root .portfolio-dots i{
    height: 4px;
    width: 4px;
  }#pps-pricing2026-root .photographer-copy{
    padding: clamp(14px, 4vw, 18px);
    text-align: center;
  }#pps-pricing2026-root .photographer-copy h3{
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
    margin-bottom: 6px;
  }#pps-pricing2026-root .photographer-price, #pps-pricing2026-root .photographer-area{
    font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  }#pps-pricing2026-root .photographer-portfolio-link{
    font-size: clamp(0.55rem, 2.1vw, 0.66rem);
    letter-spacing: 0.1em;
    margin-top: 14px;
    padding-bottom: 4px;
  }#pps-pricing2026-root .pricing-process, #pps-pricing2026-root .process-map, #pps-pricing2026-root .process-mobile-graphic, #pps-pricing2026-root .album-feature-section, #pps-pricing2026-root .album-feature-grid, #pps-pricing2026-root .album-feature-card{
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    width: 100%;
  }#pps-pricing2026-root .album-feature-card > *, #pps-pricing2026-root .process-step{
    max-width: 100%;
    min-width: 0;
  }#pps-pricing2026-root .album-feature-card img{
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }#pps-pricing2026-root .pricing-addons{
    grid-template-columns: 1fr;
    padding: 24px;
  }#pps-pricing2026-root .addons-image img{
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }#pps-pricing2026-root .addons-copy{
    padding: 6px 0 0;
  }#pps-pricing2026-root .pricing-inclusions{
    padding: 24px;
  }#pps-pricing2026-root .addon-card{
    border-right: 0;
    border-bottom: 1px solid rgba(47, 43, 40, 0.12);
    padding-bottom: 24px;
    padding-right: 0;
  }#pps-pricing2026-root .addon-card:last-child{
    border-bottom: 0;
    padding-bottom: 0;
  }#pps-pricing2026-root .pricing-process{
    padding: 0;
  }#pps-pricing2026-root .pricing-process .pricing-section-heading, #pps-pricing2026-root .process-map{
    display: none;
  }#pps-pricing2026-root .process-mobile-graphic{
    display: block;
    margin: 0 auto;
    max-width: 720px;
  }#pps-pricing2026-root .pricing-album-banner{
    margin-left: var(--gutter);
    margin-right: var(--gutter);
  }
}@media (max-width: 560px){#pps-pricing2026-root .pricing-kicker{
    font-size: 0.62rem;
  }#pps-pricing2026-root .pricing-hero-copy h1{
    font-size: clamp(2.58rem, 13vw, 4.05rem);
  }#pps-pricing2026-root .pricing-section-heading h2{
    font-size: clamp(2rem, 10vw, 3.05rem);
  }#pps-pricing2026-root .photographer-card{
    min-height: 0;
  }#pps-pricing2026-root .photographer-copy h3{
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
  }#pps-pricing2026-root .process-line p{
    max-width: 260px;
  }#pps-pricing2026-root .pricing-album-banner{
    margin-left: 0;
    margin-right: 0;
    min-height: 310px;
  }#pps-pricing2026-root .pricing-album-banner h2{
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }
}#pps-pricing2026-root .faq2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  overflow-x: clip;
}#pps-pricing2026-root .faq2026 :where(p, a, summary, button){
  font-family: var(--sans);
}#pps-pricing2026-root .faq2026 :where(h1, h2){
  font-family: var(--serif);
  letter-spacing: 0;
}#pps-pricing2026-root .faq-hero{
  background: var(--warm-white);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: clamp(640px, 74svh, 820px);
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}#pps-pricing2026-root .faq-hero-copy{
  align-self: center;
  max-width: 660px;
  padding: clamp(58px, 8vw, 104px) var(--gutter);
  position: relative;
  z-index: 2;
}#pps-pricing2026-root .faq-kicker, #pps-pricing2026-root .faq-section-range{
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}#pps-pricing2026-root .faq-hero h1{
  color: var(--soft-charcoal);
  font-size: clamp(3.4rem, 5.7vw, 6.35rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  max-width: 570px;
  text-wrap: balance;
}#pps-pricing2026-root .faq-coral-rule{
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(30px, 4vw, 46px) 0 28px;
  width: min(210px, 46vw);
}#pps-pricing2026-root .faq-coral-rule::before{
  background: var(--coral);
  content: "";
  height: 2px;
  width: 132px;
}#pps-pricing2026-root .faq-coral-rule::after{
  color: var(--coral);
  content: "✧";
  font-size: 1rem;
  line-height: 1;
}#pps-pricing2026-root .faq-hero-copy > p:last-child{
  color: var(--soft-charcoal);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}#pps-pricing2026-root .faq-hero-media{
  margin: 0;
  min-height: inherit;
  position: relative;
}#pps-pricing2026-root .faq-hero-media::before{
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.74) 18%, rgba(255, 253, 249, 0.18) 42%, rgba(255, 253, 249, 0) 64%),
    linear-gradient(0deg, rgba(255, 253, 249, 0.1), rgba(255, 253, 249, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}#pps-pricing2026-root .faq-hero-media img{
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}#pps-pricing2026-root .faq-band{
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  grid-template-columns: minmax(340px, 41.5%) minmax(0, 58.5%);
  min-height: clamp(680px, 54vw, 820px);
}#pps-pricing2026-root .faq-band:nth-of-type(3), #pps-pricing2026-root .faq-band:nth-of-type(5){
  background: var(--soft-ivory);
}#pps-pricing2026-root .faq-band-image{
  margin: 0;
  min-height: clamp(680px, 54vw, 820px);
  overflow: hidden;
}#pps-pricing2026-root .faq-band-image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-pricing2026-root .faq-band-copy{
  align-self: center;
  padding: clamp(48px, 6vw, 86px) var(--gutter);
}#pps-pricing2026-root .faq-section-range{
  margin-bottom: 10px;
}#pps-pricing2026-root .faq-band-copy h2{
  color: var(--soft-charcoal);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
}#pps-pricing2026-root .faq-section-note{
  color: var(--coral);
  font-family: var(--hand) !important;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.2;
  margin: 6px 0 clamp(24px, 3vw, 34px);
}#pps-pricing2026-root .faq-list{
  display: grid;
  margin-top: clamp(18px, 2.4vw, 28px);
}#pps-pricing2026-root .faq-item{
  border-top: 1px solid rgba(47, 43, 40, 0.22);
}#pps-pricing2026-root .faq-item:last-child{
  border-bottom: 1px solid rgba(47, 43, 40, 0.22);
}#pps-pricing2026-root .faq-question-button{
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: clamp(12px, 1.6vw, 22px);
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  list-style: none;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}#pps-pricing2026-root .faq-item-number{
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}#pps-pricing2026-root .faq-item-question{
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  font-weight: 650;
  line-height: 1.45;
}#pps-pricing2026-root .faq-item-plus{
  color: var(--soft-charcoal);
  font-size: 1.5rem;
  font-weight: 400;
  justify-self: end;
  line-height: 1;
  transition: color 180ms ease, transform 260ms ease;
}#pps-pricing2026-root .faq-question-button:hover .faq-item-question, #pps-pricing2026-root .faq-question-button:focus-visible .faq-item-question, #pps-pricing2026-root .faq-question-button:hover .faq-item-plus, #pps-pricing2026-root .faq-question-button:focus-visible .faq-item-plus{
  color: var(--coral);
}#pps-pricing2026-root .faq-question-button:focus-visible{
  outline: 2px solid rgba(223, 127, 108, 0.45);
  outline-offset: 6px;
}#pps-pricing2026-root .faq-item.is-open .faq-item-plus{
  color: var(--coral);
  transform: rotate(45deg);
}#pps-pricing2026-root .faq-answer{
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}#pps-pricing2026-root .faq-item.is-open .faq-answer{
  opacity: 1;
}#pps-pricing2026-root .faq-answer-inner{
  overflow: hidden;
}#pps-pricing2026-root .faq-answer p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.03vw, 1rem);
  line-height: 1.72;
  margin: -2px 38px 22px 66px;
  max-width: 760px;
}#pps-pricing2026-root .faq-final-cta{
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  justify-items: center;
  padding: clamp(58px, 7vw, 92px) var(--gutter);
  text-align: center;
}#pps-pricing2026-root .faq-compass{
  border: 1px solid var(--coral);
  height: 34px;
  margin-bottom: 22px;
  position: relative;
  transform: rotate(45deg);
  width: 34px;
}#pps-pricing2026-root .faq-compass::before, #pps-pricing2026-root .faq-compass::after{
  background: var(--coral);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}#pps-pricing2026-root .faq-compass::before{
  height: 1px;
  width: 48px;
}#pps-pricing2026-root .faq-compass::after{
  height: 48px;
  width: 1px;
}#pps-pricing2026-root .faq-final-cta h2{
  color: var(--soft-charcoal);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}#pps-pricing2026-root .faq-final-cta p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.6;
  margin: 10px 0 24px;
}@media (max-width: 1079px){#pps-pricing2026-root .faq-hero{
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 74px;
  }#pps-pricing2026-root .faq-hero-copy{
    max-width: none;
    padding-bottom: clamp(30px, 7vw, 52px);
    text-align: center;
  }#pps-pricing2026-root .faq-hero h1{
    margin-left: auto;
    margin-right: auto;
    max-width: 9.8em;
  }#pps-pricing2026-root .faq-coral-rule{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .faq-hero-copy > p:last-child{
    margin-left: auto;
    margin-right: auto;
  }#pps-pricing2026-root .faq-hero-media{
    aspect-ratio: 16 / 9;
    min-height: 0;
  }#pps-pricing2026-root .faq-hero-media::before{
    background: linear-gradient(0deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.18));
  }#pps-pricing2026-root .faq-band{
    grid-template-columns: 1fr;
    min-height: 0;
  }#pps-pricing2026-root .faq-band-image{
    aspect-ratio: 16 / 10;
    min-height: 0;
  }#pps-pricing2026-root .faq-band-copy{
    padding-bottom: clamp(52px, 7vw, 78px);
    padding-top: clamp(40px, 7vw, 66px);
  }
}@media (max-width: 699px){#pps-pricing2026-root .faq-hero{
    padding-top: 74px;
  }#pps-pricing2026-root .faq-hero-copy{
    padding: clamp(44px, 13vw, 64px) clamp(20px, 6vw, 26px) 50px;
  }#pps-pricing2026-root .faq-hero h1{
    font-size: clamp(2.45rem, 11.5vw, 3.28rem);
    max-width: 8.8em;
  }#pps-pricing2026-root .faq-hero-media{
    display: none;
  }#pps-pricing2026-root .faq-band-image{
    aspect-ratio: 4 / 3;
  }#pps-pricing2026-root .faq-band-copy{
    padding-left: clamp(22px, 6vw, 32px);
    padding-right: clamp(22px, 6vw, 32px);
  }#pps-pricing2026-root .faq-band-copy h2{
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }#pps-pricing2026-root .faq-section-note{
    font-size: clamp(1.24rem, 6vw, 1.68rem);
  }#pps-pricing2026-root .faq-question-button{
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 15px 0;
  }#pps-pricing2026-root .faq-item-number{
    font-size: 0.72rem;
  }#pps-pricing2026-root .faq-answer p{
    margin-left: 46px;
    margin-right: 0;
  }#pps-pricing2026-root .faq-final-cta .button{
    width: min(100%, 320px);
  }
}


/* Pricing WP/mobile hardening */
body.article-pricing2 #pps-pricing2026-root.pricing2026 {
  background: var(--warm-white) !important;
  color: var(--soft-charcoal) !important;
  display: block !important;
  font-family: var(--sans) !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 100vh !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  padding: 0 !important;
  width: 100% !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 *,
body.article-pricing2 #pps-pricing2026-root.pricing2026 *::before,
body.article-pricing2 #pps-pricing2026-root.pricing2026 *::after {
  box-sizing: border-box !important;
  min-width: 0;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 :where(h1, h2, h3) {
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.03;
  text-transform: none !important;
  word-break: normal !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 :where(p, li, a, button, span) {
  font-family: var(--sans) !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-kicker,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-starting-price,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .button,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .nav-links,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .mobile-menu nav a,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-portfolio-link,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .footer-nav h2,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .footer-nav h3,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .footer-office-details {
  font-family: var(--sans) !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer .footer-nav h2,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer .footer-nav h3 {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer .footer-nav h2::after,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer .footer-nav h3::after {
  background: var(--coral) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-addons,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-process,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-section,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-section,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-section,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer {
  min-width: 0 !important;
}

@media (min-width: 781px) {
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1440px !important;
    width: min(100%, 1440px) !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-addons,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1320px !important;
    width: min(100%, 1320px) !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-process,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer {
    max-width: 100% !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-grid {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1320px !important;
    width: min(100%, 1320px) !important;
  }
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-copy h1 {
  font-family: var(--serif) !important;
  font-size: clamp(2.65rem, 4.6vw, 5.05rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
  text-transform: none !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-image,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-image img {
  max-width: 100% !important;
  min-width: 0 !important;
}

body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-photo button,
body.article-pricing2 #pps-pricing2026-root.pricing2026 .portfolio-dots {
  display: none !important;
}

@media (min-width: 1081px) {
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .nav-links {
    display: flex !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .nav-links {
    display: none !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .mobile-menu {
    display: block !important;
    max-width: 42px !important;
    min-width: 42px !important;
    position: fixed !important;
    right: clamp(18px, 5vw, 24px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
    width: 42px !important;
    z-index: 100060 !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .mobile-menu:not([open]) nav {
    border: 0 !important;
    box-shadow: none !important;
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .mobile-menu[open] nav {
    display: grid !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 210px !important;
    right: 0 !important;
  }
}

@media (max-width: 780px) {
  html:has(body.article-pricing2),
  body.article-pricing2,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-shell,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-addons,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-process,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-grid,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .site-footer {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero {
    display: grid !important;
    grid-template-areas:
      "copy"
      "image"
      "inclusions"
      "cta" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: clamp(116px, 22vw, 148px) clamp(22px, 6vw, 32px) 48px !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-copy {
    grid-area: copy !important;
    text-align: center !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-copy h1 {
    font-size: clamp(2.55rem, 12.2vw, 4.05rem) !important;
    line-height: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 11ch !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-copy p:not(.pricing-kicker),
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-divider {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-image {
    aspect-ratio: 4 / 3 !important;
    grid-area: image !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-image img {
    aspect-ratio: 4 / 3 !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-section-heading,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-section-heading.center,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-section-heading h2,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-section-heading p,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-kicker,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner > div,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner .pricing-kicker,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner h2,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-copy .section-kicker,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-copy h2,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-lede {
    text-align: center !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-divider,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-divider.centered,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-swoop {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-inclusions {
    display: grid !important;
    grid-area: inclusions !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 24px !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-hero-cta {
    grid-area: cta !important;
    text-align: center !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-cta-row {
    align-items: center !important;
    justify-content: center !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-starting-price {
    text-align: center !important;
    white-space: normal !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-addons {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-grid {
    gap: clamp(16px, 4vw, 22px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-card h3 {
    font-size: clamp(1rem, 4.4vw, 1.3rem) !important;
    letter-spacing: 0.1em !important;
    line-height: 1.32 !important;
    margin-bottom: 10px !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .album-feature-card p {
    font-size: clamp(0.78rem, 2.7vw, 0.92rem) !important;
    line-height: 1.65 !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .photographer-grid {
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-process {
    padding: 0 !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-process .pricing-section-heading,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .process-map {
    display: none !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .process-mobile-graphic {
    display: block !important;
    margin: 0 auto !important;
    max-width: 720px !important;
    width: 100% !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .pricing-album-banner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-section,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-copy,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .contact-images {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    width: 100% !important;
  }
}

/* prophoto-faq2.css */
/* PPS 2026 faq2 redesign START */
body.article-faq2 {
  background: #fffdf9 !important;
  margin: 0 !important;
}

body.article-faq2 .pp-layout,
body.article-faq2 .pp-page-content,
body.article-faq2 .ppb-container,
body.article-faq2 .ppb-section,
body.article-faq2 article,
body.article-faq2 .entry-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.article-faq2 .entry-title,
body.article-faq2 .post-title,
body.article-faq2 .page-title,
body.article-faq2 .pp-post-title {
  display: none !important;
}

body.article-faq2 > .pp-slideover,
body.article-faq2 > .pp-hamburger {
  display: none !important;
}
@media (max-width: 1079px) {
  body.article-faq2 .pp-slideover,
  body.article-faq2 .pp-hamburger,
  body.article-faq2 .pp-menu-toggle,
  body.article-faq2 .pp-menu-button,
  body.article-faq2 .pp-mobile-menu,
  body.article-faq2 .hamburger-menu,
  body.article-faq2 .menu-toggle {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }
}

#pps-faq2026-root {
  min-height: 100vh;
  width: 100%;
}

#pps-faq2026-root img {
  max-width: 100%;
}

#pps-faq2026-root a,
#pps-faq2026-root a:hover,
#pps-faq2026-root a:focus {
  text-decoration: none !important;
}

#pps-faq2026-root{
  --warm-white: #fffdf9;
  --soft-ivory: #f8f4ed;
  --light-stone: #ebe4dc;
  --pale-stone: #f3eee7;
  --muted-taupe: #9a887b;
  --soft-charcoal: #2f2b28;
  --quiet-charcoal: #5d5751;
  --coral: #df7f6c;
  --blue: #5d7e8b;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --page-max: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
}#pps-faq2026-root *{
  box-sizing: border-box;
}body.article-faq2{
  scroll-behavior: smooth;
}body.article-faq2{
  margin: 0;
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}#pps-faq2026-root .pps2026{
  font-family: var(--sans) !important;
}#pps-faq2026-root .pps2026 :where(p, #pps-faq2026-root li, #pps-faq2026-root a, #pps-faq2026-root label, #pps-faq2026-root input, #pps-faq2026-root textarea, #pps-faq2026-root button){
  font-family: var(--sans) !important;
}#pps-faq2026-root .hero h1, #pps-faq2026-root .intro-copy h2, #pps-faq2026-root .reassurance-copy h2, #pps-faq2026-root .benefits-intro h2, #pps-faq2026-root .collection-copy h2, #pps-faq2026-root .proof-intro h2, #pps-faq2026-root .review-overlay blockquote, #pps-faq2026-root .gallery-intro h2, #pps-faq2026-root .weddings-intro h2, #pps-faq2026-root .contact-copy h2, #pps-faq2026-root .album-copy h2, #pps-faq2026-root .final-cta h2, #pps-faq2026-root .wedding-card h3{
  font-family: var(--serif) !important;
  text-transform: none !important;
}#pps-faq2026-root .section-kicker, #pps-faq2026-root .center-kicker, #pps-faq2026-root .nav-links, #pps-faq2026-root .mobile-menu nav a, #pps-faq2026-root .button, #pps-faq2026-root .text-link, #pps-faq2026-root .benefit h3, #pps-faq2026-root .collection-item, #pps-faq2026-root .collection-price, #pps-faq2026-root .contact-form, #pps-faq2026-root .contact-lede, #pps-faq2026-root .review-overlay p, #pps-faq2026-root .wedding-link, #pps-faq2026-root .footer-nav, #pps-faq2026-root .footer-office-details{
  font-family: var(--sans) !important;
}#pps-faq2026-root a{
  color: inherit;
  text-decoration: none;
}#pps-faq2026-root img, #pps-faq2026-root svg{
  display: block;
}#pps-faq2026-root img{
  max-width: 100%;
}#pps-faq2026-root .site-shell{
  background: var(--warm-white);
  min-height: 100vh;
  overflow-x: clip;
}#pps-faq2026-root .hero{
  color: var(--warm-white);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px var(--gutter) clamp(38px, 7vw, 74px);
  position: relative;
}#pps-faq2026-root .hero-image, #pps-faq2026-root .hero-shade{
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}#pps-faq2026-root .hero-image{
  object-fit: cover;
  object-position: center 48%;
  transform: translateX(6%) scale(1.16);
  transform-origin: center center;
}#pps-faq2026-root .hero-shade{
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.84) 0%, rgba(10, 9, 8, 0.68) 30%, rgba(10, 9, 8, 0.2) 66%, rgba(10, 9, 8, 0.04) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.34), rgba(10, 9, 8, 0.14));
}#pps-faq2026-root .hero-nav{
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 253, 249, 0.52);
  border-bottom: 1px solid rgba(255, 253, 249, 0.34);
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgba(10, 9, 8, 0.07);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding: 14px var(--gutter);
  position: absolute;
  right: auto;
  top: 0;
  width: 100vw;
  z-index: 3;
}#pps-faq2026-root .brand-mark{
  color: rgba(255, 253, 249, 0.88);
  display: inline-block;
  line-height: 1.2;
}#pps-faq2026-root .brand-mark img{
  height: auto;
  width: min(286px, 61vw);
}#pps-faq2026-root .nav-links{
  align-items: center;
  color: var(--soft-charcoal);
  display: none;
  gap: clamp(22px, 3vw, 42px);
  font-size: 0.87rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}#pps-faq2026-root .nav-links > a{
  border: 1px solid transparent;
  background-image: none !important;
  padding: 12px 10px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-faq2026-root .nav-links > a:not(.nav-button):hover, #pps-faq2026-root .nav-links > a:not(.nav-button):focus-visible{
  background-image: none !important;
  border-color: var(--coral);
  box-shadow: inset 0 0 0 1px var(--coral);
  outline: 0;
  text-decoration: none !important;
}#pps-faq2026-root .nav-links > a::before, #pps-faq2026-root .nav-links > a::after{
  display: none !important;
}#pps-faq2026-root .nav-button{
  background: var(--coral);
  border: 1px solid var(--coral);
  color: var(--warm-white);
  min-width: 118px;
  padding: 14px 20px;
  text-align: center;
}#pps-faq2026-root .nav-button:hover, #pps-faq2026-root .nav-button:focus-visible{
  background: #e99282;
  border-color: #e99282;
  outline: 0;
}#pps-faq2026-root .mobile-menu{
  display: block;
  position: relative;
}#pps-faq2026-root .mobile-menu summary{
  align-items: center;
  border: 1px solid rgba(47, 43, 40, 0.2);
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 42px;
  justify-items: center;
  list-style: none;
  padding: 10px;
  width: 42px;
}#pps-faq2026-root .mobile-menu summary::-webkit-details-marker{
  display: none;
}#pps-faq2026-root .mobile-menu summary span{
  background: var(--soft-charcoal);
  display: block;
  height: 2px;
  width: 20px;
}#pps-faq2026-root .mobile-menu nav{
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 36px rgba(10, 9, 8, 0.18);
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}#pps-faq2026-root .mobile-menu nav a{
  color: var(--soft-charcoal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}#pps-faq2026-root .mobile-menu nav .nav-button{
  color: var(--warm-white);
  margin-top: 6px;
}#pps-faq2026-root .hero-copy{
  align-self: center;
  max-width: 520px;
  position: relative;
  z-index: 2;
}#pps-faq2026-root .hero h1{
  color: var(--warm-white) !important;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.35vw, 3.58rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0;
  text-transform: none !important;
}#pps-faq2026-root .coral-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 26px 0 22px;
  width: 42px;
}#pps-faq2026-root .hero-copy p{
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
  max-width: 500px;
}#pps-faq2026-root .hero-actions{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}#pps-faq2026-root .button, #pps-faq2026-root .text-link{
  align-items: center;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}#pps-faq2026-root .button{
  background-image: none !important;
  border: 1px solid transparent;
  min-height: 46px;
  padding: 16px 30px;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-faq2026-root .button:hover, #pps-faq2026-root .button:focus-visible{
  background-image: none !important;
  text-decoration: none !important;
}#pps-faq2026-root .button::before, #pps-faq2026-root .button::after{
  display: none !important;
}#pps-faq2026-root .button-primary{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-faq2026-root .button-primary:hover, #pps-faq2026-root .button-primary:focus-visible{
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  outline: 0;
  text-decoration: none !important;
}#pps-faq2026-root .button-primary.coral{
  min-width: 205px;
}#pps-faq2026-root .text-link{
  color: var(--warm-white);
  transition:
    color 160ms ease,
    font-size 160ms ease;
}#pps-faq2026-root .hero-actions .text-link:hover, #pps-faq2026-root .hero-actions .text-link:focus-visible{
  font-size: 0.78rem;
  outline: 0;
}#pps-faq2026-root .text-link.blue{
  color: var(--blue);
}#pps-faq2026-root .text-link.dark{
  color: var(--soft-charcoal);
}#pps-faq2026-root .intro-section{
  --intro-y: clamp(76px, 10vw, 150px);
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  margin: 0;
  max-width: none;
  padding: var(--intro-y) var(--gutter);
  width: 100%;
}#pps-faq2026-root .reassurance-section{
  aspect-ratio: 2400 / 1335;
  background: #2f1f14;
  color: var(--warm-white);
  display: grid;
  justify-items: center;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}#pps-faq2026-root .reassurance-art{
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}#pps-faq2026-root .reassurance-art img{
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}#pps-faq2026-root .intro-copy{
  align-self: center;
  container-type: inline-size;
  justify-self: center;
  max-width: 740px;
  padding: 0;
  text-align: center;
  width: 100%;
}#pps-faq2026-root .section-kicker, #pps-faq2026-root .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 24px;
  text-transform: uppercase;
}#pps-faq2026-root .intro-copy h2, #pps-faq2026-root .reassurance-copy h2, #pps-faq2026-root .final-cta h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}#pps-faq2026-root .intro-copy h2, #pps-faq2026-root .reassurance-copy h2{
  font-size: clamp(1.9rem, calc(1.2rem + 1.35vw), 2.7rem);
  line-height: 1.07;
}#pps-faq2026-root .intro-copy h2{
  display: grid;
  margin: 0 auto;
  max-width: 740px;
  text-wrap: balance;
  width: 100%;
}#pps-faq2026-root .intro-copy h2 span{
  display: block;
}#pps-faq2026-root .wedding-card p, #pps-faq2026-root .final-cta p{
  color: var(--quiet-charcoal);
  font-size: 0.92rem;
  line-height: 1.78;
}#pps-faq2026-root .intro-body{
  margin: clamp(34px, 4.8vw, 62px) auto 0;
  max-width: 740px;
  text-align: left;
}#pps-faq2026-root .intro-body p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  margin: 0;
}#pps-faq2026-root .intro-body p + p{
  margin-top: clamp(14px, 1.8vw, 22px);
}#pps-faq2026-root .intro-questions{
  display: grid;
  gap: clamp(10px, 1.35vw, 16px);
  list-style: none;
  margin: clamp(18px, 2.4vw, 30px) 0;
  padding: 0;
}#pps-faq2026-root .intro-questions li{
  color: var(--soft-charcoal);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 1.82;
  padding-left: 24px;
  position: relative;
}#pps-faq2026-root .intro-questions li::before{
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 0.86em;
  width: 5px;
}#pps-faq2026-root .intro-body strong{
  color: var(--soft-charcoal);
  font-weight: 800;
}#pps-faq2026-root .intro-cta{
  margin: clamp(54px, 7vw, 92px) auto 0;
  max-width: 520px;
  text-align: center;
}#pps-faq2026-root .intro-cta p{
  color: var(--soft-charcoal);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}#pps-faq2026-root .intro-cta .button{
  min-width: 205px;
}#pps-faq2026-root .intro-image{
  align-self: stretch;
  justify-self: stretch;
  margin-bottom: calc(5px - var(--intro-y));
  margin-top: calc(5px - var(--intro-y));
  min-height: calc(100% + var(--intro-y) + var(--intro-y) - 10px);
  width: 100%;
}#pps-faq2026-root .intro-image img{
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .reassurance-copy{
  container-type: inline-size;
  bottom: auto;
  left: auto;
  max-width: min(620px, 40vw);
  padding: 0;
  position: absolute;
  right: clamp(48px, 7.5vw, 150px);
  text-shadow: 0 1px 18px rgba(10, 9, 8, 0.45);
  top: clamp(120px, 16.8vw, 290px);
  transform: none;
  width: 40vw;
  z-index: 1;
}#pps-faq2026-root .reassurance-copy h2{
  color: var(--warm-white);
  font-size: clamp(1.8rem, 6.2cqw, 3.28rem);
  line-height: 1.1;
  white-space: normal;
}#pps-faq2026-root .reassurance-copy h3{
  color: rgba(255, 253, 249, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 18px;
}#pps-faq2026-root .reassurance-copy ul{
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}#pps-faq2026-root .reassurance-copy li{
  padding-left: 25px;
  position: relative;
}#pps-faq2026-root .reassurance-copy li::before{
  border: 1px solid var(--coral);
  border-radius: 999px;
  color: var(--coral);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 12px;
}#pps-faq2026-root .reassurance-copy li::after{
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: calc(0.58em + 4px);
  width: 4px;
}#pps-faq2026-root .reassurance-copy p{
  color: rgba(255, 253, 249, 0.92);
  font-size: clamp(0.92rem, 1.12vw, 1.12rem);
  line-height: 1.85;
  margin: 0;
}#pps-faq2026-root .reassurance-copy h2 + p{
  margin-top: clamp(22px, 3vw, 34px);
}#pps-faq2026-root .reassurance-copy p + p{
  margin-top: clamp(14px, 2vw, 22px);
}#pps-faq2026-root .reassurance-button{
  margin-top: clamp(26px, 3vw, 38px);
  max-width: 100%;
  white-space: normal;
}#pps-faq2026-root .benefits-section, #pps-faq2026-root .gallery-section, #pps-faq2026-root .real-weddings-section{
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(34px, 5vw, 72px) var(--gutter);
}#pps-faq2026-root .benefits-section{
  background: #fbf7f1;
  margin: 0;
  max-width: none;
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(42px, 5vw, 72px);
}#pps-faq2026-root .benefits-intro{
  margin: 0 auto clamp(28px, 3.8vw, 48px);
  max-width: 1180px;
  text-align: center;
}#pps-faq2026-root .center-kicker{
  color: var(--blue);
  margin-bottom: 34px;
  text-align: center;
}#pps-faq2026-root .benefits-intro .center-kicker{
  color: var(--coral);
  margin-bottom: 14px;
}#pps-faq2026-root .benefits-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}#pps-faq2026-root .benefits-intro p:not(.center-kicker){
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.22rem);
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 10px auto 0;
  max-width: 760px;
}#pps-faq2026-root .benefit-grid{
  display: grid;
  gap: clamp(26px, 3.6vw, 46px) clamp(28px, 5vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}#pps-faq2026-root .benefit{
  align-items: center;
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}#pps-faq2026-root .benefit picture{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}#pps-faq2026-root .benefit-illustration{
  display: block;
  height: clamp(76px, 8.5vw, 112px);
  margin: 0 auto clamp(12px, 1.8vw, 20px);
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  width: min(100%, 190px);
}#pps-faq2026-root .benefit h3{
  color: var(--soft-charcoal);
  font-family: var(--sans);
  font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.48;
  margin: 0;
  max-height: calc(2em * 1.48);
  max-width: 360px;
  min-height: calc(2em * 1.48);
  overflow: hidden;
  text-transform: uppercase;
}#pps-faq2026-root .benefit h3 span{
  display: block;
  margin-top: 2px;
}#pps-faq2026-root .benefit-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 10px 0 12px;
  width: 36px;
}#pps-faq2026-root .wedding-card h3{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}#pps-faq2026-root .benefit p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
  max-width: 360px;
}#pps-faq2026-root .collection-section{
  align-items: stretch;
  background: var(--warm-white);
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  margin: 0;
  max-width: none;
  padding: clamp(46px, 6vw, 82px) var(--gutter);
}#pps-faq2026-root .collection-copy{
  align-self: center;
  max-width: 610px;
}#pps-faq2026-root .collection-copy .section-kicker{
  margin-bottom: 18px;
}#pps-faq2026-root .collection-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}#pps-faq2026-root .collection-body{
  margin-top: clamp(22px, 3vw, 34px);
}#pps-faq2026-root .collection-body p{
  color: var(--soft-charcoal);
  font-size: clamp(0.94rem, 1.12vw, 1.12rem);
  line-height: 1.65;
  margin: 0;
}#pps-faq2026-root .collection-body p + p{
  margin-top: 18px;
}#pps-faq2026-root .collection-body strong{
  font-weight: 800;
}#pps-faq2026-root .collection-divider{
  align-items: center;
  display: flex;
  gap: 20px;
  margin: clamp(26px, 3vw, 34px) 0 22px;
}#pps-faq2026-root .collection-divider::before, #pps-faq2026-root .collection-divider::after{
  background: rgba(154, 136, 123, 0.3);
  content: "";
  flex: 1;
  height: 1px;
}#pps-faq2026-root .collection-divider span{
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -8px 0 0 var(--coral),
    8px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}#pps-faq2026-root .collection-price{
  color: var(--coral);
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 clamp(18px, 2.3vw, 28px);
}#pps-faq2026-root .collection-list{
  display: grid;
  margin: 0;
}#pps-faq2026-root .collection-item{
  align-items: center;
  border-bottom: 1px solid rgba(47, 43, 40, 0.14);
  color: var(--soft-charcoal);
  display: grid;
  font-size: clamp(0.96rem, 1.2vw, 1.16rem);
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  line-height: 1.35;
  min-height: 52px;
}#pps-faq2026-root .collection-item:first-child{
  border-top: 1px solid rgba(47, 43, 40, 0.14);
}#pps-faq2026-root .collection-icon{
  color: var(--coral);
  display: flex;
}#pps-faq2026-root .collection-icon svg{
  fill: none;
  height: 32px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 32px;
}#pps-faq2026-root .collection-button{
  margin-top: clamp(24px, 3vw, 34px);
  min-width: min(100%, 410px);
}#pps-faq2026-root .collection-image{
  min-height: clamp(360px, 66vw, 640px);
  overflow: hidden;
}#pps-faq2026-root .collection-image img{
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  width: 100%;
}#pps-faq2026-root .contact-section{
  background: var(--soft-ivory);
  display: grid;
  gap: clamp(24px, 3.5vw, 44px);
  margin: 0;
  max-width: none;
  padding: clamp(34px, 4vw, 52px) var(--gutter);
}#pps-faq2026-root .contact-copy{
  container-type: inline-size;
  max-width: 560px;
}#pps-faq2026-root .contact-copy .section-kicker{
  margin-bottom: 12px;
}#pps-faq2026-root .contact-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6.2cqw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}#pps-faq2026-root .contact-copy h2 span{
  color: var(--coral);
}#pps-faq2026-root .contact-lede{
  color: var(--soft-charcoal);
  font-size: clamp(0.74rem, 2.45cqw, 0.96rem);
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: none;
  white-space: nowrap;
}#pps-faq2026-root .contact-swoop{
  background: var(--coral);
  display: block;
  height: 2px;
  margin: 4px 0 22px 34px;
  transform: rotate(-7deg);
  width: 58px;
}#pps-faq2026-root .contact-form{
  display: grid;
  gap: 12px;
}#pps-faq2026-root .contact-form label{
  display: grid;
  gap: 5px;
}#pps-faq2026-root .contact-form label span, #pps-faq2026-root .contact-next h3{
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}#pps-faq2026-root .contact-form input, #pps-faq2026-root .contact-form textarea{
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 10px 14px;
  width: 100%;
}#pps-faq2026-root .contact-form input{
  min-height: 42px;
}#pps-faq2026-root .contact-form textarea{
  min-height: 92px;
  resize: vertical;
}#pps-faq2026-root .contact-form input::placeholder, #pps-faq2026-root .contact-form textarea::placeholder{
  color: rgba(47, 43, 40, 0.46);
}#pps-faq2026-root .contact-form input:focus, #pps-faq2026-root .contact-form textarea:focus{
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}#pps-faq2026-root .contact-submit{
  border: 0;
  cursor: pointer;
  font-size: 0.66rem;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}#pps-faq2026-root .pps-gravity-form-shell{
  width: 100%;
}#pps-faq2026-root .pps-gravity-form-shell .gform_wrapper, #pps-faq2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme, #pps-faq2026-root .pps-gravity-form-shell .gform_anchor, #pps-faq2026-root .pps-gravity-form-shell form{
  width: 100%;
}#pps-faq2026-root .pps-gravity-form-shell .gform_wrapper.gravity-theme .gform_fields, #pps-faq2026-root .pps-gravity-form-shell .gform_fields, #pps-faq2026-root .pps-gravity-form-shell .gform_body{
  display: grid;
  gap: 12px;
}#pps-faq2026-root .pps-gravity-form-shell .gfield{
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}#pps-faq2026-root .pps-gravity-form-shell .gfield_label, #pps-faq2026-root .pps-gravity-form-shell .gform-field-label{
  color: var(--soft-charcoal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}#pps-faq2026-root .pps-gravity-form-shell input[type="text"], #pps-faq2026-root .pps-gravity-form-shell input[type="email"], #pps-faq2026-root .pps-gravity-form-shell input[type="tel"], #pps-faq2026-root .pps-gravity-form-shell input[type="url"], #pps-faq2026-root .pps-gravity-form-shell input[type="date"], #pps-faq2026-root .pps-gravity-form-shell input[type="number"], #pps-faq2026-root .pps-gravity-form-shell select, #pps-faq2026-root .pps-gravity-form-shell textarea{
  background: rgba(255, 253, 249, 0.56);
  border: 1px solid rgba(47, 43, 40, 0.22);
  border-radius: 0;
  color: var(--soft-charcoal);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}#pps-faq2026-root .pps-gravity-form-shell textarea{
  min-height: 92px;
  resize: vertical;
}#pps-faq2026-root .pps-gravity-form-shell input::placeholder, #pps-faq2026-root .pps-gravity-form-shell textarea::placeholder{
  color: rgba(47, 43, 40, 0.46);
}#pps-faq2026-root .pps-gravity-form-shell input:focus, #pps-faq2026-root .pps-gravity-form-shell select:focus, #pps-faq2026-root .pps-gravity-form-shell textarea:focus{
  border-color: var(--coral);
  outline: 2px solid rgba(223, 127, 108, 0.18);
  outline-offset: 0;
}#pps-faq2026-root .pps-gravity-form-shell .gform_footer, #pps-faq2026-root .pps-gravity-form-shell .gform_page_footer{
  margin: 0;
  padding: 0;
}#pps-faq2026-root .pps-gravity-form-shell .gform_button, #pps-faq2026-root .pps-gravity-form-shell input[type="submit"], #pps-faq2026-root .pps-gravity-form-shell button[type="submit"]{
  align-items: center;
  background: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1;
  min-height: 44px;
  padding: 0.95rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}#pps-faq2026-root .pps-gravity-form-shell .gform_button:hover, #pps-faq2026-root .pps-gravity-form-shell input[type="submit"]:hover, #pps-faq2026-root .pps-gravity-form-shell button[type="submit"]:hover, #pps-faq2026-root .pps-gravity-form-shell .gform_button:focus, #pps-faq2026-root .pps-gravity-form-shell input[type="submit"]:focus, #pps-faq2026-root .pps-gravity-form-shell button[type="submit"]:focus{
  background: var(--soft-charcoal);
  border-color: var(--soft-charcoal);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}#pps-faq2026-root .pps-gravity-form-shell .gform_required_legend, #pps-faq2026-root .pps-gravity-form-shell .gfield_required, #pps-faq2026-root .pps-gravity-form-shell .hidden_label .gfield_label{
  display: none;
}#pps-faq2026-root .pps-gravity-form-shell .validation_message, #pps-faq2026-root .pps-gravity-form-shell .gfield_description, #pps-faq2026-root .pps-gravity-form-shell .gform_validation_errors, #pps-faq2026-root .pps-gravity-fallback{
  color: rgba(47, 43, 40, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}#pps-faq2026-root .pps-gravity-form-shell .gform_validation_errors{
  border: 1px solid rgba(223, 127, 108, 0.4);
  padding: 12px 14px;
}#pps-faq2026-root .contact-next{
  align-items: center;
  border-top: 1px solid rgba(47, 43, 40, 0.18);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin-top: 20px;
  padding-top: 18px;
}#pps-faq2026-root .contact-next svg{
  color: var(--coral);
  height: 34px;
  width: 34px;
}#pps-faq2026-root .contact-next path, #pps-faq2026-root .contact-next circle{
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}#pps-faq2026-root .contact-next h3{
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
  text-transform: none;
}#pps-faq2026-root .contact-next p{
  color: var(--quiet-charcoal);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}#pps-faq2026-root .contact-images{
  display: grid;
  margin: 5px 0;
  max-width: 380px;
}#pps-faq2026-root .contact-images img{
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}#pps-faq2026-root .social-proof-section{
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: 50px var(--gutter);
}#pps-faq2026-root .proof-intro{
  margin: 0 auto clamp(30px, 4vw, 52px);
  max-width: 820px;
  text-align: center;
}#pps-faq2026-root .proof-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}#pps-faq2026-root .proof-intro p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}#pps-faq2026-root .proof-intro .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}#pps-faq2026-root .review-carousel{
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}#pps-faq2026-root .review-track{
  display: flex;
  transition: transform 520ms ease;
  will-change: transform;
}#pps-faq2026-root .review-slide{
  aspect-ratio: 16 / 7.2;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}#pps-faq2026-root .review-slide img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  width: 100%;
}#pps-faq2026-root .review-slide::after{
  background: linear-gradient(90deg, rgba(10, 9, 8, 0.38), rgba(10, 9, 8, 0.08) 58%, rgba(10, 9, 8, 0.1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}#pps-faq2026-root .review-overlay{
  background: rgba(255, 253, 249, 0.8);
  bottom: clamp(22px, 3.4vw, 48px);
  color: var(--soft-charcoal);
  left: clamp(22px, 3.4vw, 48px);
  max-width: min(460px, calc(100% - 44px));
  padding: clamp(20px, 2.6vw, 32px);
  position: absolute;
  text-align: left;
  z-index: 1;
}#pps-faq2026-root .review-overlay blockquote{
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.85vw, 1.75rem);
  line-height: 1.22;
  margin: 0;
}#pps-faq2026-root .review-overlay p{
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 18px 0 0;
  text-transform: uppercase;
}#pps-faq2026-root .review-dots{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}#pps-faq2026-root .review-dots button{
  background: rgba(93, 126, 139, 0.3);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    width 160ms ease;
  width: 9px;
}#pps-faq2026-root .review-dots button[aria-current="true"]{
  background: var(--blue);
  transform: scale(1.08);
  width: 22px;
}#pps-faq2026-root .review-dots button:focus-visible{
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}#pps-faq2026-root .proof-grid{
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  margin: 0 auto;
  max-width: 1320px;
}#pps-faq2026-root .proof-card{
  display: grid;
  gap: 18px;
  margin: 0;
}#pps-faq2026-root .proof-card img{
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .proof-card blockquote{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  font-weight: 400;
  line-height: 1.22;
  margin: 0;
}#pps-faq2026-root .proof-card figcaption{
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}#pps-faq2026-root .gallery-section{
  background: var(--pale-stone);
  max-width: none;
  padding: clamp(52px, 7vw, 92px) clamp(14px, 2.5vw, 36px);
}#pps-faq2026-root .gallery-intro{
  margin: 0 auto clamp(32px, 4.8vw, 62px);
  max-width: 980px;
  text-align: center;
}#pps-faq2026-root .gallery-intro h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}#pps-faq2026-root .keep-together{
  white-space: nowrap;
}#pps-faq2026-root .gallery-intro p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}#pps-faq2026-root .gallery-intro .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
}#pps-faq2026-root .gallery-wall{
  column-count: 2;
  column-gap: 6px;
  margin: 0 auto;
  max-width: 1540px;
}#pps-faq2026-root .gallery-wall img{
  break-inside: avoid;
  height: auto;
  margin: 0 0 6px;
  width: 100%;
}#pps-faq2026-root .instagram-link, #pps-faq2026-root .all-weddings{
  display: flex;
  margin: 26px auto 0;
  width: max-content;
}#pps-faq2026-root .album-section{
  background: var(--warm-white);
  margin: 0;
  max-width: none;
  padding: clamp(52px, 7vw, 92px) 0;
}#pps-faq2026-root .album-section-inner{
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(420px, 46fr);
  margin: 0 auto;
  max-width: 1536px;
}#pps-faq2026-root .album-image{
  align-self: stretch;
  min-height: clamp(560px, 57.5vw, 884px);
}#pps-faq2026-root .album-image img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .album-copy{
  --album-side-pad: clamp(40px, 5vw, 74px);

  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px) var(--album-side-pad);
}#pps-faq2026-root .album-copy .section-kicker{
  color: var(--coral);
  margin-bottom: 16px;
}#pps-faq2026-root .album-copy h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 660px;
}#pps-faq2026-root .album-copy h2 em{
  font-style: italic;
}#pps-faq2026-root .album-divider{
  align-items: center;
  display: flex;
  gap: 24px;
  margin: clamp(28px, 3.6vw, 42px) 0;
}#pps-faq2026-root .album-divider::before, #pps-faq2026-root .album-divider::after{
  background: rgba(154, 136, 123, 0.38);
  content: "";
  flex: 1;
  height: 1px;
}#pps-faq2026-root .album-divider::after{
  box-shadow: -18px 0 0 -8px var(--muted-taupe);
}#pps-faq2026-root .album-points{
  display: grid;
  gap: clamp(20px, 2.5vw, 30px);
  grid-auto-rows: minmax(clamp(108px, 8vw, 132px), auto);
}#pps-faq2026-root .album-point, #pps-faq2026-root .album-gift{
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  grid-template-columns: 72px minmax(0, 1fr);
}#pps-faq2026-root .album-gift{
  align-items: start;
}#pps-faq2026-root .album-icon{
  align-items: center;
  background: rgba(235, 228, 220, 0.78);
  border-radius: 999px;
  color: #7b604f;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}#pps-faq2026-root .album-icon svg{
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 34px;
}#pps-faq2026-root .album-point h3, #pps-faq2026-root .album-gift h3{
  color: var(--soft-charcoal);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 5px;
}#pps-faq2026-root .album-point p, #pps-faq2026-root .album-gift p{
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.04rem);
  line-height: 1.58;
  margin: 0;
}#pps-faq2026-root .album-gift{
  background: var(--soft-ivory);
  margin: clamp(28px, 3.8vw, 46px) calc(var(--album-side-pad) * -1) 0;
  padding: clamp(28px, 3.8vw, 46px) var(--album-side-pad);
}#pps-faq2026-root .album-button{
  align-self: center;
  margin-top: clamp(24px, 3vw, 36px);
}#pps-faq2026-root .real-weddings-section{
  background: transparent;
  isolation: isolate;
  padding-top: clamp(34px, 5vw, 72px);
  position: relative;
  text-align: center;
}#pps-faq2026-root .real-weddings-section::before{
  background: var(--soft-ivory);
  content: "";
  inset: 0 calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}#pps-faq2026-root .real-weddings-section .center-kicker{
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}#pps-faq2026-root .real-weddings-section h2{
  color: var(--soft-charcoal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(32px, 4.8vw, 62px);
}#pps-faq2026-root .wedding-grid{
  display: grid;
  gap: 26px;
}#pps-faq2026-root .wedding-card{
  background: var(--warm-white);
  display: grid;
}#pps-faq2026-root .wedding-card img{
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .wedding-card div{
  display: grid;
  gap: 4px;
  padding: 22px clamp(20px, 2.2vw, 30px) 26px;
  text-align: center;
}#pps-faq2026-root .wedding-card h3{
  color: var(--blue);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}#pps-faq2026-root .wedding-card p{
  color: var(--quiet-charcoal);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}#pps-faq2026-root .wedding-location{
  margin-top: -2px;
}#pps-faq2026-root .wedding-story-link{
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, font-size 160ms ease;
}#pps-faq2026-root .wedding-story-link:hover, #pps-faq2026-root .wedding-story-link:focus-visible{
  color: var(--blue);
  font-size: 0.72rem;
  outline: 0;
}#pps-faq2026-root .final-cta{
  display: grid;
  min-height: 0;
  overflow: hidden;
  position: relative;
}#pps-faq2026-root .final-cta img{
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}#pps-faq2026-root .final-cta::after{
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.88) 42%, rgba(255, 253, 249, 0.34) 78%);
  content: "";
  inset: 0;
  position: absolute;
}#pps-faq2026-root .final-cta-copy{
  align-self: center;
  container-type: inline-size;
  max-width: 980px;
  padding: 50px var(--gutter);
  position: relative;
  z-index: 1;
}#pps-faq2026-root .final-cta h2{
  font-size: clamp(1rem, 5.9cqw, 3rem);
  line-height: 1.09;
  white-space: nowrap;
}#pps-faq2026-root .final-cta p{
  margin: 0;
  max-width: 580px;
}#pps-faq2026-root .final-cta p:first-of-type{
  margin-top: clamp(18px, 2.2vw, 28px);
}#pps-faq2026-root .final-cta p + p{
  margin-top: 14px;
}#pps-faq2026-root .final-cta .button{
  margin-top: clamp(24px, 3vw, 34px);
}#pps-faq2026-root .instagram-strip{
  background: var(--warm-white);
  padding: clamp(42px, 6vw, 76px) var(--gutter);
  text-align: center;
}#pps-faq2026-root .instagram-feed-shell{
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  max-width: 1180px;
  overflow: hidden;
  width: 100%;
}#pps-faq2026-root .instagram-feed-mount{
  min-height: 80px;
}#pps-faq2026-root .instagram-feed-mount.is-fallback{
  min-height: 0;
}#pps-faq2026-root .instagram-feed-fallback{
  color: var(--muted-taupe);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}#pps-faq2026-root .instagram-feed-mount #sb_instagram, #pps-faq2026-root .instagram-feed-mount .sb_instagram{
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: min(1180px, 100%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount .sb_instagram_header, #pps-faq2026-root .instagram-feed-mount [id^="sb_instagram"] > .sb_instagram_header, #pps-faq2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi_header, #pps-faq2026-root .instagram-feed-mount [id^="sb_instagram"] > .sbi-header, #pps-faq2026-root .instagram-feed-mount .sbi_header, #pps-faq2026-root .instagram-feed-mount .sbi-header, #pps-faq2026-root .instagram-feed-mount .sbi-header-type-text, #pps-faq2026-root .instagram-feed-mount .sbi_header_link, #pps-faq2026-root .instagram-feed-mount .sbi_header_img, #pps-faq2026-root .instagram-feed-mount .sbi_header_text, #pps-faq2026-root .instagram-feed-mount .sbi_header_type_text, #pps-faq2026-root .instagram-feed-mount .sbi_bio, #pps-faq2026-root .instagram-feed-mount .sbi_info, #pps-faq2026-root .instagram-feed-mount .sbi_caption, #pps-faq2026-root .instagram-feed-mount .sbi_item_caption, #pps-faq2026-root .instagram-feed-mount .sbi_username, #pps-faq2026-root .instagram-feed-mount .sbi_follow, #pps-faq2026-root .instagram-feed-mount .sbi_follow_btn, #pps-faq2026-root .instagram-feed-mount .sbi_load_btn, #pps-faq2026-root .instagram-feed-mount #sbi_load{
  display: none !important;
}#pps-faq2026-root .instagram-feed-mount #sbi_images, #pps-faq2026-root .instagram-feed-mount .sbi_images{
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
  grid-auto-flow: row !important;
  grid-auto-rows: 1fr !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount #sbi_images::before, #pps-faq2026-root .instagram-feed-mount #sbi_images::after, #pps-faq2026-root .instagram-feed-mount .sbi_images::before, #pps-faq2026-root .instagram-feed-mount .sbi_images::after{
  content: none !important;
  display: none !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_link, #pps-faq2026-root .instagram-feed-mount .sbi_link_area, #pps-faq2026-root .instagram-feed-mount .sbi_hover_top, #pps-faq2026-root .instagram-feed-mount .sbi_hover_bottom, #pps-faq2026-root .instagram-feed-mount .sbi_lightbox_carousel_icon{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_item{
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_photo_wrap, #pps-faq2026-root .instagram-feed-mount .sbi_photo_wrap a, #pps-faq2026-root .instagram-feed-mount .sbi_item > a, #pps-faq2026-root .instagram-feed-mount .sbi_item .sbi_inner_wrap, #pps-faq2026-root .instagram-feed-mount .sbi_item .sbi_photo_inner{
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_photo{
  aspect-ratio: 1 / 1 !important;
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_photo img, #pps-faq2026-root .instagram-feed-mount .sbi_item img{
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  width: 100% !important;
}#pps-faq2026-root .instagram-feed-mount .sbi_photo:hover{
  opacity: 0.9;
  transform: scale(1.01);
}#pps-faq2026-root .instagram-strip .center-kicker{
  display: none !important;
  margin-bottom: 18px;
  text-align: center;
}#pps-faq2026-root .instagram-link{
  justify-content: center;
  margin: 0 auto;
}#pps-faq2026-root .site-footer{
  background: #0f5558;
  color: rgba(255, 253, 249, 0.86);
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: 1fr;
  padding: clamp(52px, 6vw, 86px) var(--gutter) clamp(56px, 7vw, 94px);
}#pps-faq2026-root .footer-brand{
  display: grid;
  justify-items: start;
}#pps-faq2026-root .footer-brand img{
  height: auto;
  margin-bottom: clamp(24px, 3.4vw, 42px);
  width: min(286px, 61vw);
}#pps-faq2026-root .footer-brand p, #pps-faq2026-root .footer-nav h2, #pps-faq2026-root .footer-nav a{
  font-size: clamp(0.66rem, 0.78vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}#pps-faq2026-root .footer-nav h2{
  color: rgba(255, 253, 249, 0.78);
  margin: 0 0 24px;
}#pps-faq2026-root .footer-brand p{
  margin: 0 0 22px;
  max-width: 430px;
}#pps-faq2026-root .footer-nav a{
  transition: color 160ms ease;
}#pps-faq2026-root .footer-nav a:hover, #pps-faq2026-root .footer-nav a:focus-visible{
  color: var(--coral);
  outline: 0;
}#pps-faq2026-root .footer-nav{
  align-content: start;
  display: grid;
  gap: 6px;
}#pps-faq2026-root .footer-nav h2{
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}#pps-faq2026-root .footer-nav h2::after{
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}#pps-faq2026-root .site-footer .footer-nav :where(h2, #pps-faq2026-root h3){
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}#pps-faq2026-root .site-footer .footer-nav :where(h2, #pps-faq2026-root h3)::after{
  background: var(--coral);
  content: "";
  display: block;
  height: 2px;
  width: 34px;
}#pps-faq2026-root .site-footer .footer-nav h2, #pps-faq2026-root .site-footer .footer-nav h3{
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}#pps-faq2026-root .site-footer .footer-nav h2::after, #pps-faq2026-root .site-footer .footer-nav h3::after{
  background: var(--coral) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}#pps-faq2026-root .footer-nav a{
  color: rgba(255, 253, 249, 0.88);
  white-space: nowrap;
}#pps-faq2026-root .footer-social-icons{
  display: flex;
  gap: 12px;
}#pps-faq2026-root .footer-office-details{
  display: grid;
  gap: 6px;
  margin-top: 24px;
}#pps-faq2026-root .footer-office-details p{
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}#pps-faq2026-root .footer-phone-line{
  font-size: clamp(0.6rem, 0.68vw, 0.66rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
}#pps-faq2026-root .footer-social-icons a{
  align-items: center;
  border: 1px solid rgba(255, 253, 249, 0.38);
  color: rgba(255, 253, 249, 0.88);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 38px;
}#pps-faq2026-root .footer-social-icons a:hover, #pps-faq2026-root .footer-social-icons a:focus-visible{
  background: rgba(255, 253, 249, 0.1);
  border-color: var(--coral);
  color: var(--coral);
  outline: 0;
}#pps-faq2026-root .footer-social-icons svg{
  height: 19px;
  width: 19px;
}#pps-faq2026-root .footer-social-icons rect, #pps-faq2026-root .footer-social-icons circle, #pps-faq2026-root .footer-social-icons path{
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}#pps-faq2026-root .footer-social-icons a:nth-child(2) path{
  fill: currentColor;
  stroke: none;
}@media (min-width: 1080px){#pps-faq2026-root .nav-links{
    display: flex;
  }#pps-faq2026-root .mobile-menu{
    display: none;
  }#pps-faq2026-root .gallery-wall{
    column-count: 5;
  }#pps-faq2026-root .collection-section{
    grid-template-columns: minmax(370px, 0.78fr) minmax(0, 1.12fr);
    max-width: 1536px;
  }#pps-faq2026-root .collection-image{
    min-height: clamp(660px, 59vw, 890px);
  }#pps-faq2026-root .site-footer{
    grid-template-columns:
      minmax(285px, 1fr)
      minmax(245px, 0.82fr)
      minmax(250px, 0.88fr)
      minmax(170px, 0.55fr);
  }
}@media (min-width: 700px){#pps-faq2026-root .intro-section{
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
    padding-right: 0;
  }#pps-faq2026-root .benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-faq2026-root .contact-section{
    align-items: stretch;
    grid-template-columns: minmax(0, 540px) minmax(270px, 360px);
    justify-content: center;
  }#pps-faq2026-root .contact-images{
    align-self: stretch;
    max-width: 360px;
  }#pps-faq2026-root .benefits-intro h2{
    white-space: nowrap;
  }#pps-faq2026-root .benefit h3{
    overflow: hidden;
  }#pps-faq2026-root .benefit{
    min-height: 0;
  }#pps-faq2026-root .benefit:first-child{
    border-left: 0;
  }#pps-faq2026-root .proof-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-faq2026-root .wedding-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}@media (max-width: 1079px){#pps-faq2026-root .mobile-menu{
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }#pps-faq2026-root .mobile-menu summary{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
  }#pps-faq2026-root .mobile-menu[open] summary, #pps-faq2026-root .mobile-menu summary:hover, #pps-faq2026-root .mobile-menu summary:focus-visible{
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }#pps-faq2026-root .mobile-menu nav{
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }
}@media (max-width: 1079px){#pps-faq2026-root .album-section{
    padding: clamp(42px, 7vw, 68px) 0;
  }#pps-faq2026-root .album-section-inner{
    grid-template-columns: 1fr;
  }#pps-faq2026-root .album-image{
    min-height: 0;
  }#pps-faq2026-root .album-image img{
    aspect-ratio: 1 / 0.82;
    height: auto;
    object-fit: cover;
  }#pps-faq2026-root .album-copy{
    --album-side-pad: clamp(24px, 6vw, 54px);

    padding: clamp(34px, 6vw, 56px) var(--album-side-pad) 0;
  }#pps-faq2026-root .album-copy h2{
    font-size: clamp(2rem, 7vw, 3.1rem);
    max-width: 720px;
  }#pps-faq2026-root .album-point, #pps-faq2026-root .album-gift{
    grid-template-columns: 62px minmax(0, 1fr);
  }#pps-faq2026-root .album-icon{
    height: 56px;
    width: 56px;
  }#pps-faq2026-root .album-icon svg{
    height: 30px;
    width: 30px;
  }
}@media (min-width: 700px) and (max-width: 1240px){#pps-faq2026-root .reassurance-section{
    min-height: 0;
  }#pps-faq2026-root .reassurance-copy{
    max-width: min(470px, 44vw);
    right: clamp(42px, 5vw, 68px);
    top: clamp(88px, 15vw, 168px);
    width: 44vw;
  }#pps-faq2026-root .reassurance-copy .coral-rule{
    margin-bottom: clamp(10px, 1.4vw, 16px);
  }#pps-faq2026-root .reassurance-copy h2{
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.06;
  }#pps-faq2026-root .reassurance-copy p{
    font-size: clamp(0.78rem, 1vw, 0.92rem);
    line-height: 1.56;
  }#pps-faq2026-root .reassurance-copy h2 + p{
    margin-top: clamp(12px, 1.6vw, 18px);
  }#pps-faq2026-root .reassurance-copy p + p{
    margin-top: clamp(7px, 1vw, 12px);
  }#pps-faq2026-root .reassurance-button{
    font-size: clamp(0.56rem, 0.82vw, 0.66rem);
    letter-spacing: 0.13em;
    line-height: 1.2;
    margin-top: clamp(14px, 1.8vw, 22px);
    min-height: 40px;
    padding: 12px 18px;
  }
}@media (max-width: 699px){#pps-faq2026-root .hero{
    min-height: 96svh;
    padding-top: 108px;
  }#pps-faq2026-root .hero-nav{
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    justify-content: initial;
    min-height: 74px;
    padding-bottom: 10px;
    padding-left: clamp(12px, 4vw, 22px);
    padding-right: clamp(12px, 4vw, 22px);
    padding-top: 10px;
  }#pps-faq2026-root .brand-mark{
    grid-column: 2;
    justify-self: center;
    margin: 0;
    max-width: 100%;
  }#pps-faq2026-root .brand-mark img{
    max-width: 100%;
    width: min(72vw, 330px);
  }#pps-faq2026-root .mobile-menu{
    grid-column: 3;
    justify-self: end;
    position: fixed;
    right: clamp(18px, 5vw, 24px);
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    transform: none;
    z-index: 100060;
  }#pps-faq2026-root .mobile-menu summary{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(255, 253, 249, 0.52);
    border: 2px solid rgba(232, 129, 108, 0.72);
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14);
    height: 40px;
    width: 40px;
  }#pps-faq2026-root .mobile-menu[open] summary, #pps-faq2026-root .mobile-menu summary:hover, #pps-faq2026-root .mobile-menu summary:focus-visible{
    background: rgba(255, 253, 249, 0.72);
    border-color: var(--coral);
    outline: 0;
  }#pps-faq2026-root .mobile-menu nav{
    max-width: calc(100vw - 32px);
    right: 0;
    z-index: 100061;
  }#pps-faq2026-root .hero-copy{
    align-self: end;
    justify-self: center;
    text-align: center;
    width: min(100%, 520px);
  }#pps-faq2026-root .hero-copy .coral-rule{
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .hero-copy p{
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .hero-actions{
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }#pps-faq2026-root .button{
    width: 100%;
  }#pps-faq2026-root .text-link{
    justify-content: center;
  }#pps-faq2026-root .gallery-intro h2{
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 12em;
  }#pps-faq2026-root .gallery-wall{
    column-count: 3;
  }#pps-faq2026-root .benefits-section{
    padding-left: clamp(16px, 4vw, 22px);
    padding-right: clamp(16px, 4vw, 22px);
    padding-top: 40px;
    padding-bottom: 44px;
  }#pps-faq2026-root .benefits-intro, #pps-faq2026-root .benefits-intro .center-kicker, #pps-faq2026-root .benefits-intro p:not(.center-kicker){
    text-align: center;
  }#pps-faq2026-root .benefits-intro h2{
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }#pps-faq2026-root .benefits-intro p:not(.center-kicker){
    letter-spacing: 0.04em;
  }#pps-faq2026-root .benefit-grid{
    gap: 28px 18px;
  }#pps-faq2026-root .benefit-illustration{
    clip-path: inset(4px);
    height: clamp(54px, 17vw, 72px);
    width: min(100%, 132px);
  }#pps-faq2026-root .benefit h3{
    font-size: clamp(0.72rem, 2.65vw, 0.9rem);
    letter-spacing: 0.1em;
  }#pps-faq2026-root .benefit-rule{
    margin: 8px 0 10px;
  }#pps-faq2026-root .benefit p{
    font-size: clamp(0.82rem, 3vw, 0.96rem);
    line-height: 1.54;
  }#pps-faq2026-root .collection-section{
    padding-bottom: 46px;
    padding-top: 46px;
  }#pps-faq2026-root .collection-copy h2{
    font-size: clamp(2.3rem, 12vw, 3.3rem);
    line-height: 1.02;
  }#pps-faq2026-root .collection-body p{
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }#pps-faq2026-root .collection-divider{
    gap: 16px;
  }#pps-faq2026-root .collection-item{
    font-size: clamp(0.94rem, 3.7vw, 1.04rem);
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 50px;
  }#pps-faq2026-root .collection-icon svg{
    height: 30px;
    width: 30px;
  }#pps-faq2026-root .collection-button{
    width: 100%;
  }#pps-faq2026-root .collection-image{
    min-height: 0;
  }#pps-faq2026-root .collection-image img{
    aspect-ratio: 3 / 4;
    height: auto;
    object-position: center bottom;
  }#pps-faq2026-root .review-slide{
    aspect-ratio: 4 / 5;
  }#pps-faq2026-root .review-slide::after{
    background: linear-gradient(0deg, rgba(10, 9, 8, 0.36), rgba(10, 9, 8, 0.08) 62%);
  }#pps-faq2026-root .review-overlay{
    background: rgba(255, 253, 249, 0.84);
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
  }#pps-faq2026-root .review-overlay blockquote{
    font-size: clamp(1.02rem, 4.4vw, 1.2rem);
  }#pps-faq2026-root .review-overlay p{
    font-size: 0.58rem;
    margin-top: 14px;
  }#pps-faq2026-root .contact-section{
    gap: 24px;
    padding-left: clamp(20px, 5vw, 30px);
    padding-right: clamp(20px, 5vw, 30px);
  }#pps-faq2026-root .contact-copy h2{
    font-size: clamp(1.55rem, 7.2vw, 2.25rem);
    white-space: nowrap;
  }#pps-faq2026-root .contact-lede{
    font-size: clamp(0.56rem, 2.35vw, 0.84rem);
    white-space: nowrap;
  }#pps-faq2026-root .contact-form{
    gap: 12px;
  }#pps-faq2026-root .contact-form input{
    min-height: 42px;
  }#pps-faq2026-root .contact-form textarea{
    min-height: 92px;
  }#pps-faq2026-root .contact-next{
    align-items: center;
    grid-template-columns: 34px minmax(0, 1fr);
  }#pps-faq2026-root .contact-next svg{
    height: 34px;
    width: 34px;
  }#pps-faq2026-root .contact-images{
    margin: 5px auto;
    max-width: 300px;
  }#pps-faq2026-root .contact-images img{
    aspect-ratio: 3 / 4;
    height: auto;
  }#pps-faq2026-root .album-section{
    padding-bottom: 52px;
    padding-top: 42px;
  }#pps-faq2026-root .album-image img{
    aspect-ratio: 1 / 0.86;
  }#pps-faq2026-root .album-copy{
    padding-top: 34px;
  }#pps-faq2026-root .album-copy .section-kicker{
    text-align: left;
  }#pps-faq2026-root .album-copy h2{
    font-size: clamp(2rem, 9vw, 2.75rem);
  }#pps-faq2026-root .album-divider{
    gap: 16px;
    margin: 24px 0;
  }#pps-faq2026-root .album-points{
    gap: 24px;
    grid-auto-rows: auto;
  }#pps-faq2026-root .album-point, #pps-faq2026-root .album-gift{
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
  }#pps-faq2026-root .album-icon{
    height: 48px;
    width: 48px;
  }#pps-faq2026-root .album-icon svg{
    height: 26px;
    width: 26px;
  }#pps-faq2026-root .album-point p, #pps-faq2026-root .album-gift p{
    font-size: clamp(0.92rem, 3.5vw, 1rem);
  }#pps-faq2026-root .album-gift{
    margin-top: 28px;
    padding-bottom: 32px;
    padding-top: 32px;
  }#pps-faq2026-root .album-button{
    width: 100%;
  }#pps-faq2026-root .intro-image{
    display: none;
  }#pps-faq2026-root .reassurance-section{
    background: #2f1f14;
    min-height: clamp(1080px, 280vw, 1240px);
    padding: 0;
  }#pps-faq2026-root .reassurance-art{
    inset: 0;
    position: absolute;
    width: 100%;
  }#pps-faq2026-root .reassurance-art, #pps-faq2026-root .reassurance-art img{
    height: 100%;
  }#pps-faq2026-root .reassurance-art img{
    object-fit: cover;
    object-position: top center;
  }#pps-faq2026-root .reassurance-copy{
    bottom: auto;
    left: 8%;
    max-width: 84%;
    padding: 0;
    right: auto;
    text-align: center;
    top: 59%;
    width: 84%;
  }#pps-faq2026-root .reassurance-copy .coral-rule{
    margin: 0 auto 22px;
    width: 42px;
  }#pps-faq2026-root .reassurance-copy h2{
    font-size: clamp(2.15rem, 9vw, 3.58rem);
    line-height: 1.07;
    white-space: normal;
  }#pps-faq2026-root .reassurance-copy p{
    font-size: clamp(0.86rem, 1.15vw, 1rem);
    line-height: 1.82;
  }#pps-faq2026-root .reassurance-copy h2 + p{
    margin-top: 22px;
  }#pps-faq2026-root .reassurance-copy p + p{
    margin-top: 14px;
  }#pps-faq2026-root .reassurance-button{
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-top: 30px;
    min-height: 46px;
    padding: 16px 24px;
    text-align: center;
    width: 100%;
  }#pps-faq2026-root .center-kicker{
    text-align: left;
  }#pps-faq2026-root .instagram-link, #pps-faq2026-root .all-weddings{
    margin-left: 0;
  }#pps-faq2026-root .instagram-strip .center-kicker, #pps-faq2026-root .instagram-link{
    justify-content: center;
    margin-left: auto;
  }#pps-faq2026-root .site-footer{
    text-align: left;
  }
}@media (min-width: 700px) and (max-width: 1079px){#pps-faq2026-root .gallery-wall{
    column-count: 3;
  }#pps-faq2026-root .instagram-feed-mount #sbi_images, #pps-faq2026-root .instagram-feed-mount .sbi_images{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }#pps-faq2026-root .site-footer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 699px){#pps-faq2026-root .instagram-feed-mount #sbi_images, #pps-faq2026-root .instagram-feed-mount .sbi_images{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}#pps-faq2026-root /* About 2026 mockup */
.about2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  min-height: 100vh;
  overflow-x: clip;
}#pps-faq2026-root .about2026 :where(p, #pps-faq2026-root a, #pps-faq2026-root button){
  font-family: var(--sans);
}#pps-faq2026-root .about2026 :where(h1, #pps-faq2026-root h2){
  font-family: var(--serif);
  letter-spacing: 0;
  text-transform: none;
}#pps-faq2026-root .about-visually-hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}#pps-faq2026-root .about-kicker{
  color: var(--coral);
  font-size: clamp(0.66rem, 0.7vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 clamp(18px, 2.1vw, 28px);
  text-transform: uppercase;
}#pps-faq2026-root .about-coral-rule, #pps-faq2026-root .about-small-rule{
  background: var(--coral);
  display: block;
  height: 2px;
  width: 44px;
}#pps-faq2026-root .about-coral-rule{
  margin: clamp(18px, 2.2vw, 26px) 0 clamp(22px, 2.4vw, 32px);
  transform: rotate(-3deg);
  transform-origin: left center;
  width: 94px;
}#pps-faq2026-root .about-small-rule{
  margin: clamp(16px, 1.7vw, 22px) 0 clamp(15px, 1.7vw, 22px);
  width: 34px;
}#pps-faq2026-root .about-button{
  align-items: center;
  background: var(--coral);
  background-image: none !important;
  border: 1px solid var(--coral);
  color: var(--warm-white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1;
  min-height: 48px;
  padding: 17px 28px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}#pps-faq2026-root .about-button::before, #pps-faq2026-root .about-button::after{
  display: none !important;
}#pps-faq2026-root .about-button:hover, #pps-faq2026-root .about-button:focus-visible{
  background: #e99282;
  background-image: none !important;
  border-color: #e99282;
  color: var(--warm-white);
  outline: 0;
  text-decoration: none !important;
}#pps-faq2026-root .about-button-dark{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-faq2026-root .about-button-dark:hover, #pps-faq2026-root .about-button-dark:focus-visible{
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}#pps-faq2026-root .about-button-light{
  background: var(--coral);
  border-color: var(--coral);
  color: var(--warm-white);
}#pps-faq2026-root .about-button-light:hover, #pps-faq2026-root .about-button-light:focus-visible{
  background: #e99282;
  border-color: #e99282;
  color: var(--warm-white);
}#pps-faq2026-root .about-hero{
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(560px, 48vw, 720px);
  position: relative;
}#pps-faq2026-root .about-hero-copy{
  align-self: center;
  justify-self: end;
  max-width: 590px;
  padding: clamp(106px, 9vw, 132px) clamp(34px, 6vw, 80px) clamp(58px, 7vw, 108px);
  width: 100%;
}#pps-faq2026-root .about-hero-copy h1{
  color: #171514;
  font-size: clamp(3.2rem, 5.1vw, 5.65rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}#pps-faq2026-root .about-hero-copy h1 span, #pps-faq2026-root .about-hero-copy h1 em{
  display: block;
}#pps-faq2026-root .about-hero-copy h1 em{
  font-style: italic;
  margin-top: 4px;
}#pps-faq2026-root .about-hero-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-faq2026-root .about-hero-copy p:not(.about-kicker) + p{
  margin-top: 20px;
}#pps-faq2026-root .about-hero-copy p a{
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(93, 126, 139, 0.35);
  text-underline-offset: 4px;
}#pps-faq2026-root .about-hero-copy p a:hover, #pps-faq2026-root .about-hero-copy p a:focus-visible{
  color: var(--coral);
  outline: 0;
  text-decoration-color: var(--coral);
}#pps-faq2026-root .about-hero-copy .about-button{
  margin-top: clamp(30px, 3.4vw, 44px);
}#pps-faq2026-root .about-signature{
  color: #171514 !important;
  font-family: var(--hand) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem) !important;
  font-weight: 600;
  line-height: 0.9 !important;
  margin: clamp(30px, 3.6vw, 48px) 0 0 !important;
  transform: rotate(-3deg);
  transform-origin: left center;
}#pps-faq2026-root .about-hero-image{
  align-self: center;
  aspect-ratio: 3 / 4;
  background: #fffdfa;
  border: 1px solid rgba(92, 80, 71, 0.16);
  box-shadow: 0 18px 42px rgba(43, 35, 30, 0.07);
  height: auto;
  justify-self: stretch;
  margin: clamp(18px, 2.4vw, 34px);
  min-height: 0;
  overflow: hidden;
  padding: clamp(8px, 1vw, 14px);
  position: relative;
  width: calc(100% - clamp(36px, 4.8vw, 68px));
}#pps-faq2026-root .about-hero-image img{
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .about-mom-pop-note{
  color: #171514;
  font-family: var(--hand);
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: clamp(34px, 7vw, 112px);
  text-shadow: 0 2px 18px rgba(255, 253, 249, 0.74);
  top: clamp(130px, 17vw, 235px);
  transform: rotate(-5deg);
  z-index: 2;
}#pps-faq2026-root .about-mom-pop-note::before{
  background:
    linear-gradient(
      90deg,
      rgba(226, 99, 76, 0.72),
      rgba(226, 99, 76, 0.96) 24%,
      rgba(226, 99, 76, 0.82) 53%,
      rgba(226, 99, 76, 0.98)
    );
  border-radius: 999px 74% 999px 84%;
  box-shadow:
    0 1px 0 rgba(226, 99, 76, 0.48),
    0 -1px 0 rgba(255, 139, 113, 0.38);
  content: "";
  filter: saturate(1.06);
  height: clamp(5px, 0.42vw, 8px);
  left: clamp(-188px, -11vw, -126px);
  opacity: 0.95;
  position: absolute;
  top: 60%;
  transform: rotate(154deg) skewX(-8deg);
  transform-origin: right center;
  width: clamp(132px, 11vw, 196px);
}#pps-faq2026-root .about-mom-pop-note::after{
  border-bottom: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-left: clamp(4px, 0.34vw, 6px) solid var(--coral);
  border-radius: 0 0 0 5px;
  content: "";
  filter: saturate(1.06);
  height: clamp(15px, 1.18vw, 22px);
  left: clamp(-188px, -11.15vw, -126px);
  opacity: 0.94;
  position: absolute;
  top: calc(60% + clamp(24px, 1.9vw, 34px));
  transform: rotate(-20deg) skew(-7deg);
  width: clamp(15px, 1.18vw, 22px);
}#pps-faq2026-root .about-section-inner{
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(44px, 5vw, 70px) var(--gutter) clamp(58px, 6vw, 86px);
}#pps-faq2026-root .about-facts{
  background: #fbf8f3;
}#pps-faq2026-root .about-facts-intro{
  margin: 0 auto clamp(32px, 4vw, 52px);
  max-width: 830px;
  text-align: center;
}#pps-faq2026-root .about-facts-intro .about-kicker{
  margin-bottom: 14px;
}#pps-faq2026-root .about-facts-intro h2{
  color: #171514;
  font-size: clamp(2.35rem, 3.7vw, 4.05rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}#pps-faq2026-root .about-facts-intro p:not(.about-kicker){
  color: var(--quiet-charcoal);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 680px;
}#pps-faq2026-root .about-fact-grid{
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}#pps-faq2026-root .about-fact-card{
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(235, 228, 220, 0.7);
  margin: 0;
  min-height: clamp(295px, 24vw, 365px);
  padding: clamp(34px, 3.4vw, 50px);
}#pps-faq2026-root .about-fact-card h2{
  color: #171514;
  font-size: clamp(1.82rem, 2.18vw, 2.38rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  max-width: none;
  text-wrap: normal;
}#pps-faq2026-root .about-fact-card p{
  color: #282522;
  font-size: clamp(0.9rem, 0.98vw, 1.02rem);
  line-height: 1.78;
  margin: 0;
  max-width: 560px;
}#pps-faq2026-root .about-belief{
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(390px, 34vw, 540px);
}#pps-faq2026-root .about-belief-image{
  height: 100%;
  margin: 0;
  overflow: hidden;
}#pps-faq2026-root .about-belief-image img{
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}#pps-faq2026-root .about-belief-copy{
  align-self: center;
  max-width: 620px;
  padding: clamp(48px, 7vw, 90px) clamp(34px, 7vw, 86px);
}#pps-faq2026-root .about-belief-copy h2{
  color: #171514;
  font-size: clamp(2.5rem, 4vw, 4.35rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(24px, 2.6vw, 34px);
  text-wrap: balance;
}#pps-faq2026-root .about-belief-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-faq2026-root .about-family{
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  padding: clamp(54px, 6vw, 88px) var(--gutter);
}#pps-faq2026-root .about-family-collage{
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}#pps-faq2026-root .about-family-tile{
  aspect-ratio: 1 / 1;
  background: #f4eee7;
  margin: 0;
  overflow: hidden;
}#pps-faq2026-root .about-family-tile img{
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .about-family-copy{
  max-width: 590px;
}#pps-faq2026-root .about-family-copy .about-kicker{
  margin-bottom: 14px;
}#pps-faq2026-root .about-family-copy h2{
  color: #171514;
  font-size: clamp(2.45rem, 4.2vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  text-wrap: balance;
}#pps-faq2026-root .about-family-copy p:not(.about-kicker){
  color: #282522;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}#pps-faq2026-root .about-family-copy p:not(.about-kicker) + p{
  margin-top: 18px;
}#pps-faq2026-root .about-final{
  align-items: center;
  background: #f4eee7;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  padding: clamp(20px, 3vw, 34px) var(--gutter);
}#pps-faq2026-root .about-final-image{
  align-self: stretch;
  margin: 0;
  min-height: clamp(240px, 23vw, 360px);
  overflow: hidden;
}#pps-faq2026-root .about-final-image img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .about-final-copy{
  max-width: 720px;
  padding: clamp(30px, 4vw, 50px) 0;
}#pps-faq2026-root .about-final-copy h2{
  color: #171514;
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 18px;
  text-wrap: balance;
}#pps-faq2026-root .about-final-copy p{
  color: #282522;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.72;
  margin: 0;
  max-width: 660px;
}#pps-faq2026-root .about-final-actions{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}#pps-faq2026-root .about-final-actions .about-button{
  min-width: 220px;
}@media (max-width: 940px){#pps-faq2026-root .about-hero{
    grid-template-columns: 1fr;
    min-height: 0;
  }#pps-faq2026-root .about-hero-copy{
    justify-self: center;
    max-width: 680px;
    order: 2;
    padding: clamp(34px, 7vw, 54px) var(--gutter) clamp(44px, 9vw, 68px);
  }#pps-faq2026-root .about-hero-copy h1{
    font-size: clamp(3rem, 12vw, 4.9rem);
  }#pps-faq2026-root .about-hero-image{
    aspect-ratio: 3 / 4;
    height: auto;
    justify-self: center;
    margin: clamp(96px, 16vw, 126px) auto 0;
    min-height: 0;
    order: 1;
    padding: 8px;
    width: min(82vw, 460px);
  }#pps-faq2026-root .about-fact-grid, #pps-faq2026-root .about-belief, #pps-faq2026-root .about-final{
    grid-template-columns: 1fr;
  }#pps-faq2026-root .about-belief-copy{
    max-width: 720px;
  }#pps-faq2026-root .about-belief-image{
    min-height: clamp(280px, 68vw, 540px);
  }#pps-faq2026-root .about-family{
    grid-template-columns: 1fr;
  }#pps-faq2026-root .about-family-copy{
    justify-self: center;
    max-width: 720px;
  }#pps-faq2026-root .about-final{
    gap: 10px;
  }#pps-faq2026-root .about-final-image{
    min-height: clamp(230px, 58vw, 430px);
  }
}@media (max-width: 620px){#pps-faq2026-root .about-kicker{
    font-size: 0.62rem;
  }#pps-faq2026-root .about-hero-copy, #pps-faq2026-root .about-section-inner, #pps-faq2026-root .about-belief-copy, #pps-faq2026-root .about-final{
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }#pps-faq2026-root .about-hero-copy{
    text-align: left;
  }#pps-faq2026-root .about-hero-copy h1{
    font-size: clamp(2.72rem, 12.6vw, 4.1rem);
  }#pps-faq2026-root .about-hero-copy p:not(.about-kicker), #pps-faq2026-root .about-belief-copy p:not(.about-kicker), #pps-faq2026-root .about-final-copy p, #pps-faq2026-root .about-fact-card p{
    font-size: 0.95rem;
  }#pps-faq2026-root .about-fact-grid{
    gap: 10px;
  }#pps-faq2026-root .about-fact-card{
    min-height: 0;
    padding: 30px 26px;
  }#pps-faq2026-root .about-fact-card h2{
    font-size: clamp(2rem, 10vw, 2.7rem);
  }#pps-faq2026-root .about-belief-copy h2{
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }#pps-faq2026-root .about-family{
    padding-left: clamp(22px, 6vw, 34px);
    padding-right: clamp(22px, 6vw, 34px);
  }#pps-faq2026-root .about-family-collage{
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#pps-faq2026-root .about-family-copy h2{
    font-size: clamp(2.28rem, 10vw, 3.4rem);
  }#pps-faq2026-root .about-family-copy p:not(.about-kicker){
    font-size: 0.95rem;
  }#pps-faq2026-root .about-final-copy h2{
    font-size: clamp(2rem, 9vw, 2.75rem);
  }#pps-faq2026-root .about-final{
    padding-bottom: 42px;
    padding-top: 20px;
  }#pps-faq2026-root .about-final-actions, #pps-faq2026-root .about-final-actions .about-button, #pps-faq2026-root .about-button{
    width: 100%;
  }
}#pps-faq2026-root /* Pricing / package preview */
.pricing2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  overflow-x: clip;
}#pps-faq2026-root .pricing2026, #pps-faq2026-root .pricing2026 *, #pps-faq2026-root .pricing2026 *::before, #pps-faq2026-root .pricing2026 *::after{
  box-sizing: border-box;
}#pps-faq2026-root .pricing2026 :where(p, #pps-faq2026-root li, #pps-faq2026-root a, #pps-faq2026-root button){
  font-family: var(--sans) !important;
}#pps-faq2026-root .pricing2026 :where(h1, #pps-faq2026-root h2, #pps-faq2026-root h3){
  font-family: var(--serif) !important;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}#pps-faq2026-root .pricing-hero{
  align-items: stretch;
  align-content: center;
  display: grid;
  column-gap: clamp(30px, 4vw, 68px);
  row-gap: clamp(22px, 3vw, 44px);
  grid-template-areas:
    "copy image"
    "inclusions image"
    "cta image";
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  grid-template-rows: repeat(3, auto);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: clamp(124px, 11vw, 158px) var(--gutter) clamp(54px, 7vw, 84px);
  position: relative;
  width: min(100%, 1440px);
}#pps-faq2026-root .pricing-hero, #pps-faq2026-root .pricing-hero > *, #pps-faq2026-root .pricing-hero-image{
  max-width: 100%;
  min-width: 0;
}#pps-faq2026-root .pricing-hero-copy{
  align-self: end;
  grid-area: copy;
}#pps-faq2026-root .pricing-kicker{
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin: 0 0 16px;
  text-transform: uppercase;
}#pps-faq2026-root .pricing-hero-copy h1, #pps-faq2026-root .pricing-section-heading h2, #pps-faq2026-root .pricing-album-banner h2{
  color: var(--soft-charcoal);
  margin: 0;
}#pps-faq2026-root .pricing-hero-copy h1{
  font-size: clamp(2.65rem, 4.6vw, 5.05rem);
  line-height: 0.96;
  text-wrap: balance;
}#pps-faq2026-root .pricing-hero-copy p:not(.pricing-kicker){
  color: var(--soft-charcoal);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  margin: 0;
  max-width: 500px;
}#pps-faq2026-root .pricing-divider{
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(28px, 3vw, 38px) 0;
  max-width: 370px;
}#pps-faq2026-root .pricing-divider::before, #pps-faq2026-root .pricing-divider::after{
  background: rgba(223, 127, 108, 0.55);
  content: "";
  flex: 1;
  height: 1px;
}#pps-faq2026-root .pricing-divider span{
  background: var(--coral);
  border-radius: 999px;
  box-shadow:
    -7px 0 0 var(--coral),
    7px 0 0 var(--coral);
  height: 5px;
  width: 5px;
}#pps-faq2026-root .pricing-divider.centered{
  margin-left: auto;
  margin-right: auto;
}#pps-faq2026-root .pricing-hero-image{
  align-self: stretch;
  grid-area: image;
  margin: 0;
  min-height: clamp(380px, 38vw, 560px);
  overflow: hidden;
  width: 100%;
}#pps-faq2026-root .pricing-hero-image img{
  display: block;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .pricing-inclusions{
  align-self: start;
  display: grid;
  gap: 18px 22px;
  grid-area: inclusions;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: clamp(8px, 1.3vw, 16px);
}#pps-faq2026-root .pricing-inclusion{
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
}#pps-faq2026-root .pricing-inclusion p{
  color: var(--soft-charcoal);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}#pps-faq2026-root .pricing-inclusion p span{
  color: var(--quiet-charcoal);
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 1px;
}#pps-faq2026-root .pricing-icon, #pps-faq2026-root .process-icon, #pps-faq2026-root .line-icon{
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}#pps-faq2026-root .pricing-icon svg, #pps-faq2026-root .process-icon svg, #pps-faq2026-root .line-icon svg{
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 34px;
}#pps-faq2026-root .pricing-travel-note{
  color: var(--quiet-charcoal);
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 520px;
}#pps-faq2026-root .pricing-hero-cta{
  align-self: end;
  grid-area: cta;
  padding-top: 0;
}#pps-faq2026-root .pricing-cta-row{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: normal;
}#pps-faq2026-root .pricing-starting-price{
  color: var(--coral);
  font-family: var(--sans) !important;
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}#pps-faq2026-root .pricing-addons{
  align-items: stretch;
  background: #fbf7f1;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(24px, 3vw, 36px);
}#pps-faq2026-root .addons-image{
  margin: 0;
  min-height: 100%;
}#pps-faq2026-root .addons-image img{
  display: block;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}#pps-faq2026-root .addons-copy{
  align-self: center;
  padding: clamp(16px, 2vw, 28px) clamp(4px, 1vw, 12px);
}#pps-faq2026-root .pricing-section-heading{
  margin: 0 0 clamp(26px, 3vw, 36px);
}#pps-faq2026-root .pricing-section-heading.center{
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}#pps-faq2026-root .pricing-section-heading h2{
  font-size: clamp(2.15rem, 3.2vw, 3.75rem);
  line-height: 1.03;
  text-wrap: balance;
}#pps-faq2026-root .pricing-section-heading.center .pricing-kicker{
  margin-bottom: 10px;
}#pps-faq2026-root .addon-grid{
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: 1fr;
}#pps-faq2026-root .addon-card{
  align-items: start;
  border-bottom: 1px solid rgba(47, 43, 40, 0.13);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-bottom: clamp(18px, 2.3vw, 28px);
}#pps-faq2026-root .addon-card:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}#pps-faq2026-root .addon-card h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  font-weight: 750;
  line-height: 1.4;
  margin: 0 0 10px;
}#pps-faq2026-root .addon-card ul{
  color: var(--soft-charcoal);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}#pps-faq2026-root .addon-card li{
  font-size: 0.9rem;
}#pps-faq2026-root .addon-card:last-child li:last-child{
  color: var(--coral);
  font-weight: 800;
}#pps-faq2026-root .photographer-section{
  background: #f7f2eb;
  box-shadow: 0 0 0 100vmax #f7f2eb;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(26px, 3vw, 36px) var(--gutter) clamp(42px, 5vw, 64px);
}#pps-faq2026-root .photographer-grid{
  display: grid;
  gap: 18px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}#pps-faq2026-root .photographer-card{
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(47, 43, 40, 0.12);
  display: grid;
  grid-template-columns: minmax(190px, 0.95fr) minmax(210px, 1.05fr);
  min-height: 238px;
}#pps-faq2026-root .photographer-photo{
  margin: 0;
  min-height: 236px;
  overflow: hidden;
  position: relative;
}#pps-faq2026-root .photographer-photo img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .photographer-photo button{
  background: rgba(255, 253, 249, 0.54);
  border: 0;
  border-radius: 999px;
  color: var(--soft-charcoal);
  cursor: pointer;
  display: grid;
  font-family: var(--sans) !important;
  font-size: 1.1rem;
  height: 30px;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}#pps-faq2026-root .photographer-photo button:first-of-type{
  left: 10px;
}#pps-faq2026-root .photographer-photo button:last-of-type{
  right: 10px;
}#pps-faq2026-root .portfolio-dots{
  align-items: center;
  background: rgba(255, 253, 249, 0.72);
  bottom: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 50%;
  padding: 6px 9px;
  position: absolute;
  transform: translateX(-50%);
}#pps-faq2026-root .portfolio-dots i{
  background: rgba(47, 43, 40, 0.32);
  border-radius: 999px;
  height: 5px;
  width: 5px;
}#pps-faq2026-root .portfolio-dots i:first-child{
  background: var(--soft-charcoal);
}#pps-faq2026-root .photographer-photo button, #pps-faq2026-root .portfolio-dots{
  display: none;
}#pps-faq2026-root .photographer-copy{
  align-self: center;
  padding: clamp(22px, 3vw, 34px);
}#pps-faq2026-root .photographer-copy h3{
  color: var(--blue);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 0.95;
  margin: 0 0 8px;
}#pps-faq2026-root .photographer-price{
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}#pps-faq2026-root .photographer-area{
  color: var(--soft-charcoal);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}#pps-faq2026-root .photographer-portfolio-link{
  border-bottom: 1px solid currentColor;
  color: var(--coral);
  display: inline-block;
  font-family: var(--sans) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 24px;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}#pps-faq2026-root .photographer-portfolio-link:hover{
  color: var(--blue);
  text-decoration: none;
  transform: scale(1.02);
}#pps-faq2026-root .pricing-process{
  background: var(--warm-white);
  padding: clamp(58px, 7vw, 96px) var(--gutter);
}#pps-faq2026-root .process-map{
  --process-arrow-gap: clamp(10px, 1.25vw, 18px);
  --process-card-height: clamp(158px, 13.5vw, 184px);
  --process-card-mid: clamp(84px, 7.4vw, 100px);
  --process-card-width: clamp(230px, 23vw, 298px);
  --process-icon-box: clamp(54px, 5vw, 72px);
  --process-icon-radius: clamp(27px, 2.5vw, 36px);
  --process-row: clamp(190px, 17vw, 222px);
  --process-row-gap: clamp(44px, 5vw, 66px);
  margin: clamp(38px, 5vw, 68px) auto 0;
  max-width: 1240px;
  padding: 0;
  position: relative;
}#pps-faq2026-root .process-mobile-graphic{
  display: none;
}#pps-faq2026-root .process-mobile-graphic img{
  display: block;
  height: auto;
  width: 100%;
}#pps-faq2026-root .process-line{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: var(--process-row);
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: var(--process-row-gap);
}#pps-faq2026-root .process-step{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
  min-height: 0;
  padding: 0 12px;
  position: relative;
  text-align: center;
  width: min(100%, var(--process-card-width));
  z-index: 1;
}#pps-faq2026-root .process-step-4{
  grid-column: 3;
  grid-row: 2;
}#pps-faq2026-root .process-step-5{
  grid-column: 2;
  grid-row: 2;
}#pps-faq2026-root .process-step-6{
  grid-column: 1;
  grid-row: 2;
}#pps-faq2026-root .process-step-7{
  grid-column: 1;
  grid-row: 3;
}#pps-faq2026-root .process-step-8{
  grid-column: 2;
  grid-row: 3;
}#pps-faq2026-root .process-step-9{
  grid-column: 3;
  grid-row: 3;
}#pps-faq2026-root .process-icon{
  background: var(--warm-white);
  height: var(--process-icon-box);
  margin: 0 auto 18px;
  padding: 4px;
  position: relative;
  width: var(--process-icon-box);
  z-index: 2;
}#pps-faq2026-root .process-icon svg{
  height: 100%;
  stroke-width: 1.35;
  width: 100%;
}#pps-faq2026-root .process-line h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
  max-width: 245px;
}#pps-faq2026-root .process-line p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 245px;
}#pps-faq2026-root .process-connector, #pps-faq2026-root .process-turn{
  pointer-events: none;
  position: absolute;
  z-index: 0;
}#pps-faq2026-root .process-connector{
  border-top: 2px dashed rgba(223, 127, 108, 0.74);
  height: 0;
  width: calc(33.333% - var(--process-card-width) - var(--process-arrow-gap) - var(--process-arrow-gap));
}#pps-faq2026-root .process-connector::after{
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  border-top: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  top: -7px;
  width: 12px;
}#pps-faq2026-root .process-connector-r1-a, #pps-faq2026-root .process-connector-r1-b, #pps-faq2026-root .process-connector-r3-a, #pps-faq2026-root .process-connector-r3-b{
  transform: translateY(-50%);
}#pps-faq2026-root .process-connector-r1-a::after, #pps-faq2026-root .process-connector-r1-b::after, #pps-faq2026-root .process-connector-r3-a::after, #pps-faq2026-root .process-connector-r3-b::after{
  right: 0;
  transform: rotate(45deg);
}#pps-faq2026-root .process-connector-r2-a, #pps-faq2026-root .process-connector-r2-b{
  transform: translateY(-50%);
}#pps-faq2026-root .process-connector-r2-a::after, #pps-faq2026-root .process-connector-r2-b::after{
  left: 0;
  transform: rotate(-135deg);
}#pps-faq2026-root .process-connector-r1-a{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}#pps-faq2026-root .process-connector-r1-b{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: var(--process-card-mid);
}#pps-faq2026-root .process-connector-r2-a{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-faq2026-root .process-connector-r2-b{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-faq2026-root .process-connector-r3-a{
  left: calc(16.666% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-faq2026-root .process-connector-r3-b{
  left: calc(50% + (var(--process-card-width) / 2) + var(--process-arrow-gap));
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-row) + var(--process-row-gap) + var(--process-card-mid));
}#pps-faq2026-root .process-turn{
  border-left: 2px dashed rgba(223, 127, 108, 0.7);
  height: calc(var(--process-row) + var(--process-row-gap) - var(--process-card-height) - 20px);
  width: 0;
}#pps-faq2026-root .process-turn::after{
  border-bottom: 2px solid rgba(223, 127, 108, 0.78);
  border-right: 2px solid rgba(223, 127, 108, 0.78);
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}#pps-faq2026-root .process-turn-right{
  left: calc(83.333% - 1px);
  top: calc(var(--process-card-height) + 10px);
}#pps-faq2026-root .process-turn-right::after{
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}#pps-faq2026-root .process-turn-left{
  left: calc(16.666% - 1px);
  top: calc(var(--process-row) + var(--process-row-gap) + var(--process-card-height) + 10px);
}#pps-faq2026-root .process-turn-left::after{
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}#pps-faq2026-root .pricing-album-banner{
  align-items: center;
  color: var(--soft-charcoal);
  display: grid;
  margin: 0 auto;
  max-width: 1320px;
  min-height: clamp(260px, 28vw, 390px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  position: relative;
  text-align: center;
}#pps-faq2026-root .pricing-album-banner img{
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}#pps-faq2026-root .pricing-album-banner::after{
  background: rgba(255, 253, 249, 0.63);
  content: "";
  inset: 0;
  position: absolute;
}#pps-faq2026-root .pricing-album-banner > div{
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  z-index: 1;
}#pps-faq2026-root .pricing-album-banner .pricing-kicker{
  color: var(--blue);
  margin-bottom: 14px;
}#pps-faq2026-root .pricing-album-banner h2{
  font-size: clamp(2.65rem, 5vw, 5.3rem);
  line-height: 0.95;
  text-wrap: balance;
}#pps-faq2026-root .album-feature-section{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: clamp(46px, 6vw, 82px) var(--gutter) clamp(64px, 7vw, 96px);
}#pps-faq2026-root .album-feature-grid{
  box-sizing: border-box;
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
  min-width: 0;
  width: 100%;
}#pps-faq2026-root .album-feature-card{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}#pps-faq2026-root .album-feature-card > *{
  max-width: 100%;
  min-width: 0;
}#pps-faq2026-root .album-feature-card img{
  aspect-ratio: 1.05 / 1;
  display: block;
  height: auto;
  margin: 0 0 clamp(18px, 2.2vw, 26px);
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .album-feature-card h3{
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 300px;
  text-transform: uppercase;
}#pps-faq2026-root .album-feature-card p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.8;
  margin: 0;
}@media (max-width: 1080px){#pps-faq2026-root .pricing-hero{
    column-gap: clamp(26px, 4vw, 44px);
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
  }#pps-faq2026-root .pricing-inclusions{
    background: #fbf7f1;
    grid-template-columns: 1fr;
    padding: 28px;
  }#pps-faq2026-root .pricing-travel-note{
    max-width: none;
  }#pps-faq2026-root .photographer-grid{
    gap: 18px;
  }#pps-faq2026-root .photographer-card{
    grid-template-columns: 1fr;
  }#pps-faq2026-root .photographer-photo{
    aspect-ratio: 16 / 10;
    min-height: 0;
  }#pps-faq2026-root .process-map{
    max-width: 960px;
  }#pps-faq2026-root .process-step{
    padding-left: clamp(12px, 2vw, 28px);
    padding-right: clamp(12px, 2vw, 28px);
  }#pps-faq2026-root .process-connector, #pps-faq2026-root .process-turn{
    display: none;
  }#pps-faq2026-root .album-feature-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 780px){#pps-faq2026-root .pricing-hero{
    grid-template-areas:
      "copy"
      "image"
      "inclusions"
      "cta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    max-width: 100%;
    min-height: 0;
    overflow-x: hidden;
    padding-top: clamp(118px, 22vw, 148px);
    width: 100%;
  }#pps-faq2026-root .pricing-hero-copy{
    text-align: center;
  }#pps-faq2026-root .pricing-hero-copy p:not(.pricing-kicker), #pps-faq2026-root .pricing-divider{
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .pricing-hero-button{
    width: min(100%, 270px);
  }#pps-faq2026-root .pricing-hero-cta{
    text-align: center;
  }#pps-faq2026-root .pricing-cta-row{
    align-items: center;
    justify-content: center;
  }#pps-faq2026-root .pricing-hero-image{
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }#pps-faq2026-root .pricing-hero-image img{
    aspect-ratio: 4 / 3;
    height: auto;
    max-width: 100%;
    width: 100%;
  }#pps-faq2026-root .pricing-inclusions{
    grid-template-columns: 1fr;
  }#pps-faq2026-root .album-feature-grid{
    gap: clamp(16px, 4vw, 22px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#pps-faq2026-root .album-feature-card h3{
    font-size: clamp(1rem, 4.4vw, 1.3rem);
    letter-spacing: 0.1em;
    line-height: 1.32;
    margin-bottom: 10px;
  }#pps-faq2026-root .album-feature-card p{
    font-size: clamp(0.78rem, 2.7vw, 0.92rem);
    line-height: 1.65;
  }#pps-faq2026-root .pricing-section-heading, #pps-faq2026-root .pricing-section-heading.center, #pps-faq2026-root .pricing-section-heading h2, #pps-faq2026-root .pricing-section-heading p, #pps-faq2026-root .pricing-kicker, #pps-faq2026-root .pricing-album-banner > div, #pps-faq2026-root .pricing-album-banner .pricing-kicker, #pps-faq2026-root .pricing-album-banner h2, #pps-faq2026-root .contact-copy .section-kicker, #pps-faq2026-root .contact-copy h2, #pps-faq2026-root .contact-lede{
    text-align: center;
  }#pps-faq2026-root .pricing-divider, #pps-faq2026-root .pricing-divider.centered, #pps-faq2026-root .contact-swoop{
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .photographer-grid{
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#pps-faq2026-root .photographer-photo{
    aspect-ratio: 1 / 1;
    min-height: 0;
  }#pps-faq2026-root .photographer-photo button{
    font-size: 0.9rem;
    height: 24px;
    width: 24px;
  }#pps-faq2026-root .photographer-photo button:first-of-type{
    left: 7px;
  }#pps-faq2026-root .photographer-photo button:last-of-type{
    right: 7px;
  }#pps-faq2026-root .portfolio-dots{
    bottom: 7px;
    gap: 5px;
    padding: 5px 7px;
  }#pps-faq2026-root .portfolio-dots i{
    height: 4px;
    width: 4px;
  }#pps-faq2026-root .photographer-copy{
    padding: clamp(14px, 4vw, 18px);
    text-align: center;
  }#pps-faq2026-root .photographer-copy h3{
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
    margin-bottom: 6px;
  }#pps-faq2026-root .photographer-price, #pps-faq2026-root .photographer-area{
    font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  }#pps-faq2026-root .photographer-portfolio-link{
    font-size: clamp(0.55rem, 2.1vw, 0.66rem);
    letter-spacing: 0.1em;
    margin-top: 14px;
    padding-bottom: 4px;
  }#pps-faq2026-root .pricing-process, #pps-faq2026-root .process-map, #pps-faq2026-root .process-mobile-graphic, #pps-faq2026-root .album-feature-section, #pps-faq2026-root .album-feature-grid, #pps-faq2026-root .album-feature-card{
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    width: 100%;
  }#pps-faq2026-root .album-feature-card > *, #pps-faq2026-root .process-step{
    max-width: 100%;
    min-width: 0;
  }#pps-faq2026-root .album-feature-card img{
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }#pps-faq2026-root .pricing-addons{
    grid-template-columns: 1fr;
    padding: 24px;
  }#pps-faq2026-root .addons-image img{
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }#pps-faq2026-root .addons-copy{
    padding: 6px 0 0;
  }#pps-faq2026-root .pricing-inclusions{
    padding: 24px;
  }#pps-faq2026-root .addon-card{
    border-right: 0;
    border-bottom: 1px solid rgba(47, 43, 40, 0.12);
    padding-bottom: 24px;
    padding-right: 0;
  }#pps-faq2026-root .addon-card:last-child{
    border-bottom: 0;
    padding-bottom: 0;
  }#pps-faq2026-root .pricing-process{
    padding: 0;
  }#pps-faq2026-root .pricing-process .pricing-section-heading, #pps-faq2026-root .process-map{
    display: none;
  }#pps-faq2026-root .process-mobile-graphic{
    display: block;
    margin: 0 auto;
    max-width: 720px;
  }#pps-faq2026-root .pricing-album-banner{
    margin-left: var(--gutter);
    margin-right: var(--gutter);
  }
}@media (max-width: 560px){#pps-faq2026-root .pricing-kicker{
    font-size: 0.62rem;
  }#pps-faq2026-root .pricing-hero-copy h1{
    font-size: clamp(2.58rem, 13vw, 4.05rem);
  }#pps-faq2026-root .pricing-section-heading h2{
    font-size: clamp(2rem, 10vw, 3.05rem);
  }#pps-faq2026-root .photographer-card{
    min-height: 0;
  }#pps-faq2026-root .photographer-copy h3{
    font-size: clamp(1.48rem, 7.6vw, 2.05rem);
  }#pps-faq2026-root .process-line p{
    max-width: 260px;
  }#pps-faq2026-root .pricing-album-banner{
    margin-left: 0;
    margin-right: 0;
    min-height: 310px;
  }#pps-faq2026-root .pricing-album-banner h2{
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }
}#pps-faq2026-root .faq2026{
  background: var(--warm-white);
  color: var(--soft-charcoal);
  font-family: var(--sans);
  overflow-x: clip;
}#pps-faq2026-root .faq2026 :where(p, #pps-faq2026-root a, #pps-faq2026-root summary, #pps-faq2026-root button){
  font-family: var(--sans);
}#pps-faq2026-root .faq2026 :where(h1, #pps-faq2026-root h2){
  font-family: var(--serif);
  letter-spacing: 0;
}#pps-faq2026-root .faq-hero{
  background: var(--warm-white);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: clamp(640px, 74svh, 820px);
  overflow: hidden;
  padding-top: 86px;
  position: relative;
}#pps-faq2026-root .faq-hero-copy{
  align-self: center;
  max-width: 660px;
  padding: clamp(58px, 8vw, 104px) var(--gutter);
  position: relative;
  z-index: 2;
}#pps-faq2026-root .faq-kicker, #pps-faq2026-root .faq-section-range{
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}#pps-faq2026-root .faq-hero h1{
  color: var(--soft-charcoal);
  font-size: clamp(3.4rem, 5.7vw, 6.35rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  max-width: 570px;
  text-wrap: balance;
}#pps-faq2026-root .faq-coral-rule{
  align-items: center;
  display: flex;
  gap: 18px;
  margin: clamp(30px, 4vw, 46px) 0 28px;
  width: min(210px, 46vw);
}#pps-faq2026-root .faq-coral-rule::before{
  background: var(--coral);
  content: "";
  height: 2px;
  width: 132px;
}#pps-faq2026-root .faq-coral-rule::after{
  color: var(--coral);
  content: "✧";
  font-size: 1rem;
  line-height: 1;
}#pps-faq2026-root .faq-hero-copy > p:last-child{
  color: var(--soft-charcoal);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}#pps-faq2026-root .faq-hero-media{
  margin: 0;
  min-height: inherit;
  position: relative;
}#pps-faq2026-root .faq-hero-media::before{
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.74) 18%, rgba(255, 253, 249, 0.18) 42%, rgba(255, 253, 249, 0) 64%),
    linear-gradient(0deg, rgba(255, 253, 249, 0.1), rgba(255, 253, 249, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}#pps-faq2026-root .faq-hero-media img{
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}#pps-faq2026-root .faq-band{
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  grid-template-columns: minmax(340px, 41.5%) minmax(0, 58.5%);
  min-height: clamp(680px, 54vw, 820px);
}#pps-faq2026-root .faq-band:nth-of-type(3), #pps-faq2026-root .faq-band:nth-of-type(5){
  background: var(--soft-ivory);
}#pps-faq2026-root .faq-band-image{
  margin: 0;
  min-height: clamp(680px, 54vw, 820px);
  overflow: hidden;
}#pps-faq2026-root .faq-band-image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}#pps-faq2026-root .faq-band-copy{
  align-self: center;
  padding: clamp(48px, 6vw, 86px) var(--gutter);
}#pps-faq2026-root .faq-section-range{
  margin-bottom: 10px;
}#pps-faq2026-root .faq-band-copy h2{
  color: var(--soft-charcoal);
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
}#pps-faq2026-root .faq-section-note{
  color: var(--coral);
  font-family: var(--hand) !important;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.2;
  margin: 6px 0 clamp(24px, 3vw, 34px);
}#pps-faq2026-root .faq-list{
  display: grid;
  margin-top: clamp(18px, 2.4vw, 28px);
}#pps-faq2026-root .faq-item{
  border-top: 1px solid rgba(47, 43, 40, 0.22);
}#pps-faq2026-root .faq-item:last-child{
  border-bottom: 1px solid rgba(47, 43, 40, 0.22);
}#pps-faq2026-root .faq-question-button{
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: clamp(12px, 1.6vw, 22px);
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  list-style: none;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}#pps-faq2026-root .faq-item-number{
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}#pps-faq2026-root .faq-item-question{
  color: var(--soft-charcoal);
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  font-weight: 650;
  line-height: 1.45;
}#pps-faq2026-root .faq-item-plus{
  color: var(--soft-charcoal);
  font-size: 1.5rem;
  font-weight: 400;
  justify-self: end;
  line-height: 1;
  transition: color 180ms ease, transform 260ms ease;
}#pps-faq2026-root .faq-question-button:hover .faq-item-question, #pps-faq2026-root .faq-question-button:focus-visible .faq-item-question, #pps-faq2026-root .faq-question-button:hover .faq-item-plus, #pps-faq2026-root .faq-question-button:focus-visible .faq-item-plus{
  color: var(--coral);
}#pps-faq2026-root .faq-question-button:focus-visible{
  outline: 2px solid rgba(223, 127, 108, 0.45);
  outline-offset: 6px;
}#pps-faq2026-root .faq-item.is-open .faq-item-plus{
  color: var(--coral);
  transform: rotate(45deg);
}#pps-faq2026-root .faq-answer{
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}#pps-faq2026-root .faq-item.is-open .faq-answer{
  opacity: 1;
}#pps-faq2026-root .faq-answer-inner{
  overflow: hidden;
}#pps-faq2026-root .faq-answer p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.9rem, 1.03vw, 1rem);
  line-height: 1.72;
  margin: -2px 38px 22px 66px;
  max-width: 760px;
}#pps-faq2026-root .faq-final-cta{
  background: var(--warm-white);
  border-top: 1px solid rgba(47, 43, 40, 0.1);
  display: grid;
  justify-items: center;
  padding: clamp(58px, 7vw, 92px) var(--gutter);
  text-align: center;
}#pps-faq2026-root .faq-compass{
  border: 1px solid var(--coral);
  height: 34px;
  margin-bottom: 22px;
  position: relative;
  transform: rotate(45deg);
  width: 34px;
}#pps-faq2026-root .faq-compass::before, #pps-faq2026-root .faq-compass::after{
  background: var(--coral);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}#pps-faq2026-root .faq-compass::before{
  height: 1px;
  width: 48px;
}#pps-faq2026-root .faq-compass::after{
  height: 48px;
  width: 1px;
}#pps-faq2026-root .faq-final-cta h2{
  color: var(--soft-charcoal);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}#pps-faq2026-root .faq-final-cta p{
  color: var(--quiet-charcoal);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.6;
  margin: 10px 0 24px;
}@media (max-width: 1079px){#pps-faq2026-root .faq-hero{
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 74px;
  }#pps-faq2026-root .faq-hero-copy{
    max-width: none;
    padding-bottom: clamp(30px, 7vw, 52px);
    text-align: center;
  }#pps-faq2026-root .faq-hero h1{
    margin-left: auto;
    margin-right: auto;
    max-width: 9.8em;
  }#pps-faq2026-root .faq-coral-rule{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .faq-hero-copy > p:last-child{
    margin-left: auto;
    margin-right: auto;
  }#pps-faq2026-root .faq-hero-media{
    aspect-ratio: 16 / 9;
    min-height: 0;
  }#pps-faq2026-root .faq-hero-media::before{
    background: linear-gradient(0deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, 0.18));
  }#pps-faq2026-root .faq-band{
    grid-template-columns: 1fr;
    min-height: 0;
  }#pps-faq2026-root .faq-band-image{
    aspect-ratio: 16 / 10;
    min-height: 0;
  }#pps-faq2026-root .faq-band-copy{
    padding-bottom: clamp(52px, 7vw, 78px);
    padding-top: clamp(40px, 7vw, 66px);
  }
}@media (max-width: 699px){#pps-faq2026-root .faq-hero{
    padding-top: 74px;
  }#pps-faq2026-root .faq-hero-copy{
    padding: clamp(44px, 13vw, 64px) clamp(20px, 6vw, 26px) 50px;
  }#pps-faq2026-root .faq-hero h1{
    font-size: clamp(2.45rem, 11.5vw, 3.28rem);
    max-width: 8.8em;
  }#pps-faq2026-root .faq-hero-media{
    display: none;
  }#pps-faq2026-root .faq-band-image{
    aspect-ratio: 4 / 3;
  }#pps-faq2026-root .faq-band-copy{
    padding-left: clamp(22px, 6vw, 32px);
    padding-right: clamp(22px, 6vw, 32px);
  }#pps-faq2026-root .faq-band-copy h2{
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }#pps-faq2026-root .faq-section-note{
    font-size: clamp(1.24rem, 6vw, 1.68rem);
  }#pps-faq2026-root .faq-question-button{
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 15px 0;
  }#pps-faq2026-root .faq-item-number{
    font-size: 0.72rem;
  }#pps-faq2026-root .faq-answer p{
    margin-left: 46px;
    margin-right: 0;
  }#pps-faq2026-root .faq-final-cta .button{
    width: min(100%, 320px);
  }
}

/* PPS 2026 faq2 redesign END */

/* prophoto-global-footer.css */
/* PPS 2026 global junk drawer footer START */
body > .pps-global-footer-shell {
  clear: both !important;
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body > .pps-global-footer-shell,
body > .pps-global-footer-shell * {
  box-sizing: border-box !important;
}

body > .pps-global-footer-shell .site-footer {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body > .pps-global-footer-shell a,
body > .pps-global-footer-shell a:hover,
body > .pps-global-footer-shell a:focus,
body > .pps-global-footer-shell a:focus-visible {
  background-image: none !important;
  text-decoration: none !important;
}

body > .pps-global-footer-shell a::before,
body > .pps-global-footer-shell a::after {
  display: none !important;
}

body > .pps-global-footer-shell .footer-nav h2,
body > .pps-global-footer-shell .footer-nav h3 {
  color: rgba(255, 253, 249, 0.78) !important;
  display: grid !important;
  font-family: var(--sans, "Montserrat", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.66rem, 0.78vw, 0.78rem) !important;
  font-weight: 700 !important;
  gap: 14px !important;
  letter-spacing: 0.18em !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  text-transform: uppercase !important;
}

body > .pps-global-footer-shell .footer-nav h2::after,
body > .pps-global-footer-shell .footer-nav h3::after {
  background: var(--coral, #e98573) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  width: 34px !important;
}

body > .pps-global-footer-shell .footer-nav a {
  color: rgba(255, 253, 249, 0.88) !important;
  white-space: nowrap !important;
}

body > .pps-global-footer-shell .footer-nav a:hover,
body > .pps-global-footer-shell .footer-nav a:focus-visible {
  color: var(--coral, #e98573) !important;
}

body > .pps-global-footer-shell .footer-office-details p,
body > .pps-global-footer-shell .footer-phone-line {
  font-size: clamp(0.6rem, 0.68vw, 0.66rem) !important;
  letter-spacing: 0.1em !important;
  max-width: none !important;
  white-space: nowrap !important;
}

html.pps-global-footer-ready body:not(.article-home):not(.article-home2):not(.article-about):not(.article-about2):not(.article-pricing):not(.article-pricing2):not(.article-faq):not(.article-faq2) footer:not(#pps-global-footer),
html.pps-global-footer-ready body:not(.article-home):not(.article-home2):not(.article-about):not(.article-about2):not(.article-pricing):not(.article-pricing2):not(.article-faq):not(.article-faq2) .pp-footer,
html.pps-global-footer-ready body:not(.article-home):not(.article-home2):not(.article-about):not(.article-about2):not(.article-pricing):not(.article-pricing2):not(.article-faq):not(.article-faq2) .site-info,
html.pps-global-footer-ready body:not(.article-home):not(.article-home2):not(.article-about):not(.article-about2):not(.article-pricing):not(.article-pricing2):not(.article-faq):not(.article-faq2) .footer-wrap {
  display: none !important;
}

html.pps-global-footer-ready body > .pps-global-footer-shell #pps-global-footer {
  display: grid !important;
}
/* PPS 2026 global junk drawer footer END */


/* Shared viewport-level mobile hamburger override, applied after every page bundle. */
body > details.pps-floating-mobile-menu {
  display: none;
}

@media (max-width: 1079px) {
  body.article-home2 .pp-mobile-menu,
  body.article-home2 .pp-menu-toggle,
  body.article-home2 .prophoto-mobile-menu,
  body.article-home2 [class*="mobile-menu-toggle"],
  body.article-about2 .pp-mobile-menu,
  body.article-about2 .pp-menu-toggle,
  body.article-about2 .prophoto-mobile-menu,
  body.article-about2 [class*="mobile-menu-toggle"],
  body.article-pricing2 .pp-mobile-menu,
  body.article-pricing2 .pp-menu-toggle,
  body.article-pricing2 .prophoto-mobile-menu,
  body.article-pricing2 [class*="mobile-menu-toggle"],
  body.article-faq2 .pp-mobile-menu,
  body.article-faq2 .pp-menu-toggle,
  body.article-faq2 .prophoto-mobile-menu,
  body.article-faq2 [class*="mobile-menu-toggle"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.pps-floating-mobile-menu-ready.article-home2 #pps2026-root.pps2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-about2 #pps-about2026-root.about2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.article-home2 #pps2026-root.pps2026 .nav-links,
  body.article-about2 #pps-about2026-root.about2026 .nav-links,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 .nav-links,
  body.article-faq2 #pps-faq2026-root.faq2026 .nav-links {
    display: none !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu,
  body.article-about2 > details.pps-floating-mobile-menu,
  body.article-pricing2 > details.pps-floating-mobile-menu,
  body.article-faq2 > details.pps-floating-mobile-menu,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu {
    background: transparent !important;
    border: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 40px !important;
    left: auto !important;
    margin: 0 !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: clamp(18px, 5vw, 24px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
    transform: none !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 100060 !important;
  }

  body.admin-bar.article-home2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-about2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-pricing2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-faq2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-home2 #pps2026-root.pps2026 details.mobile-menu,
  body.admin-bar.article-about2 #pps-about2026-root.about2026 details.mobile-menu,
  body.admin-bar.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.admin-bar.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu {
    top: calc(46px + env(safe-area-inset-top, 0px) + 18px) !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > summary,
  body.article-about2 > details.pps-floating-mobile-menu > summary,
  body.article-pricing2 > details.pps-floating-mobile-menu > summary,
  body.article-faq2 > details.pps-floating-mobile-menu > summary,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu > summary,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu > summary,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu > summary,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu > summary {
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    background: rgba(255, 253, 249, 0.52) !important;
    border: 2px solid rgba(232, 129, 108, 0.72) !important;
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: grid !important;
    gap: 5px !important;
    height: 40px !important;
    list-style: none !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    padding: 10px !important;
    place-items: center !important;
    width: 40px !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  body.article-about2 > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  body.article-pricing2 > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  body.article-faq2 > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu > summary::-webkit-details-marker,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu > summary::-webkit-details-marker,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu > summary::-webkit-details-marker,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu > summary::-webkit-details-marker {
    display: none !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > summary span,
  body.article-about2 > details.pps-floating-mobile-menu > summary span,
  body.article-pricing2 > details.pps-floating-mobile-menu > summary span,
  body.article-faq2 > details.pps-floating-mobile-menu > summary span {
    background: #2f2925 !important;
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 18px !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu[open] > summary,
  body.article-home2 > details.pps-floating-mobile-menu > summary:hover,
  body.article-home2 > details.pps-floating-mobile-menu > summary:focus-visible,
  body.article-about2 > details.pps-floating-mobile-menu[open] > summary,
  body.article-about2 > details.pps-floating-mobile-menu > summary:hover,
  body.article-about2 > details.pps-floating-mobile-menu > summary:focus-visible,
  body.article-pricing2 > details.pps-floating-mobile-menu[open] > summary,
  body.article-pricing2 > details.pps-floating-mobile-menu > summary:hover,
  body.article-pricing2 > details.pps-floating-mobile-menu > summary:focus-visible,
  body.article-faq2 > details.pps-floating-mobile-menu[open] > summary,
  body.article-faq2 > details.pps-floating-mobile-menu > summary:hover,
  body.article-faq2 > details.pps-floating-mobile-menu > summary:focus-visible,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu[open] > summary,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu > summary:hover,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu > summary:focus-visible,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu[open] > summary,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu > summary:hover,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu > summary:focus-visible,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu[open] > summary,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu > summary:hover,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu > summary:focus-visible,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu[open] > summary,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu > summary:hover,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu > summary:focus-visible {
    background: rgba(255, 253, 249, 0.72) !important;
    border-color: #e8816c !important;
    outline: 0 !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > nav,
  body.article-about2 > details.pps-floating-mobile-menu > nav,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav,
  body.article-faq2 > details.pps-floating-mobile-menu > nav,
  body.article-home2 #pps2026-root.pps2026 details.mobile-menu > nav,
  body.article-about2 #pps-about2026-root.about2026 details.mobile-menu > nav,
  body.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu > nav,
  body.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu > nav {
    box-sizing: border-box !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 210px !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 12px) !important;
    z-index: 100061 !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu:not([open]) > nav,
  body.article-about2 > details.pps-floating-mobile-menu:not([open]) > nav,
  body.article-pricing2 > details.pps-floating-mobile-menu:not([open]) > nav,
  body.article-faq2 > details.pps-floating-mobile-menu:not([open]) > nav {
    display: none !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu[open] > nav,
  body.article-about2 > details.pps-floating-mobile-menu[open] > nav,
  body.article-pricing2 > details.pps-floating-mobile-menu[open] > nav,
  body.article-faq2 > details.pps-floating-mobile-menu[open] > nav {
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
    background: rgba(255, 253, 249, 0.94) !important;
    border: 1px solid rgba(232, 129, 108, 0.42) !important;
    box-shadow: 0 18px 40px rgba(10, 9, 8, 0.16) !important;
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
    text-align: right !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > nav a,
  body.article-about2 > details.pps-floating-mobile-menu > nav a,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav a,
  body.article-faq2 > details.pps-floating-mobile-menu > nav a {
    background: transparent !important;
    border: 2px solid transparent !important;
    color: #2d2823 !important;
    display: block !important;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.2 !important;
    padding: 9px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > nav a:hover,
  body.article-home2 > details.pps-floating-mobile-menu > nav a:focus-visible,
  body.article-about2 > details.pps-floating-mobile-menu > nav a:hover,
  body.article-about2 > details.pps-floating-mobile-menu > nav a:focus-visible,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav a:hover,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav a:focus-visible,
  body.article-faq2 > details.pps-floating-mobile-menu > nav a:hover,
  body.article-faq2 > details.pps-floating-mobile-menu > nav a:focus-visible {
    border-color: #e8816c !important;
    color: #2d2823 !important;
    outline: 0 !important;
    text-decoration: none !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > nav .nav-button,
  body.article-about2 > details.pps-floating-mobile-menu > nav .nav-button,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav .nav-button,
  body.article-faq2 > details.pps-floating-mobile-menu > nav .nav-button {
    background: #e8816c !important;
    border-color: #e8816c !important;
    color: #fffdf9 !important;
    text-align: center !important;
  }

  body.article-home2 > details.pps-floating-mobile-menu > nav .nav-button:hover,
  body.article-home2 > details.pps-floating-mobile-menu > nav .nav-button:focus-visible,
  body.article-about2 > details.pps-floating-mobile-menu > nav .nav-button:hover,
  body.article-about2 > details.pps-floating-mobile-menu > nav .nav-button:focus-visible,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav .nav-button:hover,
  body.article-pricing2 > details.pps-floating-mobile-menu > nav .nav-button:focus-visible,
  body.article-faq2 > details.pps-floating-mobile-menu > nav .nav-button:hover,
  body.article-faq2 > details.pps-floating-mobile-menu > nav .nav-button:focus-visible {
    background: #c95f4d !important;
    border-color: #c95f4d !important;
    color: #fffdf9 !important;
  }
}

@media (min-width: 783px) and (max-width: 1079px) {
  body.admin-bar.article-home2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-about2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-pricing2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-faq2 > details.pps-floating-mobile-menu,
  body.admin-bar.article-home2 #pps2026-root.pps2026 details.mobile-menu,
  body.admin-bar.article-about2 #pps-about2026-root.about2026 details.mobile-menu,
  body.admin-bar.article-pricing2 #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.admin-bar.article-faq2 #pps-faq2026-root.faq2026 details.mobile-menu {
    top: calc(32px + env(safe-area-inset-top, 0px) + 18px) !important;
  }
}

@media (max-width: 1079px) {
  body.pps-floating-mobile-menu-ready.article-home2 #pps2026-root details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-about2 #pps-about2026-root details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-pricing2 #pps-pricing2026-root details.mobile-menu,
  body.pps-floating-mobile-menu-ready.article-faq2 #pps-faq2026-root details.mobile-menu {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.article-home2 #pps2026-root .nav-links,
  body.article-about2 #pps-about2026-root .nav-links,
  body.article-pricing2 #pps-pricing2026-root .nav-links,
  body.article-faq2 #pps-faq2026-root .nav-links {
    display: none !important;
  }
}

/* Default floating hamburger behavior for the live and staging 2026 page roots. */
@media (max-width: 1079px) {
  body:is(.article-home, .article-home2, .article-about, .article-about2, .article-pricing, .article-pricing2, .article-faq, .article-faq2) .pp-mobile-menu,
  body:is(.article-home, .article-home2, .article-about, .article-about2, .article-pricing, .article-pricing2, .article-faq, .article-faq2) .pp-menu-toggle,
  body:is(.article-home, .article-home2, .article-about, .article-about2, .article-pricing, .article-pricing2, .article-faq, .article-faq2) .prophoto-mobile-menu,
  body:is(.article-home, .article-home2, .article-about, .article-about2, .article-pricing, .article-pricing2, .article-faq, .article-faq2) [class*="mobile-menu-toggle"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body.pps-floating-mobile-menu-ready #pps2026-root.pps2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready #pps-about2026-root.about2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.pps-floating-mobile-menu-ready #pps-faq2026-root.faq2026 details.mobile-menu {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  #pps2026-root.pps2026 .nav-links,
  #pps-about2026-root.about2026 .nav-links,
  #pps-pricing2026-root.pricing2026 .nav-links,
  #pps-faq2026-root.faq2026 .nav-links {
    display: none !important;
  }

  body > details.pps-floating-mobile-menu,
  #pps2026-root.pps2026 details.mobile-menu,
  #pps-about2026-root.about2026 details.mobile-menu,
  #pps-pricing2026-root.pricing2026 details.mobile-menu,
  #pps-faq2026-root.faq2026 details.mobile-menu {
    background: transparent !important;
    border: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 40px !important;
    left: auto !important;
    margin: 0 !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: clamp(18px, 5vw, 24px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
    transform: none !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 100060 !important;
  }

  body.admin-bar > details.pps-floating-mobile-menu,
  body.admin-bar #pps2026-root.pps2026 details.mobile-menu,
  body.admin-bar #pps-about2026-root.about2026 details.mobile-menu,
  body.admin-bar #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.admin-bar #pps-faq2026-root.faq2026 details.mobile-menu {
    top: calc(46px + env(safe-area-inset-top, 0px) + 18px) !important;
  }

  body > details.pps-floating-mobile-menu > summary,
  #pps2026-root.pps2026 details.mobile-menu > summary,
  #pps-about2026-root.about2026 details.mobile-menu > summary,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > summary,
  #pps-faq2026-root.faq2026 details.mobile-menu > summary {
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    background: rgba(255, 253, 249, 0.52) !important;
    border: 2px solid rgba(232, 129, 108, 0.72) !important;
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: grid !important;
    gap: 5px !important;
    height: 40px !important;
    list-style: none !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    padding: 10px !important;
    place-items: center !important;
    width: 40px !important;
  }

  body > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  #pps2026-root.pps2026 details.mobile-menu > summary::-webkit-details-marker,
  #pps-about2026-root.about2026 details.mobile-menu > summary::-webkit-details-marker,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > summary::-webkit-details-marker,
  #pps-faq2026-root.faq2026 details.mobile-menu > summary::-webkit-details-marker {
    display: none !important;
  }

  body > details.pps-floating-mobile-menu > summary span,
  #pps2026-root.pps2026 details.mobile-menu > summary span,
  #pps-about2026-root.about2026 details.mobile-menu > summary span,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > summary span,
  #pps-faq2026-root.faq2026 details.mobile-menu > summary span {
    background: #2f2925 !important;
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 18px !important;
  }

  body > details.pps-floating-mobile-menu[open] > summary,
  body > details.pps-floating-mobile-menu > summary:hover,
  body > details.pps-floating-mobile-menu > summary:focus-visible,
  #pps2026-root.pps2026 details.mobile-menu[open] > summary,
  #pps2026-root.pps2026 details.mobile-menu > summary:hover,
  #pps2026-root.pps2026 details.mobile-menu > summary:focus-visible,
  #pps-about2026-root.about2026 details.mobile-menu[open] > summary,
  #pps-about2026-root.about2026 details.mobile-menu > summary:hover,
  #pps-about2026-root.about2026 details.mobile-menu > summary:focus-visible,
  #pps-pricing2026-root.pricing2026 details.mobile-menu[open] > summary,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > summary:hover,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > summary:focus-visible,
  #pps-faq2026-root.faq2026 details.mobile-menu[open] > summary,
  #pps-faq2026-root.faq2026 details.mobile-menu > summary:hover,
  #pps-faq2026-root.faq2026 details.mobile-menu > summary:focus-visible {
    background: rgba(255, 253, 249, 0.72) !important;
    border-color: #e8816c !important;
    outline: 0 !important;
  }

  body > details.pps-floating-mobile-menu > nav,
  #pps2026-root.pps2026 details.mobile-menu > nav,
  #pps-about2026-root.about2026 details.mobile-menu > nav,
  #pps-pricing2026-root.pricing2026 details.mobile-menu > nav,
  #pps-faq2026-root.faq2026 details.mobile-menu > nav {
    box-sizing: border-box !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 210px !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 12px) !important;
    z-index: 100061 !important;
  }

  body > details.pps-floating-mobile-menu:not([open]) > nav {
    display: none !important;
  }

  body > details.pps-floating-mobile-menu[open] > nav {
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
    background: rgba(255, 253, 249, 0.94) !important;
    border: 1px solid rgba(232, 129, 108, 0.42) !important;
    box-shadow: 0 18px 40px rgba(10, 9, 8, 0.16) !important;
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
    text-align: right !important;
  }

  body > details.pps-floating-mobile-menu > nav a {
    background: transparent !important;
    border: 2px solid transparent !important;
    color: #2d2823 !important;
    display: block !important;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.2 !important;
    padding: 9px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body > details.pps-floating-mobile-menu > nav a:hover,
  body > details.pps-floating-mobile-menu > nav a:focus-visible {
    border-color: #e8816c !important;
    color: #2d2823 !important;
    outline: 0 !important;
    text-decoration: none !important;
  }

  body > details.pps-floating-mobile-menu > nav .nav-button {
    background: #e8816c !important;
    border-color: #e8816c !important;
    color: #fffdf9 !important;
    text-align: center !important;
  }

  body > details.pps-floating-mobile-menu > nav .nav-button:hover,
  body > details.pps-floating-mobile-menu > nav .nav-button:focus-visible {
    background: #c95f4d !important;
    border-color: #c95f4d !important;
    color: #fffdf9 !important;
  }
}

@media (min-width: 783px) and (max-width: 1079px) {
  body.admin-bar > details.pps-floating-mobile-menu,
  body.admin-bar #pps2026-root.pps2026 details.mobile-menu,
  body.admin-bar #pps-about2026-root.about2026 details.mobile-menu,
  body.admin-bar #pps-pricing2026-root.pricing2026 details.mobile-menu,
  body.admin-bar #pps-faq2026-root.faq2026 details.mobile-menu {
    top: calc(32px + env(safe-area-inset-top, 0px) + 18px) !important;
  }
}

/* Final mobile fallback: any 2026 header menu floats, even if page/body classes shift. */
@media (max-width: 1079px) {
  html body #pps2026-root .nav-links,
  html body #pps-about2026-root .nav-links,
  html body #pps-pricing2026-root .nav-links,
  html body #pps-faq2026-root .nav-links {
    display: none !important;
  }

  html body > details.pps-floating-mobile-menu,
  html body #pps2026-root details.mobile-menu,
  html body #pps-about2026-root details.mobile-menu,
  html body #pps-pricing2026-root details.mobile-menu,
  html body #pps-faq2026-root details.mobile-menu {
    background: transparent !important;
    border: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 40px !important;
    left: auto !important;
    margin: 0 !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: clamp(18px, 5vw, 24px) !important;
    top: calc(env(safe-area-inset-top, 0px) + 18px) !important;
    transform: none !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 100060 !important;
  }

  html body.admin-bar > details.pps-floating-mobile-menu,
  html body.admin-bar #pps2026-root details.mobile-menu,
  html body.admin-bar #pps-about2026-root details.mobile-menu,
  html body.admin-bar #pps-pricing2026-root details.mobile-menu,
  html body.admin-bar #pps-faq2026-root details.mobile-menu {
    top: calc(46px + env(safe-area-inset-top, 0px) + 18px) !important;
  }

  html body.pps-floating-mobile-menu-ready #pps2026-root details.mobile-menu,
  html body.pps-floating-mobile-menu-ready #pps-about2026-root details.mobile-menu,
  html body.pps-floating-mobile-menu-ready #pps-pricing2026-root details.mobile-menu,
  html body.pps-floating-mobile-menu-ready #pps-faq2026-root details.mobile-menu {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  html body > details.pps-floating-mobile-menu > summary,
  html body #pps2026-root details.mobile-menu > summary,
  html body #pps-about2026-root details.mobile-menu > summary,
  html body #pps-pricing2026-root details.mobile-menu > summary,
  html body #pps-faq2026-root details.mobile-menu > summary {
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    background: rgba(255, 253, 249, 0.52) !important;
    border: 2px solid rgba(232, 129, 108, 0.72) !important;
    box-shadow: 0 12px 28px rgba(10, 9, 8, 0.14) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: grid !important;
    gap: 5px !important;
    height: 40px !important;
    list-style: none !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    padding: 10px !important;
    place-items: center !important;
    width: 40px !important;
  }

  html body > details.pps-floating-mobile-menu > summary::-webkit-details-marker,
  html body #pps2026-root details.mobile-menu > summary::-webkit-details-marker,
  html body #pps-about2026-root details.mobile-menu > summary::-webkit-details-marker,
  html body #pps-pricing2026-root details.mobile-menu > summary::-webkit-details-marker,
  html body #pps-faq2026-root details.mobile-menu > summary::-webkit-details-marker {
    display: none !important;
  }

  html body > details.pps-floating-mobile-menu > summary span,
  html body #pps2026-root details.mobile-menu > summary span,
  html body #pps-about2026-root details.mobile-menu > summary span,
  html body #pps-pricing2026-root details.mobile-menu > summary span,
  html body #pps-faq2026-root details.mobile-menu > summary span {
    background: #2f2925 !important;
    display: block !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 18px !important;
  }

  html body > details.pps-floating-mobile-menu[open] > summary,
  html body > details.pps-floating-mobile-menu > summary:hover,
  html body > details.pps-floating-mobile-menu > summary:focus-visible,
  html body #pps2026-root details.mobile-menu[open] > summary,
  html body #pps2026-root details.mobile-menu > summary:hover,
  html body #pps2026-root details.mobile-menu > summary:focus-visible,
  html body #pps-about2026-root details.mobile-menu[open] > summary,
  html body #pps-about2026-root details.mobile-menu > summary:hover,
  html body #pps-about2026-root details.mobile-menu > summary:focus-visible,
  html body #pps-pricing2026-root details.mobile-menu[open] > summary,
  html body #pps-pricing2026-root details.mobile-menu > summary:hover,
  html body #pps-pricing2026-root details.mobile-menu > summary:focus-visible,
  html body #pps-faq2026-root details.mobile-menu[open] > summary,
  html body #pps-faq2026-root details.mobile-menu > summary:hover,
  html body #pps-faq2026-root details.mobile-menu > summary:focus-visible {
    background: rgba(255, 253, 249, 0.72) !important;
    border-color: #e8816c !important;
    outline: 0 !important;
  }

  html body > details.pps-floating-mobile-menu > nav,
  html body #pps2026-root details.mobile-menu > nav,
  html body #pps-about2026-root details.mobile-menu > nav,
  html body #pps-pricing2026-root details.mobile-menu > nav,
  html body #pps-faq2026-root details.mobile-menu > nav {
    box-sizing: border-box !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 210px !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 12px) !important;
    z-index: 100061 !important;
  }

  html body > details.pps-floating-mobile-menu[open] > nav,
  html body #pps2026-root details.mobile-menu[open] > nav,
  html body #pps-about2026-root details.mobile-menu[open] > nav,
  html body #pps-pricing2026-root details.mobile-menu[open] > nav,
  html body #pps-faq2026-root details.mobile-menu[open] > nav {
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
    background: rgba(255, 253, 249, 0.94) !important;
    border: 1px solid rgba(232, 129, 108, 0.42) !important;
    box-shadow: 0 18px 40px rgba(10, 9, 8, 0.16) !important;
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
    text-align: right !important;
  }

  html body > details.pps-floating-mobile-menu > nav a,
  html body #pps2026-root details.mobile-menu > nav a,
  html body #pps-about2026-root details.mobile-menu > nav a,
  html body #pps-pricing2026-root details.mobile-menu > nav a,
  html body #pps-faq2026-root details.mobile-menu > nav a {
    background: transparent !important;
    border: 2px solid transparent !important;
    color: #2d2823 !important;
    display: block !important;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.2 !important;
    padding: 9px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html body > details.pps-floating-mobile-menu > nav a:hover,
  html body > details.pps-floating-mobile-menu > nav a:focus-visible,
  html body #pps2026-root details.mobile-menu > nav a:hover,
  html body #pps2026-root details.mobile-menu > nav a:focus-visible,
  html body #pps-about2026-root details.mobile-menu > nav a:hover,
  html body #pps-about2026-root details.mobile-menu > nav a:focus-visible,
  html body #pps-pricing2026-root details.mobile-menu > nav a:hover,
  html body #pps-pricing2026-root details.mobile-menu > nav a:focus-visible,
  html body #pps-faq2026-root details.mobile-menu > nav a:hover,
  html body #pps-faq2026-root details.mobile-menu > nav a:focus-visible {
    border-color: #e8816c !important;
    color: #2d2823 !important;
    outline: 0 !important;
    text-decoration: none !important;
  }

  html body > details.pps-floating-mobile-menu > nav .nav-button,
  html body #pps2026-root details.mobile-menu > nav .nav-button,
  html body #pps-about2026-root details.mobile-menu > nav .nav-button,
  html body #pps-pricing2026-root details.mobile-menu > nav .nav-button,
  html body #pps-faq2026-root details.mobile-menu > nav .nav-button {
    background: #e8816c !important;
    border-color: #e8816c !important;
    color: #fffdf9 !important;
    text-align: center !important;
  }
}

@media (min-width: 783px) and (max-width: 1079px) {
  html body.admin-bar > details.pps-floating-mobile-menu,
  html body.admin-bar #pps2026-root details.mobile-menu,
  html body.admin-bar #pps-about2026-root details.mobile-menu,
  html body.admin-bar #pps-pricing2026-root details.mobile-menu,
  html body.admin-bar #pps-faq2026-root details.mobile-menu {
    top: calc(32px + env(safe-area-inset-top, 0px) + 18px) !important;
  }
}

