/* Rich product miniatures */
.experience-preview.has-product-visual {
  height: 320px;
  padding: 18px;
  isolation: isolate;
}

.experience-preview.has-product-visual::before,
.experience-preview.has-product-visual::after {
  content: none;
}

.pv-scene,
.pv-scene * {
  pointer-events: none;
}

.pv-scene {
  position: relative;
  width: 100%;
  height: 100%;
  color: currentColor;
  transition: transform 320ms ease;
}

.experience-card:hover .pv-scene {
  transform: translateY(-4px) scale(1.012);
}

.pv-scene small {
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pv-scene button {
  border: 0;
  font-family: inherit;
}

/* Save the date */
.pv-announcement {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  display: flex;
  width: 176px;
  height: 196px;
  align-items: center;
  flex-direction: column;
  padding: 25px 14px;
  border: 1px solid rgba(109, 85, 78, 0.2);
  border-radius: 88px 88px 9px 9px;
  background: #fffaf5;
  box-shadow: 0 16px 25px rgba(76, 55, 60, 0.16);
  text-align: center;
  transform: translateX(-50%) rotate(-1deg);
}

.pv-announcement b {
  margin: 13px 0 8px;
  color: var(--cocoa);
  font-family: var(--font-script), cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.9;
}

.pv-announcement b i {
  color: var(--rose-deep);
  font-style: normal;
}

.pv-announcement span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pv-announcement em {
  margin-top: 9px;
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-envelope {
  position: absolute;
  z-index: 3;
  right: 12%;
  bottom: 16px;
  left: 12%;
  height: 108px;
  border: 1px solid rgba(109, 85, 78, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(33deg, transparent 49%, rgba(109, 85, 78, 0.22) 50% 51%, transparent 52%),
    linear-gradient(-33deg, transparent 49%, rgba(109, 85, 78, 0.22) 50% 51%, transparent 52%),
    #e6c4c4;
  box-shadow: 0 14px 28px rgba(76, 55, 60, 0.18);
}

.pv-envelope-flap {
  position: absolute;
  inset: 0 0 34px;
  background: #dbb6b7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.pv-action-pill {
  position: absolute;
  z-index: 4;
  right: 4px;
  bottom: 4px;
  padding: 8px 12px;
  border-radius: 99px;
  color: #fffdf9;
  background: var(--cocoa);
  box-shadow: 0 8px 15px rgba(76, 55, 60, 0.2);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Wedding website */
.pv-website {
  display: grid;
  place-items: center;
}

.pv-browser {
  position: relative;
  z-index: 2;
  width: 94%;
  height: 222px;
  overflow: hidden;
  border: 7px solid #4e516c;
  border-bottom-width: 12px;
  border-radius: 14px 14px 8px 8px;
  background: #fffdf9;
  box-shadow: 0 18px 30px rgba(63, 65, 91, 0.2);
}

.pv-browser-bar {
  display: flex;
  height: 22px;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
  background: #4e516c;
}

.pv-browser-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d3c1dd;
}

.pv-browser-bar span {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 5px;
  letter-spacing: 0.08em;
}

.pv-web-nav {
  display: flex;
  height: 31px;
  align-items: center;
  gap: 13px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(78, 81, 108, 0.12);
}

.pv-web-nav b {
  margin-right: auto;
  font-family: var(--font-script), cursive;
  font-size: 14px;
}

.pv-web-nav span {
  font-size: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-web-hero {
  display: flex;
  height: calc(100% - 53px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(216, 194, 225, 0.8) 0 17px, transparent 18px),
    radial-gradient(circle at 88% 78%, rgba(157, 170, 150, 0.5) 0 33px, transparent 34px),
    #eeeaf0;
  text-align: center;
}

.pv-web-hero strong {
  margin: 5px 0 2px;
  font-family: var(--font-script), cursive;
  font-size: 35px;
  font-weight: 400;
}

.pv-web-hero em {
  font-size: 7px;
  font-style: normal;
}

.pv-web-hero button {
  margin-top: 12px;
  padding: 7px 12px;
  border-radius: 99px;
  color: #fff;
  background: #4e516c;
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-browser-base {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 4%;
  width: 92%;
  height: 18px;
  border-radius: 2px 2px 14px 14px;
  background: #5e617d;
  box-shadow: 0 12px 18px rgba(63, 65, 91, 0.18);
}

/* Digital invitation */
.pv-invitation {
  display: grid;
  place-items: center;
}

.pv-phone {
  position: relative;
  width: 152px;
  height: 270px;
  padding: 10px;
  border: 6px solid #4f455d;
  border-radius: 25px;
  background: #4f455d;
  box-shadow: 0 20px 32px rgba(71, 61, 83, 0.22);
  transform: rotate(-2deg);
}

.pv-phone-top {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: calc(50% - 18px);
  width: 36px;
  height: 6px;
  border-radius: 4px;
  background: #4f455d;
}

.pv-invite-screen {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 40%, transparent 0 41px, rgba(140, 121, 158, 0.2) 42px 43px, transparent 44px),
    #fffaf8;
  text-align: center;
}

.pv-invite-screen b {
  margin: 11px 0;
  color: #4f455d;
  font-family: var(--font-script), cursive;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.9;
}

.pv-invite-screen b i {
  color: #9b7686;
  font-style: normal;
}

.pv-invite-screen span,
.pv-invite-screen em {
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pv-invite-screen button {
  margin-top: 16px;
  padding: 8px 13px;
  border-radius: 99px;
  color: #fff;
  background: #4f455d;
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-notification,
.pv-live-note,
.pv-personal {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(79, 69, 93, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.95);
  box-shadow: 0 12px 24px rgba(71, 61, 83, 0.18);
}

.pv-notification {
  right: 1px;
  bottom: 18px;
}

.pv-notification > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #84927f;
  font-size: 10px;
  font-style: normal;
}

.pv-notification span,
.pv-live-note span,
.pv-personal span {
  display: grid;
}

.pv-notification b,
.pv-live-note b,
.pv-personal b {
  font-size: 8px;
}

.pv-notification small,
.pv-live-note small,
.pv-personal small {
  margin-top: 3px;
  font-size: 5px;
}

/* Bridal shower */
.pv-arch-card {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: calc(50% - 90px);
  display: flex;
  width: 180px;
  height: 238px;
  align-items: center;
  flex-direction: column;
  padding: 44px 14px 20px;
  border-radius: 90px 90px 9px 9px;
  background: #fff9f4;
  box-shadow: 0 18px 32px rgba(111, 76, 85, 0.18);
  text-align: center;
}

.pv-arch-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(120, 77, 86, 0.2);
  border-radius: 80px 80px 5px 5px;
  content: "";
}

.pv-arch-card > * {
  position: relative;
  z-index: 1;
}

.pv-arch-card b {
  margin-top: 10px;
  color: #784d56;
  font-family: var(--font-script), cursive;
  font-size: 46px;
  font-weight: 400;
}

.pv-arch-card em {
  margin-top: -9px;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-arch-card > span {
  margin-top: 16px;
  font-size: 7px;
  font-weight: 700;
}

.pv-arch-card > div {
  display: flex;
  gap: 5px;
  margin-top: 18px;
}

.pv-arch-card > div i {
  padding: 4px 7px;
  border-radius: 99px;
  background: #f1d9d4;
  font-size: 5px;
  font-style: normal;
  text-transform: uppercase;
}

.pv-flower {
  position: absolute;
  z-index: 3;
  color: #c07f87;
  font-size: 52px;
  line-height: 1;
}

.flower-one {
  top: 14px;
  left: 18px;
  transform: rotate(-17deg);
}

.flower-two {
  top: 62px;
  right: 18px;
  color: #9dac92;
  font-size: 37px;
}

.pv-recipe-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  display: grid;
  width: 128px;
  gap: 4px;
  padding: 11px;
  border-radius: 9px;
  color: #784d56;
  background: #f4d5ce;
  box-shadow: 0 10px 20px rgba(111, 76, 85, 0.17);
  transform: rotate(3deg);
}

.pv-recipe-card span {
  font-family: var(--font-script), cursive;
  font-size: 18px;
}

.pv-recipe-card b {
  font-size: 6px;
  text-transform: uppercase;
}

/* Celebration weekend */
.pv-trip-card {
  position: absolute;
  top: 8px;
  left: 5px;
  width: calc(100% - 45px);
  height: 252px;
  padding: 22px;
  border-radius: 21px;
  color: #743d34;
  background: #fffaf4;
  box-shadow: 0 17px 29px rgba(116, 61, 52, 0.17);
}

.pv-trip-card > b {
  display: block;
  margin: 6px 0 16px;
  font-family: var(--font-script), cursive;
  font-size: 32px;
  font-weight: 400;
}

.pv-day-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.pv-day-tabs span {
  padding: 5px 9px;
  border-radius: 99px;
  background: #fae2d4;
  font-size: 6px;
  font-weight: 700;
}

.pv-day-tabs .active {
  color: #fff;
  background: #df725b;
}

.pv-trip-card ul,
.pv-hub-window ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-trip-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(116, 61, 52, 0.12);
  font-size: 8px;
}

.pv-trip-card time {
  font-weight: 700;
}

.pv-vote {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 5px;
  display: grid;
  width: 142px;
  padding: 13px;
  border-radius: 15px;
  color: #fff;
  background: #743d34;
  box-shadow: 0 14px 25px rgba(116, 61, 52, 0.23);
}

.pv-vote > b {
  margin: 5px 0 8px;
  font-size: 11px;
}

.pv-vote > span {
  height: 5px;
  overflow: hidden;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.2);
}

.pv-vote > span i {
  display: block;
  width: var(--fill);
  height: 100%;
  background: #f4b399;
}

.pv-vote em {
  margin-top: 5px;
  font-size: 6px;
  font-style: normal;
}

/* Wedding party hub */
.pv-hub-window {
  position: absolute;
  inset: 8px 5px;
  padding: 18px;
  border: 5px solid #6e535a;
  border-radius: 19px;
  color: #594249;
  background: #fffaf7;
  box-shadow: 0 18px 32px rgba(84, 62, 69, 0.18);
}

.pv-hub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pv-hub-head b {
  font-family: var(--font-script), cursive;
  font-size: 23px;
  font-weight: 400;
}

.pv-hub-head span {
  padding: 4px 7px;
  border-radius: 99px;
  color: #fff;
  background: #6e535a;
  font-size: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-people {
  display: flex;
  margin: 14px 0;
}

.pv-people i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 3px solid #fffaf7;
  border-radius: 50%;
  color: #fff;
  background: #c38d93;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.pv-people i + i {
  margin-left: -7px;
}

.pv-people i:nth-child(2) { background: #8a91aa; }
.pv-people i:nth-child(3) { background: #90a087; }
.pv-people i:nth-child(4) { background: #ba8c70; }

.pv-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.pv-hub-grid article {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 9px;
  background: #f0dcda;
}

.pv-hub-grid article:nth-child(2) {
  background: #e0e1ec;
}

.pv-hub-grid b {
  font-size: 8px;
}

.pv-hub-window ul {
  gap: 6px;
  margin-top: 13px;
  font-size: 7px;
}

.pv-hub-window li i {
  display: inline-grid;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  place-items: center;
  border: 1px solid rgba(89, 66, 73, 0.25);
  border-radius: 3px;
  background: #d6e0d2;
  font-size: 7px;
  font-style: normal;
}

/* Weekend guide */
.pv-guide-phone {
  position: absolute;
  top: 2px;
  left: calc(50% - 91px);
  width: 182px;
  height: 280px;
  padding: 17px 13px;
  border: 6px solid #434a67;
  border-radius: 25px;
  color: #434a67;
  background: #f8f5f0;
  box-shadow: 0 19px 32px rgba(67, 74, 103, 0.2);
}

.pv-guide-head {
  display: grid;
  padding: 9px 6px 14px;
  border-bottom: 1px solid rgba(67, 74, 103, 0.14);
}

.pv-guide-head b {
  margin-top: 3px;
  font-family: var(--font-script), cursive;
  font-size: 32px;
  font-weight: 400;
}

.pv-guide-head span {
  font-size: 6px;
  text-transform: uppercase;
}

.pv-guide-event {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 6px;
  align-items: center;
  margin-top: 8px;
  padding: 9px 7px;
  border-radius: 8px;
  background: #e9eaf1;
}

.pv-guide-event.active {
  color: #fff;
  background: #737c9d;
}

.pv-guide-event time,
.pv-guide-event b {
  font-size: 7px;
  font-weight: 700;
}

.pv-guide-event span {
  display: grid;
}

.pv-guide-event small {
  margin-top: 3px;
  font-size: 5px;
}

.pv-guide-event > i {
  font-size: 5px;
  font-style: normal;
  text-transform: uppercase;
}

.pv-live-note {
  right: -1px;
  bottom: 14px;
}

.pv-live-note > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7d9b76;
  box-shadow: 0 0 0 4px rgba(125, 155, 118, 0.16);
}

/* Destination guide */
.pv-map {
  position: absolute;
  inset: 10px 4px 23px;
  overflow: hidden;
  border: 5px solid #586554;
  border-radius: 19px;
  background:
    radial-gradient(ellipse at 20% 25%, #b5c7ae 0 21px, transparent 22px),
    radial-gradient(ellipse at 72% 67%, #c8d4bf 0 38px, transparent 39px),
    linear-gradient(23deg, transparent 0 45%, rgba(118, 153, 166, 0.55) 46% 58%, transparent 59%),
    #f5f0df;
  box-shadow: 0 18px 30px rgba(76, 91, 72, 0.18);
}

.pv-road {
  position: absolute;
  border-top: 2px dashed rgba(88, 101, 84, 0.52);
  border-radius: 50%;
}

.road-one {
  top: 52%;
  left: 5%;
  width: 88%;
  height: 52px;
  transform: rotate(-12deg);
}

.road-two {
  top: 18%;
  left: 36%;
  width: 56%;
  height: 86px;
  transform: rotate(63deg);
}

.pv-map .pin {
  position: absolute;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 3px solid #fffdf9;
  border-radius: 50% 50% 50% 0;
  color: #fff;
  background: #7b8c75;
  box-shadow: 0 7px 12px rgba(76, 91, 72, 0.18);
  font-size: 7px;
  font-style: normal;
  transform: rotate(-45deg);
}

.pv-map .pin::first-letter { transform: rotate(45deg); }
.pin-one { top: 25%; left: 17%; }
.pin-two { top: 61%; left: 47%; }
.pin-three { top: 18%; right: 16%; }

.pv-place-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: grid;
  width: 150px;
  gap: 7px;
  padding: 14px;
  border-radius: 13px;
  color: #586554;
  background: #fffdf9;
  box-shadow: 0 14px 25px rgba(76, 91, 72, 0.2);
}

.pv-place-card > b {
  font-family: var(--font-script), cursive;
  font-size: 22px;
  font-weight: 400;
}

.pv-place-card > span {
  font-size: 6px;
  font-weight: 700;
}

.pv-place-card > span i {
  display: inline-grid;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #7b8c75;
  font-size: 5px;
  font-style: normal;
}

/* Reception companion */
.pv-place-setting {
  position: absolute;
  inset: 17px 8px 8px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.16), transparent),
    #b98f7a;
  box-shadow: 0 17px 28px rgba(99, 72, 61, 0.18);
}

.pv-plate {
  position: absolute;
  top: 38px;
  left: 25px;
  display: grid;
  width: 133px;
  height: 133px;
  place-items: center;
  border: 2px solid rgba(99, 72, 61, 0.25);
  border-radius: 50%;
  background: #fffaf5;
  box-shadow:
    inset 0 0 0 13px #fffaf5,
    inset 0 0 0 15px rgba(99, 72, 61, 0.16),
    0 12px 22px rgba(99, 72, 61, 0.18);
}

.pv-plate span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #a37258;
  font-family: var(--font-script), cursive;
  font-size: 23px;
}

.pv-fork,
.pv-knife {
  position: absolute;
  top: 47px;
  width: 4px;
  height: 124px;
  border-radius: 5px;
  background: #735548;
}

.pv-fork { left: 12px; box-shadow: -5px 0 0 #735548, 5px 0 0 #735548; }
.pv-knife { left: 172px; width: 7px; }

.pv-menu-card {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 3px;
  display: grid;
  width: 130px;
  gap: 9px;
  padding: 19px 16px;
  border: 1px solid rgba(99, 72, 61, 0.18);
  border-radius: 65px 65px 9px 9px;
  color: #63483d;
  background: #fffdf9;
  box-shadow: 0 14px 23px rgba(99, 72, 61, 0.19);
  text-align: center;
}

.pv-menu-card > b {
  font-family: var(--font-script), cursive;
  font-size: 25px;
  font-weight: 400;
}

.pv-menu-card > span {
  padding-top: 6px;
  border-top: 1px solid rgba(99, 72, 61, 0.12);
  font-size: 6px;
}

.pv-seat-tag {
  position: absolute;
  z-index: 4;
  right: 11px;
  bottom: 4px;
  display: grid;
  gap: 3px;
  padding: 10px 13px;
  border-radius: 9px;
  color: #fff;
  background: #63483d;
  box-shadow: 0 10px 20px rgba(99, 72, 61, 0.23);
}

.pv-seat-tag b { font-size: 8px; }

/* QR guest experience */
.pv-place-card-qr {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 6px;
  display: flex;
  width: 172px;
  height: 222px;
  align-items: center;
  flex-direction: column;
  padding: 25px 14px;
  border-radius: 86px 86px 10px 10px;
  color: #485645;
  background: #fffdf9;
  box-shadow: 0 17px 28px rgba(63, 77, 61, 0.18);
}

.pv-place-card-qr > b {
  margin: 8px 0 13px;
  font-family: var(--font-script), cursive;
  font-size: 31px;
  font-weight: 400;
}

.pv-qr-code {
  width: 75px;
  height: 75px;
  border: 7px solid #fff;
  outline: 1px solid rgba(72, 86, 69, 0.16);
  background:
    linear-gradient(90deg, currentColor 8px, transparent 8px) 0 0 / 16px 16px,
    linear-gradient(currentColor 8px, transparent 8px) 0 0 / 16px 16px,
    repeating-conic-gradient(currentColor 0 25%, transparent 0 50%) 8px 8px / 12px 12px;
}

.pv-place-card-qr > span {
  margin-top: 12px;
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-mini-phone {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 1px;
  width: 122px;
  height: 242px;
  padding: 8px;
  border: 5px solid #485645;
  border-radius: 22px;
  background: #485645;
  box-shadow: 0 18px 29px rgba(63, 77, 61, 0.23);
  transform: rotate(4deg);
}

.pv-mini-screen {
  display: flex;
  height: 100%;
  align-items: stretch;
  flex-direction: column;
  padding: 22px 10px;
  border-radius: 13px;
  color: #485645;
  background: #f7f5ed;
}

.pv-mini-screen > b {
  margin: 4px 0 14px;
  font-family: var(--font-script), cursive;
  font-size: 28px;
  font-weight: 400;
}

.pv-mini-screen > span {
  margin-top: 7px;
  padding: 9px 7px;
  border-radius: 7px;
  background: #dfe7dc;
  font-size: 6px;
  font-weight: 700;
}

.pv-scan-line {
  position: absolute;
  z-index: 5;
  top: 141px;
  left: 23px;
  width: 124px;
  height: 2px;
  background: #c36272;
  box-shadow: 0 0 12px #c36272;
  transform: rotate(-7deg);
}

/* Memory wall */
.pv-memory-grid {
  display: grid;
  height: 254px;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 0.75fr 1fr;
  gap: 8px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.47);
}

.pv-memory-grid figure,
.pv-memory-grid blockquote {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.pv-memory-grid figure {
  background: linear-gradient(145deg, #bd858f, #efc7bb);
}

.pv-memory-grid figure:nth-of-type(2) { background: linear-gradient(145deg, #819178, #d2ddcd); }
.pv-memory-grid figure:nth-of-type(3) { background: linear-gradient(145deg, #76647e, #d9cedd); }
.pv-memory-grid figure:nth-of-type(4) { background: linear-gradient(145deg, #c79778, #f0d1b9); }

.pv-memory-grid figure::before,
.pv-memory-grid figure::after {
  position: absolute;
  content: "";
}

.pv-memory-grid figure::before {
  right: 16%;
  bottom: 30%;
  left: 16%;
  height: 35%;
  border-radius: 50% 50% 5px 5px;
  background: rgba(255, 253, 249, 0.55);
}

.pv-memory-grid figure::after {
  top: 17%;
  left: 21%;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.7);
}

.pv-memory-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 7px;
  bottom: 6px;
  left: 7px;
  color: #fff;
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-memory-grid .wide { grid-row: span 2; }

.pv-memory-grid blockquote {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  color: #6f4551;
  background: #fffdf9;
  font-family: var(--font-script), cursive;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.pv-memory-grid cite {
  margin-top: 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 5px;
  font-style: normal;
}

.pv-add-memory {
  position: absolute;
  right: 4px;
  bottom: 0;
  padding: 8px 11px;
  border-radius: 99px;
  color: #fff;
  background: #6f4551;
  box-shadow: 0 8px 16px rgba(111, 69, 81, 0.2);
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Thank-you site */
.pv-thank-window {
  position: absolute;
  inset: 7px 3px 25px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  border: 5px solid #50475c;
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 18px 31px rgba(80, 71, 92, 0.2);
}

.pv-thank-photo {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.65) 0 24px, transparent 25px),
    linear-gradient(145deg, #a88694, #dec1c6);
}

.pv-thank-photo span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-script), cursive;
  font-size: 24px;
}

.pv-thank-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  color: #50475c;
  text-align: center;
}

.pv-thank-copy > b {
  margin: 8px 0 4px;
  font-family: var(--font-script), cursive;
  font-size: 39px;
  font-weight: 400;
}

.pv-thank-copy p {
  margin: 5px 0 13px;
  font-size: 7px;
  line-height: 1.5;
}

.pv-thank-copy em {
  font-family: var(--font-script), cursive;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.pv-personal {
  right: 0;
  bottom: 0;
}

.pv-personal > i {
  color: #9a7890;
  font-size: 16px;
  font-style: normal;
}

/* Anniversary site */
.pv-year-nav {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 7px;
  left: 7px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.pv-year-nav span {
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(255, 253, 249, 0.72);
  font-size: 6px;
  font-weight: 700;
}

.pv-year-nav .active {
  color: #fff;
  background: #4d5d49;
}

.pv-year-story {
  position: absolute;
  inset: 46px 4px 7px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  color: #4d5d49;
  background: #fffdf9;
  box-shadow: 0 17px 28px rgba(77, 93, 73, 0.18);
}

.pv-year-art {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 0.8;
  place-items: center;
  overflow: hidden;
  border-radius: 65px 65px 9px 9px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.7) 0 17px, transparent 18px),
    linear-gradient(150deg, #789071, #cad7c5);
}

.pv-year-art::before {
  position: absolute;
  right: 14%;
  bottom: 12%;
  left: 14%;
  height: 32%;
  border-radius: 50% 50% 7px 7px;
  background: rgba(255,255,255,.45);
  content: "";
}

.pv-year-art b {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 25px;
}

.pv-year-story > div:last-child {
  display: grid;
}

.pv-year-story > div:last-child > b {
  margin: 10px 0 8px;
  font-family: var(--font-script), cursive;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.9;
}

.pv-year-story p {
  margin: 0;
  font-size: 7px;
  line-height: 1.5;
}

.pv-year-story em {
  margin-top: 13px;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/* Collaboration lockup */
.partner-art {
  gap: clamp(18px, 3vw, 44px);
  padding: 60px 38px;
}

.partner-logo-card {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(42%, 290px);
  min-height: 190px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(109, 85, 78, 0.15);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 25px 55px rgba(76, 61, 56, 0.15);
  text-align: center;
  text-decoration: none;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.partner-logo-card:hover {
  box-shadow: 0 30px 60px rgba(76, 61, 56, 0.21);
  transform: translateY(-6px);
}

.partner-tss-main {
  font-size: clamp(16px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.partner-tss-sub {
  margin-top: 8px;
  color: var(--rose-deep);
  font-family: var(--font-script), cursive;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 0.85;
}

.partner-lij-card img {
  display: block;
  width: 100%;
  height: auto;
}

.partner-art .partner-amp {
  position: absolute;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-soft);
  font-size: 74px;
  transform: translateX(-50%);
}

.partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.partner-links a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 249, 0.32);
  border-radius: 99px;
  color: var(--paper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 200ms ease, background 200ms ease;
}

.partner-links a:hover {
  color: var(--mauve);
  background: var(--paper);
}

.partner-links span {
  margin-left: 4px;
}

/* Discover, shape, create, celebrate */
.process-grid article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.process-art {
  position: relative;
  width: 102px;
  height: 102px;
  margin: 29px auto 22px;
  color: var(--cocoa);
}

.process-grid article > span {
  position: absolute;
  top: 22px;
  left: 24px;
}

.process-grid h3 {
  margin: 12px 0 12px;
  font-family: var(--font-script), cursive;
  font-size: 43px;
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
}

.process-grid p {
  max-width: 220px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.process-art i {
  position: absolute;
  display: block;
  font-style: normal;
}

.process-discover i:first-child {
  inset: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.process-discover i:nth-child(2) {
  inset: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.process-discover i:nth-child(3) {
  top: 47px;
  left: 47px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rose-deep);
  box-shadow: -35px -31px 0 #c9a650, 39px -18px 0 #82927c, 23px 38px 0 #9a7890;
}

.process-discover i:nth-child(4) {
  right: 3px;
  bottom: 6px;
  width: 29px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.process-shape i {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  mix-blend-mode: multiply;
}

.process-shape i:first-child { top: 3px; left: 5px; background: #e7c6c7; transform: rotate(-8deg); }
.process-shape i:nth-child(2) { top: 10px; right: 2px; border-radius: 50%; background: #cecbe0; }
.process-shape i:nth-child(3) { bottom: 2px; left: 19px; background: #ccd8c7; transform: rotate(12deg); }
.process-shape i:nth-child(4) { right: 18px; bottom: 10px; width: 17px; height: 17px; border: 4px solid #fffdf9; border-radius: 50%; background: var(--rose-deep); }

.process-create i:first-child {
  inset: 10px 5px;
  border: 2px solid currentColor;
  border-radius: 12px;
  background: #fffdf9;
  box-shadow: 0 12px 20px rgba(76, 61, 56, 0.13);
}

.process-create i:first-child::before {
  position: absolute;
  top: 13px;
  right: 10px;
  left: 10px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 15px 0 rgba(109,85,78,.28), 0 30px 0 rgba(109,85,78,.28), 0 45px 0 rgba(109,85,78,.28);
  content: "";
}

.process-create i:nth-child(2) {
  top: 13px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose-deep);
  box-shadow: 9px 0 0 #c9a650, 18px 0 0 #82927c;
}

.process-create i:nth-child(3) {
  right: 0;
  bottom: 7px;
  width: 18px;
  height: 68px;
  border: 4px solid #fffdf9;
  background: #9a7890;
  box-shadow: 0 8px 15px rgba(76,61,56,.16);
  transform: rotate(36deg);
}

.process-create i:nth-child(4) {
  right: 17px;
  bottom: 0;
  border: 8px solid transparent;
  border-top: 18px solid #4d4555;
  transform: rotate(36deg);
}

.process-celebrate i:first-child {
  top: 37px;
  left: 20px;
  width: 62px;
  height: 50px;
  border-radius: 50% 50% 10px 10px;
  background: #e8c5c6;
}

.process-celebrate i:nth-child(2) {
  top: 19px;
  left: 33px;
  width: 36px;
  height: 38px;
  border-radius: 50% 50% 8px 8px;
  background: #fffdf9;
  box-shadow: inset 0 -8px #d0d9cb;
}

.process-celebrate i:nth-child(3) {
  top: 2px;
  left: 48px;
  width: 6px;
  height: 20px;
  border-radius: 8px;
  background: #c9a650;
}

.process-celebrate i:nth-child(4) {
  top: 10px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose-deep);
  box-shadow: 70px 0 0 #82927c, 84px 31px 0 #c9a650, -2px 45px 0 #9a7890, 23px -7px 0 #c9a650, 56px -13px 0 var(--rose-deep);
}

/* Direct contact */
.contact > p.contact-email-note:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 16px 0 0;
  color: rgba(255, 253, 249, 0.6);
  font-size: 10px;
  letter-spacing: 0.03em;
}

.contact-email-note strong {
  color: rgba(255, 253, 249, 0.88);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .experience-preview.has-product-visual { height: 300px; }
  .partner-art { padding-inline: 25px; }
  .partner-logo-card { min-height: 165px; padding: 18px; }
}

@media (max-width: 820px) {
  .experience-preview.has-product-visual { height: 330px; }
  .partner-art { min-height: 600px; flex-direction: column; }
  .partner-logo-card { width: min(82%, 330px); min-height: 165px; }
  .partner-art .partner-amp { top: 50%; transform: translate(-50%, -50%); }
  .process-grid article { min-height: 340px; }
}

@media (max-width: 420px) {
  .experience-preview.has-product-visual { height: 305px; padding: 13px; }
  .partner-art { min-height: 540px; padding: 45px 20px; }
  .partner-logo-card { width: 92%; min-height: 145px; }
  .partner-art .partner-amp { width: 68px; height: 68px; font-size: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .pv-scene,
  .partner-logo-card { transition: none; }
}

/* The service cards now preview the real demo pages instead of illustrative stand-ins. */
.experience-preview.has-live-demo {
  height: 340px;
  padding: 0;
  background: #e9e2de;
  isolation: isolate;
}

.experience-preview.has-live-demo::before,
.experience-preview.has-live-demo::after { display: none; }

.demo-peek {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f7f2ed;
  -webkit-mask-image: linear-gradient(#000 0 84%, rgba(0, 0, 0, .93) 91%, transparent 100%);
  mask-image: linear-gradient(#000 0 84%, rgba(0, 0, 0, .93) 91%, transparent 100%);
}

.demo-peek iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1180px;
  height: 820px;
  border: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.36);
  transform-origin: top center;
  filter: saturate(.94) contrast(.98);
}

.demo-peek-label,
.demo-peek-open {
  position: absolute;
  z-index: 3;
  top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 999px;
  color: #fff;
  background: rgba(37, 31, 35, .72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(38, 29, 35, .13);
}

.demo-peek-label { left: 18px; }
.demo-peek-open { right: 18px; }

.experience-preview.has-live-demo::selection { background: transparent; }
.experience-card:hover .demo-peek iframe { filter: saturate(1) contrast(1); }

/* A softer, editorial frame lets the Bea + Milo devices blend into the hero. */
.hero-art { isolation: isolate; }

.real-invitation-laptop {
  inset: 3px -145px 0 -70px;
  overflow: visible;
}

.real-invitation-laptop::before {
  position: absolute;
  z-index: -1;
  inset: 10% 5% 7% 4%;
  border-radius: 48% 52% 42% 58% / 55% 43% 57% 45%;
  content: "";
  background:
    radial-gradient(circle at 28% 28%, rgba(239, 203, 190, .88), transparent 28%),
    radial-gradient(circle at 73% 30%, rgba(208, 187, 196, .72), transparent 35%),
    radial-gradient(circle at 53% 76%, rgba(184, 177, 199, .5), transparent 41%);
  filter: blur(13px);
}

.real-invitation-laptop img {
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse 82% 72% at 51% 51%, #000 56%, rgba(0, 0, 0, .96) 66%, rgba(0, 0, 0, .38) 79%, transparent 91%);
  mask-image: radial-gradient(ellipse 82% 72% at 51% 51%, #000 56%, rgba(0, 0, 0, .96) 66%, rgba(0, 0, 0, .38) 79%, transparent 91%);
  filter: drop-shadow(0 32px 34px rgba(74, 56, 60, .15));
}

.hero-art-caption {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 7%;
  display: grid;
  gap: 4px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 16px;
  color: #332a31;
  background: rgba(255, 253, 249, .78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(67, 47, 58, .12);
}

.hero-art-caption small {
  color: var(--rose-deep);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-art-caption b { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }

.hero-botanical {
  position: absolute;
  z-index: 4;
  width: 155px;
  height: 230px;
  pointer-events: none;
}

.hero-botanical::before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 1px;
  height: 215px;
  content: "";
  background: rgba(105, 93, 83, .32);
  transform: rotate(18deg);
  transform-origin: bottom;
}

.hero-botanical i {
  position: absolute;
  width: 55px;
  height: 26px;
  border: 1px solid rgba(91, 105, 85, .24);
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(218, 223, 207, .76), rgba(241, 225, 221, .68));
}

.hero-botanical i:nth-child(1) { top: 20px; left: 67px; transform: rotate(27deg); }
.hero-botanical i:nth-child(2) { top: 66px; left: 22px; transform: rotate(208deg); }
.hero-botanical i:nth-child(3) { top: 101px; left: 72px; transform: rotate(36deg); }
.hero-botanical i:nth-child(4) { top: 145px; left: 29px; transform: rotate(214deg); }
.hero-botanical i:nth-child(5) { top: 175px; left: 84px; transform: rotate(42deg); }
.hero-botanical-one { top: 14px; left: -28px; transform: rotate(-30deg); }
.hero-botanical-two { right: -24px; bottom: 3px; transform: rotate(145deg) scale(.92); }

@media (max-width: 1100px) {
  .experience-preview.has-live-demo { height: 320px; }
  .demo-peek iframe { transform: translateX(-50%) scale(.34); }
  .real-invitation-laptop { inset: 14px -106px 15px -48px; }
}

@media (max-width: 820px) {
  .experience-preview.has-live-demo { height: 330px; }
  .demo-peek iframe { width: 1080px; transform: translateX(-50%) scale(.36); }
  .real-invitation-laptop { inset: -18px -76px -5px -76px; }
  .hero-botanical { transform: scale(.78) rotate(-30deg); }
  .hero-botanical-two { transform: rotate(145deg) scale(.72); }
}

@media (max-width: 420px) {
  .experience-preview.has-live-demo { height: 295px; }
  .demo-peek iframe { width: 980px; transform: translateX(-50%) scale(.34); }
  .demo-peek-label { top: 13px; left: 13px; }
  .demo-peek-open { top: 13px; right: 13px; }
  .hero-art-caption { right: 9%; bottom: 5%; }
}

@media (prefers-reduced-motion: reduce) {
  .real-invitation-laptop { transition: none; }
}
