/*
Theme Name: Precious Photos
Theme URI: https://precious.photos
Author: Precious Photos
Description: Fine art pet portraiture theme for Precious Photos. Editorial layout, no page builder or plugin dependencies.
Version: 1.4.2
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: precious-photos
Tags: photography, portfolio, custom-menu, featured-images, translation-ready
*/

:root {
  --pp-ink: #14130F;
  --pp-ink-soft: #201E19;
  --pp-ivory: #F7F4EE;
  --pp-stone: #EFEAE0;
  --pp-rule: #E2DACC;
  --pp-rule-dark: #2B2924;
  --pp-body: #55504A;
  --pp-body-dark: #A5A097;
  --pp-brass: #9C7233;
  --pp-brass-light: #C79A57;
  --pp-brass-pale: #C7B392;
  --pp-accent-text: #7A5726;
  --pp-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --pp-sans: 'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --pp-gutter: 72px;
  --pp-max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--pp-ivory);
  color: var(--pp-ink);
  font-family: var(--pp-sans);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--pp-accent-text); }
a:hover { color: var(--pp-ink); }

h1, h2, h3, h4 {
  font-family: var(--pp-display);
  font-weight: 200;
  letter-spacing: -0.01em;
  margin: 0;
}

.pp-wrap { width: 100%; max-width: var(--pp-max); margin: 0 auto; padding: 0 var(--pp-gutter); }
.pp-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  color: var(--pp-accent-text);
}
.pp-eyebrow--light { color: var(--pp-brass-light); }
.pp-hero .pp-eyebrow {
  font-size: 13px; letter-spacing: 0.30em; color: #F4E7CB;
  text-shadow: 0 1px 16px rgba(10,9,7,0.9), 0 1px 4px rgba(10,9,7,0.8);
}
.pp-italic { font-style: italic; font-weight: 300; }
.pp-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--pp-ink); color: #fff; padding: 12px 20px; z-index: 100;
}
.pp-skip:focus { left: 8px; top: 8px; }

/* Buttons */
.pp-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 19px 38px;
  border-radius: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.pp-btn--brass { background: var(--pp-brass-light); color: var(--pp-ink); }
