/* ============================================================
   UVP Shortcodes — Stylesheet (v3 — matches dev site layout)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Barlow+Condensed:wght@300;400;500;600;700&family=Barlow:wght@300;400;500&display=swap');

/* ============================================================
   SHARED
   ============================================================ */

.uvp-section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 14px;
}

.uvp-section-label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #c9a84c;
    flex-shrink: 0;
}

.uvp-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    color: #f5f0e8;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.uvp-section-title em {
    font-style: italic;
    color: #e2c47a;
}

.uvp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 20px;
}

.uvp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.uvp-btn-primary {
    background: #c9a84c;
    color: #0a0a0a !important;
}

.uvp-btn-primary:hover {
    background: #e2c47a;
    color: #0a0a0a !important;
    transform: translateY(-2px);
}

.uvp-btn-outline {
    background: transparent;
    color: #f5f0e8 !important;
    border: 1px solid rgba(245, 240, 232, 0.4);
}

.uvp-btn-outline:hover {
    border-color: #f5f0e8;
    background: rgba(245,240,232,0.05);
    transform: translateY(-2px);
}

/* ============================================================
   HERO — full screen with background image
   ============================================================ */

.uvp-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 120px 0 80px;
    background: #0a0a0a;
    overflow: hidden;
}

.uvp-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://unitedventurepro.pages.dev/images/cb7d26_74ef6c903faf454080ae317f19aa7606~mv2.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    z-index: 0;
}

.uvp-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.uvp-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.uvp-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #c9a84c;
}

.uvp-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(52px, 8vw, 110px);
    font-weight: 300;
    line-height: 1.0;
    color: #f5f0e8;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
}

.uvp-hero-title em {
    font-style: italic;
    color: #e2c47a;
}

.uvp-hero-sub {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(245, 240, 232, 0.75);
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.8;
}

.uvp-hero-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.uvp-badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid rgba(201, 168, 76, 0.45);
    color: #c9a84c;
}

.uvp-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ============================================================
   TRAILER
   ============================================================ */

.uvp-trailer {
    padding: 80px 0;
    background: #111111;
}

.uvp-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #1a1a1a;
    margin-top: 36px;
}

.uvp-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

.uvp-video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.uvp-play-btn {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(201, 168, 76, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #c9a84c;
}

.uvp-video-placeholder p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(245, 240, 232, 0.35);
    text-align: center;
    max-width: 380px;
    line-height: 1.6;
}

/* ============================================================
   STATS
   ============================================================ */

.uvp-stats {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-stats-row {
    display: flex;
    border: 1px solid rgba(201, 168, 76, 0.2);
    margin-top: 40px;
}

.uvp-stat-item {
    flex: 1;
    padding: 44px 20px;
    text-align: center;
    border-right: 1px solid rgba(201, 168, 76, 0.2);
}

.uvp-stat-item:last-child { border-right: none; }

.uvp-stat-number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 600;
    color: #c9a84c;
    line-height: 1;
    margin-bottom: 10px;
}

.uvp-stat-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.55);
}

/* ============================================================
   AWARDS GRID
   ============================================================ */

.uvp-awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 3px;
    margin-top: 40px;
}

.uvp-award-card {
    background: #1a1a1a;
    padding: 36px 28px;
    transition: background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.uvp-award-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.uvp-award-card:hover::before { transform: scaleX(1); }
.uvp-award-card:hover { background: #222; }

.uvp-award-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 18px;
}

.uvp-award-year {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 8px;
}

.uvp-award-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.uvp-award-festival {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(245, 240, 232, 0.55);
    margin: 0 0 4px 0;
}

.uvp-award-category {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: rgba(245, 240, 232, 0.35);
    margin: 0;
    font-style: italic;
}

/* ============================================================
   FILM FEATURE
   ============================================================ */

.uvp-film-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-film-feature-image {
    position: relative;
    overflow: hidden;
}

.uvp-film-feature-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.uvp-film-status {
    position: absolute;
    top: 16px; left: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 7px 14px;
    background: #c9a84c;
    color: #0a0a0a;
}

.uvp-film-tagline {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245, 240, 232, 0.75);
    line-height: 1.85;
    margin-bottom: 16px;
}

.uvp-film-body-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: rgba(245, 240, 232, 0.6);
    line-height: 1.85;
    margin-bottom: 24px;
}

.uvp-film-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid rgba(245,240,232,0.08);
    border-bottom: 1px solid rgba(245,240,232,0.08);
    margin-bottom: 24px;
}

