/* Shifiverse — change these tokens to update the entire theme. */
@font-face {
    font-family: Manrope;
    src: url('../fonts/manrope.ttf') format('truetype');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
}
:root {
    --ink: #28243d;
    --muted: #646273;
    --purple: #6850d8;
    --purple-dark: #503bb5;
    --paper: #ffffff;
    --canvas: #fafaff;
    --line: #e6e5ef;
    --social-bg: #e8f6f2;
    --social-ink: #226754;
    --me-bg: #efebff;
    --me-ink: #5940bd;
    --encore-bg: #fff0e5;
    --encore-ink: #935125;
    --display: Manrope, 'Arial', sans-serif;
    --body: 'DM Sans', 'Arial', sans-serif;
    --serif: Georgia, 'Times New Roman', serif;
    --container: 1240px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
    font: inherit;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}
button {
    color: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
svg {
    flex-shrink: 0;
    vertical-align: middle;
}
.icon {
    width: 22px;
    height: 22px;
}
button,
a,
summary {
    touch-action: manipulation;
}
button,
summary {
    cursor: pointer;
}
:focus-visible {
    outline: 3px solid #8064ec;
    outline-offset: 5px;
}
::selection {
    color: #332265;
    background: #dfd6ff;
}
[hidden] {
    display: none !important;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}
h1,
h2,
h3,
h4 {
    font-family: var(--display);
}
h1 {
    font-size: clamp(3.25rem, 5.6vw, 5.1rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 1.08;
}
h2 {
    font-size: clamp(2.15rem, 3.8vw, 3.4rem);
    font-weight: 650;
    letter-spacing: -0.052em;
    line-height: 1.15;
    margin-bottom: 25px;
}
h3 {
    font-size: 1.45rem;
    letter-spacing: -0.035em;
    line-height: 1.3;
}
p {
    margin-bottom: 1.25rem;
}
em {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -0.055em;
}
.container {
    width: min(var(--container), calc(100% - 96px));
    margin-inline: auto;
}
.section {
    padding-block: 104px;
}
.eyebrow {
    display: block;
    font-family: var(--body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
}
.text-link {
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-underline-offset: 5px;
}
.text-link:hover {
    color: var(--purple-dark);
    text-decoration: underline;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 54px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.5;
    transition:
        background 0.2s,
        transform 0.2s;
}
.button:hover {
    transform: translateY(-2px);
}
.button.primary {
    background: var(--purple);
    color: #fff;
}
.button.primary:hover {
    background: var(--purple-dark);
}
.button.outline {
    border-color: #d1ccdf;
    background: transparent;
}
.button.outline:hover {
    background: #f1edff;
}
.button.light {
    color: var(--purple-dark);
    background: #fff;
}
.button-row {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}
.skip-link {
    position: fixed;
    z-index: 99;
    top: 8px;
    left: 8px;
    padding: 12px 22px;
    background: #fff;
    transform: translateY(-150%);
}
.skip-link:focus {
    transform: none;
}
.site-header {
    height: 98px;
    background: rgba(255, 255, 255, 0.98);
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #f0eff5;
}
.header-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}
.wordmark {
    display: inline-flex;
    align-items: baseline;
    font: 800 1.85rem/1 var(--display);
    letter-spacing: -0.065em;
    white-space: nowrap;
}
.wordmark span {
    font-weight: 500;
}
.wordmark i {
    color: var(--purple);
    font-style: normal;
    font-size: 2.5rem;
    line-height: 0.5;
    margin-left: 2px;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 31px;
    font-size: 0.875rem;
    font-weight: 550;
}
.main-nav a {
    padding-block: 8px;
}
.main-nav a:hover,
.main-nav a[aria-current] {
    color: var(--purple-dark);
}
.main-nav .nav-contact {
    border: 1px solid #d9d6e4;
    border-radius: 50px;
    padding: 10px 19px;
    margin-left: 16px;
    display: flex;
    gap: 13px;
    align-items: center;
}
.nav-contact .icon {
    width: 18px;
    height: 18px;
}
.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--line);
    background: white;
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 44px;
}
.menu-lines {
    position: relative;
    width: 18px;
    height: 12px;
    border-block: 1.5px solid;
}
.menu-lines::after {
    content: '';
    height: 1.5px;
    background: currentColor;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
}
.menu-label {
    font-size: 0.875rem;
}
.home-hero {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 66px;
    padding-block: 75px 80px;
    align-items: center;
}
.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    letter-spacing: 0.08em;
    margin-bottom: 27px;
}
.tiny-mark {
    color: var(--purple);
    font-size: 28px;
    line-height: 1;
}
.hero-copy h1 {
    max-width: 640px;
    margin-bottom: 28px;
}
.hero-copy h1 em {
    color: var(--purple);
    font-size: 1.12em;
}
.hero-description {
    color: var(--muted);
    max-width: 480px;
    font-size: 1.075rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.hero-footnote {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 43px;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.6;
}
.hero-footnote strong {
    color: var(--ink);
    font-weight: 600;
}
.overlap-marks {
    display: flex;
    padding-left: 5px;
}
.overlap-marks b {
    width: 37px;
    height: 37px;
    border: 3px solid white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-left: -5px;
}
.overlap-marks .icon {
    width: 17px;
    height: 17px;
}
.social {
    --product-bg: var(--social-bg);
    --product-ink: var(--social-ink);
}
.me {
    --product-bg: var(--me-bg);
    --product-ink: var(--me-ink);
}
.encore {
    --product-bg: var(--encore-bg);
    --product-ink: var(--encore-ink);
}
.overlap-marks b {
    background: var(--product-bg);
    color: var(--product-ink);
}
.hero-collage {
    height: auto;
    min-height: 33.5rem;
    display: grid;
    grid-template-columns: 1.07fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 17px;
    position: relative;
}
.hero-collage > a {
    overflow: hidden;
    position: relative;
    transition: transform 0.25s;
    isolation: isolate;
}
.hero-collage > a:hover {
    transform: translateY(-4px);
}
.collage-social {
    border-radius: 145px 145px 20px 20px;
    grid-row: span 2;
    margin-block: 21px 30px;
}
.collage-social img,
.collage-encore img {
    height: 100%;
}
.collage-social img {
    object-position: 51% 50%;
}
.image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(20, 23, 31, 0.83) 100%);
    z-index: 1;
}
.image-label {
    position: absolute;
    bottom: 26px;
    left: 23px;
    right: 18px;
    color: white;
    z-index: 2;
}
.image-label .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.11em;
    margin-bottom: 9px;
}
.image-label strong {
    display: block;
    font-family: var(--display);
    font-size: 1.35rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}
