@font-face {
  font-family: "Franchise";
  src: url("fonts/franchise-bold.woff") format("woff");
  font-display: swap;
}

:root {
  --ink: #322a12;
  --paper: #e8e2c7;
  --focus: #fff;
  --acid: #a8b92b;
  --shell: 60rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #494836 url("images/bg_texture.jpg") repeat;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.55;
}

img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.shell { width: min(100%, var(--shell)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  color: #fff;
  background: #201e17;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: clamp(6.25rem, 20vw, 12.5rem); }
.site-header .shell > a { display: block; }
.masthead { width: 100%; margin-bottom: 2rem; }
.site-nav { display: flex; justify-content: center; gap: clamp(2rem, 6vw, 4rem); padding: 0 1.25rem 1.6rem; }
.site-nav a { position: relative; padding: .45rem .15rem .65rem; color: #eee9d7; font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .13em; text-align: center; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 50%; bottom: 0; left: 50%; height: 1px; background: var(--acid); transition: right .18s ease, left .18s ease; }
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--acid); }
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { right: 0; left: 0; }

.showreel { background: #171710; }
.showreel-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  background: #171710;
  cursor: pointer;
}
.showreel-button::after { content: ""; position: absolute; inset: 0; background: #000; opacity: 0; transition: opacity .2s ease; }
.showreel-button:hover::after { opacity: .16; }
.play-mark {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 4.5rem;
  aspect-ratio: 1;
  place-items: center;
  padding-left: .25rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgb(0 0 0 / .62);
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
}
.play-label { position: absolute; z-index: 1; right: 1rem; bottom: .75rem; padding: .25rem .6rem; background: rgb(0 0 0 / .72); font-weight: 700; }

.content-band { background: #727b3f url("images/content_top_bg.png") repeat; }
.content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 9vw, 7rem); padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem); }

