
/* Photoshoot guide page only. This file is intentionally scoped to .qfp-page so it does not change the site nav, footer, or global styling. */
.qfp-page {
  --qfp-text: #1d1820;
  --qfp-muted: #655b6c;
  --qfp-line: rgba(29, 24, 32, 0.12);
  --qfp-panel: rgba(255,255,255,0.92);
  --qfp-purple: #9b87e8;
  --qfp-purple-strong: #7a5ad6;
  --qfp-pink: #f06ea8;
  --qfp-rose: #ef9cc5;
  --qfp-peach: #ffb18a;
  --qfp-orange: #ff6b24;
  --qfp-olive: #6f7d48;
  --qfp-cream: #fffaf7;
  --qfp-shadow: 0 16px 45px rgba(29, 24, 32, 0.06);
  color: var(--qfp-text);
  overflow: hidden;
}
.qfp-page * { box-sizing: border-box; }
.qfp-container { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.qfp-narrow { width: min(920px, calc(100% - 2rem)); }
.qfp-hero { position: relative; padding: clamp(3rem, 7vw, 6rem) 0 2rem; }
.qfp-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr); align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.qfp-hero-copy { position: relative; z-index: 2; }
.qfp-hero-copy h1 { font-family: var(--font-serif, Georgia, serif); font-size: clamp(3.4rem, 8.2vw, 7.6rem); line-height: 0.88; letter-spacing: -0.06em; max-width: 880px; margin: 0.75rem 0 1.25rem; }
.qfp-hero-copy p { font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 52rem; line-height: 1.6; margin: 0 0 1.5rem; }
.qfp-button, .qfp-simple-link { display: inline-flex; align-items: center; justify-content: center; min-height: 2.85rem; padding: 0.7rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.qfp-button { background: var(--qfp-pink); color: var(--qfp-text); border: 1px solid rgba(29, 24, 32, 0.08); box-shadow: var(--qfp-shadow); }
.qfp-button::after { content: '→'; margin-left: 0.7rem; }
.qfp-button:hover { background: var(--qfp-purple); }
.qfp-hero-art { min-height: 360px; position: relative; isolation: isolate; overflow: visible; }
.qfp-blob { position: absolute; display: block; border-radius: 999px; opacity: 0.82; mix-blend-mode: multiply; filter: saturate(1.22); }
.qfp-blob-lavender { width: 300px; height: 215px; background: var(--qfp-purple); left: 2%; top: 36%; border-radius: 57% 43% 62% 38% / 48% 55% 45% 52%; transform: rotate(-5deg); }
.qfp-blob-pink { width: 210px; height: 295px; background: var(--qfp-pink); left: 42%; top: 3%; border-radius: 50% 50% 45% 55% / 58% 42% 58% 42%; transform: rotate(-6deg); }
.qfp-blob-orange { width: 210px; height: 170px; background: var(--qfp-orange); right: 11%; top: 34%; border-radius: 52% 48% 50% 50% / 44% 56% 48% 52%; transform: rotate(-2deg); }
.qfp-blob-peach { width: 245px; height: 205px; background: var(--qfp-peach); right: 4%; bottom: 6%; border-radius: 50% 50% 52% 48% / 48% 52% 50% 50%; transform: rotate(-4deg); }
.qfp-blob-olive { width: 160px; height: 200px; background: var(--qfp-olive); left: 48%; bottom: 6%; border-radius: 48% 52% 46% 54% / 54% 46% 56% 44%; transform: rotate(7deg); }
.qfp-hero-art::after { content: none; }
.qfp-kicker { margin: 0 0 0.8rem; font-family: var(--font-mono, monospace); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 700; color: var(--qfp-purple-strong); }
.qfp-start { padding: 1rem 0 2rem; }
.qfp-start-panel { position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(216,199,245,0.9), rgba(255,250,247,0.95)); border: 1px solid rgba(122,90,214,0.14); border-radius: 30px; box-shadow: var(--qfp-shadow); padding: clamp(1.25rem, 4vw, 2.35rem); display: grid; grid-template-columns: 0.9fr 1.35fr; gap: clamp(1.25rem, 4vw, 2.75rem); }
.qfp-start-panel::after { content: ''; position: absolute; width: 250px; height: 250px; right: -100px; bottom: -120px; background: rgba(255,255,255,0.34); border-radius: 999px; }
.qfp-start-title { display: flex; gap: 1rem; align-items: flex-start; position: relative; z-index: 1; }
.qfp-icon { width: 4.25rem; height: 4.25rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.55); font-size: 1.6rem; flex: none; }
.qfp-start-title h2, .qfp-section-heading h2, .qfp-talk h2 { font-family: var(--font-serif, Georgia, serif); font-size: clamp(2.05rem, 4.8vw, 3.8rem); line-height: 0.98; letter-spacing: -0.04em; margin: 0; }
.qfp-start-content { position: relative; z-index: 1; }
.qfp-start-content > p { font-size: 1.05rem; line-height: 1.75; margin: 0 0 1rem; }
.qfp-start-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.qfp-start-grid div { background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.75); border-radius: 18px; padding: 1rem; }
.qfp-start-grid strong { display: block; margin-bottom: 0.25rem; }
.qfp-start-grid span { display: block; color: var(--qfp-muted); font-size: 0.95rem; line-height: 1.55; }
.qfp-overview, .qfp-section-menu-section, .qfp-content-section, .qfp-talk { padding: 1.25rem 0; scroll-margin-top: 7rem; }
.qfp-section-heading { margin-bottom: 1.15rem; }
.qfp-section-heading-compact { max-width: 46rem; }
.qfp-section-heading-compact > p:not(.qfp-kicker) { color: var(--qfp-muted); line-height: 1.65; }
.qfp-overview-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0.9rem; }
.qfp-overview-grid article { background: var(--qfp-panel); border: 1px solid var(--qfp-line); border-radius: 20px; padding: 1rem; box-shadow: var(--qfp-shadow); }
.qfp-step-icon { width: 2.4rem; height: 2.4rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--qfp-purple); color: var(--qfp-text); font-weight: 800; margin-bottom: 0.7rem; }
.qfp-overview-grid article:nth-child(2) .qfp-step-icon { background: var(--qfp-peach); }
.qfp-overview-grid article:nth-child(3) .qfp-step-icon { background: var(--qfp-olive); }
.qfp-overview-grid article:nth-child(4) .qfp-step-icon { background: var(--qfp-pink); }
.qfp-overview-grid article:nth-child(5) .qfp-step-icon { background: #eee6c8; }
.qfp-overview-grid h3 { font-family: var(--font-sans, sans-serif); font-size: 1rem; letter-spacing: 0; font-weight: 800; margin: 0 0 0.45rem; }
.qfp-overview-grid p { margin: 0; color: var(--qfp-muted); font-size: 0.92rem; line-height: 1.55; }
.qfp-section-menu { display: grid; gap: 0.55rem; }
.qfp-section-menu a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.9rem; text-decoration: none; color: var(--qfp-text); background: rgba(255,255,255,0.96); border: 1px solid var(--qfp-line); border-radius: 14px; padding: 0.75rem 0.9rem; transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease; }
.qfp-section-menu a:hover { transform: translateY(-1px); border-color: rgba(122,90,214,0.35); background: #fff; }
.qfp-menu-icon { width: 2rem; height: 2rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-style: normal; }
.qfp-purple { background: rgba(216,199,245,0.75); }
.qfp-pink { background: rgba(245,207,223,0.85); }
.qfp-peach { background: rgba(247,200,180,0.85); }
.qfp-olive { background: rgba(199,202,160,0.85); }
.qfp-rose { background: rgba(239,156,197,0.45); }
.qfp-section-menu strong { display: block; font-size: 1.02rem; }
.qfp-section-menu small { display: block; color: var(--qfp-muted); font-size: 0.86rem; line-height: 1.4; margin-top: 0.1rem; }
.qfp-section-menu em { font-style: normal; font-size: 1.4rem; line-height: 1; }
.qfp-content-section { position: relative; }
.qfp-content-section:nth-of-type(even) { background: linear-gradient(180deg, transparent, rgba(255,250,247,0.6), transparent); }
.qfp-prose p { font-size: 1.05rem; line-height: 1.8; margin: 0 0 1rem; }
.qfp-info-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.2rem; }
.qfp-info-blocks > div, .qfp-stacked-cards article, .qfp-pose-options { background: var(--qfp-panel); border: 1px solid var(--qfp-line); border-radius: 20px; padding: 1.2rem; box-shadow: var(--qfp-shadow); }
.qfp-info-blocks h3, .qfp-stacked-cards h3, .qfp-pose-options h3 { margin: 0 0 0.75rem; font-size: 1.4rem; }
.qfp-info-blocks p, .qfp-stacked-cards p, .qfp-pose-options p { margin: 0 0 0.9rem; line-height: 1.75; }
.qfp-info-blocks ul, .qfp-stacked-cards ul { margin: 0; padding: 0 0 0 1.15rem; }
.qfp-info-blocks li, .qfp-stacked-cards li { margin-bottom: 0.45rem; line-height: 1.6; }
.qfp-feature-section .qfp-container { background: linear-gradient(135deg, rgba(245,207,223,0.45), rgba(255,255,255,0.85)); border-radius: 30px; padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid rgba(239,156,197,0.2); box-shadow: var(--qfp-shadow); }
.qfp-stacked-cards { display: grid; gap: 1rem; margin-top: 1.2rem; }
.qfp-stacked-cards article h4, .qfp-pose-options h4 { font-family: var(--font-sans, sans-serif); letter-spacing: 0; font-size: 0.98rem; margin: 1.1rem 0 0.55rem; }
.qfp-compact-list { columns: 2; column-gap: 2rem; }
.qfp-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1rem; }
.qfp-tags span { border: 1px solid var(--qfp-line); background: var(--qfp-cream); border-radius: 999px; padding: 0.4rem 0.7rem; font-size: 0.9rem; }
.qfp-pose-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.75rem; margin: 0.4rem 0 1rem; }
.qfp-pose-grid div { background: var(--qfp-cream); border-radius: 16px; padding: 0.9rem; border: 1px solid var(--qfp-line); }
.qfp-pose-grid strong, .qfp-pose-grid span { display: block; }
.qfp-pose-grid span { color: var(--qfp-muted); font-size: 0.94rem; line-height: 1.55; margin-top: 0.25rem; }
.qfp-consent-section .qfp-container { border-top: 1px solid var(--qfp-line); padding-top: 2rem; }
.qfp-talk { padding-bottom: 0; }
.qfp-talk-inner { background: var(--qfp-cream); border: 1px solid var(--qfp-line); border-radius: 24px; padding: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.qfp-talk p:last-child { margin: 0; color: var(--qfp-muted); line-height: 1.65; max-width: 44rem; }
.qfp-simple-link { border: 1px solid rgba(122,90,214,0.34); color: var(--qfp-purple-strong); white-space: nowrap; }
.qfp-simple-link:hover { background: rgba(216,199,245,0.2); }
@media (max-width: 980px) {
  .qfp-hero-grid, .qfp-start-panel { grid-template-columns: 1fr; }
  .qfp-hero-art { min-height: 360px; position: relative; isolation: isolate; overflow: visible; }
  .qfp-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .qfp-container, .qfp-narrow { width: min(100% - 1.25rem, 100%); }
  .qfp-hero { padding-top: 2.5rem; }
  .qfp-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .qfp-start-grid, .qfp-info-blocks, .qfp-pose-grid, .qfp-overview-grid { grid-template-columns: 1fr; }
  .qfp-section-menu a { grid-template-columns: auto 1fr auto; align-items: start; }
  .qfp-compact-list { columns: 1; }
  .qfp-talk-inner { align-items: flex-start; flex-direction: column; }
}


/* v13 fixes: readable bullet lists, v6-style accordions, and option layout */
.qfp-info-blocks ul,
.qfp-stacked-cards ul,
.qfp-accordion-body ul {
  list-style: disc;
  padding-left: 1.35rem;
  margin: 0 0 1rem;
}
.qfp-info-blocks li,
.qfp-stacked-cards li,
.qfp-accordion-body li {
  display: list-item;
  list-style: disc;
  padding-left: 0.2rem;
  margin-bottom: 0.48rem;
  line-height: 1.62;
}
.qfp-info-blocks li::marker,
.qfp-stacked-cards li::marker,
.qfp-accordion-body li::marker {
  color: var(--qfp-purple-strong);
  font-size: 0.8em;
}
.qfp-accordion-group {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.15rem;
}
.qfp-accordion-group details {
  background: var(--qfp-panel);
  border: 1px solid var(--qfp-line);
  border-radius: 18px;
  box-shadow: var(--qfp-shadow);
  overflow: hidden;
}
.qfp-accordion-group summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-sans, sans-serif);
  letter-spacing: 0;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.35;
}
.qfp-accordion-group summary::-webkit-details-marker { display: none; }
.qfp-accordion-group summary::after {
  content: '+';
  font-size: 1.55rem;
  line-height: 1;
  color: var(--qfp-purple-strong);
  flex: none;
}
.qfp-accordion-group details[open] summary::after { content: '–'; }
.qfp-accordion-body {
  padding: 0 1.15rem 1.15rem;
}
.qfp-accordion-body p {
  margin: 0 0 0.95rem;
  line-height: 1.75;
  font-size: 1rem;
}
.qfp-accordion-body p strong {
  font-weight: 800;
}
.qfp-accordion-body h4 {
  font-family: var(--font-sans, sans-serif);
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
  margin: 1.15rem 0 0.5rem;
}
.qfp-accordion-body h4:first-child {
  margin-top: 0;
}
.qfp-feature-section .qfp-accordion-group details {
  background: rgba(255,255,255,0.88);
}
.qfp-info-blocks > div ul {
  padding-left: 1.35rem;
}
.qfp-info-blocks h3 {
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .qfp-blob-lavender { left: 2%; top: 32%; width: 240px; height: 170px; }
  .qfp-blob-pink { left: 42%; top: 0; width: 175px; height: 235px; }
  .qfp-blob-orange { right: 10%; top: 34%; width: 170px; height: 135px; }
  .qfp-blob-peach { right: 2%; bottom: 6%; width: 190px; height: 155px; }
  .qfp-blob-olive { left: 47%; bottom: 8%; width: 130px; height: 155px; }
}


/* About project additions */
.qfp-project-button {
  margin-top: 0.5rem;
}
.qfp-moodboard-accordion {
  margin-top: 1.25rem;
}
.qfp-pinterest-embed {
  margin: 1rem 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  padding: 1rem;
}
.qfp-pinterest-embed > span,
.qfp-pinterest-embed iframe {
  max-width: 100% !important;
}
.qfp-accordion-body a:not(.qfp-button) {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
