/*
Theme Name: Beth Pacat
Theme URI: https://bethcardier.com/blog/
Author: Beth Cardier
Description: Editorial author theme for Beth Cardier — researcher, writer, interdisciplinary practitioner. Featuring Snell Roundhand display type, curved sections, curtain-reveal hero, and a dark bookend footer.
Version: 1.6.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beth-pacat
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
  scroll-behavior: smooth;
  --bg: #ffffff;
  --card: #f5f5f5;
  --featured: #f0f0f0;
  --panel: #f5f5f5;
  --text: #3a3a3a;
  --muted: #6b6b6b;
  --accent: #3a3a3a;
  --accent-h: #555;
  --border: #ddd;
  --foot-bg: #1a1a1a;
  --foot-border: #555;
  --foot-text: #e5e5e5;
  --radius-card: 0px;
  --radius-btn: 0px;
  --font-display: 'Snell Roundhand', 'Cormorant Garamond', Georgia, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-ui: Inter, system-ui, -apple-system, sans-serif;
  --max-width: 1200px;
  --transition: 0.35s ease;
}

/* =============================================
   BASE
   ============================================= */
html, body {
  overflow-x: hidden;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; }

/* =============================================
   LAYOUT
   ============================================= */
.pacat-page {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
}

/* =============================================
   HERO ENTRANCE ANIMATIONS
   ============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInHalf {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
@keyframes curtainSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

.site-hero h1 {
  animation: fadeUp 0.7s ease-out both;
}
.site-hero-sub {
  animation: fadeUp 0.7s ease-out 0.2s both;
}
.site-hero-photo {
  animation: fadeInHalf 1s ease-out 0.3s both;
}

/* =============================================
   NAV
   ============================================= */
.site-nav {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}
.site-nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  height: 80px;
  gap: 24px;
}
.site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  flex-shrink: 0;
  text-decoration: none;
}
.site-logo-sm {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #888;
}
.site-logo-lg {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text);
  text-transform: uppercase;
}
.site-menu {
  display: flex;
  gap: 24px;
  margin-left: 48px;
}
.site-menu a {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: background-size 0.3s ease-out, color 0.2s;
  padding-bottom: 2px;
}
.site-menu a:hover {
  color: var(--text);
  background-size: 100% 1.5px;
}
.site-menu a.active { color: var(--text); }

.site-nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-social {
  display: flex;
  gap: 12px;
}
.site-social a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.site-social a:hover { color: var(--text); }
.site-nav-btn {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 24px;
  background: var(--text);
  color: #fff;
  border: 1px solid var(--text);
  text-decoration: none;
  transition: all 0.2s;
}
.site-nav-btn:hover { background: #555; border-color: #555; }

/* Mobile hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--text);
  font-size: 24px;
}

/* =============================================
   HERO
   ============================================= */
.site-hero {
  position: relative;
  overflow: hidden;
  background: #e8e4e0;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: #b0a89e;
  z-index: 0;
}
.site-hero-overlay {
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 60px 32px;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.site-hero h1 {
  font-family: 'Snell Roundhand', 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 12px;
  text-shadow: 0 1px 4px rgba(232,228,224,0.8);
}
.site-hero-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-shadow: 0 1px 4px rgba(232,228,224,0.8);
}
.site-hero-date {
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888;
  text-transform: uppercase;
}
.site-hero-photo {
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
  mask-image: linear-gradient(to right, transparent 0%, black 25%);
}

/* Curtain reveal panels */
.site-hero-reveal {
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  z-index: 2;
  transform-origin: right center;
}
.site-hero-reveal-1 {
  background: #b0a89e;
  animation: curtainSlide 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s both;
}
.site-hero-reveal-2 {
  background: #e8e4e0;
  animation: curtainSlide 1s cubic-bezier(0.65, 0, 0.35, 1) 0.6s both;
}

/* =============================================
   BUTTONS
   ============================================= */
.pacat-btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 32px;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.pacat-btn-dark {
  background: var(--text);
  color: #fff;
  border: 1px solid var(--text);
}
.pacat-btn-dark:hover { background: #555; border-color: #555; }
.pacat-btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.pacat-btn-outline:hover { border-color: var(--text); }

/* =============================================
   CONTACT FORM (Contact Form 7)
   ============================================= */
.pacat-contact-form { margin-top: 40px; max-width: 640px; }
.pacat-contact-form label {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 20px;
}
.pacat-contact-form .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.pacat-contact-form input[type="text"],
.pacat-contact-form input[type="email"],
.pacat-contact-form textarea {
  width: 100%;
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pacat-contact-form input[type="text"]:focus,
.pacat-contact-form input[type="email"]:focus,
.pacat-contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-h);
  box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.08);
}
.pacat-contact-form textarea { min-height: 170px; resize: vertical; }
.pacat-contact-form .wpcf7-response-output {
  font-family: var(--font-ui);
  font-size: 13.5px;
  border-radius: 10px;
  padding: 14px 18px;
}
.pacat-contact-form .wpcf7-not-valid-tip {
  font-family: var(--font-ui);
  font-size: 12px;
  color: #b02a2a;
}

