/* Maya Skies editorial homepage. All styles are scoped to this template. */
.ms-home {
	--ms-ink: #15313c;
	--ms-muted: #5b6668;
	--ms-paper: #faf9f5;
	--ms-line: #dddfd8;
	--ms-sand: #dfc18e;
	--ms-serif: Georgia, 'Times New Roman', serif;
	background: var(--ms-paper);
	color: var(--ms-ink);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.65;
}
.ms-home a { color: inherit; text-decoration: none; }
.ms-home a:hover { color: #25625f; }
.ms-home a:focus-visible, .ms-home button:focus-visible, .ms-home summary:focus-visible, .ms-home input:focus-visible { outline: 3px solid #986225; outline-offset: 5px; }
.ms-home h1, .ms-home h2, .ms-home h3, .ms-home p, .ms-home figure { margin: 0; }
.ms-home h1, .ms-home h2, .ms-home h3 { color: inherit; border: 0; padding: 0; font-family: var(--ms-serif); font-weight: 400; }
.ms-home h2 { font-size: clamp(30px, 3vw, 41px); line-height: 1.18; letter-spacing: -.8px; }
.ms-home h3 { line-height: 1.3; }
.ms-home img { max-width: 100%; }
.ms-wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.ms-home .ms-eyebrow { font-size: 11px; font-weight: 650; line-height: 1.5; letter-spacing: 1.8px; text-transform: uppercase; }
.ms-masthead-note { background: #173543; color: #e0e7e8; font-size: 10px; letter-spacing: 1px; }
.ms-masthead-note .ms-wrap { min-height: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.ms-header { background: #fffefa; border-bottom: 1px solid var(--ms-line); }
.ms-header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ms-brand { flex-shrink: 0; }
.ms-brand .custom-logo-link { display: block; }
.ms-brand .custom-logo { width: 196px; height: auto; max-height: 69px; object-fit: contain; display: block; }
.ms-brand > a { font: 36px var(--ms-serif); }
.ms-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 550; }
.ms-nav a { padding-block: 13px; white-space: nowrap; }
.ms-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.ms-nav .ms-nav-tools { border: 1px solid #9aa8a7; padding: 9px 14px; }
.ms-nav-tools span { padding-left: 12px; }
.ms-menu-button { display: none; }
.ms-hero { position: relative; isolation: isolate; background: #102c39; color: #fffaf0; overflow: hidden; }
.ms-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; z-index: -2; }
.ms-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #102c39 0%, rgba(16,44,57,.97) 27%, rgba(16,44,57,.78) 44%, rgba(16,44,57,.15) 74%), linear-gradient(0deg, rgba(11,33,44,.76), rgba(11,33,44,.08) 38%); }
.ms-hero-content { padding-top: 66px; padding-bottom: 24px; }
.ms-hero .ms-eyebrow { color: #e4c58f; }
.ms-hero .ms-eyebrow > span { font-size: 19px; padding-right: 12px; vertical-align: middle; }
.ms-home .ms-hero h1 { margin-top: 24px; max-width: 670px; font-size: clamp(48px, 4.9vw, 70px); font-weight: 400; line-height: 1.05; letter-spacing: -1.6px; }
.ms-hero h1 em { color: #e4c58f; font-weight: 400; }
.ms-home .ms-hero-description { margin-top: 25px; max-width: 440px; color: #e1e8e7; font-size: 16px; line-height: 1.75; }
.ms-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.ms-home .ms-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 20px; min-height: 48px; font-size: 12px; font-weight: 650; line-height: 1.5; transition: background .18s, transform .18s; }
.ms-home .ms-button-sand { background: var(--ms-sand); color: #15313c; }
.ms-home a.ms-button-sand:hover { background: #f0d5a8; color: #15313c; }
.ms-home .ms-button-dark { background: #173d45; color: #fff; }
.ms-hero-secondary { color: #fffaf0; font-size: 12px; padding-block: 12px; border-bottom: 1px solid #84999e; }
.ms-hero-secondary span { padding-left: 12px; }
.ms-home .ms-hero-secondary:hover { color: var(--ms-sand); }
.ms-hero-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; border-top: 1px solid #ffffff35; padding-top: 16px; color: #e1e5df; font-size: 10px; letter-spacing: .4px; }
.ms-home .ms-hero-foot a:hover { color: var(--ms-sand); }
.ms-search-strip { border-bottom: 1px solid var(--ms-line); background: #eeeee8; }
.ms-search-strip > .ms-wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 86px; }
.ms-search-strip p { font: italic 19px var(--ms-serif); }
.ms-search-strip form { display: flex; width: 540px; background: #fffefa; border: 1px solid #cdd3cf; }
.ms-search-strip input { min-width: 0; width: 100%; font: inherit; font-size: 12px; border: 0; border-radius: 0; background: transparent; padding: 14px 17px; color: var(--ms-ink); }
.ms-search-strip input::placeholder { color: #687375; opacity: 1; }
.ms-search-strip button { flex-shrink: 0; cursor: pointer; border: 0; border-left: 1px solid #d9ddd8; padding: 10px 20px; color: var(--ms-ink); background: transparent; font-size: 12px; font-weight: 600; }
.ms-search-strip button:hover { background: #e5ece5; }
.ms-search-strip button span { margin-left: 14px; }
.ms-section { padding-block: 78px; }
.ms-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.ms-section-heading .ms-eyebrow { color: #65766f; margin-bottom: 13px; }
.ms-section-heading > p, .ms-section-note { font-size: 13px; color: var(--ms-muted); line-height: 1.75; }
.ms-section-heading > p { max-width: 310px; }
.ms-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--ms-line); }
.ms-topic { position: relative; padding: 25px 25px 50px; background: #fffefa; transition: background .18s; }
.ms-topic + .ms-topic { border-left: 1px solid var(--ms-line); }
.ms-home .ms-topic:hover { background: #f0f2e9; color: var(--ms-ink); }
.ms-topic-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.ms-topic-top > span:last-child { font-size: 10px; color: #7b8079; letter-spacing: 1px; }
.ms-topic-symbol { display: grid; place-items: center; width: 45px; height: 45px; color: #46655e; font-size: 35px; line-height: 1; }
.ms-home .ms-topic h3 { font-size: 24px; margin-bottom: 10px; }
.ms-topic p { color: var(--ms-muted); font-size: 13px; line-height: 1.7; max-width: 220px; }
.ms-topic-arrow { position: absolute; bottom: 19px; right: 25px; font-size: 20px; }
.ms-more-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 26px; padding-top: 24px; font-size: 12px; }
.ms-more-topics > span { color: #6c7471; margin-right: 8px; }
.ms-more-topics a { border-bottom: 1px solid #a9b6ac; padding-bottom: 2px; }
.ms-more-topics a > span { margin-left: 9px; }
.ms-tools-section { background: #eef2ec; border-top: 1px solid #e0e5dd; border-bottom: 1px solid #e0e5dd; }
.ms-tools-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.ms-tool-feature { display: grid; grid-template-columns: 1fr .85fr; gap: 20px; align-items: center; padding: 32px; background: #e1e9df; border: 1px solid #c5d1c2; overflow: hidden; }
.ms-home .ms-tool-feature:hover { background: #d9e4d7; color: var(--ms-ink); }
.ms-tag { display: inline-block; border: 1px solid #9fae99; color: #435b47; padding: 2px 9px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.ms-home .ms-tool-feature h3 { font-size: 35px; line-height: 1.12; margin-top: 18px; margin-bottom: 13px; }
.ms-tool-feature p { font-size: 13px; color: #526253; max-width: 245px; }
.ms-tool-feature .ms-button { margin-top: 25px; }
.ms-cycle-art { position: relative; width: 100%; aspect-ratio: 1; color: #526d57; margin-top: -25px; }
.ms-cycle-outer { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #799374; padding: 10px; background: repeating-conic-gradient(from 0deg, transparent 0deg 12deg, #a9b8a7 12deg 13deg, transparent 13deg 15deg); }
.ms-cycle-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; border: 1px solid #8fa489; border-radius: 50%; background: #e1e9df; }
.ms-cycle-inner > span { font: italic 13px var(--ms-serif); }
.ms-cycle-inner strong { font: 53px var(--ms-serif); line-height: 1.2; }
.ms-cycle-art small { font-size: 8px; letter-spacing: 2px; }
.ms-cycle-small { position: absolute; bottom: -20px; right: -9px; width: 88px; height: 88px; border: 1px solid #7f9275; border-radius: 50%; background: #f0f1e1; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 6px #e1e9df; }
.ms-cycle-small strong { font: 29px var(--ms-serif); }
.ms-tool-stack { display: flex; flex-direction: column; gap: 12px; }
.ms-tool-small { display: grid; grid-template-columns: 44px 1fr 20px; gap: 20px; align-items: center; flex: 1; padding: 24px; background: #fffefa; border: 1px solid #d5ded2; }
.ms-home .ms-tool-small:hover { background: #f5f7ef; color: var(--ms-ink); }
.ms-tool-small h3 { font-size: 21px; }
.ms-tool-small p { font-size: 12px; color: var(--ms-muted); margin-top: 4px; }
.ms-small-symbol { font-size: 38px; line-height: 1; text-align: center; color: #57775d; }
.ms-number-symbol { width: 36px; color: #57775d; }
.ms-number-symbol span { display: block; line-height: 12px; letter-spacing: 3px; font-size: 20px; text-align: center; }
.ms-number-symbol i { display: block; height: 5px; background: currentColor; margin-top: 4px; border-radius: 3px; }
.ms-text-link { display: inline-block; font-size: 12px; font-weight: 600; border-bottom: 1px solid #73867b; padding-bottom: 6px; }
.ms-text-link span { padding-left: 15px; }
.ms-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.ms-article-link { display: flex; flex-direction: column; height: 100%; }
.ms-article-image { aspect-ratio: 1.85; overflow: hidden; background: #dce4dc; }
.ms-article-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.ms-article-link:hover img { transform: scale(1.035); }
.ms-image-fallback { display: grid; place-items: center; background: radial-gradient(ellipse at 70% 50%, transparent 29%, #7c99964d 29.2%, transparent 29.5%), radial-gradient(ellipse at 40% 40%, transparent 45%, #7c99965e 45.2%, transparent 45.5%), #193c4a; color: #d8bf8c; }
.ms-image-fallback > span { font-size: 74px; font-weight: 200; }
.ms-article-copy { padding: 21px 0 4px; flex: 1; display: flex; flex-direction: column; }
.ms-article-copy .ms-eyebrow { font-size: 9px; letter-spacing: 1.4px; color: #69786b; margin-bottom: 11px; }
.ms-home .ms-article-copy h3 { font-size: 26px; margin-bottom: 22px; letter-spacing: -.3px; }
.ms-read { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; border-top: 1px solid var(--ms-line); padding-top: 13px; margin-top: auto; }
.ms-read > span { font-size: 18px; line-height: 1; }
.ms-place-section { padding-block: 66px; background: #eae7df; }
.ms-place-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.ms-place-photo { align-self: stretch; display: flex; flex-direction: column; }
.ms-place-photo img { display: block; width: 100%; flex: 1; min-height: 370px; max-height: 560px; object-fit: cover; object-position: 71%; }
.ms-place-photo figcaption { padding-top: 11px; font-size: 10px; color: #59625d; }
.ms-place-copy .ms-eyebrow { margin-bottom: 17px; color: #666d62; }
.ms-place-copy h2 { font-size: clamp(38px, 4vw, 54px); }
.ms-place-copy > p:not(.ms-eyebrow) { font-size: 14px; color: #54605b; margin-top: 20px; }
.ms-place-copy .ms-text-link { margin-top: 22px; }
.ms-building-links { display: flex; gap: 9px; flex-wrap: wrap; border-top: 1px solid #c7cbbf; margin-top: 26px; padding-top: 22px; }
.ms-building-links a { border: 1px solid #c1c8bd; padding: 6px 10px; font-size: 10px; }
.ms-building-links a > span { margin-left: 9px; }
.ms-building-links a:hover { background: #fff9; }
.ms-time-grid { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1.2fr; align-items: center; padding: 30px 0; border-top: 1px solid var(--ms-line); border-bottom: 1px solid var(--ms-line); }
.ms-time-grid > a { padding: 12px 26px; }
.ms-time-grid > a:first-child { padding-left: 0; }
.ms-time-grid > a:last-child { padding-right: 0; }
.ms-time-grid strong { display: block; font: clamp(40px, 4vw, 58px) var(--ms-serif); letter-spacing: -1.5px; margin: 12px 0; }
.ms-time-grid strong > span { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0; margin-left: 9px; }
.ms-time-grid p { font-size: 13px; color: var(--ms-muted); max-width: 260px; }
.ms-time-operator { font: 32px var(--ms-serif); color: #909d8c; text-align: center; }
.ms-home .ms-calendar-note { margin-top: 22px; font-size: 12px; color: var(--ms-muted); }
.ms-calendar-note a { text-decoration: underline; text-underline-offset: 3px; }
.ms-calendar-note a:last-child { display: inline-block; margin-left: 14px; }
.ms-heritage { background: #15343f; color: #f6f0e1; padding-block: 76px; }
.ms-heritage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.ms-heritage .ms-eyebrow { color: var(--ms-sand); margin-bottom: 20px; }
.ms-heritage h2 { font-size: clamp(40px, 4vw, 56px); }
.ms-heritage-grid > div > p:not(.ms-eyebrow) { color: #c5d1d0; font-size: 14px; max-width: 430px; margin-top: 23px; }
.ms-heritage .ms-button { margin-top: 27px; }
.ms-methods a { display: grid; grid-template-columns: 40px 1fr 20px; gap: 19px; align-items: center; padding: 28px 0; border-bottom: 1px solid #4b6268; }
.ms-methods a:first-child { border-top: 1px solid #4b6268; }
.ms-home .ms-methods a:hover { color: #f1d3a2; }
.ms-method-number { color: var(--ms-sand); font-size: 11px; }
.ms-methods h3 { font-size: 28px; }
.ms-methods p { color: #c2d0cc; font-size: 12px; margin-top: 5px; }
.ms-evidence { display: grid; grid-template-columns: 1fr 1.3fr; gap: 90px; }
.ms-evidence .ms-eyebrow { color: #687b6c; margin-bottom: 18px; }
.ms-evidence > div > p:not(.ms-eyebrow) { font-size: 13px; color: var(--ms-muted); margin-top: 22px; max-width: 330px; }
.ms-question-list a { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 21px 0; border-bottom: 1px solid var(--ms-line); font: 20px/1.4 var(--ms-serif); }
.ms-question-list a:first-child { border-top: 1px solid var(--ms-line); }
.ms-question-list a > span { font: 19px -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #789184; }
.ms-living { padding-block: 36px; background: #ecefdc; border-block: 1px solid #d9dec8; }
.ms-living > .ms-wrap { display: grid; grid-template-columns: 70px 1fr auto; gap: 26px; align-items: center; }
.ms-living-symbol { font-size: 63px; color: #727c53; font-family: var(--ms-serif); }
.ms-living .ms-eyebrow { color: #5b684a; margin-bottom: 9px; }
.ms-living h2 { font-size: 29px; letter-spacing: -.5px; }
.ms-living p:not(.ms-eyebrow) { font-size: 13px; color: #545f4a; max-width: 690px; margin-top: 10px; }
.ms-living .ms-text-link { font-size: 13px; line-height: 1.9; margin-left: 24px; }
.ms-living small { font-size: 10px; font-weight: 400; }
.ms-latest-grid { row-gap: 38px; }
.ms-latest-grid .ms-article-copy h3 { font-size: 23px; }
.ms-footer { padding-top: 58px; background: #eaece5; color: #314a47; border-top: 1px solid #d4dacf; }
.ms-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 38px; }
.ms-home .ms-footer-brand { font: 38px var(--ms-serif); letter-spacing: -1px; }
.ms-footer-brand span { display: inline-block; color: #6c826e; font-size: 29px; margin-left: 14px; }
.ms-footer-top p { font-size: 13px; color: #67756a; margin-top: 12px; }
.ms-home .ms-footer h2 { font-family: inherit; font-size: 11px; font-weight: 650; letter-spacing: .4px; margin-bottom: 13px; }
.ms-footer-top > div:not(:first-child) a { display: block; font-size: 12px; padding: 5px 0; }
.ms-project-history { border-top: 1px solid #cbd3c6; padding-top: 27px; }
.ms-project-history p, .ms-image-credit p { max-width: 1060px; color: #5d6b60; font-size: 11px; line-height: 1.85; }
.ms-project-history a, .ms-image-credit a { text-decoration: underline; text-underline-offset: 3px; }
.ms-image-credit { margin-block: 18px; }
.ms-image-credit summary { font-size: 11px; cursor: pointer; width: fit-content; padding-block: 5px; }
.ms-image-credit p { margin-top: 9px; }
.ms-footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #cbd3c6; padding-block: 22px; font-size: 10px; }
.ms-footer-bottom > div { display: flex; gap: 26px; }
.ms-home [id] { scroll-margin-top: 25px; }
.ms-home .skip-link:focus { color: white; }
@media (min-width: 1550px) {
	.ms-hero-photo { object-position: center 57%; }
	.ms-hero-content { padding-top: 86px; }
	.ms-hero-foot { margin-top: 65px; }
}
@media (max-width: 1150px) {
	.ms-wrap { width: calc(100% - 64px); }
	.ms-nav { gap: 16px; font-size: 11px; }
	.ms-header-inner { gap: 24px; min-height: 90px; }
	.ms-brand .custom-logo { width: 174px; }
	.ms-nav .ms-nav-tools { padding-inline: 10px; }
	.ms-tools-grid { grid-template-columns: 1.2fr 1fr; gap: 18px; }
	.ms-tool-feature { padding: 25px; grid-template-columns: 1fr .7fr; }
	.ms-cycle-small { width: 70px; height: 70px; }
	.ms-cycle-inner strong { font-size: 42px; }
	.ms-cycle-inner > span { font-size: 10px; }
	.ms-tool-small { padding: 20px; gap: 14px; }
	.ms-tool-small h3 { font-size: 19px; }
	.ms-home .ms-tool-feature h3 { font-size: 31px; }
	.ms-place-grid, .ms-heritage-grid, .ms-evidence { gap: 45px; }
	.ms-topic { padding-inline: 20px; }
	.ms-home .ms-topic h3 { font-size: 22px; }
	.ms-section-heading > p { max-width: 260px; }
}
@media (max-width: 950px) {
	.ms-header-inner { flex-wrap: wrap; padding-block: 16px; gap: 14px; }
	.ms-brand .custom-logo { width: 174px; max-height: 54px; }
	.ms-nav { flex-wrap: wrap; width: 100%; padding-block: 12px; gap: 10px 25px; font-size: 13px; }
	.ms-enhanced .ms-menu-button { display: inline-flex; margin-left: auto; padding: 9px 14px; background: transparent; border: 1px solid #a7b7aa; color: var(--ms-ink); font: inherit; font-size: 13px; align-items: center; gap: 18px; cursor: pointer; }
	.ms-enhanced .ms-nav { display: none; }
	.ms-enhanced.ms-menu-open .ms-nav { display: flex; border-top: 1px solid var(--ms-line); }
	.ms-hero::after { background: linear-gradient(90deg, #102c39 2%, rgba(16,44,57,.94) 28%, rgba(16,44,57,.6) 70%, rgba(16,44,57,.27)), linear-gradient(0deg, #102c39c9, transparent 40%); }
	.ms-section { padding-block: 58px; }
	.ms-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ms-topic:nth-child(3) { border-left: 0; }
	.ms-topic:nth-child(n+3) { border-top: 1px solid var(--ms-line); }
	.ms-home .ms-topic h3 { font-size: 26px; }
	.ms-topic p { max-width: 300px; }
	.ms-tools-grid { grid-template-columns: 1fr; }
	.ms-tool-feature { grid-template-columns: 1.2fr 1fr; gap: 30px; padding: 34px; }
	.ms-cycle-art { width: 210px; justify-self: center; margin-top: -10px; }
	.ms-cycle-inner strong { font-size: 53px; }
	.ms-tool-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
	.ms-tool-small { display: flex; flex-direction: column; align-items: start; padding: 24px; }
	.ms-tool-small > span:last-child { align-self: end; margin-top: auto; }
	.ms-tool-small h3 { font-size: 22px; }
	.ms-article-grid { gap: 22px; }
	.ms-home .ms-article-copy h3 { font-size: 23px; }
	.ms-place-grid { gap: 30px; }
	.ms-place-copy > p:not(.ms-eyebrow) { font-size: 13px; }
	.ms-living > .ms-wrap { grid-template-columns: 45px 1fr; gap: 20px; }
	.ms-living-symbol { font-size: 47px; }
	.ms-living .ms-text-link { grid-column: 2; justify-self: start; margin: 0; }
	.ms-section-heading > p { display: none; }
	.ms-search-strip p { max-width: 200px; line-height: 1.35; }
	.ms-search-strip form { max-width: 480px; }
}
@media (max-width: 680px) {
	.ms-wrap { width: calc(100% - 40px); }
	.ms-masthead-note .ms-wrap { justify-content: center; min-height: 30px; font-size: 9px; }
	.ms-masthead-note .ms-wrap > span:last-child { display: none; }
	.ms-header-inner { min-height: 80px; padding-block: 12px; }
	.ms-brand .custom-logo { width: 159px; }
	.ms-nav { flex-direction: column; align-items: stretch; gap: 0; }
	.ms-nav a { padding: 12px; }
	.ms-nav .ms-nav-tools { margin-top: 8px; }
	.ms-hero-photo { object-position: 66% center; opacity: .6; }
	.ms-hero::after { background: linear-gradient(90deg, rgba(16,44,57,.96), rgba(16,44,57,.5)), linear-gradient(0deg, #102c39, transparent 80%); }
	.ms-hero-content { padding-top: 46px; padding-bottom: 21px; }
	.ms-hero .ms-eyebrow { font-size: 9px; letter-spacing: 1.2px; }
	.ms-home .ms-hero h1 { font-size: clamp(43px, 9.5vw, 63px); line-height: 1.09; letter-spacing: -1.4px; margin-top: 23px; }
	.ms-desktop-break { display: none; }
	.ms-home .ms-hero-description { font-size: 14px; margin-top: 25px; max-width: 440px; }
	.ms-actions { gap: 14px 20px; margin-top: 25px; }
	.ms-home .ms-button { padding: 13px 16px; font-size: 11px; gap: 17px; }
	.ms-hero-secondary { font-size: 11px; }
	.ms-hero-foot { margin-top: 38px; flex-direction: column; gap: 9px; font-size: 9px; }
	.ms-search-strip > .ms-wrap { padding-block: 20px; flex-direction: column; align-items: stretch; gap: 14px; }
	.ms-search-strip p { max-width: none; font-size: 18px; }
	.ms-search-strip form { width: 100%; max-width: none; }
	.ms-search-strip input { font-size: 12px; padding: 13px 11px; }
	.ms-search-strip button { padding-inline: 13px; }
	.ms-search-strip button span { margin-left: 8px; }
	.ms-section { padding-block: 44px; }
	.ms-section-heading { flex-direction: column; align-items: start; gap: 18px; margin-bottom: 25px; }
	.ms-home h2 { font-size: 31px; letter-spacing: -.7px; }
	.ms-home .ms-eyebrow { font-size: 9px; letter-spacing: 1.5px; }
	.ms-topic { padding: 20px 17px 45px; }
	.ms-topic-top { margin-bottom: 17px; }
	.ms-home .ms-topic h3 { font-size: 22px; }
	.ms-topic p { font-size: 12px; }
	.ms-topic-symbol { font-size: 31px; width: 35px; }
	.ms-topic-arrow { right: 17px; }
	.ms-more-topics { gap: 12px 20px; font-size: 11px; padding-top: 21px; }
	.ms-more-topics > span { width: 100%; }
	.ms-tool-feature { padding: 25px; gap: 17px; grid-template-columns: 1fr .6fr; }
	.ms-home .ms-tool-feature h3 { font-size: 30px; }
	.ms-tool-feature p { font-size: 12px; }
	.ms-cycle-art { width: 120px; margin-top: -60px; }
	.ms-cycle-inner > span { display: none; }
	.ms-cycle-inner strong { font-size: 36px; }
	.ms-cycle-art small { font-size: 6px; letter-spacing: 1px; }
	.ms-cycle-small { width: 59px; height: 59px; right: -3px; }
	.ms-cycle-small strong { font-size: 24px; }
	.ms-tool-stack { grid-template-columns: 1fr; }
	.ms-tool-small { display: grid; grid-template-columns: 38px 1fr 15px; align-items: center; padding: 22px; gap: 20px; }
	.ms-tool-small > span:last-child { align-self: center; margin: 0; }
	.ms-tool-small h3 { font-size: 21px; }
	.ms-article-grid { grid-template-columns: 1fr; gap: 30px; }
	.ms-article-image { aspect-ratio: 1.85; }
	.ms-home .ms-article-copy h3 { font-size: 26px; }
	.ms-article-copy { padding-top: 17px; }
	.ms-place-section { padding-block: 36px; }
	.ms-place-grid { grid-template-columns: 1fr; gap: 28px; }
	.ms-place-photo img { height: 270px; min-height: 0; max-height: none; flex: none; }
	.ms-place-copy h2 { font-size: 40px; }
	.ms-place-copy > p:not(.ms-eyebrow) { font-size: 14px; }
	.ms-time-grid { grid-template-columns: 1fr; gap: 0; padding-block: 10px; }
	.ms-time-grid > a, .ms-time-grid > a:first-child, .ms-time-grid > a:last-child { padding: 21px 14px; text-align: center; }
	.ms-time-grid p { margin-inline: auto; max-width: 300px; }
	.ms-time-grid strong { font-size: 52px; }
	.ms-time-operator { font-size: 28px; }
	.ms-calendar-note a:last-child { margin: 10px 0 0; }
	.ms-heritage { padding-block: 45px; }
	.ms-heritage-grid { grid-template-columns: 1fr; gap: 33px; }
	.ms-heritage h2 { font-size: 43px; }
	.ms-heritage-grid > div > p:not(.ms-eyebrow) { margin-top: 20px; }
	.ms-methods a { padding-block: 22px; gap: 12px; }
	.ms-evidence { grid-template-columns: 1fr; gap: 25px; }
	.ms-evidence h2 { font-size: 36px; }
	.ms-evidence > div > p:not(.ms-eyebrow) { max-width: none; }
	.ms-question-list a { font-size: 20px; padding-block: 21px; gap: 20px; }
	.ms-living > .ms-wrap { grid-template-columns: 1fr; gap: 16px; }
	.ms-living-symbol { display: none; }
	.ms-living h2 { font-size: 29px; }
	.ms-living .ms-text-link { grid-column: 1; }
	.ms-section-note { font-size: 12px; }
	.ms-footer { padding-top: 36px; }
	.ms-footer-top { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
	.ms-footer-top > div:first-child { grid-column: 1 / -1; }
	.ms-home .ms-footer h2 { font-size: 11px; }
	.ms-footer-bottom { flex-direction: column; gap: 15px; }
	.ms-footer-bottom > div { gap: 22px; }
}
@media (max-width: 360px) {
	.ms-wrap { width: calc(100% - 32px); }
	.ms-topic-grid { grid-template-columns: 1fr; }
	.ms-topic + .ms-topic { border-left: 0; border-top: 1px solid var(--ms-line); }
	.ms-tool-feature { grid-template-columns: 1fr; }
	.ms-cycle-art { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	html:has(.ms-home) { scroll-behavior: auto; }
	.ms-home *, .ms-home *::before, .ms-home *::after { transition: none !important; animation: none !important; }
}
