:root {
  --ink: #11100e;
  --ink-soft: #1a1814;
  --cream: #f6f1e5;
  --cream-deep: #ded2bb;
  --gold: #c9a456;
  --gold-light: #dfc783;
  --paper: #fffdf8;
  --line: rgba(143, 108, 42, .27);
  --muted: #72695a;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #e9dfcc;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { max-width: 1380px; margin: 0 auto; background: var(--cream); overflow: hidden; box-shadow: 0 0 70px rgba(51,42,27,.16); }

.site-header {
  min-height: 112px;
  padding: 17px clamp(22px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 253, 248, .97);
  font-family: var(--serif);
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo-wrap, .footer-logo-wrap {
  display: inline-flex; align-items: center; justify-content: center;
}
.brand-logo-wrap { width: 190px; height: 74px; }
.brand-logo, .footer-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { color: #51493d; font-size: .79rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: var(--gold); transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-note { color: #675c4d; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.hero {
  min-height: 720px;
  padding: clamp(58px, 7vw, 86px) clamp(22px, 8vw, 96px) 50px;
  position: relative;
  isolation: isolate;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 79% 22%, rgba(201,164,86,.2), transparent 29%),
    linear-gradient(135deg, #fffdf8 0%, #f4ead7 62%, #eee0c3 100%);
}
.hero-grid {
  position: absolute; z-index: -1; inset: 0 0 0 58%; opacity: .58;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to left, #000, transparent 90%);
}
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: center; gap: clamp(48px, 7vw, 92px); }
.hero-content { min-width: 0; font-family: var(--serif); }
.hero-portrait { width: min(100%, 355px); margin: 0; position: relative; justify-self: end; aspect-ratio: 3 / 4; padding: 7px; background: rgba(255,253,248,.78); box-shadow: 0 24px 55px rgba(67,51,27,.18); }
.hero-portrait::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: -1; border: 1px solid rgba(155,121,47,.52); }
.hero-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.eyebrow, .section-kicker {
  color: var(--gold-light); font-size: .72rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
}
.hero .eyebrow { font-family: var(--serif); font-size: .86rem; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { display: block; width: 42px; height: 1px; background: var(--gold); }
.hero h1 {
  max-width: 760px; margin: 16px 0 6px;
  font-family: var(--serif); font-size: clamp(5rem, 11.8vw, 9rem);
  font-weight: 500; letter-spacing: -.055em; line-height: .76;
}
.hero h1 em { color: #9b792f; font-style: normal; }
.role { margin: 22px 0 0; color: #51483b; font-family: var(--serif); font-size: .96rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy { max-width: 630px; margin: 18px 0 26px; color: #474034; font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.38rem); font-weight: 600; line-height: 1.45; }
.primary-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 52px; padding: 0 23px; border: 1px solid transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 0; font: 700 .78rem/1 var(--sans); letter-spacing: .08em;
  text-transform: uppercase; text-decoration: none; cursor: pointer; transition: .2s ease;
}
.hero .button { font-family: var(--serif); font-size: .9rem; letter-spacing: .1em; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-dark { color: var(--cream); background: var(--ink); border-color: var(--ink); }
.button-cream { margin-top: 34px; color: var(--ink); background: var(--cream); }
.contact-button { min-width: 190px; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.button:focus-visible, a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.contact-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 27px; }
.contact-row a, .link-button { color: #39332a; font-family: var(--serif); font-size: .88rem; font-weight: 700; letter-spacing: .09em; text-decoration-color: #9b792f; text-underline-offset: 7px; text-transform: uppercase; }
.link-button { padding: 0; border: 0; border-bottom: 1px solid var(--gold); background: transparent; cursor: pointer; }

.section-pad { padding: clamp(76px, 9vw, 126px) clamp(24px, 8vw, 108px); }
.statement { background: var(--paper); color: var(--ink); }
.statement .section-kicker { color: #80662e; }
.statement h2, .section-heading h2, .contact-panel h2 {
  margin: 15px 0 28px; font-family: var(--serif); font-size: clamp(2.9rem, 7vw, 5.7rem); font-weight: 600; letter-spacing: -.04em; line-height: .92;
}
.statement h2 span { color: #98792f; }
.statement .brand-statement { font-weight: 700; letter-spacing: -.035em; }
.statement > p:last-child { max-width: 720px; margin: 0; color: #4c463b; font-size: clamp(1rem, 2vw, 1.22rem); }

.scope { padding-top: clamp(66px, 8vw, 96px); padding-bottom: clamp(66px, 8vw, 96px); color: var(--ink); background: #f1e7d5; }
.section-heading { margin-bottom: 52px; }
.scope-layout { display: grid; grid-template-columns: minmax(265px, .72fr) minmax(0, 1.48fr); border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(74,57,29,.1); }
.scope-intro { padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; color: var(--cream); background: linear-gradient(145deg, #181612, #2a241a); }
.scope-intro h2 { margin: 16px 0 24px; font: 600 clamp(3rem, 6vw, 5rem)/.9 var(--serif); letter-spacing: -.04em; }
.scope-intro > p:last-child { max-width: 360px; margin: 0; color: #d8ccb7; font-size: 1rem; line-height: 1.65; }
.capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--paper); }
.capability-list article { min-height: 142px; padding: 24px 27px; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-content: center; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.capability-list article:hover { background: #f8f1e4; }
.capability-list article:nth-child(2n) { border-right: 0; }
.capability-list article:nth-last-child(-n+2) { border-bottom: 0; }
.capability-list > article > span { padding-top: 4px; color: #8d6c2e; font: 700 .72rem/1 var(--sans); letter-spacing: .14em; }
.capability-list h3 { margin: 0 0 8px; font: 600 1rem/1.35 var(--sans); }
.capability-list p { margin: 0; color: #655c4e; font-size: .86rem; line-height: 1.55; }

.featured { color: var(--ink); background: #faf6ed; }
.feature-card { position: relative; overflow: hidden; border: 1px solid var(--line); }
.stadium-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); color: var(--ink); background: linear-gradient(135deg, #fffdf8, #eee1c9); }
.stadium-copy { padding: clamp(32px, 5vw, 58px); align-self: center; }
.card-topline { display: flex; justify-content: space-between; gap: 20px; color: #6c6253; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.feature-number { margin-top: 58px; color: #8d6c2e; font-size: .72rem; letter-spacing: .18em; }
.stadium-card h3, .media-card h3 { margin: 8px 0 16px; font-family: var(--serif); font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 600; line-height: .95; }
.stadium-card p { position: relative; z-index: 1; max-width: 690px; color: #4d463a; }
.scope-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.scope-tags span { padding: 8px 12px; border: 1px solid rgba(141,108,46,.37); color: #4c4437; background: rgba(255,255,255,.54); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.stadium-gallery { min-height: 590px; background: #e8ddc9; }
.stadium-gallery img { display: block; width: 100%; height: 100%; min-width: 0; object-fit: cover; object-position: 51% center; }
.media-card { margin-top: 24px; display: grid; grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr); color: var(--ink); background: var(--paper); }
.media-card .section-kicker { color: #80662e; }
.media-card p:not(.section-kicker) { max-width: 650px; color: #4d463a; }
.media-visual { min-width: 0; margin: 0; background: var(--ink); }
.media-visual img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.media-content { padding: clamp(32px, 5vw, 58px); align-self: center; }
.media-content h3 { margin-top: 8px; }
.text-link { display: inline-block; margin-top: 24px; color: #765820; font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; text-underline-offset: 7px; }
.premiere-line { margin-top: 28px; padding: 16px 0; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.premiere-line span { color: #6a5e4a; font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.premiere-line strong { color: #8a6525; font: 600 clamp(1.7rem, 4vw, 2.35rem)/1 var(--serif); }
.media-card blockquote { margin: 28px 0 0; color: #7b5d24; font: 600 clamp(1.45rem, 3vw, 2.15rem)/1.15 var(--serif); }

.contact-panel { color: var(--ink); background: linear-gradient(120deg, #d5b15f 0%, #c29b47 100%); }
.contact-panel .section-kicker { color: #382b13; }
.contact-panel-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: end; gap: clamp(42px, 8vw, 110px); }
.contact-panel h2 { max-width: 700px; margin-bottom: 0; }
.contact-panel-action { padding-left: clamp(0px, 4vw, 52px); border-left: 1px solid rgba(17,16,14,.25); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-details a { font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 600; text-decoration-color: rgba(17,16,14,.42); text-underline-offset: 7px; }

.site-footer { padding: 58px clamp(24px, 8vw, 108px) 26px; display: grid; grid-template-columns: minmax(230px, 1.5fr) minmax(150px, .7fr) minmax(150px, .7fr); gap: 38px 64px; color: #5d5548; background: var(--ink); font-size: .75rem; }
.footer-logo-wrap { width: 184px; height: 70px; text-decoration: none; }
.footer-brand p { margin: 18px 0 0; color: #beb29e; font: 600 1.18rem/1.35 var(--serif); letter-spacing: .01em; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-column span { margin-bottom: 8px; color: var(--gold-light); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { color: #d6ccba; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--gold-light); }
.footer-bottom { grid-column: 1 / -1; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(223,199,131,.22); color: #8f8577; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-copy { white-space: nowrap; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 20; padding: 12px 18px; color: var(--ink); background: var(--cream); font-size: .78rem; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); transition: .25s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.modal { position: fixed; z-index: 30; inset: 0; display: none; place-items: center; padding: 20px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.82); cursor: pointer; }
.modal-card { position: relative; z-index: 1; width: min(100%, 430px); padding: 34px; color: var(--ink); background: var(--cream); box-shadow: 0 25px 80px rgba(0,0,0,.45); text-align: center; }
.modal-card .section-kicker { margin: 0; color: #80662e; }
.modal-card h2 { margin: 5px 0 20px; font: 600 2.7rem/1 var(--serif); }
.modal-card img { width: min(100%, 280px); height: auto; padding: 12px; background: #fff; }
.modal-card p:not(.section-kicker) { color: #4d463a; }
.modal-card > a { color: #6d5523; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-underline-offset: 6px; }
.modal-close { position: absolute; top: 10px; right: 14px; padding: 3px 8px; border: 0; color: var(--ink); background: transparent; font: 400 2rem/1 var(--serif); cursor: pointer; }
body.modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .site-header { min-height: 88px; }
  .brand-logo-wrap { width: 142px; height: 56px; }
  .site-nav { display: none; }
  .header-note { font-size: .62rem; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 62px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-portrait { width: min(86%, 390px); margin: 26px auto 0; justify-self: center; }
  .hero-grid { left: 40%; }
  .hero h1 { margin-top: 18px; font-size: clamp(4.2rem, 22vw, 6.5rem); line-height: .76; }
  .hero-copy { margin-top: 20px; }
  .contact-row { gap: 18px 24px; }
  .scope-layout { grid-template-columns: 1fr; }
  .scope-intro { min-height: 260px; }
  .capability-list article { min-height: 140px; padding: 22px 20px; }
  .card-topline { flex-direction: column; gap: 5px; }
  .feature-number { margin-top: 50px; }
  .stadium-card { grid-template-columns: 1fr; }
  .stadium-gallery { min-height: 430px; }
  .media-card { grid-template-columns: 1fr; }
  .media-visual img { height: auto; object-fit: contain; }
  .contact-panel-grid { grid-template-columns: 1fr; align-items: start; gap: 38px; }
  .contact-panel-action { padding-left: 0; padding-top: 30px; border-top: 1px solid rgba(17,16,14,.25); border-left: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-logo-wrap { width: 172px; height: 66px; }
}

@media (max-width: 420px) {
  .primary-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 14px; }
  .contact-row { justify-content: space-between; gap: 16px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list article, .capability-list article:nth-child(2n), .capability-list article:nth-last-child(-n+2) { min-height: 126px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-list article:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
}

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