/* =============================================
   SECTIONS
   ============================================= */
.pacat-section {
  padding: 72px 0;
  position: relative;
}
.pacat-section .pacat-page { position: relative; z-index: 1; }
.section-grey {
  background: var(--card);
  border-radius: 48px;
  margin-top: -24px;
  margin-bottom: -24px;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.pacat-section h2 {
  font-family: 'Snell Roundhand', 'Cormorant Garamond', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: var(--text);
  margin-bottom: 16px;
  font-variant: normal;
  letter-spacing: 0.02em;
}
.pacat-section-sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 28px;
}
.pacat-section p {
  line-height: 1.65;
  margin-bottom: 16px;
}
.pacat-section p:last-child { margin-bottom: 0; }
.pacat-section h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 0.04em;
  color: var(--text);
  margin: 52px 0 18px;
}
.pacat-section h3:first-of-type { margin-top: 12px; }

/* =============================================
   CARDS (3-up grid on grey bg)
   ============================================= */
.pacat-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pacat-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 32px;
  transition: box-shadow 0.2s;
}
.pacat-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.pacat-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  font-variant: small-caps;
  letter-spacing: 0.04em;
}
.pacat-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* =============================================
   RESEARCH INDEX (editorial numbered rows)
   ============================================= */
.pacat-index {
  margin-top: 36px;
  border-top: 1px solid #d9d5d0;
}
.pacat-index-row {
  display: grid;
  grid-template-columns: 110px 1fr 260px;
  gap: 48px;
  align-items: center;
  padding: 44px 24px;
  border-bottom: 1px solid #d9d5d0;
  text-decoration: none;
  color: inherit;
  transition: background 0.35s ease, padding-left 0.35s ease;
}
.pacat-index-row:hover {
  background: rgba(58, 58, 58, 0.04);
  padding-left: 40px;
}
.pacat-index-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  color: #d4cfc7;
  transition: color 0.35s ease;
}
.pacat-index-row:hover .pacat-index-num { color: var(--accent-h); }
.pacat-index-body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.pacat-index-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: 0.01em;
}
.pacat-index-arrow {
  font-family: var(--font-ui);
  font-size: 20px;
  color: var(--muted);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
}
.pacat-index-row:hover .pacat-index-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--accent-h);
}
.pacat-index-desc {
  font-size: 14.5px;
  color: #666;
  line-height: 1.65;
  max-width: 56ch;
}
.pacat-index-thumb {
  width: 260px;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  background: #eceae6;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
  transform: translateZ(0);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.pacat-index-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.72) contrast(0.98);
  transform: scale(1.02);
  transition: filter 0.45s ease, transform 0.45s ease;
}
.pacat-index-row:hover .pacat-index-thumb {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}
.pacat-index-row:hover .pacat-index-thumb img {
  filter: saturate(1);
  transform: scale(1.07);
}

/* =============================================
   MODELS — SCREENING ROOM (dark theater panel)
   ============================================= */
