/* ── Arrangement Hero V4 — mobile-first + component styles ── */

#ph-arr-hero { background: #FAF8F4; padding-bottom: 40px; }

/* Photo: square on mobile */
.ph-hero__photo { width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative; }
.ph-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: opacity 0.25s ease; }

/* Thumbnails — square, scrollable */
.ph-hero__thumbs { display: flex; gap: 5px; padding: 8px 16px 10px; border-bottom: 1px solid rgba(28,23,15,0.05); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ph-hero__thumbs::-webkit-scrollbar { display: none; }
.ph-hero__thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; opacity: 0.35; border: 1.5px solid transparent; cursor: pointer; transition: opacity 0.2s, border-color 0.2s; flex-shrink: 0; }
.ph-hero__thumb.active { opacity: 1; border-color: #C89B4F; }
.ph-hero__thumb:hover { opacity: 0.65; }

/* Content */
.ph-hero__content { padding: 14px 18px 24px; }

/* Eyebrow */
.ph-hero__eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #C89B4F; margin-bottom: 4px; display: block; }

/* Title */
.ph-hero__title { font-family: Merriweather, Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1.12; color: #1C170F; margin: 0 0 10px 0; letter-spacing: -0.02em; }
.ph-hero__title em { font-weight: 400; display: inline; }

/* Urgency bar */
.ph-hero__urgency { margin-bottom: 4px; }
.ph-hero__urgency-text { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.ph-hero__urgency-label { font-family: 'Agenda', sans-serif; font-size: 11px; font-weight: 500; color: #C89B4F; display: flex; align-items: center; gap: 5px; }
.ph-hero__urgency-label svg { width: 12px; height: 12px; }
.ph-hero__urgency-days { font-family: 'Agenda', sans-serif; font-size: 10px; color: rgba(28,23,15,0.35); }
.ph-hero__urgency-days strong { color: #C89B4F; font-weight: 700; }
.ph-hero__urgency-track { width: 100%; height: 2px; background: rgba(28,23,15,0.04); border-radius: 2px; overflow: hidden; margin-bottom: 10px; }
.ph-hero__urgency-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #C89B4F, #dbb162); }

/* Price */
.ph-hero__price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px; }
.ph-hero__price { font-family: Merriweather, Georgia, serif; font-size: 22px; font-weight: 700; color: #1C170F; letter-spacing: -0.02em; line-height: 1; }
.ph-hero__price-note { font-family: 'Agenda', sans-serif; font-size: 11px; color: rgba(28,23,15,0.3); margin-bottom: 12px; }

/* CTA */
.ph-hero__cta { display: block; width: 100%; background: #C89B4F; color: #fff !important; text-align: center; padding: 14px; border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none !important; cursor: pointer; transition: background 0.2s ease, box-shadow 0.2s ease; box-sizing: border-box; }
.ph-hero__cta:hover { background: #a87a28; box-shadow: 0 6px 20px rgba(200,155,79,0.25); color: #fff !important; }

/* Trust badges */
.ph-hero__trust { display: flex; justify-content: center; gap: 14px; font-family: 'Agenda', sans-serif; font-size: 10px; color: rgba(28,23,15,0.35); margin: 14px 0; flex-wrap: wrap; }
.ph-trust-badge { display: flex; align-items: center; gap: 4px; }
.ph-trust-badge svg { width: 12px; height: 12px; color: rgba(200,155,79,0.6); }

/* Divider */
.ph-hero__divider { width: 36px; height: 1px; background: rgba(28,23,15,0.08); margin: 10px 0; }

/* Highlights */
.ph-hero__highlights { list-style: none; margin: 0 0 14px 0; padding: 0; }
.ph-hero__highlights li { font-family: 'Agenda', sans-serif; font-size: 13px; color: rgba(28,23,15,0.55); line-height: 1.5; padding: 4px 0 4px 16px; position: relative; }
.ph-hero__highlights li::before { content: ''; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #C89B4F; }

/* Reviews */
.ph-hero__reviews { border-top: 1px solid rgba(28,23,15,0.06); padding-top: 14px; }
.ph-hero__reviews-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.ph-hero__reviews-score { font-family: Merriweather, Georgia, serif; font-size: 18px; font-weight: 400; color: #1C170F; line-height: 1; }
.ph-hero__reviews-meta { display: flex; flex-direction: column; gap: 2px; }
.ph-hero__reviews-stars { color: #C89B4F; font-size: 10px; letter-spacing: 1px; }
.ph-hero__reviews-label { font-family: 'Agenda', sans-serif; font-size: 9px; color: rgba(28,23,15,0.3); }
.ph-hero__reviews-badge { margin-left: auto; display: flex; align-items: center; gap: 4px; font-family: 'Agenda', sans-serif; font-size: 9px; color: rgba(28,23,15,0.25); font-weight: 500; }
.ph-hero__reviews-g { width: 13px; height: 13px; border-radius: 50%; background: conic-gradient(#4285f4 0deg 90deg, #34a853 90deg 180deg, #fbbc05 180deg 270deg, #ea4335 270deg 360deg); position: relative; }
.ph-hero__reviews-g::after { content: 'G'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 700; color: #fff; background: #FAF8F4; border-radius: 50%; margin: 2px; }

/* Review cards - mobile: horizontal scroll */
.ph-hero__review-cards { display: flex; gap: 10px; overflow-x: auto; margin: 0 -18px; padding: 0 18px 8px; -webkit-overflow-scrolling: touch; }
.ph-hero__review-cards::-webkit-scrollbar { display: none; }
.ph-review-mini { flex-shrink: 0; width: 200px; background: rgba(28,23,15,0.02); border: 1px solid rgba(28,23,15,0.05); border-radius: 10px; padding: 12px; }
.ph-review-mini__top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.ph-review-mini__avatar { width: 22px; height: 22px; border-radius: 50%; background: #C89B4F; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 600; color: #fff; flex-shrink: 0; font-family: Merriweather, Georgia, serif; }
.ph-review-mini__name { font-family: 'Agenda', sans-serif; font-size: 10px; font-weight: 600; color: rgba(28,23,15,0.6); }
.ph-review-mini__stars { margin-left: auto; color: #C89B4F; font-size: 8px; letter-spacing: 1px; }
.ph-review-mini__text { font-size: 10px; line-height: 1.5; color: rgba(28,23,15,0.4); font-style: italic; font-family: Merriweather, Georgia, serif; font-weight: 400; }

/* ── Desktop overrides ── */

@media (min-width: 1024px) {
  /* 100vh hero fix */
  body.single-arrangement .breadcrumbs { display: none; }
  #ph-arr-hero { height: calc(100vh - 166px); overflow: hidden; grid-template-rows: 1fr; padding-bottom: 0; margin-bottom: 24px; box-shadow: 0 2px 20px rgba(0,0,0,0.04); }
  .ph-hero__left { height: 100%; overflow: hidden; }
  .ph-hero__content { overflow-y: auto; max-height: 100%; }
  .ph-hero__content::-webkit-scrollbar { width: 4px; }
  .ph-hero__content::-webkit-scrollbar-track { background: transparent; }
  .ph-hero__content::-webkit-scrollbar-thumb { background: rgba(28,23,15,0.12); border-radius: 4px; }

  .ph-hero__photo { aspect-ratio: auto; }
  .ph-hero__thumbs { gap: 8px; padding: 14px 24px 16px; border-bottom: none; }
  .ph-hero__thumb { width: 56px; height: 56px; border-radius: 5px; border-width: 2px; opacity: 0.28; }
  .ph-hero__thumb.active { border-color: #C89B4F; }
  .ph-hero__eyebrow { font-size: 11px; letter-spacing: 0.25em; margin-bottom: 20px; }
  .ph-hero__urgency { margin-bottom: 32px; }
  .ph-hero__urgency-label { font-size: 13px; gap: 7px; }
  .ph-hero__urgency-label svg { width: 15px; height: 15px; }
  .ph-hero__urgency-days { font-size: 13px; }
  .ph-hero__urgency-text { margin-bottom: 10px; }
  .ph-hero__urgency-track { height: 3px; margin-bottom: 0; }
  .ph-hero__price-row { gap: 12px; }
  .ph-hero__price-note { font-size: 13px; color: rgba(28,23,15,0.32); margin-bottom: 0; }
  .ph-hero__trust { justify-content: flex-start; gap: 20px; margin: 0 0 40px; }
  .ph-trust-badge { font-size: 12px; color: rgba(28,23,15,0.38); gap: 6px; }
  .ph-trust-badge svg { width: 14px; height: 14px; }
  .ph-hero__highlights li { font-size: 15px; color: rgba(28,23,15,0.58); }
  .ph-hero__reviews-score { font-size: 24px; }
  .ph-hero__reviews-header { gap: 12px; margin-bottom: 18px; }
  .ph-hero__reviews-stars { font-size: 13px; letter-spacing: 2px; }
  .ph-hero__reviews-label { font-size: 11px; }
  .ph-hero__reviews-badge { gap: 6px; font-size: 11px; color: rgba(28,23,15,0.28); }
  .ph-hero__reviews-g { width: 15px; height: 15px; }
  .ph-hero__reviews-g::after { font-size: 8px; margin: 2.5px; }
  .ph-review-mini { padding: 18px; width: auto; }
  .ph-review-mini__avatar { width: 30px; height: 30px; font-size: 11px; }
  .ph-review-mini__name { font-size: 13px; color: rgba(28,23,15,0.65); }
  .ph-review-mini__stars { font-size: 11px; }
  .ph-review-mini__top { gap: 10px; margin-bottom: 10px; }
  .ph-review-mini__text { font-size: 13px; line-height: 1.55; color: rgba(28,23,15,0.42); }

  /* Desktop content reorder (HTML follows mobile order) */
  .ph-hero__content { display: flex; flex-direction: column; }
  .ph-hero__divider { order: 3 !important; }
  .ph-hero__highlights { order: 4 !important; }
  .ph-hero__urgency { order: 5 !important; }
  .ph-hero__price-row { order: 6 !important; }
  .ph-hero__price-note { order: 6 !important; }
  .ph-hero__cta { order: 7 !important; }
  .ph-hero__trust { order: 8 !important; }
  .ph-hero__reviews { order: 9 !important; }
}
