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

:root {
  --ivory: #F8F5EE; --ivory2: #F0EDE4; --ivory3: #E8E3D8;
  --char: #141210; --char2: #1E1B18; --char3: #282420;
  --ink: #1A1714; --ink2: #3A3530; --ink3: #6A6258; --ink4: #9A9288;
  --gold: #8A6A20; --gold2: #B08830; --gold3: #C8A040; --gold4: #E0BC60;
  --gold-line: rgba(138,106,32,0.18); --gold-line2: rgba(138,106,32,0.08);
  --r: 0.3s;
}

html { scroll-behavior: smooth; }
body { background: var(--ivory); color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.7; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 22px 64px; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s; }
nav.solid { background: rgba(248,245,238,0.97); border-bottom: 1px solid var(--gold-line); padding: 12px 64px; backdrop-filter: blur(8px); }
.nav-sig { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--gold2); letter-spacing: 0.02em; white-space: nowrap; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(168,160,148,0.9); text-decoration: none; transition: color var(--r); }
.nav-links a:hover { color: var(--gold); }
.nav-lang { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; color: var(--gold3); text-decoration: none; border: 1px solid var(--gold-line); padding: 5px 12px; transition: background var(--r); white-space: nowrap; }
.nav-lang:hover { background: rgba(138,106,32,0.08); color: var(--gold4); }
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.ham span { width: 24px; height: 2px; background: var(--gold3); display: block; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(20,18,16,0.97); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 16px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(240,235,224,0.9); text-decoration: none; padding: 8px 24px; }
.mobile-menu a:hover { color: var(--gold4); }
.mobile-close { position: absolute; top: 20px; right: 24px; font-size: 32px; color: var(--gold3); cursor: pointer; background: none; border: none; line-height: 1; }

/* HERO */
.hero { min-height: 100svh; background: var(--char); display: grid; grid-template-columns: 52% 48%; overflow: hidden; }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; filter: contrast(1.06) brightness(0.83); }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(20,18,16,0) 40%, var(--char) 100%); }
.hero-text { display: flex; flex-direction: column; justify-content: center; padding: 100px 64px 80px 52px; }
.hero-over { font-size: 10px; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold3); display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.hero-over::before { content: ''; width: 32px; height: 1px; background: var(--gold3); flex-shrink: 0; }
.hero-dr { font-family: 'Cormorant Garamond', serif; font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold3); display: block; margin-bottom: 4px; }
.hero-first { font-family: 'Cormorant', serif; font-size: clamp(40px, 4.2vw, 62px); font-style: italic; font-weight: 300; color: rgba(212,201,168,0.9); display: block; line-height: 1; }
h1.hero-last { font-family: 'Cormorant', serif; font-size: clamp(46px, 5vw, 70px); font-weight: 700; color: #F0E8CE; display: block; line-height: 0.95; letter-spacing: -0.02em; font-style: normal; }
.hero-rule { width: 48px; height: 1px; background: var(--gold3); margin: 22px 0; }
.hero-roles { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: rgba(236,228,212,1); line-height: 1.9; margin-bottom: 28px; }
.hero-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(138,106,32,0.15); border: 1px solid rgba(138,106,32,0.15); margin-bottom: 22px; }
.h-stat { background: rgba(20,18,16,0.6); padding: 13px 16px; }
.h-stat-n { font-family: 'Cormorant', serif; font-size: 26px; font-weight: 700; color: var(--gold4); line-height: 1; }
.h-stat-l { font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(154,146,136,0.85); margin-top: 3px; }
.hero-efa { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(138,106,32,0.65); line-height: 1.8; }
.hero-btns { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.hero-btn { display: inline-block; padding: 10px 20px; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(200,160,48,0.45); transition: background var(--r); color: #F0E8CE; }
.hero-btn:hover { background: rgba(138,106,32,0.2); }
.hero-btn-lang { color: var(--gold3); border-color: var(--gold3); background: rgba(138,106,32,0.1); }
.hero-btn-lang:hover { background: rgba(138,106,32,0.25); color: var(--gold4); }

/* BROADCAST */
.broadcast { background: var(--char2); border-top: 1px solid rgba(138,106,32,0.2); border-bottom: 1px solid rgba(138,106,32,0.2); padding: 14px 56px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.bc-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold3); white-space: nowrap; flex-shrink: 0; }
.bc-div { width: 1px; height: 16px; background: rgba(138,106,32,0.25); flex-shrink: 0; }
.bc-items { display: flex; flex-wrap: wrap; }
.bc-item { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; color: rgba(154,146,136,0.65); padding: 4px 16px; border-right: 1px solid rgba(138,106,32,0.12); }
.bc-item:last-child { border-right: none; }

/* SECTIONS */
.sec { padding: 84px 0; }
.sec-dark { background: var(--char); color: #F0EBE0; }
.sec-ivory { background: var(--ivory); }
.sec-ivory2 { background: var(--ivory2); }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 56px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 24px; border-bottom: 1px solid var(--gold-line); margin-bottom: 52px; gap: 24px; flex-wrap: wrap; }
.sec-head-dark { border-bottom-color: rgba(138,106,32,0.2); }
.sec-label { font-size: 10px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: flex; align-items: center; gap: 12px; }
.sec-label::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.sec-label-light { color: var(--gold3); }
.sec-label-light::before { background: var(--gold3); }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.1; color: var(--ink); }
.sec-title em { font-style: italic; color: var(--gold); }
.sec-title-light { color: #F0EBE0; }
.sec-title-light em { color: var(--gold4); }
.sec-sub { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink4); }
.sec-sub-light { color: rgba(154,146,136,0.7); }

