@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/barlow-condensed-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin.woff2") format("woff2"); font-weight: 400 800; font-style: normal; font-display: swap; }

:root {
  --ink: #17211d;
  --ink-2: #26322d;
  --field: #f0eee7;
  --paper: #fbfaf6;
  --brass: #c39a52;
  --brass-dark: #8a672d;
  --olive: #66705b;
  --sage: #b7c0ac;
  --line: #d5d1c6;
  --white: #ffffff;
  --error: #a3362d;
  --success: #1c6b47;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(9, 17, 13, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body::selection { color: var(--ink); background: #e4c68e; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; width: 280px; padding: 8px 14px; border-radius: 3px; background: rgba(255,255,255,.94); }
.brand img { width: 100%; height: auto; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-contact { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 14px; font-weight: 600; text-decoration: none; }
.header-contact svg { width: 18px; fill: var(--brass); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--brass); border-radius: 2px; color: var(--ink); background: var(--brass); font-size: 14px; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { border-color: #d7b36e; background: #d7b36e; transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #e2b45d; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 12px; }
.button-dark { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button-dark:hover { border-color: var(--ink-2); background: var(--ink-2); }
.button-light { color: var(--ink); border-color: var(--white); background: var(--white); }

.hero { position: relative; min-height: 840px; overflow: hidden; color: var(--white); background-color: var(--ink); background-image: linear-gradient(90deg, rgba(12,22,17,.96) 0%, rgba(18,29,24,.89) 44%, rgba(18,29,24,.62) 100%), url("assets/gallery-01.jpg"); background-position: center; background-size: cover; }
.hero::after { position: absolute; right: -100px; bottom: -180px; width: 520px; height: 520px; border: 1px solid rgba(195,154,82,.32); border-radius: 50%; box-shadow: 0 0 0 80px rgba(195,154,82,.05), 0 0 0 160px rgba(195,154,82,.04); content: ""; pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); gap: clamp(48px, 7vw, 100px); align-items: center; padding-top: 142px; padding-bottom: 76px; }
.eyebrow { margin: 0 0 22px; color: var(--brass); font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 12px; padding-right: 12px; border-right: 1px solid currentColor; }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.025em; line-height: .94; text-transform: uppercase; }
.hero h1 { max-width: 720px; font-size: clamp(56px, 6.5vw, 92px); }
.hero h1 em { color: var(--brass); font-style: normal; }
.hero-lede { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.event-lockup { display: flex; max-width: 540px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.date-block { display: flex; align-items: center; gap: 12px; padding: 15px 24px 15px 0; }
.date-number { font-family: var(--display); font-size: 46px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.date-meta { color: var(--brass); font-family: var(--display); font-size: 15px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.venue-block { display: flex; flex-direction: column; justify-content: center; padding: 15px 0 15px 24px; border-left: 1px solid rgba(255,255,255,.24); }
.venue-block strong { font-size: 15px; }
.venue-block > span:last-child { color: rgba(255,255,255,.64); font-size: 13px; }
.micro-label { color: var(--brass); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 6px; color: var(--brass); }

.enquiry-card { padding: 30px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin: 4px 0 8px; font-family: var(--display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.form-heading p { margin: 0; color: #606961; font-size: 13px; line-height: 1.6; }
.form-heading .micro-label { color: var(--brass-dark); }
.form-status { display: none; margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid; font-size: 13px; font-weight: 600; }
.form-status.success { display: block; color: var(--success); background: #e7f2eb; }
.form-status.error { display: block; color: var(--error); background: #f8e9e6; }
form { margin-top: 20px; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }
.interest-picker { margin: 0 0 18px; padding: 0; border: 0; }
.interest-picker legend, .field label { display: block; margin-bottom: 7px; color: #3f4942; font-size: 11px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.interest-picker legend span, .field label span { color: var(--error); }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice > span { display: flex; min-height: 64px; flex-direction: column; justify-content: center; padding: 10px 13px; border: 1px solid var(--line); background: var(--white); transition: border .2s, background .2s; }
.choice b { font-family: var(--display); font-size: 18px; letter-spacing: .02em; text-transform: uppercase; }
.choice small { color: #737b75; font-size: 10px; }
.choice input:checked + span { border-color: var(--brass-dark); background: #f3ead8; box-shadow: inset 4px 0 0 var(--brass); }
.choice input:focus-visible + span { outline: 3px solid #e2b45d; outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-full { grid-column: 1 / -1; }
.field input { width: 100%; height: 45px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); font-size: 13px; }
.field input::placeholder { color: #9a9e99; }
.field input:focus { border-color: var(--brass-dark); outline: 2px solid rgba(195,154,82,.22); }
.field input:user-invalid { border-color: #c9786f; }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0; color: #687069; font-size: 11px; line-height: 1.45; }
.consent input { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--brass-dark); }
.button-submit { width: 100%; border: 0; }
.button-submit svg { width: 20px; fill: currentColor; }

.proof-band { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: var(--field); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 22px 34px; border-left: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { color: var(--ink); font-family: var(--display); font-size: 39px; line-height: 1; }
.proof-grid span { margin-top: 5px; color: #69716b; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.section { position: relative; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading-solo { grid-template-columns: 1fr; }
.section-heading .eyebrow { margin-bottom: 13px; color: var(--brass-dark); }
.section-heading h2, .final-cta h2 { max-width: 710px; font-size: clamp(46px, 5vw, 70px); }
.section-heading > p { margin: 0; color: #646d66; font-size: 15px; }
.highlight-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.feature-image { position: relative; margin: 0; }
.feature-image::before { position: absolute; z-index: -1; top: -15px; left: -15px; width: 42%; height: 64%; border: 1px solid var(--brass); content: ""; }
.feature-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.benefit { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.benefit:last-child { border-bottom: 1px solid var(--line); }
.benefit-marker { display: grid; width: 43px; height: 43px; place-items: center; color: var(--brass-dark); border: 1px solid var(--brass); font-family: var(--display); font-size: 14px; font-weight: 700; }
.benefit h3 { margin: 0 0 6px; font-family: var(--display); font-size: 28px; line-height: 1; text-transform: uppercase; }
.benefit p { margin: 0; color: #666f68; font-size: 13px; }

.sectors { color: var(--white); background: var(--ink); }
.section-heading-light .eyebrow { color: var(--brass); }
.section-heading-light > p { color: rgba(255,255,255,.6); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.sector-card { min-height: 230px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, transform .25s; }
.sector-card:hover { background: var(--ink-2); transform: translateY(-3px); }
.sector-card h3 { max-width: 260px; margin: 36px 0 10px; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.sector-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.55; }

.audience { background: var(--field); }
.audience-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.audience-copy { position: sticky; top: 120px; }
.audience-copy .eyebrow { color: var(--brass-dark); }
.audience-copy h2 { font-size: clamp(48px, 5vw, 68px); }
.audience-copy > p:not(.eyebrow) { max-width: 450px; margin: 24px 0 32px; color: #626a64; }
.audience-list { border-top: 1px solid #bfc0b9; }
.audience-list div { display: grid; grid-template-columns: 130px 1fr; gap: 30px; align-items: center; padding: 27px 0; border-bottom: 1px solid #bfc0b9; }
.audience-list span { color: var(--brass-dark); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.audience-list strong { font-family: var(--display); font-size: 26px; font-weight: 600; line-height: 1.1; text-transform: uppercase; }

.gallery { background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 2px; max-width: 1500px; margin-inline: auto; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 410px; object-fit: cover; filter: saturate(.72); transition: filter .35s, transform .5s; }
.gallery figure:hover img { filter: saturate(1); transform: scale(1.02); }
.final-cta { padding: 78px 0; color: var(--white); background: var(--brass-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { margin-bottom: 8px; color: #f2dfba; font-size: 20px; }
.final-cta h2 { max-width: 760px; }

.site-footer { padding: 58px 0 24px; color: rgba(255,255,255,.72); background: #101713; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .5fr; gap: 70px; align-items: start; }
.footer-brand img { width: 260px; padding: 8px; background: var(--white); }
.footer-brand p { max-width: 430px; margin: 16px 0 0; font-size: 16px; line-height: 1.55; }
.footer-grid > div { display: flex; flex-direction: column; gap: 6px; }
.footer-grid a { font-size: 16px; text-decoration: none; }
.footer-grid a:hover { color: var(--brass); }
.footer-label { margin-bottom: 6px; color: var(--brass); font-family: var(--display); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { align-items: flex-start; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr 410px; gap: 42px; }
  .hero h1 { font-size: clamp(52px, 6vw, 70px); }
  .highlight-layout { gap: 42px; }
  .audience-layout { gap: 58px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 720px); }
  .site-header { position: absolute; }
  .brand { width: 220px; }
  .header-contact { display: none; }
  .hero { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 126px; }
  .hero-copy { max-width: 680px; }
  .enquiry-card { max-width: 620px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(3) { border-top: 1px solid var(--line); }
  .proof-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .highlight-layout, .audience-layout { grid-template-columns: 1fr; }
  .audience-copy { position: static; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery figure:last-child { grid-column: 1 / -1; }
  .gallery img { height: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row !important; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 24px, 520px); }
  .header-inner { min-height: 72px; }
  .brand { width: 188px; padding: 6px 9px; }
  .header-actions .button { display: none; }
  .hero-layout { gap: 36px; padding-top: 110px; padding-bottom: 48px; }
  .hero h1 { font-size: 52px; }
  .hero-lede { font-size: 15px; line-height: 1.65; }
  .event-lockup { align-items: stretch; }
  .date-block { padding-right: 14px; }
  .date-number { font-size: 36px; }
  .venue-block { padding-left: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { display: none; }
  .enquiry-card { padding: 22px 18px; }
  .form-heading h2 { font-size: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .proof-grid strong { font-size: 31px; }
  .proof-grid div { min-height: 90px; padding: 18px; }
  .proof-grid span { font-size: 9px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .audience-copy h2, .final-cta h2 { font-size: 44px; }
  .benefit { grid-template-columns: 42px 1fr; gap: 14px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 195px; }
  .sector-card h3 { margin-top: 28px; }
  .audience-layout { gap: 48px; }
  .audience-list div { grid-template-columns: 1fr; gap: 7px; padding: 21px 0; }
  .audience-list strong { font-size: 23px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery figure:last-child { grid-column: auto; }
  .gallery img { height: 260px; }
  .final-cta { padding: 58px 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .mobile-cta { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: flex; min-height: 58px; align-items: center; justify-content: center; color: var(--ink); background: var(--brass); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
}

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