/* Shared presentation, reviewed against the public desktop and mobile pages. */
.mobile-menu { display: none; }
.site-header nav a { padding: 8px 0; }
h1, h2, h3 { text-wrap: balance; }
.button { text-align: center; }
.hero-note { letter-spacing: 0; }
.section-heading { column-gap: clamp(30px, 6vw, 90px); }
.artist-led-hero .hero-art figcaption { justify-content: center; color: #c8c9c0; }
.selected-section .art-grid a { background: transparent; border-color: #3b3e34; padding: 14px; }
.selected-section .art-grid img { object-fit: contain; }
.selected-section .art-grid figcaption { line-height: 1.6; padding-top: 14px; gap: 5px 12px; }
.selected-section .art-grid figcaption span:last-child { color: #babcb3; }
.film-caption { gap: 12px 24px; line-height: 1.7; }
.library-play > span { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 14px; background: #171914ed; border-color: #d8bd88; padding: 10px 16px; }
.library-play > span > span { color: #e5ce9f; font-size: 15px; }
.video-card h2 { line-height: 1.22; max-width: 32ch; }
.video-card > .text-link { color: #c8c9c0; min-height: 40px; }
.portfolio-page .collection-intro { padding-bottom: 32px; }
.portfolio-page .collection-section { padding-top: 16px; }
.collection-meta p { line-height: 1.6; }
.collection-masonry a { box-shadow: 0 0 0 1px #73766555; }
.price-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; border-top: 1px solid #515344; border-bottom: 1px solid #515344; padding: 16px 0; margin: 26px 0 20px; }
.price-overview a { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #c8c9c0; }
.price-overview strong { font: 24px/1.3 Georgia, serif; color: #e1cfab; }
.price-overview a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.featured-video .video-card > h2 { font-size: clamp(1.75rem, 3vw, 2.8rem); }
.featured-video .library-play > span { left: 50%; top: 50%; bottom: auto; transform: translate(-50%, -50%); min-width: 190px; justify-content: center; padding: 14px 18px; }
.featured-video .library-play > span > span { display: grid; place-items: center; border: 1px solid #d8bd88; border-radius: 50%; width: 44px; height: 44px; }
.featured-video .library-play::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%, #080a0850); pointer-events: none; }
.featured-video .library-play > span { z-index: 1; }
.collection-pages a { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; min-height: 46px; }
.collection-pages a:hover { border-color: #d8bd88; }
.pricing-page .pricing-detail .package { padding: clamp(26px, 3.4vw, 48px); }
.pricing-page .package.signature { border-top: 3px solid #d8bd88; }
.pricing-page .portrait-prices dd { font-variant-numeric: tabular-nums; font-size: clamp(29px, 2.5vw, 36px); }
.pricing-page .portrait-prices .price-custom dd { font-size: 15px; }
.pricing-page .package-specification .package-commitment { padding-top: 15px; margin-top: 15px; border-top: 1px solid #626952; font-size: 14px; line-height: 1.7; }
.package-commitment strong { display: block; font-weight: 400; color: #efe6d3; margin-bottom: 5px; }
.pricing-page .package > .button { justify-content: center; }
.gift-inclusions #framing { border-left: 0; padding-left: 0; }
.gift-service-note { color: #e2cb9f; }
.gift-portfolio-example figcaption { color: #c8c9c0; }

/* Start the form alongside the invitation on a wide screen. */
.inquiry-page { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); grid-template-rows: min-content 1fr; gap: 36px 7%; padding: 64px 6% 84px; }
.inquiry-page .contact-intro { grid-column: 1; grid-row: 1; padding: 0; }
.inquiry-page .contact-intro h1 { font-size: clamp(2.75rem, 4.2vw, 4.5rem); }
.inquiry-page .contact-intro .intro { font-size: 17px; margin: 24px 0 0; max-width: 40ch; }
.inquiry-page .contact-layout { display: contents; }
.inquiry-page .contact-layout > .inquiry-panel { grid-column: 2; grid-row: 1 / 3; padding: 30px; border: 1px solid #454b3d; background: #1c1f19; }
.inquiry-page .contact-layout > aside { grid-column: 1; grid-row: 2; position: static; align-self: start; padding-top: 24px; border-top: 1px solid #454b3d; }
.inquiry-page .contact-layout > aside h2 { font-size: 30px; line-height: 1.2; margin: 18px 0; }
.inquiry-page .contact-layout > aside p { max-width: 39ch; }
.inquiry-page .wpcf7 form > p { max-width: none; }
.inquiry-page .wpcf7 form { gap: 20px; }
.inquiry-page .wpcf7 .form-hint { font-size: 13px; line-height: 1.65; }
.inquiry-page .wpcf7 textarea { min-height: 190px; }
.inquiry-page .wpcf7 input[type=submit], .inquiry-page .wpcf7 button[type=submit] { width: 100%; justify-content: center; }

/* Consistent destinations and a readable footer at every width. */
.site-footer { display: grid; grid-template-columns: 1fr 1.7fr; gap: 30px 9%; align-items: start; padding: 48px 6% 30px; }
.site-footer > .wordmark { justify-self: start; }
.site-footer .footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px 22px; align-items: start; }
.site-footer .footer-links > a, .site-footer .footer-links > button { display: inline-flex; align-items: center; justify-self: start; min-height: 40px; margin: 0; font-size: 14px; line-height: 1.5; }
.site-footer .footer-links > [role=status] { grid-column: 1 / -1; }
.site-footer > p { grid-column: 1 / -1; margin: 0; font-size: 12px; color: #adb3a3; }
.legal-page .collection-intro { padding-bottom: 30px; }
.legal-page .collection-intro { max-width: 850px; margin: 0 auto; }
.legal-jumps { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 28px; }
.legal-jumps a { min-height: 44px; }
.legal-copy { max-width: 850px; padding-top: 12px; font-size: 16px; line-height: 1.85; }
.legal-copy h2 { font-size: 32px; }
.legal-copy h4 { margin-top: 32px; }
.legal-copy hr { border: 0; border-top: 1px solid #626952; margin: 48px 0; }
.legal-copy li { padding-left: 5px; }
.legal-page .collection-intro, .legal-page .legal-copy { padding-left: clamp(24px, 6vw, 64px); padding-right: clamp(24px, 6vw, 64px); }

@media (min-width: 1600px) {
  .site-header, .site-footer, .inquiry-page, main:not(.legal-page) > .section, main > .hero, main > .artist-proof-strip { padding-left: max(6%, calc((100vw - 1440px) / 2)); padding-right: max(6%, calc((100vw - 1440px) / 2)); }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .inquiry-page { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px 4%; padding-left: 5%; padding-right: 5%; }
  .inquiry-page .contact-layout > .inquiry-panel { padding: 22px; }
  .inquiry-page .wpcf7 .field-pair { grid-template-columns: 1fr; }
  .site-footer { gap: 28px 5%; }
}
@media (max-width: 700px) {
  .site-header { position: relative; display: block; padding: 18px 6% 14px; min-height: 0; }
  .site-header .wordmark { font-size: 25px; max-width: calc(100% - 85px); }
  .site-header .brand-signature { margin-top: 8px; gap: 2px 12px; }
  .site-header .brand-signature > span { font-size: 10px; letter-spacing: .05em; }
  .site-header .brand-signature > a { min-height: 34px; }
  .site-header .desktop-navigation { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { position: absolute; right: 6%; top: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; list-style: none; min-width: 76px; min-height: 44px; padding: 8px 9px; border: 1px solid #62614f; font-size: 13px; color: #e1cfab; cursor: pointer; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary span::after { content: '+'; font-size: 20px; font-weight: 400; line-height: 1; }
  .mobile-menu[open] > summary span::after { content: '−'; }
  .site-header .mobile-menu nav { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 20px; margin-top: 16px; padding: 12px 0 2px; border-top: 1px solid #454b3d; }
  .site-header .mobile-menu nav a { display: flex; align-items: center; min-height: 44px; padding: 7px 0; font-size: 14px; }
  .mobile-menu nav a:last-child { color: #e1cfab; }
  .artist-led-hero { padding-top: 30px; }
  .artist-led-hero .hero-actions .button { min-height: 52px; }
  .section { padding-top: 48px; padding-bottom: 48px; }
  .section-heading { gap: 20px; margin-bottom: 32px; }
  .section-heading h2, .gift-close h2 { font-size: clamp(2.25rem, 9.5vw, 3rem); }
  .artist-proof-strip { padding-top: 22px; padding-bottom: 22px; gap: 14px; }
  .artist-proof-strip a { padding-bottom: 14px; }
  .artist-proof-strip strong { font-size: 21px; }
  .selected-section .art-grid a { padding: 10px; }
  .selected-section .art-grid { gap: 30px; }
  .film-caption { display: flex; flex-wrap: wrap; font-size: 11px; }
  .film-caption a { min-height: 40px; display: inline-flex; align-items: center; }
  .library-play > span { left: 12px; bottom: 12px; padding: 8px 13px; }
  .video-grid { gap: 34px; }
  .video-card h2 { font-size: 24px; margin: 16px 0 8px; }
  .collection-intro { padding-top: 36px; padding-bottom: 32px; }
  .collection-intro h1 { font-size: clamp(2.45rem, 10vw, 3.2rem); }
  .collection-lead { margin: 22px 0; }
  .portfolio-page .collection-intro .hero-actions { flex-direction: row; gap: 10px 20px; }
  .portfolio-page .collection-intro .hero-actions .button { flex-basis: 100%; }
  .portfolio-page .collection-intro .hero-actions .text-link { font-size: 13px; }
  .collection-meta { font-size: 12px; padding-bottom: 16px; }
  .collection-meta { flex-direction: column; gap: 4px; }
  .pricing-page .pricing-hero { padding-top: 32px; gap: 24px; }
  .pricing-page .pricing-hero-art { max-width: 220px; }
  .price-overview { margin-top: 22px; }
  .price-overview strong { font-size: 22px; }
  .pricing-page .pricing-detail .package { padding: 25px 20px; }
  .pricing-page .pricing-detail .package h2 { font-size: 32px; }
  .pricing-page .portrait-prices dd { font-size: 30px; }
  .pricing-page .portrait-prices .price-custom dd { font-size: 15px; }
  .client-gift-page .gift-hero { display: grid; gap: 0; padding-top: 32px; padding-bottom: 40px; }
  .gift-hero-copy { display: contents; }
  .gift-hero-copy > .eyebrow { grid-row: 1; margin-bottom: 16px; font-size: 11px; }
  .gift-hero h1 { grid-row: 2; font-size: clamp(2.4rem, 10.5vw, 3.15rem); }
  .gift-hero .gift-portfolio-example { grid-row: 3; margin: 24px 0 20px; }
  .gift-hero-copy .gift-lead { grid-row: 4; margin: 0 0 20px; }
  .gift-hero-copy .gift-service-note { grid-row: 5; margin: 0 0 22px; }
  .gift-hero-copy .hero-actions { grid-row: 6; gap: 12px; }
  .gift-hero-copy .gift-quote-note { grid-row: 7; max-width: none; margin-top: 16px; }
  .gift-brief, .gift-faq { gap: 30px; }
  .gift-brief-steps li { padding-bottom: 24px; margin-bottom: 24px; }
  .gift-brief-steps li:last-child { margin-bottom: 0; }
  .artist-about-hero { display: grid; gap: 0; padding-top: 32px; }
  .artist-about-hero > div { display: contents; }
  .artist-about-hero > div > .eyebrow { grid-row: 1; margin-bottom: 18px; font-size: 11px; }
  .artist-about-hero h1 { grid-row: 2; font-size: clamp(2.5rem, 10.5vw, 3.25rem); }
  .artist-about-hero .artist-hero-image { grid-row: 3; margin: 24px 0 6px; }
  .artist-hero-image > img { height: 290px; }
  .artist-about-hero .collection-lead { margin: 18px 0 0; font-size: 16px; }
  .artist-about-hero .hero-actions { margin-top: 24px; }
  .artist-about-hero .artist-quick-proof { margin-top: 26px; }
  .artist-about-page .artist-section { padding-top: 48px; }
  .inquiry-page { display: block; padding: 0; }
  .inquiry-page .contact-intro { padding: 32px 6% 26px; }
  .inquiry-page .contact-intro h1 { font-size: clamp(2.35rem, 9.5vw, 3rem); margin-top: 18px; }
  .inquiry-page .contact-intro .intro { font-size: 16px; line-height: 1.75; margin-top: 20px; }
  .inquiry-page .contact-layout { display: flex; flex-direction: column; padding: 0 6% 48px; gap: 30px; }
  .inquiry-page .contact-layout > .inquiry-panel { padding: 0; border: 0; background: transparent; width: 100%; }
  .inquiry-page .contact-layout > aside { order: 2; padding-top: 24px; width: 100%; }
  .inquiry-page .wpcf7 form { gap: 19px; }
  .inquiry-page .wpcf7 textarea { min-height: 170px; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; padding-top: 34px; padding-bottom: 25px; }
  .site-footer .footer-links { grid-template-columns: 1fr 1fr; gap: 2px 20px; }
  .site-footer .footer-links > a, .site-footer .footer-links > button { min-height: 44px; font-size: 14px; }
  .site-footer > p { margin-top: 6px; line-height: 1.7; }
  .legal-page .collection-intro { padding-bottom: 20px; }
  .legal-copy { padding-top: 0; font-size: 16px; }
  .legal-copy h2 { font-size: 29px; }
  .legal-jumps { gap: 8px 22px; margin-top: 20px; }
  .mobile-inquiry { padding: 8px 6% calc(8px + env(safe-area-inset-bottom)); gap: 12px; }
  .mobile-inquiry > a { display: inline-flex; align-items: center; min-height: 48px; }
  .mobile-inquiry > .mobile-inquiry-primary { flex: 1; }
  .mobile-inquiry > .mobile-pricing { font-size: 12px; font-weight: 400; text-decoration: underline; text-underline-offset: 4px; gap: 5px; }
  .mobile-inquiry > .mobile-pricing span { max-width: none; font-size: inherit; }
}
@media (min-width: 360px) and (max-width: 600px) {
  .collection-masonry { --gallery-columns: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
