/* PTAH Partner Receiver: TrulyWed-style partner directory and profile. */

.ptah-receiver-partners,
.ptah-receiver-partner-profile {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px;
  color: #2f2c2b;
}

.ptah-receiver-partners a,
.ptah-receiver-partner-profile a {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

/* Directory hero. */
.ptah-receiver-partners__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(180, 141, 76, 0.18);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 46%, rgba(255,255,255,0.18) 68%),
    radial-gradient(circle at 8% 10%, rgba(250, 232, 236, 0.8), transparent 28%),
    #fffaf7;
  box-shadow: 0 16px 42px rgba(61, 51, 47, 0.08);
}

.ptah-receiver-partners__hero-copy {
  position: relative;
  z-index: 2;
  padding: 58px 46px;
}

.ptah-receiver-partners__hero-art {
  min-height: 350px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0)),
    radial-gradient(circle at 35% 42%, rgba(255,255,255,0.2), transparent 18%),
    linear-gradient(135deg, rgba(218, 172, 145, 0.22), rgba(180, 141, 76, 0.14)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='920' height='520' viewBox='0 0 920 520'%3E%3Cdefs%3E%3CradialGradient id='g' cx='50%25' cy='45%25' r='55%25'%3E%3Cstop offset='0%25' stop-color='%23fff4ef'/%3E%3Cstop offset='55%25' stop-color='%23ead1c6'/%3E%3Cstop offset='100%25' stop-color='%23f8efe9'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='920' height='520' fill='url(%23g)'/%3E%3Cg opacity='.42' fill='none' stroke='%23b48d4c' stroke-width='2'%3E%3Cpath d='M180 250c110-145 252-170 365-78 76 62 127 40 204-38'/%3E%3Cpath d='M130 330c118-90 259-102 423-36 93 38 167 21 240-51'/%3E%3Cpath d='M280 138c51 26 107 26 168-1 92-42 181-30 266 36'/%3E%3C/g%3E%3Cg opacity='.52'%3E%3Ccircle cx='665' cy='155' r='76' fill='%23fff7f2'/%3E%3Ccircle cx='742' cy='205' r='55' fill='%23e7beb9'/%3E%3Ccircle cx='598' cy='230' r='58' fill='%23f2ddd5'/%3E%3Ccircle cx='704' cy='298' r='70' fill='%23fff2ea'/%3E%3Ccircle cx='520' cy='174' r='42' fill='%23f6d6ce'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.ptah-receiver-partners__eyebrow,
.ptah-receiver-partner-profile__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #c96f7d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ptah-receiver-partners__hero h1,
.ptah-receiver-partner-profile__heading h1 {
  margin: 0 0 18px;
  color: #2f2c2b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.ptah-receiver-partners__hero p,
.ptah-receiver-partner-profile__summary {
  max-width: 620px;
  color: #595150;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ptah-receiver-partners__hero-actions,
.ptah-receiver-partner-profile__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ptah-receiver-partners__hero-actions a,
.ptah-receiver-partner-profile__button,
.ptah-receiver-partners__supplier-actions a,
.ptah-receiver-partner-profile__bottom-cta a,
.ptah-receiver-partner-profile__enquiry-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid #d9969e;
  border-radius: 4px;
  background: #d97886;
  color: #fff!important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ptah-receiver-partners__hero-actions a + a,
.ptah-receiver-partner-profile__button--light {
  background: rgba(255,255,255,0.72);
  border-color: #d3ba7e;
  color: #242424!important;
}

.ptah-receiver-partners__hero-actions a:hover,
.ptah-receiver-partner-profile__button:hover,
.ptah-receiver-partners__supplier-actions a:hover,
.ptah-receiver-partner-profile__bottom-cta a:hover,
.ptah-receiver-partner-profile__enquiry-card a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(61, 51, 47, 0.12);
}

.ptah-receiver-partner-profile__button--gold,
.ptah-receiver-partner-profile__enquiry-card a {
  background: #bd8a3d;
  border-color: #bd8a3d;
  color: #fff!important;
}

/* Filters. */
.ptah-receiver-partners__filters {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(61, 51, 47, 0.1);
}

.ptah-receiver-partners__search {
  flex: 0 1 340px;
  position: relative;
}

.ptah-receiver-partners__search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ptah-receiver-partners__search input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(61, 51, 47, 0.12);
  border-radius: 6px;
  padding: 10px 14px;
  background: #fff;
  color: #595150;
}

.ptah-receiver-partners__filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ptah-receiver-partners__filter-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(61, 51, 47, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #595150;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.ptah-receiver-partners__filter-pills a.is-active,
.ptah-receiver-partners__filter-pills a:hover {
  background: #d3ba7e;
  border-color: #d3ba7e;
  color: #fff!important;
}

/* Sections. */
.ptah-receiver-partners__section {
  margin-top: 30px;
}

.ptah-receiver-partners__section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.ptah-receiver-partners__section-head h2,
.ptah-receiver-partner-profile__section h2,
.ptah-receiver-partners__trust h2,
.ptah-receiver-partners__supplier-cta h2,
.ptah-receiver-partner-profile__bottom-cta h2 {
  margin: 0;
  color: #2f2c2b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.ptah-receiver-partners__section-head a,
.ptah-receiver-partners__section-head span {
  color: #6e625d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Featured cards. */
.ptah-receiver-partners__featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ptah-receiver-partners__featured-card,
.ptah-receiver-partners__card,
.ptah-receiver-partners__empty,
.ptah-receiver-partner-profile__details-card,
.ptah-receiver-partner-profile__trust-card,
.ptah-receiver-partner-profile__enquiry-card,
.ptah-receiver-partner-profile__service-card,
.ptah-receiver-partner-profile__why-grid > div {
  border: 1px solid rgba(61, 51, 47, 0.11);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(61, 51, 47, 0.07);
}

.ptah-receiver-partners__featured-card {
  overflow: hidden;
  border-radius: 7px;
}

.ptah-receiver-partners__featured-cover,
.ptah-receiver-partners__cover {
  position: relative;
  min-height: 150px;
  background:
    radial-gradient(circle at 24% 24%, rgba(246, 214, 206, 0.9), transparent 34%),
    radial-gradient(circle at 78% 70%, rgba(255, 245, 238, 0.95), transparent 36%),
    #f6ede7;
  background-size: cover;
  background-position: center;
}

.ptah-receiver-partners__featured-cover span,
.ptah-receiver-partners__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 3px;
  background: #d3ba7e;
  color: #fff!important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ptah-receiver-partners__featured-body {
  display: flex;
  gap: 16px;
  padding: 18px;
}

.ptah-receiver-partners__featured-logo,
.ptah-receiver-partners__logo {
  flex: 0 0 auto;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 22px rgba(61, 51, 47, 0.14);
}

.ptah-receiver-partners__logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9c7137;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
}

.ptah-receiver-partners__featured-card h3,
.ptah-receiver-partners__card h3 {
  margin: 0 0 6px;
  color: #2f2c2b;
  font-size: 1.1rem;
  line-height: 1.25;
}

.ptah-receiver-partners__featured-card h3 a,
.ptah-receiver-partners__card h3 a {
  color: inherit;
  text-decoration: none;
}

.ptah-receiver-partners__featured-card p,
.ptah-receiver-partners__card p,
.ptah-receiver-partner-profile p {
  color: #5f5653;
  line-height: 1.65;
}

.ptah-receiver-partners__location {
  margin: 0 0 8px;
  color: #7b716d !important;
  font-size: 0.86rem;
}

/* Category tiles. */
.ptah-receiver-partners__category-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
}

.ptah-receiver-partners__category {
  display: grid;
  gap: 10px;
  place-items: center;
  min-height: 94px;
  padding: 14px 10px;
  border: 1px solid rgba(61, 51, 47, 0.11);
  border-radius: 7px;
  background: #fff;
  color: #3a3432;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ptah-receiver-partners__category:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(61, 51, 47, 0.09);
}

.ptah-receiver-partners__category-icon {
  color: #d3ba7e;
  font-size: 2rem;
  line-height: 1;
}

/* Main partner cards. */
.ptah-receiver-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ptah-receiver-partners__card {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.ptah-receiver-partners__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(61, 51, 47, 0.12);
}

.ptah-receiver-partners__card-media {
  position: relative;
}

.ptah-receiver-partners__card .ptah-receiver-partners__logo {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
}

.ptah-receiver-partners__body {
  padding: 56px 20px 20px;
  text-align: center;
}

.ptah-receiver-partners__services {
  margin-bottom: 10px;
}

.ptah-receiver-partners__services span {
  display: inline-flex;
  color: #c96f7d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ptah-receiver-partners__actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.ptah-receiver-partners__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #d3ba7e;
  border-radius: 4px;
  background: #fff;
  color: #9c7137;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ptah-receiver-partners__actions a:hover {
  background: #d3ba7e;
  color: #fff!important;
}

.ptah-receiver-partners__empty {
  grid-column: 1 / -1;
  padding: 28px;
}

/* Trust and supplier CTA. */
.ptah-receiver-partners__trust {
  margin: 42px -28px 0;
  padding: 36px 28px;
  border-top: 1px solid rgba(180, 141, 76, 0.18);
  border-bottom: 1px solid rgba(180, 141, 76, 0.18);
  background: #fffaf6;
  text-align: center;
}

.ptah-receiver-partners__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.ptah-receiver-partners__trust-grid span,
.ptah-receiver-partner-profile__why-grid span,
.ptah-receiver-partner-profile__service-card span,
.ptah-receiver-partner-profile__trust-card span {
  color: #d3ba7e;
  font-size: 2rem;
}

.ptah-receiver-partners__trust-grid h3 {
  margin: 8px 0;
  color: #3a3432;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ptah-receiver-partners__supplier-cta,
.ptah-receiver-partner-profile__bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  margin-top: 0;
  padding: 42px 46px;
  background:
    radial-gradient(circle at left bottom, rgba(246, 214, 206, 0.9), transparent 32%),
    linear-gradient(90deg, #fffaf6, #fff0f0);
}

.ptah-receiver-partners__supplier-cta span {
  display: block;
  margin-top: 10px;
  color: #c96f7d;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ptah-receiver-partners__supplier-actions ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ptah-receiver-partners__supplier-actions li {
  position: relative;
  margin: 8px 0;
  padding-left: 24px;
  color: #595150;
  font-weight: 700;
}

.ptah-receiver-partners__supplier-actions li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d3ba7e;
}

/* Partner profile. */
.ptah-receiver-partner-profile__hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(180, 141, 76, 0.18);
  background: #fffaf7;
  box-shadow: 0 16px 42px rgba(61, 51, 47, 0.08);
}

