/* ==========================================================================
   FM Legal — About Team widget (fm-about-team)
   All selectors are prefixed .fm-at (double-scoped where the parent theme
   commonly leaks styles) so nothing here is overridden by Hello Elementor,
   Astra, GeneratePress, OceanWP, Kadence, Blocksy, Sydney or by generic
   .site-* / .entry-content resets.
   ========================================================================== */

.fm-at,
.fm-at *,
.fm-at *::before,
.fm-at *::after { box-sizing: border-box; }

/* Neutralise inherited theme typography / colors */
.fm-at {
	--fat-bg:         #f3f2f2;
	--fat-surface:    #eae9e9;
	--fat-text:       #201f1d;
	--fat-divider:    rgba(32,31,29,.16);
	--fat-border:     rgba(32,31,29,.18);
	--fat-accent:     #b68235;
	--fat-accent-2:   #ac803e;
	--fat-accent-100: #fff3e4;
	--fat-accent-300: #facb8d;
	--fat-accent-700: #7d5411;
	--fat-neutral-500:#9b9797;
	--fat-neutral-700:#605d5d;
	--fat-shadow-md: 0 3px 10px rgba(45,43,43,.16);
	--fat-shadow-lg: 0 12px 32px rgba(45,43,43,.22);
	--fat-font-h: 'Cormorant Garamond','Playfair Display',Georgia,serif;
	--fat-font-b: 'Lora','Georgia',serif;

	all: initial;                         /* strip inherited theme rules */
	display: block;
	font-family: var(--fat-font-b);
	font-size: 15px;
	line-height: 1.55;
	color: var(--fat-text);
	background: var(--fat-bg);
}
.fm-at * { font-family: inherit; }

/* Buttons and links inside the widget should not pick up theme resets */
.fm-at button {
	appearance: none; -webkit-appearance: none;
	background: transparent; border: 0; padding: 0; margin: 0;
	color: inherit; font: inherit; text-align: inherit; cursor: pointer;
}
.fm-at a { color: var(--fat-accent-700); text-decoration: none; }

/* ------------------------------ SECTION HEAD ---------------------------- */
.fm-at .fm-at__section { padding: 64px 72px; }
.fm-at .fm-at__head {
	display: flex; justify-content: space-between; align-items: flex-end;
	margin-bottom: 40px; gap: 24px; flex-wrap: wrap;
}
.fm-at .fm-at__kicker {
	display: flex; align-items: center; gap: 14px;
	color: var(--fat-accent-700);
	font-family: var(--fat-font-b);
	font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
}
.fm-at .fm-at__kicker::before {
	content: ""; width: 56px; height: 1px; background: var(--fat-accent);
}
.fm-at .fm-at__h1 {
	font-family: var(--fat-font-h);
	font-weight: 400;
	font-size: 56px; line-height: 1.05;
	margin: 20px 0 0; letter-spacing: -.005em;
	color: var(--fat-text);
}
.fm-at .fm-at__h1 em {
	color: var(--fat-accent-700); font-style: italic;
}
.fm-at .fm-at__cta {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	padding: 10px 22px; min-height: 44px;
	cursor: pointer; text-decoration: none;
	font-family: var(--fat-font-h); font-weight: 600;
	font-size: 14px; line-height: 1.2;
	color: var(--fat-text) !important;
	background: transparent;
	border: 1px solid var(--fat-border);
	border-radius: 4px;
	transition: background .2s, border-color .2s, color .2s;
}
.fm-at .fm-at__cta:hover { background: rgba(32,31,29,.07); color: var(--fat-text) !important; }

/* ------------------------------ CAROUSEL -------------------------------- */
.fm-at .fm-at__carousel {
	position: relative;
}
.fm-at .fm-at__viewport {
	overflow: hidden;
	width: 100%;
}
.fm-at .fm-at__track {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 2px 2px 24px;    /* pad-right so last card shadow is visible */
	scrollbar-width: none;    /* firefox */
}
.fm-at .fm-at__track::-webkit-scrollbar { display: none; }

