:root {
    --charcoal: #282F2B;
    --charcoal-2: #1b201d;
    --gold: #D4963E;
    --olive: #4F5C2C;
    --neutral: #F5F3EE;
    --white: #fff;
    --ink: #202522;
    --muted: #66706a;
    --line: rgba(40, 47, 43, .16);
    --max: 1240px;
    --radius: 2px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--neutral);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

body.menu-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin-inline: auto
}

.section {
    padding: 110px 0
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
    color: var(--olive);
    margin: 0 0 16px
}

.eyebrow.light {
    color: #e3b36d
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: .25s ease;
    cursor: pointer
}

.btn-gold {
    background: var(--gold);
    color: #161a17
}

.btn-gold:hover {
    background: #e2ad61;
    transform: translateY(-2px)
}

.btn-charcoal {
    background: var(--charcoal);
    color: white
}

.btn-charcoal:hover {
    background: #111512;
    transform: translateY(-2px)
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .35);
    color: white
}

.btn-outline-light:hover {
    background: white;
    color: var(--charcoal)
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px
}

.text-link.light {
    color: white
}

.text-link span {
    font-size: 17px
}

.site-header {
    height: 92px;
    background: rgba(27, 32, 29, .97);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 28px
}

.brand img {
    height: 80px;
    width: auto
}

.event-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .7)
}

.event-meta strong {
    font-size: 13px;
    color: white
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px
}

.menu-btn,
.menu-close {
    appearance: none;
    border: 0;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer
}

.menu-lines {
    width: 26px;
    display: grid;
    gap: 5px
}

.menu-lines i {
    height: 1px;
    background: white;
    display: block
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: var(--charcoal);
    color: white;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .35s ease;
    overflow: auto
}

.menu-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: none
}

.menu-top {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.menu-logo {
    height: 88px;
    width: auto
}

.menu-close b {
    font-size: 34px;
    font-weight: 300;
    line-height: 1
}

.menu-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 80px;
    padding-top: 62px;
    padding-bottom: 70px
}

.menu-links {
    display: grid
}

.menu-links a {
    font-size: clamp(24px, 3vw, 44px);
    font-weight: 600;
    line-height: 1.18;
    padding: 10px 0;
    transition: .2s
}

.menu-links a:hover {
    color: var(--gold);
    padding-left: 10px
}

.menu-side {
    border-left: 1px solid rgba(255, 255, 255, .15);
    padding-left: 50px;
    align-self: start
}

.menu-side h3 {
    font-size: 28px;
    margin: 8px 0
}

.menu-side p {
    color: rgba(255, 255, 255, .68);
    margin-bottom: 28px
}

.hero {
    position: relative;
    min-height: 760px;
    height: 92vh;
    max-height: 980px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0d0f0e;
    color: white
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 10, 9, .90) 0%, rgba(8, 10, 9, .67) 42%, rgba(8, 10, 9, .15) 80%), linear-gradient(0deg, rgba(8, 10, 9, .55), transparent 50%)
}

.hero-lines:before,
.hero-lines:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    background: rgba(255, 255, 255, .32);
    top: -10%;
    right: 24%;
    transform: rotate(29deg)
}

.hero-lines:after {
    right: 18%;
    transform: rotate(-29deg);
    background: rgba(212, 150, 62, .55)
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    padding-top: 180px
}

.hero h1 {
    font-size: clamp(46px, 6.2vw, 92px);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 920px;
    margin: 0 0 28px;
    font-weight: 650
}

.hero h1 span,
.section-heading h2 span,
.market-content h2 span,
.talks h2 span {
    color: var(--gold)
}

.hero-location {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .75);
    margin: 0 0 35px
}

.hero-actions {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap
}

.stats-bar {
    background: var(--gold);
    color: #171b18
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.stats-grid div {
    padding: 28px 30px;
    border-right: 1px solid rgba(0, 0, 0, .16);
    display: flex;
    align-items: baseline;
    gap: 14px
}

.stats-grid div:last-child {
    border-right: 0
}

.stats-grid strong {
    font-size: 30px;
    line-height: 1
}

.stats-grid span {
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 11px;
    font-weight: 700
}

.split-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: start
}

.section-heading h2,
.market-content h2 {
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.05;
    letter-spacing: -.035em;
    margin: 0;
    font-weight: 650
}

.section-heading.narrow {
    max-width: 850px
}

.section-heading.centered {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px
}

.sectors-heading {
    text-align: left;
    max-width: 850px;
    margin: 0 0 70px;
}

.intro-copy {
    font-size: 18px;
    color: #48504b
}

.intro-copy p:first-child {
    margin-top: 0
}

.intro-copy .btn {
    margin-top: 18px
}

.market-section {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(500px, 1.18fr);
    align-items: stretch;
    min-height: 0;
    background: white
}

/*
 * The image must follow the height of .market-content, not determine it.
 * Keeping the image absolutely positioned removes its intrinsic height
 * from the grid calculation while still allowing it to fill the full
 * height of the left column.
 */