/* FILMS */
.film-row { display: grid; grid-template-columns: 240px 1fr; background: var(--ivory2); margin-bottom: 3px; overflow: hidden; }
.film-row:hover { background: var(--ivory3); }
.film-poster { position: relative; overflow: hidden; background: var(--ivory3); min-height: 320px; }
.film-poster img { width: 100%; height: 100%; object-fit: contain; object-position: center top; display: block; background: var(--ivory3); transition: transform 0.6s; }
.film-row:hover .film-poster img { transform: scale(1.02); }
.film-body { padding: 36px 48px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--gold-line2); }
.film-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.film-year { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.film-dur { font-size: 10px; font-weight: 600; color: var(--ink4); }
.film-role { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink4); margin-bottom: 8px; }
.film-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.05; margin-bottom: 4px; }
.film-alt { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--ink3); margin-bottom: 16px; }
.film-premiere { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.film-synopsis { font-size: 14px; color: var(--ink2); line-height: 1.82; margin-bottom: 18px; max-width: 560px; }
.film-nums { display: flex; gap: 28px; padding: 12px 0; border-top: 1px solid var(--gold-line2); border-bottom: 1px solid var(--gold-line2); margin-bottom: 16px; }
.film-num-n { font-family: 'Cormorant', serif; font-size: 24px; font-weight: 700; color: var(--gold); line-height: 1; }
.film-num-l { font-size: 9px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink4); margin-top: 2px; }
.film-awards-h { font-size: 9px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.film-awards-t { font-size: 13px; color: var(--ink3); line-height: 1.8; font-style: italic; margin-bottom: 14px; max-width: 540px; }
.film-quote { background: var(--ivory); border-left: 2px solid var(--gold3); padding: 13px 16px; margin-top: 4px; }
.film-quote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--ink2); line-height: 1.65; margin-bottom: 5px; }
.film-quote cite { font-size: 9px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold3); font-style: normal; }
.imdb-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; border: 1px solid var(--gold-line); padding: 5px 12px; transition: background var(--r); }
.imdb-btn:hover { background: rgba(138,106,32,0.07); }
.minor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 2px; }
.minor-card { background: var(--ivory2); padding: 22px 24px; border-top: 2px solid transparent; transition: all 0.2s; }
.minor-card:hover { background: var(--ivory3); border-top-color: var(--gold3); }
.minor-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: var(--ink); margin-bottom: 5px; }
.minor-meta { font-size: 9px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gold3); margin-bottom: 8px; line-height: 1.7; }
.minor-body { font-size: 12.5px; color: var(--ink3); line-height: 1.65; }
.wip-strip { background: var(--ivory2); padding: 14px 24px; border-left: 3px solid var(--gold3); display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 2px; }
.wip-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); flex-shrink: 0; }
.wip-text { font-size: 13px; color: var(--ink3); font-style: italic; }

