:root {
  --ink: #211f1f;
  --paper: #f4f0e9;
  --white: #fffdf9;
  --muted: #77716b;
  --line: #d8d1c8;
  --red: #ee1c25;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: min(1320px, calc(100% - 96px)); margin: 0 auto; }
.section { padding: 140px 0; }
.eyebrow { margin: 0 0 25px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.on-dark { color: #ff4b51; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
h2 { margin-bottom: 32px; font-size: clamp(48px, 6vw, 88px); line-height: .95; }
h1 span, h2 span { display: block; }
.lead { color: #5e5954; font-size: 18px; line-height: 1.7; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 98px; display: flex; align-items: center; padding: 0 48px; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.logo-link { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.logo-link span { display: flex; flex-direction: column; gap: 3px; }
.logo-link strong { font-size: 10px; letter-spacing: .08em; }
.logo-link small { font-size: 6px; letter-spacing: .12em; opacity: .65; }
.nav { display: flex; gap: 38px; margin-left: auto; }
.nav a { position: relative; font-size: 12px; letter-spacing: .04em; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--red); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; margin-left: 42px; }
.lang { width: 48px; height: 36px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; cursor: pointer; font-size: 10px; letter-spacing: .13em; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 6px auto; background: white; }

.hero { position: relative; min-height: 100svh; height: 900px; overflow: hidden; color: white; background: var(--ink); }
.hero-image { position: absolute; inset: 0 0 0 48%; background: url('/images/event-03.jpg') center/cover no-repeat; transform: scale(1.02); animation: settle 1.4s ease-out forwards; }
@keyframes settle { from { transform: scale(1.08); opacity: .7; } to { transform: scale(1.02); opacity: 1; } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #211f1f 0%, #211f1f 45%, rgba(33,31,31,.72) 63%, rgba(33,31,31,.18) 100%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 80px; }
.hero h1 { width: 680px; max-width: 67%; margin-bottom: 30px; font-size: clamp(68px, 8.4vw, 124px); line-height: .86; }
.hero-copy { width: 550px; max-width: 51%; margin-bottom: 38px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; }
.button { height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; padding: 0 22px; font-size: 12px; letter-spacing: .03em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: white; }
.button.primary:hover { background: #d81720; }
.button.ghost { border: 1px solid rgba(255,255,255,.35); }
.button.ghost:hover { background: white; color: var(--ink); }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 38px; display: flex; justify-content: space-between; padding-top: 16px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.18); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.section-head { display: grid; grid-template-columns: 1fr 1fr; column-gap: 9vw; }
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 { grid-column: 1; }
.section-head .lead { grid-column: 2; align-self: end; margin-bottom: 32px; max-width: 520px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { min-height: 180px; padding: 34px 24px 28px 0; border-right: 1px solid var(--line); }
.metric:not(:first-child) { padding-left: 28px; }
.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 40px; font-family: Georgia, serif; font-size: 48px; font-weight: 400; }
.metric span { display: block; max-width: 160px; color: var(--muted); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.trust-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); margin-top: 100px; }
.trust-grid > h3 { max-width: 220px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.1; }
.trust-grid article { min-height: 255px; padding: 0 22px 0 25px; border-left: 1px solid var(--line); }
.trust-grid article > span { color: var(--red); font-size: 10px; }
.trust-grid h4 { margin: 90px 0 15px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.trust-grid article p { color: var(--muted); font-size: 13px; line-height: 1.55; }

.work { background: var(--ink); color: white; }
.work-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.work h2 { margin: 0; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; max-width: 510px; }
.filters button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-size: 10px; }
.filters button:hover, .filters button.active { background: white; border-color: white; color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.project-card { position: relative; min-height: 380px; overflow: hidden; background: #333; }
.project-card.featured { grid-column: span 2; }
.project-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(0,0,0,.78)); }
.project-copy { position: absolute; left: 28px; right: 28px; bottom: 25px; }
.project-copy span { color: #ff5257; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.project-copy h3 { margin: 10px 0 9px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.project-copy p { margin: 0; color: rgba(255,255,255,.63); font-size: 11px; }

.section-head.split { grid-template-columns: 1fr .8fr; align-items: end; }
.section-head.split > div { grid-column: 1; }
.section-head.split .lead { grid-column: 2; }
.service-list { margin-top: 72px; border-top: 1px solid var(--line); }
.service-list article { position: relative; display: grid; grid-template-columns: 100px 1fr 1.2fr 30px; align-items: center; min-height: 140px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-list article:hover { padding: 0 20px; background: var(--white); }
.service-list span { color: var(--red); font-size: 10px; }
.service-list h3 { margin: 0; font-family: Georgia, serif; font-size: 35px; font-weight: 400; }
.service-list p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-list i { font-style: normal; color: var(--red); }

.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.feature-image { min-height: 650px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 9vw; }
.feature-copy h2 { font-size: clamp(45px, 5.2vw, 80px); }
.feature-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.light-panel { background: #e9e3dc; }
.dark-panel { background: var(--ink); color: white; }
.dark-panel > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.feature-index { position: absolute; bottom: 45px; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.production-stat { display: flex; align-items: baseline; gap: 12px; margin-top: 40px; color: white; }
.production-stat strong { font-family: Georgia, serif; font-size: 72px; font-weight: 400; }
.production-stat span { color: #ff4b51; font-size: 12px; letter-spacing: .1em; }

.team { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.team-image { height: 630px; }
.team-image img { width: 100%; height: 100%; object-fit: cover; }
.team-copy .lead { max-width: 550px; }
.signature { display: flex; align-items: center; gap: 15px; margin-top: 42px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.signature span { width: 44px; height: 2px; background: var(--red); }

.contact { position: relative; min-height: 680px; color: white; overflow: hidden; background: var(--ink); }
.contact-bg { position: absolute; inset: 0; background: linear-gradient(90deg, #211f1f 5%, rgba(33,31,31,.95) 42%, rgba(33,31,31,.28)), url('/images/event-01.jpg') center right/cover no-repeat; opacity: .95; }
.contact-inner { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.contact h2 { margin-bottom: 28px; font-size: clamp(55px, 6.4vw, 94px); }
.contact-inner > div > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.62); line-height: 1.6; }
.contact-action { justify-self: end; width: min(100%, 360px); }
.contact-action a { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-family: Georgia, serif; font-size: 30px; }
.contact-action a span { color: var(--red); }
.contact-action p { margin-top: 18px; color: rgba(255,255,255,.55); font-size: 12px; }

footer { padding: 65px 0 25px; background: #171616; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 60px; padding-bottom: 70px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-mark { width: 42px; height: 42px; }
.footer-brand div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-size: 12px; letter-spacing: .08em; }
.footer-brand span { color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .14em; }
.footer-main > div:nth-child(2), .footer-main > div:nth-child(3) { display: flex; flex-direction: column; gap: 12px; color: rgba(255,255,255,.58); font-size: 11px; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .shell { width: min(100% - 48px, 900px); }
  .site-header { padding: 0 24px; }
  .nav { gap: 20px; }
  .hero-image { left: 40%; }
  .hero h1 { max-width: 85%; }
  .hero-copy { max-width: 60%; }
  .section-head { column-gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .trust-grid > h3 { grid-column: 1 / -1; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list article { grid-template-columns: 70px 1fr 1.2fr 20px; }
  .feature-copy { padding: 7vw; }
}

@media (max-width: 720px) {
  .shell { width: calc(100% - 36px); }
  .section { padding: 88px 0; }
  .site-header { height: 76px; padding: 0 18px; }
  .header-actions { margin-left: auto; gap: 5px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; margin: 0; padding: 25px 20px 35px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); }
  .nav.open { display: flex; }
  .nav a { padding: 8px 0; font-family: Georgia, serif; font-size: 24px; }
  .hero { height: 820px; }
  .hero-image { inset: 42% 0 0; }
  .hero-shade { background: linear-gradient(180deg, #211f1f 0%, #211f1f 48%, rgba(33,31,31,.45) 78%, rgba(33,31,31,.25)); }
  .hero-content { justify-content: flex-start; padding-top: 160px; }
  .hero h1 { width: auto; max-width: 100%; margin-bottom: 25px; font-size: 62px; }
  .hero-copy { width: auto; max-width: 100%; font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .button { width: 100%; }
  .hero-foot { bottom: 22px; }
  .section-head, .section-head.split { display: block; }
  h2 { font-size: 50px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric { min-height: 145px; border-bottom: 1px solid var(--line); }
  .metric strong { margin-bottom: 24px; font-size: 38px; }
  .trust-grid { display: block; margin-top: 75px; }
  .trust-grid > h3 { margin-bottom: 45px; }
  .trust-grid article { min-height: auto; padding: 22px 0 22px 20px; border-bottom: 1px solid var(--line); }
  .trust-grid h4 { margin: 25px 0 12px; }
  .work-head { display: block; }
  .filters { justify-content: flex-start; margin-top: 35px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-column: auto; }
  .project-card { min-height: 360px; }
  .service-list article { grid-template-columns: 45px 1fr 20px; padding: 30px 0; }
  .service-list article:hover { padding: 30px 12px; }
  .service-list h3 { font-size: 28px; }
  .service-list p { grid-column: 2 / 4; margin-top: 15px; }
  .feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 420px; }
  .feature-copy { min-height: 580px; padding: 70px 24px; }
  .production .feature-copy { order: 2; }
  .production .feature-image { order: 1; }
  .team { grid-template-columns: 1fr; gap: 65px; }
  .team-image { height: 430px; }
  .contact-inner { min-height: 690px; display: block; padding-top: 100px; }
  .contact-bg { background-position: 65% center; opacity: .62; }
  .contact-action { margin-top: 75px; justify-self: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
