:root {
	--fm-ink: #17151f;
	--fm-muted: #676371;
	--fm-line: #dedbe5;
	--fm-paper: #f7f5f0;
	--fm-white: #fff;
	--fm-violet: #6f3cff;
	--fm-violet-dark: #4b20c7;
	--fm-coral: #ff5a5f;
	--fm-yellow: #ffc857;
	--fm-mint: #7ce3c2;
	--fm-blue: #247ba0;
	--fm-radius: 18px;
	--fm-shadow: 0 18px 50px rgba(23, 21, 31, .10);
	--fm-shell: 1240px;
}

html { scroll-behavior: smooth; }
body.festivals-mag-site {
	background: var(--fm-white);
	color: var(--fm-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.fm-menu-open { overflow: hidden; }
a { color: var(--fm-violet-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--fm-coral); }
img { border-radius: 14px; }
.fm-shell { width: min(calc(100% - 40px), var(--fm-shell)); margin-inline: auto; }
.fm-skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: var(--fm-white); color: var(--fm-ink); transform: translateY(-150%); }
.fm-skip-link:focus { transform: none; }

/* Header */
.fm-site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--fm-line); }
.fm-topbar { background: var(--fm-ink); color: var(--fm-white); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.fm-topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fm-topbar p { margin: 0; }
.fm-topbar p span { color: var(--fm-yellow); margin-right: 18px; }
.fm-topbar a { color: var(--fm-white); text-decoration: none; }
.fm-topbar a:hover { color: var(--fm-yellow); }
.fm-topbar__links { display: flex; align-items: center; gap: 22px; }
.fm-brand-row { min-height: 106px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.fm-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--fm-ink); text-decoration: none; }
.fm-brand:hover { color: var(--fm-ink); }
.fm-brand__mark { position: relative; width: 38px; height: 38px; display: inline-flex; align-items: end; justify-content: center; gap: 3px; padding: 7px; overflow: hidden; border-radius: 12px; background: var(--fm-violet); transform: rotate(-4deg); }
.fm-brand__mark span { width: 6px; border-radius: 4px; background: var(--fm-white); }
.fm-brand__mark span:nth-child(1) { height: 13px; }
.fm-brand__mark span:nth-child(2) { height: 24px; background: var(--fm-yellow); }
.fm-brand__mark span:nth-child(3) { height: 18px; }
.fm-brand__name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.fm-brand__name > span { color: var(--fm-violet); }
.fm-tagline { margin: 0; color: var(--fm-muted); font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: italic; }
.fm-header-actions { display: flex; align-items: center; gap: 16px; }
.fm-search-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fm-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.fm-search-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.fm-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--fm-ink); color: var(--fm-white); }
.fm-menu-toggle__lines { display: grid; gap: 4px; }
.fm-menu-toggle__lines span { display: block; height: 2px; background: currentColor; border-radius: 4px; }
.fm-nav-wrap { border-top: 1px solid var(--fm-line); }
.fm-primary-nav { min-height: 54px; display: flex; align-items: center; }
.fm-menu { display: flex; align-items: stretch; gap: 32px; margin: 0; padding: 0; list-style: none; }
.fm-menu > li { position: relative; display: flex; align-items: center; }
.fm-menu a { display: flex; align-items: center; min-height: 54px; color: var(--fm-ink); font-size: 14px; font-weight: 800; letter-spacing: .015em; text-decoration: none; }
.fm-menu > li > a:hover, .fm-menu > .current-menu-item > a, .fm-menu > .current-menu-ancestor > a { color: var(--fm-violet); }
.fm-menu .sub-menu { position: absolute; top: calc(100% - 2px); left: -18px; width: 240px; margin: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(8px); list-style: none; border: 1px solid var(--fm-line); border-radius: 14px; background: var(--fm-white); box-shadow: var(--fm-shadow); transition: .2s ease; }
.fm-menu li:hover > .sub-menu, .fm-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.fm-menu .sub-menu a { min-height: auto; padding: 10px 12px; border-radius: 9px; }
.fm-menu .sub-menu a:hover { background: var(--fm-paper); }

