.page-distinctions{background:var(--color-light)}.dst-em{color:var(--color-red);font-weight:600}.dst-hero{background:transparent;padding:4.5rem 0 3rem}.dst-hero__title-wrap{display:flex;flex-direction:row;align-items:center;gap:0.85rem;margin-bottom:1rem}.dst-hero__accent-bar{display:block;width:2.8rem;height:2px;background:var(--color-red);border-radius:2px;flex-shrink:0}.dst-hero__title{font-family:var(--font-heading);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;color:var(--color-heading-text);margin:0;line-height:1.1;letter-spacing:-0.02em}.dst-hero__subtitle{font-family:var(--font-body);font-size:clamp(0.95rem,2vw,1.1rem);color:var(--color-text);margin:0;line-height:1.7;max-width:560px;padding-left:0}.dst-section{background:transparent;padding:0 0 5rem}.dst-grid{display:none}@media (min-width:768px){.dst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:start;transition:grid-template-columns 0.45s cubic-bezier(0.25,0.46,0.45,0.94)}.dst-grid.card-0-expanded{grid-template-columns:2fr 0.5fr 0.5fr}.dst-grid.card-1-expanded{grid-template-columns:0.5fr 2fr 0.5fr}.dst-grid.card-2-expanded{grid-template-columns:0.5fr 0.5fr 2fr}}.dst-card{background:transparent;border-radius:0;border:none;border-top:2px solid rgba(178,33,38,0.28);box-shadow:none;overflow:visible;cursor:pointer;transition:transform 0.38s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 0.38s cubic-bezier(0.25,0.46,0.45,0.94),border-color 0.3s ease,opacity 0.32s ease,filter 0.32s ease;position:relative;outline:none;padding-top:1.1rem}.dst-card:focus-visible{outline:3px solid var(--color-red);outline-offset:3px}.dst-grid:has(.dst-card:hover) .dst-card:not(:hover){opacity:0.38;transform:scale(0.955)}.dst-card:hover{transform:translateY(-12px) scale(1.035);box-shadow:none;border-color:var(--color-red);z-index:2}.dst-card.is-expanded{transform:translateY(-5px);box-shadow:none;border-color:var(--color-red);z-index:10;cursor:default}.dst-grid.has-expanded .dst-card.is-prev{opacity:0.22;transform:translateX(-18px) scale(0.90);filter:blur(2px);pointer-events:none}.dst-grid.has-expanded .dst-card.is-next{opacity:0.22;transform:translateX(18px) scale(0.90);filter:blur(2px);pointer-events:none}@media (prefers-reduced-motion:reduce){.dst-card{transition:border-color 0.18s ease,opacity 0.18s ease}.dst-card:hover{transform:none}.dst-card.is-expanded{transform:none}.dst-grid.has-expanded .dst-card.is-prev,.dst-grid.has-expanded .dst-card.is-next{transform:none;filter:none;opacity:0.3}.dst-grid.card-0-expanded,.dst-grid.card-1-expanded,.dst-grid.card-2-expanded{transition:none}}.dst-slideshow{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-gray);border-radius:0.65rem}.dst-card.is-expanded .dst-slideshow{aspect-ratio:unset;display:flex;flex-direction:row;gap:0.5rem;background:transparent;overflow:visible}.dst-card.is-expanded .dst-slide{position:relative;inset:auto;flex:1;aspect-ratio:4 / 3;opacity:1 !important;pointer-events:auto;border-radius:0.5rem;overflow:hidden}.dst-card.is-expanded .dst-dots{display:none}.dst-slide{position:absolute;inset:0;opacity:0;transition:opacity 0.7s ease;pointer-events:none}.dst-slide.is-active{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.dst-slide{transition:none}}.dst-slide__img{width:100%;height:100%;object-fit:cover;display:block}.dst-dots{display:flex;justify-content:center;gap:0;padding:0.6rem 0;flex-wrap:wrap}.dst-dot{position:relative;width:24px;height:24px;min-width:24px;border-radius:50%;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.dst-dot::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:var(--color-gray);transition:background 0.2s,transform 0.2s}.dst-dot.is-active::before{background:var(--color-red);transform:translate(-50%,-50%) scale(1.4)}.dst-dot:focus-visible{outline:2px solid var(--color-red);outline-offset:-2px}@media (prefers-reduced-motion:reduce){.dst-dot::before{transition:none}}.dst-card__body{padding:1.25rem 1.5rem 1.5rem}.dst-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--color-heading-text);margin:0 0 0.6rem;letter-spacing:-0.01em;line-height:1.25}.dst-card__teaser{font-family:var(--font-body);font-size:0.875rem;color:var(--color-text);line-height:1.75;margin:0}.dst-card__full{font-family:var(--font-body);font-size:0.875rem;color:var(--color-text);line-height:1.75;margin:0.85rem 0 0;max-height:0;overflow:hidden;opacity:0;transform:translateY(10px);transition:max-height 0.42s cubic-bezier(0.25,0.46,0.45,0.94),opacity 0.35s ease 0.06s,transform 0.35s ease 0.06s}.dst-card__full p{margin:0}.dst-card__full p+p{margin-top:0.75rem}.dst-card.is-expanded .dst-card__full{max-height:500px;opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.dst-card__full{transition:opacity 0.18s ease;transform:none !important}}.dst-card__hint{display:inline-flex;align-items:center;gap:0;margin-top:1rem;font-family:var(--font-body);font-size:0.75rem;font-weight:600;color:var(--color-red);letter-spacing:0.04em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity 0.25s ease,transform 0.25s ease;pointer-events:none;user-select:none;background:none;border:none;padding:0}.dst-card__hint-arrow{display:inline-block;margin-left:0.4rem;transition:transform 0.28s cubic-bezier(0.34,1.56,0.64,1)}.dst-card:hover .dst-card__hint{opacity:1;transform:translateY(0)}.dst-card:hover .dst-card__hint-arrow{transform:translateX(5px)}.dst-card.is-expanded .dst-card__hint{opacity:0 !important;pointer-events:none}.dst-card__close{position:absolute;top:0.75rem;right:0.75rem;width:1.9rem;height:1.9rem;border:none;background:rgba(22,24,24,0.07);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-dark);cursor:pointer;opacity:0;pointer-events:none;transition:opacity 0.22s ease,background 0.18s,color 0.18s;z-index:3;flex-shrink:0}.dst-card.is-expanded .dst-card__close{opacity:1;pointer-events:auto}.dst-card__close:hover{background:var(--color-dark);color:var(--color-white)}@media (prefers-reduced-motion:reduce){.dst-card__hint{transition:opacity 0.15s ease}.dst-card__hint-arrow{transition:none}.dst-card__close{transition:opacity 0.15s ease}}.dst-accordion{display:flex;flex-direction:column;gap:0}@media (min-width:768px){.dst-accordion{display:none}}.dst-acc-item{background:var(--color-white);border:1.5px solid rgba(178,33,38,0.18);border-radius:0.75rem;margin-bottom:0.75rem;overflow:hidden}.dst-acc-item__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;background:none;border:none;width:100%;text-align:left;gap:1rem}.dst-acc-item__header-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--color-heading-text);margin:0}.dst-acc-item__arrow{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-red);transition:transform 0.3s ease}.dst-acc-item.is-open .dst-acc-item__arrow{transform:rotate(90deg)}@media (prefers-reduced-motion:reduce){.dst-acc-item__arrow{transition:none}}.dst-acc-item__body{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.dst-acc-item.is-open .dst-acc-item__body{max-height:900px}@media (prefers-reduced-motion:reduce){.dst-acc-item__body{transition:none}.dst-acc-item.is-open .dst-acc-item__body{max-height:900px}}.dst-acc-item__inner{padding:0 1.25rem 1.25rem}.dst-acc-item .dst-slideshow{border-radius:0.5rem;margin-bottom:0.75rem}.dst-acc-item__text{font-family:var(--font-body);font-size:0.875rem;color:var(--color-text);line-height:1.75;margin:0}.dst-acc-item__text p{margin:0 0 0.75rem}.dst-acc-item__text p:last-child{margin-bottom:0}.dst-acc-item__media{display:none}@media (max-width:767px){.dst-acc-item__media{display:block;padding:0 1.25rem 0.5rem}.dst-acc-item__media .dst-slideshow{position:relative;overflow:hidden;border-radius:0.5rem;aspect-ratio:16 / 9;min-height:185px}.dst-acc-item__media .dst-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 0.7s ease}.dst-acc-item__media .dst-slide.is-active{opacity:1}.dst-acc-item__media .dst-slide picture{display:block;width:100%;height:100%}.dst-acc-item__media .dst-slide__img{width:100%;height:100%;object-fit:cover;display:block}.dst-acc-item__media .dst-dots{display:flex;justify-content:center;gap:0;padding:0.5rem 0 0;flex-wrap:wrap}.dst-acc-item__media .dst-dot::before{width:8px;height:8px}.dst-acc-item.is-open .dst-acc-item__body{max-height:600px}}