.market-image {
    position: relative;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    height: auto;
    overflow: hidden
}

.market-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center
}

.market-content {
    padding: 95px max(48px, calc((100vw - var(--max))/2)) 85px 72px
}

.market-content>p {
    color: #59615d
}

.market-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 45px 0 35px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.market-stats > div {
    padding: 23px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.market-stats strong {
    display: block;
    color: var(--olive);
    font-size: 20px;
    margin-bottom: 4px
}

.market-stats span {
    font-size: 12px;
    color: #68706c
}


.quote-section {
    position: relative;
    overflow: hidden;
    background: var(--olive);
    color: white;
    padding: 95px 0
}

.quote-section>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .42
}

.quote-wrap {
    position: relative;
    max-width: 950px
}

.quote-mark {
    font-family: Georgia, serif;
    font-size: 100px;
    color: var(--gold);
    line-height: .5;
    margin-bottom: 25px
}

.quote-wrap blockquote {
    font-size: clamp(12px, 2.5vw, 24px);
    line-height: 1.35;
    margin: 0;
    font-weight: 300;
    letter-spacing: -.02em
}

.quote-credit {
    margin-top: 36px;
    display: flex;
    flex-direction: column
}

.quote-credit strong {
    color: #efc381
}

.quote-credit span {
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.why {
    background: var(--neutral)
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.why-card {
    min-height: 310px;
    padding: 38px 40px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
    background: rgba(255, 255, 255, .25);
    transition: .3s
}

.why-card:hover {
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(33, 39, 35, .07);
    z-index: 2
}

.why-card:last-child {
    grid-column: 1/-1;
    min-height: auto
}

.why-no {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em
}

.why-card h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 18px 0 14px
}

.why-card p {
    color: #646d68;
    font-size: 14px;
    margin: 0;
    max-width: 600px
}

.section-cta {
    text-align: center;
    margin-top: 45px
}

.sectors {
    background: white
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.sector-card {
    min-height: 218px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .25s
}

.sector-card:hover {
    background: var(--neutral)
}

.sector-icon {
    height: 82px;
    display: flex;
    align-items: flex-start
}

.sector-icon img {
    width: 85px;
    height: 82px;
    object-fit: contain
}

.sector-card h3 {
    font-size: 15px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 24px 0 0;
    max-width: 210px
}

.talks {
    position: relative;
    background: var(--charcoal);
    color: white;
    padding: 120px 0;
    overflow: hidden
}

.talks-device {
    position: absolute;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(212, 150, 62, .16);
    right: -180px;
    top: -190px;
    transform: rotate(45deg)
}

.talks-device:before,
.talks-device:after {
    content: "";
    position: absolute;
    inset: 95px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.talks-device:after {
    inset: 190px
}

.talks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative
}

.talks h2 {
    font-size: clamp(54px, 7vw, 90px);
    line-height: 1;
    margin: 0 0 28px;
    letter-spacing: -.04em
}

.talks-intro>p:last-child {
    color: rgba(255, 255, 255, .66);
    font-size: 17px
}

.talk-topics {
    padding-top: 40px
}

.talk-topics h3 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .16em;
    color: var(--gold);
    margin-bottom: 22px
}

.talk-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.talk-topics li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 16px
}

.talk-topics li:before {
    content: "↗";
    color: var(--gold);
    margin-right: 15px
}

.site-footer {
    position: relative;
    background: #151916;
    color: white;
    overflow: hidden
}

.footer-main {
    min-height: 280px;
    padding-top: 65px;
    padding-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2
}

.footer-brand {
    display: flex;
    gap: 28px;
    align-items: center
}

.footer-logo {
    height: 105px;
    width: auto
}

.footer-brand div {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    color: rgba(255, 255, 255, .6)
}

.footer-brand strong {
    font-size: 15px;
    color: white;
    margin-bottom: 4px
}

.footer-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    position: relative;
    z-index: 2
}

.footer-bottom .container {
    min-height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.footer-links {
    display: flex;
    gap: 25px
}

.footer-links a:hover {
    color: white
}

.footer-art {
    position: absolute;
    right: -30px;
    bottom: -100px;
    width: 250px;
    opacity: .16
}

.page-hero,
.legal-hero {
    background: var(--charcoal);
    color: white;
    padding: 190px 0 90px;
    position: relative;
    overflow: hidden
}

.page-hero-lines:before,
.page-hero-lines:after,
.legal-hero:before,
.legal-hero:after {
    content: "";
    position: absolute;
    height: 500px;
    width: 1px;
    background: rgba(255, 255, 255, .13);
    right: 24%;
    top: -120px;
    transform: rotate(32deg)
}

.page-hero-lines:after,
.legal-hero:after {
    right: 16%;
    transform: rotate(-32deg);
    background: rgba(212, 150, 62, .3)
}

.page-hero h1,
.legal-hero h1 {
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1;
    margin: 0 0 22px;
    letter-spacing: -.04em
}

.page-hero p:last-child,
.legal-hero p:last-child {
    max-width: 720px;
    color: rgba(255, 255, 255, .67);
    font-size: 17px
}

.form-section {
    padding: 90px 0 120px;
    background: var(--neutral)
}

.form-grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 90px;
    align-items: start
}