.intro-panel h2 { margin: 0; font: 400 clamp(2rem, 5vw, 3.1rem)/.95 "Franchise", Impact, sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.roles { margin: .65rem 0 2rem; font: 400 clamp(1.55rem, 3.5vw, 2.25rem)/1.05 "Franchise", Impact, sans-serif; text-transform: uppercase; }

.contact-links { display: grid; grid-template-columns: repeat(4, minmax(4rem, 5rem)); gap: clamp(.6rem, 2vw, 1.25rem); }
.contact-links a { text-align: center; text-decoration: none; font: 700 .8rem/1.2 Arial, sans-serif; }
.contact-links img { border-radius: 50%; transition: transform .18s ease; }
.contact-links a:hover img { transform: translateY(-3px); }
.contact-links span { display: block; margin-top: .45rem; }
.location { margin-top: 1.75rem; font-weight: 700; }

.biography { padding-top: 0; }
.biography p:first-child { margin-top: 0; }
.biography p { margin-bottom: 1rem; }
.text-link { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: .2em; }

.discovery-band { background: var(--paper); }
.discovery { padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2.5rem); }
.section-heading { max-width: 42rem; }
.section-heading h2,
.awards-heading h2,
.contact-cta h2 { margin: 0; font: 400 clamp(2.35rem, 6vw, 4rem)/.95 "Franchise", Impact, sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.section-heading > p:last-child { max-width: 38rem; font-size: 1.08rem; }
.eyebrow { margin: 0 0 .65rem; font: 700 .75rem/1.2 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 2.5rem; background: rgb(50 42 18 / .24); border: 1px solid rgb(50 42 18 / .24); }
.service-card { min-height: 13rem; padding: 1.5rem; background: #eee9d5; }
.service-card h3 { margin: 0 0 .8rem; font: 400 1.65rem/1 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.service-card p { margin: 0; font-size: .93rem; }

.credits-section { margin-top: clamp(4rem, 9vw, 7rem); }
.section-heading--compact { max-width: none; }
.credit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 2rem 0 0; padding: 0; border-top: 1px solid rgb(50 42 18 / .28); list-style: none; }
.credit-grid li { display: flex; min-height: 7.2rem; flex-direction: column; justify-content: space-between; gap: .75rem; padding: 1.25rem 1.25rem 1.25rem 0; border-bottom: 1px solid rgb(50 42 18 / .28); }
.credit-grid li:not(:nth-child(3n + 1)) { padding-left: 1.25rem; border-left: 1px solid rgb(50 42 18 / .28); }
.credit-grid cite { font: 400 1.35rem/1.05 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.credit-grid span { font: 700 .73rem/1.35 Arial, sans-serif; }
.credits-link { margin: 2rem 0 0; }

.awards-band { color: #f3efd8; background: #222116 url("images/bg_texture.jpg") repeat; }
.awards { display: grid; grid-template-columns: .7fr 1.6fr; gap: clamp(2rem, 7vw, 5rem); padding: clamp(3.5rem, 8vw, 5rem) clamp(1.25rem, 4vw, 2.5rem); }
.award-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.award-card { display: flex; min-height: 12rem; flex-direction: column; padding: 1.35rem; border: 1px solid rgb(168 185 43 / .55); color: inherit; text-decoration: none; }
a.award-card:hover { background: rgb(168 185 43 / .12); }
.award-card strong { color: var(--acid); font: 400 1.7rem/1 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.award-card span { margin-top: .6rem; font: 700 .7rem/1.4 Arial, sans-serif; text-transform: uppercase; }
.award-card cite { margin-top: auto; font-style: normal; }

.contact-cta { background: var(--acid); }
.contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2.5rem); }
.contact-button { flex: 0 0 auto; padding: .9rem 1.4rem; border: 2px solid var(--ink); font: 700 .82rem/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.contact-button:hover { color: var(--acid); background: var(--ink); }

.credits-hero { color: #f3efd8; background: #222116 url("images/bg_texture.jpg") repeat; }
.credits-hero__inner { padding: clamp(3.5rem, 9vw, 7rem) clamp(1.25rem, 4vw, 2.5rem); }
.credits-hero h1 { max-width: 46rem; margin: 0; font: 400 clamp(3.5rem, 10vw, 7rem)/.86 "Franchise", Impact, sans-serif; letter-spacing: .015em; text-transform: uppercase; }
.credits-hero .lead { max-width: 42rem; margin: 1.5rem 0 0; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.credits-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.credits-actions a { padding: .8rem 1.1rem; border: 1px solid var(--acid); color: #f3efd8; font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.credits-actions a:hover { color: var(--ink); background: var(--acid); }

.cv-band { background: var(--paper); }
.cv-content { padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2.5rem); }
.cv-jump { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 0 0 4rem; padding: 0 0 1.25rem; border-bottom: 1px solid rgb(50 42 18 / .28); }
.cv-jump a { font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.cv-section { scroll-margin-top: 1rem; }
.cv-section + .cv-section { margin-top: clamp(4rem, 9vw, 7rem); }
.cv-section__header { display: grid; grid-template-columns: .7fr 1.6fr; gap: 2rem; margin-bottom: 2rem; }
.cv-section__header h2 { margin: 0; font: 400 clamp(2.5rem, 6vw, 4.2rem)/.9 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.cv-section__header p { max-width: 35rem; margin: .2rem 0 0; }
.cv-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid rgb(50 42 18 / .28); list-style: none; }
.cv-list li { display: flex; min-height: 8.5rem; flex-direction: column; padding: 1.25rem 1.25rem 1.25rem 0; border-bottom: 1px solid rgb(50 42 18 / .28); }
.cv-list li:not(:nth-child(3n + 1)) { padding-left: 1.25rem; border-left: 1px solid rgb(50 42 18 / .28); }
.cv-list cite { font: 400 1.35rem/1.05 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.cv-list .credit-meta { margin-top: auto; padding-top: .8rem; font: 700 .72rem/1.4 Arial, sans-serif; }
.cv-list .credit-company { display: block; font-weight: 400; }
.cv-awards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.cv-award { min-height: 12rem; padding: 1.5rem; border: 1px solid rgb(50 42 18 / .32); }
.cv-award strong { display: block; color: #66721f; font: 400 1.9rem/1 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.cv-award cite { display: block; margin-top: 1rem; font-size: 1.12rem; }
.cv-award span { display: block; margin-top: .35rem; font: 700 .72rem/1.4 Arial, sans-serif; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.experience-card { padding: 1.4rem; border-left: 4px solid var(--acid); background: #eee9d5; }
.experience-card h3 { margin: 0 0 .6rem; font: 400 1.5rem/1 "Franchise", Impact, sans-serif; text-transform: uppercase; }
.experience-card p { margin: 0; }

.site-footer { padding: 1.35rem 1.25rem 2rem; color: #eee9d7; text-align: center; font-size: .88rem; }

.video-dialog { width: min(62rem, calc(100% - 2rem)); padding: 0; border: 1px solid #555; color: #fff; background: #111; }
.video-dialog::backdrop { background: rgb(0 0 0 / .82); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .85rem; }
.dialog-header h2 { margin: 0; font: 600 1rem/1.3 Arial, sans-serif; }
.close-button { border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 2rem; line-height: 1; }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 44rem) {
  .content { grid-template-columns: 1fr; }
  .service-grid,
  .credit-grid,
  .award-grid,
  .awards,
  .cv-section__header,
  .cv-list,
  .cv-awards,
  .experience-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .credit-grid li,
  .credit-grid li:not(:nth-child(3n + 1)) { min-height: 0; padding: 1.1rem 0; border-left: 0; }
  .awards { gap: 2rem; }
  .award-card { min-height: 10rem; }
  .cv-list li,
  .cv-list li:not(:nth-child(3n + 1)) { min-height: 0; padding: 1.1rem 0; border-left: 0; }
  .contact-cta__inner { align-items: flex-start; flex-direction: column; }
  .contact-links { justify-content: center; }
  .location { text-align: center; }
  .play-mark { width: 3.5rem; font-size: 1.35rem; }
  .play-label { font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