/* Slide sizing — controlled by --per-view CSS variable per breakpoint */
.fm-at .fm-at__card {
	flex: 0 0 calc((100% - (var(--per-view, 4) - 1) * 28px) / var(--per-view, 4));
	scroll-snap-align: start;
	position: relative;
	border: 1px solid var(--fat-border);
	background: var(--fat-surface) !important;
	cursor: pointer; overflow: hidden;
	aspect-ratio: 3 / 4.2;
	padding: 0; text-align: left; font: inherit; color: inherit;
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
	border-radius: 0;
}
.fm-at .fm-at__card.is-static { cursor: default; }
.fm-at .fm-at__card:hover:not(.is-static) {
	box-shadow: var(--fat-shadow-md);
	border-color: var(--fat-accent);
	transform: translateY(-2px);
}
.fm-at .fm-at__card:focus-visible { outline: 2px solid var(--fat-accent); outline-offset: 2px; }
.fm-at .fm-at__card-img {
	position: absolute !important; inset: 0;
	width: 100% !important; height: 100% !important;
	object-fit: cover;
	filter: grayscale(.15) contrast(1.02);
	display: block;
	margin: 0;
	max-width: none;
}
.fm-at .fm-at__card-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(20,18,15,.15) 60%, rgba(20,18,15,.9) 100%);
	pointer-events: none;
}
.fm-at .fm-at__card-meta {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 22px 20px;
	color: #f5f1e8 !important;
	z-index: 2;
	box-sizing: border-box;
	max-width: 100%;
}
.fm-at .fm-at__card-name {
	font-family: var(--fat-font-h);
	font-size: 22px; line-height: 1.2; font-weight: 500;
	margin: 0 0 6px; letter-spacing: .005em;
	color: #f5f1e8 !important;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.fm-at .fm-at__card-title {
	font-family: var(--fat-font-b);
	font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
	color: var(--fat-accent-300) !important;
	line-height: 1.45;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: block;
	max-width: 100%;
}
.fm-at .fm-at__card-view {
	position: absolute; top: 14px; right: 14px;
	width: 34px; height: 34px;
	border: 1px solid rgba(245,241,232,.55);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	color: #f5f1e8;
	opacity: 0; transform: translateY(-4px);
	transition: opacity .25s ease, transform .25s ease;
	backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
	background: rgba(20,18,15,.35);
}
.fm-at .fm-at__card:hover .fm-at__card-view { opacity: 1; transform: none; }
.fm-at .fm-at__card.is-static .fm-at__card-view { display: none; }

/* Prev / Next buttons */
.fm-at .fm-at__nav {
	display: flex; gap: 10px; justify-content: flex-end;
	margin-top: 20px;
}
.fm-at .fm-at__navbtn {
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--fat-border);
	background: var(--fat-surface);
	color: var(--fat-text);
	cursor: pointer;
	transition: border-color .2s, background .2s, color .2s;
	border-radius: 0;
}
.fm-at .fm-at__navbtn:hover { border-color: var(--fat-accent); color: var(--fat-accent-700); }
.fm-at .fm-at__navbtn:disabled { opacity: .3; cursor: not-allowed; }
.fm-at .fm-at__navbtn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* Dots — pageable indicators */
.fm-at .fm-at__dots {
	display: flex; gap: 6px; justify-content: center;
	margin-top: 20px;
}
.fm-at .fm-at__dot {
	width: 22px; height: 3px;
	background: var(--fat-border);
	border: 0; padding: 0;
	cursor: pointer;
	transition: background .3s;
}
.fm-at .fm-at__dot.is-active { background: var(--fat-accent); }

/* ------------------------------ MODAL ---------------------------------- */
.fm-at-mb {
	position: fixed; inset: 0;
	background: rgba(20,18,15,.55);
	backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
	z-index: 99990;
	opacity: 0; pointer-events: none;
	transition: opacity .28s ease;
}
.fm-at-mb.is-open { opacity: 1; pointer-events: auto; }

