/* ============================================
   Page-specific styles — Perla Desjardins
   ============================================ */

/* ---------- Hero (split) ---------- */
.hero--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.hero__left {
  background: linear-gradient(175deg, var(--cream-warm) 0%, #f0ebe3 45%, #ebe6df 100%);
  display: flex;
  align-items: center;
  padding: var(--header-height) var(--space-xl) var(--space-xl);
  position: relative;
}

/* Subtle corner accent */
.hero__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 50%, rgba(181, 168, 152, 0.08) 50%);
  pointer-events: none;
}

.hero__content {
  max-width: 360px;
  position: relative;
  z-index: 1;
}

.hero__kicker {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-xs);
}

.hero__title {
  margin-bottom: var(--space-sm);
  line-height: 1.02;
  letter-spacing: 0.08em;
}

.hero__line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent);
  margin-bottom: var(--space-md);
}

.hero__role {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: var(--space-xs);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-soft);
}

.hero__asterisk {
  color: var(--accent);
  font-size: 0.9rem;
  text-shadow: 0 0 12px rgba(181, 168, 152, 0.35);
  display: inline-block;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__asterisk {
    animation: starGlow 2.5s ease-in-out infinite;
  }
}

.hero__tagline {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: var(--space-lg);
  font-style: italic;
  max-width: 280px;
}

.hero__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-top: 0;
}

.hero__cta {
  margin-top: 0;
}

.hero__cta-secondary {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
  transition: color var(--transition);
}

.hero__cta-secondary:hover {
  color: var(--accent);
}

.hero__socials {
  margin-top: var(--space-lg);
  justify-content: flex-start;
}

/* Reuse .footer-socials for size; hero overrides only layout */
.hero__socials.footer-socials {
  margin-bottom: 0;
}

.hero__callout {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-hover);
  padding: 0.5rem 1rem;
  border: 1px solid rgba(181, 168, 152, 0.35);
  border-radius: 999px;
  background: rgba(251, 249, 246, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  margin-bottom: var(--space-md);
}

.hero__callout .hero__callout-star,
.hero__callout .hero__asterisk {
  font-size: 0.7rem;
  flex-shrink: 0;
  text-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__callout .hero__callout-star {
    animation: starGlow 2.5s ease-in-out infinite;
  }
}

/* Reusable callout (About, Gallery, Services, Work with me) */
.callout {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-hover);
  padding: 0.5rem 1rem;
  border: 1px solid rgba(181, 168, 152, 0.35);
  border-radius: 999px;
  background: rgba(251, 249, 246, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.callout .deco-star {
  font-size: 0.7rem;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .callout .deco-star {
    animation: starGlow 2.5s ease-in-out infinite;
  }
}

.callout-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  padding-top: var(--space-xs);
}

.callout-wrap .callout {
  margin-bottom: 0;
}

.hero__right {
  background: linear-gradient(165deg, var(--beige) 0%, #e4dfd8 40%, var(--cream-warm) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--header-height) var(--space-lg) var(--space-lg);
  position: relative;
}

/* Soft vignette on image side */
.hero__right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, transparent 40%, rgba(246, 242, 236, 0.3) 100%);
  pointer-events: none;
}

.hero__image-frame {
  position: relative;
  padding: var(--space-sm);
}

.hero__image-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: calc(var(--radius-md) + 2px);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.hero__image-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--beige-medium);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255,255,255,0.4) inset;
}

