/*
Theme Name: I AM Puerto Vallarta Magazine
Theme URI: https://iampuertovallarta.com/
Author: W. N. Walker Media
Description: High-end editorial magazine, Puerto Vallarta events calendar, and private mobile Newsroom.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: iampv
*/

@utility scrollbar-none {
  scrollbar-width: none;
  &::-webkit-scrollbar { display: none; }
}

.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.scroll-fade-reveal-b {
  mask-image: linear-gradient(to bottom, transparent, black 2rem, black calc(100% - 2rem), transparent);
}

.tw-shimmer {
  animation: tw-shimmer 1.5s linear infinite;
}

@keyframes tw-shimmer {
  to { background-position: 200% 0; }
}

:root {
  --ink: #000000;
  --ivory: #ffffff;
  --paper: #ffffff;
  --champagne: #ffd400;
  --pacific: #0057ff;
  --bougainvillea: #ff2d8d;
  --mist: #e5e5e5;
  --background: #ffffff;
  --foreground: #000000;
  --card: #ffffff;
  --card-foreground: #000000;
  --popover: #ffffff;
  --popover-foreground: #000000;
  --primary: #000000;
  --primary-foreground: #ffffff;
  --secondary: #f2f2f2;
  --secondary-foreground: #000000;
  --muted: #f5f5f5;
  --muted-foreground: #555555;
  --accent: #0057ff;
  --accent-foreground: #ffffff;
  --destructive: #e00034;
  --border: #d8d8d8;
  --input: #bdbdbd;
  --ring: #0057ff;
  --radius: 0.7rem;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 5px);
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-frame {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ivory);
}

.editorial-header {
  position: relative;
  z-index: 20;
  background: var(--ivory);
  border-bottom: 1px solid var(--ink);
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 0.55rem 2rem;
  border-bottom: 1px solid rgba(0,0,0,.18);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.utility-bar a { color: var(--pacific); }

.masthead-row {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 1.5rem 2rem 1.2rem;
}

.icon-button {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
}

.icon-button svg { width: 1.1rem; }

.masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: .8;
}

.masthead span {
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.08em;
}

.masthead strong {
  font-family: Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -.055em;
}

.masthead small {
  margin-top: .85rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .42em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 3vw, 3.25rem);
  max-width: 1440px;
  margin: auto;
  padding: .9rem 2rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--pacific); }
.desktop-nav .nav-highlight { color: var(--bougainvillea); }

.live-ribbon {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.4rem;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: .85rem 2rem;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.live-ribbon > span {
  padding: .35rem .55rem;
  background: var(--bougainvillea);
  color: white;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.live-ribbon p {
  margin: 0;
  overflow: hidden;
  font-family: Georgia, serif;
  font-size: .95rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.live-ribbon a,
.section-heading a {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.live-ribbon svg,
.section-heading svg { width: 1rem; }

.mobile-story-rail { display: none; }

.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr);
  gap: 1px;
  max-width: 1440px;
  min-height: 720px;
  margin: auto;
  background: var(--ink);
}

.cover-story {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.cover-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.cover-story:hover img { transform: scale(1.025); }

.cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0,0,0,.83) 100%);
}

.cover-copy {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(2rem, 5vw, 4.5rem);
  left: clamp(1.5rem, 4vw, 4rem);
  max-width: 840px;
  color: white;
}

.cover-copy p,
.side-story p,
.section-heading p,
.newsletter > p,
.article-header > p,
.calendar-hero > p,
.calendar-topline p,
.submit-event-banner p,
.studio-welcome > p,
.panel-heading p {
  margin: 0 0 .8rem;
  color: var(--pacific);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.cover-copy p { color: var(--champagne); }

.cover-copy h1 {
  max-width: 950px;
  margin: 0;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(3.4rem, 6.5vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .86;
}

.cover-copy > span {
  display: block;
  max-width: 650px;
  margin-top: 1.5rem;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
}

.cover-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  background: var(--ink);
}

.side-story {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  background: var(--paper);
  overflow: hidden;
}

.side-story img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.side-story > div { padding: 1.5rem; }
.side-story p { margin-bottom: .45rem; color: var(--pacific); }
.side-story h2 {
  margin: 0;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
}

.side-story span {
  display: flex;
  gap: .4rem;
  align-items: center;
  margin-top: 1rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.side-story span svg { width: 1rem; }

.editorial-section {
  max-width: 1440px;
  margin: auto;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 5vw, 5rem);
}

.tonight-section {
  max-width: none;
  background: var(--ink);
  color: var(--ivory);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.section-heading.light { border-color: rgba(255,255,255,.24); }
.section-heading h2,
.calendar-topline h2 {
  margin: 0;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .8;
}
.section-heading.light h2 { color: var(--ivory); }
.section-heading.light p { color: var(--bougainvillea); }

.tonight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.24);
}

.event-card-dark {
  position: relative;
  min-height: 300px;
  padding: 2rem;
  background: var(--ink);
}

