@import '_content/Carecom.Foundation/Carecom.Foundation.geudsuc6cr.bundle.scp.css';
.page[b-6hqim2mhgl] {
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: minmax(0, 1fr);
min-height: 100dvh;
background: var(--fnd-bg);
color: var(--fnd-fg);
}
.page__main[b-6hqim2mhgl] {
display: block;
}
.skip-link[b-6hqim2mhgl] {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
background: var(--fnd-brand);
color: #fff;
padding: .5rem 1rem;
border-radius: 0 0 var(--fnd-radius) 0;
z-index: 100;
}
.skip-link:focus[b-6hqim2mhgl] {
left: 0;
top: 0;
width: auto;
height: auto;
}
.about__lead[b-gfk3h67scj] {
font-size: 1.1rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}
.about-printer[b-gfk3h67scj] {
margin: 2.5rem auto;
max-width: 440px;
}
.about-printer__svg[b-gfk3h67scj] {
display: block;
width: 100%;
height: auto;
}
.about-printer__frame[b-gfk3h67scj] {
fill: none;
stroke: var(--fnd-ink);
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
}
.about-printer__frame path[b-gfk3h67scj] {
fill: var(--fnd-bg-muted);
}
.about-printer__dims[b-gfk3h67scj] {
stroke: var(--fnd-ink);
stroke-width: 1;
opacity: .28;
}
.about-printer__filament[b-gfk3h67scj] {
stroke: var(--fnd-brand);
stroke-width: 2.5;
stroke-linecap: round;
opacity: .85;
animation: printer-extrude-b-gfk3h67scj 8s ease-in-out forwards;
}
.about-printer__carriage[b-gfk3h67scj] {
animation: printer-rise-b-gfk3h67scj 8s linear forwards;
}
.about-printer__beam[b-gfk3h67scj] {
stroke: var(--fnd-ink);
stroke-width: 3;
stroke-linecap: round;
}
.about-printer__head[b-gfk3h67scj] {
fill: #cdd3d6;
stroke: var(--fnd-ink);
stroke-width: 2;
stroke-linejoin: round;
animation: printer-sweep-b-gfk3h67scj 8s ease-in-out forwards;
}
.about-printer__head path[b-gfk3h67scj] {
fill: var(--fnd-brand);
stroke: none;
}
.about-printer__grow[b-gfk3h67scj] {
animation: printer-grow-b-gfk3h67scj 8s linear forwards;
}
@keyframes printer-rise-b-gfk3h67scj {
0%   { transform: translateY(98px); }
84%  { transform: translateY(27px); }
100% { transform: translateY(27px); }
}
@keyframes printer-sweep-b-gfk3h67scj {
0%        { transform: translateX(-60px); }
12.5%     { transform: translateX(60px); }
25%       { transform: translateX(-60px); }
37.5%     { transform: translateX(60px); }
50%       { transform: translateX(-60px); }
62.5%     { transform: translateX(60px); }
75%       { transform: translateX(-60px); }
84%, 100% { transform: translateX(0); }
}
@keyframes printer-extrude-b-gfk3h67scj {
0%        { opacity: .35; }
10%       { opacity: .9; }
20%       { opacity: .35; }
30%       { opacity: .9; }
40%       { opacity: .35; }
50%       { opacity: .9; }
60%       { opacity: .35; }
70%       { opacity: .9; }
80%       { opacity: .35; }
84%, 100% { opacity: 0; }
}
@keyframes printer-grow-b-gfk3h67scj {
0%   { y: 210px; height: 0; }
84%  { y: 139px; height: 71px; }
100% { y: 139px; height: 71px; }
}
@media (prefers-reduced-motion: reduce) {
.about-printer__carriage[b-gfk3h67scj],
.about-printer__head[b-gfk3h67scj],
.about-printer__filament[b-gfk3h67scj],
.about-printer__grow[b-gfk3h67scj] {
animation: none;
}
.about-printer__carriage[b-gfk3h67scj] { transform: translateY(27px); }
.about-printer__filament[b-gfk3h67scj] { opacity: 0; }
.about-printer__grow[b-gfk3h67scj] { y: 139px; height: 71px; }
}
.about__footnote[b-gfk3h67scj] {
margin: 2.5rem 0 0;
padding-top: 1.2rem;
border-top: 1px solid var(--fnd-border);
font-size: .92rem;
font-style: italic;
line-height: 1.6;
color: var(--fnd-fg-muted);
}
.about__footnote strong[b-gfk3h67scj] {
color: var(--fnd-fg-soft);
font-weight: 600;
}
.article[b-jx7wg0c0mm] { margin-bottom: 3rem; }
.article__hero[b-jx7wg0c0mm] {
position: relative;
background: var(--fnd-fg);
margin-inline: -3px;
}
.article__hero[b-jx7wg0c0mm]  .article__hero-img {
width: 100%;
height: clamp(280px, 50vh, 520px);
object-fit: cover;
display: block;
}
.article__hero-overlay[b-jx7wg0c0mm] {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 2.5rem 1.25rem 2rem;
color: #fff;
background: linear-gradient(180deg,
rgba(0,0,0,.05)  0%,
rgba(0,0,0,.55) 35%,
rgba(0,0,0,.85) 100%);
}
.article__meta[b-jx7wg0c0mm] {
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
font-size: .85rem;
margin-bottom: .8rem;
text-transform: uppercase;
letter-spacing: .05em;
}
.article__category[b-jx7wg0c0mm] {
color: #d0e7d6;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid rgba(208, 231, 214, .4);
}
.article__category:hover[b-jx7wg0c0mm] { color: #fff; border-bottom-color: #fff; }
.article__author strong[b-jx7wg0c0mm] { color: #fff; }
.article__title[b-jx7wg0c0mm] {
font-family: var(--fnd-font-serif);
font-size: clamp(2rem, 4.5vw, 3.4rem);
line-height: 1.1;
margin: 0 0 .6rem;
letter-spacing: -.015em;
color: #fff;
text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
}
.article__lead[b-jx7wg0c0mm] {
font-size: 1.1rem;
line-height: 1.5;
max-width: 60ch;
color: rgba(255,255,255,.92);
margin: 0;
}
.article__credit[b-jx7wg0c0mm] {
margin: .3rem auto 0;
font-size: .75rem;
color: var(--fnd-fg-muted);
text-align: right;
}
.article__body[b-jx7wg0c0mm] {
max-width: 740px;
margin: 2rem auto 0;
padding: 0 1.25rem;
font-size: 1.05rem;
line-height: 1.7;
}
@media (max-width: 640px) {
.article__body[b-jx7wg0c0mm] {
padding: 0 clamp(1.25rem, 0.5rem + 4vw, 1.75rem);
}
.article__hero-overlay[b-jx7wg0c0mm] {
padding: 2rem clamp(1.25rem, 0.5rem + 4vw, 1.75rem) 1.5rem;
}
.article__credit[b-jx7wg0c0mm] {
padding: 0 clamp(1.25rem, 0.5rem + 4vw, 1.75rem);
}
.article__body table[b-jx7wg0c0mm] {
display: block;
overflow-x: auto;
max-width: 100%;
}
}
.article__body p[b-jx7wg0c0mm],
.article__body li[b-jx7wg0c0mm] {
text-wrap: pretty;
}
.article__body h2[b-jx7wg0c0mm] {
font-family: var(--fnd-font-serif);
font-size: 1.55rem;
margin: 2.4rem 0 .8rem;
text-wrap: balance;
}
.article__body h3[b-jx7wg0c0mm] {
font-family: var(--fnd-font-serif);
font-size: 1.2rem;
margin: 1.8rem 0 .5rem;
text-wrap: balance;
}
.article__body img[b-jx7wg0c0mm] {
border-radius: var(--fnd-radius-lg);
margin: 1.4rem 0;
cursor: zoom-in;
transition: transform .25s ease, box-shadow .25s ease;
}
.article__body img:hover[b-jx7wg0c0mm],
.article__body img:focus-visible[b-jx7wg0c0mm] {
transform: translateY(-2px);
box-shadow: var(--fnd-shadow-md, 0 6px 18px rgba(0,0,0,.18));
outline: none;
}
@media (prefers-reduced-motion: reduce) {
.article__body img[b-jx7wg0c0mm] { transition: none; }
.article__body img:hover[b-jx7wg0c0mm],
.article__body img:focus-visible[b-jx7wg0c0mm] { transform: none; }
}
.article__body a[data-affiliate][b-jx7wg0c0mm]::after {
content: '↗';
margin-left: .25em;
color: var(--fnd-earth);
font-size: .85em;
}
.article__tags[b-jx7wg0c0mm] {
margin-top: 3rem;
padding-top: 1.2rem;
border-top: 1px solid var(--fnd-border);
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
.article__tag[b-jx7wg0c0mm] {
background: var(--fnd-bg-muted);
border: 1px solid var(--fnd-border);
color: var(--fnd-fg-soft);
padding: .2rem .6rem;
border-radius: 999px;
text-decoration: none;
font-size: .82rem;
}
.article__tag:hover[b-jx7wg0c0mm] {
background: var(--fnd-brand);
color: #fff;
border-color: var(--fnd-brand);
}
[b-jx7wg0c0mm] .fnd-product-card {
margin: .8rem 0;
padding: .7rem 1rem .85rem;
background: var(--fnd-bg-muted);
border: 1px solid var(--fnd-border);
border-left: 3px solid var(--fnd-earth);
border-radius: var(--fnd-radius);
scroll-margin-top: 80px;
}
[b-jx7wg0c0mm] .fnd-product-card__title {
font-family: var(--fnd-font-serif);
font-size: 1rem;
font-weight: 700;
margin: 0 0 .25rem;
color: var(--fnd-earth);
}
[b-jx7wg0c0mm] .fnd-product-card__body p { margin: 0 0 .4rem; line-height: 1.5; font-size: .95rem; }
[b-jx7wg0c0mm] .fnd-product-card__body p:last-child { margin-bottom: 0; }
[b-jx7wg0c0mm] .fnd-product-card a[data-affiliate] {
display: inline-block;
background: var(--fnd-earth);
color: #fff;
padding: .35rem .8rem;
border-radius: var(--fnd-radius);
text-decoration: none;
margin-top: .3rem;
font-size: .92rem;
}
[b-jx7wg0c0mm] .fnd-product-card a[data-affiliate]:hover { background: #6f5535; }
[b-jx7wg0c0mm] .fnd-product-card a[data-affiliate]::after { color: rgba(255,255,255,.7); }
[b-jx7wg0c0mm] .fnd-product-card a[data-affiliate].fnd-affiliate-secondary {
background: transparent;
color: var(--fnd-earth);
border: 1px solid var(--fnd-earth);
padding: .22rem .65rem;
font-size: .82rem;
}
[b-jx7wg0c0mm] .fnd-product-card a[data-affiliate].fnd-affiliate-secondary:hover {
background: var(--fnd-earth);
color: #fff;
border-color: var(--fnd-earth);
}
[b-jx7wg0c0mm] .fnd-product-card__note {
margin: .9rem 0 0;
font-size: .83rem;
font-style: italic;
color: var(--fnd-fg-muted);
line-height: 1.5;
}
[b-jx7wg0c0mm] .fnd-product-card--expanded {
margin: 1.6rem 0;
padding: 1.1rem 1.3rem;
border-left-width: 4px;
border-radius: var(--fnd-radius-lg);
}
[b-jx7wg0c0mm] .fnd-product-card--expanded .fnd-product-card__title {
font-size: 1.05rem;
margin: 0 0 .4rem;
}
[b-jx7wg0c0mm] .fnd-product-card--expanded .fnd-product-card__body p {
font-size: 1rem;
margin: 0 0 1em;
line-height: 1.65;
}
[b-jx7wg0c0mm] .fnd-product-card--expanded .fnd-product-card__body p:last-child { margin-bottom: 0; }
[b-jx7wg0c0mm] .fnd-product-card--expanded .fnd-product-card__body ul {
margin: .6rem 0 .8rem;
padding-left: 1.4rem;
}
[b-jx7wg0c0mm] .fnd-product-card--expanded .fnd-product-card__body li {
margin: .35rem 0;
line-height: 1.6;
}
[b-jx7wg0c0mm] .fnd-product-card--expanded a[data-affiliate] {
padding: .4rem .9rem;
margin-top: .4rem;
font-size: 1rem;
}
[b-jx7wg0c0mm] .article__gear-strip {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: .35rem .55rem;
margin: 0 0 1.5rem;
padding: .7rem .9rem;
background: var(--fnd-bg-muted);
border-radius: var(--fnd-radius);
font-size: .92rem;
line-height: 1.45;
color: var(--fnd-fg-soft);
}
[b-jx7wg0c0mm] .article__gear-strip__intro {
font-weight: 600;
color: var(--fnd-fg);
margin-right: .15rem;
}
[b-jx7wg0c0mm] .article__gear-strip a {
color: var(--fnd-brand-dark);
text-decoration: underline;
text-decoration-color: rgba(45, 90, 61, .4);
text-underline-offset: 2px;
}
[b-jx7wg0c0mm] .article__gear-strip a:hover {
text-decoration-color: var(--fnd-brand);
}
[b-jx7wg0c0mm] .article__gear-strip__sep {
color: var(--fnd-fg-muted);
opacity: .55;
user-select: none;
}
[b-jx7wg0c0mm] .article__gear-strip__icon {
display: inline-block;
margin-right: .15em;
font-style: normal;
line-height: 1;
text-decoration: none;
}
[b-jx7wg0c0mm] .article__products {
margin: 2.5rem 0 0;
padding-top: 1.5rem;
border-top: 1px solid var(--fnd-border);
}
[b-jx7wg0c0mm] .article__products-heading {
font-family: var(--fnd-font-serif);
font-size: 1.3rem;
margin: 0 0 1rem;
}
[b-jx7wg0c0mm] .article__products .fnd-product-card:first-of-type {
margin-top: 0;
}
[b-jx7wg0c0mm] .fnd-product-card__support-hint {
margin: .8rem 0 0;
font-size: .85rem;
font-style: italic;
color: var(--fnd-fg-muted);
line-height: 1.5;
}
[b-jx7wg0c0mm] .fnd-product-card__support-hint a {
color: var(--fnd-brand);
text-decoration: underline;
text-decoration-color: rgba(45, 90, 61, .35);
text-underline-offset: 2px;
}
[b-jx7wg0c0mm] .fnd-product-card__support-hint a:hover {
text-decoration-color: var(--fnd-brand);
}
.article__support-hint[b-jx7wg0c0mm] {
margin: 2rem 0 0;
padding: 1rem 1.2rem;
background: var(--fnd-brand-soft);
border-left: 3px solid var(--fnd-brand);
border-radius: var(--fnd-radius);
color: var(--fnd-fg-soft);
}
.article__support-hint p[b-jx7wg0c0mm] {
margin: 0;
font-size: .95rem;
line-height: 1.55;
}
.article__support-hint a[b-jx7wg0c0mm] {
color: var(--fnd-brand-dark);
font-weight: 600;
text-decoration: underline;
text-decoration-color: rgba(45, 90, 61, .4);
text-underline-offset: 2px;
}
.article__support-hint a:hover[b-jx7wg0c0mm] {
text-decoration-color: var(--fnd-brand);
}
[b-jx7wg0c0mm] .fnd-offer {
margin: 1.6rem 0;
padding: 1.1rem 1.3rem;
background: var(--fnd-brand-soft);
border: 1px solid var(--fnd-border);
border-left: 4px solid var(--fnd-brand);
border-radius: var(--fnd-radius-lg);
}
[b-jx7wg0c0mm] .fnd-offer__head {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: .5rem .8rem;
margin-bottom: .5rem;
}
[b-jx7wg0c0mm] .fnd-offer__title {
font-family: var(--fnd-font-serif);
font-size: 1.05rem;
font-weight: 700;
color: var(--fnd-brand-dark);
}
[b-jx7wg0c0mm] .fnd-offer__perk {
display: inline-block;
padding: .15rem .6rem;
background: var(--fnd-brand);
color: #fff;
font-size: .72rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .04em;
border-radius: 999px;
}
[b-jx7wg0c0mm] .fnd-offer__body p:last-child { margin-bottom: 0; }
[b-jx7wg0c0mm] .fnd-offer a[data-affiliate] {
display: inline-block;
background: var(--fnd-brand);
color: #fff;
padding: .45rem 1rem;
border-radius: var(--fnd-radius);
text-decoration: none;
margin-top: .4rem;
font-weight: 600;
}
[b-jx7wg0c0mm] .fnd-offer a[data-affiliate]:hover { background: var(--fnd-brand-dark); }
[b-jx7wg0c0mm] .fnd-offer a[data-affiliate]::after { color: rgba(255,255,255,.7); }
[b-jx7wg0c0mm] .fnd-pros-cons {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.2rem;
margin: 1.6rem 0;
}
@media (max-width: 600px) {
[b-jx7wg0c0mm] .fnd-pros-cons { grid-template-columns: 1fr; }
}
[b-jx7wg0c0mm] .fnd-pros-cons__pros,
[b-jx7wg0c0mm] .fnd-pros-cons__cons {
list-style: none;
padding: 1rem 1.2rem;
margin: 0;
border-radius: var(--fnd-radius-lg);
}
[b-jx7wg0c0mm] .fnd-pros-cons__pros { background: #eaf0e9; }
[b-jx7wg0c0mm] .fnd-pros-cons__cons { background: #f6ebeb; }
[b-jx7wg0c0mm] .fnd-pros-cons__pros li { color: #2f6b3a; }
[b-jx7wg0c0mm] .fnd-pros-cons__cons li { color: #7a3a3a; }
[b-jx7wg0c0mm] .fnd-pros-cons__pros li::before { content: '✓ '; font-weight: 700; }
[b-jx7wg0c0mm] .fnd-pros-cons__cons li::before { content: '✗ '; font-weight: 700; }
[b-jx7wg0c0mm] .fnd-pros-cons li { padding: .15rem 0; }
[b-jx7wg0c0mm] .fnd-tour-meta,
.fnd-tour-meta--head[b-jx7wg0c0mm] {
display: grid;
grid-template-columns: auto 1fr;
gap: .3rem 1.2rem;
margin: 1.4rem 0;
padding: .8rem 1.1rem;
background: var(--fnd-brand-soft);
border-left: 4px solid var(--fnd-brand);
border-radius: var(--fnd-radius);
font-size: .92rem;
}
[b-jx7wg0c0mm] .fnd-tour-meta dt,
.fnd-tour-meta--head dt[b-jx7wg0c0mm] {
font-weight: 600;
color: var(--fnd-brand-dark);
}
[b-jx7wg0c0mm] .fnd-tour-meta dd,
.fnd-tour-meta--head dd[b-jx7wg0c0mm] { margin: 0; color: var(--fnd-fg); }
[b-jx7wg0c0mm] .fnd-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: .8rem;
margin: 1.6rem 0;
}
[b-jx7wg0c0mm] .fnd-gallery img {
margin: 0;
}
[b-jx7wg0c0mm] .fnd-block {
margin: 1.4rem 0;
padding: .8rem 1rem;
background: var(--fnd-bg-muted);
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius);
}
[b-jx7wg0c0mm] .fnd-quote {
margin: 2.5rem 0;
padding: 1.6rem 0;
border-top: 1px solid var(--fnd-border);
border-bottom: 1px solid var(--fnd-border);
text-align: center;
}
[b-jx7wg0c0mm] .fnd-quote__text {
margin: 0 0 .6rem;
font-family: var(--fnd-font-serif);
font-style: italic;
font-size: 1.25rem;
line-height: 1.45;
color: var(--fnd-fg-soft);
}
[b-jx7wg0c0mm] .fnd-quote__mark {
color: var(--fnd-earth);
font-weight: 700;
padding: 0 .15em;
}
[b-jx7wg0c0mm] .fnd-quote__author {
color: var(--fnd-fg-muted);
font-size: .9rem;
font-style: normal;
}
@media (max-width: 640px) {
[b-jx7wg0c0mm] .fnd-gallery {
grid-template-columns: 1fr;
}
.fnd-tour-meta--head[b-jx7wg0c0mm],
[b-jx7wg0c0mm] .fnd-tour-meta {
grid-template-columns: auto auto;
}
}
.home-hero[b-xekv73maih] {
position: relative;
background: linear-gradient(168deg, var(--fnd-ink) 0%, var(--fnd-ink-dark) 100%);
color: #eef1f6;
text-align: center;
overflow: hidden;
padding: 4.5rem 1.25rem 7.5rem;
margin-inline: -3px;
}
.home-hero[b-xekv73maih]::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(60% 75% at 80% 12%, rgba(240, 122, 46, .22), transparent 72%);
transform-origin: 80% 12%;
pointer-events: none;
z-index: 0;
animation: home-hero-sun-b-xekv73maih 10s ease-in-out infinite;
}
@keyframes home-hero-sun-b-xekv73maih {
0%, 100% { opacity: .82; transform: scale(1); }
50%      { opacity: 1;   transform: scale(1.05); }
}
@media (prefers-reduced-motion: reduce) {
.home-hero[b-xekv73maih]::before { animation: none; opacity: 1; transform: none; }
}
.home-hero__inner[b-xekv73maih] {
max-width: 760px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.home-hero__kicker[b-xekv73maih] {
margin: 0 0 1rem;
font-size: .82rem;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: #f5985a;
}
.home-hero__headline[b-xekv73maih] {
font-family: var(--fnd-font-serif);
font-size: clamp(2.6rem, 6vw, 4.6rem);
line-height: 1.04;
letter-spacing: -.02em;
margin: 0;
color: #fbf5e6;
}
.home-hero__lead[b-xekv73maih] {
margin: 1.3rem auto 0;
max-width: 32rem;
font-size: 1.12rem;
line-height: 1.6;
color: rgba(244, 235, 214, .82);
}
.home-hero__ridge[b-xekv73maih] {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: clamp(48px, 7vw, 96px);
display: block;
}
.home-hero[b-xekv73maih]  .cat-runway--hero { top: 24px; bottom: 100px; }
.home-hero[b-xekv73maih]  .cat-runway--hero-left  { left: 0;  width: calc(50% - 380px); }
.home-hero[b-xekv73maih]  .cat-runway--hero-right { right: 0; width: calc(50% - 380px); }
.home-hero__layer rect[b-xekv73maih] {
fill: #f5985a;
}
.home-hero__layer[b-xekv73maih] {
opacity: .32;
}
.home-hero__layer--0[b-xekv73maih] { animation: layer-intro-b-xekv73maih .5s ease-out .15s both, layer-wave-b-xekv73maih 12s ease-in-out 12.00s infinite; }
.home-hero__layer--1[b-xekv73maih] { animation: layer-intro-b-xekv73maih .5s ease-out .35s both, layer-wave-b-xekv73maih 12s ease-in-out 12.25s infinite; }
.home-hero__layer--2[b-xekv73maih] { animation: layer-intro-b-xekv73maih .5s ease-out .55s both, layer-wave-b-xekv73maih 12s ease-in-out 12.50s infinite; }
.home-hero__layer--3[b-xekv73maih] { animation: layer-intro-b-xekv73maih .5s ease-out .75s both, layer-wave-b-xekv73maih 12s ease-in-out 12.75s infinite; }
@keyframes layer-intro-b-xekv73maih {
from { opacity: 0; }
to   { opacity: .32; }
}
@keyframes layer-wave-b-xekv73maih {
0%, 100% { opacity: .32; }
5%       { opacity: .85; }
14%      { opacity: .32; }
}
@media (prefers-reduced-motion: reduce) {
.home-hero__layer[b-xekv73maih] {
animation: none;
opacity: .28;
}
}
.home-section-head[b-xekv73maih] {
font-family: var(--fnd-font-serif);
font-size: 1.7rem;
margin: .5rem 0 .25rem;
}
.home-merch-hint[b-xekv73maih] {
display: flex;
align-items: center;
justify-content: center;
gap: .55rem;
margin: 2rem 0 .5rem;
padding: .7rem 1.1rem;
background: rgba(39, 84, 60, .06);
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius);
font-size: .95rem;
color: var(--fnd-fg-soft);
text-align: center;
}
.home-merch-hint svg[b-xekv73maih] {
flex-shrink: 0;
width: 18px;
height: 18px;
color: var(--fnd-brand);
}
.home-merch-hint a[b-xekv73maih] { font-weight: 600; white-space: nowrap; }
.home-category-rail[b-xekv73maih] { margin-top: 2rem; }
.home-category-rail__head[b-xekv73maih] {
font-family: var(--fnd-font-serif);
font-size: 1.35rem;
margin: 0 0 .6rem;
}
.home-category-rail__head a[b-xekv73maih] {
display: inline-flex;
align-items: center;
gap: .4rem;
color: var(--fnd-fg);
text-decoration: none;
}
.home-category-rail__head a:hover[b-xekv73maih] { color: var(--fnd-brand); }
.home-category-rail__arrow[b-xekv73maih] {
color: var(--fnd-brand);
font-size: .8em;
transition: transform .15s ease-out;
}
.home-category-rail__head a:hover .home-category-rail__arrow[b-xekv73maih] {
transform: translateX(4px);
}
.home-empty[b-xekv73maih] {
color: var(--fnd-fg-muted);
font-style: italic;
background: var(--fnd-bg-muted);
padding: 1rem 1.2rem;
border-radius: var(--fnd-radius);
border-left: 3px solid var(--fnd-border);
}
.jumbotron[b-ui4j6yw567] {
background: var(--fnd-bg-muted);
border-left: 3px solid var(--fnd-brand);
border-radius: var(--fnd-radius);
padding: 1.2rem 1.4rem;
margin: 1.2rem 0 1.6rem;
}
.jumbotron p[b-ui4j6yw567] {
margin: 0;
font-size: 1.05rem;
color: var(--fnd-fg-soft);
}
.intern-sections[b-ui4j6yw567]  .intern-card {
display: flex;
flex-direction: column;
padding: 1.2rem 1.3rem;
color: var(--fnd-fg);
text-decoration: none;
background: var(--fnd-bg-muted);
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius);
transition: border-color .15s ease, box-shadow .2s ease, transform .2s ease;
}
.intern-sections[b-ui4j6yw567]  .intern-card:hover {
text-decoration: none;
border-color: var(--fnd-brand);
box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
transform: translateY(-2px);
}
.intern-sections[b-ui4j6yw567]  .intern-card__title {
margin: 0 0 .4rem;
font-size: 1.1rem;
}
.intern-sections[b-ui4j6yw567]  .intern-card__desc {
margin: 0;
color: var(--fnd-fg-soft);
font-size: .95rem;
}
.intern-sections[b-ui4j6yw567]  .intern-card:has(.united-status--cta) {
border-color: var(--fnd-brand);
background: color-mix(in srgb, var(--fnd-brand) 8%, var(--fnd-bg-muted));
}
@media (prefers-reduced-motion: reduce) {
.intern-sections[b-ui4j6yw567]  .intern-card:hover { transform: none; }
}
.not-found[b-faf35qd6mh] {
margin-inline: -3px;
}
.not-found__scene[b-faf35qd6mh] {
position: relative;
background:
radial-gradient(55% 70% at 50% 18%, rgba(242, 184, 76, .30), transparent 72%),
linear-gradient(168deg, var(--fnd-ink) 0%, var(--fnd-ink-dark) 100%);
text-align: center;
overflow: hidden;
padding: 3.5rem 1.25rem 7rem;
}
.not-found__spool[b-faf35qd6mh] {
display: block;
width: clamp(72px, 14vw, 104px);
height: clamp(72px, 14vw, 104px);
margin: 0 auto .5rem;
filter: drop-shadow(0 0 14px rgba(242, 184, 76, .55));
}
.not-found__spool-rim[b-faf35qd6mh] {
fill: none;
stroke: #f5c45e;
stroke-width: 8;
}
.not-found__spool-hub[b-faf35qd6mh] {
fill: #f5c45e;
}
.not-found__spool-spokes[b-faf35qd6mh] {
stroke: #f2b84c;
stroke-width: 5;
stroke-linecap: round;
transform-origin: 50px 50px;
animation: not-found-spool-spin-b-faf35qd6mh 50s linear infinite;
}
@keyframes not-found-spool-spin-b-faf35qd6mh {
to { transform: rotate(360deg); }
}
.not-found__code[b-faf35qd6mh] {
font-family: var(--fnd-font-serif);
font-size: clamp(4.5rem, 17vw, 10rem);
line-height: .95;
letter-spacing: -.03em;
margin: 0;
color: #fbf5e6;
position: relative;
z-index: 1;
}
.not-found__nozzle[b-faf35qd6mh] {
position: absolute;
right: clamp(.75rem, 9vw, 7rem);
bottom: clamp(30px, 5vw, 64px);
width: clamp(44px, 7vw, 70px);
height: auto;
filter: drop-shadow(0 4px 7px rgba(0, 0, 0, .28));
z-index: 1;
}
.not-found__nozzle-body[b-faf35qd6mh] {
fill: #cdd3d6;
stroke: #9aa3a7;
stroke-width: 1.5;
}
.not-found__nozzle-block[b-faf35qd6mh] {
fill: #d98a3d;
stroke: #b06f2d;
stroke-width: 1.5;
}
.not-found__nozzle-tip[b-faf35qd6mh] {
fill: #e6a94e;
}
.not-found__nozzle-thread[b-faf35qd6mh] {
fill: none;
stroke: #f2b84c;
stroke-width: 2.5;
stroke-linecap: round;
}
@media (max-width: 28rem) {
.not-found__nozzle[b-faf35qd6mh] { display: none; }
}
.not-found__ridge[b-faf35qd6mh] {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: clamp(44px, 6.5vw, 88px);
display: block;
}
.not-found__body[b-faf35qd6mh] {
padding: 1.5rem 1.25rem 2.5rem;
}
.not-found__langs[b-faf35qd6mh] {
max-width: 640px;
margin: 0 auto;
display: grid;
gap: 1.5rem;
}
.not-found__lang[b-faf35qd6mh] {
padding-left: 1rem;
border-left: 3px solid var(--fnd-border);
}
.not-found__lead[b-faf35qd6mh] {
margin: 0 0 .5rem;
font-size: 1.1rem;
line-height: 1.5;
color: var(--fnd-fg);
}
.not-found__wink[b-faf35qd6mh] {
margin: 0 0 .5rem;
color: var(--fnd-fg-muted);
font-size: .95rem;
}
.not-found__home[b-faf35qd6mh] {
margin: 0;
font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
.not-found__spool-spokes[b-faf35qd6mh] { animation: none; }
}
.search[b-lg8gjrvxbw] { max-width: 100%; }
.search__input[b-lg8gjrvxbw] {
width: 100%;
padding: .8rem 1rem;
font: inherit;
font-size: 1.1rem;
border: 2px solid var(--fnd-border);
border-radius: var(--fnd-radius-lg);
background: var(--fnd-surface);
color: var(--fnd-fg);
}
.search__input:focus[b-lg8gjrvxbw] {
outline: none;
border-color: var(--fnd-brand);
}
.search__noresults[b-lg8gjrvxbw] {
margin: .6rem 0 0;
color: var(--fnd-fg-muted);
font-size: .9rem;
font-style: italic;
}
.search__empty[b-lg8gjrvxbw] { margin-top: 1.4rem; }
.search__motif[b-lg8gjrvxbw] {
display: block;
width: 58px;
height: 58px;
margin: 0 0 1rem;
color: var(--fnd-brand);
}
.search__empty-lead[b-lg8gjrvxbw] {
margin: 0 0 1rem;
color: var(--fnd-fg-soft);
font-size: 1rem;
line-height: 1.5;
}
.search__empty-lead strong[b-lg8gjrvxbw] {
font-family: var(--fnd-font-serif);
font-weight: 700;
color: var(--fnd-fg);
margin-right: .35rem;
}
.search__chips[b-lg8gjrvxbw] {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin: 0 0 1.25rem;
}
.search__chip[b-lg8gjrvxbw] {
font: inherit;
font-size: .9rem;
padding: .4rem .9rem;
background: var(--fnd-surface);
border: 1px solid var(--fnd-border);
border-radius: 999px;
color: var(--fnd-fg-soft);
cursor: pointer;
transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.search__chip:hover[b-lg8gjrvxbw],
.search__chip:focus-visible[b-lg8gjrvxbw] {
border-color: var(--fnd-brand);
color: var(--fnd-brand);
transform: translateY(-1px);
outline: none;
}
.search__browse[b-lg8gjrvxbw] {
margin: 0 0 1rem;
font-size: .92rem;
color: var(--fnd-fg-muted);
}
.search__browse-lead[b-lg8gjrvxbw] { margin-right: .25rem; }
.search__browse a[b-lg8gjrvxbw] {
color: var(--fnd-fg-soft);
font-weight: 600;
text-decoration: none;
}
.search__browse a:hover[b-lg8gjrvxbw] { color: var(--fnd-brand); }
.search__browse a + a[b-lg8gjrvxbw]::before {
content: "·";
margin: 0 .45rem;
color: var(--fnd-fg-muted);
font-weight: 400;
}
.search__surprise[b-lg8gjrvxbw] { margin: 0; font-size: .92rem; }
.search__surprise a[b-lg8gjrvxbw] {
display: inline-flex;
align-items: center;
gap: .4rem;
color: var(--fnd-fg-soft);
font-weight: 600;
text-decoration: none;
}
.search__surprise a:hover[b-lg8gjrvxbw] { color: var(--fnd-brand); }
.search__surprise-die[b-lg8gjrvxbw] {
display: inline-block;
font-size: 1.05rem;
transition: transform .3s ease;
}
.search__surprise a:hover .search__surprise-die[b-lg8gjrvxbw] {
transform: rotate(20deg) scale(1.12);
}
.search__results[b-lg8gjrvxbw] {
margin-top: 1.5rem;
display: grid;
gap: .9rem;
}
[b-lg8gjrvxbw] .search-hit {
display: block;
padding: .9rem 1.1rem;
background: var(--fnd-surface);
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius-lg);
text-decoration: none;
color: inherit;
transition: border-color .15s, transform .15s;
}
[b-lg8gjrvxbw] .search-hit:hover {
border-color: var(--fnd-brand);
transform: translateY(-1px);
}
[b-lg8gjrvxbw] .search-hit__cat {
font-size: .72rem;
text-transform: uppercase;
letter-spacing: .05em;
color: var(--fnd-brand);
font-weight: 600;
}
[b-lg8gjrvxbw] .search-hit__title {
font-family: var(--fnd-font-serif);
font-size: 1.15rem;
margin: .15rem 0 .25rem;
color: var(--fnd-fg);
}
[b-lg8gjrvxbw] .search-hit__teaser {
margin: 0;
font-size: .9rem;
color: var(--fnd-fg-soft);
line-height: 1.5;
}
.signin-providers[b-ymfyw19uy2] {
display: flex;
flex-direction: column;
gap: .8rem;
max-width: 22rem;
margin: 1.5rem 0;
}
.signin-provider[b-ymfyw19uy2] {
display: flex;
align-items: center;
justify-content: center;
padding: .8rem 1.2rem;
border: 1px solid var(--border, #d4dadf);
border-radius: 8px;
background: #fff;
color: var(--ink, #1f2a44);
font-weight: 600;
text-decoration: none;
transition: border-color .15s, background .15s, color .15s;
}
.signin-provider:hover[b-ymfyw19uy2] {
border-color: var(--fnd-brand, #f07a2e);
background: var(--fnd-brand, #f07a2e);
color: #fff;
text-decoration: none;
}
.otp-form[b-fkk8vqhkm2] {
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 26rem;
margin: 1.25rem 0 0;
}
.otp-field[b-fkk8vqhkm2] {
display: flex;
flex-direction: column;
gap: .35rem;
}
.otp-field__label[b-fkk8vqhkm2] {
font-size: .9rem;
font-weight: 600;
color: var(--ink-soft, #4a5560);
}
.otp-field__input[b-fkk8vqhkm2] {
font: inherit;
padding: .6rem .75rem;
border: 1px solid var(--border, #d4dadf);
border-radius: 6px;
background: #fff;
}
.otp-field__input:focus-visible[b-fkk8vqhkm2] {
outline: 2px solid var(--fnd-brand, #f07a2e);
outline-offset: 1px;
border-color: var(--fnd-brand, #f07a2e);
}
.otp-submit[b-fkk8vqhkm2] {
align-self: flex-start;
font: inherit;
font-weight: 600;
padding: .6rem 1.4rem;
border: 0;
border-radius: 6px;
background: var(--fnd-brand, #f07a2e);
color: #fff;
cursor: pointer;
}
.otp-submit:hover[b-fkk8vqhkm2] { background: var(--fnd-brand-dark, #b4541a); }
.otp-msg[b-fkk8vqhkm2] {
margin: 1rem 0 0;
padding: .65rem .85rem;
border-radius: 6px;
font-size: .92rem;
}
.otp-msg--error[b-fkk8vqhkm2] {
background: #fdecec;
color: #8a1c1c;
border: 1px solid #f3c0c0;
}
.otp-note[b-fkk8vqhkm2] {
margin: 1rem 0 0;
padding: .65rem .85rem;
border-radius: 6px;
font-size: .92rem;
background: #eef4f7;
color: #2c3e46;
border: 1px solid #cfe0e7;
}
.otp-honeypot[b-fkk8vqhkm2] {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}
.otp-invite[b-fkk8vqhkm2] {
margin: 1.75rem 0 0;
max-width: 26rem;
border-top: 1px solid var(--border, #d4dadf);
padding-top: 1rem;
}
.otp-invite__summary[b-fkk8vqhkm2] {
cursor: pointer;
font-weight: 600;
color: var(--fnd-brand, #f07a2e);
}
.otp-invite__summary:hover[b-fkk8vqhkm2] { color: var(--fnd-brand-dark, #b4541a); }
.otp-invite__intro[b-fkk8vqhkm2] {
margin: .75rem 0 .5rem;
font-size: .92rem;
color: var(--ink-soft, #4a5560);
}
.otp-form[b-kpdszyyqr1] {
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 26rem;
margin: 1.25rem 0 0;
}
.otp-field[b-kpdszyyqr1] {
display: flex;
flex-direction: column;
gap: .35rem;
}
.otp-field__label[b-kpdszyyqr1] {
font-size: .9rem;
font-weight: 600;
color: var(--ink-soft, #4a5560);
}
.otp-field__input[b-kpdszyyqr1] {
font: inherit;
padding: .6rem .75rem;
border: 1px solid var(--border, #d4dadf);
border-radius: 6px;
background: #fff;
}
.otp-field__input--code[b-kpdszyyqr1] {
max-width: 10rem;
letter-spacing: .35em;
font-variant-numeric: tabular-nums;
text-align: center;
}
.otp-field__input:focus-visible[b-kpdszyyqr1] {
outline: 2px solid var(--fnd-brand, #f07a2e);
outline-offset: 1px;
border-color: var(--fnd-brand, #f07a2e);
}
.otp-submit[b-kpdszyyqr1] {
align-self: flex-start;
font: inherit;
font-weight: 600;
padding: .6rem 1.4rem;
border: 0;
border-radius: 6px;
background: var(--fnd-brand, #f07a2e);
color: #fff;
cursor: pointer;
}
.otp-submit:hover[b-kpdszyyqr1] { background: var(--fnd-brand-dark, #b4541a); }
.otp-resend[b-kpdszyyqr1] {
margin: 1rem 0 0;
font-size: .92rem;
}
.otp-msg[b-kpdszyyqr1] {
margin: 1rem 0 0;
padding: .65rem .85rem;
border-radius: 6px;
font-size: .92rem;
}
.otp-msg--error[b-kpdszyyqr1] {
background: #fdecec;
color: #8a1c1c;
border: 1px solid #f3c0c0;
}
.otp-form[b-epgspsgksq] {
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 26rem;
margin: 1.25rem 0 0;
}
.otp-submit[b-epgspsgksq] {
align-self: flex-start;
font: inherit;
font-weight: 600;
padding: .6rem 1.4rem;
border: 0;
border-radius: 6px;
background: var(--fnd-brand, #f07a2e);
color: #fff;
cursor: pointer;
}
.otp-submit:hover[b-epgspsgksq] { background: var(--fnd-brand-dark, #b4541a); }
.support__intro[b-kdbb3crlhz] {
margin: 1.5rem 0 2rem;
font-size: 1.05rem;
line-height: 1.65;
color: var(--fnd-fg-soft);
}
.support__partners[b-kdbb3crlhz] {
display: grid;
gap: 1.25rem;
margin: 0 0 2.5rem;
}
.support__partner[b-kdbb3crlhz] {
display: flex;
gap: 1.5rem;
padding: 1.5rem 1.6rem;
background: var(--fnd-surface);
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius-lg);
align-items: flex-start;
transition: border-color .15s ease, box-shadow .2s ease, transform .2s ease;
}
.support__partner:hover[b-kdbb3crlhz] {
border-color: var(--fnd-brand);
box-shadow: 0 4px 10px rgba(31, 54, 35, .08),
0 14px 30px rgba(31, 54, 35, .14);
transform: translateY(-1px);
}
.support__partner-icon[b-kdbb3crlhz] {
flex-shrink: 0;
width: 56px;
height: 56px;
display: grid;
place-items: center;
background: rgba(232, 176, 74, .14);
color: var(--fnd-brand);
border-radius: var(--fnd-radius);
}
.support__partner-icon svg[b-kdbb3crlhz] { width: 30px; height: 30px; display: block; }
.support__partner-body[b-kdbb3crlhz] { flex: 1; min-width: 0; }
.support__partner-tagline[b-kdbb3crlhz] {
margin: 0 0 .15rem;
font-size: .8rem;
font-weight: 600;
color: var(--fnd-fg-muted);
text-transform: uppercase;
letter-spacing: .08em;
}
.support__partner-name[b-kdbb3crlhz] {
margin: 0 0 .6rem;
font-family: var(--fnd-font-serif);
font-size: 1.35rem;
font-weight: 700;
color: var(--fnd-fg);
}
.support__partner-body p[b-kdbb3crlhz] {
margin: 0 0 1rem;
color: var(--fnd-fg-soft);
line-height: 1.55;
}
.support__partner-cta[b-kdbb3crlhz] {
display: inline-flex;
align-items: center;
gap: .4rem;
padding: .55rem 1.05rem;
background: var(--fnd-brand);
color: #fff;
border-radius: var(--fnd-radius);
text-decoration: none;
font-weight: 500;
transition: background .15s ease;
}
.support__partner-cta:hover[b-kdbb3crlhz] {
background: var(--fnd-brand-dark);
color: #fff;
text-decoration: none;
}
.support__partner-cta svg[b-kdbb3crlhz] {
width: 16px;
height: 16px;
transition: transform .15s ease;
}
.support__partner-cta:hover svg[b-kdbb3crlhz] { transform: translateX(2px); }
.support__disclosure[b-kdbb3crlhz] {
margin: 2rem 0 0;
color: var(--fnd-fg-muted);
font-size: .88rem;
font-style: italic;
border-top: 1px solid var(--fnd-border);
padding-top: 1rem;
line-height: 1.55;
}
.support__merch[b-kdbb3crlhz] {
margin-top: 2.75rem;
scroll-margin-top: 90px;
}
.support__merch-head[b-kdbb3crlhz] {
margin: 0 0 1rem;
font-family: var(--fnd-font-serif);
font-size: 1.4rem;
font-weight: 700;
color: var(--fnd-fg);
}
.support__partner--merch .support__partner-icon[b-kdbb3crlhz] {
background: rgba(39, 84, 60, .12);
}
.support__merch-note[b-kdbb3crlhz] {
margin: .85rem 0 0;
font-size: .85rem;
font-style: italic;
color: var(--fnd-fg-muted);
}
@media (max-width: 640px) {
.support__partner[b-kdbb3crlhz] { flex-direction: column; gap: 1rem; }
.support__partner-icon[b-kdbb3crlhz] { width: 48px; height: 48px; }
}
.fnd-ad-slot[b-hw1rpoa71m] {
margin: 2rem auto;
text-align: center;
}
.fnd-ad-slot ins.adsbygoogle[b-hw1rpoa71m] {
display: block;
}
.fnd-ad-slot__label[b-hw1rpoa71m] {
display: none;
font-size: .7rem;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--fnd-fg-muted);
opacity: .55;
margin-bottom: .3rem;
}
.fnd-ad-slot:has(ins.adsbygoogle[data-ad-status="filled"]) .fnd-ad-slot__label[b-hw1rpoa71m] {
display: block;
}
.fnd-ad-slot:has(ins.adsbygoogle[data-ad-status="unfilled"])[b-hw1rpoa71m] {
display: none;
}
.fnd-ad-slot--inline[b-hw1rpoa71m]      { max-width: 640px; }
.fnd-ad-slot--leaderboard[b-hw1rpoa71m] { max-width: 728px; }
.fnd-ad-slot--sidebar[b-hw1rpoa71m]     { max-width: 300px; }
.fnd-ad-slot--footer[b-hw1rpoa71m]      { max-width: 970px; }
.article-card[b-ez9z9mwgaq] {
display: flex;
flex-direction: column;
background: var(--fnd-surface);
border-radius: var(--fnd-radius-lg);
overflow: hidden;
text-decoration: none;
color: inherit;
box-shadow: 0 1px 2px rgba(31, 54, 35, .05),
0 3px 10px rgba(31, 54, 35, .06);
transition: transform .18s ease-out, box-shadow .18s ease-out;
}
.article-card:hover[b-ez9z9mwgaq] {
transform: translateY(-4px);
box-shadow: 0 4px 10px rgba(31, 54, 35, .08),
0 14px 30px rgba(31, 54, 35, .14);
}
.article-card__hero[b-ez9z9mwgaq] {
aspect-ratio: 16 / 10;
background: var(--fnd-bg-muted);
overflow: hidden;
}
.article-card__hero[b-ez9z9mwgaq]  img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .4s ease-out;
}
.article-card:hover .article-card__hero[b-ez9z9mwgaq]  img {
transform: scale(1.04);
}
.article-card__body[b-ez9z9mwgaq] { padding: 1rem 1.1rem 1.2rem; }
.article-card__meta[b-ez9z9mwgaq] {
display: flex;
justify-content: space-between;
gap: 1rem;
font-size: .78rem;
color: var(--fnd-fg-muted);
text-transform: uppercase;
letter-spacing: .04em;
margin-bottom: .35rem;
}
.article-card__category[b-ez9z9mwgaq] { color: var(--fnd-brand); font-weight: 600; }
.article-card__dateweather[b-ez9z9mwgaq] {
display: inline-flex;
align-items: center;
gap: .45rem;
}
.article-card__title[b-ez9z9mwgaq] {
font-family: var(--fnd-font-serif);
font-size: 1.2rem;
line-height: 1.25;
margin: 0 0 .4rem;
color: var(--fnd-fg);
}
.article-card__teaser[b-ez9z9mwgaq] {
margin: 0;
font-size: .92rem;
line-height: 1.5;
color: var(--fnd-fg-soft);
}
.article-card--compact[b-ez9z9mwgaq] {
box-shadow: 0 1px 2px rgba(31, 54, 35, .04),
0 2px 6px rgba(31, 54, 35, .05);
}
.article-card--compact:hover[b-ez9z9mwgaq] {
transform: translateY(-2px);
box-shadow: 0 2px 6px rgba(31, 54, 35, .07),
0 8px 18px rgba(31, 54, 35, .10);
}
.article-card--compact .article-card__body[b-ez9z9mwgaq] {
padding: .7rem .85rem .9rem;
}
.article-card--compact .article-card__meta[b-ez9z9mwgaq] {
font-size: .7rem;
margin-bottom: .25rem;
}
.article-card--compact .article-card__title[b-ez9z9mwgaq] {
font-size: .98rem;
line-height: 1.25;
font-weight: 500;
margin: 0;
}
.article-grid[b-i8z5ba1u3y] {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.5rem;
margin: 1.5rem 0;
}
.article-grid--compact[b-i8z5ba1u3y] {
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: 1rem;
margin: 1rem 0;
}
.article-grid__empty[b-i8z5ba1u3y] {
color: var(--fnd-fg-muted);
font-style: italic;
padding: 1.5rem;
background: var(--fnd-bg-muted);
border-radius: var(--fnd-radius);
text-align: center;
}
.article-toolbar[b-fl2q1std1c] {
display: flex;
flex-wrap: wrap;
gap: .6rem;
margin: 0 0 1.25rem;
}
.article-toolbar__btn[b-fl2q1std1c] {
display: inline-flex;
align-items: center;
gap: .4rem;
padding: .4rem .85rem;
font-size: .85rem;
line-height: 1.2;
border: 1px solid var(--fnd-border);
border-radius: var(--fnd-radius);
background: var(--fnd-surface);
color: var(--fnd-fg-soft);
text-decoration: none;
cursor: pointer;
}
.article-toolbar__btn:hover[b-fl2q1std1c],
.article-toolbar__btn:focus-visible[b-fl2q1std1c] {
border-color: var(--fnd-brand);
color: var(--fnd-brand-dark);
}
.article-toolbar__btn--perk[b-fl2q1std1c] {
border-color: var(--fnd-brand);
color: var(--fnd-brand-dark);
}
.article-toolbar__btn--locked[b-fl2q1std1c] {
opacity: .65;
}
.article-toolbar__note[b-fl2q1std1c] {
margin: -.6rem 0 1.25rem;
font-size: .82rem;
line-height: 1.5;
color: var(--fnd-fg-muted);
}
.article-toolbar__note a[b-fl2q1std1c] {
color: var(--fnd-brand-dark);
white-space: nowrap;
}
.coming-soon[b-xehw7fvk2b] {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
background: var(--fnd-ink);
color: #f7f8fa;
text-align: center;
}
.coming-soon__inner[b-xehw7fvk2b] {
max-width: 34rem;
}
.coming-soon__logo[b-xehw7fvk2b] {
display: block;
margin: 0 auto 1.4rem;
}
.coming-soon__wordmark[b-xehw7fvk2b] {
margin: 0 0 2.4rem;
font-size: 1rem;
letter-spacing: .03em;
opacity: .8;
}
.coming-soon__tld[b-xehw7fvk2b] {
opacity: .55;
}
.coming-soon__headline[b-xehw7fvk2b] {
margin: 0 0 1rem;
color: #fbf8f3;
font-family: 'Source Serif 4', Georgia, serif;
font-weight: 600;
font-size: clamp(1.9rem, 5vw, 2.9rem);
line-height: 1.15;
}
.coming-soon__teaser[b-xehw7fvk2b] {
margin: 0 auto 2.2rem;
max-width: 26rem;
font-size: 1.05rem;
line-height: 1.6;
opacity: .82;
}
.coming-soon__langs[b-xehw7fvk2b] {
margin: 0;
font-size: .95rem;
}
.coming-soon__sep[b-xehw7fvk2b] {
margin: 0 .3rem;
opacity: .4;
}
.coming-soon__lang[b-xehw7fvk2b] {
color: #fbf8f3;
text-decoration: none;
opacity: .55;
padding: .2rem .35rem;
}
.coming-soon__lang:hover[b-xehw7fvk2b] {
opacity: .9;
}
.coming-soon__lang.is-active[b-xehw7fvk2b] {
opacity: 1;
font-weight: 600;
text-decoration: underline;
text-underline-offset: .25em;
}
.disclosure-banner[b-8fxbgiendh] {
display: block;
margin: 1.2rem 0 2rem;
padding: .75rem 1rem;
background: var(--fnd-earth-soft);
border-left: 3px solid var(--fnd-earth);
border-radius: var(--fnd-radius);
color: var(--fnd-fg-soft);
font-size: .88rem;
line-height: 1.5;
}
.disclosure-banner__heading[b-8fxbgiendh] {
display: block;
color: var(--fnd-earth);
font-family: var(--fnd-font-sans);
font-weight: 600;
font-size: .78rem;
text-transform: uppercase;
letter-spacing: .04em;
margin-bottom: .25rem;
}
.disclosure-banner__body[b-8fxbgiendh] { display: block; }
.related-articles[b-24enazvmj7] {
margin-top: 3.5rem;
padding-top: 1.5rem;
border-top: 2px solid var(--fnd-border);
}
.related-articles__heading[b-24enazvmj7] {
font-family: var(--fnd-font-serif);
font-size: 1.4rem;
margin: 0 0 1.2rem;
}
.related-articles__grid[b-24enazvmj7] {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.2rem;
}
.site-footer__adwrap[b-bgeudvroj5] {
width: 100%;
}
.site-footer[b-bgeudvroj5] {
margin-top: 4rem;
margin-inline: -3px;
padding: 2.6rem 1.25rem;
background: var(--fnd-ink);
color: rgba(226, 232, 240, .66);
position: relative;
}
.site-footer__inner[b-bgeudvroj5] {
max-width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 1rem;
}
.site-footer__mark[b-bgeudvroj5] {
display: block;
width: 40px;
height: 40px;
}
.site-footer__follow[b-bgeudvroj5] {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .5rem 1.4rem;
}
.site-footer__follow-link[b-bgeudvroj5] {
display: inline-flex;
align-items: center;
gap: .4rem;
color: #f4ebd6;
text-decoration: none;
font-size: .92rem;
transition: color .15s ease;
}
.site-footer__follow-link:hover[b-bgeudvroj5],
.site-footer__follow-link:focus-visible[b-bgeudvroj5] { color: #e8b04a; }
.site-footer__follow-icon[b-bgeudvroj5] { display: block; }
.site-footer__nav[b-bgeudvroj5] {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .5rem 1.4rem;
}
.site-footer__nav a[b-bgeudvroj5] {
color: #f4ebd6;
text-decoration: none;
font-size: .92rem;
}
.site-footer__nav a:hover[b-bgeudvroj5] { color: #e8b04a; }
.site-footer__auth[b-bgeudvroj5] {
margin: 0;
font-size: .92rem;
}
.site-footer__auth a[b-bgeudvroj5] {
color: #f4ebd6;
text-decoration: none;
}
.site-footer__auth a:hover[b-bgeudvroj5] { color: #e8b04a; }
.site-footer__new-dot[b-bgeudvroj5] {
display: inline-block;
width: .4rem;
height: .4rem;
margin-left: .4rem;
border-radius: 50%;
background: #e8b04a;
vertical-align: middle;
}
.site-footer__copy[b-bgeudvroj5] {
margin: 0;
font-size: .86rem;
line-height: 1.5;
text-wrap: balance;
}
.site-footer__affiliate[b-bgeudvroj5] {
margin: 0;
font-size: .8rem;
font-style: italic;
line-height: 1.5;
color: rgba(244, 235, 214, .7);
}
.site-footer[b-bgeudvroj5]  .carecom-family { opacity: 1; }
.site-footer[b-bgeudvroj5]  .cat-runway--footer { top: 0; bottom: 0; }
.site-footer[b-bgeudvroj5]  .cat-runway--footer-left  { left: 0;  width: calc(50% - 420px); }
.site-footer[b-bgeudvroj5]  .cat-runway--footer-right { right: 0; width: calc(50% - 420px); }
.site-header[b-1n3bs03a83] {
background: #fff;
border-bottom: 1px solid var(--fnd-border);
position: sticky;
top: 0;
z-index: 50;
margin-inline: -3px;
}
.site-header__inner[b-1n3bs03a83] {
display: flex;
align-items: center;
gap: 1.5rem;
padding-block: .9rem;
}
.site-header__brand[b-1n3bs03a83] {
display: inline-flex;
align-items: center;
gap: .55rem;
text-decoration: none;
color: var(--fnd-fg);
font-family: var(--fnd-font-serif);
font-size: 1.3rem;
font-weight: 600;
letter-spacing: -.005em;
flex-shrink: 0;
}
.site-header__brand-mark[b-1n3bs03a83] {
display: block;
width: 38px;
height: 38px;
flex-shrink: 0;
}
.site-header__brand-text[b-1n3bs03a83] { white-space: nowrap; }
.site-header__brand-tld[b-1n3bs03a83] {
font-size: .62em;
font-weight: 500;
color: var(--fnd-fg-muted);
letter-spacing: 0;
}
.site-header__nav[b-1n3bs03a83] {
display: flex;
gap: 1.4rem;
}
.site-header__link[b-1n3bs03a83] {
color: var(--fnd-fg-soft);
text-decoration: none;
font-size: .95rem;
padding: .25rem 0;
border-bottom: 2px solid transparent;
transition: color .15s, border-color .15s;
white-space: nowrap;
}
.site-header__link:hover[b-1n3bs03a83] { color: var(--fnd-brand); }
.site-header__link.active[b-1n3bs03a83] {
color: var(--fnd-brand-dark);
border-bottom-color: var(--fnd-brand);
}
.site-header__lang[b-1n3bs03a83] { margin-left: 1rem; flex-shrink: 0; }
.site-header__lang[b-1n3bs03a83]  .lang-switcher { flex-wrap: nowrap; }
.site-header__catlane[b-1n3bs03a83] {
flex: 1 1 auto;
min-width: 0;
align-self: stretch;
position: relative;
}
.site-header__catlane[b-1n3bs03a83]  .cat-runway--banner {
top: -.9rem;
bottom: -.9rem;
left: .5rem;
right: .5rem;
}
.site-header__toggle[b-1n3bs03a83] { display: none; }
.site-header__hamburger[b-1n3bs03a83] { display: none; }
@media (max-width: 1200px) {
.site-header__nav[b-1n3bs03a83] {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border-bottom: 1px solid var(--fnd-border);
flex-direction: column;
gap: 0;
padding: .5rem 1rem;
max-height: 0;
overflow: hidden;
transition: max-height .25s ease-out;
}
.site-header__link[b-1n3bs03a83] { padding: .65rem 0; border-bottom: 1px solid var(--fnd-border); }
.site-header__link:last-child[b-1n3bs03a83] { border-bottom: none; }
.site-header__hamburger[b-1n3bs03a83] {
display: inline-flex;
flex-direction: column;
justify-content: space-between;
width: 24px;
height: 18px;
margin-left: auto;
cursor: pointer;
padding: 0;
}
.site-header__hamburger span[b-1n3bs03a83] {
display: block;
height: 2px;
background: var(--fnd-fg);
border-radius: 1px;
transition: transform .2s;
}
.site-header__toggle:checked ~ .site-header__nav[b-1n3bs03a83] {
max-height: 80vh;
}
.site-header__catlane[b-1n3bs03a83] { display: none; }
}
.site-page[b-bojwmy903s] {
padding: 2rem 0 4rem;
}
.site-page--narrow[b-bojwmy903s] {
max-width: 740px;
}
.site-page--wide[b-bojwmy903s] {
max-width: var(--fnd-container);
}
.site-page--with-aside[b-bojwmy903s] {
display: grid;
grid-template-columns: minmax(0, 1fr) 280px;
gap: 3rem;
max-width: 1180px;
}
@media (max-width: 800px) {
.site-page--with-aside[b-bojwmy903s] {
grid-template-columns: 1fr;
gap: 2rem;
}
}
.site-page__head h1[b-bojwmy903s] {
font-family: var(--fnd-font-serif);
font-size: clamp(1.8rem, 3.5vw, 2.6rem);
line-height: 1.15;
margin: 0 0 1.2rem;
color: var(--fnd-fg);
letter-spacing: -.01em;
}
.site-page__article > :first-child[b-bojwmy903s] { margin-top: 0; }
.site-page__article p[b-bojwmy903s] { line-height: 1.65; }
.site-page__article h2[b-bojwmy903s] {
font-family: var(--fnd-font-serif);
font-size: 1.55rem;
margin: 2rem 0 .8rem;
}
.site-page__article h3[b-bojwmy903s] {
font-family: var(--fnd-font-serif);
font-size: 1.2rem;
margin: 1.6rem 0 .6rem;
}
.site-page__aside[b-bojwmy903s] {
padding-top: 1rem;
font-size: .92rem;
}
.fnd-sponsored[b-36w5p85hkv] {
position: relative;
margin: 2rem auto;
max-width: 760px;
border: 1px solid var(--fnd-earth);
border-radius: var(--fnd-radius-lg);
overflow: hidden;
}
.fnd-sponsored__label[b-36w5p85hkv] {
position: absolute;
top: .5rem;
right: .6rem;
background: var(--fnd-earth);
color: #fff;
font-size: .65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
padding: .15rem .55rem;
border-radius: 999px;
z-index: 2;
pointer-events: none;
}
.fnd-sponsored__inner[b-36w5p85hkv] {
display: grid;
grid-template-columns: 120px 1fr;
gap: 1rem;
padding: 1rem 1.2rem;
text-decoration: none;
color: var(--fnd-fg);
background: var(--fnd-earth-soft);
transition: background .15s;
}
.fnd-sponsored__inner:hover[b-36w5p85hkv] { background: #ebe1c4; }
.fnd-sponsored__img[b-36w5p85hkv] {
grid-column: 1;
width: 120px;
height: 80px;
object-fit: cover;
border-radius: var(--fnd-radius);
}
.fnd-sponsored__text[b-36w5p85hkv] {
grid-column: 2;
display: flex;
flex-direction: column;
gap: .25rem;
align-self: center;
}
.fnd-sponsored__text strong[b-36w5p85hkv] {
font-family: var(--fnd-font-serif);
font-size: 1.05rem;
color: var(--fnd-earth);
}
.fnd-sponsored__body[b-36w5p85hkv] {
color: var(--fnd-fg-soft);
font-size: .9rem;
line-height: 1.45;
}
@media (max-width: 500px) {
.fnd-sponsored__inner[b-36w5p85hkv] { grid-template-columns: 1fr; }
.fnd-sponsored__img[b-36w5p85hkv]   { width: 100%; height: 140px; }
}