.hero__image-wrap .hero__image {
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__content {
    animation: heroIntro 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  .hero__image-wrap {
    animation: heroIntro 0.9s 0.15s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--beige);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.hero__image-placeholder small {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* Hide placeholder when real image is present (has non-empty src) */
.hero__image-wrap:has(.hero__image[src]:not([src=""])) .hero__image-placeholder {
  display: none;
}

@media (max-width: 900px) {
  .hero--split {
    grid-template-columns: 1fr;
    grid-template-rows: auto 45vh;
  }

  .hero__left {
    padding-top: calc(var(--header-height) + var(--space-md));
    padding-bottom: var(--space-md);
  }

  .hero__left::after {
    display: none;
  }

  .hero__right {
    padding-top: var(--space-sm);
  }

  .hero__right::before {
    display: none;
  }

  .hero__image-frame,
  .hero__image-wrap {
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ---------- Reels teaser (legacy) ---------- */
.reels-teaser {
  background: var(--cream);
  border-top: 1px solid rgba(232, 227, 220, 0.6);
  padding: var(--space-2xl) 0;
}

.reels-teaser__cta {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.reels-teaser__cta .btn {
  margin-bottom: var(--space-sm);
}

.reels-teaser__note {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 300;
  letter-spacing: 0.02em;
}

.reels-embed-area {
  max-width: 720px;
  margin: 0 auto;
}

.reels-embed-placeholder {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
  padding: var(--space-xl);
  background: var(--cream-warm);
  border: 1px dashed var(--beige-medium);
  border-radius: var(--radius);
  font-weight: 300;
}

/* ---------- Home: blurb about me ---------- */
.home-blurb {
  padding: var(--space-xl) 0;
  background: linear-gradient(180deg, #faf8f5 0%, var(--cream) 100%);
  border-top: 1px solid rgba(232, 227, 220, 0.6);
}

.home-blurb__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
  max-width: 640px;
  margin: 0 auto;
}

.home-blurb__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.home-blurb__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.home-blurb__inner {
  max-width: 100%;
  margin: 0;
  padding: var(--space-md) var(--space-md) var(--space-md) var(--space-lg);
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, var(--cream-warm) 0%, var(--cream) 100%);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  box-shadow: var(--shadow-soft), inset 1px 0 0 rgba(255,255,255,0.6);
}

.home-blurb__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-sm);
  color: var(--text);
}

.home-reels .section-title h2 {
  position: relative;
}

.home-reels .section-title h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  margin: 0 auto var(--space-xs);
}

.home-blurb__text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-soft);
  font-weight: 300;
  margin-bottom: var(--space-sm);
}

.home-blurb__callout {
  margin-bottom: var(--space-sm);
}

.home-blurb__link {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  font-weight: 400;
}

.home-blurb__link:hover {
  color: var(--text);
}

/* ---------- Hero editorial polish ---------- */
.hero__title {
  font-size: clamp(2.4rem, 5.2vw, 3.5rem);
  letter-spacing: 0.08em;
  line-height: 1;
}

.hero__left {
  padding-top: calc(var(--header-height) + var(--space-2xl));
  padding-bottom: var(--space-2xl);
}

.hero__tagline {
  font-size: 1rem;
  max-width: 300px;
  margin-bottom: var(--space-xl);
}

/* ---------- Brands carousel (home) ---------- */
.home-brands {
  padding: var(--space-lg) 0 var(--space-lg);
  background: linear-gradient(180deg, #faf8f5 0%, var(--cream) 100%);
  border-top: 1px solid rgba(232, 227, 220, 0.6);
}

.home-brands__container {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}

.home-brands__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.home-brands__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.home-brands__marquee {
  overflow: hidden;
  width: 100%;
  /* Edge fade */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.home-brands__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--space-xl);
  width: max-content;
  animation: marqueeScroll 22s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .home-brands__track {
    animation: none;
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
    gap: var(--space-lg);
  }
}

.home-brands__logo {
  height: 40px;
  width: auto;
  display: block;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity var(--transition), transform var(--transition), filter var(--transition);
}

.home-brands__logo--dandurand {
  height: 46px;
}

.home-brands__logo:hover {
  opacity: 0.9;
  filter: grayscale(0%);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .home-blurb__inner {
    padding-left: var(--space-sm);
    border-left-width: 2px;
  }

  .home-brands {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
  }

  .home-brands__container {
    align-items: flex-start;
    max-width: 100%;
    padding: 0 var(--space-md);
  }

  .home-brands__marquee {
    max-width: 100%;
  }

  .home-brands__track {
    gap: var(--space-lg);
    /* Keep animated; reduced-motion override above handles the wrap case */
  }

  .home-brands__logo {
    height: 28px;
  }

  .home-brands__logo--dandurand {
    height: 32px;
  }
}

/* ---------- Featured work / Home reels — 9:16 reel slots (embeddable) ---------- */
.featured-work,
.home-reels {
  padding: var(--space-xl) 0;
  position: relative;
  background: linear-gradient(180deg, #f2eee8 0%, var(--cream-warm) 50%, #f8f5f0 100%);
  border-top: 1px solid rgba(232, 227, 220, 0.6);
}

@media (prefers-reduced-motion: no-preference) and (min-width: 900px) {
  .home-reels::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(242,238,232,0.6) 0%, rgba(246,242,236,0.4) 100%);
    background-attachment: fixed;
    pointer-events: none;
    z-index: 0;
  }
  .home-reels .container {
    position: relative;
    z-index: 1;
  }
}

.home-reels .container {
  max-width: 780px;
}