.form-copy h2 {
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 20px
}

.form-copy p:last-child {
    color: #68706c
}

.hubspot-form-slot {
    background: white;
    min-height: 530px;
    padding: 45px;
    border: 1px solid rgba(40, 47, 43, .12);
    box-shadow: 0 20px 50px rgba(40, 47, 43, .06)
}

.embed-placeholder {
    height: 440px;
    border: 1px dashed rgba(79, 92, 44, .38);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: #7a827e
}

.embed-placeholder span {
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 12px;
    font-weight: 700;
    color: var(--olive)
}

.legal-section {
    padding: 90px 0 120px;
    background: white
}

.policy-wrap {
    max-width: 900px
}

.policy-intro {
    font-size: 21px;
    color: #59615d;
    margin: 0 0 55px;
    border-left: 4px solid var(--gold);
    padding-left: 25px
}

.policy-content h2 {
    font-size: 24px;
    margin: 45px 0 12px;
    color: var(--charcoal)
}

.policy-content p,
.policy-content li {
    color: #59615d
}

.policy-content ul {
    padding-left: 22px
}

.policy-content a {
    color: var(--olive);
    text-decoration: underline
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media (max-width:1050px) {
    .header-inner {
        grid-template-columns: 130px 1fr auto
    }

    .event-meta span {
        display: none
    }

    .header-cta {
        display: none
    }

    .split-intro,
    .talks-grid {
        gap: 55px
    }

    .market-section {
        grid-template-columns: .75fr 1.25fr
    }

    .market-content {
        padding-left: 48px
    }

    .sector-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-main {
        align-items: flex-start;
        flex-direction: column
    }

    .footer-cta {
        justify-content: flex-start
    }

    .footer-art {
        right: 0
    }
}

@media (max-width:800px) {
    .container {
        width: min(calc(100% - 32px), var(--max))
    }

    .section {
        padding: 78px 0
    }

    .site-header {
        height: 82px
    }

    .header-inner {
        grid-template-columns: 105px 1fr auto;
        gap: 14px
    }

    .brand img {
        height: 58px
    }

    .event-meta {
        font-size: 9px
    }

    .event-meta strong {
        font-size: 10px
    }

    .menu-btn>span:first-child {
        display: none
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .menu-side {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        padding: 30px 0 0
    }

    .hero {
        height: auto;
        min-height: 700px
    }

    .hero-content {
        padding: 180px 0 70px
    }

    .hero h1 {
        font-size: clamp(42px, 12vw, 68px)
    }

    .hero-shade {
        background: linear-gradient(90deg, rgba(8, 10, 9, .9), rgba(8, 10, 9, .42)), linear-gradient(0deg, rgba(8, 10, 9, .7), transparent 60%)
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

    .stats-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding: 20px 0;
        justify-content: space-between
    }

    .split-intro {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .market-section {
        grid-template-columns: 1fr
    }

    .market-image {
        min-height: 420px;
        height: 56vh
    }

    .market-content {
        padding: 70px 24px
    }

    .why-grid {
        grid-template-columns: 1fr
    }

    .why-card:last-child {
        grid-column: auto
    }

    .sector-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .talks-grid {
        grid-template-columns: 1fr
    }

    .talk-topics {
        padding-top: 0
    }

    .footer-brand {
        align-items: flex-start
    }

    .footer-logo {
        height: 90px
    }

    .footer-cta {
        width: 100%
    }

    .footer-cta .btn {
        flex: 1 1 210px
    }

    .footer-bottom .container {
        padding: 22px 0;
        align-items: flex-start;
        flex-direction: column
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .hubspot-form-slot {
        padding: 22px
    }

    .page-hero,
    .legal-hero {
        padding-top: 160px
    }

    .policy-wrap {
        max-width: 100%
    }
}

@media (max-width:520px) {
    .event-meta {
        display: none
    }

    .header-inner {
        grid-template-columns: 1fr auto
    }

    .brand img {
        height: 55px
    }

    .menu-top {
        height: 95px
    }

    .menu-logo {
        height: 68px
    }

    .menu-links a {
        font-size: 27px
    }

    .hero {
        min-height: 650px
    }

    .hero-content {
        padding-top: 155px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .market-stats {
        grid-template-columns: 1fr
    }

    .sector-grid {
        grid-template-columns: 1fr 1fr
    }

    .sector-card {
        min-height: 190px;
        padding: 22px 16px
    }

    .sector-card h3 {
        font-size: 12px
    }

    .why-card {
        padding: 30px 24px
    }

    .footer-brand {
        flex-direction: column
    }

    .footer-logo {
        height: 80px
    }

    .page-hero h1,
    .legal-hero h1 {
        font-size: 45px
    }

    .form-section,
    .legal-section {
        padding: 65px 0 85px
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .btn {
        transition: none
    }
}