/* 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%;
}

@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-shadow: 0 12px 28px rgba(10, 9, 8, 0.07);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: 0;
  padding: 14px var(--gutter);
  position: absolute;
  right: 0;
  top: 0;
  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 .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: var(--soft-ivory);
  padding-top: clamp(34px, 5vw, 72px);
  text-align: center;
}

.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;
  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: 1180px !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_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_link, .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 .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 .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: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .pps2026 .mobile-menu summary {
    background: rgba(255, 253, 249, 0.2);
    border-color: rgba(47, 43, 40, 0.28);
    height: 40px;
    width: 40px;
  }

  .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 {
    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(3, 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 :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;
}

.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;
}

.pps2026 .pricing-hero-image img {
  height: 100%;
  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 {
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.pps2026 .pricing-icon svg, .pps2026 .process-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: center;
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.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;
}

.pps2026 .pricing-addons {
  background: #fbf7f1;
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(36px, 4vw, 52px) clamp(24px, 4vw, 46px);
}

.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, 3vw, 46px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.pps2026 .addon-card:last-child {
  border-right: 0;
  padding-right: 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-style: italic;
}

.pps2026 .photographer-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(58px, 7vw, 94px) 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-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(34px, 5vw, 70px) var(--gutter);
}

.pps2026 .process-line {
  counter-reset: process;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1380px;
  padding: 0;
}

.pps2026 .process-line li {
  position: relative;
  text-align: center;
}

.pps2026 .process-line li:not(:last-child)::after {
  border-top: 1px dashed rgba(223, 127, 108, 0.58);
  content: "";
  left: calc(50% + 24px);
  position: absolute;
  right: calc(-50% + 24px);
  top: 23px;
}

.pps2026 .process-icon {
  background: var(--warm-white);
  margin: 0 auto 12px;
  padding: 6px;
  position: relative;
  z-index: 1;
}

.pps2026 .process-icon svg {
  height: 36px;
  width: 36px;
}

.pps2026 .process-line h3 {
  color: var(--soft-charcoal);
  font-family: var(--sans) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 7px;
}

.pps2026 .process-line p {
  color: var(--quiet-charcoal);
  font-size: 0.71rem;
  line-height: 1.58;
  margin: 0 auto;
  max-width: 125px;
}

.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 {
  padding: clamp(46px, 6vw, 82px) var(--gutter) clamp(64px, 7vw, 96px);
}

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

.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(0.82rem, 1.04vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.55;
  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-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pps2026 .process-line li:not(:last-child)::after {
    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: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    padding-top: clamp(118px, 22vw, 148px);
  }

  .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 {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }

  .pps2026 .pricing-hero-image {
    min-height: 0;
  }

  .pps2026 .pricing-hero-image img {
    aspect-ratio: 4 / 3;
  }

  .pps2026 .pricing-inclusions, .pps2026 .addon-grid, .pps2026 .photographer-grid, .pps2026 .album-feature-grid {
    grid-template-columns: 1fr;
  }

  .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 .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .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: 2.5rem;
  }

  .pps2026 .process-line {
    grid-template-columns: 1fr;
  }

  .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);
  }
}

/* PPS 2026 home2 redesign END */