.home-reels__container {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.home-reels__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
  margin-bottom: var(--space-xs);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.home-reels__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.home-reels .section-title {
  margin-bottom: var(--space-lg);
}

.home-reels .section-title p {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 400;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.home-reels .section-title p a {
  color: var(--accent);
  font-weight: 500;
}

.home-reels .section-title p a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.home-reels .featured-work__grid {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.featured-work__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-lg);
  max-width: 100%;
}

.home-reels__grid-wrap {
  margin-top: var(--space-md);
}

/* 9:16 portrait reel slot */
.featured-work__slot {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-width: 180px;
  justify-self: center;
  border-radius: 10px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(181, 168, 152, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(255,255,255,0.95) inset;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.featured-work__slot:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255,255,255,0.9) inset;
  border-color: rgba(181, 168, 152, 0.4);
  transform: translateY(-2px);
}

/* Tame Instagram embed styling — softer edges, match our palette */
.featured-work__slot .instagram-media,
.featured-work__slot iframe {
  border-radius: 7px !important;
}

.featured-work__slot .instagram-media,
.featured-work__slot iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
}

.featured-work__slot .instagram-media {
  margin: 0 !important;
}

.featured-work__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm);
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  background: var(--cream);
}

.featured-work__slot:has(.instagram-media) .featured-work__placeholder {
  display: none;
}

.featured-work__placeholder span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.7rem;
  opacity: 0.85;
}

.featured-work__more {
  text-align: center;
  margin-top: var(--space-lg);
  font-size: 0.85rem;
  color: var(--text-soft);
  font-weight: 400;
}

.featured-work__more a {
  color: var(--text-soft);
  letter-spacing: 0.02em;
}

.featured-work__more a:hover {
  color: var(--text);
}

.featured-work__more a {
  color: var(--text-soft);
}

.featured-work__more a:hover {
  color: var(--text);
}

/* ---------- Reel carousel — 9:16 phone-frame cards ---------- */
.reel-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: var(--space-sm) var(--space-md) var(--space-lg);
  /* Bleed past container edges for proper snap feel */
  margin: 0 calc(-1 * var(--space-md));
}

.reel-carousel::-webkit-scrollbar {
  display: none;
}

.reel-card {
  position: relative;
  flex: 0 0 calc(33.33% - 1rem);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: var(--beige);
  scroll-snap-align: start;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  border: 1px solid rgba(181, 168, 152, 0.18);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}

.reel-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  border-color: rgba(181, 168, 152, 0.35);
}

.reel-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mute toggle button — top right corner */
.reel-card__mute-btn {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 3;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  transition: background var(--transition);
  -webkit-tap-highlight-color: transparent;
}

.reel-card__mute-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}

.reel-card__mute-btn svg {
  width: 14px;
  height: 14px;
  display: block;
}

/* Gradient overlay at bottom */
.reel-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem var(--space-sm) var(--space-sm);
  background: linear-gradient(to top, rgba(15, 12, 9, 0.72) 0%, rgba(15, 12, 9, 0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none;
}

.reel-card__brand {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  display: block;
}

.reel-card__caption {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  line-height: 1.25;
  display: block;
  letter-spacing: 0.02em;
}

/* Instagram embed card — overrides 9:16 ratio, lets Instagram control height */
.reel-card--instagram {
  aspect-ratio: unset;
  flex: 0 0 min(400px, 88vw);
  min-height: 500px;
  background: #fff;
  display: flex;
  align-items: stretch;
}

.reel-card--instagram .instagram-media {
  margin: 0 !important;
  min-width: unset !important;
  width: 100% !important;
  flex: 1;
  border-radius: 0 !important;
}

/* Placeholder state (no video yet) */
.reel-card--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.reel-card__placeholder-inner {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding: var(--space-sm);
}

.reel-card__placeholder-inner::before {
  content: "▶";
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.3;
}

/* Mobile: one reel full-width, swipe to navigate */
@media (max-width: 768px) {
  .reel-card {
    flex: 0 0 80vw;
    max-width: 300px;
  }

  .reel-carousel {
    scroll-padding-left: var(--space-md);
  }
}

@media (max-width: 480px) {
  .reel-card {
    flex: 0 0 88vw;
    max-width: 280px;
  }
}

/* Reels section subtitle — cleaner typography */
.home-reels .section-title p {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .featured-work__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-work__slot {
    max-width: 160px;
  }
}

@media (max-width: 700px) {
  .featured-work__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .featured-work__slot {
    max-width: 140px;
  }
}

@media (max-width: 420px) {
  .featured-work__grid {
    grid-template-columns: 1fr;
  }

  .featured-work__slot {
    max-width: 160px;
    margin: 0 auto;
  }
}

/* ---------- Quick link cards ---------- */
.quick-links {
  padding: var(--space-xl) 0;
  background: linear-gradient(180deg, #f8f5f0 0%, var(--cream-warm) 60%, var(--cream) 100%);
}

.quick-links__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-xs);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.quick-links__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.quick-links__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: var(--space-xs);
  color: var(--text);
}

