.feature-story {
  position: relative;
  background: #fff;
  padding: 90px 24px 100px;
}
.feature-story::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 90px;
  background: linear-gradient(var(--ivory), #fff);
  pointer-events: none;
  z-index: 2;
}
.feature-stage { position: relative; }
.feature-globe { display: none; }
.feature-row-message { text-align: center; margin: 0 0 45px; font: 400 clamp(1.7rem, 3vw, 2.65rem) / 1.18 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.feature-row-message span { display: block; }
.feature-row-message span + span { color: var(--leaf); font-style: italic; }
.feature-row-invitation { display: block; margin: 20px auto 0; color: var(--muted); font: 400 clamp(.95rem, 1.35vw, 1.1rem) / 1.45 system-ui, sans-serif; letter-spacing: normal; text-wrap: balance; }
.feature-identity { text-align: center; margin: 20px auto 50px; }
.feature-brand { position: relative; width: 172px; aspect-ratio: 2664 / 662; margin: 0 auto 20px; overflow: hidden; }
.feature-brand img { position: absolute; width: 115.32%; max-width: none; height: auto; left: 0; top: -112.54%; mix-blend-mode: multiply; }
.feature-identity h2 { font: 400 clamp(1.7rem, 3vw, 2.65rem) / 1.13 Georgia, "Times New Roman", serif; letter-spacing: -.035em; margin: 0; }
.feature-identity p { font-size: clamp(.9rem, 1.25vw, 1.1rem); color: var(--muted); margin: 9px 0 0; }
.feature-cards { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 22px; max-width: 1180px; margin: 0 auto; padding: 0; }
.feature-card { position: relative; margin: 0; background: #fff; border: 1px solid #e7e9e2; border-radius: 13px; overflow: hidden; box-shadow: 0 7px 24px -13px #34443738; }
.feature-picture { position: relative; aspect-ratio: 3 / 4; background: #eaece2; overflow: hidden; }
.feature-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.feature-card:nth-child(4n + 2) .feature-picture { background: #ecddd1; }
.feature-card:nth-child(4n + 3) .feature-picture { background: #dde8e9; }
.feature-card:nth-child(4n + 4) .feature-picture { background: #e6e1cb; }
.feature-card h3 { font-size: 13px; line-height: 1.2; font-weight: 500; padding: 0 11px; min-height: 49px; margin: 0; display: flex; align-items: center; }
.feature-card p { color: var(--muted); font-size: .875rem; line-height: 1.5; margin: -2px 11px 15px; }
.feature-card.has-missing-image .feature-picture img { visibility: hidden; }
.feature-card.has-missing-image .feature-picture::after { content: "Image unavailable"; position: absolute; inset: 0; display: grid; place-content: center; color: var(--muted); font-size: 12px; }
.feature-asset-status { padding: 10px 18px; text-align: center; font-size: .875rem; color: var(--muted); }
.feature-asset-status button { color: var(--ink); border: 0; background: transparent; text-decoration: underline; padding: 8px; }
.sovereignty-copy { max-width: 1000px; margin: 110px auto 10px; text-align: center; }
.sovereignty-copy .feature-brand { width: 190px; margin-bottom: 34px; }
.sovereignty-copy h2 { margin: 0; font: 400 clamp(2.3rem, 5.3vw, 4.8rem) / 1.1 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.sovereignty-copy h2 span { display: block; }
.sovereignty-copy h2 span:last-child { color: var(--leaf); font-style: italic; }
.sovereignty-copy p { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 .35em; margin: 30px 0 0; color: var(--muted); font-size: clamp(.95rem, 1.4vw, 1.15rem); line-height: 1.55; }
.sovereignty-copy p span { white-space: nowrap; }
.feature-story.is-enhanced { height: 291svh; padding: 0; }
.feature-story.is-enhanced.has-conversation-handoff { height: 391svh; }
.has-conversation-handoff .sovereignty-copy > .feature-brand,
.has-conversation-handoff .sovereignty-copy h2 span,
.has-conversation-handoff .sovereignty-copy > p {
  --vapor: clamp(0, calc(var(--sovereignty-exit, 0) * 1.5 - var(--vapor-order, 0) * .1), 1);
  opacity: calc(1 - var(--vapor));
  filter: blur(calc(var(--vapor) * 12px));
  transform: translateY(calc(var(--vapor) * -42px)) scale(calc(1 + var(--vapor) * .035));
}
.has-conversation-handoff .sovereignty-copy h2 span:nth-child(1) { --vapor-order: 1; }
.has-conversation-handoff .sovereignty-copy h2 span:nth-child(2) { --vapor-order: 2; }
.has-conversation-handoff .sovereignty-copy h2 span:nth-child(3) { --vapor-order: 3; }
.has-conversation-handoff .sovereignty-copy > p { --vapor-order: 4; }
.is-enhanced .feature-stage { position: sticky; top: 0; height: 100svh; overflow: clip; perspective: var(--feature-perspective); perspective-origin: 50% var(--feature-center); }
.is-enhanced .feature-globe { display: block; visibility: hidden; position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.is-enhanced .feature-row-control { position: absolute; left: 0; top: calc(var(--feature-center) + var(--feature-row-offset) - var(--feature-card-height) / 2); width: 100%; height: var(--feature-card-height); z-index: 3; cursor: grab; touch-action: pan-y; user-select: none; }
.feature-row-control.is-dragging { cursor: grabbing; }
.feature-row-control:focus-visible { outline: 2px solid var(--leaf); outline-offset: 8px; }
.is-enhanced .feature-globe-control { position: absolute; left: 50%; top: calc(var(--feature-center) - var(--feature-globe-radius) * .12); width: calc(var(--feature-globe-radius) * 2.2); height: calc(var(--feature-globe-radius) * 2.2); transform: translate(-50%, -50%); border-radius: 50%; z-index: 3; cursor: grab; touch-action: none; user-select: none; }
.feature-globe-control.is-dragging { cursor: grabbing; }
.feature-globe-control:focus-visible { outline: 2px solid var(--leaf); outline-offset: 5px; }
.is-enhanced .feature-row-message { position: absolute; top: var(--feature-center); left: 50%; width: 80%; margin: 0; opacity: 0; pointer-events: none; }
.is-enhanced .feature-row-invitation { position: absolute; top: 100%; left: 0; width: 100%; }
.is-enhanced .feature-cards { display: block; position: absolute; top: var(--feature-center); left: 50%; width: 0; height: 0; margin: 0; transform-style: preserve-3d; }
.is-enhanced .feature-card { position: absolute; top: 0; left: 0; width: var(--feature-card-width); height: var(--feature-card-height); margin: 0; opacity: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; will-change: transform, opacity; }
.is-enhanced .feature-card h3 { font-size: 14.95px; min-height: 56.35px; padding: 0 12.65px; }
.is-enhanced .feature-card p { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.is-enhanced .feature-identity { position: absolute; top: var(--feature-center); left: 50%; width: min(62vw, 340px); margin: 0; opacity: 0; pointer-events: none; transform-origin: center; will-change: transform, opacity; }
.is-enhanced .sovereignty-copy { position: absolute; top: 50%; left: 50%; width: min(90%, 1000px); margin: 0; opacity: 0; pointer-events: none; z-index: 2; transform: translate(-50%, -50%); }
.is-enhanced .feature-asset-status { position: absolute; bottom: 8px; left: 50%; width: min(90%, 470px); transform: translateX(-50%); background: #fffffff2; border-radius: 12px; }
@media (max-width: 600px) {
  .feature-story { padding-right: 20px; padding-left: 20px; }
  .feature-cards { gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-brand { width: 126px; margin-bottom: 15px; }
  .feature-identity h2 { font-size: 1.6rem; }
  .is-enhanced .feature-identity { width: 62vw; }
  .sovereignty-copy .feature-brand { width: 152px; margin-bottom: 28px; }
  .sovereignty-copy p { margin-top: 25px; }
}
@media (max-height: 519px) {
  .feature-row-message { font-size: 1.3rem; }
  .sovereignty-copy .feature-brand { width: 132px; margin-bottom: 18px; }
  .sovereignty-copy h2 { font-size: clamp(1.8rem, 7svh, 2.7rem); }
  .sovereignty-copy p { margin-top: 18px; }
}