.pacat-theater {
  background: #191919;
  border-radius: 48px;
  padding: 64px 64px 56px;
  color: #ece9e3;
}
.pacat-theater .pacat-theater-title {
  font-family: 'Snell Roundhand', 'Cormorant Garamond', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #f3f0ea;
  margin: 0 0 8px;
}
.pacat-theater-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid #2f2c28;
  margin-bottom: 40px;
}
.pacat-theater-eyebrow {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a09b93;
}
.pacat-theater-note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #7f7a72;
}
.pacat-theater-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 36px;
}
.pacat-screen { margin: 0; }
.pacat-screen-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.pacat-screen-top::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #2f2c28;
}
.pacat-screen-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #b4966a;
}
.pacat-screen-player {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid #2f2c28;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.pacat-screen-player:hover {
  border-color: rgba(180, 150, 106, 0.45);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
}
.pacat-screen-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.pacat-screen figcaption { margin-top: 16px; }
.pacat-screen figcaption h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  color: #ece9e3;
  margin: 0 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.pacat-screen-year {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #7f7a72;
  white-space: nowrap;
}
.pacat-screen figcaption p {
  font-family: var(--font-ui);
  font-size: 13.5px;
  line-height: 1.6;
  color: #a09b93;
  margin: 0;
}
.pacat-theater-present {
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #2f2c28;
}
.pacat-theater-present .pacat-theater-eyebrow { display: block; margin-bottom: 20px; }
.pacat-pres-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 32px;
  align-items: baseline;
  padding: 22px 12px;
  border-bottom: 1px solid #2f2c28;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease, padding-left 0.3s ease;
}
.pacat-pres-row:first-child { border-top: 1px solid #2f2c28; }
a.pacat-pres-row:hover {
  background: rgba(236, 233, 227, 0.045);
  padding-left: 22px;
}
.pacat-pres-main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.pacat-pres-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  color: #ece9e3;
  transition: color 0.3s ease;
}
a.pacat-pres-row:hover .pacat-pres-title { color: #b4966a; }
.pacat-pres-desc {
  font-family: var(--font-ui);
  font-size: 13.5px;
  line-height: 1.6;
  color: #a09b93;
}
.pacat-pres-meta {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #7f7a72;
  white-space: nowrap;
}

/* =============================================
   CTA ROW
   ============================================= */
.pacat-cta {
  padding: 56px 0;
}
.pacat-cta-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.pacat-cta-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 0.06em;
  color: var(--text);
  margin: 0 0 6px;
}
.pacat-cta-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.pacat-cta-divider {
  width: 1px;
  height: 60px;
  background: #ccc;
  flex-shrink: 0;
}

/* =============================================
   PUBLICATIONS
   ============================================= */