.quick-links__intro {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: var(--space-md);
  line-height: 1.5;
  max-width: 320px;
}

.quick-links__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-sm);
}

.quick-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-md) var(--space-sm);
  background: var(--cream);
  border: 1px solid var(--beige);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, var(--shadow-soft);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.quick-link-card:hover {
  border-color: var(--beige-medium);
  box-shadow: var(--shadow-medium), 0 1px 0 rgba(255,255,255,0.9) inset;
  transform: translateY(-1px);
}

.quick-link-card__label {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.quick-link-card__arrow {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: transform var(--transition);
  letter-spacing: 0;
}

.quick-link-card:hover .quick-link-card__arrow {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .quick-links__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .quick-links__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- About page ---------- */
.page-hero {
  padding-top: calc(var(--header-height) + var(--space-xl));
  padding-bottom: var(--space-lg);
  background: var(--cream-warm);
  text-align: center;
}

.page-hero__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-xs);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.page-hero__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.page-hero h1 {
  margin-bottom: var(--space-xs);
  letter-spacing: 0.06em;
}

.page-hero p {
  max-width: 400px;
  margin: 0 auto;
  color: var(--text-muted);
  font-weight: 300;
  font-size: 0.9rem;
}

.content-block {
  max-width: 560px;
  margin: 0 auto;
}

.content-block p {
  margin-bottom: var(--space-sm);
  color: var(--text-soft);
  font-weight: 300;
  line-height: 1.65;
  font-size: 0.9rem;
}

/* ---------- Legal / FAQ pages — large, SEO-friendly text ---------- */
.content-block--legal {
  padding-bottom: var(--space-2xl);
}

.content-block--legal .container {
  max-width: 720px;
  margin: 0 auto;
}

.content-block--legal p,
.content-block--legal li {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--text-soft);
  margin-bottom: var(--space-md);
  font-weight: 300;
}

.content-block--legal h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
  line-height: 1.3;
}

.content-block--legal h2:first-of-type {
  margin-top: 0;
}

.content-block--legal ul {
  margin: 0 0 var(--space-md) 1.25rem;
  padding: 0;
}

.content-block--legal li {
  margin-bottom: var(--space-xs);
}

.content-block--legal a {
  color: var(--accent);
  text-underline-offset: 2px;
}

.content-block--legal a:hover {
  color: var(--accent-hover);
}

.legal-updated {
  font-size: 0.9rem !important;
  color: var(--text-muted) !important;
  margin-bottom: var(--space-lg) !important;
}

/* ---------- Gallery ---------- */
.gallery-section {
  padding: var(--space-xl) 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: var(--space-md);
}

/* Reel cards inside the grid don't scroll — override carousel flex sizing */
.gallery-grid .reel-card {
  flex: none;
  width: 100%;
}

.gallery-grid .reel-card--instagram {
  flex: none;
  width: 100%;
  min-height: 480px;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .gallery-grid .reel-card--instagram {
    min-height: 380px;
  }
}

/* ---------- Gallery — Instagram embed feed (legacy, kept for reference) ---------- */
.gallery-intro {
  text-align: center;
  max-width: 380px;
  margin: 0 auto var(--space-lg);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.6;
}

.instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.instagram-embed {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream-warm);
  border: 1px solid var(--beige);
  min-height: 320px;
}

/* Instagram's embed renders an iframe — we style the wrapper */
.instagram-embed iframe {
  width: 100% !important;
  min-height: 360px !important;
}

.instagram-embed .instagram-media {
  margin: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* Placeholder when no embed yet */
.instagram-embed-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  background: var(--cream-warm);
}

/* Hide placeholder when Instagram embed blockquote is present */
.instagram-embed:has(.instagram-media) .instagram-embed-placeholder {
  display: none;
}

.instagram-embed-placeholder span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  opacity: 0.8;
}

.gallery-cta {
  text-align: center;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid var(--beige);
}

.gallery-cta p {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: var(--space-xs);
}

.gallery-cta .btn {
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .instagram-feed {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }

  .instagram-embed {
    min-height: 280px;
  }
}

/* ---------- Services ---------- */
.services-list {
  max-width: 540px;
  margin: 0 auto;
}