.uvp-film-meta-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.uvp-meta-key {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a84c;
}

.uvp-meta-val {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: rgba(245, 240, 232, 0.65);
}

.uvp-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #e2c47a;
    border-left: 2px solid #c9a84c;
    padding-left: 20px;
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   TEAM PREVIEW — circles like the dev site
   ============================================================ */

.uvp-team-preview {
    padding: 80px 0;
    background: #111111;
}

.uvp-team-preview-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.uvp-team-preview-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 160px;
}

.uvp-team-preview-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(201, 168, 76, 0.4);
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

.uvp-team-preview-card:hover .uvp-team-preview-photo {
    border-color: #c9a84c;
}

.uvp-team-preview-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: grayscale(15%);
    transition: filter 0.3s ease, transform 0.4s ease;
}

.uvp-team-preview-card:hover .uvp-team-preview-photo img {
    filter: grayscale(0%);
    transform: scale(1.08);
}

.uvp-team-preview-info .uvp-team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 4px 0;
}

.uvp-team-preview-info .uvp-team-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.5);
    margin: 0;
}

.uvp-team-preview-info .uvp-team-role {
    display: none; /* hide role label in preview — keep it clean */
}

/* ============================================================
   FULL TEAM PAGE — alternating rows
   ============================================================ */

.uvp-team-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 40px 0;
}

.uvp-team-member {
    display: grid;
    grid-template-columns: 340px 1fr;
    background: #1a1a1a;
    overflow: hidden;
    transition: background 0.3s ease;
}

.uvp-team-member:hover { background: #242424; }

.uvp-team-member:nth-child(even) {
    grid-template-columns: 1fr 340px;
}

.uvp-team-member:nth-child(even) .uvp-team-photo { order: 2; }
.uvp-team-member:nth-child(even) .uvp-team-info  { order: 1; }

.uvp-team-photo { overflow: hidden; }

.uvp-team-photo img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s ease, transform 0.4s ease;
}

.uvp-team-member:hover .uvp-team-photo img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.uvp-team-info {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uvp-team-role {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 12px;
}

.uvp-team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.uvp-team-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    color: rgba(245, 240, 232, 0.5);
    margin: 0 0 24px 0;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.uvp-team-bio {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: rgba(245, 240, 232, 0.7);
    line-height: 1.9;
}

.uvp-team-bio p { margin: 0 0 14px 0; }
.uvp-team-bio p:last-child { margin-bottom: 0; }

/* ============================================================
   FILMS GRID
   ============================================================ */

.uvp-films-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 3px;
    margin: 40px 0;
}

.uvp-film-card {
    background: #1a1a1a;
    overflow: hidden;
    transition: background 0.3s ease;
}

.uvp-film-card:hover { background: #242424; }

.uvp-film-image {
    position: relative;
    overflow: hidden;
}

.uvp-film-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: transform 0.4s ease, filter 0.3s ease;
}

.uvp-film-card:hover .uvp-film-image img {
    transform: scale(1.04);
    filter: grayscale(0%);
}

.uvp-film-body { padding: 24px; }

.uvp-film-genre {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 8px;
}

.uvp-film-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.uvp-film-excerpt {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: rgba(245, 240, 232, 0.65);
    line-height: 1.75;
    margin-bottom: 20px;
}

.uvp-film-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a84c;
    text-decoration: none;
    transition: letter-spacing 0.3s ease;
}

.uvp-film-link:hover { letter-spacing: 0.28em; color: #e2c47a; }

/* ============================================================
   CONTACT
   ============================================================ */

.uvp-contact {
    padding: 80px 0;
    background: #111111;
}

.uvp-contact-intro {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245, 240, 232, 0.6);
    margin-bottom: 48px;
    line-height: 1.8;
    max-width: 560px;
}

.uvp-contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.uvp-contact-item { margin-bottom: 28px; }

.uvp-contact-label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 6px;
}