.ptah-receiver-partner-profile__cover {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #f6ede7;
}

.ptah-receiver-partner-profile__intro {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 44px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.78)),
    #fffaf7;
}

.ptah-receiver-partner-profile__cover + .ptah-receiver-partner-profile__intro {
  margin-top: -120px;
  background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.7), rgba(255,255,255,0));
}

.ptah-receiver-partner-profile__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid rgba(180, 141, 76, 0.36);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 32px rgba(61, 51, 47, 0.13);
}

.ptah-receiver-partner-profile__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ptah-receiver-partner-profile__logo--fallback {
  color: #9c7137;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4rem;
}

.ptah-receiver-partner-profile__chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(61, 51, 47, 0.11);
}

.ptah-receiver-partner-profile__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(61, 51, 47, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #5f5653;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.ptah-receiver-partner-profile__chips span:first-child {
  background: #fff0f1;
  color: #c96f7d;
}

.ptah-receiver-partner-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 34px;
}

.ptah-receiver-partner-profile__section {
  margin-bottom: 34px;
}

.ptah-receiver-partner-profile__section h2,
.ptah-receiver-partner-profile__details-card h2,
.ptah-receiver-partner-profile__enquiry-card h2 {
  margin: 0 0 16px;
  color: #3a3432;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ptah-receiver-partner-profile__services,
.ptah-receiver-partner-profile__why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ptah-receiver-partner-profile__service-card,
.ptah-receiver-partner-profile__why-grid > div {
  padding: 20px;
  border-radius: 7px;
}

.ptah-receiver-partner-profile__service-card strong,
.ptah-receiver-partner-profile__why-grid strong {
  display: block;
  margin: 8px 0 6px;
  color: #3a3432;
}

.ptah-receiver-partner-profile__side {
  display: grid;
  align-content: start;
  gap: 22px;
}

.ptah-receiver-partner-profile__details-card,
.ptah-receiver-partner-profile__trust-card,
.ptah-receiver-partner-profile__enquiry-card {
  padding: 24px;
  border-radius: 7px;
}

.ptah-receiver-partner-profile__detail-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(61, 51, 47, 0.1);
}

