:root {
  --night: #081b33;
  --navy: #102a49;
  --navy-soft: #183b61;
  --paper: #fffaf2;
  --cream: #f2eadf;
  --ink: #10243a;
  --muted: #627181;
  --copper: #bd7338;
  --copper-dark: #985625;
  --blue: #8caec2;
  --coral: #d75e58;
  --yellow: #e7bb4c;
  --violet: #8179ad;
  --line: rgba(16, 36, 58, .17);
  --shadow: 0 24px 64px rgba(8, 27, 51, .13);
  --max: 1280px;
  color-scheme: light;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { text-wrap: pretty; }
section { scroll-margin-top: 106px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: white; color: var(--night); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { min-height: 88px; padding: 14px max(4vw, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 176px 1fr auto; gap: 28px; align-items: center; position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255, 250, 242, .96); backdrop-filter: blur(16px); }
.brand { width: fit-content; padding: 5px 8px; display: inline-flex; border: 1px solid var(--line); border-radius: 10px; background: white; }
.brand img { width: 150px; height: 58px; object-fit: contain; display: block; }
.main-nav { display: flex; justify-content: center; gap: clamp(13px, 1.55vw, 26px); }
.main-nav a { text-decoration: none; font-size: .71rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--copper-dark); }
.header-tools { display: flex; align-items: center; gap: 14px; }
.language-link { padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .72rem; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--night); font-size: 1.25rem; cursor: pointer; }

