body{padding-top:72px}.pillar-breadcrumb{background:var(--color-ocean-deep-light);padding:.625rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.pillar-breadcrumb__list,.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;list-style:none}.pillar-breadcrumb__item,.breadcrumb-item{font-family:var(--font-ui);font-size:.72rem;font-weight:500;letter-spacing:.04em;color:rgba(255,255,255,.55)}.pillar-breadcrumb__item:not(:last-child)::after,.breadcrumb-item:not(:last-child)::after{content:'›';margin-left:.5rem;opacity:.45}.pillar-breadcrumb__item:last-child,.breadcrumb-item:last-child{color:var(--color-turquoise-light);font-weight:600}.pillar-breadcrumb__link,.breadcrumb-item a{color:rgba(255,255,255,.6);text-decoration:none}.pillar-breadcrumb__link:hover,.breadcrumb-item a:hover{color:#fff}.pillar-hero{background:linear-gradient(135deg,var(--color-ocean-deep) 0%,var(--color-ocean-deep-light) 45%,var(--color-ocean-deep-muted) 100%);padding-block:clamp(2.5rem,5vw,4.5rem);position:relative;overflow:hidden}.pillar-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(42,191,191,.12) 0%,transparent 65%);pointer-events:none}.pillar-hero__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;position:relative;z-index:1}@media (min-width:768px){.pillar-hero__inner{grid-template-columns:1fr 1fr;gap:3rem}}@media (min-width:1024px){.pillar-hero__inner{grid-template-columns:1.1fr .9fr}}.pillar-hero__tag{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-turquoise);background:rgba(42,191,191,.12);border:1px solid rgba(42,191,191,.3);padding:.35rem .85rem;border-radius:var(--radius-full);margin-bottom:1rem}.pillar-hero__tag svg{width:13px;height:13px}.pillar-hero__title{font-size:clamp(2.074rem,1.94rem + .67vw,2.747rem);font-weight:900;color:#fff;line-height:1.08;letter-spacing:-.02em;margin-bottom:1rem}.pillar-hero__title span{color:var(--color-turquoise)}.pillar-hero__desc{font-family:var(--font-body);font-size:clamp(1rem,.96rem + .2vw,1.125rem);line-height:1.65;color:rgba(255,255,255,.82);margin-bottom:1.5rem;max-width:54ch}.pillar-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .875rem}.pillar-hero__meta-item{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-ui);font-size:.78rem;font-weight:500;color:rgba(255,255,255,.6)}.pillar-hero__meta-item svg{width:14px;height:14px}.pillar-hero__meta-sep{width:1px;height:14px;background:rgba(255,255,255,.2)}.pillar-hero__image{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl),0 0 0 1px rgba(255,255,255,.08)}.pillar-hero__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;aspect-ratio:4/3}.pillar-hero__image-badge{position:absolute;top:1rem;right:1rem;font-family:var(--font-ui);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;background:var(--color-gold);color:#fff;padding:.3rem .75rem;border-radius:var(--radius-full);z-index:2}