.ptah-receiver-partner-profile__detail-row:last-child {
  border-bottom: 0;
}

.ptah-receiver-partner-profile__detail-row span {
  color: #776d68;
  font-size: 0.86rem;
  font-weight: 700;
}

.ptah-receiver-partner-profile__detail-row strong,
.ptah-receiver-partner-profile__detail-row a {
  color: #3a3432;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.ptah-receiver-partner-profile__detail-row a {
  color: #c96f7d;
  text-decoration: none;
}

.ptah-receiver-partner-profile__trust-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fffaf6;
}

.ptah-receiver-partner-profile__enquiry-card p {
    padding-bottom: 20px;
}

.ptah-receiver-partner-profile__trust-card p,
.ptah-receiver-partner-profile__enquiry-card p {
  margin-top: 0;
}

.ptah-receiver-partner-profile__bottom-cta {
  margin-top: 42px;
}

/* Responsive. */
@media (max-width: 1120px) {
  .ptah-receiver-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ptah-receiver-partners__category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ptah-receiver-partners__featured-grid,
  .ptah-receiver-partners__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ptah-receiver-partner-profile__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .ptah-receiver-partners__hero,
  .ptah-receiver-partners__supplier-cta,
  .ptah-receiver-partner-profile__bottom-cta {
    grid-template-columns: 1fr;
  }

  .ptah-receiver-partners__hero-art {
    min-height: 220px;
    order: -1;
  }

  .ptah-receiver-partners__filters {
    display: block;
  }

  .ptah-receiver-partners__search {
    display: block;
    margin-bottom: 12px;
  }

  .ptah-receiver-partners__grid,
  .ptah-receiver-partners__featured-grid,
  .ptah-receiver-partners__trust-grid,
  .ptah-receiver-partner-profile__services,
  .ptah-receiver-partner-profile__why-grid,
  .ptah-receiver-partner-profile__chips {
    grid-template-columns: 1fr;
  }

  .ptah-receiver-partners__category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ptah-receiver-partner-profile__intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .ptah-receiver-partner-profile__cover + .ptah-receiver-partner-profile__intro {
    margin-top: -70px;
  }
}