.hero { min-height: 740px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--paper); }
.hero-copy { padding: clamp(72px, 9vw, 146px) max(5vw, calc((100vw - var(--max)) / 2)); padding-right: 6vw; align-self: center; }
.eyebrow { width: fit-content; margin: 0 0 20px; padding: 8px 12px; border-radius: 999px; background: rgba(189, 115, 56, .14); color: var(--copper-dark); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 820px; font-size: clamp(3.2rem, 6.2vw, 7.1rem); }
h2 { max-width: 880px; font-size: clamp(2.4rem, 4.4vw, 5rem); }
.hero-intro { max-width: 670px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.7; }
.actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 14px 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; text-decoration: none; font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.button-primary { background: var(--night); color: white; }
.button-primary:hover { background: var(--navy-soft); }
.button-secondary { border-color: var(--night); color: var(--night); }
.hero-art { min-height: 650px; padding: 6vw 4vw; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; position: relative; overflow: hidden; background: var(--night); }
.hero-art::before { content: ""; width: 280px; height: 280px; position: absolute; right: -100px; top: -110px; border-radius: 50%; background: var(--yellow); }
.hero-art figure { margin: 0; position: relative; z-index: 1; overflow: hidden; border: 8px solid white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.hero-art figure:nth-child(2) { grid-row: 1 / 3; grid-column: 2; transform: rotate(2deg); }
.hero-art figure:nth-child(3) { transform: rotate(1deg); }
.hero-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-art p { margin: 0; padding: 10px 14px; position: absolute; left: 28px; bottom: 24px; z-index: 2; background: var(--copper); color: white; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.proof { padding: 22px max(5vw, calc((100vw - var(--max)) / 2)); display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 34px; border-block: 1px solid var(--line); background: var(--cream); color: var(--muted); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(78px, 9vw, 132px) max(5vw, calc((100vw - var(--max)) / 2)); }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }

.talent { background: var(--paper); }
.roster-summary { margin-bottom: 30px; padding: 22px 26px; display: flex; align-items: baseline; gap: 18px; border-left: 5px solid var(--copper); background: var(--cream); }
.roster-summary strong { color: var(--night); font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 500; line-height: 1; }
.roster-summary span { color: var(--muted); font-weight: 700; }
.talent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.talent-card { overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 12px 30px rgba(8, 27, 51, .05); }
.talent-card img { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: top center; background: var(--blue); }
.talent-card div { padding: 20px 22px 24px; }
.talent-card p { margin: 0 0 7px; color: var(--copper-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.talent-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.roster-directory { margin-top: 34px; border: 1px solid var(--line); background: var(--cream); }
.roster-directory summary { padding: 22px 26px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--night); font-weight: 900; }
.roster-directory summary::marker { color: var(--copper); }
.directory-action { color: var(--copper-dark); white-space: nowrap; }
.name-grid { margin: 0; padding: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; border-top: 1px solid var(--line); }
.name-grid li { min-height: 55px; padding: 13px 12px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }

.publishers { background: var(--night); color: white; }
.publishers .section-heading > p { color: #c7d2de; }
.publishers .eyebrow { background: rgba(189, 115, 56, .24); color: #efbe91; }
.empty-state { padding: clamp(34px, 5vw, 66px); display: grid; grid-template-columns: 100px 1fr; gap: 28px; align-items: center; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.empty-state strong { display: grid; place-items: center; width: 88px; height: 88px; border: 2px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.empty-state h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.empty-state p { max-width: 760px; margin: 0; color: #c7d2de; line-height: 1.7; }

.events { background: var(--cream); }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-card { min-height: 410px; padding: 34px; position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.event-card::before { content: ""; width: 220px; height: 220px; position: absolute; right: -70px; top: -70px; border-radius: 50%; background: var(--blue); opacity: .9; }
.event-card:nth-child(2)::before { background: var(--coral); }
.event-date { width: fit-content; padding: 9px 12px; position: relative; z-index: 1; border-radius: 999px; background: var(--night); color: white; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-card h3 { max-width: 520px; margin: auto 0 12px; position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 500; line-height: 1.02; }
.event-card p { max-width: 580px; margin: 0 0 20px; position: relative; z-index: 1; color: var(--muted); line-height: 1.65; }
.event-card a { width: fit-content; position: relative; z-index: 1; color: var(--copper-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }

.agency { display: grid; grid-template-columns: .75fr 1.25fr; background: var(--night); color: white; }
.agency-image { min-height: 620px; overflow: hidden; background: var(--navy-soft); }
.agency-image img { width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; object-position: center; }
.agency-copy { padding: clamp(70px, 9vw, 136px) max(6vw, calc((100vw - var(--max)) / 2)); padding-left: 7vw; align-self: center; }
.agency-copy .eyebrow { color: #efbe91; background: rgba(189,115,56,.22); }
.agency-copy p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: #c7d2de; line-height: 1.82; }

.services { background: var(--paper); }
.service-grid, .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-grid article, .team-grid article { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); }
.service-grid span, .team-grid span { color: var(--copper-dark); font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; }
.service-grid h3, .team-grid h3 { margin: auto 0 14px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.service-grid p, .team-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.team { background: var(--cream); }
.team-grid article:nth-child(2) { background: #dfe8e9; }
.team-grid article:nth-child(3) { background: #f2e4b9; }
.team-grid article:nth-child(4) { background: #ead0cb; }

.contact { padding: clamp(86px, 10vw, 150px) max(5vw, calc((100vw - var(--max)) / 2)); text-align: center; background: var(--copper); color: white; }
.contact .eyebrow { margin-inline: auto; background: rgba(8,27,51,.15); color: white; }
.contact h2 { margin-inline: auto; }
.contact p:not(.eyebrow) { max-width: 760px; margin: 28px auto 0; line-height: 1.75; }
.contact-email { display: inline-flex; margin-top: 28px; padding: 14px 20px; border: 2px solid rgba(255,255,255,.75); border-radius: 999px; color: white; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 900; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.contact-email:hover, .contact-email:focus-visible { background: white; color: var(--night); transform: translateY(-2px); }
.contact-status { margin-top: 30px; display: inline-flex; padding: 13px 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

footer { padding: 38px max(5vw, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 170px 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: .76rem; }
footer img { width: 150px; }
footer p:nth-child(2) { text-align: center; }
.platform-credit { display: inline-block; margin-top: 7px; font-weight: 800; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav { padding: 34px 5vw; position: fixed; inset: 88px 0 auto 0; display: none; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { font-size: .86rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 600px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .talent-grid { grid-template-columns: repeat(2, 1fr); }
  .name-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .agency { grid-template-columns: 1fr; }
  .agency-image, .agency-image img { min-height: 480px; max-height: 700px; }
  .agency-copy { padding: 80px 6vw; }
}

@media (max-width: 700px) {
  .site-header { min-height: 76px; padding-block: 9px; }
  .brand img { width: 120px; height: 48px; }
  .main-nav { inset-block-start: 76px; }
  .hero-copy { padding: 68px 6vw; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.8rem); }
  .hero-art { min-height: 430px; padding: 28px 18px 55px; gap: 9px; }
  .hero-art figure { border-width: 4px; }
  .hero-art p { left: 18px; bottom: 15px; }
  .proof { justify-content: flex-start; }
  .section { padding-inline: 6vw; }
  .roster-summary { align-items: flex-start; flex-direction: column; }
  .talent-grid, .event-grid, .service-grid, .team-grid { grid-template-columns: 1fr; }
  .name-grid { grid-template-columns: 1fr; }
  .empty-state { grid-template-columns: 1fr; }
  .event-card { min-height: 360px; padding: 26px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin-inline: auto; }
  footer p:nth-child(2) { text-align: center; }
}