.uvp-contact-value {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #f5f0e8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.uvp-contact-value:hover { color: #c9a84c; }

.uvp-social-links {
    display: flex;
    gap: 10px;
    margin-top: 32px;
}

.uvp-social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(245, 240, 232, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #f5f0e8 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.uvp-social-link:hover {
    border-color: #c9a84c;
    color: #c9a84c !important;
}

.uvp-contact-form input,
.uvp-contact-form textarea {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid rgba(245, 240, 232, 0.1);
    color: #f5f0e8;
    padding: 15px 18px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    transition: border-color 0.3s ease;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
}

.uvp-contact-form input:focus,
.uvp-contact-form textarea:focus { border-color: #c9a84c; background: #111; }

.uvp-contact-form textarea { height: 130px; resize: vertical; }

.uvp-contact-form input::placeholder,
.uvp-contact-form textarea::placeholder {
    color: rgba(245, 240, 232, 0.28);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* ============================================================
   EMPTY STATE
   ============================================================ */

.uvp-empty {
    padding: 32px;
    background: #1a1a1a;
    color: rgba(245, 240, 232, 0.45);
    font-size: 14px;
    text-align: center;
    border: 1px dashed rgba(201, 168, 76, 0.3);
    font-family: 'Barlow', sans-serif;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
    .uvp-film-feature { grid-template-columns: 1fr; gap: 40px; }
    .uvp-contact-inner { grid-template-columns: 1fr; gap: 44px; }
    .uvp-stats-row { flex-direction: column; }
    .uvp-stat-item { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.2); }
    .uvp-stat-item:last-child { border-bottom: none; }
    .uvp-team-member,
    .uvp-team-member:nth-child(even) { grid-template-columns: 1fr; }
    .uvp-team-member:nth-child(even) .uvp-team-photo { order: 0; }
    .uvp-team-member:nth-child(even) .uvp-team-info  { order: 0; }
    .uvp-team-photo img { min-height: 280px; height: auto; }
}

@media (max-width: 640px) {
    .uvp-films-grid { grid-template-columns: 1fr; }
    .uvp-awards-grid { grid-template-columns: 1fr 1fr; }
    .uvp-team-preview-grid { gap: 24px; }
    .uvp-team-preview-card { width: 130px; }
    .uvp-team-preview-photo { width: 100px; height: 100px; }
    .uvp-section-header { flex-direction: column; align-items: flex-start; }
    .uvp-hero-title { font-size: clamp(40px, 10vw, 72px); }
}

@media (max-width: 400px) {
    .uvp-awards-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE HERO — inner pages
   ============================================================ */

.uvp-page-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 140px 0 80px;
    background: #0a0a0a;
}

.uvp-page-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(201,168,76,0.06) 0%, transparent 100%);
    z-index: 0;
}

.uvp-page-hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
}

.uvp-page-hero-content {
    position: relative;
    z-index: 1;
}

.uvp-page-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 300;
    color: #f5f0e8;
    line-height: 1.0;
    margin: 0 0 20px 0;
}

.uvp-page-hero-sub {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(245,240,232,0.65);
    max-width: 560px;
    line-height: 1.8;
    margin: 0;
}

.uvp-page-hero-stats {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.uvp-page-hero-stat {
    display: flex;
    flex-direction: column;
}

.uvp-page-hero-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    color: #c9a84c;
    line-height: 1;
}

.uvp-page-hero-stat-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.5);
    margin-top: 4px;
}

.uvp-page-hero-stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(201,168,76,0.25);
}

/* ============================================================
   RECOGNITION SECTION (Team page bottom)
   ============================================================ */

.uvp-recognition {
    padding: 80px 0;
    background: #111111;
}

.uvp-recognition-badges {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 3px;
    margin-top: 40px;
}

.uvp-rec-badge {
    background: #1a1a1a;
    padding: 32px 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f5f0e8;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background 0.3s ease;
}

.uvp-rec-badge:hover { background: #242424; }

.uvp-rec-badge span {
    font-size: 11px;
    font-weight: 400;
    color: rgba(245,240,232,0.45);
    letter-spacing: 0.05em;
}

/* ============================================================
   NEWS PAGE
   ============================================================ */

.uvp-announcement {
    padding: 80px 0;
    background: #111111;
}

.uvp-announcement-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    color: rgba(245,240,232,0.7);
    max-width: 700px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.uvp-announcement-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: rgba(245,240,232,0.6);
    max-width: 700px;
    line-height: 1.9;
    margin-bottom: 36px;
}

.uvp-news-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 3px;
    margin-top: 40px;
}

.uvp-news-card {
    background: #1a1a1a;
    overflow: hidden;
    transition: background 0.3s ease;
}

.uvp-news-card:hover { background: #242424; }

.uvp-news-card-image-wrap { overflow: hidden; }

.uvp-news-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: transform 0.4s ease, filter 0.3s ease;
}

.uvp-news-card:hover .uvp-news-card-image {
    transform: scale(1.04);
    filter: grayscale(0%);
}