@media (max-width: 560px) {
  .ptah-receiver-partners,
  .ptah-receiver-partner-profile {
    padding: 16px;
  }

  .ptah-receiver-partners__hero-copy,
  .ptah-receiver-partner-profile__intro,
  .ptah-receiver-partners__supplier-cta,
  .ptah-receiver-partner-profile__bottom-cta {
    padding: 28px 22px;
  }

  .ptah-receiver-partners__category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ptah-receiver-partner-profile__detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ptah-receiver-partner-profile__logo {
    width: 118px;
    height: 118px;
  }
}

/* =========================================================
   Partner service taxonomy/filter/gallery additions
   ========================================================= */

.ptah-receiver-partners__result-note {
  margin: 0 0 16px;
  color: #7b716d;
  font-weight: 700;
}

.ptah-receiver-partners__category.is-active {
  border-color: rgba(197, 154, 77, 0.55);
  background: #fffaf0;
  box-shadow: 0 14px 28px rgba(61, 51, 47, 0.09);
}

.ptah-receiver-partners__search label {
  display: block;
}

.ptah-receiver-partner-profile__chips i.ptah-partner-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.ptah-receiver-partner-profile__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.ptah-receiver-partner-profile__gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(61, 51, 47, 0.08);
}

.ptah-receiver-partner-profile__bottom-actions {
  display: grid;
  gap: 10px;
}

.ptah-receiver-partner-profile__bottom-actions a + a {
  background: rgba(255,255,255,0.72);
  border-color: #d3ba7e;
  color: #9c7137;
}

