:root{
  --answer-black:#171717;
  --answer-black-soft:#202020;
  --answer-ink:#11110f;
  --answer-white:#f4f4f1;
  --answer-white-soft:#e8e8e3;
  --answer-gray:#a4a4a0;
  --answer-line:rgba(255,255,255,.12);
  --answer-line-dark:rgba(17,17,15,.16);
  --answer-coral:#e36b55;
  --answer-serif:'Bodoni Moda',Georgia,serif;
  --answer-sans:'Manrope',sans-serif;
}

.answer-page{
  min-height:100%;
  background:var(--answer-black);
  color:var(--answer-white);
  font-family:var(--answer-sans);
  font-size:17px;
  line-height:1.55;
  overflow-x:clip;
}

.answer-page *{letter-spacing:0}
.answer-page main{overflow:clip}
.answer-page .shell{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.answer-page a{text-decoration:none}
.answer-page a:focus-visible,.answer-page button:focus-visible{outline:2px solid var(--answer-coral);outline-offset:4px}

.page-progress{position:fixed;inset:0 0 auto;height:2px;background:transparent;z-index:60;pointer-events:none}
.page-progress span{display:block;width:100%;height:100%;background:var(--answer-coral);transform:scaleX(0);transform-origin:0 50%;will-change:transform}

.answer-page .topbar{
  width:100%;
  max-width:none;
  height:78px;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:40;
  background:var(--answer-black);
  border-bottom:1px solid var(--answer-line);
  font-family:var(--answer-sans);
  font-size:15px;
  text-transform:none;
}
.answer-page .brand{display:inline-flex;align-items:center;gap:11px;color:var(--answer-white);font-weight:600}
.brand-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.36);border-radius:50%;font-family:var(--answer-serif);font-size:19px;font-weight:500}
.answer-page .nav{display:flex;align-items:center;gap:34px}
.answer-page .nav a{color:#c7c7c3;transition:color .2s ease}
.answer-page .nav a:hover{color:#fff}
.answer-page .nav-action{min-height:46px;padding:0 24px;display:inline-flex;align-items:center;border-radius:999px;background:var(--answer-white);color:var(--answer-ink)!important}
.answer-page .nav-action:hover{background:#fff}

.answer-page .hero{
  width:100%;
  max-width:none;
  height:calc(100svh - 120px);
  min-height:650px;
  max-height:860px;
  padding:72px max(48px,calc((100% - 1280px)/2));
  display:flex;
  align-items:center;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-bottom:1px solid var(--answer-line);
}
.answer-page .hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(var(--answer-line) 1px,transparent 1px),linear-gradient(90deg,var(--answer-line) 1px,transparent 1px);
  background-size:25% 100%,25% 100%;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.36),transparent 54%);
  pointer-events:none;
}
.hero-copy{position:relative;z-index:3;width:min(760px,64%);padding-left:clamp(0px,4vw,56px)}
.answer-page .eyebrow{margin:0 0 28px;color:#aaa9a5;font-family:var(--answer-sans);font-size:14px;text-transform:none}
.answer-page h1{
  margin:0;
  max-width:9ch;
  color:var(--answer-white);
  font-family:var(--answer-serif);
  font-size:88px;
  font-weight:400;
  line-height:.94;
  letter-spacing:0;
  text-wrap:balance;
}
.answer-page h1 em{font-style:italic;font-weight:400;color:#fff}
.answer-page .lede{max-width:650px;margin:30px 0 0;color:#b8b8b3;font-family:var(--answer-sans);font-size:22px;line-height:1.45;text-wrap:pretty}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:36px}
.primary-action{min-height:54px;padding:0 28px;display:inline-flex;align-items:center;border-radius:999px;background:var(--answer-white);color:var(--answer-ink);font-weight:600;transition:transform .25s cubic-bezier(.22,1,.36,1),background .2s ease}
.primary-action:hover{transform:translateY(-2px);background:#fff}
.text-action{color:#e1e1dc;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px}
.text-action span{display:inline-block;margin-left:7px;transition:transform .25s cubic-bezier(.22,1,.36,1)}
.text-action:hover span{transform:translateX(5px)}
.answer-page .stamp{margin:34px 0 0;display:flex;gap:20px;flex-wrap:wrap;color:#8d8d88;font-family:var(--answer-sans);font-size:12px;text-transform:none}
.answer-page .stamp span+span::before{content:'/';margin-right:20px;color:#4d4d4a}

.answer-page .portrait{
  position:absolute;
  inset:0 0 0 48%;
  z-index:1;
  min-height:0;
  border:0;
  overflow:hidden;
  opacity:.78;
  transform:translate3d(calc((var(--pointer-x, .5) - .5)*12px),calc((var(--pointer-y, .5) - .5)*8px),0) scale(1.02);
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.answer-page .portrait::before{content:'';position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,var(--answer-black) 0%,rgba(23,23,23,.86) 17%,rgba(23,23,23,.18) 58%,rgba(23,23,23,.35) 100%),linear-gradient(0deg,var(--answer-black) 0%,transparent 36%)}
.answer-page .portrait::after{content:none}
.answer-page .portrait img{width:100%;height:100%;object-fit:cover;object-position:55% 18%;filter:grayscale(100%) contrast(1.08);display:block}
.answer-page .portrait figcaption{position:absolute;right:48px;bottom:30px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;color:rgba(255,255,255,.72);font-size:12px}
.answer-page .portrait figcaption span:last-child{color:#8d8d88}

.answer-page .quick{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:var(--answer-black);
  color:var(--answer-white);
  border-bottom:1px solid var(--answer-line);
}
.answer-page .quick-item{min-height:184px;padding:34px 38px;display:flex;flex-direction:column;border-right:1px solid var(--answer-line);border-bottom:0}
.answer-page .quick-item:last-child{border-right:0}
.answer-page .quick dt{color:#8d8d88;font-family:var(--answer-sans);font-size:13px;text-transform:none}
.answer-page .quick dd{margin:auto 0 4px;color:var(--answer-white);font-family:var(--answer-serif);font-size:42px;line-height:1}
.answer-page .quick-item>span{color:#8f8f8a;font-size:13px}

.ask-band{padding:118px max(48px,calc((100% - 1280px)/2));background:var(--answer-white);color:var(--answer-ink);scroll-margin-top:78px}
.ask-intro{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(280px,420px);gap:42px;align-items:end;margin-bottom:46px}
.ask-intro>p:first-child{align-self:start;color:#696964;font-size:14px}
.ask-intro h2{max-width:750px;font-family:var(--answer-serif);font-size:66px;font-weight:400;line-height:1;letter-spacing:0;text-wrap:balance}
.ask-intro>p:last-child{color:#5e5e59;font-size:16px;line-height:1.55}
.ask-tool{min-height:560px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);border:1px solid var(--answer-ink);background:var(--answer-white)}
.query-options{padding:28px;display:flex;align-content:flex-start;gap:10px;flex-wrap:wrap;background:var(--answer-black);border-right:1px solid var(--answer-ink)}
.query-options button{height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:transparent;color:#aaa9a4;font:500 13px/1 var(--answer-sans);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.query-options button:hover{border-color:rgba(255,255,255,.52);color:#fff}
.query-options button[aria-pressed="true"]{background:var(--answer-white);border-color:var(--answer-white);color:var(--answer-ink)}
.query-display{position:relative;padding:52px clamp(34px,5vw,72px);display:flex;flex-direction:column;overflow:hidden}
.query-display::before{content:'';position:absolute;right:-1px;top:-1px;width:42%;aspect-ratio:1;border:1px solid var(--answer-line-dark);border-radius:50%;transform:translate(36%,-38%);pointer-events:none}
.query-signal{height:10px;position:relative;border-top:1px solid var(--answer-line-dark);overflow:visible}
.query-signal span{position:absolute;top:-4px;left:0;width:7px;height:7px;border-radius:50%;background:var(--answer-coral);animation:signal-run 5s linear infinite}
@keyframes signal-run{0%{left:0}50%{left:100%}100%{left:0}}
.query-label{display:flex;justify-content:space-between;margin-top:28px;color:#6b6b66;font-size:13px}
.query-question{max-width:760px;margin:44px 0 0;font-family:var(--answer-serif);font-size:52px;font-weight:400;line-height:1.04;text-wrap:balance;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease}
.query-answer{max-width:710px;margin:24px 0 0;color:#4f4f4b;font-size:18px;line-height:1.6;text-wrap:pretty;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease}
.query-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:auto;padding-top:38px;border-top:1px solid var(--answer-line-dark)}
.query-source{max-width:500px;color:#666661;font-size:12px;line-height:1.5}
.query-source a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.query-open{flex:0 0 auto;color:var(--answer-ink);font-size:14px;font-weight:600}
.query-open span{display:inline-block;margin-left:6px;transition:transform .2s ease}.query-open:hover span{transform:translateY(4px)}
.query-display.is-swapping .query-question,.query-display.is-swapping .query-answer{opacity:.25;transform:translateY(8px)}

.answer-page .answers{
  width:100%;
  max-width:none;
  padding:120px max(48px,calc((100% - 1280px)/2)) 130px;
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  column-gap:72px;
  background:var(--answer-white);
  color:var(--answer-ink);
}
.answer-rail{grid-column:1;grid-row:1 / span 10;align-self:start;position:sticky;top:112px;display:flex;flex-direction:column;border-top:1px solid var(--answer-line-dark)}
.answer-rail>p{padding:18px 0;color:#666661;font-size:12px}
.answer-rail a{min-height:42px;padding:10px 0;display:flex;gap:14px;align-items:center;color:#868681;font-size:13px;border-top:1px solid rgba(17,17,15,.07);transition:color .2s ease}
.answer-rail a span{width:24px;color:#aaa9a4;font-family:var(--answer-serif);font-size:14px}
.answer-rail a:hover,.answer-rail a.is-active{color:var(--answer-ink)}
.answer-rail a.is-active span{color:var(--answer-coral)}
.answer-page .answers-head{grid-column:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:44px;padding:0 0 70px;border-bottom:1px solid var(--answer-ink)}
.answer-page .section-kicker{margin:0 0 20px;color:#666661;font-family:var(--answer-sans);font-size:13px;text-transform:none}
.answer-page .answers-head h2{max-width:10ch;font-family:var(--answer-serif);font-size:68px;font-weight:400;line-height:.98;text-wrap:balance}
.answer-page .answers-intro{align-self:end;max-width:38ch;color:#5d5d59;font-size:16px;line-height:1.6}
.answer-page .answer{grid-column:2;min-height:52vh;padding:68px 0;display:grid;grid-template-columns:48px minmax(240px,.78fr) minmax(0,1.22fr);gap:34px;align-items:start;border-bottom:1px solid var(--answer-line-dark);scroll-margin-top:100px;position:relative}
.answer-page .answer::after{content:'';position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--answer-coral);transition:width .65s cubic-bezier(.22,1,.36,1)}
.answer-page .answer.is-active::after{width:100%}
.answer-page .index-no{padding-top:8px;color:#aaa9a4;font-family:var(--answer-serif);font-size:15px;text-transform:none}
.answer-page .answer h2{font-family:var(--answer-serif);font-size:42px;font-weight:400;line-height:1.08;text-wrap:balance}
.answer-page .answer-copy>p:first-child{max-width:650px;color:#343431;font-size:20px;line-height:1.62;text-wrap:pretty}
.answer-page .source{margin:26px 0 0;color:#666661;font-family:var(--answer-sans);font-size:12px;text-transform:none}
.answer-page .source a{color:var(--answer-ink);text-decoration:underline;text-underline-offset:4px}

.answer-page .evidence{padding:116px max(48px,calc((100% - 1280px)/2));background:var(--answer-black);color:var(--answer-white)}
.answer-page .evidence-grid{width:100%;max-width:1280px;display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:80px}
.answer-page .evidence h2{max-width:8ch;font-family:var(--answer-serif);font-size:66px;font-weight:400;line-height:1}
.answer-page .source-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--answer-line)}
.answer-page .source-link{min-height:156px;padding:26px 0;display:flex;flex-direction:column;justify-content:space-between;border-right:0;border-bottom:1px solid var(--answer-line);color:var(--answer-white);transition:background .2s ease,padding .25s cubic-bezier(.22,1,.36,1)}
.answer-page .source-link:nth-child(odd){border-right:1px solid var(--answer-line);padding-right:26px}
.answer-page .source-link:nth-child(even){padding-left:26px}
.answer-page .source-link span{color:#8d8d88;font-family:var(--answer-sans);font-size:12px;text-transform:none}
.answer-page .source-link strong{font-family:var(--answer-serif);font-size:28px;font-weight:400}
.answer-page .source-link:hover{padding-inline-start:14px;color:#fff}

.answer-page footer{width:min(1280px,calc(100% - 96px));padding:34px 0;display:flex;justify-content:space-between;gap:24px;color:#8d8d88;font-family:var(--answer-sans);font-size:12px;text-transform:none}
.answer-page footer span:last-child{display:flex;gap:10px}.answer-page footer i{font-style:normal;color:#444440}.answer-page footer a{color:#aaa9a5}

.hero-copy>*{animation:hero-rise .85s cubic-bezier(.22,1,.36,1) both}
.hero-copy h1{animation-delay:.05s}.hero-copy .lede{animation-delay:.1s}.hero-actions{animation-delay:.15s}.hero-copy .stamp{animation-delay:.2s}
@keyframes hero-rise{from{transform:translateY(20px);filter:blur(6px)}to{transform:none;filter:none}}

@media(max-width:1024px){
  .answer-page .shell{width:min(100% - 56px,1280px)}
  .answer-page .hero{padding-inline:48px}
  .hero-copy{padding-left:0;width:68%}
  .answer-page h1{font-size:72px}
  .answer-page .portrait{inset-inline-start:42%}
  .ask-band{padding:96px 48px}.ask-intro{grid-template-columns:130px minmax(0,1fr)}.ask-intro>p:last-child{grid-column:2}
  .answer-page .answers{width:100%;padding:96px 32px 110px;grid-template-columns:200px minmax(0,1fr);column-gap:44px}
}

@media(max-width:760px){
  .answer-page .topbar{width:100%;max-width:none;margin-inline:0;height:70px;padding:0 20px}.answer-page .brand>span:last-child{display:none}.brand-mark{width:38px;height:38px}.answer-page .nav{gap:14px}.answer-page .nav>a:not(.nav-action){display:none}.answer-page .nav-action{min-height:44px;padding:0 18px}
  .answer-page .hero{height:calc(100svh - 130px);min-height:600px;max-height:none;padding:40px 22px 42px;align-items:flex-end}
  .answer-page .hero::before{background-size:50% 100%,50% 100%}
  .hero-copy{width:100%;padding:0;z-index:4}
  .answer-page .eyebrow{margin-bottom:18px;font-size:12px;color:#c3c3be}
  .answer-page h1{font-size:56px;line-height:.96;max-width:8ch}
  .answer-page .lede{max-width:31ch;margin-top:20px;font-size:17px;line-height:1.5;color:#d0d0cb}
  .hero-actions{margin-top:26px;gap:18px;flex-wrap:wrap}.primary-action{min-height:50px;padding:0 22px}.text-action{font-size:14px}
  .answer-page .stamp{margin-top:24px;gap:10px;font-size:10px}.answer-page .stamp span+span::before{margin-right:10px}
  .answer-page .portrait{inset:0;opacity:.42;transform:none}.answer-page .portrait::before{background:linear-gradient(0deg,var(--answer-black) 0%,rgba(23,23,23,.68) 48%,rgba(23,23,23,.2) 100%),linear-gradient(90deg,rgba(23,23,23,.48),transparent)}.answer-page .portrait img{object-position:54% 10%}.answer-page .portrait figcaption{display:none}
  .answer-page .quick{grid-template-columns:1fr 1fr}.answer-page .quick-item{min-height:142px;padding:24px 22px}.answer-page .quick-item:nth-child(2){border-right:0}.answer-page .quick-item:nth-child(-n+2){border-bottom:1px solid var(--answer-line)}.answer-page .quick dd{font-size:30px}
  .ask-band{padding:76px 20px}.ask-intro{display:block;margin-bottom:30px}.ask-intro>p:first-child{margin-bottom:18px}.ask-intro h2{font-size:46px;line-height:1.03}.ask-intro>p:last-child{margin-top:20px}
  .ask-tool{min-height:0;grid-template-columns:1fr}.query-options{padding:18px;border-right:0;border-bottom:1px solid var(--answer-ink)}.query-options button{height:44px}.query-display{min-height:500px;padding:34px 24px}.query-question{margin-top:32px;font-size:38px}.query-answer{font-size:16px}.query-footer{align-items:flex-start;flex-direction:column;gap:18px}
  .answer-page .answers{width:100%;padding:84px 20px 96px;display:block}
  .answer-rail{position:sticky;top:70px;z-index:20;margin:0 -20px 54px;padding:10px 20px;display:flex;flex-direction:row;overflow-x:auto;background:rgba(244,244,241,.96);border-bottom:1px solid var(--answer-line-dark);scrollbar-width:none}.answer-rail::-webkit-scrollbar{display:none}.answer-rail>p{display:none}.answer-rail a{min-width:max-content;min-height:44px;padding:10px 12px;border:0}.answer-rail a span{width:auto}
  .answer-page .answers-head{display:block;padding-bottom:48px}.answer-page .answers-head h2{font-size:48px}.answer-page .answers-intro{margin-top:24px}
  .answer-page .answer{min-height:0;padding:56px 0;grid-template-columns:34px 1fr;gap:16px}.answer-page .answer h2{font-size:32px}.answer-page .answer-copy{grid-column:2}.answer-page .answer-copy>p:first-child{font-size:17px;line-height:1.62}
  .answer-page .evidence{padding:78px 20px}.answer-page .evidence-grid{display:block}.answer-page .evidence h2{font-size:48px}.answer-page .source-list{margin-top:48px;grid-template-columns:1fr}.answer-page .source-link:nth-child(odd),.answer-page .source-link:nth-child(even){min-height:126px;padding:22px 0;border-right:0}.answer-page .source-link:hover{padding-left:10px}
  .answer-page footer{width:calc(100% - 40px);padding:28px 0;flex-direction:column}.answer-page footer span:last-child{flex-wrap:wrap}
}

@media(max-width:380px){
  .answer-page h1{font-size:48px}
  .answer-page .quick{grid-template-columns:1fr}.answer-page .quick-item,.answer-page .quick-item:nth-child(2){min-height:118px;border-right:0;border-bottom:1px solid var(--answer-line)}.answer-page .quick-item:last-child{border-bottom:0}
  .query-question{font-size:34px}
  .answer-page .answer{grid-template-columns:1fr}.answer-page .answer-copy{grid-column:1}.answer-page .index-no{padding:0}.answer-page .answer h2{font-size:30px}
}

@media(max-height:500px) and (pointer:coarse){
  .answer-page .topbar{height:54px}
  .answer-page .hero{height:calc(100svh - 102px);min-height:248px;padding:16px 28px;align-items:center}
  .hero-copy{width:58%;max-width:500px}
  .answer-page .eyebrow,.answer-page .stamp{display:none}
  .answer-page h1{font-size:44px;line-height:.92}
  .answer-page .lede{max-width:38ch;margin-top:8px;font-size:13px;line-height:1.35}
  .hero-actions{margin-top:12px;gap:14px}.primary-action{min-height:44px;padding:0 18px;font-size:13px}.text-action{font-size:12px}
  .answer-page .portrait{inset:0 0 0 52%;opacity:.58}.answer-page .portrait::before{background:linear-gradient(90deg,var(--answer-black) 0%,rgba(23,23,23,.72) 26%,transparent 76%),linear-gradient(0deg,rgba(23,23,23,.5),transparent 45%)}.answer-page .portrait figcaption{display:none}
  .answer-page .quick{grid-template-columns:repeat(4,minmax(0,1fr))}.answer-page .quick-item,.answer-page .quick-item:nth-child(2){min-height:52px;padding:8px 14px;border-right:1px solid var(--answer-line);border-bottom:0}.answer-page .quick-item:last-child{border-right:0}.answer-page .quick dt,.answer-page .quick-item>span{display:none}.answer-page .quick dd{margin:auto 0;font-size:21px}
  .answer-page .answers{display:block;padding:64px 28px 84px}
  .answer-rail{position:sticky;top:54px;z-index:20;margin:0 -28px 46px;padding:8px 28px;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;background:rgba(244,244,241,.98);border-bottom:1px solid var(--answer-line-dark);scrollbar-width:none}
  .answer-rail::-webkit-scrollbar{display:none}.answer-rail>p{display:none}.answer-rail a{min-width:max-content;min-height:44px;padding:10px 12px;border:0}.answer-rail a span{width:auto}
}

@media(pointer:coarse){
  .query-options button{min-height:44px}
  .answer-rail a{min-height:44px}
  .text-action{min-height:44px;display:inline-flex;align-items:center}
}

@media(prefers-reduced-motion:reduce){
  .answer-page{scroll-behavior:auto}
  .hero-copy>*{animation:none}
  .answer-page .portrait{transform:none;transition:none}
  .query-signal span{animation:none;left:50%}
  .query-question,.query-answer,.answer-page .answer::after{transition:none}
}