.service-card {
  padding: var(--space-lg) 0;
  border-bottom: 1px solid var(--beige);
}

.service-card:last-child {
  border-bottom: none;
}

.service-card h3 {
  margin-bottom: var(--space-xs);
  color: var(--text);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.service-card p {
  color: var(--text-soft);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.65;
}

/* ---------- Work with me / Contact ---------- */
.work-hero {
  padding-top: calc(var(--header-height) + var(--space-xl));
  padding-bottom: var(--space-lg);
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--cream) 100%);
  text-align: center;
  border-bottom: 1px solid rgba(232, 227, 220, 0.5);
}

.work-hero__label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-xs);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.work-hero__label .deco-star {
  margin-right: 0;
  font-size: 0.85em;
  opacity: 0.95;
}

.work-hero h1 {
  margin-bottom: var(--space-sm);
  letter-spacing: 0.05em;
}

.work-hero__intro {
  max-width: 420px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
}

.work-hero__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.work-hero__badge {
  display: inline-block;
  margin-top: 0;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--beige);
  border-radius: 999px;
  background: var(--cream);
}

.work-section {
  padding: var(--space-xl) 0;
  background: var(--cream);
}

.work-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-lg);
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  align-items: start;
}

/* Form card */
.work-form-card {
  background: var(--cream-warm);
  padding: var(--space-lg);
  border: 1px solid var(--beige);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.work-form-card h2 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: var(--space-xs);
  color: var(--text);
}

.work-form-card__note {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: var(--space-md);
  line-height: 1.5;
}

.work-form__field {
  margin-bottom: var(--space-sm);
}

.work-form label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
  color: var(--text-soft);
}

.work-form__optional {
  font-weight: 400;
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.02em;
}

.work-form input,
.work-form textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--beige-medium);
  background: var(--cream);
  border-radius: var(--radius-md);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.work-form input::placeholder,
.work-form textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.8;
}

.work-form input:focus,
.work-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(181, 168, 152, 0.12);
}

.work-form textarea {
  min-height: 112px;
  resize: vertical;
}

.work-form__submit {
  width: 100%;
  margin-top: var(--space-xs);
  padding: 0.75rem 1.25rem;
  font-size: 0.65rem;
}

.work-form__field--hidden {
  display: none;
}

.work-form__status {
  margin-top: var(--space-sm);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  min-height: 1.2em;
}

.work-form__status--success {
  color: #5a7a5a;
}

.work-form__status--error {
  color: #8b3a3a;
}

.work-form__hint {
  margin-top: var(--space-sm);
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 300;
  text-align: center;
}

/* Contact card */
.work-contact-card {
  background: var(--cream-warm);
  padding: var(--space-lg);
  border: 1px solid var(--beige);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: calc(var(--header-height) + var(--space-sm));
  overflow: hidden;
}

.work-contact-card__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid rgba(232, 227, 220, 0.8);
}

.work-contact-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--beige);
  box-shadow: var(--shadow-soft);
  margin-bottom: var(--space-xs);
}

.work-contact-card__name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text);
}

.work-contact-card__tagline {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
  margin-top: 0.15rem;
}

.work-contact-card h2 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: var(--space-xs);
  color: var(--text);
}

.work-contact-card__intro {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: var(--space-sm);
  line-height: 1.5;
}

.work-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.work-contact-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) 0;
  border-bottom: 1px solid rgba(232, 227, 220, 0.8);
  color: inherit;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
  border-radius: var(--radius);
}

.work-contact-item:last-of-type {
  border-bottom: none;
}

.work-contact-item:hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
}

.work-contact-item--static {
  cursor: default;
}

.work-contact-item--static:hover {
  background: transparent;
}

.work-contact-item__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  border: 1px solid var(--beige);
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  color: var(--accent);
}

.work-contact-item__content {
  flex: 1;
  min-width: 0;
}

.work-contact-item__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}

.work-contact-item__value {
  font-size: 0.875rem;
  color: var(--text-soft);
  font-weight: 400;
}

.work-contact-item:hover .work-contact-item__value {
  color: var(--text);
}

.work-contact-item__arrow {
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: transform var(--transition);
}

.work-contact-item:hover .work-contact-item__arrow {
  transform: translateX(3px);
  color: var(--text);
}

.work-contact-card__cta {
  margin-top: var(--space-md);
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 300;
  text-align: center;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--beige);
}

@media (max-width: 900px) {
  .work-container {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .work-contact-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .work-hero {
    padding-bottom: var(--space-md);
  }

  .work-form-card,
  .work-contact-card {
    padding: var(--space-md);
  }
}