/* AWARDS */
.denver-block { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 44px; overflow: hidden; }
.denver-img { position: relative; overflow: hidden; }
.denver-img img { width: 100%; height: 100%; min-height: 280px; max-height: 420px; object-fit: cover; object-position: center 20%; display: block; }
.denver-txt { background: var(--char2); padding: 48px 52px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.denver-txt::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--gold),var(--gold4),var(--gold)); }
.denver-award-name { font-size: 9px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold3); margin-bottom: 10px; }
.denver-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: #F0EBE0; line-height: 1.2; margin-bottom: 18px; }
.denver-q { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: rgba(208,200,184,0.85); line-height: 1.78; margin-bottom: 13px; }
.denver-src { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(138,106,32,0.65); }
.aw-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 3px; margin-bottom: 36px; }
.aw-ph { position: relative; overflow: hidden; height: 220px; }
.aw-ph img { width: 100%; height: 100%; object-fit: cover; object-position: center top; background: var(--char2); display: block; filter: grayscale(0.1); transition: filter 0.3s; }
.aw-ph:hover img { filter: grayscale(0); }
.aw-cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(20,18,16,0.92)); padding: 18px 8px 7px; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold4); text-align: center; line-height: 1.45; }
.aw-table { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(138,106,32,0.12); border: 1px solid rgba(138,106,32,0.12); margin-bottom: 24px; }
.aw-item { background: var(--char2); padding: 12px 16px; }
.aw-item:hover { background: var(--char3); }
.aw-name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; color: rgba(240,235,224,0.9); line-height: 1.3; margin-bottom: 3px; }
.aw-fest { font-size: 9.5px; font-weight: 500; color: rgba(138,106,32,0.65); }
.noms { background: var(--char3); padding: 22px 28px; border-top: 1px solid rgba(138,106,32,0.2); }
.noms-h { font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold3); margin-bottom: 10px; }
.noms-t { font-size: 13px; color: rgba(138,106,32,0.62); line-height: 2.1; columns: 2; column-gap: 36px; }

/* PRESS */
.press-hero { background: var(--char); padding: 52px 64px; position: relative; margin-bottom: 3px; overflow: hidden; }
.press-hero::before { content: '\201C'; font-family: 'Cormorant', serif; font-size: 200px; color: var(--gold3); position: absolute; top: -30px; left: 20px; line-height: 1; opacity: 0.18; pointer-events: none; }
.press-hero blockquote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 21px; color: rgba(240,235,224,0.95); line-height: 1.72; position: relative; max-width: 780px; margin-bottom: 18px; }
.press-hero cite { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold3); font-style: normal; }
.press-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin-bottom: 3px; }
.pq { background: var(--ivory2); padding: 26px 30px; border-top: 2px solid var(--ivory3); transition: border-color 0.2s; }
.pq:hover { border-top-color: var(--gold3); }
.pq-film { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold3); margin-bottom: 7px; }
.pq-txt { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14.5px; color: var(--ink2); line-height: 1.72; margin-bottom: 10px; }
.pq-src { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.pq-pub { font-size: 10px; color: var(--ink4); margin-top: 2px; }
.outlets { background: var(--ivory2); padding: 20px 36px; display: flex; flex-wrap: wrap; border-top: 1px solid var(--gold-line); margin-bottom: 3px; }
.outlet { padding: 7px 18px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--ink3); border-right: 1px solid var(--gold-line2); }
.outlet:last-child { border-right: none; }
.press-photos { display: grid; grid-template-columns: 2.2fr 1fr 1fr; grid-template-rows: 210px 210px; gap: 3px; }
.pp { position: relative; overflow: hidden; }
.pp.tall { grid-row: span 2; }
.pp img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.pp.contain img { object-fit: contain; background: #1A1714; }
.pp:hover img { transform: scale(1.04); }
.pp-cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(20,18,16,0.88)); padding: 16px 12px 8px; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold4); opacity: 0; transition: opacity 0.3s; }
.pp:hover .pp-cap { opacity: 1; }