.uvp-news-card-body { padding: 28px; }

.uvp-news-date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 10px;
}

.uvp-news-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.uvp-news-excerpt {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: rgba(245,240,232,0.6);
    line-height: 1.75;
    margin: 0;
}

.uvp-press-cta {
    padding: 80px 0;
    background: #111111;
    text-align: center;
}

.uvp-press-cta-text {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245,240,232,0.6);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.8;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.uvp-about-mission {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-about-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    margin-top: 40px;
}

.uvp-about-mission-text p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245,240,232,0.7);
    line-height: 1.9;
    margin-bottom: 20px;
}

.uvp-about-mission-images {
    display: grid;
    gap: 4px;
}

.uvp-about-mission-images img {
    width: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(15%);
}

.uvp-about-mission-images img:first-child {
    aspect-ratio: 16/9;
}

.uvp-about-mission-images img:last-child {
    aspect-ratio: 4/3;
}

.uvp-about-story {
    padding: 80px 0;
    background: #111111;
}

.uvp-about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}

.uvp-about-story-grid p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: rgba(245,240,232,0.7);
    line-height: 1.9;
    margin: 0;
}

.uvp-about-philosophy {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-philosophy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-top: 40px;
}

.uvp-philosophy-item {
    background: #1a1a1a;
    padding: 44px 40px;
    transition: background 0.3s ease;
}

.uvp-philosophy-item:hover { background: #242424; }

.uvp-philosophy-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-style: italic;
    font-weight: 300;
    color: #c9a84c;
    line-height: 1;
    margin-bottom: 16px;
}

.uvp-philosophy-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #f5f0e8;
    margin: 0 0 14px 0;
}

.uvp-philosophy-item p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: rgba(245,240,232,0.65);
    line-height: 1.85;
    margin: 0;
}

.uvp-about-ethics {
    padding: 80px 0;
    background: #111111;
}

.uvp-ethics-intro {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245,240,232,0.6);
    max-width: 600px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.uvp-ethics-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.uvp-ethics-item {
    background: #1a1a1a;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 28px;
    align-items: start;
    transition: background 0.3s ease;
}

.uvp-ethics-item:hover { background: #242424; }

.uvp-ethics-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    color: #c9a84c;
    opacity: 0.4;
    line-height: 1;
}

.uvp-ethics-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f5f0e8;
    margin: 0 0 10px 0;
}

.uvp-ethics-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: rgba(245,240,232,0.65);
    line-height: 1.85;
    margin: 0;
}

.uvp-about-awards {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-about-cta {
    padding: 80px 0;
    background: #111111;
    text-align: center;
}

.uvp-about-cta p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: rgba(245,240,232,0.6);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.8;
}

.uvp-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   PROJECTS PAGE
   ============================================================ */

.uvp-projects-flagship {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-film-feature-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.uvp-projects-all {
    padding: 80px 0;
    background: #111111;
}

.uvp-projects-services {
    padding: 80px 0;
    background: #0a0a0a;
}

.uvp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-top: 40px;
}

.uvp-service-item {
    background: #1a1a1a;
    padding: 44px 40px;
    transition: background 0.3s ease;
}

.uvp-service-item:hover { background: #242424; }

.uvp-service-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #f5f0e8;
    margin: 0 0 14px 0;
}

.uvp-service-item p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: rgba(245,240,232,0.65);
    line-height: 1.85;
    margin: 0;
}

/* ============================================================
   RESPONSIVE — new page sections
   ============================================================ */

@media (max-width: 900px) {
    .uvp-about-mission-grid,
    .uvp-about-story-grid { grid-template-columns: 1fr; gap: 40px; }
    .uvp-philosophy-grid,
    .uvp-services-grid { grid-template-columns: 1fr; }
    .uvp-ethics-item { grid-template-columns: 1fr; gap: 8px; }
    .uvp-ethics-num { font-size: 36px; }
    .uvp-page-hero-stats { gap: 24px; }
}

@media (max-width: 640px) {
    .uvp-page-hero { padding: 110px 0 60px; }
    .uvp-news-grid { grid-template-columns: 1fr; }
    .uvp-recognition-badges { grid-template-columns: 1fr 1fr; }
    .uvp-press-cta { text-align: left; }
    .uvp-press-cta .uvp-press-cta-text { margin-left: 0; }
    .uvp-about-cta { text-align: left; }
    .uvp-cta-buttons { justify-content: flex-start; }
}