.ptah-partner-icon,
.ptah-receiver-partners__category-icon,
.ptah-receiver-partners__trust-grid > div > span,
.ptah-receiver-partner-profile__service-card > span,
.ptah-receiver-partner-profile__why-grid > div > span,
.ptah-receiver-partner-profile__trust-card > span {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ptah-receiver-partners__category-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
}

.ptah-partner-icon--florists {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 35c-6-7-4-15 0-20 4 5 6 13 0 20Z'/%3E%3Cpath d='M25 35c-8-2-12-9-12-16 7 1 14 6 12 16Z'/%3E%3Cpath d='M39 35c8-2 12-9 12-16-7 1-14 6-12 16Z'/%3E%3Cpath d='M32 35v20'/%3E%3Cpath d='M21 48c7 2 15 2 22 0'/%3E%3Cpath d='M25 55h14'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--photography {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 22h8l4-5h9l4 5h5a6 6 0 0 1 6 6v16a6 6 0 0 1-6 6H17a6 6 0 0 1-6-6V28a6 6 0 0 1 6-6Z'/%3E%3Ccircle cx='32' cy='36' r='9'/%3E%3Cpath d='M46 28h.2'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--venues {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 51h40'/%3E%3Cpath d='M16 51V26l16-11 16 11v25'/%3E%3Cpath d='M24 51V36h16v15'/%3E%3Cpath d='M22 27h20'/%3E%3Cpath d='M28 31h8'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--beauty {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M27 18h10'/%3E%3Cpath d='M29 18v8h6v-8'/%3E%3Cpath d='M25 26h14l3 25H22l3-25Z'/%3E%3Cpath d='M26 38c4-5 8-5 12 0'/%3E%3Cpath d='M27 45h10'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--catering {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 42h36'/%3E%3Cpath d='M18 42a14 14 0 0 1 28 0'/%3E%3Cpath d='M32 22v-5'/%3E%3Cpath d='M24 50h16'/%3E%3Cpath d='M12 50h40'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--music {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39 16v28'/%3E%3Cpath d='M39 16l12 4v8l-12-4'/%3E%3Ccircle cx='31' cy='46' r='7'/%3E%3Cpath d='M22 26c-6 5-7 13-2 19'/%3E%3Cpath d='M17 20c-10 9-11 25-2 35'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--transport {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 39h36l-4-13H22l-8 13Z'/%3E%3Cpath d='M18 39v8'/%3E%3Cpath d='M46 39v8'/%3E%3Ccircle cx='23' cy='47' r='4'/%3E%3Ccircle cx='43' cy='47' r='4'/%3E%3Cpath d='M24 26l3-8h12l3 8'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--decor,
.ptah-partner-icon--decoration {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 50V31a15 15 0 0 1 30 0v19'/%3E%3Cpath d='M24 50V31a8 8 0 0 1 16 0v19'/%3E%3Cpath d='M12 50h40'/%3E%3Cpath d='M20 23c-4-5-3-10 1-14 5 4 7 9 3 14'/%3E%3Cpath d='M44 23c4-5 3-10-1-14-5 4-7 9-3 14'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--wedding-planning,
.ptah-partner-icon--stationery,
.ptah-partner-icon--cake-makers,
.ptah-partner-icon--celebrants,
.ptah-partner-icon--videography,
.ptah-partner-icon--more,
.ptah-partner-icon--trusted,
.ptah-partner-icon--network,
.ptah-partner-icon--heart,
.ptah-partner-icon--location {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 10l18 7v13c0 13-8 21-18 24-10-3-18-11-18-24V17l18-7Z'/%3E%3Cpath d='M23 32l6 6 13-15'/%3E%3C/g%3E%3C/svg%3E");
}

.ptah-partner-icon--heart {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 51S14 39 14 25c0-7 5-12 12-12 4 0 7 2 10 6 3-4 6-6 10-6 7 0 12 5 12 12 0 14-18 26-26 26Z' fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ptah-partner-icon--location {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c59a4d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 56s17-16 17-31a17 17 0 0 0-34 0c0 15 17 31 17 31Z'/%3E%3Ccircle cx='32' cy='25' r='6'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 860px) {
  .ptah-receiver-partner-profile__gallery {
    grid-template-columns: 1fr;
  }

  .ptah-receiver-partner-profile__gallery img {
    height: 210px;
  }
}


/* Partner profile gallery lightbox */
.ptah-partner-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.ptah-partner-gallery__link {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(179, 140, 76, 0.22);
  background: #fff;
  box-shadow: 0 10px 24px rgba(43, 37, 32, 0.08);
}

.ptah-partner-gallery__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.ptah-partner-gallery__link:hover img,
.ptah-partner-gallery__link:focus img {
  transform: scale(1.04);
}

.ptah-partner-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(18, 16, 15, 0.82);
}

.ptah-partner-lightbox.is-open {
  display: flex;
}

.ptah-partner-lightbox-open {
  overflow: hidden;
}

.ptah-partner-lightbox__figure {
  max-width: min(1040px, 92vw);
  max-height: 86vh;
  margin: 0;
  text-align: center;
}

.ptah-partner-lightbox__image {
  max-width: 100%;
  max-height: 78vh;
  display: block;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.ptah-partner-lightbox__caption {
  margin-top: 12px;
  color: #fff!important;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.ptah-partner-lightbox__close,
.ptah-partner-lightbox__nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.95);
  color: #1f2933;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.ptah-partner-lightbox__close {
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
}

.ptah-partner-lightbox__nav {
  top: 50%;
  width: 46px;
  height: 58px;
  transform: translateY(-50%);
  font-size: 42px;
  line-height: 1;
}

.ptah-partner-lightbox__nav--prev {
  left: 22px;
}

.ptah-partner-lightbox__nav--next {
  right: 22px;
}

@media (max-width: 700px) {
  .ptah-partner-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ptah-partner-lightbox {
    padding: 18px;
  }

  .ptah-partner-lightbox__nav {
    width: 38px;
    height: 48px;
    font-size: 34px;
  }
}



/* Partner details card icons: stable Twig modifier classes */
.ptah-receiver-partner-profile__detail-row span::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.86;
}

.ptah-receiver-partner-profile__detail-row--location span::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%202.75c-3.45%200-6.25%202.72-6.25%206.08%200%204.62%206.25%2012.42%206.25%2012.42s6.25-7.8%206.25-12.42c0-3.36-2.8-6.08-6.25-6.08Z%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27/%3E%3Cpath%20d%3D%27M12%2011.25a2.35%202.35%200%201%200%200-4.7%202.35%202.35%200%200%200%200%204.7Z%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27/%3E%3C/svg%3E");
}

.ptah-receiver-partner-profile__detail-row--website span::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10.2%2013.8a4.2%204.2%200%200%201%200-5.94l2.04-2.04a4.2%204.2%200%200%201%205.94%205.94l-.72.72%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27/%3E%3Cpath%20d%3D%27M13.8%2010.2a4.2%204.2%200%200%201%200%205.94l-2.04%202.04a4.2%204.2%200%200%201-5.94-5.94l.72-.72%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27/%3E%3Cpath%20d%3D%27M9.4%2014.6l5.2-5.2%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E");
}

.ptah-receiver-partner-profile__detail-row--phone span::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.1%203.9%209.7%203.4c.73-.23%201.5.13%201.8.83l1.02%202.38c.25.58.08%201.25-.42%201.65l-1.18.94a12.3%2012.3%200%200%200%204.88%204.88l.94-1.18c.4-.5%201.07-.67%201.65-.42l2.38%201.02c.7.3%201.06%201.07.83%201.8l-.5%201.6c-.25.8-1%201.33-1.84%201.27C10.8%2017.62%206.38%2013.2%205.82%204.74c-.05-.84.48-1.59%201.28-1.84Z%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}

.ptah-receiver-partner-profile__detail-row--email span::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M4.75%206.75h14.5v10.5H4.75V6.75Z%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27m5.25%207.25%206.75%205.25%206.75-5.25%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}

.ptah-receiver-partner-profile__detail-row--plan span::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%203.25l2.47%205%205.53.8-4%203.9.94%205.5L12%2015.85l-4.94%202.6.94-5.5-4-3.9%205.53-.8L12%203.25Z%27%20stroke%3D%27%23b38c4c%27%20stroke-width%3D%271.55%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}


