/* One roomy, native preview at a time; the document remains readable without JS. */
.use-cases-editorial {
  background: var(--pa-paper, #fbfbf9);
  color: var(--pa-ink, #191a18);
  font-family: var(--pa-font, Inter, 'Helvetica Neue', Arial, sans-serif);
}
.use-cases-editorial *, .use-cases-editorial *::before, .use-cases-editorial *::after { box-sizing: border-box; }
.use-cases-editorial .uce-heading { max-width: 860px; margin-bottom: 44px; }
.use-cases-editorial .uce-heading h2 { font-family: inherit; font-weight: 400; font-size: clamp(36px, 4.1vw, 62px); line-height: 1.12; letter-spacing: -.032em; }
.use-cases-editorial .uce-heading > p:last-child { margin: 24px 0 0; color: var(--pa-muted, #62645f); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; letter-spacing: -.015em; }
.uce-tabs { display: flex; align-items: stretch; gap: 36px; border-bottom: 1px solid var(--pa-line, #e3e3dd); }
.uce-tabs[hidden], .uce-panel[hidden] { display: none; }
.uce-tabs button { position: relative; appearance: none; min-height: 58px; padding: 10px 0 19px; border: 0; background: transparent; color: var(--pa-muted, #62645f); font: inherit; font-size: 15px; line-height: 1.45; letter-spacing: -.015em; cursor: pointer; transition: color 160ms ease; }
.uce-tabs button::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--pa-ink, #191a18); opacity: 0; transition: opacity 160ms ease; }
.uce-tabs button:hover, .uce-tabs button[aria-selected="true"] { color: var(--pa-ink, #191a18); }
.uce-tabs button[aria-selected="true"]::after { opacity: 1; }
.use-cases-editorial .uce-tabs button:focus-visible, .uce-panel:focus-visible { outline: 2px solid #916222; outline-offset: 5px; border-radius: 2px; }
.uce-panel { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.35fr); align-items: center; gap: clamp(40px, 7vw, 106px); padding-top: 46px; }
.uce-panel + .uce-panel { margin-top: 52px; border-top: 1px solid var(--pa-line, #e3e3dd); }
[data-use-cases-enhanced] .uce-panel + .uce-panel { margin-top: 0; border: 0; }
.uce-story, .uce-preview { min-width: 0; }
.use-cases-editorial .uce-kicker { margin: 0 0 18px; color: var(--pa-muted, #62645f); font-size: 11px; font-weight: 400; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.use-cases-editorial .uce-story h3 { margin: 0 0 22px; font-family: inherit; font-size: clamp(28px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.035em; line-height: 1.17; }
.use-cases-editorial .uce-story > p:not(.uce-kicker):not(.uce-story-note) { max-width: 370px; margin: 0; color: var(--pa-muted, #62645f); font-size: 16px; line-height: 1.7; letter-spacing: -.015em; }
.uce-input { display: flex; align-items: center; gap: 17px; margin: 30px 0 24px; }
.uce-input-mark { width: 7px; height: 34px; background: var(--pa-amber, #e8b557); border-radius: 8px; flex: none; }
.use-cases-editorial .uce-input p { margin: 0; font-size: 14px; line-height: 1.6; }
.uce-spoken { margin: 30px 0 24px; padding: 0 0 0 18px; border-left: 2px solid var(--pa-amber, #e8b557); font-size: 17px; line-height: 1.65; letter-spacing: -.02em; }
.use-cases-editorial .uce-story-note { margin: 0; color: var(--pa-muted, #62645f); font-size: 12px; line-height: 1.65; }
.uce-preview { border: 1px solid var(--pa-line, #e3e3dd); border-radius: var(--pa-radius, 20px); background: #fff; padding: 30px 32px 0; overflow: hidden; }
.uce-preview-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--pa-line, #e3e3dd); }
.uce-preview-header > div { min-width: 0; }
.use-cases-editorial .uce-preview-header .uce-kicker { margin-bottom: 9px; font-size: 10px; }
.uce-preview-header h4 { margin: 0; font-size: clamp(19px, 1.8vw, 25px); font-weight: 400; line-height: 1.3; letter-spacing: -.03em; text-wrap: balance; }
.uce-meta { flex: none; color: var(--pa-muted, #62645f); font-size: 11px; font-variant-numeric: tabular-nums; }
.uce-summary { padding: 23px 0 25px; }
.use-cases-editorial .uce-summary > p { margin: 0 0 22px; font-size: 15px; line-height: 1.65; letter-spacing: -.013em; }
.uce-facts { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; margin: 0; }
.uce-facts > div { min-width: 0; }
.uce-facts dt { margin-bottom: 5px; color: var(--pa-muted, #62645f); font-size: 11px; line-height: 1.5; }
.uce-facts dd { margin: 0; font-size: 12px; line-height: 1.5; }
.uce-list-heading { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0 0; border-top: 1px solid var(--pa-line, #e3e3dd); color: var(--pa-muted, #62645f); font-size: 11px; line-height: 1.5; }
.use-cases-editorial .uce-list-heading p { margin: 0; color: var(--pa-ink, #191a18); }
.uce-rows { list-style: none; padding: 0; margin: 0; }
.uce-rows li { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 20px 0; min-height: 88px; border-bottom: 1px solid var(--pa-line, #e3e3dd); }
.uce-rows li:last-child { border: 0; }
.uce-app { display: grid; place-items: center; width: 30px; height: 32px; }
.uce-app img { display: block; object-fit: contain; max-height: 28px; }
.uce-rows strong { display: block; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: -.018em; }
.uce-rows small { display: block; margin-top: 3px; color: var(--pa-muted, #62645f); font-size: 11px; line-height: 1.55; font-variant-numeric: tabular-nums; }
.uce-state { color: var(--pa-muted, #62645f); font-size: 10px; line-height: 1.5; text-align: right; }
.use-cases-editorial .uce-preview-footer { display: flex; align-items: center; gap: 9px; margin: 0 -32px; padding: 15px 32px; background: #f8f8f5; border-top: 1px solid var(--pa-line, #e3e3dd); color: var(--pa-muted, #62645f); font-size: 11px; line-height: 1.6; }
.uce-preview-footer > span { width: 5px; height: 5px; flex: none; border-radius: 50%; background: var(--pa-amber, #e8b557); }
.uce-trip-header { min-height: 120px; }
.uce-trip-photo { flex: none; width: 108px; aspect-ratio: 104 / 82; border-radius: 9px; background-image: url('assets/travel-reference.webp'); background-repeat: no-repeat; background-size: 663.462% 614.634%; background-position: 7.85% 86.49%; }
.use-cases-editorial .uce-trip-dates { margin: 8px 0 0; color: var(--pa-muted, #62645f); font-size: 12px; line-height: 1.5; font-variant-numeric: tabular-nums; }
.uce-trip-dates span { margin-inline: 5px; }
.uce-travel-icon svg { width: 24px; height: 24px; stroke: #5e655d; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.uce-travel-rows li { min-height: 92px; }
.uce-personal-rows li { min-height: 82px; }
.use-cases-editorial .uce-disclaimer { margin: 26px 0 0; max-width: 840px; color: var(--pa-muted, #62645f); font-size: 11px; line-height: 1.65; }
@media (max-width: 960px) {
  .uce-panel { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 36px; }
  .uce-preview { padding: 25px 24px 0; }
  .uce-rows li { gap: 11px; }
  .uce-rows strong { font-size: 13px; }
  .use-cases-editorial .uce-preview-footer { margin-inline: -24px; padding-inline: 24px; }
  .uce-state { max-width: 60px; }
  .uce-trip-photo { width: 84px; }
}
@media (max-width: 760px) {
  .uce-panel { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-top: 32px; }
  .uce-story { max-width: 520px; }
  .use-cases-editorial .uce-story > p:not(.uce-kicker):not(.uce-story-note) { max-width: 500px; }
  .uce-input, .uce-spoken { margin-block: 23px 19px; }
  .uce-tabs { gap: 30px; }
  .uce-preview { max-width: 640px; width: 100%; }
  .uce-preview-header h4 { font-size: 23px; }
  .uce-trip-photo { width: 108px; }
  .uce-rows strong { font-size: 14px; }
}
@media (max-width: 480px) {
  .use-cases-editorial .uce-heading { margin-bottom: 28px; }
  .use-cases-editorial .uce-heading h2 { font-size: clamp(34px, 8.5vw, 40px); }
  .use-cases-editorial .uce-heading > p:last-child { margin-top: 21px; font-size: 16px; }
  .uce-tabs { gap: 16px; }
  .uce-tabs button { flex: 1; min-width: 0; min-height: 65px; padding: 10px 0 15px; font-size: 12px; text-align: left; }
  .uce-tabs button:first-child { flex: .72; }
  .uce-panel { padding-top: 28px; }
  .use-cases-editorial .uce-story h3 { font-size: 30px; }
  .use-cases-editorial .uce-story > p:not(.uce-kicker):not(.uce-story-note) { font-size: 15px; }
  .uce-spoken { font-size: 16px; }
  .uce-preview { padding: 22px 18px 0; border-radius: 16px; }
  .uce-preview-header { gap: 12px; padding-bottom: 20px; align-items: flex-start; }
  .uce-preview-header h4 { font-size: 21px; }
  .uce-meta { font-size: 10px; padding-top: 3px; }
  .use-cases-editorial .uce-summary > p { font-size: 14px; }
  .uce-facts { grid-template-columns: 1.25fr .9fr .85fr; gap: 10px; }
  .uce-facts dd { font-size: 11px; }
  .uce-rows li { grid-template-columns: 26px minmax(0, 1fr); column-gap: 12px; row-gap: 4px; padding: 17px 0; }
  .uce-app { width: 26px; grid-row: 1 / 3; align-self: center; }
  .uce-rows strong { font-size: 13px; }
  .uce-rows small { font-size: 11px; }
  .uce-state { grid-column: 2; max-width: none; text-align: left; font-size: 10px; color: #776440; }
  .use-cases-editorial .uce-preview-footer { margin-inline: -18px; padding: 14px 18px; font-size: 10px; }
  .uce-trip-header { align-items: center; min-height: 105px; }
  .uce-trip-photo { width: 72px; border-radius: 7px; }
  .use-cases-editorial .uce-trip-dates { font-size: 11px; }
  .uce-trip-dates span { margin-inline: 2px; }
  .use-cases-editorial .uce-preview-header .uce-kicker { font-size: 9px; }
  .use-cases-editorial .uce-disclaimer { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .uce-tabs button, .uce-tabs button::after { transition: none; }
}