.pp-btn--brass:hover { background: var(--pp-brass); color: #fff; }
.pp-btn--ivory { background: var(--pp-ivory); color: var(--pp-ink); }
.pp-btn--ivory:hover { background: #fff; color: var(--pp-ink); }
.pp-btn--outline-light { color: #fff; border-color: rgba(255,255,255,0.5); }
.pp-btn--outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }
.pp-btn--outline-dark { color: var(--pp-ink); border-color: var(--pp-ink); }
.pp-btn--outline-dark:hover { background: var(--pp-ink); color: var(--pp-ivory); }
.pp-link-rule {
  display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; text-decoration: none; color: var(--pp-accent-text);
  border-bottom: 1px solid var(--pp-brass-pale); padding-bottom: 6px;
}

/* Header */
.pp-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.pp-header__inner { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 34px; }
.pp-logo img { height: 62px; width: auto; }
.pp-logo__text { font-family: var(--pp-display); font-size: 22px; letter-spacing: 0.2em; color: #fff; text-decoration: none; }
.pp-nav { display: flex; align-items: center; gap: 34px; padding-top: 10px; }
.pp-nav a {
  font-size: 12px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff; text-decoration: none;
}
.pp-nav a:hover { color: var(--pp-brass-light); }
.pp-nav li { list-style: none; position: relative; }
.pp-nav__client { position: relative; }
.pp-nav li + li::before,
.pp-nav__client::before {
  content: ""; position: absolute; left: -19px; top: 50%;
  width: 3px; height: 3px; margin-top: -1.5px; border-radius: 50%;
  background: var(--pp-brass-light); opacity: 0.9;
}
.pp-nav .pp-nav__client a, .pp-nav__client { color: var(--pp-brass-light); }
.pp-burger { display: none; background: none; border: 0; padding: 12px; cursor: pointer; }
.pp-burger span { display: block; width: 24px; height: 1.5px; background: #fff; margin: 6px 0; }

/* Header on light pages */
.pp-header--solid { position: static; background: var(--pp-ink); }
.pp-header--solid .pp-header__inner { padding-bottom: 28px; }

/* Hero */
.pp-hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; background: var(--pp-ink); overflow: hidden; }
.pp-hero__media { position: absolute; inset: 0; }
.pp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; }
.pp-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(170deg, rgba(10,9,7,0.55) 0%, rgba(10,9,7,0.00) 30%, rgba(10,9,7,0.08) 52%, rgba(10,9,7,0.78) 100%);
}
.pp-hero__body { position: relative; padding-bottom: 90px; padding-top: 200px; width: 100%; }
.pp-hero h1 { font-size: clamp(42px, 7vw, 108px); line-height: 0.98; color: #fff; max-width: 15ch; margin: 22px 0 0; }
.pp-hero__rail { display: flex; align-items: flex-end; gap: 64px; margin-top: 44px; flex-wrap: wrap; }
.pp-hero__rule { width: 1px; height: 96px; background: rgba(255,255,255,0.35); }
.pp-hero__sub { margin: 0; width: 400px; max-width: 100%; color: #E6DFD2; line-height: 1.75; }
.pp-hero__cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pp-hero__side {
  position: absolute; left: -38px; top: 50%;
  transform: rotate(-90deg); transform-origin: center;
  font-size: 10px; font-weight: 500; letter-spacing: 0.5em; color: rgba(255,255,255,0.62);
}

/* Sections */
.pp-section { padding: 92px 0; }
.pp-section--dark { background: var(--pp-ink); color: #fff; }
.pp-section--stone { background: var(--pp-stone); }
.pp-section--flush { padding: 0; }
.pp-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; margin-bottom: 56px; }
.pp-section__head h2 { font-size: clamp(32px, 4vw, 58px); line-height: 1.12; }
.pp-section--dark h2 { color: #fff; }
.pp-section__note { margin: 0; width: 420px; max-width: 100%; font-size: 15px; line-height: 1.8; color: var(--pp-body); }
.pp-section--dark .pp-section__note { color: var(--pp-body-dark); }

/* Statement */
.pp-statement { position: relative; display: flex; align-items: center; gap: 64px; }
.pp-statement__copy { max-width: 860px; }
.pp-statement h2 { font-size: clamp(30px, 4.2vw, 58px); line-height: 1.16; margin-top: 30px; }
.pp-statement p { max-width: 62ch; color: var(--pp-body); line-height: 1.85; font-size: 17px; }
.pp-statement__inset { width: 336px; flex-shrink: 0; }
.pp-statement__inset img { width: 100%; height: 428px; object-fit: cover; }
.pp-awards { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 42px; }
.pp-awards img { height: 42px; width: auto; }
.pp-awards span { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; color: var(--pp-accent-text); text-transform: uppercase; }

/* Portfolio grid */
.pp-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 41px; align-items: start; }
.pp-grid__col { display: flex; flex-direction: column; gap: 54px; }
.pp-grid__col--mid { padding-top: 92px; }
.pp-grid__col--last { padding-top: 188px; }
.pp-tile { display: block; text-decoration: none; }
.pp-tile img { width: 100%; object-fit: cover; background: var(--pp-ink-soft); }
.pp-tile__meta {
  display: flex; justify-content: space-between; padding-top: 16px;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--pp-body-dark);
}
.pp-tile--tall img { height: 620px; }
.pp-tile--mid img { height: 530px; }
.pp-tile--short img { height: 320px; }
.pp-filters { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.pp-filters a {
  font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(237,231,220,0.7); text-decoration: none; padding-bottom: 6px;
}
.pp-filters a.is-active, .pp-filters a:hover { color: #fff; border-bottom: 1px solid var(--pp-brass-light); }

/* Process */
.pp-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 34px; }
.pp-step { border-top: 1px solid var(--pp-rule); padding-top: 26px; }
.pp-step:first-child { border-top-color: var(--pp-ink); }
.pp-step__num { font-family: var(--pp-display); font-size: 46px; font-weight: 200; line-height: 1; color: var(--pp-brass-pale); display: block; }
.pp-step h3 { font-size: 24px; font-weight: 400; line-height: 1.25; margin: 16px 0 0; }
.pp-step p { font-size: 15px; line-height: 1.75; color: var(--pp-body); margin: 14px 0 0; }

/* Quote */
.pp-quote { position: relative; padding: 110px 0; background: var(--pp-ink); overflow: hidden; text-align: center; }
.pp-quote__media { position: absolute; inset: 0; }
.pp-quote__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.pp-quote__scrim { position: absolute; inset: 0; background: rgba(12,11,9,0.76); }
.pp-quote blockquote {
  position: relative; margin: 0 auto; max-width: 1000px;
  font-family: var(--pp-display); font-size: clamp(24px, 3vw, 38px);
  line-height: 1.4; font-weight: 200; font-style: italic; color: #fff;
}
.pp-quote cite {
  position: relative; display: block; margin-top: 34px; font-style: normal;
  font-family: var(--pp-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--pp-brass-pale);
}

/* Collections */
.pp-collections { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 41px; }
.pp-collection { border: 1px solid rgba(20,19,15,0.30); padding: 38px 34px; display: flex; flex-direction: column; gap: 22px; }
.pp-collection--feature { background: var(--pp-ink); border: 0; padding: 38px 34px 38px; color: #fff; }
/* The "Most chosen" tag makes Gold's header row taller than the other two,
   which pushed its whole column down. Give all three the same row height. */
.pp-collection > div:first-of-type { min-height: 42px; }
.pp-collection__name { font-size: 10px; font-weight: 500; letter-spacing: 0.4em; text-transform: uppercase; color: var(--pp-accent-text); }
.pp-collection--feature .pp-collection__name { color: var(--pp-brass-light); }
.pp-collection__price { font-family: var(--pp-display); font-size: 58px; font-weight: 200; line-height: 1; }
.pp-collection--feature .pp-collection__price { color: #fff; }
.pp-collection ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; flex-grow: 1; }
.pp-collection li { font-size: 15px; line-height: 1.5; color: #3A3630; }
.pp-collection--feature li { color: #EDE7DC; }
.pp-collection__tag {
  font-size: 9px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--pp-brass-light); border: 1px solid rgba(199,154,87,0.55); padding: 6px 12px;
}
.pp-included { display: flex; align-items: center; justify-content: space-between; gap: 44px; margin-top: 52px; flex-wrap: wrap; }
.pp-included span { font-size: 14px; line-height: 1.7; color: var(--pp-body); }
.pp-asked { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; padding: 30px 34px; border: 1px solid rgba(20,19,15,0.18); border-radius: 3px; background: rgba(255,255,255,0.5); flex-wrap: wrap; }
.pp-asked p { margin: 10px 0 0; font-size: 15px; line-height: 1.75; color: var(--pp-body); max-width: 62ch; }
.pp-asked .pp-btn { flex: none; }
.pp-inquire__faqnote { margin: -6px 0 26px; font-size: 15px; line-height: 1.75; color: var(--pp-body); max-width: 60ch; }
.pp-inquire__faqnote a { color: var(--pp-ink); border-bottom: 1px solid var(--pp-brass); padding-bottom: 1px; }
.pp-inquire__faqnote a:hover { border-bottom-color: var(--pp-ink); }
@media (max-width: 760px) { .pp-asked { padding: 24px 22px; gap: 22px; } .pp-asked .pp-btn { width: 100%; text-align: center; } }

/* Client access */
.pp-access { display: flex; align-items: center; justify-content: space-between; gap: 80px; flex-wrap: wrap; }
.pp-access__copy { width: 620px; max-width: 100%; }
.pp-access__copy h2 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.14; margin: 24px 0; }
.pp-access__card { width: 470px; max-width: 100%; background: var(--pp-ivory); border: 1px solid var(--pp-rule); padding: 38px 36px; }
.pp-access__card h3 { font-family: var(--pp-display); font-size: 26px; font-weight: 300; margin: 0 0 20px; }
.pp-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.pp-field label { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--pp-body); }
.pp-field input {
  height: 52px; padding: 0 16px; font-family: var(--pp-sans); font-size: 15px;
  color: var(--pp-ink); background: #fff; border: 1px solid var(--pp-rule); border-radius: 1px;
}
.pp-field input:focus { outline: 2px solid var(--pp-brass); outline-offset: 1px; }

/* About */
.pp-about { display: flex; align-items: stretch; }
.pp-about__media { position: relative; width: 560px; flex-shrink: 0; }
.pp-about__media img.pp-about__main { width: 560px; height: 700px; object-fit: cover; }
.pp-about__media img.pp-about__inset {
  position: absolute; left: 396px; top: 452px; width: 240px; height: 200px;
  object-fit: cover; border: 8px solid var(--pp-ivory);
}
.pp-about__copy { flex-grow: 1; padding: 0 var(--pp-gutter) 0 132px; display: flex; flex-direction: column; justify-content: center; gap: 26px; }
.pp-about__copy h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.18; }
.pp-about__copy p { margin: 0; font-size: 16px; line-height: 1.85; color: var(--pp-body); }

/* CTA */
.pp-cta { background: var(--pp-stone); border-top: 1px solid var(--pp-rule); text-align: center; padding: 96px 0; }
.pp-cta h2 { font-size: clamp(30px, 3.8vw, 54px); line-height: 1.14; max-width: 900px; margin: 28px auto; }
.pp-cta p { color: var(--pp-body); margin: 0 auto 28px; }
.pp-cta__row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* Footer */
.pp-footer { background: var(--pp-ink); color: #fff; padding: 64px 0 0; }
.pp-footer__cols { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.pp-footer__brand { width: 330px; }
.pp-footer__brand img { width: 292px; max-width: 100%; }
.pp-footer__brand p { font-size: 14px; line-height: 1.75; color: var(--pp-body-dark); margin-top: 10px; }
.pp-footer h4 { font-family: var(--pp-sans); font-size: 10px; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; color: var(--pp-brass-light); margin: 0 0 12px; }
.pp-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pp-footer a { color: #EDE7DC; text-decoration: none; font-size: 14px; }
.pp-footer a:hover { color: var(--pp-brass-light); }
.pp-footer__legal {
  margin-top: 40px; border-top: 1px solid var(--pp-rule-dark); padding: 22px 0;
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  font-size: 12px; color: #7E7A73;
}

/* Interior pages */
.pp-page { padding: 72px 0 96px; }
.pp-page__title { font-size: clamp(32px, 4.4vw, 58px); line-height: 1.1; margin-bottom: 32px; }
.pp-page__content { max-width: 70ch; font-size: 17px; line-height: 1.85; color: var(--pp-body); }
.pp-page__content h2 { font-size: 32px; margin: 48px 0 16px; color: var(--pp-ink); }
.pp-archive { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 41px; }
.pp-archive .pp-tile img { height: 420px; }

/* Motion */
.pp-rv { opacity: 1; transform: none; transition: opacity 420ms cubic-bezier(0.22,0.61,0.36,1), transform 420ms cubic-bezier(0.22,0.61,0.36,1); }
.pp-motion .pp-rv { opacity: 0; transform: translateY(16px); }
.pp-motion .pp-rv-img { opacity: 0; transform: scale(1.03); transition: opacity 620ms cubic-bezier(0.22,0.61,0.36,1), transform 900ms cubic-bezier(0.22,0.61,0.36,1); }
.pp-motion .pp-rv.is-in, .pp-motion .pp-rv-img.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .pp-motion .pp-rv, .pp-motion .pp-rv-img { opacity: 1; transform: none; transition: none; }
}

/* Responsive */
@media (max-width: 1100px) {
  :root { --pp-gutter: 40px; }
  .pp-grid, .pp-collections, .pp-archive { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pp-grid__col--mid, .pp-grid__col--last { padding-top: 0; }
  .pp-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pp-statement { flex-direction: column; align-items: flex-start; }
  .pp-statement__inset { width: 100%; }
  .pp-statement__inset img { height: 320px; }
  .pp-about { flex-direction: column; }
  .pp-about__media, .pp-about__media img.pp-about__main { width: 100%; height: 420px; }
  .pp-about__media img.pp-about__inset { display: none; }
  .pp-about__copy { padding: 40px var(--pp-gutter); }
  .pp-hero__media img { object-position: 20% 40%; }
  .pp-hero__side { display: none; }
}

@media (max-width: 760px) {
  :root { --pp-gutter: 22px; }
  .pp-nav { display: none; }
  .pp-nav li + li::before, .pp-nav__client::before { display: none; }
  .pp-hero .pp-eyebrow { font-size: 11px; letter-spacing: 0.24em; }
  .pp-burger { display: block; }
  .pp-nav.is-open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
    position: absolute; top: 96px; left: 0; right: 0; background: var(--pp-ink);
    padding: 24px var(--pp-gutter) 32px;
  }
  .pp-grid, .pp-collections, .pp-steps, .pp-archive { grid-template-columns: 1fr; }
  .pp-collection { padding-left: 22px; padding-right: 22px; }
  .pp-collection--feature { padding-left: 22px; padding-right: 22px; }
  .pp-grid__col { gap: 34px; }
  .pp-tile--tall img, .pp-tile--mid img { height: 420px; }
  .pp-hero__media img { object-position: 16% 36%; }
  .pp-hero__rail { gap: 28px; }
  .pp-hero__rule { display: none; }
  .pp-hero__body { padding-top: 160px; padding-bottom: 56px; }
  .pp-section { padding: 64px 0; }
  .pp-logo img { height: 40px; }
  .pp-footer__cols { gap: 34px; }
}


/* Booking page */
.pp-book { padding: 132px 0 96px; background: var(--pp-ivory); }
.pp-book__inner { display: flex; align-items: flex-start; gap: 72px; }
.pp-book__main { flex: 1 1 auto; min-width: 0; }
.pp-book__title { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.06; margin: 18px 0 28px; }
.pp-form { max-width: 620px; }
.pp-form label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pp-brass); margin-bottom: 8px; }
.pp-form input[type="text"],
.pp-form input[type="email"],
.pp-form input[type="tel"],
.pp-form select,
.pp-form textarea {
  width: 100%; box-sizing: border-box; padding: 15px 16px; margin-bottom: 22px;
  font-family: var(--pp-sans); font-size: 16px; color: var(--pp-ink);
  background: #fff; border: 1px solid #DCD5C8; border-radius: 2px;
}
.pp-form input:focus, .pp-form select:focus, .pp-form textarea:focus {
  outline: 2px solid var(--pp-brass-light); outline-offset: 1px; border-color: transparent;
}
.pp-form textarea { min-height: 132px; resize: vertical; }
.pp-form button[type="submit"], .pp-form input[type="submit"] {
  display: inline-block; padding: 18px 40px; border: 0; border-radius: 2px; cursor: pointer;
  font-family: var(--pp-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--pp-brass-light); color: var(--pp-ink);
}
.pp-form button[type="submit"]:hover, .pp-form input[type="submit"]:hover { background: var(--pp-brass); color: #fff; }

.pp-book__aside { flex: 0 0 380px; position: sticky; top: 118px; }
.pp-book__card { background: var(--pp-ink); color: #fff; padding: 34px 32px; border-radius: 3px; }
.pp-book__line { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 20px 0 18px; border-bottom: 1px solid rgba(255,255,255,0.16); font-size: 17px; }
.pp-book__list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pp-book__list li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.6; color: var(--pp-body-dark); }
.pp-book__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 1px; background: var(--pp-brass-light); }
.pp-book__due { display: flex; justify-content: space-between; align-items: baseline; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.16); }
.pp-book__due span { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pp-brass-light); }
.pp-book__due strong { font-family: var(--pp-display); font-size: 34px; font-weight: 300; }
.pp-book__note { margin: 20px 0 0; font-size: 13px; line-height: 1.7; color: var(--pp-body-dark); }
.pp-book__alt { margin: 14px 0 0; font-size: 13px; color: var(--pp-body-dark); }
.pp-book__alt a { color: var(--pp-brass-light); }
.pp-book__fine { margin: 18px 0 0; font-size: 13px; line-height: 1.7; color: #6B655C; }

@media (max-width: 1100px) {
  .pp-book__inner { flex-direction: column; gap: 44px; }
  .pp-book__aside { position: static; flex: 1 1 auto; width: 100%; }
  .pp-book { padding-top: 112px; }
}

.pp-form .grunion-radio-label,
.pp-form .grunion-checkbox-label,
.pp-form .grunion-checkbox-multiple-label {
  display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px;
  font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none;
  color: var(--pp-ink); line-height: 1.55;
}
.pp-form input[type="radio"], .pp-form input[type="checkbox"] {
  margin: 4px 0 0; accent-color: var(--pp-brass);
}
.pp-form .grunion-field-label .required { margin-left: 6px; color: #9A8B6E; }
.pp-form .contact-form__input-wrapper { margin-bottom: 26px; }

/* Week picker */
.pp-wp__input { cursor: pointer; background-image: none; }
.pp-wp {
  position: absolute; z-index: 60; box-sizing: border-box;
  background: var(--pp-ink); color: #fff; padding: 16px 16px 12px;
  border-radius: 3px; box-shadow: 0 24px 60px rgba(10,9,7,0.38);
}
.pp-wp[hidden] { display: none; }
.pp-wp__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.pp-wp__month { font-family: var(--pp-display); font-size: 17px; font-weight: 400; }
.pp-wp__nav {
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid rgba(255,255,255,0.28); border-radius: 2px;
  color: #fff; font-size: 17px; line-height: 1; cursor: pointer;
}
.pp-wp__nav:hover { background: rgba(255,255,255,0.12); }
.pp-wp__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; padding: 0 6px 6px; }
.pp-wp__days span { text-align: center; font-size: 10px; letter-spacing: 0.12em; color: var(--pp-brass-light); }
.pp-wp__grid { display: flex; flex-direction: column; gap: 2px; }
.pp-wp__week {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; width: 100%;
  padding: 7px 6px; background: transparent; border: 1px solid transparent; border-radius: 2px;
  cursor: pointer; font-family: var(--pp-sans); color: #fff;
}
.pp-wp__week span { text-align: center; font-size: 13px; line-height: 1.5; }
.pp-wp__week span.is-outside { color: rgba(255,255,255,0.32); }
.pp-wp__week span.is-today { text-decoration: underline; text-underline-offset: 3px; }
.pp-wp__week:hover:not(:disabled) { background: rgba(199,154,87,0.20); border-color: var(--pp-brass-light); }
.pp-wp__week:focus-visible { outline: 2px solid var(--pp-brass-light); outline-offset: 1px; }
.pp-wp__week.is-chosen { background: var(--pp-brass-light); border-color: var(--pp-brass-light); color: var(--pp-ink); }
.pp-wp__week.is-chosen span.is-outside { color: rgba(20,19,15,0.45); }
.pp-wp__week:disabled { cursor: default; opacity: 0.30; }
.pp-wp__hint { margin: 10px 2px 0; font-size: 12px; line-height: 1.5; color: var(--pp-body-dark); }

/* Inquire page */
.pp-inquire { background: var(--pp-ivory); padding-bottom: 96px; }
.pp-inquire__intro { background: var(--pp-ink); color: #fff; padding: 156px 0 76px; }
.pp-inquire__title { font-size: clamp(36px, 5.2vw, 70px); line-height: 1.04; margin: 18px 0 0; color: #fff; max-width: 16ch; }
.pp-inquire__lede { margin: 26px 0 0; max-width: 62ch; font-size: 18px; line-height: 1.8; font-weight: 300; color: var(--pp-body-dark); }
.pp-inquire__inner { display: flex; align-items: flex-start; gap: 78px; padding-top: 72px; }
.pp-inquire__main { flex: 1 1 auto; min-width: 0; max-width: 640px; }
.pp-inquire__aside { flex: 0 0 420px; }
.pp-inquire__sub { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; margin: 0 0 26px; }
.pp-inquire__media { margin-bottom: 34px; overflow: hidden; border-radius: 3px; }
.pp-inquire__media img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: 50% 40%; }

.pp-steps-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 26px; }
.pp-steps-list__item { display: flex; gap: 18px; align-items: flex-start; }
.pp-steps-list__num { flex: 0 0 auto; font-family: var(--pp-display); font-size: 15px; font-weight: 400; color: var(--pp-brass); padding-top: 3px; }
.pp-steps-list__when { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pp-brass); }
.pp-steps-list h3 { font-family: var(--pp-display); font-size: 20px; font-weight: 400; line-height: 1.3; margin: 6px 0 6px; }
.pp-steps-list p { margin: 0; font-size: 14px; line-height: 1.75; color: #55504A; }

.pp-inquire__direct { margin-top: 38px; padding-top: 28px; border-top: 1px solid #DCD5C8; }
.pp-inquire__direct p { margin: 0 0 10px; font-size: 13px; letter-spacing: 0.02em; color: #6B655C; }
.pp-inquire__direct ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 15px; }
.pp-inquire__ready { margin-top: 16px !important; }

@media (max-width: 1100px) {
  .pp-inquire__inner { flex-direction: column; gap: 52px; }
  .pp-inquire__aside { flex: 1 1 auto; width: 100%; }
  .pp-inquire__main { max-width: none; }
  .pp-inquire__intro { padding-top: 128px; }
}

/* Header runs to the viewport edges so the logo never lands on the subject */
.pp-header .pp-wrap { max-width: none; padding-left: 48px; padding-right: 48px; }
@media (max-width: 1100px) { .pp-header .pp-wrap { padding-left: var(--pp-gutter); padding-right: var(--pp-gutter); } }

/* Portfolio grid: masonry columns, natural aspect ratios, nothing cropped */
.pp-shots { column-count: 3; column-gap: 26px; margin: 0; }
.pp-shots--home { column-gap: 30px; }

/*
 * The home grid places each photograph in whichever column is currently
 * shortest, rather than letting CSS columns balance them. With tall and wide
 * frames mixed, CSS balancing left a visible hole under the short column.
 * --pp-cols is read by the script, so the breakpoints below drive both.
 */
.pp-shots--balanced { column-count: initial; display: grid; gap: 30px;
  grid-template-columns: repeat(var(--pp-cols, 3), minmax(0, 1fr)); align-items: start; }
.pp-shots__col { display: flex; flex-direction: column; gap: 30px; min-width: 0; }
.pp-shots--balanced .pp-shot { margin: 0; }

/* Back to top. Sits clear of the content and only appears once it is useful. */
.pp-totop {
  position: fixed; right: 26px; bottom: 26px; z-index: 60;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  width: 58px; height: 58px; padding: 0; border-radius: 50%; cursor: pointer;
  background: rgba(20,19,15,0.86); color: var(--pp-brass-light);
  border: 1px solid rgba(199,154,87,0.55);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease, background 200ms ease, border-color 200ms ease;
}
.pp-totop[hidden] { display: none; }
.pp-totop.is-in { opacity: 1; transform: none; }
.pp-totop svg { width: 17px; height: 17px; display: block; }
.pp-totop span {
  font-family: var(--pp-sans); font-size: 8.5px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; line-height: 1;
}
.pp-totop:hover { background: var(--pp-ink); border-color: var(--pp-brass-light); }
.pp-totop:focus-visible { outline: 2px solid var(--pp-brass-light); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .pp-totop { transition: none; } }
@media (max-width: 760px) { .pp-totop { right: 16px; bottom: 16px; width: 50px; height: 50px; } }
@media print { .pp-totop { display: none; } }
.pp-shot {
  display: block; width: 100%; padding: 0; margin: 0 0 26px; border: 0; background: none;
  cursor: zoom-in; position: relative; break-inside: avoid; -webkit-column-break-inside: avoid;
  line-height: 0; border-radius: 2px; overflow: hidden;
}
.pp-shot[hidden] { display: none; }
.pp-shot__img { display: block; width: 100%; height: auto; transition: transform 700ms cubic-bezier(0.22,0.61,0.36,1), filter 400ms ease; }
.pp-shot:hover .pp-shot__img, .pp-shot:focus-visible .pp-shot__img { transform: scale(1.02); }
.pp-shot:focus-visible { outline: 2px solid var(--pp-brass-light); outline-offset: 3px; }
.pp-shot__tag {
  position: absolute; left: 14px; bottom: 14px; padding: 6px 12px;
  font-family: var(--pp-sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; line-height: 1; color: #fff; background: rgba(10,9,7,0.62);
  border-radius: 2px; opacity: 0; transition: opacity 300ms ease;
}
.pp-shot:hover .pp-shot__tag, .pp-shot:focus-visible .pp-shot__tag { opacity: 1; }

.pp-filters--folio { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 44px 0 34px; }
.pp-filters--folio button {
  background: none; border: 0; padding: 4px 0; cursor: pointer;
  font-family: var(--pp-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: #6B655C; border-bottom: 1px solid transparent;
}
.pp-filters--folio button:hover { color: var(--pp-ink); }
.pp-filters--folio button.is-active { color: var(--pp-ink); border-bottom-color: var(--pp-brass-light); }

/* Portfolio page */
.pp-folio { background: var(--pp-ivory); }
.pp-folio__intro { background: var(--pp-ink); color: #fff; padding: 156px 0 72px; }
.pp-folio__title { font-size: clamp(36px, 5.2vw, 70px); line-height: 1.04; margin: 18px 0 0; color: #fff; max-width: 16ch; }
.pp-folio__lede { margin-top: 24px; max-width: 64ch; }
.pp-folio__lede p { margin: 0 0 16px; font-size: 18px; line-height: 1.8; font-weight: 300; color: var(--pp-body-dark); }
.pp-folio__note { padding: 8px 0 0; font-size: 13px; color: #6B655C; }
.pp-folio__empty { padding: 60px 0; font-size: 17px; color: #55504A; }
.pp-folio__cta { padding: 84px 0 96px; text-align: center; }
.pp-folio__cta h2 { font-size: clamp(26px, 3.2vw, 44px); margin: 0 0 14px; }
.pp-folio__cta p { margin: 0 auto; max-width: 56ch; font-size: 16px; line-height: 1.8; color: #55504A; }
.pp-folio__buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; padding-top: 28px; }

/* Lightbox */
.pp-lb {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  gap: 8px; padding: 32px; background: rgba(8,7,6,0.94);
}
.pp-lb[hidden] { display: none; }
.pp-lb__figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 100%; }
.pp-lb__figure img { display: block; max-width: min(1400px, 88vw); max-height: 82vh; width: auto; height: auto; object-fit: contain; }
.pp-lb__figure figcaption { font-family: var(--pp-sans); font-size: 13px; letter-spacing: 0.04em; color: #CFC8BC; text-align: center; }
.pp-lb__close, .pp-lb__nav {
  background: transparent; border: 1px solid rgba(255,255,255,0.28); border-radius: 50%;
  color: #fff; cursor: pointer; flex: 0 0 auto;
}
.pp-lb__close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; font-size: 26px; line-height: 1; }
.pp-lb__nav { width: 52px; height: 52px; font-size: 26px; line-height: 1; }
.pp-lb__close:hover, .pp-lb__nav:hover { background: rgba(255,255,255,0.14); }

@media (max-width: 1100px) {
  .pp-shots { column-count: 2; }
  .pp-shots--balanced { --pp-cols: 2; }
  .pp-folio__intro { padding-top: 128px; }
}
@media (max-width: 760px) {
  .pp-shots { column-count: 1; }
  .pp-shots--balanced { --pp-cols: 1; }
  .pp-lb { padding: 16px; }
  .pp-lb__figure img { max-width: 94vw; max-height: 74vh; }
  .pp-lb__nav { width: 44px; height: 44px; }
}

/* FAQ page */
.pp-faq { background: var(--pp-ivory); padding-bottom: 20px; }
.pp-faq__intro { background: var(--pp-ink); color: #fff; padding: 156px 0 72px; }
.pp-faq__introgrid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.pp-faq__title { font-size: clamp(36px, 5.2vw, 70px); line-height: 1.04; margin: 18px 0 0; color: #fff; max-width: 14ch; }
.pp-faq__lede { margin: 24px 0 0; max-width: 58ch; font-size: 18px; line-height: 1.8; font-weight: 300; color: var(--pp-body-dark); }
.pp-faq__portrait { margin: 0; }
.pp-faq__portrait img { display: block; width: 100%; height: 440px; object-fit: contain; object-position: center; border-radius: 2px; }
.pp-faq__body { padding-top: 64px; max-width: 820px; }
.pp-faq__body h2 { font-size: clamp(21px, 2.2vw, 27px); line-height: 1.3; margin: 0 0 14px; }
.pp-faq__body h2:not(:first-child) { margin-top: 0; }
.pp-faq__body p { margin: 0 0 16px; font-size: 17px; line-height: 1.8; color: #3A3630; }
.pp-faq__body ul { margin: 0 0 16px; padding-left: 20px; }
.pp-faq__body li { font-size: 17px; line-height: 1.8; color: #3A3630; margin-bottom: 6px; }
.pp-faq__body .wp-block-group { padding: 34px 0; border-top: 1px solid var(--pp-rule); }
.pp-faq__body .wp-block-group:first-child { border-top: 0; padding-top: 0; }
.pp-faq__break { display: flex; gap: 22px; align-items: flex-start; margin: 24px -100px 10px; }
.pp-faq__break figure { margin: 0; min-width: 0; }
.pp-faq__break img { display: block; width: 100%; height: auto; border-radius: 2px; }
.pp-faq__break figcaption { margin-top: 9px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pp-brass); }
.pp-faq__foot { margin-top: 56px; padding: 44px 40px; background: var(--pp-stone); border-radius: 3px; text-align: center; }
.pp-faq__foot h2 { margin: 0 0 8px; }
.pp-faq__foot p { margin: 0; }
.pp-faq__buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; padding-top: 22px; }
@media (max-width: 1100px) { .pp-faq__intro { padding-top: 128px; } .pp-faq__introgrid { gap: 40px; } .pp-faq__break { margin-left: 0; margin-right: 0; } .pp-faq__portrait img { height: 380px; } }
@media (max-width: 860px) { .pp-faq__introgrid { grid-template-columns: 1fr; gap: 34px; } .pp-faq__portrait { max-width: 420px; } .pp-faq__portrait img { height: 300px; } }
@media (max-width: 760px) { .pp-faq__foot { padding: 32px 22px; } .pp-faq__break { flex-direction: column; } .pp-faq__break figure { flex: none !important; width: 100%; } }