/* Content foundations */
.fm-main { min-height: 60vh; overflow: clip; }
.content-area { margin: 0; }
.site-container, .content-container, .entry-content-wrap { max-width: none; }
.entry-content-wrap { padding: 0; }
.entry-content > *:not(.alignfull):not(.alignwide), .single-content > *:not(.alignfull):not(.alignwide) { max-width: 780px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide, .single-content > .alignwide { width: min(calc(100% - 40px), var(--fm-shell)); max-width: var(--fm-shell); margin-left: auto; margin-right: auto; }
.entry-content > .alignfull, .single-content > .alignfull { width: 100%; max-width: none; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-title, .archive-title { color: var(--fm-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 800; letter-spacing: -.035em; }
.entry-content h1 { font-size: clamp(42px, 7vw, 78px); line-height: 1.02; }
.entry-content h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.entry-content h3 { font-size: clamp(23px, 3vw, 31px); }
.entry-content p { margin-top: 0; }
.entry-content .wp-block-image img { width: 100%; }
.entry-content .wp-block-button__link, .fm-button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; background: var(--fm-violet); color: var(--fm-white); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.entry-content .wp-block-button__link:hover, .fm-button:hover { background: var(--fm-violet-dark); color: var(--fm-white); transform: translateY(-2px); }
.fm-eyebrow { margin-bottom: 14px !important; color: var(--fm-violet); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.fm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid var(--fm-ink); }
.fm-section-heading h2 { margin: 0; }
.fm-section-heading p { margin: 0; color: var(--fm-muted); }

/* Homepage */
.fm-hero { position: relative; padding: clamp(54px, 8vw, 104px) 0 74px; background: var(--fm-paper); }
.fm-hero::before { content: ""; position: absolute; top: -130px; right: -100px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(255,200,87,.55), rgba(255,200,87,0) 68%); }
.fm-hero .wp-block-columns { width: min(calc(100% - 40px), var(--fm-shell)); margin: 0 auto; gap: clamp(32px, 6vw, 74px); align-items: center !important; }
.fm-hero h1 { max-width: 720px; margin: 0 0 22px; }
.fm-hero h1 em { color: var(--fm-violet); font-style: normal; }
.fm-hero .fm-hero-copy { max-width: 620px; color: var(--fm-muted); font-size: clamp(18px, 2vw, 22px); }
.fm-hero .wp-block-image { position: relative; margin: 0; }
.fm-hero .wp-block-image::after { content: "LIVE • CURIOUS • GLOBAL"; position: absolute; right: -16px; bottom: 24px; padding: 11px 15px; border-radius: 999px; background: var(--fm-yellow); color: var(--fm-ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.fm-hero .wp-block-image img { aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--fm-shadow); transform: rotate(1.5deg); }
.fm-story-strip { padding: 28px 0; background: var(--fm-ink); color: var(--fm-white); }
.fm-story-strip .wp-block-columns { width: min(calc(100% - 40px), var(--fm-shell)); margin: 0 auto; gap: 0; }
.fm-story-strip .wp-block-column { padding: 0 25px; border-right: 1px solid rgba(255,255,255,.18); }
.fm-story-strip .wp-block-column:first-child { padding-left: 0; }
.fm-story-strip .wp-block-column:last-child { border: 0; }
.fm-story-strip p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fm-story-strip h3 { margin: 4px 0 0; color: var(--fm-white); font-family: inherit; font-size: 16px; letter-spacing: -.01em; }
.fm-section { padding: clamp(64px, 8vw, 110px) 0; }
.fm-section--paper { background: var(--fm-paper); }
.fm-section > .wp-block-group__inner-container, .fm-section.alignfull > .wp-block-group__inner-container { width: min(calc(100% - 40px), var(--fm-shell)); max-width: var(--fm-shell); margin: 0 auto; }
.fm-section .wp-block-query { margin: 0; }
.fm-grid, .fm-grid.wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin: 0; padding: 0; list-style: none; }
.fm-grid > li { min-width: 0; }
.fm-card { height: 100%; overflow: hidden; border: 1px solid var(--fm-line); border-radius: var(--fm-radius); background: var(--fm-white); transition: transform .2s ease, box-shadow .2s ease; }
.fm-card:hover { transform: translateY(-5px); box-shadow: var(--fm-shadow); }
.fm-card .wp-block-post-featured-image { margin: 0; overflow: hidden; border-radius: 0; }
.fm-card .wp-block-post-featured-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 0; transition: transform .35s ease; }
.fm-card:hover .wp-block-post-featured-image img { transform: scale(1.035); }
.fm-card__body { padding: 24px; }
.fm-card .wp-block-post-terms { margin-bottom: 10px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fm-card .wp-block-post-terms a { color: var(--fm-violet); text-decoration: none; }
.fm-card .wp-block-post-title { margin: 0 0 10px; font-size: 25px; line-height: 1.15; }
.fm-card .wp-block-post-title a { color: var(--fm-ink); text-decoration: none; }
.fm-card .wp-block-post-excerpt { color: var(--fm-muted); font-size: 15px; }
.fm-card .wp-block-post-excerpt__excerpt { margin-bottom: 14px; }
.fm-card .wp-block-post-date { color: var(--fm-muted); font-size: 12px; font-weight: 700; }
.fm-category-cards { gap: 22px; }
.fm-category-card { min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-radius: var(--fm-radius); background: var(--fm-ink); color: var(--fm-white); text-decoration: none; }
.fm-category-card:nth-child(2) { background: var(--fm-violet); }
.fm-category-card:nth-child(3) { background: var(--fm-blue); }
.fm-category-card:nth-child(4) { background: #ba3f62; }
.fm-category-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.fm-category-card h3 { margin: 5px 0; color: var(--fm-white); font-size: 29px; }
.fm-category-card:hover { color: var(--fm-white); transform: translateY(-4px); }
.fm-guide-band { padding: 56px; border-radius: 26px; background: linear-gradient(125deg, var(--fm-violet-dark), var(--fm-violet)); color: var(--fm-white); }
.fm-guide-band h2, .fm-guide-band h3 { color: var(--fm-white); }
.fm-guide-band p { color: rgba(255,255,255,.78); }
.fm-guide-band .wp-block-button__link { background: var(--fm-yellow); color: var(--fm-ink); }
.fm-newsletter { margin: 90px auto; padding: clamp(38px, 7vw, 80px); overflow: hidden; border-radius: 26px; background: var(--fm-ink); color: var(--fm-white); text-align: center; }
.fm-newsletter h2 { max-width: 760px; margin: 0 auto 18px; color: var(--fm-white); }
.fm-newsletter > p:not(.fm-eyebrow) { max-width: 650px; margin: 0 auto 26px; color: rgba(255,255,255,.7); }
.fm-newsletter .wp-block-buttons { justify-content: center; }
.fm-newsletter .wp-block-button__link { background: var(--fm-yellow); color: var(--fm-ink); }

/* Image-led newsroom homepage */
.home .content-container { width: 100%; max-width: none; margin: 0; padding: 0; }
.home .content-area { margin-top: 0; margin-bottom: 0; }
.home .site-main, .home .entry, .home .entry-content, .home .entry-content-wrap { width: 100%; max-width: none; margin: 0; padding: 0; }
.home .entry-content > .alignfull { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
.fp-main-hero { margin: 0; }
.fp-main-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(10,15,26,.92) 0%, rgba(10,15,26,.62) 46%, rgba(10,15,26,.18) 100%) !important; opacity: 1 !important; }
.fp-main-hero .fp-hero-inner { width: min(calc(100% - 80px), var(--fm-shell)); max-width: var(--fm-shell); margin: 0 auto !important; }
.fp-hero-inner > * { max-width: 650px; margin-left: 0 !important; }
.fp-hero-kicker { margin-bottom: 18px; color: var(--fm-yellow); font-size: 12px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.fp-main-hero h1 { margin: 0 0 18px; color: var(--fm-white); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(48px, 7vw, 84px); font-weight: 900; line-height: .92; letter-spacing: -.06em; }
.fp-hero-deck { max-width: 580px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.fp-hero-search { max-width: 620px !important; margin: 26px 0 12px !important; padding: 5px; border-radius: 12px; background: var(--fm-white); }
.fp-hero-search .wp-block-search__inside-wrapper { border: 0; }
.fp-hero-search input { min-height: 48px; border: 0; background: transparent; color: var(--fm-ink); }
.fp-hero-search button { min-width: 110px; border: 0; border-radius: 9px; background: var(--fm-coral); color: var(--fm-white); font-weight: 800; }
.fp-popular { color: rgba(255,255,255,.75); font-size: 13px; }
.fp-popular a { color: var(--fm-white); }
.fp-quick-links { position: relative; z-index: 4; width: min(calc(100% - 40px), var(--fm-shell)); margin: -1px auto 0; padding: 16px; gap: 8px; justify-content: flex-start !important; overflow-x: auto; border-radius: 0 0 18px 18px; background: var(--fm-white); box-shadow: 0 16px 38px rgba(23,21,31,.09); }
.fp-quick-link { min-width: 125px; flex: 1; display: grid; place-items: center; gap: 7px; padding: 14px 10px; border-radius: 12px; background: #f7f8fc; color: var(--fm-ink); text-align: center; text-decoration: none; transition: .2s ease; }
.fp-quick-link:hover { background: #fff0f4; color: var(--fm-coral); transform: translateY(-2px); }
.fp-quick-link span { color: var(--fm-coral); font-size: 24px; line-height: 1; }
.fp-quick-link strong { font-size: 12px; white-space: nowrap; }
.fp-section { width: min(calc(100% - 40px), var(--fm-shell)); margin: 0 auto; padding: 58px 0 16px; }
.fp-section-head { margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--fm-line); }
.fp-section-head h2, .fp-dashboard h2 { margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 25px; font-weight: 900; letter-spacing: -.035em; }
.fp-section-head p { margin: 0; font-size: 13px; font-weight: 800; }
.fp-dashboard-columns { gap: 22px; align-items: stretch !important; }
.fp-cover-card { overflow: hidden; border-radius: 14px; }
.fp-cover-card .wp-block-cover__inner-container { align-self: end; }
.fp-cover-card .wp-block-cover__background { background: linear-gradient(0deg, rgba(12,12,18,.92), rgba(12,12,18,0) 78%) !important; opacity: 1 !important; }
.fp-cover-card h3 { margin: 4px 0 0; color: var(--fm-white); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 22px; line-height: 1.08; }
.fp-cover-card h3 a { color: inherit; text-decoration: none; }
.fp-card-kicker { margin: 0; color: var(--fm-yellow); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.fp-feature-lead { min-height: 355px !important; }
.fp-feature-lead h3 { font-size: clamp(25px, 3vw, 37px); }
.fp-feature-excerpt { margin: 14px 5px 0; color: var(--fm-muted); font-size: 14px; }
.fp-news-list .wp-block-post-template { display: grid; gap: 0; margin: 0; }
.fp-news-row { display: grid; grid-template-columns: 92px 1fr; gap: 13px; padding: 11px 0; border-bottom: 1px solid var(--fm-line); }
.fp-news-row .wp-block-post-featured-image { margin: 0; }
.fp-news-row .wp-block-post-featured-image img { width: 92px; height: 72px; object-fit: cover; border-radius: 8px; }
.fp-news-row .wp-block-post-terms { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fp-news-row .wp-block-post-terms a { color: var(--fm-coral); text-decoration: none; }
.fp-news-row .wp-block-post-title { margin: 2px 0 3px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; line-height: 1.18; }
.fp-news-row .wp-block-post-title a { color: var(--fm-ink); text-decoration: none; }
.fp-news-row .wp-block-post-date { color: var(--fm-muted); font-size: 10px; }
.fp-upcoming { padding: 20px; border: 1px solid var(--fm-line); border-radius: 15px; background: #fbfbfd; }
.fp-event { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--fm-line); }
.fp-event b { color: var(--fm-coral); font-size: 9px; line-height: 1; text-align: center; }
.fp-event b strong { color: var(--fm-ink); font-size: 22px; }
.fp-event span { font-size: 14px; font-weight: 900; }
.fp-event small { display: block; margin-top: 2px; color: var(--fm-muted); font-size: 11px; font-weight: 500; }
.fp-upcoming .wp-block-buttons { margin-top: 17px; }
.fp-upcoming .wp-block-button, .fp-upcoming .wp-block-button__link { width: 100%; }
.fp-travel-banner { width: min(calc(100% - 40px), var(--fm-shell)); margin: 52px auto 0; overflow: hidden; border-radius: 18px; }
.fp-travel-banner .wp-block-cover__background { background: linear-gradient(90deg, rgba(8,17,34,.92), rgba(8,17,34,.25)) !important; opacity: 1 !important; }
.fp-travel-banner .wp-block-cover__inner-container { width: 100%; }
.fp-travel-banner h2 { max-width: 560px; margin: 0; color: var(--fm-white); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(28px, 4vw, 45px); font-weight: 900; text-transform: uppercase; }
.fp-travel-banner p { color: rgba(255,255,255,.8); }
.fp-festival-grid, .fp-guide-grid { gap: 14px; }
.fp-festival-grid .fp-cover-card { min-height: 260px !important; }
.fp-festival-grid .fp-cover-card h3 { font-size: 18px; }
.fp-community { width: min(calc(100% - 40px), var(--fm-shell)); margin: 48px auto 0; padding: 54px; border-radius: 20px; background: linear-gradient(115deg, #fff1f5, #f7f3ff); }
.fp-community h2 { max-width: 720px; margin: 0 0 12px; font-size: clamp(31px, 5vw, 52px); }
.fp-community > p:not(.fm-eyebrow) { max-width: 700px; color: var(--fm-muted); }
.fp-guide-grid .wp-block-column { overflow: hidden; border: 1px solid var(--fm-line); border-radius: 12px; background: var(--fm-white); }
.fp-guide-grid figure { margin: 0; }
.fp-guide-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }
.fp-guide-grid h3 { margin: 14px 15px 3px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15px; }
.fp-guide-grid h3 a { color: var(--fm-ink); text-decoration: none; }
.fp-guide-grid p { margin: 0 15px 16px; color: var(--fm-muted); font-size: 12px; }

/* Archives and articles */
.content-bg, .site-content { background: var(--fm-white); }
.content-container { width: min(calc(100% - 40px), var(--fm-shell)); padding-top: 64px; padding-bottom: 90px; }
.archive-title { font-size: clamp(38px, 6vw, 66px); }
.loop-entry { overflow: hidden; border: 1px solid var(--fm-line); border-radius: var(--fm-radius); box-shadow: none; }
.loop-entry .entry-content-wrap { padding: 28px; }
.loop-entry .entry-title { font-size: 26px; line-height: 1.15; }
.loop-entry .post-thumbnail { margin: 0; }
.loop-entry .post-thumbnail img { border-radius: 0; }
.single-post .content-container { max-width: 900px; }
.single-post .entry-header { margin-bottom: 30px; text-align: center; }
.single-post .entry-title { font-size: clamp(42px, 7vw, 72px); line-height: 1.04; }
.single-post .post-thumbnail { margin-bottom: 45px; }
.single-post .post-thumbnail img { width: 100%; max-height: 620px; object-fit: cover; }
.single-post .entry-content { color: #2e2b36; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.85; }
.single-post .entry-content h2, .single-post .entry-content h3 { margin-top: 1.6em; }
.single-post .entry-content .wp-block-quote { margin: 38px 0; padding: 10px 0 10px 28px; border-left: 5px solid var(--fm-violet); color: var(--fm-ink); font-size: 25px; }
.fm-demo-note { margin-bottom: 32px !important; padding: 16px 20px; border: 1px solid #eadca8; border-radius: 12px; background: #fff8dc; color: #5b4b16; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.fm-demo-note p { margin: 0; }

/* Pages and footer */
.page .entry-header { width: min(calc(100% - 40px), 900px); margin: 70px auto 35px; text-align: center; }
.page .entry-title { font-size: clamp(40px, 7vw, 70px); }
.page.home .entry-header { display: none; }
.fm-footer { padding: 72px 0 26px; background: #111019; color: rgba(255,255,255,.72); }
.fm-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: clamp(38px, 7vw, 90px); }
.fm-footer__about p { max-width: 470px; }
.fm-brand--footer { margin-bottom: 22px; color: var(--fm-white); }
.fm-brand--footer:hover { color: var(--fm-white); }
.fm-footer h2 { margin: 0 0 18px; color: var(--fm-white); font-family: inherit; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.fm-footer-menu { margin: 0; padding: 0; list-style: none; }
.fm-footer-menu a { display: inline-block; padding: 5px 0; color: rgba(255,255,255,.72); text-decoration: none; }
.fm-footer-menu a:hover { color: var(--fm-yellow); }
.fm-button--light { background: var(--fm-yellow); color: var(--fm-ink); }
.fm-footer__bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.fm-footer__bottom p { margin: 0; }

@media (max-width: 960px) {
	.fm-tagline { display: none; }
	.fm-brand-row { grid-template-columns: 1fr auto; min-height: 82px; }
	.fm-menu-toggle { display: block; }
	.fm-search-link span { display: none; }
	.fm-nav-wrap { position: relative; border-top: 0; }
	.fm-primary-nav { position: fixed; z-index: 999; inset: 118px 0 0; display: block; padding: 18px 20px 40px; visibility: hidden; overflow-y: auto; background: var(--fm-white); opacity: 0; transform: translateY(-12px); transition: .2s ease; }
	.fm-primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
	.fm-menu { display: block; }
	.fm-menu > li { display: block; border-bottom: 1px solid var(--fm-line); }
	.fm-menu a { min-height: 58px; font-size: 17px; }
	.fm-menu .sub-menu { position: static; width: auto; padding: 0 0 12px 18px; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; }
	.fm-menu .sub-menu a { min-height: 42px; color: var(--fm-muted); font-size: 14px; }
	.fm-grid, .fm-grid.wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fm-footer__grid { grid-template-columns: 1fr 1fr; }
	.fm-footer__about { grid-column: 1 / -1; }
	.fp-dashboard-columns { flex-wrap: wrap !important; }
	.fp-dashboard-columns > .wp-block-column { flex-basis: calc(50% - 12px) !important; }
	.fp-dashboard-columns > .fp-upcoming { flex-basis: 100% !important; }
	.fp-festival-grid, .fp-guide-grid { flex-wrap: wrap !important; }
	.fp-festival-grid > .wp-block-column, .fp-guide-grid > .wp-block-column { flex-basis: calc(50% - 8px) !important; }
}

@media (max-width: 680px) {
	.fm-shell { width: min(calc(100% - 28px), var(--fm-shell)); }
	.fm-topbar__inner { min-height: 32px; }
	.fm-topbar p span, .fm-topbar a { display: none; }
	.fm-topbar__links { display: none; }
	.fm-topbar p { margin: auto; font-size: 10px; }
	.fm-brand-row { min-height: 74px; }
	.fm-brand__mark { width: 32px; height: 32px; }
	.fm-brand__name { font-size: 29px; }
	.fm-primary-nav { inset: 106px 0 0; }
	.fm-hero { padding-top: 48px; }
	.fm-hero .wp-block-columns { width: min(calc(100% - 28px), var(--fm-shell)); }
	.fm-hero h1 { font-size: 43px; }
	.fm-hero .wp-block-image::after { right: 8px; bottom: 12px; }
	.fm-story-strip { display: none; }
	.fm-section { padding: 62px 0; }
	.fm-section > .wp-block-group__inner-container { width: min(calc(100% - 28px), var(--fm-shell)); }
	.fm-section-heading { display: block; }
	.fm-grid, .fm-grid.wp-block-post-template { grid-template-columns: 1fr; }
	.fm-guide-band { padding: 34px 26px; }
	.fm-newsletter { margin: 60px 14px; }
	.fm-footer__grid { grid-template-columns: 1fr; }
	.fm-footer__about { grid-column: auto; }
	.fm-footer__bottom { display: block; }
	.fp-hero-inner, .fp-section, .fp-travel-banner, .fp-community { width: min(calc(100% - 28px), var(--fm-shell)); }
	.fp-quick-links { width: calc(100vw - 28px) !important; max-width: calc(100vw - 28px) !important; margin: 0 auto 32px !important; padding: 16px !important; }
	.fp-main-hero { min-height: 590px !important; }
	.fp-main-hero h1 { font-size: 48px; }
	.fp-hero-search button { min-width: 84px; }
	.fp-dashboard-columns > .wp-block-column { flex-basis: 100% !important; }
	.fp-feature-lead { min-height: 330px !important; }
	.fp-festival-grid > .wp-block-column, .fp-guide-grid > .wp-block-column { flex-basis: 100% !important; }
	.fp-community { padding: 36px 26px; }
}

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