.event-card-dark > p {
  margin: 3.5rem 0 .6rem;
  color: var(--champagne);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.event-card-dark h3 {
  max-width: 420px;
  margin: 0;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .95;
}

.event-time,
.event-place {
  display: flex;
  gap: .55rem;
  align-items: center;
  font-size: .8rem;
}
.event-time svg, .event-place svg { width: 1rem; }
.event-place { margin-top: 1.3rem; color: #cfcfcf; }
.event-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--bougainvillea);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tonight-actions {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-top: 2rem;
}

.editorial-button {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .75rem 1.15rem;
  border: 1px solid var(--ink);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.editorial-button svg { width: 1rem; }
.light-button { border-color: var(--ivory); }
.text-link { font-size: .78rem; font-weight: 800; text-decoration: underline; }
.light-text { color: var(--champagne); }

.story-list { border-top: 1px solid var(--ink); }
.story-row {
  display: grid;
  grid-template-columns: 3.5rem 170px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0,0,0,.35);
}
.story-index {
  align-self: start;
  padding-top: .35rem;
  color: var(--bougainvillea);
  font-family: Georgia, serif;
  font-size: 1rem;
}
.story-row img {
  width: 170px;
  height: 118px;
  object-fit: cover;
}
.story-row-copy p {
  margin: 0 0 .4rem;
  color: var(--pacific);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.story-row-copy h3 {
  margin: 0;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .95;
}
.story-row-copy > span {
  display: block;
  max-width: 760px;
  margin-top: .65rem;
  color: #4f4f4f;
  font-family: Georgia, serif;
  font-size: .92rem;
  line-height: 1.5;
}
.row-arrow { width: 1.2rem; }

.newsletter {
  display: grid;
  justify-items: center;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
  background: var(--pacific);
  color: white;
  text-align: center;
}
.newsletter > p { color: var(--champagne); }
.newsletter h2 {
  margin: 0 0 2rem;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .9;
}
.newsletter form {
  display: flex;
  width: min(560px, 100%);
}
.newsletter input {
  flex: 1;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.5);
  border-right: 0;
  background: transparent;
  color: white;
}
.newsletter input::placeholder { color: rgba(255,255,255,.7); }
.newsletter button {
  padding: 0 1.35rem;
  border: 0;
  background: white;
  color: var(--pacific);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 4rem clamp(1.5rem, 6vw, 6rem) 6rem;
  background: var(--ink);
  color: var(--ivory);
}
.footer-mark {
  margin: 0;
  color: var(--champagne);
  font-family: Didot, Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.07em;
}
.footer-title {
  margin: 0;
  font-family: Didot, Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  letter-spacing: -.05em;
  line-height: .9;
}
.footer-dek { color: #bdbdbd; }
.footer-links {
  display: grid;
  align-content: start;
  gap: .75rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-credit {
  grid-column: 1 / -1;
  margin: 2rem 0 0;
  color: #8f8f8f;
  font-size: .72rem;
  text-transform: uppercase;
}

.mobile-bottom-nav { display: none; }

/* Calendar */
.calendar-hero {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 6vw, 6rem);
  background:
    linear-gradient(100deg, rgba(0,0,0,.92), rgba(0,0,0,.38)),
    url("assets/pv-coast.jpg") center 43% / cover;
  color: white;
}
.calendar-hero > p { color: var(--bougainvillea); }
.calendar-hero h1 {
  max-width: 900px;
  margin: 0 0 2.5rem;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .85;
}
.event-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(760px, 100%);
  min-height: 4.2rem;
  padding-left: 1.2rem;
  background: var(--paper);
  color: var(--ink);
}
.event-search svg { width: 1.15rem; }
.event-search input { min-width: 0; padding: 1rem; border: 0; background: transparent; outline: 0; }
.event-search button {
  align-self: stretch;
  padding: 0 1.5rem;
  border: 0;
  background: var(--bougainvillea);
  color: white;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.intent-pills {
  display: flex;
  gap: .6rem;
  margin-top: 1.5rem;
  overflow-x: auto;
}
.intent-pills button,
.category-scroll button {
  flex: 0 0 auto;
  padding: .7rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: .75rem;
  font-weight: 800;
}
.intent-pills button.active { background: white; color: var(--ink); }
.calendar-content { max-width: 1200px; margin: auto; padding: clamp(3rem, 7vw, 7rem) clamp(1.3rem, 5vw, 4rem); }
.calendar-topline {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ink);
}
.calendar-topline p { color: var(--bougainvillea); }
.filter-button {
  display: flex;
  gap: .45rem;
  align-items: center;
  padding: .7rem 1rem;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: .75rem;
  font-weight: 800;
}
.filter-button svg { width: 1rem; }
.category-scroll {
  display: flex;
  gap: .55rem;
  margin: 1.5rem 0 2rem;
  padding-bottom: .5rem;
  overflow-x: auto;
}
.category-scroll button { border-color: #bdbdbd; }
.calendar-event-list { border-top: 1px solid var(--ink); }
.calendar-event {
  display: grid;
  grid-template-columns: 120px 250px 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,.35);
}
.calendar-time-block { display: flex; flex-direction: column; }
.calendar-time-block strong { font-family: Georgia, serif; font-size: 1.25rem; }
.calendar-time-block span { margin-top: .4rem; color: var(--bougainvillea); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.calendar-event > img { width: 250px; height: 180px; object-fit: cover; }
.calendar-event-copy > p:first-child { margin: 0; color: var(--pacific); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.calendar-event-copy h3 { margin: .3rem 0 .75rem; font-family: Didot, Georgia, serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.calendar-event-copy > span { display: flex; gap: .4rem; align-items: center; font-size: .85rem; font-weight: 700; }
.calendar-event-copy > span svg { width: 1rem; }
.calendar-event-copy > small { display: block; margin: .3rem 0 1rem; color: #555555; }
.event-description { max-width: 640px; font-family: Georgia, serif; line-height: 1.6; }
.calendar-event-actions { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; }
.calendar-event-actions a, .calendar-event-actions button { font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.calendar-event-actions a { text-decoration: underline; }
.calendar-event-actions button { display: inline-flex; gap: .4rem; align-items: center; border: 0; background: transparent; color: var(--pacific); }
.calendar-event-actions svg { width: 1rem; }
.submit-event-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 3rem clamp(1.5rem, 7vw, 7rem);
  background: var(--bougainvillea);
  color: white;
}
.submit-event-banner p { color: white; }
.submit-event-banner h2 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.submit-event-banner > a { padding: 1rem 1.3rem; border: 1px solid white; font-size: .75rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }

/* Article */
.article-page { padding-bottom: 6rem; }
.article-kicker {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-kicker a { display: flex; gap: .4rem; align-items: center; }
.article-kicker svg { width: 1rem; }
.article-kicker > span { color: var(--pacific); }
.article-header { max-width: 1180px; margin: auto; padding: clamp(4rem, 8vw, 8rem) 2rem clamp(2.5rem, 5vw, 5rem); }
.article-header > p:first-child { color: var(--bougainvillea); }
.article-header h1 { max-width: 1120px; margin: 0; font-family: Didot, "Bodoni MT", Georgia, serif; font-size: clamp(4rem, 8vw, 9rem); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.article-dek { max-width: 820px; margin: 2rem 0; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; padding-top: 1.2rem; border-top: 1px solid rgba(0,0,0,.25); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.article-meta span, .article-meta button { display: flex; gap: .35rem; align-items: center; }
.article-meta button { margin-left: auto; border: 0; background: transparent; }
.article-meta svg { width: .95rem; }
.article-hero { max-width: 1440px; margin: 0 auto; }
.article-hero img { width: 100%; max-height: 850px; object-fit: cover; }
.article-hero figcaption { padding: .65rem 1.2rem; color: #555555; font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.article-body { max-width: 720px; margin: 0 auto; padding: clamp(3rem, 7vw, 7rem) 1.5rem; }
.article-body p { margin: 0 0 1.8rem; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.9; }
.article-body .drop-cap::first-letter { float: left; margin: -.07em .13em -.12em 0; color: var(--bougainvillea); font-family: Didot, Georgia, serif; font-size: 6.2rem; line-height: .85; }
.article-body blockquote { margin: 3rem -6rem; padding: 2rem 0; border-block: 1px solid var(--ink); font-family: Didot, Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 4.4rem); letter-spacing: -.04em; line-height: .95; }
.article-end { display: grid; gap: .7rem; max-width: 720px; margin: auto; padding: 2rem 1.5rem; border-top: 1px solid var(--ink); }
.article-end p { color: var(--pacific); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.article-end a { font-family: Georgia, serif; font-size: 1.2rem; text-decoration: underline; }

/* Studio */
.studio-shell { min-height: 100vh; background: #f5f5f5; color: #000000; }
.studio-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  align-items: center;
  min-height: 4.2rem;
  padding: .65rem clamp(1rem, 4vw, 2.5rem);
  background: #000000;
  color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
}
.studio-topbar > a { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.studio-topbar svg { width: 1rem; }
.studio-brand { display: flex; flex-direction: column; align-items: center; line-height: .9; }
.studio-brand span { color: var(--champagne); font-family: Didot, Georgia, serif; font-size: 1.3rem; font-weight: 700; }
.studio-brand strong { font-size: .64rem; letter-spacing: .25em; }
.studio-live { display: flex; gap: .45rem; align-items: center; font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.studio-live i { width: .5rem; height: .5rem; border-radius: 50%; background: #42c478; box-shadow: 0 0 0 4px rgba(66,196,120,.14); }
.studio-content { width: min(980px, 100%); margin: auto; padding: 2.5rem clamp(1rem, 4vw, 2rem) 6rem; }
.studio-welcome { margin-bottom: 1.7rem; }
.studio-welcome > p { margin-bottom: .45rem; color: var(--pacific); }
.studio-welcome h1 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(2.7rem, 7vw, 5.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; }
.studio-welcome > span { display: block; margin-top: .8rem; color: #555555; font-size: .9rem; }
.quick-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1.7rem 0 2rem; }
.quick-actions button {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: .9rem;
  background: white;
  text-align: left;
  box-shadow: 0 8px 26px rgba(0,0,0,.05);
}
.quick-actions button:nth-child(3) { background: var(--bougainvillea); color: white; }
.quick-actions button:nth-child(4) { background: var(--pacific); color: white; }
.quick-actions svg { width: 1.25rem; }
.quick-actions span { font-size: .78rem; font-weight: 850; }
.newsroom-tabs { gap: 1rem; }
.studio-tabs-list { width: 100%; justify-content: flex-start; overflow-x: auto; border-bottom: 1px solid #d0d0d0; }
.studio-tabs-list button { flex: 0 0 auto; min-width: 120px; min-height: 2.8rem; }
.studio-panel { padding: clamp(1.1rem, 3vw, 2rem); border: 1px solid #d8d8d8; border-radius: 1rem; background: white; box-shadow: 0 12px 34px rgba(0,0,0,.06); }
.panel-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.panel-heading p { margin-bottom: .35rem; color: var(--pacific); }
.panel-heading h2 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.breaking-chip, .ai-chip { display: inline-flex; gap: .35rem; align-items: center; padding: .45rem .65rem; border-radius: 999px; font-size: .66rem; font-weight: 900; white-space: nowrap; }
.breaking-chip { background: #ffe6ed; color: #a51e47; }
.ai-chip { background: #eaf0ff; color: var(--pacific); }
.breaking-chip svg, .ai-chip svg { width: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-group { display: grid; gap: .5rem; }
.field-group.wide { grid-column: 1 / -1; }
.field-group [data-slot="input"], .field-group [data-slot="textarea"], .field-group [data-slot="select-trigger"] { width: 100%; border-radius: .6rem; background: #ffffff; }
.field-group [data-slot="input"] { min-height: 2.9rem; }
.field-group [data-slot="textarea"] { min-height: 7rem; }
.field-group .story-textarea { min-height: 15rem; }
.field-group [data-slot="label"] { font-size: .78rem; }
.upload-zone {
  display: grid;
  justify-items: center;
  gap: .45rem;
  width: 100%;
  min-height: 140px;
  place-content: center;
  padding: 1rem;
  border: 1px dashed #8f8f8f;
  border-radius: .8rem;
  background: #f7f7f7;
  text-align: center;
}
.upload-zone svg { width: 1.4rem; color: var(--pacific); }
.upload-zone strong { font-size: .9rem; }
.upload-zone span { color: #626262; font-size: .75rem; }
.publish-settings { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem; border: 1px solid #dedede; border-radius: .8rem; background: #f7f7f7; }
.publish-settings > div { display: grid; gap: .35rem; }
.publish-settings span { color: #626262; font-size: .75rem; }
.publish-settings [data-slot="switch"][data-state="checked"] { background: var(--pacific); }
.studio-actions { display: flex; justify-content: flex-end; gap: .7rem; margin-top: 1.4rem; }
.studio-actions button { min-height: 2.8rem; }
.publish-button { background: var(--pacific); }
.publish-button:hover { background: #0046cc; }
.flyer-zone {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  min-height: 120px;
  margin-bottom: .8rem;
  padding: 1.2rem;
  border: 1px dashed #8f8f8f;
  border-radius: .9rem;
  background: #f7f7f7;
  text-align: left;
}
.flyer-zone > svg { width: 2rem; color: var(--pacific); }
.flyer-zone > div { display: grid; gap: .35rem; }
.flyer-zone strong { font-size: .95rem; }
.flyer-zone span { color: #626262; font-size: .78rem; }
.ai-button { width: 100%; min-height: 2.9rem; margin-bottom: 1.4rem; background: #000000; }
.event-form-grid { padding-top: 1.4rem; border-top: 1px solid #dedede; }
.queue-panel { display: grid; gap: .7rem; }
.queue-panel .panel-heading { margin-bottom: .5rem; }
.queue-card { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: center; padding: 1rem; border: 1px solid #dedede; border-radius: .75rem; }
.queue-card > div { display: grid; gap: .25rem; }
.queue-card strong { font-size: .85rem; }
.queue-card span { color: #626262; font-size: .74rem; }
.queue-card > svg { width: 1rem; }
.queue-dot { width: .6rem; height: .6rem; border-radius: 50%; }
.queue-dot.green { background: #42c478; }
.queue-dot.gold { background: var(--champagne); }
.studio-notice { position: fixed; right: 1rem; bottom: 1rem; z-index: 80; max-width: min(420px, calc(100vw - 2rem)); padding: 1rem 1.2rem; border-radius: .75rem; background: var(--ink); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.25); font-size: .82rem; }
.spin { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .utility-bar span:nth-child(2), .utility-bar a, .desktop-nav { display: none; }
  .utility-bar { justify-content: center; padding: .45rem 1rem; font-size: .62rem; }
  .masthead-row { grid-template-columns: 2.6rem 1fr 2.6rem; padding: .95rem 1rem .85rem; }
  .icon-button { width: 2.45rem; height: 2.45rem; }
  .masthead span { font-size: 1.2rem; }
  .masthead strong { font-size: clamp(1.45rem, 7vw, 2.1rem); }
  .masthead small { margin-top: .55rem; font-size: .42rem; letter-spacing: .25em; }
  .live-ribbon { grid-template-columns: auto 1fr; gap: .7rem; padding: .7rem 1rem; }
  .live-ribbon p { font-size: .78rem; }
  .live-ribbon a { display: none; }
  .mobile-story-rail {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    overflow-x: auto;
    background: var(--paper);
    border-bottom: 1px solid rgba(0,0,0,.16);
  }
  .mobile-story-rail a { display: grid; flex: 0 0 64px; justify-items: center; gap: .4rem; font-size: .68rem; }
  .story-orb { width: 58px; height: 58px; border: 2px solid var(--bougainvillea); border-radius: 50%; background: url("assets/pv-coast.jpg") center / cover; box-shadow: inset 0 0 0 3px var(--paper); }
  .orb-2 { background-image: url("assets/pv-editorial.jpg"); }
  .orb-3 { background-image: url("assets/pv-palms.jpg"); }
  .orb-4 { background-position: 30% center; }
  .orb-5 { background-image: url("assets/pv-editorial.jpg"); }
  .orb-6 { background-image: url("assets/pv-palms.jpg"); }
  .cover-grid { grid-template-columns: 1fr; min-height: 0; background: transparent; }
  .cover-story { min-height: 68vh; }
  .cover-copy { right: 1.25rem; bottom: 1.7rem; left: 1.25rem; }
  .cover-copy h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .cover-copy > span { max-width: 92%; margin-top: 1rem; font-size: .93rem; }
  .cover-side { grid-template-rows: auto; gap: 0; }
  .side-story { grid-template-columns: 42% 58%; grid-template-rows: auto; border-bottom: 1px solid rgba(0,0,0,.25); }
  .side-story img { min-height: 180px; }
  .side-story > div { padding: 1.2rem; }
  .side-story h2 { font-size: 1.75rem; }
  .tonight-grid { grid-template-columns: 1fr; }
  .event-card-dark { min-height: 240px; }
  .story-row { grid-template-columns: 105px 1fr; gap: 1rem; }
  .story-index, .row-arrow { display: none; }
  .story-row img { width: 105px; height: 132px; }
  .story-row-copy h3 { font-size: 1.8rem; }
  .story-row-copy > span { display: -webkit-box; overflow: hidden; font-size: .82rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 4.4rem;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(0,0,0,.18);
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(16px);
  }
  .mobile-bottom-nav a { display: grid; place-items: center; align-content: center; gap: .2rem; color: #555555; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
  .mobile-bottom-nav svg { width: 1.15rem; }
  .mobile-bottom-nav .tonight-link { color: var(--bougainvillea); }
  .site-footer { padding-bottom: 7rem; }
  .calendar-event { grid-template-columns: 86px 1fr; gap: 1rem; }
  .calendar-event > img { grid-column: 1 / -1; grid-row: 1; width: 100%; height: 210px; }
  .calendar-time-block { grid-column: 1; grid-row: 2; }
  .calendar-event-copy { grid-column: 2; grid-row: 2; }
  .article-body blockquote { margin: 3rem 0; }
  .quick-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .editorial-section { padding: 4rem 1.1rem; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 3.2rem; }
  .section-heading a { align-self: end; font-size: .64rem; }
  .event-card-dark { padding: 1.4rem; }
  .event-price { top: 1.4rem; right: 1.4rem; }
  .tonight-actions { justify-content: space-between; }
  .newsletter form { flex-direction: column; gap: .5rem; }
  .newsletter input, .newsletter button { min-height: 3.1rem; border: 1px solid rgba(255,255,255,.5); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-credit { grid-column: 1; }
  .calendar-hero { padding: 4.5rem 1.1rem; }
  .calendar-hero h1 { font-size: 4rem; }
  .event-search { grid-template-columns: auto 1fr; }
  .event-search button { grid-column: 1 / -1; min-height: 3rem; }
  .calendar-content { padding: 3rem 1.1rem; }
  .calendar-topline { align-items: flex-start; }
  .calendar-topline h2 { font-size: 3rem; }
  .filter-button { padding: .6rem; }
  .filter-button { font-size: 0; }
  .filter-button svg { width: 1.1rem; }
  .calendar-event { grid-template-columns: 72px 1fr; }
  .calendar-event-copy h3 { font-size: 2rem; }
  .submit-event-banner { flex-direction: column; align-items: flex-start; }
  .article-header { padding: 3.5rem 1.2rem 2.2rem; }
  .article-header h1 { font-size: 4rem; }
  .article-dek { font-size: 1.05rem; }
  .article-meta button { margin-left: 0; }
  .article-hero img { min-height: 340px; object-fit: cover; }
  .article-body { padding: 3rem 1.25rem; }
  .article-body p { font-size: 1.05rem; line-height: 1.78; }
  .studio-content { padding: 1.8rem 1rem 4rem; }
  .studio-welcome h1 { font-size: 3.2rem; }
  .quick-actions button { min-height: 98px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-group.wide { grid-column: 1; }
  .panel-heading { flex-direction: column; }
  .studio-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .studio-actions .publish-button { grid-column: 1 / -1; }
  .studio-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; }
}

/* Imported WordPress stories and preserved URLs */
.legacy-article-body h2,
.legacy-article-body h3,
.legacy-article-body h4,
.legacy-page-body h2,
.legacy-page-body h3,
.legacy-page-body h4 {
  margin: 2.8rem 0 1rem;
  font-family: Didot, "Bodoni MT", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
}
.legacy-article-body h2, .legacy-page-body h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.legacy-article-body h3, .legacy-page-body h3 { font-size: clamp(1.7rem, 4vw, 2.7rem); }
.legacy-article-body h4, .legacy-page-body h4 { font-size: 1.4rem; }
.legacy-article-body ul,
.legacy-article-body ol,
.legacy-page-body ul,
.legacy-page-body ol { margin: 0 0 1.8rem 1.35rem; padding: 0; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.75; }
.legacy-article-body ul, .legacy-page-body ul { list-style: disc; }
.legacy-article-body ol, .legacy-page-body ol { list-style: decimal; }
.legacy-article-body li, .legacy-page-body li { margin-bottom: .65rem; padding-left: .25rem; }
.legacy-article-body a, .legacy-page-body a { color: var(--pacific); text-decoration: underline; text-underline-offset: .18em; }
.legacy-article-body blockquote, .legacy-page-body blockquote { margin: 3rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 5px solid var(--bougainvillea); font-family: Didot, Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; }
.legacy-article-body img, .legacy-page-body img { width: 100%; height: auto; margin: 2rem auto; }
.legacy-article-body figure, .legacy-page-body figure { margin: 2rem 0; }
.legacy-article-body figcaption, .legacy-page-body figcaption { margin-top: -.9rem; color: #555; font-size: .8rem; }
.legacy-article-body hr, .legacy-page-body hr { margin: 3rem 0; border-top: 1px solid var(--ink); }
.legacy-article-body table, .legacy-page-body table { display: block; width: 100%; margin: 2rem 0; overflow-x: auto; border-collapse: collapse; }
.legacy-article-body th, .legacy-article-body td, .legacy-page-body th, .legacy-page-body td { padding: .8rem; border: 1px solid #cfcfcf; text-align: left; }

.archive-page, .legacy-page { min-height: 70vh; background: white; }
.archive-hero, .legacy-page-header { padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 7vw, 7rem); border-bottom: 1px solid var(--ink); }
.archive-hero p, .legacy-page-header p { margin: 0 0 .8rem; color: var(--bougainvillea); font-size: .75rem; font-weight: 900; letter-spacing: .2em; }
.archive-hero h1, .legacy-page-header h1 { margin: 0; font-family: Didot, "Bodoni MT", Georgia, serif; font-size: clamp(4.5rem, 12vw, 11rem); font-weight: 500; letter-spacing: -.07em; line-height: .78; }
.archive-content { max-width: 1320px; margin: auto; padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 5vw, 4rem); }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem) 2rem; }
.archive-card { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr); gap: 1.25rem; border-top: 1px solid var(--ink); padding-top: 1rem; }
.archive-card > img { width: 100%; height: 260px; object-fit: cover; }
.archive-card > div { align-self: start; }
.archive-card p { margin: 0 0 .65rem; color: var(--pacific); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.archive-card h2 { margin: 0; font-family: Didot, "Bodoni MT", Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 3.2rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.archive-card span { display: -webkit-box; margin-top: .8rem; overflow: hidden; color: #4f4f4f; font-family: Georgia, serif; font-size: .9rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.archive-card strong { display: inline-flex; gap: .35rem; align-items: center; margin-top: 1rem; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-card strong svg { width: 1rem; }
.archive-empty { padding: 4rem 0; text-align: center; }
.archive-empty h2 { margin: 0 0 1rem; font-family: Didot, Georgia, serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.05em; }
.archive-empty a { color: var(--pacific); font-weight: 850; text-decoration: underline; text-transform: uppercase; }
.legacy-page-header { text-align: center; }
.legacy-page-header h1 { font-size: clamp(4rem, 10vw, 8.5rem); }
.legacy-page-body { max-width: 820px; margin: auto; padding: clamp(3rem, 7vw, 7rem) 1.3rem; }
.legacy-page-body p { margin: 0 0 1.5rem; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.85; }

@media (max-width: 900px) {
  .archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .archive-hero, .legacy-page-header { padding: 4rem 1.1rem; }
  .archive-hero h1, .legacy-page-header h1 { font-size: 4.4rem; }
  .archive-card { grid-template-columns: 110px 1fr; }
  .archive-card > img { height: 150px; }
  .archive-card span { -webkit-line-clamp: 2; }
}

/* Public calendar submissions */
.submit-page { background: var(--paper); padding: 5rem clamp(1rem, 5vw, 4rem) 7rem; }
.submit-page-header { width: min(900px, 100%); margin: 0 auto 2.5rem; text-align: center; }
.submit-page-header > p { margin-bottom: .8rem; color: var(--bougainvillea); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.submit-page-header h1 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(3.8rem, 8vw, 7.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .86; }
.submit-page-header span { display: block; max-width: 600px; margin: 1.3rem auto 0; color: #555555; line-height: 1.6; }
.public-event-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; width: min(800px, 100%); margin: auto; padding: clamp(1.2rem, 4vw, 2.5rem); border: 1px solid #d8d8d8; border-radius: 1rem; background: white; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.public-field { display: grid; gap: .45rem; }
.public-field.wide { grid-column: 1 / -1; }
.public-field > label { font-size: .74rem; font-weight: 850; letter-spacing: .02em; }
.public-field > input, .public-field > select, .public-field > textarea { width: 100%; min-height: 3rem; padding: .72rem .8rem; border: 1px solid #c8c8c8; border-radius: .5rem; background: #ffffff; color: var(--ink); font: inherit; }
.public-field > textarea { min-height: 8rem; resize: vertical; }
.public-field input:focus, .public-field select:focus, .public-field textarea:focus { outline: 2px solid rgba(0,87,255,.22); border-color: var(--pacific); }
.public-upload { display: flex; gap: .8rem; align-items: center; min-height: 92px; padding: 1rem; border: 1px dashed #8f8f8f; border-radius: .7rem; background: #f7f7f7; cursor: pointer; }
.public-upload svg { color: var(--pacific); }
.public-upload span { display: grid; gap: .25rem; }
.public-upload small { color: #626262; font-weight: 500; }
.public-field input[type="file"] { min-height: auto; border: 0; padding: .5rem 0 0; background: transparent; font-size: .78rem; }
.consent-row label { display: flex; align-items: flex-start; gap: .55rem; font-weight: 600; line-height: 1.45; }
.consent-row input { width: 1rem; height: 1rem; margin-top: .15rem; }
.public-submit { grid-column: 1 / -1; display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 3.3rem; border: 0; border-radius: .5rem; background: var(--pacific); color: white; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.public-submit svg { width: 1rem; }
.public-submit:disabled { opacity: .62; }
.form-error { grid-column: 1 / -1; margin: 0; padding: .75rem; border-radius: .5rem; background: #ffe8ee; color: #9c1942; font-size: .82rem; }
.trap-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.submission-success { width: min(680px, 100%); margin: 3rem auto; padding: 5rem 2rem; border: 1px solid #d8d8d8; border-radius: 1rem; background: white; text-align: center; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.submission-success svg { width: 2.4rem; height: 2.4rem; color: var(--pacific); }
.submission-success h2 { margin: 1rem 0 .5rem; font-family: Didot, Georgia, serif; font-size: clamp(2.5rem, 7vw, 4.5rem); font-weight: 500; letter-spacing: -.045em; }
.submission-success p { color: #555555; }

@media (max-width: 620px) {
  .submit-page { padding: 3.5rem 1rem 6rem; }
  .submit-page-header h1 { font-size: 3.9rem; }
  .public-event-form { grid-template-columns: 1fr; }
  .public-field.wide, .public-submit, .form-error { grid-column: 1; }
}

/* WordPress production integration */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon-button { font-size: 1.35rem; line-height: 1; }
.site-search { padding: 1rem clamp(1rem, 5vw, 4rem); border-top: 1px solid #ddd; background: #fff; }
.site-search form { display: flex; max-width: 760px; margin: auto; }
.site-search label { flex: 1; }
.site-search input { width: 100%; min-height: 3rem; padding: .7rem 1rem; border: 1px solid #aaa; }
.site-search button { min-width: 110px; border: 0; background: var(--pacific); color: #fff; font-weight: 800; }
.menu-drawer { position: fixed; inset: 0 auto 0 0; z-index: 100; width: min(440px, 88vw); padding: 2rem; background: #000; color: #fff; transform: translateX(-102%); transition: transform .25s ease; box-shadow: 25px 0 70px rgba(0,0,0,.25); }
.menu-drawer.open { transform: translateX(0); }
.menu-drawer > button { display: grid; width: 2.7rem; height: 2.7rem; margin-left: auto; place-items: center; border: 1px solid #777; border-radius: 50%; background: transparent; color: #fff; font-size: 1.8rem; }
.menu-drawer nav { display: grid; gap: 1rem; margin-top: 4rem; }
.menu-drawer nav a { padding-bottom: 1rem; border-bottom: 1px solid #333; font-family: Didot, Georgia, serif; font-size: clamp(2rem, 7vw, 4rem); line-height: .9; }
.nav-symbol { font-size: 1.2rem; line-height: 1; }
.empty-magazine, .tonight-empty, .calendar-empty { padding: 5rem 2rem; text-align: center; }
.empty-magazine { min-height: 50vh; display: grid; place-items: center; font-family: Georgia, serif; font-size: 1.2rem; }
.tonight-empty { color: #bbb; }
.calendar-empty h3 { margin: 0 0 .6rem; font-family: Didot, Georgia, serif; font-size: 3rem; font-weight: 500; }
.archive-page .section-heading h1 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(4rem, 9vw, 8rem); font-weight: 500; letter-spacing: -.06em; line-height: .82; }
.navigation.pagination { margin-top: 2rem; }
.nav-links { display: flex; gap: .5rem; justify-content: center; }
.page-numbers { padding: .7rem .9rem; border: 1px solid #bbb; }
.page-numbers.current { background: #000; color: #fff; }
.standard-page { min-height: 70vh; background: #fff; }
.standard-page > header { padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 7vw, 7rem); border-bottom: 1px solid #000; text-align: center; }
.standard-page > header p { margin: 0 0 .8rem; color: var(--bougainvillea); font-size: .72rem; font-weight: 900; letter-spacing: .2em; }
.standard-page > header h1 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(4rem, 10vw, 8rem); font-weight: 500; letter-spacing: -.06em; line-height: .84; }
.standard-page > article { max-width: 820px; margin: auto; padding: clamp(3rem, 7vw, 7rem) 1.3rem; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.8; }
.standard-page article h2,.standard-page article h3 { font-family: Didot, Georgia, serif; font-weight: 500; line-height: 1; }
.standard-page article img { width: 100%; height: auto; margin: 2rem 0; }
.error-page .editorial-button { margin-top: 1rem; font-family: Helvetica, Arial, sans-serif; }
.iampv-article-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; margin: 2.5rem -10vw; }
.iampv-article-gallery img { width: 100%; height: 420px; object-fit: cover; }

.submit-form-card { width: min(820px, 100%); margin: auto; padding: clamp(1.2rem,4vw,2.5rem); border: 1px solid #d8d8d8; border-radius: 1rem; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.submit-form-card .field-group > span,.studio-panel .field-group > span { font-size: .78rem; font-weight: 750; }
.submit-form-card input,.submit-form-card textarea,.studio-panel input,.studio-panel textarea,.studio-panel select { width: 100%; min-height: 3rem; padding: .72rem .8rem; border: 1px solid #c8c8c8; border-radius: .55rem; background: #fff; color: #000; font: inherit; }
.submit-form-card textarea,.studio-panel textarea { resize: vertical; }
.submit-primary { width: 100%; margin-top: 1.3rem; border-color: var(--pacific); background: var(--pacific); color: #fff; }
.form-success { margin-bottom: 1rem; padding: 1rem; border-radius: .6rem; background: #e4f7eb; color: #176b38; font-weight: 750; }

.newsroom-page #wpadminbar { display: none; }
.newsroom-page { background: #f5f5f5; }
.newsroom-page.admin-bar { margin-top: -32px; }
.newsroom-login-wrap { min-height: calc(100vh - 4.2rem); display: grid; place-items: center; padding: 2rem 1rem; }
.newsroom-login-card { width: min(480px,100%); padding: clamp(1.4rem,5vw,2.5rem); border: 1px solid #d8d8d8; border-radius: 1rem; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.08); }
.newsroom-login-card > p { margin: 0 0 .5rem; color: var(--pacific); font-size: .7rem; font-weight: 900; letter-spacing: .17em; }
.newsroom-login-card h1 { margin: 0; font-family: Didot, Georgia, serif; font-size: clamp(3rem,10vw,5rem); font-weight: 500; letter-spacing: -.055em; line-height: .85; }
.newsroom-login-card > span { display: block; margin: 1rem 0 1.6rem; color: #555; }
.newsroom-login-card form p { margin: 0 0 1rem; }
.newsroom-login-card label { display: grid; gap: .45rem; font-size: .78rem; font-weight: 750; }
.newsroom-login-card input[type="text"],.newsroom-login-card input[type="password"] { width: 100%; min-height: 3rem; padding: .75rem; border: 1px solid #bbb; border-radius: .55rem; }
.newsroom-login-card .login-remember label { display: flex; flex-direction: row; align-items: center; }
.newsroom-login-card .button-primary { width: 100%; min-height: 3rem; border: 0; border-radius: .55rem; background: var(--pacific); color: #fff; font-weight: 850; }
.studio-tabs-list { display: flex; gap: .2rem; margin-bottom: 1rem; }
.studio-tabs-list button { min-width: 120px; min-height: 2.8rem; padding: .7rem 1rem; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #555; }
.studio-tabs-list button.active { border-bottom-color: var(--pacific); color: #000; font-weight: 800; }
.newsroom-panel { display: none; }
.newsroom-panel.active { display: block; }
.quick-icon,.upload-symbol,.flyer-symbol { font-size: 1.45rem; }
.studio-panel .field-group input,.studio-panel .field-group select { min-height: 3rem; }
.studio-panel .field-group textarea { min-height: 7rem; }
.studio-panel .field-group .story-textarea { min-height: 15rem; }
.newsroom-upload { position: relative; cursor: pointer; }
.newsroom-upload input,.flyer-zone input,.submit-form-card .upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.publish-settings > span { display: grid; gap: .25rem; color: #000; }
.publish-settings strong { font-size: .78rem; }
.publish-settings small { color: #626262; font-size: .75rem; }
.publish-settings input[type="checkbox"] { width: 2.7rem; height: 1.4rem; accent-color: var(--pacific); }
.studio-actions button { min-height: 2.9rem; padding: .7rem 1rem; border-radius: .5rem; font-weight: 800; }
.button-outline { border: 1px solid #aaa; background: #fff; }
.button-secondary { border: 1px solid #ddd; background: #eee; }
.publish-button { border: 1px solid var(--pacific); background: var(--pacific); color: #fff; }
.flyer-zone { position: relative; cursor: pointer; }
.flyer-zone > span:nth-child(2) { display: grid; gap: .3rem; }
.flyer-zone small { color: #626262; font-size: .78rem; }
.queue-panel.active { display: grid; }

@media (max-width: 782px) {
  .newsroom-page.admin-bar { margin-top: -46px; }
}

@media (max-width: 620px) {
  .iampv-article-gallery { grid-template-columns: 1fr; margin: 2rem 0; }
  .iampv-article-gallery img { height: auto; }
  .archive-page .section-heading h1 { font-size: 4rem; }
  .submit-form-card { padding: 1.1rem; }
}