/* FESTIVALS */
.fest-tabs { display: flex; border-bottom: 1px solid var(--gold-line); margin-bottom: 36px; flex-wrap: wrap; }
.ftab { padding: 12px 24px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.2s; }
.ftab.active, .ftab:hover { color: var(--gold); border-bottom-color: var(--gold); }
.fpanel { display: none; }
.fpanel.active { display: block; }
.fest-list { columns: 2; column-gap: 44px; font-size: 13.5px; color: var(--ink2); line-height: 1.9; }
.fyr { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--gold); margin-top: 14px; margin-bottom: 2px; break-after: avoid; display: block; }

/* BIO */
.bio-grid { display: grid; grid-template-columns: 360px 1fr; gap: 72px; align-items: start; }
.bio-portrait { position: relative; }
.bio-portrait img { width: 100%; aspect-ratio: 0.82; object-fit: cover; object-position: center 12%; display: block; filter: grayscale(0.15) contrast(1.04); }
.bio-portrait::after { content: ''; position: absolute; bottom: -3px; right: -3px; width: 60%; height: 60%; border-right: 2px solid var(--gold3); border-bottom: 2px solid var(--gold3); pointer-events: none; }
.bio-body p { font-size: 15px; color: var(--ink2); line-height: 1.85; margin-bottom: 18px; }
.bio-body p:first-child { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: var(--ink); line-height: 1.65; }
.bio-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--gold-line); }
.bf-label { font-size: 9px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.bf-val { font-size: 13px; color: var(--ink2); line-height: 1.75; }
.bf-val a { color: var(--gold); text-decoration: none; }

/* ACADEMIC */
.ac-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin-bottom: 2px; }
.ac-card { background: var(--ivory); padding: 28px 30px; border-top: 2px solid var(--ivory3); transition: border-color 0.2s; }
.ac-card:hover { border-top-color: var(--gold3); }
.ac-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; color: var(--ink); margin-bottom: 5px; line-height: 1.2; }
.ac-inst { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold3); margin-bottom: 3px; }
.ac-dates { font-size: 11px; color: var(--ink4); margin-bottom: 9px; font-weight: 500; }
.ac-body { font-size: 13px; color: var(--ink3); line-height: 1.65; }
.mc-block { background: var(--ivory); padding: 26px 32px; border-top: 1px solid var(--gold-line); margin-bottom: 2px; }
.mc-h { font-size: 9px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.mc-list { font-size: 13.5px; color: var(--ink2); line-height: 2; }
.mc-y { font-weight: 700; color: var(--gold); margin-right: 5px; }
.jury-block { background: var(--ivory); padding: 26px 32px; border-top: 1px solid var(--gold-line); }
.jury-cols { columns: 2; column-gap: 36px; font-size: 13px; color: var(--ink3); line-height: 2; }
.student-bar { background: var(--ivory3); padding: 28px 40px; margin-top: 24px; margin-bottom: 2px; border-left: 4px solid var(--gold3); border-top: 1px solid var(--gold-line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.student-label { font-size: 10px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.student-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--ink); font-weight: 500; }
.student-link { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; border: 1px solid var(--gold-line); padding: 9px 16px; flex-shrink: 0; transition: background var(--r); }
.student-link:hover { background: rgba(138,106,32,0.07); }
.edu-label-row { font-size: 10px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--gold-line); margin-top: 36px; }
.edu-label-row::before { content: ''; display: inline-block; width: 24px; height: 1px; background: var(--gold); }
.edu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }

/* FOOTER */
footer { background: var(--char); padding: 64px 0 32px; border-top: 1px solid rgba(138,106,32,0.2); }
.foot-grid { max-width: 1240px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.foot-sig { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; color: var(--gold4); margin-bottom: 5px; }
.foot-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold3); margin-bottom: 14px; }
.foot-efa { font-size: 10px; font-weight: 500; letter-spacing: 0.09em; color: rgba(138,106,32,0.5); line-height: 1.8; }
.foot-h { font-size: 9px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold3); margin-bottom: 12px; }
.foot-nav { list-style: none; }
.foot-nav li { font-size: 12px; color: rgba(154,146,136,0.55); padding: 5px 0; border-bottom: 1px solid rgba(138,106,32,0.07); cursor: pointer; transition: color 0.2s; }
.foot-nav li:hover { color: var(--gold4); }
.foot-contact p { font-size: 12px; color: rgba(154,146,136,0.55); line-height: 2.2; }
.foot-contact a { color: var(--gold3); text-decoration: none; }
.foot-bottom { max-width: 1240px; margin: 0 auto; padding: 18px 56px 0; border-top: 1px solid rgba(138,106,32,0.1); display: flex; justify-content: space-between; font-size: 10px; font-weight: 500; letter-spacing: 0.09em; color: rgba(138,106,32,0.38); text-transform: uppercase; flex-wrap: wrap; gap: 8px; }