.fm-at-ms {
	position: fixed; inset: 0; z-index: 99991;
	display: flex; align-items: center; justify-content: center;
	padding: 40px 24px;
	pointer-events: none;
	font-family: 'Lora','Georgia',serif;
}
.fm-at-ms * { box-sizing: border-box; }
.fm-at-ms.is-open { pointer-events: auto; }

.fm-at-modal {
	position: relative;
	width: 100%; max-width: 1080px;
	max-height: calc(100vh - 80px);
	background: #f3f2f2;
	border: 1px solid rgba(32,31,29,.16);
	box-shadow: 0 12px 32px rgba(45,43,43,.22);
	display: grid; grid-template-columns: 400px 1fr;
	overflow: hidden;
	opacity: 0; transform: translateY(12px) scale(.985);
	transition: opacity .32s ease, transform .32s ease;
	color: #201f1d;
	border-radius: 0;
}
.fm-at-ms.is-open .fm-at-modal { opacity: 1; transform: none; }

.fm-at-modal__close {
	position: absolute; top: 16px; right: 16px; z-index: 4;
	width: 40px; height: 40px;
	border: 1px solid rgba(32,31,29,.16);
	background: #eae9e9;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer;
	color: #201f1d;
	transition: background .2s, border-color .2s, color .2s;
	padding: 0;
	border-radius: 0;
}
.fm-at-modal__close:hover { border-color: #b68235; color: #7d5411; }
.fm-at-modal__close svg { stroke: currentColor; fill: none; stroke-width: 1.5; width: 16px; height: 16px; }

.fm-at-modal__portrait {
	position: relative;
	background: #14120f;
	overflow: hidden;
}
.fm-at-modal__portrait img {
	width: 100%; height: 100%;
	object-fit: cover;
	filter: grayscale(.1);
	display: block;
}
.fm-at-modal__portrait::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(20,18,15,.75) 100%);
}
.fm-at-modal__pcap {
	position: absolute; left: 24px; right: 24px; bottom: 24px;
	color: #f5f1e8; z-index: 2;
}
.fm-at-modal__pcap-kicker {
	font-family: 'Lora','Georgia',serif;
	font-size: 10px; letter-spacing: .24em; text-transform: uppercase;
	color: #facb8d;
	margin-bottom: 10px;
	display: flex; align-items: center; gap: 10px;
}
.fm-at-modal__pcap-kicker::before {
	content: ""; width: 24px; height: 1px; background: #b68235;
}
.fm-at-modal__pcap-name {
	font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
	font-weight: 500; font-size: 30px; line-height: 1.1;
	margin: 0 0 6px; color: #f5f1e8;
}
.fm-at-modal__pcap-role {
	font-family: 'Lora','Georgia',serif;
	font-style: italic; font-size: 14px;
	color: rgba(245,241,232,.85);
}

.fm-at-modal__body {
	padding: 44px 48px 40px;
	overflow-y: auto;
	max-height: calc(100vh - 80px);
}
.fm-at-modal__body::-webkit-scrollbar { width: 8px; }
.fm-at-modal__body::-webkit-scrollbar-thumb { background: rgba(150,120,60,.35); border-radius: 4px; }

.fm-at-modal__h3 {
	font-family: 'Lora','Georgia',serif;
	font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
	color: #7d5411;
	margin: 0 0 14px; font-weight: 600;
	display: flex; align-items: center; gap: 10px;
}
.fm-at-modal__h3::before {
	content: ""; width: 18px; height: 1px; background: #b68235;
}

.fm-at-modal__lede {
	font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
	font-size: 22px; line-height: 1.35; font-weight: 400;
	color: #201f1d;
	margin: 0 0 8px; letter-spacing: .005em;
}
.fm-at-modal__bio {
	font-family: 'Lora','Georgia',serif;
	font-size: 14.5px; line-height: 1.65;
	color: #605d5d;
	text-align: justify; hyphens: auto;
	margin: 0;
}
.fm-at-modal__bio + .fm-at-modal__bio { margin-top: 10px; }
.fm-at-modal__rule {
	height: 1px; background: rgba(32,31,29,.16);
	margin: 28px 0; border: 0;
}

