.production-updates-page { background: #f5efe5; }
.production-hero,
.production-feed-section,
.production-how-it-works,
.production-final-cta { padding: clamp(48px, 7vw, 88px) clamp(18px, 6vw, 82px); }
.production-hero { align-items: center; background: var(--ink); color: #fff; display: grid; gap: clamp(24px, 4vw, 50px); grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); padding-block: clamp(30px, 4vw, 50px); }
.production-hero-copy { max-width: 760px; }
.production-hero h1 { color: #fff; font-size: clamp(40px, 4.4vw, 56px); line-height: 1; margin: 8px 0 14px; max-width: 760px; }
.production-hero-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .8); font-size: clamp(16px, 1.5vw, 18px); line-height: 1.55; max-width: 720px; }
.production-hero .eyebrow { color: var(--gold-bright); }
.production-trust-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.production-trust-row span { border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; color: rgba(255, 255, 255, .9); font-size: 11px; font-weight: 800; padding: 7px 10px; }
.production-privacy-card { background: #fffdf7; border: 1px solid rgba(216, 181, 104, .48); border-radius: 14px; box-shadow: var(--shadow-hero); color: var(--ink); padding: clamp(20px, 3vw, 28px); }
.production-privacy-card h2 { font-size: clamp(23px, 2.4vw, 32px); margin: 4px 0 10px; }
.production-privacy-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.55; }
.production-privacy-card .text-link { color: var(--jade); display: inline-flex; font-weight: 850; margin-top: 2px; min-height: 40px; padding-block: 8px; text-decoration: underline; }

.production-feed-section { background: #f5efe5; padding-block: clamp(30px, 4vw, 52px) clamp(44px, 6vw, 72px); }
.production-feed-heading { margin: 0 auto 20px; max-width: 1080px; }
.production-feed-heading > div { max-width: 820px; }
.production-feed-heading h2 { font-size: clamp(30px, 3.5vw, 42px); margin: 6px 0 10px; }
.production-feed-heading p { color: var(--muted); font-size: 15px; line-height: 1.5; }
.production-feed-shell { align-items: start; display: grid; gap: clamp(24px, 4vw, 46px); grid-template-columns: minmax(0, 760px) minmax(220px, 280px); justify-content: center; margin: 0 auto; max-width: 1080px; }
.production-feed-main { min-width: 0; }
.production-filter-wrap { background: rgba(255, 253, 247, .72); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.production-filter-label { color: var(--ink); display: block; font-size: 12px; font-weight: 850; margin: 0 0 9px 2px; }
.production-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.production-filters button { background: #fff; border: 1px solid rgba(11, 105, 91, .28); border-radius: 999px; color: var(--jade); cursor: pointer; font: inherit; font-size: 13px; font-weight: 850; min-height: 44px; padding: 9px 14px; }
.production-filters button:hover { border-color: var(--jade); }
.production-filters button[aria-pressed="true"] { background: var(--jade); border-color: var(--jade); color: #fff; }
.production-feed-status { color: var(--muted); font-size: 13px; font-weight: 750; margin: 18px 2px 12px; }
.production-feed-guide { background: #fffdf7; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 34px rgba(16, 44, 39, .07); padding: 22px; position: sticky; top: 92px; }
.production-feed-guide h3 { font-size: 23px; line-height: 1.15; margin: 7px 0 16px; }
.production-feed-guide ul { display: grid; gap: 11px; list-style: none; margin: 0; padding: 0; }
.production-feed-guide li { color: #40504d; font-size: 13px; line-height: 1.45; padding-left: 20px; position: relative; }
.production-feed-guide li::before { color: var(--red); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.production-feed-guide-note { border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; margin: 18px 0 0; padding-top: 15px; }
.production-feed-grid { display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr); }
.production-feed-grid[aria-busy="true"] { min-height: 520px; }
.production-feed-grid[aria-busy="true"]::before { animation: production-pulse 1.4s ease-in-out infinite alternate; background: #e7ddcd; border: 1px solid var(--line); border-radius: 16px; content: ""; min-height: 620px; }
@keyframes production-pulse { to { opacity: .55; } }

.production-update-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 38px rgba(16, 44, 39, .09); min-width: 0; overflow: hidden; scroll-margin-top: 96px; }
.production-update-card[hidden] { display: none; }
.production-post-header { align-items: center; display: flex; gap: 11px; padding: 14px 16px; }
.production-post-avatar { align-items: center; background: var(--jade); border: 2px solid #d8b568; border-radius: 999px; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 14px; font-weight: 900; height: 40px; justify-content: center; width: 40px; }
.production-post-identity { display: grid; gap: 2px; min-width: 0; }
.production-post-identity strong { color: var(--ink); font-size: 13px; }
.production-post-identity span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.production-post-reference { background: #f1eadf; border: 1px solid var(--line); border-radius: 999px; color: #53615e; flex: 0 0 auto; font-size: 10px; font-weight: 850; margin-left: auto; max-width: 150px; overflow: hidden; padding: 7px 9px; text-overflow: ellipsis; white-space: nowrap; }
.production-update-media { aspect-ratio: 4 / 5; background: #101716; margin: 0; overflow: hidden; position: relative; }
.production-update-card[data-orientation="landscape"] .production-update-media { aspect-ratio: 16 / 9; }
.production-poster-button { background: #101716; border: 0; color: #fff; cursor: pointer; height: 100%; padding: 0; position: relative; text-align: left; width: 100%; }
.production-poster-button img { height: 100%; object-fit: cover; width: 100%; }
.production-poster-button::after { background: linear-gradient(180deg, rgba(17, 24, 23, .02) 48%, rgba(17, 24, 23, .78)); content: ""; inset: 0; position: absolute; }
.production-poster-button:focus-visible { outline: 4px solid #fff; outline-offset: -5px; }
.production-protected-photo-button { background: #101716; border: 0; color: #fff; cursor: pointer; height: 100%; padding: 0; position: relative; text-align: center; width: 100%; }
.production-protected-photo-button img { filter: blur(2px); height: 100%; image-rendering: pixelated; object-fit: cover; transform: scale(1.02); width: 100%; }
.production-protected-photo-button::after { background: linear-gradient(180deg, rgba(8, 18, 16, .14), rgba(8, 18, 16, .72)); content: ""; inset: 0; position: absolute; }
.production-protected-photo-button:focus-visible { outline: 4px solid #fff; outline-offset: -5px; }
.production-public-photo { height: 100%; object-fit: cover; width: 100%; }
.production-photo-protection { align-items: center; bottom: 0; display: grid; gap: 5px; inset-inline: 0; justify-items: center; padding: 28px 18px 20px; position: absolute; z-index: 2; }
.production-photo-protection strong { color: #fff; font-size: clamp(16px, 3vw, 21px); line-height: 1.2; }
.production-photo-protection > span:last-child { color: rgba(255, 255, 255, .84); font-size: 12px; font-weight: 750; }
.production-photo-lock { align-items: center; background: rgba(255, 253, 247, .96); border: 1px solid #d8b568; border-radius: 999px; color: var(--red); display: inline-flex; font-size: 9px; height: 38px; justify-content: center; width: 38px; }
.production-play { align-items: center; bottom: 17px; display: flex; gap: 11px; left: 17px; max-width: calc(100% - 34px); position: absolute; z-index: 2; }
.production-play-icon { align-items: center; background: rgba(255, 255, 255, .96); border-radius: 999px; color: var(--ink); display: inline-flex; flex: 0 0 auto; font-size: 14px; font-weight: 900; height: 46px; justify-content: center; padding-left: 3px; width: 46px; }
.production-play-copy { display: grid; gap: 3px; min-width: 0; }
.production-play-copy strong { color: #fff; font-size: 17px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.production-play-copy span { color: rgba(255, 255, 255, .78); font-size: 11px; }
.production-update-badge { background: var(--red); border: 1px solid rgba(255, 255, 255, .72); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 900; left: 14px; letter-spacing: .05em; padding: 7px 10px; position: absolute; text-transform: uppercase; top: 14px; z-index: 3; }
.production-update-media video { height: 100%; object-fit: contain; width: 100%; }

.production-social-actions { align-items: stretch; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 5px 8px; }
.production-social-action { align-items: center; background: transparent; border: 0; border-radius: 9px; color: var(--ink); cursor: pointer; display: inline-flex; flex-wrap: wrap; font: inherit; font-size: 11px; font-weight: 800; gap: 5px; justify-content: center; min-height: 48px; min-width: 0; padding: 6px 5px; text-decoration: none; }
.production-social-action:hover { background: #f3eee5; color: var(--jade); }
.production-social-action:focus-visible { outline: 3px solid rgba(11, 105, 91, .24); outline-offset: 0; }
.production-social-action[aria-pressed="true"] { color: var(--red); }
.production-social-action:disabled { cursor: not-allowed; opacity: .48; }
.production-action-icon { display: inline-flex; flex: 0 0 auto; height: 22px; width: 22px; }
.production-action-icon svg { height: 100%; stroke: currentColor; width: 100%; }
.production-like[aria-pressed="true"] .production-action-icon svg { fill: currentColor; }
.production-save[aria-pressed="true"] { color: var(--jade); }
.production-save[aria-pressed="true"] .production-action-icon svg { fill: currentColor; }
.production-action-count { color: var(--muted); font-variant-numeric: tabular-nums; }
.production-social-action[aria-pressed="true"] .production-action-count { color: currentColor; }

.production-update-copy { display: grid; gap: 12px; padding: 18px clamp(16px, 3vw, 24px) 22px; }
.production-update-meta { align-items: center; color: var(--red); display: flex; flex-wrap: wrap; font-size: 10px; font-weight: 900; gap: 7px; letter-spacing: .05em; text-transform: uppercase; }
.production-update-meta span + span::before { content: "•"; margin-right: 7px; }
.production-update-copy h3 { font-size: clamp(23px, 3vw, 30px); line-height: 1.12; margin: 0; }
.production-update-copy > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.production-update-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.production-update-tags span { background: #f1eadf; border: 1px solid var(--line); border-radius: 999px; color: #54615e; font-size: 11px; font-weight: 800; padding: 7px 9px; }
.production-conversion-actions { border-top: 1px solid var(--line); display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 3px; padding-top: 15px; }
.production-contact-action { align-items: center; border: 1px solid var(--jade); border-radius: 9px; display: inline-flex; font: inherit; font-size: 13px; font-weight: 850; gap: 8px; justify-content: center; min-height: 48px; padding: 9px 12px; text-align: center; text-decoration: none; }
.production-contact-action .production-action-icon { height: 20px; width: 20px; }
.production-action--inquiry { background: var(--jade); color: #fff; cursor: pointer; }
.production-action--inquiry:hover { background: var(--jade-deep); color: #fff; }
.production-action--whatsapp { background: #fff; color: var(--jade); }
.production-action--whatsapp:hover { background: #e8f3ef; color: var(--jade-deep); }

.production-engagement-panel { background: #faf5eb; border-top: 1px solid var(--line); display: grid; gap: 18px; padding: 20px clamp(16px, 3vw, 24px) 26px; }
.production-engagement-panel[hidden] { display: none; }
.production-comments-heading { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; }
.production-comments-heading h4 { font-size: 18px; margin: 0; }
.production-comments-heading span { color: var(--muted); font-size: 11px; font-weight: 750; text-align: right; }
.production-comment-list { display: grid; gap: 10px; }
.production-comment { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 13px 14px; }
.production-comment header { align-items: center; display: flex; gap: 9px; justify-content: space-between; }
.production-comment strong { font-size: 12px; }
.production-comment time { color: var(--muted); font-size: 11px; }
.production-comment p { color: #3f514d; font-size: 13px; line-height: 1.55; margin: 8px 0 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.production-comment-empty { color: var(--muted); font-size: 13px; margin: 0; }
.production-comment-form { border-top: 1px solid var(--line); display: grid; gap: 11px; padding-top: 18px; }
.production-comment-form label { color: var(--ink); display: grid; font-size: 13px; font-weight: 850; gap: 7px; }
.production-comment-form textarea { border: 1px solid #cfc7b9; border-radius: 9px; font: inherit; line-height: 1.5; min-height: 112px; padding: 11px 12px; resize: vertical; width: 100%; }
.production-comment-form textarea:focus-visible { border-color: var(--jade); outline: 3px solid rgba(11, 105, 91, .18); outline-offset: 1px; }
.production-comment-help { color: var(--muted); font-size: 11px; line-height: 1.5; margin: 0; }
.production-comment-choice { align-items: flex-start; display: flex !important; font-size: 12px !important; font-weight: 700 !important; gap: 9px !important; line-height: 1.45; }
.production-comment-choice input { flex: 0 0 auto; height: 18px; margin: 1px 0 0; width: 18px; }
.production-comment-submit { justify-self: start; min-height: 46px; }
.production-turnstile { max-width: 100%; min-height: 65px; }
.production-turnstile[hidden] { display: none; }
.production-comment-status { color: var(--jade); font-size: 12px; font-weight: 750; margin: 0; }
.production-comment-status.is-error { color: #a12d24; }
.production-local-pending { background: #fff8e8; border: 1px solid #dccb9f; border-radius: 9px; color: #5f4b1f; font-size: 12px; line-height: 1.5; padding: 12px 14px; }
.production-load-more-wrap { display: flex; justify-content: center; margin-top: 30px; }
.production-noscript { background: #fff; border: 1px solid var(--line); padding: 18px; }
.production-noscript a { color: var(--jade); font-weight: 850; text-decoration: underline; }

.production-share-dialog { background: #fffdf7; border: 0; border-radius: 18px; box-shadow: 0 24px 80px rgba(8, 24, 21, .32); color: var(--ink); max-width: min(92vw, 510px); padding: 0; width: 100%; }
.production-share-dialog::backdrop { background: rgba(8, 20, 18, .68); backdrop-filter: blur(3px); }
.production-share-dialog-close-row { display: flex; justify-content: flex-end; margin: 0; padding: 10px 10px 0; }
.production-dialog-close { align-items: center; background: transparent; border: 0; border-radius: 999px; color: var(--muted); cursor: pointer; display: inline-flex; font: inherit; font-size: 28px; height: 44px; justify-content: center; width: 44px; }
.production-dialog-close:hover { background: #f1eadf; color: var(--ink); }
.production-share-dialog-body { padding: 0 clamp(22px, 5vw, 34px) 32px; }
.production-share-dialog h2 { font-size: clamp(27px, 5vw, 36px); line-height: 1.1; margin: 8px 0 13px; }
.production-share-dialog-body > p:not(.eyebrow):not(.production-share-status) { color: var(--muted); font-size: 14px; line-height: 1.6; }
.production-share-options { display: grid; gap: 10px; margin-top: 22px; }
.production-share-options .button { justify-content: center; min-height: 48px; width: 100%; }
.production-share-status { color: var(--jade); font-size: 12px; font-weight: 800; min-height: 18px; }

.production-how-it-works { background: #fff; display: grid; gap: clamp(30px, 6vw, 76px); grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.production-how-it-works h2 { font-size: clamp(30px, 4vw, 48px); margin: 8px 0 0; }
.production-how-it-works ol { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.production-how-it-works li { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 42px 1fr; padding-top: 16px; }
.production-how-it-works li > span { align-items: center; background: var(--jade); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 900; height: 36px; justify-content: center; width: 36px; }
.production-how-it-works strong { display: block; font-size: 16px; }
.production-how-it-works li p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 5px 0 0; }
.production-final-cta { align-items: center; background: var(--surface-muted); display: flex; gap: 34px; justify-content: space-between; }
.production-final-cta > div:first-child { max-width: 820px; }
.production-final-cta h2 { font-size: clamp(30px, 4vw, 48px); margin: 8px 0 12px; }
.production-final-cta p { color: var(--muted); line-height: 1.6; }
.production-final-cta .actions { flex: 0 0 auto; }

@media (max-width: 1040px) {
  .production-hero { gap: 18px; grid-template-columns: 1fr; padding-block: 32px; }
  .production-privacy-card { align-items: center; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) auto; padding: 16px 18px; }
  .production-privacy-card .eyebrow,
  .production-privacy-card > p:not(.eyebrow) { display: none; }
  .production-privacy-card h2 { font-size: 20px; margin: 0; }
  .production-privacy-card .text-link { margin: 0; padding-block: 6px; }
  .production-feed-shell { grid-template-columns: minmax(0, 760px); }
  .production-feed-guide { display: none; }
}
@media (max-height: 800px) and (min-width: 1041px) {
  .production-hero { padding-block: 24px; }
  .production-hero h1 { font-size: 48px; }
  .production-privacy-card { display: grid; gap: 4px; grid-template-columns: 1fr; padding: 16px 18px; }
  .production-privacy-card .eyebrow,
  .production-privacy-card > p:not(.eyebrow) { display: none; }
  .production-privacy-card h2 { font-size: 20px; line-height: 1.08; margin: 0; }
  .production-privacy-card .text-link { margin: 0; padding-block: 6px; }
  .production-feed-section { padding-top: 26px; }
  .production-feed-heading > div > p:not(.eyebrow) { display: none; }
}
@media (max-width: 760px) {
  .production-how-it-works { grid-template-columns: 1fr; }
  .production-final-cta { align-items: stretch; flex-direction: column; }
  .production-final-cta .actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .production-final-cta .button { width: 100%; }
}
@media (max-width: 520px) {
  .production-hero,
  .production-feed-section,
  .production-how-it-works,
  .production-final-cta { padding-inline: 16px; }
  .production-hero { padding-block: 26px; }
  .production-hero h1 { font-size: 32px; }
  .production-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .production-trust-row { display: none; }
  .production-privacy-card { gap: 2px; grid-template-columns: 1fr; padding: 12px 14px; }
  .production-privacy-card h2 { display: none; }
  .production-privacy-card .text-link { font-size: 12px; min-height: 36px; padding-block: 7px; }
  .production-feed-section { padding-top: 26px; }
  .production-feed-heading .eyebrow { display: none; }
  .production-feed-heading > div > p:not(.eyebrow) { display: none; }
  .production-feed-heading h2 { font-size: 30px; margin-top: 0; }
  .production-filter-wrap { padding: 10px 12px; }
  .production-filter-label { margin-bottom: 5px; }
  .production-filters button { min-height: 38px; padding: 7px 12px; }
  .production-feed-section { padding-inline: 0; }
  .production-feed-heading,
  .production-filter-wrap,
  .production-feed-status,
  .production-load-more-wrap { margin-left: 16px; margin-right: 16px; }
  .production-feed-heading { padding-inline: 0; }
  .production-filter-wrap { overflow-x: auto; }
  .production-filters { flex-wrap: nowrap; width: max-content; }
  .production-update-card { border-left: 0; border-radius: 0; border-right: 0; }
  .production-social-action { gap: 4px; }
  .production-action-label { font-size: 10px; }
  .production-action-count { font-size: 10px; }
  .production-contact-action { font-size: 12px; padding-inline: 8px; }
}
@media (max-width: 360px) {
  .production-action-label { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
  .production-social-action { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .production-feed-grid[aria-busy="true"]::before { animation: none; }
}