/* ══ TABLET 768-1023px ══ */
@media (max-width: 1023px) {
  nav { padding: 14px 24px; }
  nav.solid { padding: 10px 24px; }
  .nav-links, .nav-lang { display: none; }
  .ham { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { height: 55vw; max-height: 480px; }
  .hero-photo::after { background: linear-gradient(to bottom, rgba(20,18,16,0) 50%, var(--char) 100%); }
  .hero-text { padding: 40px 40px 60px; }
  .hero-first { font-size: 44px; }
  h1.hero-last { font-size: 50px; }
  .wrap { padding: 0 32px; }
  .sec { padding: 64px 0; }
  .sec-head { flex-direction: column; align-items: flex-start; }
  .film-row { grid-template-columns: 200px 1fr; }
  .film-body { padding: 28px 32px; }
  .film-title { font-size: 28px; }
  .minor-grid { grid-template-columns: repeat(2,1fr); }
  .denver-block { grid-template-columns: 1fr; }
  .aw-row { grid-template-columns: repeat(3,1fr); }
  .aw-table { grid-template-columns: repeat(2,1fr); }
  .noms-t { columns: 1; }
  .press-hero { padding: 36px 32px; }
  .press-hero blockquote { font-size: 18px; }
  .press-grid { grid-template-columns: 1fr; }
  .press-photos { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; }
  .press-photos .pp.tall { grid-row: span 1; }
  .bio-grid { grid-template-columns: 280px 1fr; gap: 40px; }
  .bio-facts { grid-template-columns: 1fr; }
  .ac-grid { grid-template-columns: 1fr; }
  .edu-grid { grid-template-columns: repeat(2,1fr); }
  .jury-cols { columns: 1; }
  .foot-grid { grid-template-columns: 1fr 1fr; padding: 0 32px; }
  .foot-bottom { padding: 16px 32px 0; }
}

/* ══ MOBILE < 768px ══ */
@media (max-width: 767px) {
  nav { padding: 12px 20px; }
  nav.solid { padding: 10px 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { height: 60vw; min-height: 240px; max-height: 360px; }
  .hero-text { padding: 28px 20px 48px; }
  .hero-over { font-size: 9px; letter-spacing: 0.2em; }
  .hero-first { font-size: 36px; }
  h1.hero-last { font-size: 42px; }
  .hero-roles { font-size: 15px; }
  .h-stat-n { font-size: 22px; }
  .hero-btns { gap: 8px; }
  .hero-btn { padding: 11px 18px; font-size: 9px; min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; }
  .broadcast { padding: 12px 20px; }
  .bc-div { display: none; }
  .bc-item { font-size: 10px; padding: 3px 10px; }
  .wrap { padding: 0 20px; }
  .sec { padding: 48px 0; }
  .sec-head { margin-bottom: 32px; }
  .film-row { grid-template-columns: 1fr; }
  .film-poster { min-height: 0; height: 52vw; max-height: 260px; }
  .film-poster img { object-fit: contain; object-position: center top; background: var(--ivory3); }
  .film-body { padding: 22px 20px; border-left: none; border-top: 1px solid var(--gold-line2); }
  .film-title { font-size: 26px; }
  .film-synopsis { font-size: 13.5px; max-width: 100%; }
  .film-nums { gap: 20px; }
  .film-awards-t { font-size: 12.5px; max-width: 100%; }
  .minor-grid { grid-template-columns: 1fr; }
  .minor-card { padding: 18px 20px; }
  .wip-strip { flex-direction: column; gap: 6px; padding: 14px 20px; }
  .denver-block { grid-template-columns: 1fr; }
  .denver-img img { max-height: 260px; }
  .denver-txt { padding: 28px 20px; }
  .denver-title { font-size: 19px; }
  .denver-q { font-size: 14px; }

  .aw-table { grid-template-columns: 1fr; }
  .aw-item { padding: 10px 14px; }
  .noms { padding: 18px 20px; }
  .noms-t { columns: 1; font-size: 12.5px; }
  .press-hero { padding: 28px 20px; }
  .press-hero::before { font-size: 120px; }
  .press-hero blockquote { font-size: 16px; line-height: 1.65; }
  .press-grid { grid-template-columns: 1fr; }
  .pq { padding: 20px 20px; }
  .pq-txt { font-size: 14px; }
  .outlets { padding: 14px 20px; }
  .press-photos { grid-template-columns: 1fr 1fr; grid-template-rows: 38vw 38vw; }
  .press-photos .pp.tall { grid-row: span 1; }
  .fest-tabs { flex-direction: column; border-bottom: none; gap: 2px; }
  .ftab { border: 1px solid var(--gold-line); margin-bottom: 0; padding: 10px 16px; }
  .ftab.active { background: rgba(138,106,32,0.07); border-color: var(--gold3); }
  .fest-list { columns: 1; font-size: 13px; }
  .bio-grid { grid-template-columns: 1fr; gap: 28px; }
  .bio-portrait { max-width: 280px; }
  .bio-portrait::after { display: none; }
  .bio-body p { font-size: 14px; }
  .bio-body p:first-child { font-size: 17px; }
  .bio-facts { grid-template-columns: 1fr; gap: 16px; }
  .ac-grid { grid-template-columns: 1fr; }
  .ac-card { padding: 20px 20px; }
  .edu-grid { grid-template-columns: 1fr; }
  .mc-block { padding: 20px 20px; }
  .mc-list { font-size: 13px; line-height: 1.85; }
  .jury-block { padding: 20px 20px; }
  .jury-cols { columns: 1; font-size: 12.5px; }
  .student-bar { padding: 20px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .student-link { padding: 10px 16px; min-height: 44px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; }
  .foot-bottom { padding: 14px 20px 0; flex-direction: column; gap: 6px; }
}

/* ══ SMALL MOBILE < 430px ══ */
@media (max-width: 429px) {
  .hero-first { font-size: 30px; }
  h1.hero-last { font-size: 36px; }
  .hero-roles { font-size: 14px; }
  .h-stat { padding: 10px 12px; }
  .h-stat-n { font-size: 20px; }
  .sec-title { font-size: 26px; }
  .film-title { font-size: 23px; }
  .denver-title { font-size: 17px; }
  .press-hero blockquote { font-size: 15px; }
  .aw-ph { height: 140px; }
  .press-photos { grid-template-columns: 1fr; grid-template-rows: auto; }
  .press-photos .pp { height: 56vw; }
  .bio-portrait { max-width: 220px; }
}

/* ══ MOBILE REFINEMENTS < 600px ══ */
@media (max-width: 600px) {

  /* Biography portrait */
  .bio-portrait img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center 18%;
  }
  .bio-grid { gap: 26px; }
  .bio-body p { font-size: 14px; line-height: 1.62; }
  .bio-body p:first-child { font-size: 17px; line-height: 1.6; }

  /* Press photo swipe gallery */
  .press-photos {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
  .press-photos .pp,
  .press-photos .pp.tall {
    flex: 0 0 78vw;
    height: 260px;
    scroll-snap-align: start;
    grid-row: unset;
  }
  .press-photos .pp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pp-cap {
    opacity: 1;
    font-size: 8px;
    padding: 18px 10px 8px;
  }

  /* Awards photo swipe gallery */
  .aw-row {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 30px;
    scroll-snap-type: x proximity;
  }
  .aw-ph {
    flex: 0 0 72vw;
    min-width: 72vw;
    height: auto;
    background: var(--char2);
    scroll-snap-align: start;
  }
  .aw-ph img {
    width: 100%;
    height: 240px;
    aspect-ratio: auto;
    object-fit: contain;
    background: var(--char2);
  }
  .aw-cap {
    position: static;
    background: var(--char2);
    padding: 10px 8px 12px;
    font-size: 8px;
    line-height: 1.45;
    color: var(--gold4);
    opacity: 1;
  }
}
