:root {
  --color-ink: #061d2d;
  --color-text: #181c20;
  --color-muted: #59636d;
  --color-subtle: #71869a;
  --color-line: #c3c7cc;
  --color-blue: #0041c8;
  --color-surface: #f7f9fe;
  --color-surface-low: #f1f4f9;
  --color-white: #fff;
  --font-display: "Hanken Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-label: "JetBrains Mono", monospace;
  --container: 1280px;
  --gutter: clamp(20px, 3vw, 32px);
  --header-height: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-surface); color: var(--color-text); font-family: var(--font-body); font-size: 16px; line-height: 1.5; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 1000; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #000; }

.reading-progress { position: fixed; inset: 0 auto auto 0; z-index: 1001; width: 0; height: 2px; background: var(--color-blue); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); border-bottom: 1px solid var(--color-line); background: rgba(255,255,255,.98); box-shadow: 0 2px 8px rgba(5,28,44,.06); transition: height .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 64px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.site-branding { flex: 0 0 auto; }
.site-title { font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; letter-spacing: -.03em; }
.custom-logo { width: auto; max-height: 52px; }
.site-nav { margin-left: auto; }
.site-nav__list, .site-nav ul { display: flex; align-items: center; gap: 32px; padding: 0; margin: 0; list-style: none; }
.site-nav a { color: #43474c; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .current-menu-item > a { color: #000; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.header-search label { display: flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid transparent; border-radius: 4px; background: #ebeef3; }
.header-search label:focus-within { border-color: var(--color-blue); }
.header-search svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-search input { width: 130px; padding: 0; border: 0; outline: 0; background: transparent; font-family: var(--font-label); font-size: 12px; }
.account-link { display: grid; width: 28px; height: 28px; place-items: center; }
.account-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease; }
.button:active { transform: scale(.97); }
.button--dark { background: #000; color: #fff; }
.button--blue { background: var(--color-blue); color: #fff; }
.button--dark:hover, .button--dark:focus-visible { background: #25303a; }
.button--blue:hover, .button--blue:focus-visible { background: #0037aa; }
.button--outline-light { border-color: #fff; color: #fff; }
.button--outline-light:hover, .button--outline-light:focus-visible { background: rgba(255,255,255,.12); }
.button-group { display: flex; flex-wrap: wrap; gap: 16px; }

.site-main { padding-top: var(--header-height); }
.hero { display: flex; min-height: 600px; align-items: center; background: var(--color-ink); color: #fff; }
.hero__inner { display: flex; align-items: center; }
.hero__content { max-width: 820px; padding-block: 80px; }
.hero__inner--with-promo { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr); gap: clamp(42px, 6vw, 88px); }
.hero__inner--with-promo .hero__content { max-width: 760px; }
.eyebrow { margin: 0 0 10px; color: #73777d; font-family: var(--font-label); font-size: 12px; font-weight: 500; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { margin-bottom: 16px; color: #b6c4ff; letter-spacing: .14em; }
.eyebrow--blue { color: var(--color-blue); }
.hero h1 { margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(42px, 6vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
.hero__intro { max-width: 620px; margin: 0 0 40px; color: #a6b7c5; font-size: 18px; line-height: 1.65; }
.hero-promo { overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.hero-promo__image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-promo__content { padding: clamp(24px, 3vw, 34px); }
.hero-promo h2 { margin: 0 0 12px; color: #fff; font-family: var(--font-display); font-size: clamp(25px, 3vw, 34px); line-height: 1.18; }
.hero-promo__content > p:not(.eyebrow) { margin: 0 0 22px; color: #b8c7d3; font-size: 15px; line-height: 1.6; }
.hero-promo__link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-family: var(--font-label); font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.hero-promo__link span { font-size: 19px; transition: transform .2s ease; }
.hero-promo__link:hover span, .hero-promo__link:focus-visible span { transform: translateX(4px); }

.section { padding-block: clamp(76px, 10vw, 120px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 30px; margin-bottom: 64px; border-bottom: 1px solid var(--color-line); }
.section-heading--simple { border: 0; padding: 0; }
.section-heading h2, .newsletter h2 { margin: 0 0 6px; font-family: var(--font-display); font-size: clamp(28px, 3vw, 34px); line-height: 1.25; }
.section-heading p { margin: 0; color: var(--color-muted); }
.text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--color-blue); font-family: var(--font-label); font-size: 12px; text-transform: uppercase; }
.text-link span { font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.featured-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: var(--gutter); }
.featured-side { display: flex; flex-direction: column; gap: 38px; }
.insight__image { display: block; overflow: hidden; margin-bottom: 22px; background: #e5e8ed; }
.insight__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.insight:hover .insight__image img { transform: scale(1.04); }
.insight--lead .insight__image, .insight--side .insight__image { aspect-ratio: 16 / 9; }
.insight h3, .conversation-card h3 { margin: 0; font-family: var(--font-display); line-height: 1.28; }
.insight h3 a, .conversation-card h3 a { transition: color .2s ease; }
.insight h3 a:hover, .conversation-card h3 a:hover { color: var(--color-blue); }
.insight--lead h3 { margin-bottom: 14px; font-size: clamp(26px, 3vw, 34px); }
.insight--lead > p:last-child, .insight--small > p:last-child { margin: 0; color: var(--color-muted); }
.insight--side h3 { font-size: 24px; }
.insights-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gutter); margin-top: 64px; }
.insight--small { padding-top: 24px; border-top: 1px solid var(--color-line); }
.insight--small .insight__image { aspect-ratio: 4 / 3; }
.insight--small h3 { margin-bottom: 10px; font-family: var(--font-body); font-size: 18px; line-height: 1.4; }

.newsletter { background: var(--color-surface-low); }
.newsletter__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(40px, 6vw, 72px); }
.weekend-card { position: relative; min-height: 400px; overflow: hidden; border: 1px solid var(--color-line); background: #fff; }
.weekend-card::before { content: "V"; position: absolute; inset: 22px auto auto 34px; color: #e6ebf0; font-family: var(--font-display); font-size: 220px; font-weight: 800; line-height: 1; }
.weekend-card__content { position: absolute; inset: auto 0 0; z-index: 1; padding: 40px; background: linear-gradient(transparent, rgba(255,255,255,.95) 38%); }
.weekend-card__content p { margin: 0; color: var(--color-muted); }
.newsletter__content > p { margin: 0 0 32px; color: var(--color-muted); font-size: 18px; line-height: 1.6; }
.subscribe-form label { display: block; margin-bottom: 8px; color: #73777d; font-family: var(--font-label); font-size: 12px; text-transform: uppercase; }
.subscribe-form__website { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.subscribe-form__row { display: flex; gap: 14px; }
.subscribe-form input { min-width: 0; flex: 1; padding: 14px 16px; border: 1px solid var(--color-line); border-radius: 3px; background: #fff; outline: 0; }
.subscribe-form input:focus { border-color: transparent; box-shadow: 0 0 0 2px var(--color-blue); }
.form-note { margin: 12px 0 0 !important; color: #73777d !important; font-family: var(--font-label); font-size: 11px !important; }
.form-note a { color: var(--color-blue); text-decoration: underline; text-underline-offset: 2px; }
.form-message { padding: 12px 14px; margin: 0 0 18px; border-left: 3px solid; background: #fff; font-size: 14px; }
.form-message--success { border-color: #19733b; color: #135b30; }
.form-message--error { border-color: #ba1a1a; color: #93000a; }
.has-open-modal { overflow: hidden; }
.newsletter-modal[hidden] { display: none; }
.newsletter-modal { position: fixed; inset: 0; z-index: 2100; display: grid; padding: 24px; place-items: center; }
.newsletter-modal__backdrop { position: absolute; inset: 0; background: rgba(3,18,28,.76); backdrop-filter: blur(8px); }
.newsletter-modal__panel { position: relative; z-index: 1; width: min(100%, 520px); padding: clamp(34px, 5vw, 54px); border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.32); text-align: center; animation: newsletter-modal-in .3s cubic-bezier(.2,.75,.25,1) both; }
.newsletter-modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #eef1f6; color: #344451; cursor: pointer; place-items: center; font-size: 24px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.newsletter-modal__close:hover { background: #dfe5ed; transform: rotate(5deg); }
.newsletter-modal__icon { display: grid; width: 72px; height: 72px; margin: 0 auto 26px; border-radius: 50%; background: #dce1ff; color: #003ab3; box-shadow: 0 0 0 10px #f0f2ff; place-items: center; font-size: 32px; font-weight: 700; }
.newsletter-modal .eyebrow { margin-bottom: 12px; }
.newsletter-modal h2 { margin: 0 0 16px; color: var(--color-ink); font-family: var(--font-display); font-size: clamp(34px, 5vw, 46px); letter-spacing: -.04em; line-height: 1.08; }
.newsletter-modal__panel > p:not(.eyebrow) { margin: 0 0 30px; color: var(--color-muted); font-size: 16px; line-height: 1.65; }
.newsletter-modal .button { min-width: 190px; border-radius: 12px; }
@keyframes newsletter-modal-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }

.conversations { background: var(--color-surface); }
.conversation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gutter); }
.conversation-card__image { position: relative; display: block; aspect-ratio: 1; padding: 40px; margin-bottom: 22px; border: 1px solid var(--color-line); background: #fff; overflow: hidden; transition: box-shadow .25s ease; }
.conversation-card__image:hover { box-shadow: 0 12px 34px rgba(5,28,44,.1); }
.conversation-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .4s ease, transform .4s ease; }
.conversation-card:hover img { filter: grayscale(0); transform: scale(1.02); }
.media-icon { position: absolute; top: 20px; right: 22px; z-index: 1; color: var(--color-blue); font-size: 24px; }
.conversation-card h3 { font-size: 24px; }

/* Homepage visual refresh */
.home-page { overflow: hidden; }
.home-page .hero { position: relative; min-height: min(720px, calc(100vh - var(--header-height))); overflow: hidden; background: radial-gradient(circle at 78% 48%, #0b3350 0, var(--color-ink) 34%, #041722 74%); }
.home-page .hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(143,166,185,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(143,166,185,.055) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 48%, #000); mask-image: linear-gradient(90deg, transparent 5%, #000 48%, #000); }
.home-page .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, #0041c8 0 32%, #84a1ff 32% 48%, rgba(132,161,255,.2) 48% 100%); }
.hero__inner--with-visual { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr); gap: clamp(50px, 7vw, 96px); }
.home-page .hero__content { position: relative; z-index: 2; max-width: 720px; padding-block: clamp(82px, 10vw, 122px); }
.home-page .hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.home-page .hero .eyebrow::before { content: ""; width: 26px; height: 2px; background: #6f91ff; }
.home-page .hero h1 { max-width: 700px; font-size: clamp(48px, 5.4vw, 76px); letter-spacing: -.045em; }
.home-page .hero__intro { max-width: 660px; color: #bac8d4; font-size: clamp(17px, 1.5vw, 20px); }
.home-page .hero .button { min-height: 50px; padding-inline: 28px; border-radius: 12px; box-shadow: 0 7px 18px rgba(0,0,0,.14); }
.home-page .hero .button--blue { background: #1c55dc; box-shadow: 0 9px 24px rgba(0,65,200,.32); }
.home-page .hero .button--blue:hover { background: #376bea; transform: translateY(-2px); }
.home-page .hero .button--outline-light { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.035); backdrop-filter: blur(8px); }
.hero-visual { position: relative; width: min(100%, 470px); aspect-ratio: 1; justify-self: end; }
.hero-visual::before { content: ""; position: absolute; inset: 20%; border-radius: 50%; background: radial-gradient(circle, rgba(54,104,234,.3), rgba(6,29,45,.05) 68%); filter: blur(5px); }
.hero-visual__orbit { position: absolute; inset: 8%; border: 1px solid rgba(182,196,255,.22); border-radius: 50%; }
.hero-visual__orbit::before, .hero-visual__orbit::after { content: ""; position: absolute; width: 11px; height: 11px; border: 3px solid #0b2940; border-radius: 50%; background: #84a1ff; box-shadow: 0 0 18px rgba(132,161,255,.9); }
.hero-visual__orbit::before { top: 14%; right: 14%; }
.hero-visual__orbit::after { bottom: 9%; left: 21%; background: #fff; }
.hero-visual__orbit--inner { inset: 25%; border-color: rgba(255,255,255,.25); }
.hero-visual__orbit--inner::before { top: 38%; right: -6px; background: #4f7bf0; }
.hero-visual__orbit--inner::after { bottom: auto; top: -6px; left: 45%; width: 8px; height: 8px; }
.hero-visual__core { position: absolute; inset: 34%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 32px; background: rgba(255,255,255,.075); box-shadow: 0 25px 60px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(15px); flex-direction: column; transform: rotate(-7deg); }
.hero-visual__core span { font-family: var(--font-display); font-size: clamp(70px, 8vw, 104px); font-weight: 800; letter-spacing: -.09em; line-height: .72; }
.hero-visual__core small { margin-top: 22px; color: #b8c9d6; font-family: var(--font-label); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual__tag { position: absolute; padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(6,29,45,.78); color: #d5e0e9; box-shadow: 0 10px 25px rgba(0,0,0,.18); font-family: var(--font-label); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-visual__tag::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #6f91ff; box-shadow: 0 0 8px #6f91ff; }
.hero-visual__tag--strategy { top: 9%; left: 0; }
.hero-visual__tag--ai { top: 42%; right: -4%; }
.hero-visual__tag--growth { bottom: 10%; left: 4%; }

.featured-section { position: relative; }
.featured-section::before { content: ""; position: absolute; z-index: -1; top: 82px; right: -18vw; width: 42vw; height: 42vw; border-radius: 50%; background: radial-gradient(circle, rgba(0,65,200,.055), transparent 68%); }
.home-page .section-heading { margin-bottom: 48px; }
.home-page .section-heading h2 { font-size: clamp(32px, 3.3vw, 44px); letter-spacing: -.03em; }
.home-page .section-heading .text-link { padding: 10px 14px; border-radius: 999px; }
.home-page .section-heading .text-link:hover { background: #e7ebf4; }
.home-page .insight { min-width: 0; }
.home-page .insight--lead, .home-page .insight--side, .home-page .insight--small { overflow: hidden; border: 1px solid #e0e5eb; border-radius: 22px; background: #fff; box-shadow: 0 2px 6px rgba(18,31,43,.06); transition: box-shadow .25s ease, transform .25s ease; }
.home-page .insight--lead:hover, .home-page .insight--side:hover, .home-page .insight--small:hover { box-shadow: 0 18px 38px rgba(18,31,43,.11); transform: translateY(-4px); }
.home-page .insight__image { margin-bottom: 0; }
.home-page .insight--lead > .eyebrow { margin: 28px 30px 10px; }
.home-page .insight--lead > h3 { margin: 0 30px 14px; }
.home-page .insight--lead > p:last-child { display: -webkit-box; margin: 0 30px 30px; overflow: hidden; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.home-page .featured-side { gap: 28px; }
.home-page .insight--side > .eyebrow { margin: 20px 22px 8px; }
.home-page .insight--side > h3 { padding: 0 22px 24px; font-size: clamp(20px, 2vw, 24px); }
.home-page .insights-grid { align-items: stretch; gap: 24px; margin-top: 40px; }
.home-page .insight--small { display: flex; padding-top: 0; border-top: 1px solid #e0e5eb; flex-direction: column; }
.home-page .insight--small > .eyebrow { margin: 22px 22px 8px; }
.home-page .insight--small > h3 { margin: 0 22px 10px; font-size: 19px; }
.home-page .insight--small > p:last-child { display: -webkit-box; margin: 0 22px 26px; overflow: hidden; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }

.home-page .newsletter { position: relative; background: #e9edf5; }
.home-page .newsletter::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(111,145,255,.08), transparent 45%); pointer-events: none; }
.home-page .newsletter__grid { position: relative; gap: 0; overflow: hidden; border: 1px solid #d7dde6; border-radius: 28px; background: #fff; box-shadow: 0 24px 60px rgba(18,31,43,.1); }
.home-page .weekend-card { min-height: 430px; border: 0; background: linear-gradient(145deg, #061d2d, #0a3857); color: #fff; }
.home-page .weekend-card::before { inset: 22px auto auto 36px; color: rgba(255,255,255,.08); font-size: 260px; }
.home-page .weekend-card::after { content: "Friday / 5 min read"; position: absolute; top: 34px; right: 34px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #b9c9d6; font-family: var(--font-label); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.home-page .weekend-card__content { padding: 44px; background: linear-gradient(transparent, rgba(4,23,34,.96) 43%); }
.home-page .weekend-card__content p { color: #b8c7d3; }
.home-page .newsletter__content { padding: clamp(38px, 5vw, 68px); }
.home-page .newsletter__content h2 { font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; }
.home-page .subscribe-form input { min-height: 54px; border-radius: 12px; background: #f7f9fc; }
.home-page .subscribe-form .button { border-radius: 12px; }

.home-page .conversations { background: #f6f8fc; }
.home-page .conversations .section-heading--simple { align-items: flex-end; margin-bottom: 46px; }
.home-page .conversation-grid { gap: 28px; }
.home-page .conversation-card { padding: 16px 16px 28px; overflow: hidden; border: 1px solid #e0e5eb; border-radius: 24px; background: #fff; box-shadow: 0 2px 6px rgba(18,31,43,.06); transition: box-shadow .25s ease, transform .25s ease; }
.home-page .conversation-card:hover { box-shadow: 0 18px 38px rgba(18,31,43,.11); transform: translateY(-5px); }
.home-page .conversation-card__image { padding: 0; margin-bottom: 22px; border: 0; border-radius: 16px; }
.home-page .conversation-card__image img { filter: grayscale(.85); }
.home-page .conversation-card > .eyebrow, .home-page .conversation-card > h3 { margin-inline: 8px; }
.home-page .media-icon { top: 16px; right: 16px; display: grid; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 5px 16px rgba(6,29,45,.17); place-items: center; font-size: 16px; }

.home-skeleton { min-width: 0; overflow: hidden; border: 1px solid #e0e5eb; border-radius: 22px; background: #fff; box-shadow: 0 2px 6px rgba(18,31,43,.06); }
.home-skeleton__media, .home-image-skeleton, .home-skeleton__line { position: relative; display: block; overflow: hidden; background: #e3e7ec; }
.home-skeleton__media::before, .home-image-skeleton::before, .home-skeleton__line::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.78) 48%, transparent 66%); transform: translateX(-100%); animation: home-skeleton-shimmer 1.7s ease-in-out infinite; }
.home-skeleton__content { padding: 28px 30px 30px; }
.home-skeleton__line { width: 100%; height: 11px; margin-top: 12px; border-radius: 999px; }
.home-skeleton__line--label { width: 28%; height: 8px; margin: 0 0 22px; }
.home-skeleton__line--title { height: 18px; }
.home-skeleton__line--title-short { width: 72%; height: 18px; margin-bottom: 24px; }
.home-skeleton__line--body-short { width: 82%; }
.home-skeleton--lead .home-skeleton__media, .home-skeleton--side .home-skeleton__media { aspect-ratio: 16 / 9; }
.home-skeleton--small .home-skeleton__media { aspect-ratio: 4 / 3; }
.home-skeleton--side .home-skeleton__content { padding: 20px 22px 24px; }
.home-skeleton--small .home-skeleton__content { padding: 22px 22px 26px; }
.home-skeleton--conversation { padding: 16px 16px 28px; border-radius: 24px; }
.home-skeleton--conversation .home-skeleton__media { aspect-ratio: 1; border-radius: 16px; }
.home-skeleton--conversation .home-skeleton__content { padding: 22px 8px 0; }
.home-image-skeleton { width: 100%; height: 100%; min-height: inherit; }
@keyframes home-skeleton-shimmer { to { transform: translateX(100%); } }

.site-footer { padding-block: 64px; border-top: 1px solid rgba(255,255,255,.06); background: var(--color-ink); color: #a6b7c5; }
.site-footer__inner { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); font-family: var(--font-label); font-size: 12px; text-align: center; }
.site-footer__inner p { margin: 0; }
.footer-nav ul { display: flex; justify-content: center; gap: 24px; padding: 0; margin: 0 0 24px; list-style: none; }
.content-area { min-height: 70vh; padding-block: 80px; }
.entry { max-width: 820px; margin-bottom: 48px; }
.entry-title { font-family: var(--font-display); }

.archive-page, .article-page { min-height: 75vh; }
.archive-page { padding-block: calc(var(--header-height) + 70px) 110px; }
.archive-header { max-width: 820px; padding-bottom: 32px; margin-bottom: 56px; border-bottom: 1px solid var(--color-line); }
.archive-header h1, .article-header h1 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 6vw, 64px); line-height: 1.1; letter-spacing: -.025em; }
.archive-description { margin-top: 18px; color: var(--color-muted); font-size: 18px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px var(--gutter); }
.archive-card__image { display: grid; aspect-ratio: 4 / 3; margin-bottom: 22px; overflow: hidden; place-items: center; background: #e5e8ed; }
.archive-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.archive-card:hover .archive-card__image img { transform: scale(1.04); }
.archive-card__placeholder { color: #c9d2db; font-family: var(--font-display); font-size: 120px; font-weight: 800; }
.archive-card h2 { margin: 0 0 12px; font-family: var(--font-display); font-size: 25px; line-height: 1.3; }
.archive-card h2 a:hover { color: var(--color-blue); }
.archive-card__excerpt { color: var(--color-muted); }
.archive-card__excerpt p { margin: 0; }
.navigation.pagination { margin-top: 64px; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--color-line); place-items: center; }
.page-numbers.current, .page-numbers:hover { border-color: var(--color-blue); background: var(--color-blue); color: #fff; }

/* Material-inspired blog index */
.blog-page { padding-top: var(--header-height); background: #f5f7fb; }
.blog-hero { position: relative; overflow: hidden; padding-block: clamp(72px, 9vw, 118px); background: var(--color-ink); color: #fff; }
.blog-hero::before { content: ""; position: absolute; top: -55%; right: -8%; width: min(58vw, 760px); aspect-ratio: 1; border: 1px solid rgba(182,196,255,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(182,196,255,.025), 0 0 0 180px rgba(182,196,255,.018); }
.blog-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--color-blue) 0 34%, #84a1ff 34% 52%, transparent 52%); }
.blog-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr); align-items: end; gap: clamp(40px, 7vw, 100px); }
.blog-hero .eyebrow { margin-bottom: 20px; color: #b6c4ff; letter-spacing: .16em; }
.blog-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(62px, 10vw, 124px); font-weight: 700; letter-spacing: -.065em; line-height: .86; }
.blog-hero h1 span { color: #6f91ff; }
.blog-hero__intro { max-width: 690px; margin: 34px 0 0; color: #c5d3df; font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.blog-hero__mark { display: flex; min-height: 230px; justify-content: space-between; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 24px 60px rgba(0,0,0,.18); backdrop-filter: blur(12px); flex-direction: column; }
.blog-hero__mark span { color: #fff; font-family: var(--font-display); font-size: 104px; font-weight: 800; letter-spacing: -.08em; line-height: .72; }
.blog-hero__mark small { color: #b6c4d1; font-family: var(--font-label); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.blog-category-bar { position: sticky; top: var(--header-height); z-index: 20; border-bottom: 1px solid #dde2e9; background: rgba(255,255,255,.92); box-shadow: 0 5px 18px rgba(6,29,45,.05); backdrop-filter: blur(15px); }
body.admin-bar .blog-category-bar { top: calc(var(--header-height) + 32px); }
.blog-categories { display: flex; gap: 8px; padding-block: 14px; overflow-x: auto; scrollbar-width: none; }
.blog-categories::-webkit-scrollbar { display: none; }
.blog-categories a { flex: 0 0 auto; padding: 9px 16px; border-radius: 999px; color: #465563; font-family: var(--font-label); font-size: 11px; letter-spacing: .025em; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.blog-categories a:hover { background: #edf0f7; color: var(--color-blue); }
.blog-categories a.is-active { background: #dce1ff; color: #002f9b; box-shadow: inset 0 0 0 1px rgba(0,65,200,.08); }
.blog-feed { padding-block: clamp(68px, 8vw, 108px) 120px; }
.blog-feed__header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.blog-feed__header h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4.2vw, 52px); letter-spacing: -.035em; line-height: 1.08; }
.blog-feed__count { flex: 0 0 auto; margin: 0 0 5px; color: var(--color-muted); font-family: var(--font-label); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.blog-page .archive-grid { gap: 28px; }
.blog-page .archive-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid #e0e4ea; border-radius: 24px; background: #fff; box-shadow: 0 2px 5px rgba(18,31,43,.06), 0 1px 2px rgba(18,31,43,.08); flex-direction: column; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.blog-page .archive-card:hover { border-color: #d1d8e2; box-shadow: 0 18px 38px rgba(18,31,43,.11), 0 4px 10px rgba(18,31,43,.06); transform: translateY(-5px); }
.blog-page .archive-card:first-child { display: grid; grid-column: span 2; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); }
.blog-page .archive-card__image { aspect-ratio: 16 / 10; margin: 0; background: linear-gradient(145deg, #e9edff, #d8e0f5); }
.blog-page .archive-card:first-child .archive-card__image { height: 100%; min-height: 430px; aspect-ratio: auto; }
.blog-page .archive-card__image img { transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.blog-page .archive-card:hover .archive-card__image img { transform: scale(1.045); }
.blog-page .archive-card__placeholder { color: rgba(0,65,200,.16); font-size: clamp(90px, 12vw, 160px); }
.archive-card__content { display: flex; flex: 1; padding: 28px; flex-direction: column; }
.blog-page .archive-card:first-child .archive-card__content { justify-content: center; padding: clamp(34px, 4vw, 56px); }
.archive-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #71808e; font-family: var(--font-label); font-size: 10px; letter-spacing: .035em; text-transform: uppercase; }
.archive-card__category { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #dce1ff; color: #003ab3; font-weight: 500; }
.archive-card__category:hover { background: #cbd4ff; }
.archive-card__meta time { display: flex; align-items: center; gap: 12px; }
.archive-card__meta time::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #97a4af; }
.blog-page .archive-card h2 { margin: 0 0 14px; font-size: clamp(23px, 2.2vw, 30px); letter-spacing: -.025em; line-height: 1.2; }
.blog-page .archive-card:first-child h2 { font-size: clamp(30px, 3.4vw, 44px); }
.blog-page .archive-card h2 a { transition: color .2s ease; }
.blog-page .archive-card h2 a:hover { color: var(--color-blue); }
.blog-page .archive-card__excerpt { display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.archive-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; margin-top: auto; color: #71808e; font-family: var(--font-label); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.archive-card__footer > a { display: inline-flex; align-items: center; gap: 9px; color: var(--color-blue); font-size: 11px; font-weight: 500; }
.archive-card__footer i { display: grid; width: 30px; height: 30px; border-radius: 50%; background: #e9edff; place-items: center; font-family: var(--font-body); font-size: 16px; font-style: normal; transition: background .2s ease, transform .2s ease; }
.archive-card__footer > a:hover i { background: #dce1ff; transform: translateX(3px); }
.blog-page .navigation.pagination { display: flex; justify-content: center; margin-top: 64px; }
.blog-page .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.blog-page .page-numbers { border: 0; border-radius: 12px; background: #fff; box-shadow: 0 1px 3px rgba(18,31,43,.1); }
.blog-page .page-numbers.current, .blog-page .page-numbers:hover { background: var(--color-blue); }
.blog-empty { padding: 60px 28px; border: 1px dashed #aeb8c3; border-radius: 24px; background: #fff; color: var(--color-muted); text-align: center; }
.blog-empty strong { display: block; margin-bottom: 8px; color: var(--color-ink); font-family: var(--font-display); font-size: 26px; }
.blog-empty p { margin: 0; }

.article-header { max-width: 1000px; padding-top: 90px; padding-bottom: 46px; }
.article-meta { margin-top: 24px; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; }
.article-hero { max-width: 1280px; margin-bottom: 64px; }
.article-hero img { width: 100%; max-height: 720px; object-fit: cover; }
.entry-content { max-width: 820px; font-size: 18px; line-height: 1.75; }
.entry-content > * { margin-top: 0; margin-bottom: 1.4em; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.8em; font-family: var(--font-display); line-height: 1.25; }
.entry-content a { color: var(--color-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { padding-left: 24px; margin-left: 0; border-left: 3px solid var(--color-blue); font-family: var(--font-display); font-size: 24px; line-height: 1.45; }
.article-footer { max-width: 820px; padding-block: 24px 60px; }
.article-tags a { display: inline-block; padding: 5px 10px; margin: 4px; border: 1px solid var(--color-line); font-family: var(--font-label); font-size: 11px; }
.post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 820px; padding-block: 36px 80px; border-top: 1px solid var(--color-line); font-family: var(--font-display); font-weight: 600; }
.post-navigation > div:last-child { text-align: right; }

.events-hero { padding-block: clamp(78px, 10vw, 120px); background: var(--color-surface); }
.events-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(46px, 6vw, 80px); }
.events-hero__content h1, .inspire-copy h2 { margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(42px, 5.3vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
.events-hero__content h1 span, .inspire-copy h2 span { color: var(--color-blue); }
.events-hero__content > p:not(.eyebrow), .inspire-copy > p { margin: 0 0 34px; color: var(--color-muted); font-size: 18px; line-height: 1.65; }
.button--outline-dark { border-color: #73777d; color: #000; }
.button--outline-dark:hover { background: #ebeef3; }
.events-hero__visual { position: relative; padding-bottom: 36px; }
.events-hero__visual > img { width: 100%; aspect-ratio: 16 / 9; border-radius: 4px; object-fit: cover; box-shadow: 0 24px 60px rgba(5,28,44,.2); }
.event-concierge { position: absolute; right: -18px; bottom: 0; width: min(320px, 82%); padding: 22px; border: 1px solid var(--color-line); border-radius: 8px; background: #fff; box-shadow: 0 16px 36px rgba(5,28,44,.14); }
.event-concierge__heading { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; font-family: var(--font-display); }
.event-concierge__heading span, .event-concierge a { color: var(--color-blue); }
.event-concierge p { margin: 0 0 10px; color: var(--color-muted); font-size: 12px; }
.event-concierge a { font-family: var(--font-label); font-size: 11px; text-transform: uppercase; }

.events-calendar { background: var(--color-surface-low); }
.events-calendar__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.events-calendar__header h2 { margin: 0 0 5px; font-family: var(--font-display); font-size: 34px; }
.events-calendar__header p { margin: 0; color: var(--color-muted); }
.event-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.event-filters a { padding: 9px 14px; border-radius: 3px; background: #e0e3e7; font-family: var(--font-label); font-size: 11px; }
.event-filters a:hover, .event-filters a.is-active { background: #000; color: #fff; }
.event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gutter); }
.event-card { display: flex; min-height: 320px; flex-direction: column; padding: 30px; border: 1px solid var(--color-line); border-radius: 4px; background: #fff; transition: box-shadow .25s ease, transform .25s ease; }
.event-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(5,28,44,.1); }
.event-card__main { margin-bottom: 20px; }
.event-card time { display: block; margin-bottom: 5px; color: #73777d; font-family: var(--font-label); font-size: 12px; text-transform: uppercase; }
.event-card h3 { margin: 0; font-family: var(--font-display); font-size: 24px; line-height: 1.35; transition: color .2s ease; }
.event-card:hover h3 { color: var(--color-blue); }
.event-card__location { display: flex; align-items: center; gap: 8px; margin: auto 0 24px; color: var(--color-muted); font-size: 14px; }
.event-card__location span { color: var(--color-blue); font-size: 10px; }
.event-card__link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.event-card__link span { transition: transform .2s ease; }
.event-card__link:hover span { transform: translateX(4px); }
.event-card--cta { align-items: center; justify-content: center; border-color: #000; background: #000; color: #fff; text-align: center; }
.event-card--cta:hover h3 { color: #fff; }
.event-card--cta > p { color: #b3c9de; font-size: 14px; }
.event-card--cta .button { margin-top: 10px; background: #fff; color: #000; }
.event-card__cta-icon { margin-bottom: 12px; font-size: 42px; }

.past-events { border-block: 1px solid #dfe3e7; background: #eef1f6; }
.past-events__header { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(280px, 1fr); align-items: end; gap: var(--gutter); margin-bottom: 44px; }
.past-events__header h2 { margin: 0; color: var(--color-text); font-family: var(--font-display); font-size: 38px; }
.past-events__header > p { max-width: 540px; margin: 0; color: var(--color-muted); font-size: 16px; line-height: 1.6; }
.past-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.past-event-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid #dfe3e7; border-radius: 18px; background: #fff; box-shadow: 0 1px 2px rgba(24,28,32,.08), 0 2px 6px rgba(24,28,32,.04); flex-direction: column; transition: box-shadow .25s ease, transform .25s ease; }
.past-event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 18px rgba(24,28,32,.12), 0 3px 6px rgba(24,28,32,.08); }
.past-event-card__image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe3e7; }
.past-event-card__image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(6,29,45,.36)); }
.past-event-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: filter .35s ease, transform .5s ease; }
.past-event-card__image-skeleton { position: absolute; inset: 0; display: block; overflow: hidden; background: #dfe4ea; }
.past-event-card__image-skeleton::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.72) 48%, transparent 66%); transform: translateX(-100%); animation: home-skeleton-shimmer 1.7s ease-in-out infinite; }
.past-event-card:hover .past-event-card__image img { filter: saturate(1); transform: scale(1.035); }
.past-event-card__status { position: absolute; top: 14px; left: 14px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.94); color: #34495b; box-shadow: 0 1px 4px rgba(24,28,32,.16); font-family: var(--font-label); font-size: 10px; font-style: normal; letter-spacing: .05em; text-transform: uppercase; }
.past-event-card__status i { width: 7px; height: 7px; border-radius: 50%; background: #4c6173; }
.past-event-card__image > time { position: absolute; right: 14px; bottom: 13px; z-index: 1; padding: 7px 10px; border-radius: 8px; background: rgba(6,29,45,.88); color: #fff; font-family: var(--font-label); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.past-event-card__content { display: flex; flex: 1; align-items: flex-start; padding: 24px; flex-direction: column; }
.past-event-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.past-event-card__meta span { padding: 5px 10px; border-radius: 999px; background: #dce1ff; color: #003ab3; font-family: var(--font-label); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.past-event-card__content h3 { margin: 0 0 10px; color: var(--color-text); font-family: var(--font-display); font-size: 24px; line-height: 1.3; }
.past-event-card__content h3 a:hover { color: var(--color-blue); }
.past-event-card__location { display: flex; align-items: center; gap: 7px; margin: 0; color: #59636d; font-size: 13px; }
.past-event-card__location span { color: var(--color-blue); font-size: 8px; }
.past-event-card__excerpt { display: -webkit-box; margin: 14px 0 0; overflow: hidden; color: #59636d; font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.past-event-card__link { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; margin-top: auto; color: #003ab3; font-size: 14px; font-weight: 600; }
.past-event-card__link i { display: grid; width: 36px; height: 36px; border-radius: 50%; background: #dce1ff; place-items: center; font-size: 17px; font-style: normal; transition: background .2s ease, transform .2s ease; }
.past-event-card__link:hover i { background: #b6c4ff; transform: translateX(3px); }
.past-events__empty { padding: 38px; margin: 0; border: 1px dashed #aab2bb; border-radius: 16px; background: rgba(255,255,255,.55); color: var(--color-muted); text-align: center; }

.inspire-section { display: grid; grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr); align-items: center; gap: var(--gutter); }
.inspire-copy { padding-right: clamp(20px, 4vw, 54px); }
.attendees { display: flex; align-items: center; gap: 18px; font-size: 14px; }
.attendee-faces { display: flex; }
.attendee-faces img { width: 48px; height: 48px; margin-left: -12px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.attendee-faces img:first-child { margin-left: 0; }
.attendees strong span { color: var(--color-blue); }
.inspire-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.inspire-tile { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--color-line); border-radius: 5px; background: var(--color-ink); }
.inspire-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,29,45,.92)); }
.inspire-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.inspire-tile:hover img { transform: scale(1.07); }
.inspire-tile__image-skeleton { position: absolute; inset: 0; display: block; overflow: hidden; background: #dfe4ea; }
.inspire-tile__image-skeleton::before, .inspire-tile--skeleton::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.72) 48%, transparent 66%); transform: translateX(-100%); animation: home-skeleton-shimmer 1.7s ease-in-out infinite; }
.inspire-tile--skeleton { background: #dfe4ea; }
.inspire-tile--skeleton::after { inset: 45% 0 0; background: linear-gradient(transparent, rgba(92,105,116,.42)); }
.inspire-tile > div { position: absolute; inset: auto 24px 22px; z-index: 1; color: #fff; }
.inspire-tile p { margin: 0 0 4px; font-family: var(--font-label); font-size: 11px; }
.inspire-tile h3, .inspire-discount h3 { margin: 0; font-family: var(--font-display); font-size: 23px; line-height: 1.3; }
.inspire-tile--skeleton > div { z-index: 2; width: calc(100% - 48px); }
.inspire-skeleton__line { display: block; width: 88%; height: 16px; margin-top: 9px; border-radius: 999px; background: rgba(255,255,255,.7); }
.inspire-skeleton__line--date { width: 34%; height: 8px; margin: 0 0 13px; }
.inspire-skeleton__line--short { width: 62%; }
.inspire-discount { display: flex; aspect-ratio: 4 / 3; align-items: center; justify-content: center; flex-direction: column; padding: 28px; border-radius: 5px; background: #0356ff; color: #fff; text-align: center; }
.inspire-discount > span { font-size: 36px; }
.inspire-discount p { margin: 10px 0 18px; color: rgba(255,255,255,.82); font-size: 13px; }
.inspire-discount .button { min-height: 38px; padding: 8px 18px; background: #fff; color: var(--color-blue); }
.event-share { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 38px 64px; border-top: 1px solid var(--color-line); }
.event-share__links { display: flex; align-items: center; gap: 20px; color: var(--color-muted); font-size: 13px; }
.event-share__links > span { font-family: var(--font-label); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.event-share__links a, .event-share__links button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.event-share__links a:hover, .event-share__links button:hover { color: var(--color-blue); }
.event-detail-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 24px 0 30px; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; }

.gallery-page { padding-block: calc(var(--header-height) + 52px) 120px; background: var(--color-surface); }
.gallery-hero { margin-bottom: 46px; }
.gallery-hero__content { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; padding-bottom: 38px; border-bottom: 1px solid var(--color-line); }
.gallery-hero__content > div { max-width: 760px; }
.gallery-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 6vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
.gallery-hero__content > div > p:last-child { margin: 18px 0 0; color: var(--color-muted); font-size: 18px; line-height: 1.65; }
.gallery-updated { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin: 0; color: var(--color-muted); font-family: var(--font-label); font-size: 11px; text-transform: uppercase; }
.gallery-updated span { color: var(--color-blue); font-size: 18px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.gallery-filter { padding: 9px 20px; border: 1px solid var(--color-line); border-radius: 7px; background: var(--color-surface-low); font-family: var(--font-label); font-size: 11px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.gallery-filter:hover { border-color: #73777d; background: #e5e8ed; }
.gallery-filter.is-active { border-color: #000; background: #000; color: #fff; }
.gallery-masonry { column-count: 3; column-gap: 24px; }
.gallery-tile { display: inline-block; width: 100%; margin: 0 0 24px; break-inside: avoid; }
.gallery-tile > a { position: relative; display: block; overflow: hidden; border-radius: 8px; background: #e5e8ed; box-shadow: 0 2px 8px rgba(5,28,44,.06); }
.gallery-tile--portrait > a { aspect-ratio: 4 / 5; }
.gallery-tile--wide > a { aspect-ratio: 16 / 9; }
.gallery-tile--square > a { aspect-ratio: 1; }
.gallery-tile--tall > a { aspect-ratio: 3 / 4; }
.gallery-tile--landscape > a { aspect-ratio: 16 / 10; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-tile:hover img, .gallery-tile a:focus-visible img { transform: scale(1.045); }
.gallery-tile__overlay { position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 24px; background: linear-gradient(transparent 42%, rgba(0,0,0,.84)); color: #fff; flex-direction: column; opacity: .88; transition: opacity .25s ease; }
.gallery-tile:hover .gallery-tile__overlay, .gallery-tile a:focus-visible .gallery-tile__overlay { opacity: 1; }
.gallery-tile__category { margin-bottom: 5px; color: #dce1ff; font-family: var(--font-label); font-size: 11px; }
.gallery-tile__overlay strong { font-family: var(--font-display); font-size: 24px; line-height: 1.3; }
.gallery-tile__overlay time { margin-top: 7px; color: rgba(255,255,255,.7); font-family: var(--font-label); font-size: 10px; }
.gallery-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.gallery-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid #000; place-items: center; }
.gallery-pagination .current, .gallery-pagination a:hover { background: #000; color: #fff; }
.gallery-empty { padding: 48px; border: 1px dashed var(--color-line); border-radius: 8px; background: var(--color-surface-low); color: var(--color-muted); text-align: center; }

.collection-page { padding-block: calc(var(--header-height) + 48px) 120px; }
.collection-breadcrumb { display: flex; align-items: center; gap: 14px; margin-bottom: 46px; color: #73777d; font-family: var(--font-label); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.collection-breadcrumb a { color: var(--color-muted); transition: color .2s ease; }
.collection-breadcrumb a:hover { color: var(--color-blue); }
.collection-header { max-width: 1280px; margin-bottom: 64px; }
.collection-header__layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(48px, 9vw, 140px); }
.collection-header__copy > .eyebrow { padding-left: 11px; border-left: 4px solid var(--color-blue); }
.collection-header h1 { max-width: 900px; margin: 0 0 22px; font-family: var(--font-display); font-size: clamp(42px, 6vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
.collection-header__intro { max-width: 820px; margin: 0; color: var(--color-muted); font-size: 18px; line-height: 1.7; }
.collection-photo-count { display: flex; min-width: 150px; padding: 22px 30px; border-left: 1px solid var(--color-line); flex-direction: column; }
.collection-photo-count span { margin-bottom: 5px; color: #73777d; font-family: var(--font-label); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.collection-photo-count strong { color: var(--color-ink); font-family: var(--font-display); font-size: 34px; line-height: 1; }
.collection-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 280px; gap: var(--gutter); }
.collection-photo { position: relative; grid-column: span 4; overflow: hidden; padding: 0; border: 0; background: #e5e8ed; color: #fff; cursor: zoom-in; text-align: left; }
.collection-photo--featured { grid-column: span 8; grid-row: span 2; }
.collection-photo--tall { grid-column: span 4; grid-row: span 2; }
.collection-photo--wide { grid-column: span 6; }
.collection-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.collection-photo:hover img, .collection-photo:focus-visible img { transform: scale(1.045); }
.collection-photo > span { position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 24px; background: linear-gradient(transparent 48%, rgba(0,0,0,.72)); flex-direction: column; opacity: 0; transition: opacity .25s ease; }
.collection-photo:hover > span, .collection-photo:focus-visible > span { opacity: 1; }
.collection-photo small { margin-bottom: 4px; font-family: var(--font-label); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.collection-photo strong { font-family: var(--font-display); font-size: 22px; line-height: 1.3; }
.collection-skeleton-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 280px; gap: var(--gutter); }
.collection-skeleton { position: relative; grid-column: span 4; overflow: hidden; border-radius: 5px; background: #e4e8ed; }
.collection-skeleton::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 32%, rgba(255,255,255,.72) 48%, transparent 64%); transform: translateX(-100%); animation: collection-skeleton-shimmer 1.7s ease-in-out infinite; }
.collection-skeleton--featured { grid-column: span 8; grid-row: span 2; }
.collection-skeleton--tall { grid-column: span 4; grid-row: span 2; }
.collection-skeleton span { position: absolute; bottom: 28px; left: 28px; width: min(58%, 240px); height: 13px; border-radius: 999px; background: #d2d8df; }
.collection-skeleton span:last-child { bottom: 52px; width: min(30%, 110px); height: 8px; }
@keyframes collection-skeleton-shimmer { to { transform: translateX(100%); } }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; padding: 76px 90px 46px; background: rgba(0,0,0,.95); place-items: center; }
.gallery-lightbox__content { display: flex; max-width: min(1100px, 100%); max-height: 100%; align-items: center; justify-content: center; flex-direction: column; }
.gallery-lightbox__content img { max-width: 100%; max-height: calc(100vh - 190px); object-fit: contain; }
.gallery-lightbox__content > div { margin-top: 18px; color: #fff; text-align: center; }
.gallery-lightbox__content h2 { margin: 0 0 4px; font-family: var(--font-display); font-size: 24px; }
.gallery-lightbox__content p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--font-label); font-size: 11px; text-transform: uppercase; }
.gallery-lightbox button { position: absolute; display: grid; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 24px; cursor: pointer; place-items: center; }
.gallery-lightbox button:hover { background: rgba(255,255,255,.18); }
.gallery-lightbox__close { top: 24px; right: 28px; }
.gallery-lightbox__previous { top: 50%; left: 24px; transform: translateY(-50%); }
.gallery-lightbox__next { top: 50%; right: 24px; transform: translateY(-50%); }

@media (max-width: 1024px) {
  .header-search { display: none; }
  .insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__inner--with-promo { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .75fr); gap: 36px; }
  .hero__inner--with-promo .hero__content { padding-block: 64px; }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inspire-section { grid-template-columns: 1fr; gap: 56px; }
  .inspire-copy { max-width: 760px; padding-right: 0; }
  .past-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-masonry { column-count: 2; }
  .collection-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .collection-photo, .collection-photo--wide { grid-column: span 2; }
  .collection-photo--featured { grid-column: span 4; }
  .collection-photo--tall { grid-column: span 2; grid-row: span 2; }
  .collection-skeleton-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .collection-skeleton { grid-column: span 2; }
  .collection-skeleton--featured { grid-column: span 4; }
  .collection-skeleton--tall { grid-column: span 2; grid-row: span 2; }
  .blog-hero__grid { grid-template-columns: minmax(0, 1.4fr) minmax(230px, .6fr); }
  .blog-page .archive-card:first-child { grid-template-columns: 1fr 1fr; }
  .hero__inner--with-visual { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 28px; }
  .hero-visual { width: min(100%, 410px); }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .menu-toggle { display: block; order: 2; }
  .site-header__actions { margin-left: auto; }
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; padding: 22px 24px; border-bottom: 1px solid var(--color-line); background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav__list, .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: 12px 0; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter__grid { grid-template-columns: 1fr; }
  .conversation-card__image { padding: 24px; }
  .hero__inner--with-promo { display: grid; grid-template-columns: 1fr; padding-block: 70px; }
  .hero__inner--with-promo .hero__content { padding-block: 0; }
  .hero-promo { width: min(100%, 520px); }
  .events-hero__grid { grid-template-columns: 1fr; }
  .events-hero__visual { max-width: 680px; }
  .events-calendar__header, .event-share { align-items: flex-start; flex-direction: column; }
  .past-events__header { grid-template-columns: 1fr; align-items: start; }
  .gallery-hero__content { align-items: flex-start; flex-direction: column; }
  body.admin-bar .blog-category-bar { top: calc(var(--header-height) + 46px); }
  .blog-hero__grid { grid-template-columns: 1fr; }
  .blog-hero__mark { display: none; }
  .blog-page .archive-card:first-child { display: flex; grid-column: span 2; }
  .blog-page .archive-card:first-child .archive-card__image { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .blog-feed__header { align-items: flex-start; flex-direction: column; }
  .hero__inner--with-visual { position: relative; display: block; }
  .hero__inner--with-visual .hero__content { max-width: 630px; }
  .hero__inner--with-visual .hero-visual { position: absolute; top: 50%; right: -180px; width: 460px; opacity: .28; transform: translateY(-50%); }
  .home-page .newsletter__grid { border-radius: 24px; }
  .home-page .conversation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-subscribe { display: none; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: 40px; }
  .hero h1 br { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
  .featured-side, .insights-grid, .conversation-grid { grid-template-columns: 1fr; }
  .archive-grid, .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .insights-grid { margin-top: 50px; }
  .weekend-card { min-height: 330px; }
  .weekend-card__content { padding: 28px; }
  .subscribe-form__row { align-items: stretch; flex-direction: column; }
  .subscribe-form .button { width: 100%; }
  .event-concierge { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -28px auto 0; }
  .events-hero__visual { padding-bottom: 0; }
  .event-grid, .inspire-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 285px; }
  .event-filters { width: 100%; }
  .event-filters a { flex: 1; text-align: center; }
  .event-share__links { align-items: flex-start; flex-wrap: wrap; }
  .past-event-grid { grid-template-columns: 1fr; }
  .gallery-masonry { column-count: 1; }
  .gallery-filter { flex: 1 0 calc(50% - 10px); text-align: center; }
  .gallery-tile__overlay { padding: 20px; }
  .collection-header__layout { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .collection-photo-count { min-width: 0; padding: 0; border-left: 0; }
  .collection-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .collection-photo, .collection-photo--featured, .collection-photo--tall, .collection-photo--wide { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .collection-photo--tall { aspect-ratio: 3 / 4; }
  .collection-photo > span { opacity: 1; }
  .collection-skeleton-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .collection-skeleton, .collection-skeleton--featured, .collection-skeleton--tall { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-lightbox { padding: 70px 16px 34px; }
  .gallery-lightbox__previous { left: 10px; }
  .gallery-lightbox__next { right: 10px; }
  .blog-hero { padding-block: 64px 70px; }
  .blog-hero h1 { font-size: clamp(54px, 20vw, 80px); }
  .blog-hero__intro { margin-top: 26px; font-size: 17px; }
  .blog-category-bar { top: var(--header-height); }
  body.admin-bar .blog-category-bar { top: calc(var(--header-height) + 46px); }
  .blog-feed { padding-block: 60px 86px; }
  .blog-feed__header { margin-bottom: 32px; }
  .blog-page .archive-card:first-child { grid-column: auto; }
  .blog-page .archive-card:first-child .archive-card__content, .archive-card__content { padding: 24px; }
  .blog-page .archive-card:first-child h2 { font-size: 27px; }
  .hero__inner--with-visual .hero-visual { display: none; }
  .home-page .hero { min-height: 600px; }
  .home-page .hero__content { padding-block: 72px; }
  .home-page .hero h1 { font-size: clamp(42px, 13vw, 56px); }
  .home-page .hero .button-group { align-items: stretch; flex-direction: column; }
  .home-page .hero .button { width: 100%; }
  .home-page .insight--lead > .eyebrow { margin: 24px 24px 9px; }
  .home-page .insight--lead > h3 { margin-inline: 24px; }
  .home-page .insight--lead > p:last-child { margin: 0 24px 26px; }
  .home-page .newsletter__grid { border-radius: 20px; }
  .home-page .weekend-card { min-height: 350px; }
  .home-page .weekend-card__content, .home-page .newsletter__content { padding: 30px; }
  .home-page .conversation-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .collection-skeleton::before { animation: none; transform: none; }
  .home-skeleton__media::before, .home-image-skeleton::before, .home-skeleton__line::before, .inspire-tile__image-skeleton::before, .inspire-tile--skeleton::before, .past-event-card__image-skeleton::before { animation: none; transform: none; }
}
