/* Scoped styles for the outdoor photography offering. */
.photoshoots-page {
  --ps-paper: #f8f5ed;
  --ps-ink: #344034;
  --ps-muted: #63695d;
  --ps-wine: #743b42;
  --ps-line: #d7d6c9;
  --ps-sage: #e9ede3;
  background: var(--ps-paper);
  color: var(--ps-ink);
  font: 400 16px/1.85 var(--font-sansserif), sans-serif;
}
.photoshoots-page *, .photoshoots-page *::before, .photoshoots-page *::after { box-sizing: border-box; }
.photoshoots-page :is(h1, h2, h3) { margin: 0; color: inherit; font-family: 'Playfair Display', Georgia, serif; font-weight: 400; line-height: 1.2; text-transform: none; }
.photoshoots-page h2 { font-size: clamp(34px, 3.6vw, 50px); }
.photoshoots-page :is(p, figure, ul, ol) { margin: 0; }
.photoshoots-page img { display: block; width: 100%; height: auto; }
.photoshoots-page a { color: inherit; text-decoration: none; }
.photoshoots-page :is(a, summary):focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.photoshoots-page em { font-weight: 400; }
.photoshoots-page h2 em { color: var(--ps-wine); }
.photoshoots-page [id] { scroll-margin-top: calc(var(--estate-height, 124px) + 24px); }
.ps-shell { width: min(1240px, 88%); margin: 0 auto; }
.ps-section { padding-top: 90px; padding-bottom: 95px; }
.photoshoots-page .ps-eyebrow { font-size: 11px; font-weight: 700; line-height: 1.7; letter-spacing: .16em; text-transform: uppercase; }
.ps-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 685px; }
.ps-hero-copy { align-self: center; padding: 60px 9% 60px max(6vw, calc((100vw - 1240px) / 2)); }
.ps-hero-copy > .ps-eyebrow { color: var(--ps-muted); margin-bottom: 32px; }
.ps-hero h1 > em { display: block; color: var(--ps-wine); font-size: clamp(64px, 6.5vw, 100px); letter-spacing: -.055em; line-height: 1.1; margin-bottom: 19px; }
.ps-hero h1 > span { display: block; max-width: 390px; font-size: clamp(30px, 3.15vw, 46px); line-height: 1.2; }
.ps-hero-description { max-width: 440px; margin-top: 28px !important; color: var(--ps-muted); }
.ps-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 30px; }
.photoshoots-page .ps-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 53px; padding: 14px 22px; background: var(--ps-ink); border: 1px solid var(--ps-ink); color: #fffdf5; font-size: 13px; font-weight: 700; line-height: 1.6; }
.photoshoots-page .ps-button:hover { background: #4c6047; border-color: #4c6047; }
.ps-button > span { font-size: 22px; font-weight: 400; line-height: 1; }
.ps-button svg, .ps-text-link svg { width: 16px; height: 16px; }
.photoshoots-page .ps-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 8px 0; border-bottom: 1px solid #a4aa96; font-size: 13px; }
.photoshoots-page .ps-text-link:hover { color: var(--ps-wine); border-color: currentColor; }
.ps-hero-note { margin-top: 24px !important; font-size: 11px; color: var(--ps-muted); }
.ps-hero-note > span { margin: 0 9px; color: #a7aa9d; }
.ps-hero-photo { position: relative; min-width: 0; overflow: hidden; background: #ccd0bd; }
.ps-hero-photo > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 58%; }
.ps-hero-photo figcaption { position: absolute; bottom: 14px; right: 14px; max-width: calc(100% - 28px); padding: 5px 10px; background: #233026d9; color: #fffdf5; font: italic 11px/1.7 'Playfair Display', Georgia, serif; }
.ps-hero-photo figcaption a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ps-occasions { padding: 22px 6%; border-bottom: 1px solid var(--ps-line); text-align: center; color: var(--ps-muted); font: 400 17px/1.9 'Playfair Display', Georgia, serif; }
.ps-occasions span { margin: 0 20px; color: var(--ps-wine); }
.ps-section-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.ps-section-heading .ps-eyebrow { margin-bottom: 17px; color: var(--ps-muted); }
.ps-section-heading > p:last-child { max-width: 570px; margin: 23px auto 0; color: var(--ps-muted); }
.ps-package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ps-package { display: flex; flex-direction: column; padding: 39px 42px 38px; border: 1px solid var(--ps-line); border-top: 3px solid #8f695e; }
.ps-package--mini { background: var(--ps-sage); border-top-color: #677b5e; }
.ps-package > .ps-eyebrow { margin-bottom: 15px; color: var(--ps-muted); }
.ps-package h3 { font-size: clamp(26px, 2.3vw, 32px); }
.ps-price { display: flex; align-items: center; gap: 24px; margin: 28px 0 22px !important; }
.ps-price > span:first-child { font: 400 68px/1.05 'Playfair Display', Georgia, serif; letter-spacing: -.04em; }
.ps-duration { padding-left: 23px; border-left: 1px solid #b9c0b0; font-size: 13px; line-height: 1.9; color: var(--ps-muted); }
.ps-package-description { color: var(--ps-muted); font-size: 15px; }
.ps-package-inclusions { list-style: none; padding: 0; margin: 25px 0 30px !important; font-size: 14px; line-height: 1.7; }
.ps-package-inclusions li { padding: 13px 0 13px 19px; position: relative; border-top: 1px solid var(--ps-line); }
.ps-package-inclusions li::before { content: ''; position: absolute; left: 0; top: 23px; width: 5px; height: 5px; border: 1px solid #7b876e; border-radius: 50%; }
.ps-package .ps-button { width: 100%; margin-top: auto; }
.ps-package-note { max-width: 970px; margin: 25px auto 0 !important; color: var(--ps-muted); text-align: center; font-size: 13px; line-height: 1.9; }
.ps-setting { padding: 80px 0 65px; background: #303e34; color: #f5f1e7; }
.ps-setting-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 9%; align-items: end; margin-bottom: 42px; }
.ps-setting .ps-eyebrow { color: #d4c6a8; margin-bottom: 17px; }
.ps-setting h2 { font-size: clamp(34px, 3.35vw, 47px); }
.ps-setting h2 em { color: #d4c6a8; }
.ps-setting-intro > p { color: #dce1d6; font-size: 15px; }
.ps-setting-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 28px; }
.ps-setting-gallery figure:nth-child(2) { margin-top: 40px; }
.ps-setting-gallery img { aspect-ratio: 4 / 5; object-fit: cover; }
.ps-setting-gallery figcaption { padding: 16px 0; border-bottom: 1px solid #6c776b; font: 400 20px/1.4 'Playfair Display', Georgia, serif; }
.ps-setting-gallery figcaption > span { margin-right: 19px; color: #c4cbbd; font: 400 11px/1.5 var(--font-sansserif), sans-serif; }
.ps-setting-details { display: grid; grid-template-columns: 1.2fr 1fr; gap: 9%; margin-top: 32px; }
.ps-setting-details p { color: #dce1d6; font-size: 13px; line-height: 1.9; }
.ps-planning { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12%; }
.ps-planning-intro .ps-eyebrow { margin-bottom: 18px; color: var(--ps-muted); }
.ps-planning-intro > p:last-child { margin-top: 26px; max-width: 400px; color: var(--ps-muted); }
.ps-steps { list-style: none; padding: 0; counter-reset: ps-step; }
.ps-steps li { position: relative; counter-increment: ps-step; padding: 0 0 29px 46px; }
.ps-steps li + li { padding-top: 27px; border-top: 1px solid var(--ps-line); }
.ps-steps li:last-child { padding-bottom: 0; }
.ps-steps li::before { content: '0' counter(ps-step); position: absolute; left: 0; margin-top: 4px; color: var(--ps-wine); font-size: 12px; }
.ps-steps h3 { font-size: 25px; margin-bottom: 13px; }
.ps-steps p { color: var(--ps-muted); font-size: 14px; line-height: 1.9; }
.ps-faq { padding: 78px 0 85px; background: #efeee5; }
.ps-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.ps-faq .ps-eyebrow { margin-bottom: 17px; color: var(--ps-muted); }
.ps-faq h2 em { display: block; }
.ps-faq-intro { margin-top: 24px !important; max-width: 300px; color: var(--ps-muted); font-size: 15px; }
.ps-faq-list { border-top: 1px solid #c8cdbe; }
.ps-faq-list details { border-bottom: 1px solid #c8cdbe; }
.ps-faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 23px 0; cursor: pointer; font: 400 21px/1.45 'Playfair Display', Georgia, serif; }
.ps-faq-list summary::-webkit-details-marker { display: none; }
.ps-faq-list summary:hover { color: var(--ps-wine); }
.ps-faq-list summary > span { flex: 0 0 20px; font: 400 25px/1 var(--font-sansserif), sans-serif; text-align: center; }
.ps-faq-list details[open] summary > span { transform: rotate(45deg); }
.ps-answer { padding: 0 32px 24px 0; font-size: 14px; color: var(--ps-muted); }
.ps-answer p + p { margin-top: 15px; }
.ps-answer a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ps-ink); text-decoration: underline; text-underline-offset: 4px; }
.ps-inquiry { text-align: center; }
.ps-inquiry .ps-eyebrow { margin-bottom: 20px; color: var(--ps-muted); }
.ps-inquiry h2 { font-size: clamp(35px, 4.25vw, 60px); }
.ps-inquiry > p:not(.ps-eyebrow) { margin-top: 24px; color: var(--ps-muted); }
.ps-inquiry .ps-button { margin-top: 30px; }
.photoshoots-page .ps-inquiry-phone { display: table; margin: 17px auto 0; padding: 8px 0; font-size: 12px; color: var(--ps-muted); }
.ps-inquiry-phone:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (prefers-reduced-motion: no-preference) {
  .ps-hero-copy { animation: ps-enter .7s ease both; }
  .ps-button, .ps-text-link { transition: color .2s ease, background .2s ease, border-color .2s ease; }
}
@keyframes ps-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .ps-hero { min-height: 630px; }
  .ps-hero-copy { padding: 50px 8% 50px 6vw; }
  .ps-hero h1 > em { font-size: clamp(54px, 6.6vw, 74px); }
  .ps-hero h1 > span { font-size: 34px; }
  .ps-hero-description { font-size: 15px; }
  .ps-actions { gap: 12px 22px; }
  .ps-section { padding-top: 70px; padding-bottom: 75px; }
  .ps-package { padding: 31px 28px; }
  .ps-setting-intro, .ps-setting-details { gap: 6%; }
  .ps-planning, .ps-faq-grid { gap: 7%; }
}
@media (max-width: 760px) {
  .ps-shell { width: 86%; }
  .ps-section { padding-top: 55px; padding-bottom: 60px; }
  .ps-hero { grid-template-columns: 1fr; min-height: 0; }
  .ps-hero-copy { padding: 40px 7% 36px; }
  .ps-hero-copy > .ps-eyebrow { margin-bottom: 24px; font-size: 10px; }
  .ps-hero h1 > em { font-size: clamp(53px, 11.5vw, 84px); margin-bottom: 15px; }
  .ps-hero h1 > span { font-size: clamp(30px, 5.7vw, 40px); max-width: 440px; }
  .ps-hero-description { margin-top: 22px !important; max-width: 520px; }
  .ps-actions { margin-top: 23px; }
  .ps-hero-note { margin-top: 18px !important; }
  .ps-hero-photo { height: auto; aspect-ratio: 1.1; }
  .ps-hero-photo > img { object-position: center 58%; }
  .ps-occasions { padding: 18px 7%; font-size: 15px; line-height: 2; }
  .ps-occasions span { margin: 0 9px; }
  .ps-section-heading { margin-bottom: 31px; }
  .ps-section-heading > p:last-child { margin-top: 20px; font-size: 15px; }
  .ps-package-grid { grid-template-columns: 1fr; gap: 23px; }
  .ps-package { padding: 29px 25px; }
  .ps-package h3 { font-size: 28px; }
  .ps-price { margin-top: 25px !important; }
  .ps-price > span:first-child { font-size: 63px; }
  .ps-package-note { text-align: left; font-size: 12px; }
  .ps-setting { padding: 55px 0; }
  .ps-setting-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 30px; }
  .ps-setting h2 { font-size: clamp(32px, 6vw, 44px); }
  .ps-setting-gallery { grid-template-columns: 1fr; gap: 29px; }
  .ps-setting-gallery figure:nth-child(2) { margin-top: 0; }
  .ps-setting-gallery figcaption { font-size: 21px; padding: 14px 0; }
  .ps-setting-details { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .ps-planning { grid-template-columns: 1fr; gap: 35px; }
  .ps-planning-intro > p:last-child { max-width: none; font-size: 15px; margin-top: 22px; }
  .ps-steps li { padding-left: 35px; }
  .ps-steps h3 { font-size: 24px; }
  .ps-faq { padding: 55px 0 60px; }
  .ps-faq-grid { grid-template-columns: 1fr; gap: 29px; }
  .ps-faq h2 em { display: inline; }
  .ps-faq-intro { max-width: none; margin-top: 20px !important; }
  .ps-faq-list summary { font-size: 20px; padding: 21px 0; }
  .ps-answer { padding-right: 12px; }
  .ps-inquiry h2 { font-size: clamp(32px, 6.5vw, 48px); }
  .ps-inquiry > p:not(.ps-eyebrow) { font-size: 15px; }
}
@media (max-width: 370px) {
  .ps-hero h1 > em { font-size: 49px; }
  .ps-hero-note > span { margin: 0 4px; }
  .ps-package { padding: 26px 20px; }
  .ps-package h3 { font-size: 26px; }
  .ps-price { gap: 18px; }
  .ps-duration { padding-left: 18px; }
  .photoshoots-page .ps-button { padding: 13px 16px; gap: 16px; font-size: 12px; }
}
@media print {
  .ps-hero-photo { display: none; }
  .ps-hero { display: block; min-height: 0; }
  .ps-package { break-inside: avoid; }
  .ps-faq-list details::details-content { content-visibility: visible; }
  .ps-answer { display: block; }
}