.fm-at-modal__cols {
	display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}

.fm-at-modal__facts {
	display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px;
}
.fm-at-modal__fact-lbl {
	font-family: 'Lora','Georgia',serif;
	font-size: 10px; letter-spacing: .24em; text-transform: uppercase;
	color: #9b9797;
	margin-bottom: 6px;
}
.fm-at-modal__fact-val {
	font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
	font-size: 18px; line-height: 1.3;
	color: #201f1d;
}
.fm-at-modal__fact-val--sm { font-size: 15px; }
.fm-at-modal__fact-val small {
	font-family: 'Lora','Georgia',serif;
	font-size: 12px;
	color: #9b9797;
	font-style: italic;
	display: block; margin-top: 2px; letter-spacing: 0;
}

.fm-at-modal__practice {
	list-style: none; padding: 0; margin: 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px;
}
.fm-at-modal__practice li {
	font-family: 'Lora','Georgia',serif;
	font-size: 14px;
	color: #201f1d;
	padding-left: 18px; position: relative;
	line-height: 1.5;
}
.fm-at-modal__practice li::before {
	content: ""; position: absolute; left: 0; top: .7em;
	width: 8px; height: 1px; background: #b68235;
}

.fm-at-modal__cred {
	list-style: none; padding: 0; margin: 0;
}
.fm-at-modal__cred li {
	display: grid; grid-template-columns: 100px 1fr; gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(32,31,29,.16);
	font-family: 'Lora','Georgia',serif;
	font-size: 14px; line-height: 1.5;
}
.fm-at-modal__cred li:last-child { border-bottom: 0; }
.fm-at-modal__cred-year {
	font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
	color: #7d5411;
	font-size: 15px;
}
.fm-at-modal__cred-det { color: #201f1d; }
.fm-at-modal__cred-det em {
	color: #9b9797; font-style: italic;
	display: block; font-size: 12.5px; margin-top: 2px;
}

.fm-at-modal__contact { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.fm-at-modal__chip {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	border: 1px solid rgba(32,31,29,.16);
	background: #eae9e9;
	font-family: 'Lora','Georgia',serif;
	font-size: 13px;
	color: #201f1d !important;
	text-decoration: none;
	transition: border-color .2s, color .2s;
	cursor: pointer;
	border-radius: 0;
}
.fm-at-modal__chip:hover { border-color: #b68235; color: #7d5411 !important; }
.fm-at-modal__chip svg { width: 14px; height: 14px; color: #7d5411; stroke: currentColor; fill: none; stroke-width: 1.5; }

.fm-at-modal__ctarow {
	display: flex; gap: 12px;
	margin-top: 28px; padding-top: 24px;
	border-top: 1px solid rgba(32,31,29,.16);
}
.fm-at-modal__btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	padding: 10px 22px; min-height: 44px;
	cursor: pointer; text-decoration: none;
	font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif; font-weight: 600;
	font-size: 14px; line-height: 1.2;
	border-radius: 4px;
	transition: background .2s, border-color .2s, color .2s;
	border: 1px solid transparent;
}
.fm-at-modal__btn--primary {
	color: #b68235 !important; border-color: #b68235;
	background: transparent;
}
.fm-at-modal__btn--primary:hover { background: rgba(182,130,53,.12); color: #b68235 !important; }
.fm-at-modal__btn--ghost {
	color: #b68235 !important; background: transparent; padding-inline: 8px;
}
.fm-at-modal__btn--ghost:hover { background: rgba(182,130,53,.10); color: #b68235 !important; }

body.fm-at-open { overflow: hidden; }

/* ------------------------------ GRID MODE ------------------------------- */
/* When the widget is in grid mode (.fm-at.is-grid) the same markup is
   reused but the track becomes a plain CSS grid: no horizontal scroll,
   no snap, no carousel nav. Card sizing still follows --per-view so the
   existing per-view select drives column count. */
.fm-at.is-grid .fm-at__gridwrap { position: relative; }
.fm-at.is-grid .fm-at__viewport { overflow: visible; }
.fm-at.is-grid .fm-at__track {
	display: grid;
	grid-template-columns: repeat(var(--per-view, 4), minmax(0, 1fr));
	overflow: visible;
	scroll-snap-type: none;
	padding: 2px;
}
.fm-at.is-grid .fm-at__card {
	flex: none;
	width: 100%;
	scroll-snap-align: none;
}

/* ------------------------------ RESPONSIVE ------------------------------ */
/* --per-view controls how many cards are visible in the carousel viewport.
   Widget PHP inlines the desktop value; media queries below override for
   smaller breakpoints. */
@media (max-width: 1200px) {
	.fm-at .fm-at__track { --per-view: 3 !important; }
	.fm-at .fm-at__h1 { font-size: 46px; }
}
@media (max-width: 900px) {
	.fm-at .fm-at__section { padding: 48px 32px; }
	.fm-at .fm-at__track { --per-view: 2 !important; gap: 20px; }
	.fm-at .fm-at__card { flex-basis: calc((100% - 20px) / 2); }
	.fm-at .fm-at__h1 { font-size: 40px; }
	.fm-at-modal { grid-template-columns: 1fr; max-height: calc(100vh - 40px); }
	.fm-at-modal__portrait { aspect-ratio: 4/3; height: auto; }
	.fm-at-modal__portrait img { position: relative; height: 100%; }
	.fm-at-modal__body { padding: 32px 28px; max-height: none; }
	.fm-at-modal__cols { grid-template-columns: 1fr; gap: 28px; }
	.fm-at-modal__practice { grid-template-columns: 1fr; }
	.fm-at-ms { padding: 20px 12px; }
}
@media (max-width: 640px) {
	.fm-at .fm-at__section { padding: 36px 20px; }
	.fm-at .fm-at__track { --per-view: 1 !important; gap: 16px; }
	.fm-at .fm-at__card { flex-basis: 100%; }
	.fm-at .fm-at__h1 { font-size: 32px; }
	.fm-at .fm-at__head { margin-bottom: 28px; }
	.fm-at-modal__ctarow { flex-direction: column; }
	.fm-at-modal__btn { width: 100%; }
	.fm-at-modal__facts { grid-template-columns: 1fr; }
}

/* ==========================================================================
   FIXES (v1.9.4)
   1) Carousel section no longer overflows into next section on mobile — the
      root .fm-at now establishes a block formatting context so it can't
      "escape" its Elementor column.
   2) At a Glance is removed from render, so Practice Areas becomes a full
      centered single column in the popup.
   3) Modal on mobile is now ONE scroll surface (whole modal scrolls, not
      the body sub-scroll), so long profiles are always reachable.
   ========================================================================== */

/* 1) Prevent the widget wrapper from spilling sideways, but NEVER clip it
      vertically (vertical clipping is what let the footer overlap the
      cards). Horizontal carousel spill is contained by __viewport only. */
.fm-at {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	max-width: 100%;
}
.fm-at .fm-at__section { position: relative; overflow: visible; }
.fm-at .fm-at__carousel { position: relative; }
.fm-at .fm-at__viewport { position: relative; overflow: hidden; }

/* Card height fallback — some mobile browsers / the Elementor editor iframe
   fail to resolve `aspect-ratio` on a flex item sized by flex-basis, which
   collapses the card (and the whole section) to almost nothing and lets the
   next section climb over it. An explicit min-height guarantees real height. */
.fm-at .fm-at__card { min-height: 300px; }
@media (max-width: 900px) { .fm-at .fm-at__card { min-height: 360px; } }
@media (max-width: 640px) { .fm-at .fm-at__card { min-height: 420px; } }

/* 2) Practice Areas full-width when At a Glance is gone */
.fm-at .fm-at-modal__cols--single { grid-template-columns: 1fr !important; }
.fm-at-modal__cols--single .fm-at-modal__practice { grid-template-columns: 1fr 1fr; }

/* 3) MODAL — mobile scroll fix */
@media (max-width: 900px) {
	.fm-at-ms { padding: 12px; align-items: flex-start; }
	.fm-at-modal {
		display: block !important;             /* stack portrait then body */
		max-height: calc(100vh - 24px) !important;
		max-height: calc(100dvh - 24px) !important;
		overflow-y: auto !important;           /* single scroll surface */
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.fm-at-modal__portrait {
		aspect-ratio: 16/10;
		min-height: 260px;
		height: auto;
	}
	.fm-at-modal__portrait img {
		position: absolute !important; inset: 0;
		width: 100% !important; height: 100% !important;
		object-fit: cover; object-position: center 20%;
	}
	.fm-at-modal__body {
		max-height: none !important;
		overflow: visible !important;
		padding: 28px 22px 32px !important;
	}
	.fm-at-modal__pcap { left: 20px; right: 20px; bottom: 20px; }
	.fm-at-modal__pcap-name { font-size: 26px; }
	.fm-at-modal__cols--single .fm-at-modal__practice { grid-template-columns: 1fr; }
	.fm-at-modal__cred li { grid-template-columns: 80px 1fr; gap: 12px; padding: 10px 0; font-size: 13.5px; }
	.fm-at-modal__contact { flex-direction: column; align-items: stretch; }
	.fm-at-modal__chip { justify-content: flex-start; }
}
@media (max-width: 480px) {
	.fm-at-ms { padding: 8px; }
	.fm-at-modal { max-height: calc(100vh - 16px) !important; max-height: calc(100dvh - 16px) !important; }
	.fm-at-modal__portrait { aspect-ratio: 4/3; min-height: 220px; }
	.fm-at-modal__pcap-name { font-size: 22px; }
	.fm-at-modal__body { padding: 22px 18px 28px !important; }
	.fm-at-modal__lede { font-size: 18px; }
	.fm-at-modal__bio { font-size: 13.5px; }
	.fm-at-modal__name { font-size: 24px !important; }
	.fm-at-modal__cred li { grid-template-columns: 62px 1fr; }
}

/* ==========================================================================
   MOBILE — kill the horizontal carousel on phones and stack cards
   vertically as a normal grid. This guarantees:
   • The section takes real full height (sum of all card heights)
   • Footer can never overlap because every card contributes to layout height
   • Users see ALL partners at once — no need to swipe or discover a hidden nav
   • Prev / Next arrows and dots are hidden since there's nothing to page
   ========================================================================== */
@media (max-width: 900px) {
	.fm-at .fm-at__viewport { overflow: visible !important; }
	.fm-at .fm-at__track {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 18px !important;
		overflow: visible !important;
		scroll-snap-type: none !important;
		padding: 0 !important;
	}
	.fm-at .fm-at__card {
		flex: none !important;
		width: auto !important;
		min-height: 320px !important;
		scroll-snap-align: none !important;
	}
	.fm-at .fm-at__nav,
	.fm-at .fm-at__dots { display: none !important; }
}
@media (max-width: 640px) {
	.fm-at .fm-at__track { grid-template-columns: 1fr !important; gap: 16px !important; }
	.fm-at .fm-at__card { min-height: 420px !important; aspect-ratio: 16/11; }
	.fm-at .fm-at__section { padding: 40px 20px; }
	.fm-at .fm-at__head { margin-bottom: 24px; gap: 14px; }
	.fm-at .fm-at__h1 { font-size: 34px; }
}
@media (max-width: 380px) {
	.fm-at .fm-at__card { min-height: 360px !important; aspect-ratio: auto; }
}