.photo-link {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    margin-top: 18px;
}
.photo-link .icon {
    width: 18px;
    height: 18px;
}
.collage-me {
    border-radius: 20px 20px 74px 20px;
    padding: 24px 24px 20px;
    background: var(--me-bg);
}
.collage-me-head {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: var(--display);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}
.collage-me-head small {
    display: block;
    font-family: var(--body);
    font-size: 0.75rem;
    font-weight: 500;
    padding-top: 4px;
}
.collage-me-head > .icon {
    margin-left: auto;
    width: 18px;
}
.collage-me > strong {
    display: block;
    font: 650 1.85rem/1.15 var(--display);
    letter-spacing: -0.05em;
    margin-top: 18px;
}
.little-team {
    display: flex;
    margin-top: 17px;
}
.little-team b {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    font-size: 0.75rem;
    border-radius: 50%;
    border: 2px solid var(--me-bg);
    margin-left: -3px;
    background: #fff;
    color: var(--purple-dark);
}
.little-team b:first-child {
    color: white;
    background: var(--purple);
    margin-left: 0;
}
.little-team b:nth-child(2) {
    background: #d5ebdd;
    color: #386d4d;
}
.little-team b:nth-child(3) {
    background: #d5e8f6;
    color: #346785;
}
.little-team b:nth-child(4) {
    background: #f6dac9;
    color: #8c5236;
}
.collage-caption {
    display: block;
    font-size: 0.75rem;
    color: #655a83;
    margin-top: 9px;
}
.collage-encore {
    border-radius: 20px 20px 20px 74px;
}
.collage-encore .image-label {
    left: 30px;
    bottom: 26px;
}
.collage-encore .image-label strong {
    font-size: 1.3rem;
}
.small-photo-arrow {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 2;
    background: white;
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.small-photo-arrow .icon {
    width: 18px;
}
.collage-sticker {
    position: absolute;
    left: -25px;
    top: 32px;
    z-index: 3;
    color: #58428a;
    background: #eee7ff;
    padding: 19px 20px;
    font: 650 1rem/1.25 var(--display);
    border-radius: 50%;
    width: 103px;
    height: 103px;
    transform: rotate(-13deg);
    display: grid;
    place-content: center;
    box-shadow: 0 4px 10px #32295110;
}
.collage-sticker em {
    font-size: 1.25rem;
}
.belief-strip {
    border-block: 1px solid var(--line);
    background: #faf9ff;
}
.belief-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    padding-block: 22px;
    font-family: var(--display);
    font-size: 1.05rem;
    letter-spacing: -0.025em;
    font-weight: 550;
}
.strip-flower {
    color: #a18be2;
    font-size: 25px;
}
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 42px;
}
.section-heading h2 {
    margin: 0;
}
.section-heading .eyebrow {
    color: var(--purple-dark);
}
.section-heading > p {
    color: var(--muted);
    max-width: 285px;
    font-size: 1rem;
    margin-bottom: 4px;
}
.section-heading > .text-link {
    margin-bottom: 7px;
    white-space: nowrap;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.product-card {
    background: var(--product-bg);
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 31px 29px 23px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition:
        border-color 0.2s,
        transform 0.2s;
}
.product-card:hover {
    border-color: var(--product-ink);
    transform: translateY(-3px);
}
.product-card-top {
    margin-bottom: 24px;
}
.product-mark {
    width: 48px;
    height: 48px;
    background: white;
    color: var(--product-ink);
    border-radius: 15px;
    display: inline-grid;
    place-items: center;
}
.product-mark .icon {
    width: 26px;
    height: 26px;
}
.product-mark.small {
    width: 36px;
    height: 36px;
    border-radius: 11px;
}
.product-mark.small .icon {
    width: 20px;
    height: 20px;
}
.product-card-top .eyebrow {
    color: var(--product-ink);
    font-size: 0.75rem;
    margin-top: 17px;
    margin-bottom: 0;
    letter-spacing: 0.075em;
}
.product-card h3 {
    font-size: 1.7rem;
    margin-bottom: 17px;
}
.product-card .card-tagline {
    font-size: 1.1rem;
    line-height: 1.45;
    color: var(--ink);
    font-weight: 550;
    margin-bottom: 15px;
    min-height: 3.1em;
}
.product-card > p {
    color: #5c6164;
    font-size: 0.925rem;
    line-height: 1.75;
}
.feature-tags {
    list-style: none;
    padding: 0;
    margin: auto 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 6px;
}
.feature-tags li {
    font-size: 0.75rem;
    background: #ffffffa8;
    border-radius: 6px;
    padding: 4px 8px;
    color: var(--product-ink);
}
.card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
    border-top: 1px solid #28243d1b;
    font-size: 0.9rem;
    font-weight: 650;
}
.circle-arrow {
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background: #fff;
}
.circle-arrow .icon {
    width: 18px;
}
.understated-link {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted);
    margin: 30px 0 0;
}
.understated-link a {
    color: var(--ink);
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.understated-link a:hover {
    text-decoration: underline;
}
.understated-link .icon {
    width: 17px;
}
.shifi-section {
    background: #6b53cd;
    color: #fff;
    padding-block: 75px;
}
.shifi-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 95px;
}
.shifi-intro h2 {
    font-size: clamp(2.5rem, 4vw, 3.6rem);
}
.shifi-intro h2 em {
    color: #eee4ff;
    font-size: 1.05em;
}
.shifi-intro p:not(.eyebrow) {
    color: #f0ebff;
    font-size: 1rem;
    max-width: 430px;
    margin-bottom: 26px;
}
.shifi-intro .eyebrow {
    color: #eee7ff;
}
.role-list {
    display: grid;
    gap: 15px;
}
.role-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    color: var(--ink);
    border-radius: 15px;
    padding: 22px;
    transition: transform 0.2s;
}
.role-item:hover {
    transform: translateX(4px);
}
.role-item .product-mark {
    background: var(--product-bg);
}
.role-item > span:nth-child(2) {
    flex: 1;
}
.role-item small {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
    margin-bottom: 4px;
}
.role-item strong {
    display: block;
    font: 650 1.075rem/1.4 var(--display);
    letter-spacing: -0.035em;
}
.role-item > .icon {
    width: 20px;
}
.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
}
.principle-number {
    display: block;
    color: var(--purple);
    font-size: 0.875rem;
    margin-bottom: 28px;
    font-weight: 650;
}
.principles-grid h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.principles-grid p {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 0;
}
.closing-wrap {
    padding-bottom: 90px;
}
.closing-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #f1edff;
    border-radius: 25px;
    padding: 61px 70px;
}
.closing-cta > .eyebrow {
    color: var(--purple-dark);
}
.closing-cta h2 {
    font-size: 3rem;
    max-width: 720px;
}
.closing-flower {
    position: absolute;
    z-index: -1;
    font-size: 245px;
    line-height: 1;
    color: #d7cdf8;
    right: 72px;
    top: 70px;
    transform: rotate(12deg);
}
.site-footer {
    border-top: 1px solid var(--line);
    padding-top: 62px;
}
.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 55px;
    padding-bottom: 50px;
}
.footer-brand p {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.7;
}
.footer-main h2 {
    font-family: var(--body);
    font-size: 0.8rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 5px 0 19px;
}
.footer-main > div > a:not(.wordmark) {
    display: block;
    color: #686473;
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.footer-main > div > a:hover {
    color: var(--purple);
}
.footer-main .icon {
    width: 16px;
    height: 16px;
}
.footer-note {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 17px;
}
.footer-bottom {
    display: flex;
    gap: 25px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-block: 22px;
    font-size: 0.75rem;
    color: var(--muted);
}
.footer-bottom > span:nth-child(2) {
    margin-inline: auto;
}
/* Shared inner-page layouts */
.page-hero {
    padding-block: 76px 64px;
}
.page-hero .eyebrow,
.product-hero .eyebrow {
    color: var(--purple-dark);
}
.page-hero h1 {
    font-size: clamp(2.9rem, 5.3vw, 4.75rem);
    max-width: 960px;
    margin-bottom: 26px;
}
.page-hero h1 em {
    color: var(--purple);
}
.page-lead {
    color: var(--muted);
    max-width: 695px;
    font-size: 1.15rem;
    line-height: 1.8;
    margin: 0;
}
.page-hero.center {
    text-align: center;
}
.page-hero.center h1,
.page-hero.center .page-lead {
    margin-inline: auto;
}
.compact-section {
    padding-block: 20px 85px;
}
.tinted-section {
    background: var(--canvas);
    border-block: 1px solid var(--line);
}
.split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
}
.split-content.align-top {
    align-items: start;
}
.split-content p {
    color: var(--muted);
}
.reading-copy {
    max-width: 760px;
}
.reading-copy h2 {
    font-size: 2rem;
    margin-top: 45px;
}
.reading-copy h2:first-child {
    margin-top: 0;
}
.reading-copy p,
.reading-copy li {
    color: var(--muted);
}
.inline-link {
    color: var(--purple-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.comparison-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 17px;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 730px;
    font-size: 0.9rem;
}
.comparison-table th,
.comparison-table td {
    padding: 22px 25px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}
.comparison-table thead th {
    font-family: var(--display);
    background: #f7f5fe;
    font-size: 1.1rem;
    font-weight: 650;
}
.comparison-table th[scope='row'] {
    width: 19%;
    font-weight: 600;
}
.comparison-table td {
    color: var(--muted);
    width: 27%;
}
.comparison-table tr:last-child > * {
    border-bottom: none;
}
.comparison-table a {
    color: var(--purple-dark);
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.small-note {
    font-size: 0.8rem;
    line-height: 1.7;
    color: var(--muted);
    margin-top: 20px;
}
.question-list {
    max-width: 900px;
}
details {
    border-top: 1px solid var(--line);
}
details:last-child {
    border-bottom: 1px solid var(--line);
}
summary {
    list-style: none;
    padding: 25px 42px 25px 0;
    font: 600 1.05rem/1.5 var(--display);
    position: relative;
}
summary::-webkit-details-marker {
    display: none;
}
summary::after {
    content: '+';
    position: absolute;
    right: 7px;
    top: 21px;
    font: 400 1.6rem/1.5 var(--body);
    color: var(--purple);
}
details[open] > summary::after {
    content: '−';
}
details > p {
    color: var(--muted);
    padding-right: 40px;
    font-size: 0.98rem;
    margin-bottom: 26px;
}
.story-statement {
    background: var(--me-bg);
    border-radius: 22px;
    padding: 45px;
}
.story-statement .icon {
    width: 45px;
    height: 45px;
    color: var(--purple);
    margin-bottom: 25px;
}
.story-statement p {
    font: 500 2rem/1.4 var(--display);
    letter-spacing: -0.05em;
    margin: 0;
    color: var(--ink);
}
.story-photo {
    border-radius: 22px;
    max-height: 480px;
}
.role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.role-detail {
    background: var(--product-bg);
    border-radius: 22px;
    padding: 32px;
}
.role-detail .eyebrow {
    margin-top: 25px;
    color: var(--product-ink);
    font-size: 0.75rem;
}
.role-detail p {
    color: #60606b;
    font-size: 0.98rem;
}
.role-detail .text-link {
    font-size: 0.9rem;
}
.principle-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px 75px;
}
.principle-list article {
    border-top: 1px solid var(--line);
    padding-top: 27px;
}
.principle-list p {
    color: var(--muted);
}
.principle-list .principle-number {
    margin-bottom: 19px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 64px;
    align-items: start;
}
.contact-panel {
    padding: 38px;
    background: var(--me-bg);
    border-radius: 22px;
}
.contact-panel h2 {
    font-size: 2.05rem;
}
.contact-panel p {
    color: #655d7b;
}
.contact-routes {
    display: grid;
    gap: 15px;
}
.contact-route {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 16px;
}
.contact-route .product-mark {
    background: var(--product-bg);
}
.contact-route > span:nth-child(2) {
    flex: 1;
}
.contact-route strong {
    font-size: 1rem;
    display: block;
}
.contact-route small {
    color: var(--muted);
    font-size: 0.8rem;
}
.contact-route:hover {
    border-color: #b0a0e5;
}
.contact-route > .icon {
    width: 20px;
}
.contact-copy {
    padding-top: 26px;
}
.contact-copy h3 {
    font-size: 1.2rem;
}
.contact-copy p {
    color: var(--muted);
    font-size: 0.93rem;
}
/* Product stories */
.breadcrumb {
    font-size: 0.8rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 30px 0 0;
}
.breadcrumb a:hover {
    color: var(--purple);
}
.breadcrumb .icon {
    width: 14px;
}
.product-hero {
    padding-block: 48px 76px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 75px;
    align-items: center;
}
.product-identity {
    display: flex;
    align-items: center;
    gap: 13px;
    font: 650 1.05rem/1.4 var(--display);
    margin-bottom: 30px;
}
.product-identity .product-mark {
    background: var(--product-bg);
}
.product-hero h1 {
    font-size: clamp(2.8rem, 4.9vw, 4.5rem);
    margin-bottom: 28px;
}
.product-hero .page-lead {
    font-size: 1.05rem;
    margin-bottom: 28px;
}
.product-photo {
    width: 100%;
    height: 485px;
    border-radius: 100px 24px 24px 24px;
}
.product-photo.encore-photo {
    border-radius: 24px 100px 24px 24px;
}
.product-status {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 18px 0 0;
}
.product-status strong {
    color: var(--ink);
    font-weight: 550;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
}
.feature-grid article > .icon {
    color: var(--purple);
    width: 31px;
    height: 31px;
    margin-bottom: 24px;
}
.feature-grid h3 {
    font-size: 1.3rem;
}
.feature-grid p {
    color: var(--muted);
    font-size: 0.96rem;
    margin-bottom: 0;
}
.product-cta {
    background: var(--product-bg);
    border-radius: 23px;
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.product-cta h2 {
    font-size: 2.25rem;
    margin-bottom: 15px;
}
.product-cta p {
    max-width: 620px;
    color: var(--muted);
    margin-bottom: 0;
}
.product-cta .button {
    flex-shrink: 0;
}
.related-section {
    padding-block: 65px 85px;
}
.related-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.related-links .contact-route {
    background: var(--product-bg);
    border: none;
}
.team-preview {
    padding: 31px;
    background: #efebfb;
    border: 1px solid #e1d9f2;
    border-radius: 24px;
    box-shadow: 0 18px 45px #61548f0e;
}
.preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.mini-wordmark {
    font-family: var(--display);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.06em;
}
.mini-wordmark small {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.preview-label {
    font-size: 0.75rem;
    color: #6d6481;
    border: 1px solid #d4cbe6;
    border-radius: 20px;
    padding: 5px 10px;
}
.preview-greeting {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.035em;
    font-family: var(--display);
    margin: 33px 0 25px;
}
.preview-greeting strong {
    font-weight: 600;
}
.team-row {
    background: #fff;
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 18px;
    border-radius: 15px;
}
.team-avatar {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    background: var(--purple);
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    font-weight: 600;
}
.team-row > div {
    flex: 1;
}
.team-row strong {
    display: block;
    font-size: 0.9rem;
}
.team-row div span {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
}
.team-row > .icon {
    color: var(--purple);
}
.specialist-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 13px;
}
.specialist {
    background: #fff9;
    border-radius: 13px;
    padding: 18px 10px;
    text-align: center;
}
.specialist > .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
}
.specialist strong {
    display: block;
    font-size: 0.77rem;
}
.specialist small {
    display: block;
    font-size: 0.75rem;
    color: var(--muted);
    line-height: 1.5;
    margin-top: 4px;
}
.specialist.nourish > .icon {
    color: #3e7b58;
}
.specialist.move > .icon {
    color: #4362a2;
}
.specialist.care > .icon {
    color: #9d5a3d;
}
.approval-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.75rem;
    margin-top: 22px;
    color: #5e5277;
}
.approval-note .icon {
    width: 17px;
}
.illustrative {
    display: block;
    text-align: center;
    color: #726781;
    font-size: 0.75rem;
    margin-top: 22px;
}
.agent-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.agent-list article {
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: 19px;
}
.agent-list article .eyebrow {
    font-size: 0.75rem;
    color: var(--purple);
}
.agent-list article p {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 0;
}
.journey-stages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}
.journey-stages article {
    border-top: 2px solid #e5bf9f;
    padding-top: 23px;
}
.journey-stages .eyebrow {
    color: var(--encore-ink);
    font-size: 0.75rem;
}
.journey-stages h3 {
    font-size: 1.2rem;
}
.journey-stages p {
    font-size: 0.93rem;
    color: var(--muted);
}
.encore-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    background: var(--encore-bg);
    border-radius: 20px;
    padding: 35px 40px;
    margin-top: 37px;
}
.encore-facts strong {
    font: 600 2.2rem/1.2 var(--display);
    letter-spacing: -0.045em;
    display: block;
    margin-bottom: 9px;
}
.encore-facts span {
    color: #7b6354;
    font-size: 0.9rem;
}
.not-found {
    text-align: center;
    padding-block: 100px 130px;
}
.not-found p {
    color: var(--muted);
}
@media (min-width: 1600px) {
    .home-hero {
        padding-block: 90px;
    }
}
@media (max-width: 1150px) {
    .container {
        width: calc(100% - 64px);
    }
    .main-nav {
        gap: 22px;
    }
    .main-nav .nav-contact {
        margin-left: 0;
    }
    .home-hero {
        gap: 38px;
    }
    .home-hero h1 {
        font-size: 4.15rem;
    }
    .hero-collage {
        height: auto;
        min-height: 32.125rem;
        gap: 12px;
    }
    .collage-me {
        padding: 20px 17px;
    }
    .collage-me > strong {
        font-size: 1.65rem;
    }
    .image-label {
        left: 19px;
    }
    .image-label strong {
        font-size: 1.15rem;
    }
    .collage-encore .image-label strong {
        font-size: 1.1rem;
    }
    .hero-copy .button-row {
        gap: 18px;
    }
    .hero-copy .text-link {
        font-size: 0.82rem;
    }
    .product-card {
        padding: 25px 23px 20px;
    }
    .shifi-split {
        gap: 55px;
    }
    .principles-grid {
        gap: 35px;
    }
    .footer-main {
        gap: 32px;
    }
    .product-hero {
        gap: 45px;
    }
    .product-photo {
        height: 455px;
    }
    .split-content {
        gap: 55px;
    }
    .contact-grid {
        gap: 40px;
    }
}
@media (max-width: 900px) {
    .site-header {
        height: 82px;
    }
    .menu-toggle {
        display: flex;
    }
    .main-nav {
        display: none;
        position: absolute;
        top: 81px;
        left: 0;
        right: 0;
        padding: 22px 32px 28px;
        border-bottom: 1px solid var(--line);
        background: white;
        box-shadow: 0 10px 15px #28243d08;
    }
    .main-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    .main-nav a {
        padding: 12px 8px;
        font-size: 1rem;
    }
    .main-nav .nav-contact {
        margin-top: 7px;
        justify-content: center;
    }
    .home-hero {
        padding-block: 55px;
        grid-template-columns: 1fr 1fr;
        gap: 29px;
    }
    .home-hero h1 {
        font-size: 3.25rem;
    }
    .hero-eyebrow {
        font-size: 0.75rem;
    }
    .hero-description {
        font-size: 0.95rem;
    }
    .hero-collage {
        grid-template-columns: 1fr 1fr;
        height: auto;
        min-height: 29.5625rem;
    }
    .collage-social {
        grid-column: span 2;
        grid-row: auto;
        margin: 0;
        border-radius: 65px 20px 20px 20px;
    }
    .collage-social img {
        object-position: 50% 40%;
    }
    .collage-social .image-label {
        bottom: 20px;
    }
    .collage-social .image-label strong {
        font-size: 1.05rem;
    }
    .collage-social .photo-link {
        margin-top: 8px;
    }
    .collage-me {
        border-radius: 18px;
        padding: 15px;
    }
    .collage-me-head {
        font-size: 1rem;
        gap: 7px;
    }
    .collage-me-head > .product-mark {
        width: 29px;
        height: 29px;
    }
    .collage-me-head > .icon {
        width: 14px;
    }
    .collage-me > strong {
        font-size: 1.3rem;
        margin-top: 17px;
    }
    .collage-caption {
        display: none;
    }
    .collage-encore {
        border-radius: 18px 18px 50px 18px;
    }
    .collage-encore .image-label {
        left: 17px;
        bottom: 26px;
    }
    .collage-encore .image-label .eyebrow {
        font-size: 0.75rem;
    }
    .collage-encore .image-label strong {
        font-size: 0.95rem;
    }
    .collage-sticker {
        width: 81px;
        height: 81px;
        left: auto;
        right: -12px;
        top: -17px;
        padding: 12px;
        font-size: 0.8rem;
    }
    .hero-footnote {
        margin-top: 30px;
    }
    .belief-strip .container {
        font-size: 0.9rem;
        gap: 18px;
    }
    .section {
        padding-block: 75px;
    }
    .section-heading {
        gap: 32px;
    }
    .section-heading > p {
        max-width: 230px;
        font-size: 0.9rem;
    }
    .product-grid {
        gap: 13px;
    }
    .product-card {
        padding: 22px 18px 18px;
    }
    .product-card h3 {
        font-size: 1.3rem;
    }
    .product-card .card-tagline {
        font-size: 0.98rem;
        min-height: 4.2em;
    }
    .product-card > p {
        font-size: 0.85rem;
    }
    .product-card-top .eyebrow {
        min-height: 3em;
    }
    .feature-tags {
        gap: 5px;
    }
    .card-link {
        font-size: 0.8rem;
    }
    .circle-arrow {
        width: 30px;
        height: 30px;
    }
    .shifi-split {
        gap: 38px;
    }
    .role-item {
        padding: 18px;
        gap: 13px;
    }
    .role-item strong {
        font-size: 0.95rem;
    }
    .role-item .product-mark {
        width: 40px;
        height: 40px;
    }
    .principles-grid {
        gap: 27px;
    }
    .principles-grid h3 {
        font-size: 1.13rem;
    }
    .closing-cta {
        padding: 45px;
    }
    .closing-cta h2 {
        font-size: 2.6rem;
    }
    .closing-flower {
        right: 35px;
        font-size: 180px;
        top: 90px;
        opacity: 0.7;
    }
    .footer-main {
        grid-template-columns: 1.1fr 1fr;
        gap: 40px;
    }
    .page-hero {
        padding-block: 57px 50px;
    }
    .page-lead {
        font-size: 1.05rem;
    }
    .role-grid {
        gap: 14px;
    }
    .role-detail {
        padding: 23px;
    }
    .role-detail h3 {
        font-size: 1.2rem;
    }
    .role-detail p {
        font-size: 0.9rem;
    }
    .split-content,
    .contact-grid {
        gap: 35px;
    }
    .story-statement {
        padding: 30px;
    }
    .story-statement p {
        font-size: 1.7rem;
    }
    .product-hero {
        gap: 30px;
    }
    .product-hero h1 {
        font-size: 2.9rem;
    }
    .product-photo {
        height: 480px;
    }
    .team-preview {
        padding: 22px;
    }
    .preview-label {
        display: none;
    }
    .specialist-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }
    .specialist {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 9px 13px;
    }
    .specialist > .icon {
        margin: 0;
        width: 20px;
    }
    .specialist small {
        margin: 0 0 0 auto;
        font-size: 0.75rem;
    }
    .team-row {
        padding: 13px;
    }
    .team-row > .icon {
        display: none;
    }
    .preview-greeting {
        font-size: 1.2rem;
    }
    .feature-grid {
        gap: 25px;
    }
    .feature-grid h3 {
        font-size: 1.16rem;
    }
    .product-cta {
        padding: 32px;
        gap: 25px;
    }
    .product-cta h2 {
        font-size: 1.9rem;
    }
    .journey-stages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-panel {
        padding: 28px;
    }
}
@media (max-width: 680px) {
    body {
        font-size: 16px;
    }
    .container {
        width: calc(100% - 40px);
    }
    .wordmark {
        font-size: 1.65rem;
    }
    .site-header {
        height: 76px;
    }
    .main-nav {
        top: 75px;
        padding-inline: 20px;
    }
    h2 {
        font-size: 2.1rem;
    }
    .eyebrow {
        font-size: 0.75rem;
        margin-bottom: 17px;
    }
    .home-hero {
        grid-template-columns: 1fr;
        gap: 43px;
        padding-top: 39px;
        padding-bottom: 42px;
    }
    .home-hero h1 {
        font-size: clamp(3rem, 11vw, 4.5rem);
        max-width: 520px;
        margin-bottom: 23px;
    }
    .hero-eyebrow {
        font-size: 0.75rem;
        margin-bottom: 23px;
    }
    .hero-description {
        max-width: 480px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 25px;
    }
    .hero-copy .button-row {
        gap: 19px;
    }
    .button {
        min-height: 51px;
        padding-inline: 22px;
        font-size: 0.875rem;
        gap: 13px;
    }
    .hero-copy .text-link {
        font-size: 0.83rem;
    }
    .hero-footnote {
        margin-top: 26px;
    }
    .hero-collage {
        height: auto;
        min-height: 23.125rem;
        grid-template-columns: 1.04fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 11px;
    }
    .collage-social {
        grid-column: auto;
        grid-row: span 2;
        border-radius: 90px 90px 17px 17px;
        margin-block: 16px;
    }
    .collage-social .image-label {
        left: 16px;
        bottom: 23px;
    }
    .collage-social .image-label strong {
        font-size: 1rem;
    }
    .collage-social .image-label .eyebrow {
        font-size: 0.75rem;
    }
    .collage-social .photo-link {
        font-size: 0.75rem;
        margin-top: 13px;
    }
    .collage-me {
        border-radius: 17px 17px 50px 17px;
        padding: 17px;
    }
    .collage-me-head {
        font-size: 0.95rem;
    }
    .collage-me-head small {
        font-size: 0.75rem;
    }
    .collage-me > strong {
        font-size: 1.4rem;
        margin-top: 12px;
    }
    .little-team {
        margin-top: 12px;
    }
    .little-team b {
        width: 27px;
        height: 27px;
        font-size: 0.75rem;
    }
    .collage-encore {
        border-radius: 17px 17px 17px 50px;
    }
    .collage-encore .image-label {
        left: 23px;
        bottom: 19px;
    }
    .collage-encore .image-label strong {
        font-size: 1rem;
    }
    .collage-encore .image-label .eyebrow {
        font-size: 0.75rem;
    }
    .small-photo-arrow {
        width: 26px;
        height: 26px;
        top: 12px;
        right: 12px;
    }
    .collage-sticker {
        left: -7px;
        top: 9px;
        right: auto;
        width: 78px;
        height: 78px;
    }
    .belief-strip .container {
        flex-wrap: wrap;
        gap: 9px 16px;
        font-size: 0.78rem;
        padding-block: 17px;
    }
    .belief-strip .strip-flower {
        font-size: 18px;
    }
    .section {
        padding-block: 60px;
    }
    .section-heading {
        display: block;
        margin-bottom: 30px;
    }
    .section-heading > p {
        max-width: 440px;
        margin: 20px 0 0;
        font-size: 0.95rem;
    }
    .section-heading > .text-link {
        margin-top: 20px;
    }
    .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .product-card {
        padding: 27px;
    }
    .product-card-top {
        display: flex;
        align-items: center;
        gap: 17px;
        margin-bottom: 20px;
    }
    .product-card-top .eyebrow {
        margin: 0;
        font-size: 0.75rem;
        min-height: 0;
    }
    .product-card h3 {
        font-size: 1.55rem;
        margin-bottom: 13px;
    }
    .product-card .card-tagline {
        min-height: 0;
        font-size: 1.05rem;
    }
    .product-card > p {
        font-size: 0.95rem;
    }
    .feature-tags {
        gap: 7px;
        margin-bottom: 20px;
    }
    .feature-tags li {
        font-size: 0.75rem;
    }
    .card-link {
        font-size: 0.9rem;
    }
    .circle-arrow {
        width: 37px;
        height: 37px;
    }
    .understated-link {
        font-size: 0.85rem;
        line-height: 1.9;
    }
    .shifi-section {
        padding-block: 55px;
    }
    .shifi-split {
        grid-template-columns: 1fr;
        gap: 33px;
    }
    .shifi-intro h2 {
        font-size: 2.55rem;
    }
    .role-item {
        padding: 20px;
    }
    .role-item strong {
        font-size: 1rem;
    }
    .principles-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }
    .principles-grid article {
        padding-top: 20px;
        border-top: 1px solid var(--line);
    }
    .principle-number {
        margin-bottom: 15px;
    }
    .principles-grid h3 {
        font-size: 1.22rem;
        margin-bottom: 10px;
    }
    .closing-wrap {
        padding-bottom: 58px;
    }
    .closing-cta {
        padding: 37px 28px;
    }
    .closing-cta h2 {
        font-size: 2rem;
    }
    .closing-flower {
        font-size: 160px;
        right: -40px;
        top: 80px;
        opacity: 0.5;
    }
    .site-footer {
        padding-top: 42px;
    }
    .footer-main {
        gap: 32px 20px;
        padding-bottom: 35px;
    }
    .footer-brand {
        grid-column: span 2;
    }
    .footer-brand p br {
        display: none;
    }
    .footer-brand p {
        margin-top: 17px;
    }
    .footer-main > div:last-child {
        grid-column: span 2;
    }
    .footer-note br {
        display: none;
    }
    .footer-main h2 {
        font-size: 0.8rem;
        margin-bottom: 14px;
    }
    .footer-main > div > a:not(.wordmark) {
        font-size: 0.85rem;
    }
    .footer-bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0.75rem;
        gap: 10px;
    }
    .footer-bottom > span:nth-child(2) {
        width: 100%;
        order: 3;
    }
    .page-hero {
        padding-block: 43px 41px;
    }
    .page-hero h1 {
        font-size: 2.85rem;
    }
    .page-lead {
        font-size: 1.03rem;
        line-height: 1.75;
    }
    .compact-section {
        padding-block: 0 60px;
    }
    .split-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .story-statement {
        padding: 31px;
    }
    .story-statement p {
        font-size: 1.8rem;
    }
    .story-photo {
        max-height: 350px;
    }
    .role-grid,
    .principle-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .role-detail {
        padding: 30px;
    }
    .role-detail h3 {
        font-size: 1.4rem;
    }
    .role-detail p {
        font-size: 0.95rem;
    }
    .role-detail .eyebrow {
        font-size: 0.75rem;
    }
    .reading-copy h2 {
        font-size: 1.65rem;
    }
    summary {
        font-size: 1rem;
    }
    details > p {
        padding-right: 15px;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 18px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contact-panel {
        padding: 29px;
    }
    .contact-route {
        padding: 20px;
    }
    .product-hero {
        grid-template-columns: 1fr;
        gap: 33px;
        padding-block: 30px 54px;
    }
    .product-identity {
        margin-bottom: 25px;
    }
    .product-hero h1 {
        font-size: 2.9rem;
    }
    .product-hero .page-lead {
        font-size: 1.03rem;
    }
    .product-photo {
        height: 340px;
        border-radius: 60px 20px 20px 20px;
    }
    .product-photo.encore-photo {
        border-radius: 20px 60px 20px 20px;
    }
    .team-preview {
        padding: 25px;
    }
    .preview-top .preview-label {
        display: block;
    }
    .preview-greeting {
        font-size: 1.5rem;
    }
    .team-row {
        padding: 17px;
    }
    .team-row > .icon {
        display: block;
    }
    .team-row strong {
        font-size: 0.95rem;
    }
    .team-row div span {
        font-size: 0.8rem;
    }
    .specialist-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .specialist {
        display: block;
        padding: 15px 8px;
    }
    .specialist > .icon {
        margin-bottom: 8px;
        width: 23px;
    }
    .specialist strong {
        font-size: 0.75rem;
    }
    .specialist small {
        font-size: 0.75rem;
        margin-top: 4px;
    }
    .approval-note {
        font-size: 0.75rem;
        align-items: flex-start;
        text-align: center;
    }
    .illustrative {
        font-size: 0.75rem;
    }
    .feature-grid,
    .agent-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .feature-grid article {
        border-top: 1px solid var(--line);
        padding-top: 26px;
    }
    .feature-grid article > .icon {
        margin-bottom: 18px;
    }
    .feature-grid h3 {
        font-size: 1.3rem;
    }
    .agent-list {
        gap: 15px;
    }
    .product-cta {
        display: block;
        padding: 30px;
    }
    .product-cta h2 {
        font-size: 1.85rem;
    }
    .product-cta .button {
        margin-top: 24px;
    }
    .related-links {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .related-section {
        padding-block: 45px 60px;
    }
    .encore-facts {
        padding: 28px;
        gap: 23px;
        grid-template-columns: 1fr;
    }
    .encore-facts > div {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .encore-facts strong {
        margin: 0;
        font-size: 1.8rem;
        min-width: 76px;
    }
    .journey-stages {
        gap: 18px;
    }
    .journey-stages h3 {
        font-size: 1.1rem;
    }
    .journey-stages p {
        font-size: 0.9rem;
    }
}
@media (max-width: 370px) {
    .hero-copy .button-row {
        gap: 15px;
    }
    .hero-copy .text-link {
        font-size: 0.8rem;
    }
    .hero-collage {
        height: auto;
        min-height: 21.8125rem;
    }
    .collage-me {
        padding: 14px;
    }
    .collage-me-head > .icon {
        display: none;
    }
    .collage-me > strong {
        font-size: 1.25rem;
    }
    .collage-me .little-team b {
        width: 25px;
        height: 25px;
    }
    .image-label strong,
    .collage-social .image-label strong,
    .collage-encore .image-label strong {
        font-size: 0.9rem;
    }
    .belief-strip .container {
        gap: 6px 8px;
        font-size: 0.75rem;
    }
    .team-preview {
        padding: 20px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
/* Keep all navigation available if JavaScript is disabled or fails to load. */
@media (max-width: 900px) {
    html:not(.js) .site-header {
        height: auto;
    }
    html:not(.js) .header-inner {
        flex-wrap: wrap;
        padding-block: 23px 14px;
        gap: 15px;
    }
    html:not(.js) .menu-toggle {
        display: none;
    }
    html:not(.js) .main-nav {
        display: flex;
        position: static;
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
        gap: 3px 17px;
        box-shadow: none;
        border: none;
    }
    html:not(.js) .main-nav a {
        font-size: 0.85rem;
        padding: 7px 0;
    }
    html:not(.js) .main-nav .nav-contact {
        padding: 7px 13px;
        margin: 0;
    }
}
@media print {
    .site-header,
    .site-footer,
    .closing-wrap,
    .button-row,
    .menu-toggle {
        display: none;
    }
    body {
        font-size: 11pt;
    }
    .container {
        width: 100%;
    }
    .section,
    .page-hero,
    .product-hero {
        padding-block: 24px;
    }
    .home-hero {
        padding-block: 24px;
    }
    .product-card,
    .role-detail,
    .feature-grid article {
        break-inside: avoid;
    }
}

/* Body copy remains comfortably readable on every breakpoint. */
.product-card > p,
.feature-grid p,
.principles-grid p,
.role-detail p,
.agent-list article p,
.journey-stages p,
.contact-copy p {
    font-size: 1rem;
}
.product-status,
.small-note {
    font-size: 0.875rem;
}
.hero-collage > a > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
