/* Photographer — soft hero, portfolio gallery, packages */

.hero--soft {
  position: relative;
  padding: var(--space-12) 0 var(--space-12);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #FDF5E6 0%, var(--honey-tint) 100%);
  text-align: center;
}
.hero--soft .hero__cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0.25;
  filter: saturate(0.85);
}
.hero--soft::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 252, 251, 0.6), rgba(250, 238, 218, 0.85));
  z-index: -1;
}
.hero--soft .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  max-width: 560px;
  margin: 0 auto;
}
.hero--soft .hero__avatar {
  width: 132px;
  height: 132px;
  background: linear-gradient(135deg, var(--honey-gold), var(--buzz-yellow));
  border-radius: var(--radius-full);
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 6px rgba(255, 252, 251, 0.95), 0 18px 40px rgba(26, 26, 46, 0.18);
}
.hero--soft .hero__avatar .avatar__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--soft .hero__avatar .avatar__initials {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 44px;
  color: var(--hive-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero--soft .hero__avatar .avatar__photo + .avatar__initials { display: none; }
.hero--soft .hero__title {
  font-size: clamp(30px, 4.5vw, 42px);
  letter-spacing: -0.02em;
}
.hero--soft .hero__tagline {
  color: var(--stone-gray);
  font-size: 15px;
}
.hero__badges {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--space-2);
}
.hero__badges .badge {
  padding: 6px 12px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
}
.hero__badges .badge strong { color: var(--hive-ink); margin-right: 4px; }
.hero__cta { margin-top: var(--space-5); max-width: 360px; width: 100%; }

/* ---------- Content ---------- */
.content { padding: var(--space-10) 0 var(--space-12); }
.content__grid { display: grid; gap: var(--space-6); grid-template-columns: 1fr; }
.content__main { display: flex; flex-direction: column; gap: var(--space-10); }
.content__side { display: flex; flex-direction: column; gap: var(--space-4); }
@media (min-width: 960px) {
  .content { padding: var(--space-12) 0 var(--space-16); }
  .content__grid { grid-template-columns: minmax(0, 1fr) 340px; gap: var(--space-10); }
  .content__side { position: sticky; top: 100px; align-self: start; }
}
.section-head { margin-bottom: var(--space-5); }
.section-head .section-title { margin-top: 4px; font-size: clamp(22px, 3vw, 26px); }
.section-head .text-sm { margin-top: var(--space-2); }

/* ---------- Portfolio ---------- */
.portfolio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}
@media (min-width: 640px) {
  .portfolio { grid-template-columns: repeat(3, 1fr); }
}
.portfolio__tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--honey-tint);
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out);
}
.portfolio__tile:hover { transform: translateY(-2px); }
.portfolio__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.portfolio__tile:hover img { transform: scale(1.08); }
.portfolio__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: rgba(255, 252, 251, 0.92);
  color: var(--honey-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.portfolio__tile--more {
  background: var(--honey-gold);
  color: var(--hive-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  font-family: var(--font-heading);
  font-weight: 700;
}
.portfolio__tile--more span { font-size: 17px; }
.portfolio__tile--more small { font-size: 12px; opacity: 0.7; font-weight: 500; }

/* ---------- Packages ---------- */
.packages { display: flex; flex-direction: column; gap: var(--space-4); }
.package {
  padding: var(--space-5);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-lg);
  background: var(--warm-white);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.package:hover { border-color: var(--honey-gold); box-shadow: var(--shadow-md); }
.package header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
  flex-wrap: wrap;
}
.package h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 700; }
.package__price {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--honey-gold);
  font-size: 18px;
  white-space: nowrap;
}
.package__desc { color: var(--stone-gray); font-size: 14px; line-height: 1.55; }
.package__more {
  margin-top: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--honey-gold);
}
.package__more .chevron { transition: transform var(--dur-base) var(--ease-out); }
.package__more[aria-expanded='true'] .chevron { transform: rotate(180deg); }
.package__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out);
}
.package__panel ul {
  margin: var(--space-3) 0 0;
  padding-left: 20px;
  color: var(--stone-gray);
  font-size: 14px;
  line-height: 1.6;
}
.package__panel li { margin-bottom: 4px; }

/* ---------- Sidebar ---------- */
.testimonial {
  background: var(--honey-tint);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.testimonial__quote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.testimonial__mark {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: var(--warm-white);
  color: var(--honey-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonial p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.55;
  color: var(--hive-ink);
}
.testimonial small {
  color: var(--stone-gray);
  font-size: 13px;
  font-weight: 600;
}

.info-card { padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); }
.info-card__head { display: flex; align-items: center; gap: var(--space-3); }
.info-card__icon {
  width: 38px; height: 38px;
  border-radius: var(--radius-md);
  background: var(--honey-tint);
  color: var(--honey-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-card__title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
}
.info-card__body { padding-left: 50px; font-size: 14px; color: var(--stone-gray); }
.info-card__body strong { font-family: var(--font-heading); color: var(--hive-ink); }
.stripe-card { background: var(--light-stripe); border-color: transparent; }