.pacat-pub {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
  padding-left: 16px;
  transition: border-color 0.3s ease, background 0.2s;
}
.pacat-group-label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  font-variant: small-caps;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-top: 36px;
  margin-bottom: 4px;
}
.pacat-pub:last-child { border-bottom: none; }
.pacat-pub:has(a):hover {
  border-left-color: var(--text);
  background: rgba(0,0,0,0.015);
  cursor: pointer;
}
.pacat-pub:has(a):hover .pacat-pub-title { color: #1a5276; }
.pacat-pub-title a {
  color: inherit;
  text-decoration: none;
}
.pacat-pub-title a:hover { color: #1a5276; }
.pacat-pub-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.pacat-pub-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  flex: 1;
  min-width: 0;
}
.pacat-pub-year {
  font-size: 13px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  text-align: right;
}
.pacat-pub-meta {
  font-size: 13px;
  color: #888;
  font-style: italic;
  margin-top: 2px;
}

/* =============================================
   MODELS
   ============================================= */
.pacat-model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pacat-model-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.pacat-model-card:hover .pacat-model-thumb img {
  transform: scale(1.06);
}
.pacat-model-card:hover .pacat-model-overlay {
  background: rgba(26, 26, 26, 0.55);
}
.pacat-model-thumb {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pacat-model-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.pacat-model-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.4);
  transition: background 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.pacat-model-tag {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.pacat-model-info h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
  font-variant: small-caps;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.pacat-model-info p {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.4;
}

/* =============================================
   BIO
   ============================================= */
.pacat-bio-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: start;
}
.pacat-bio-photo {
  width: 180px;
  height: 220px;
  overflow: hidden;
  background: #f0ede8;
}
.pacat-bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* =============================================
   PULLQUOTE
   ============================================= */
.pacat-pullquote {
  padding: 64px 32px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.pacat-pullquote blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  position: relative;
  padding: 32px 0;
}
.pacat-pullquote blockquote::before,
.pacat-pullquote blockquote::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
.pacat-pullquote blockquote::before { margin-bottom: 28px; }
.pacat-pullquote blockquote::after { margin-top: 28px; }
.pacat-pullquote cite {
  display: block;
  font-family: var(--font-ui);
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  margin-top: 8px;
}

/* =============================================
   DARK BOOKEND FOOTER
   ============================================= */
.site-footer-dark {
  background: #1a1a1a;
  color: #b0b0b0;
  padding: 56px 0 32px;
  font-size: 14px;
  border-radius: 48px 48px 0 0;
  margin-top: -24px;
  position: relative;
  z-index: 3;
}
.site-footer-dark-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
}
.site-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  margin-bottom: 32px;
}
.site-footer-newsletter h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-variant: small-caps;
  letter-spacing: 0.06em;
}
.site-footer-newsletter p {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  margin-bottom: 20px;
}
.site-footer-email-row {
  display: flex;
  gap: 0;
}
.site-footer-email-row input {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  border: 1px solid #444;
  background: #252525;
  color: #e5e5e5;
  font-size: 14px;
  font-family: var(--font-ui);
  border-right: none;
}
.site-footer-email-row input::placeholder { color: #666; }
.site-footer-email-row button {
  padding: 12px 24px;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.site-footer-email-row button:hover { background: #ddd; border-color: #ddd; }
.site-footer-currently h4 {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 16px;
}
.site-footer-currently ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer-currently li {
  font-family: var(--font-body);
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.5;
}
.site-footer-currently li strong {
  color: #ccc;
  font-weight: 600;
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer-dark a { color: #888; text-decoration: none; transition: color 0.2s; }
.site-footer-dark a:hover { color: #fff; }
.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.site-footer-nav a {
  font-family: var(--font-ui);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.site-footer-copy {
  font-size: 12px;
  color: #555;
}

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   WORDPRESS BLOCK OVERRIDES
   ============================================= */
.wp-block-group.section-grey {
  background: var(--card);
  border-radius: 48px;
  margin-top: -24px;
  margin-bottom: -24px;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wp-site-blocks > .wp-block-group + .wp-block-group {
  margin-top: 0;
}

/* Ensure full-width patterns */
.wp-site-blocks > * {
  max-width: none;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
  .pacat-grid-3 { grid-template-columns: 1fr; }
  .pacat-model-grid { grid-template-columns: 1fr; }
  .pacat-bio-row { grid-template-columns: 1fr; }
  .site-hero h1 { font-size: 40px; }
  .pacat-cta-inner { flex-direction: column; text-align: center; }
  .pacat-cta-divider { width: 60px; height: 1px; }
  .site-nav-inner { flex-wrap: wrap; height: auto; padding-top: 16px; padding-bottom: 16px; }
  .site-footer-top { grid-template-columns: minmax(0, 1fr); gap: 32px; }

  .pacat-index-row {
    grid-template-columns: 64px 1fr;
    grid-template-areas: "num body" "thumb thumb";
    gap: 16px 20px;
    padding: 32px 8px;
  }
  .pacat-index-row:hover { padding-left: 8px; }
  .pacat-index-num { grid-area: num; font-size: 44px; }
  .pacat-index-body { grid-area: body; }
  .pacat-index-title { font-size: 24px; }
  .pacat-index-thumb {
    grid-area: thumb;
    width: 100%;
    height: 200px;
    margin-top: 4px;
  }

  .pacat-theater { padding: 36px 22px 32px; border-radius: 28px; }
  .pacat-theater-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 28px;
  }
  .pacat-theater-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .pacat-pres-row { grid-template-columns: 1fr; padding: 18px 4px; gap: 4px; }
  a.pacat-pres-row:hover { padding-left: 10px; }
  .pacat-pres-meta { padding-top: 2px; }

  /* Mobile nav */
  .nav-toggle { display: block; }
  .site-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    gap: 0;
    padding: 8px 0 12px;
  }
  .site-menu.open { display: flex; }
  .site-menu a {
    display: block;
    padding: 13px 0;
    font-size: 14px;
    background-size: 0% 1.5px;
  }
  .site-menu a:hover { background-size: 100% 1.5px; }
  .site-nav-right { display: none; }
  .site-menu.open ~ .site-nav-right { display: flex; }
}

@media (max-width: 480px) {
  .pacat-model-grid { gap: 16px; }
  .site-hero h1 { font-size: 32px; }
  .pacat-theater { padding: 28px 16px 24px; border-radius: 20px; }
  .pacat-theater-grid { gap: 32px; }
  .pacat-screen figcaption h3 { font-size: 18px; }
  .pacat-screen figcaption p { font-size: 13px; }
  .pacat-pres-title { font-size: 18px; }
  .pacat-pres-desc { font-size: 13px; }
  .pacat-index-num { font-size: 36px; }
  .pacat-index-title { font-size: 21px; }
  .pacat-index-desc { font-size: 13.5px; }
}
