:root{--primary:#5B21B6;--secondary:#6D28D9;--accent:#7E22CE;--bg-main:#F7F5FA;--white:#ffffff;--text-main:#201A29;--text-muted:#655C70;--border:#D9D1E3;--on-primary:#ffffff;--on-secondary:#ffffff;--on-accent:#ffffff;--link:#6D28D9;--link-hover:#540fc0;--glass:rgba(255,255,255,.72);--container-width:1200px;--content-width:800px;--radius:24px;--transition:all .3s ease;--section-pad:clamp(4rem,8vw,7rem);--font-heading:'Unbounded',Georgia,serif;--font-body:'Manrope',Arial,sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{overflow-x:hidden;max-width:100%}body{font-family:var(--font-body);font-size:1.05rem;line-height:1.7;color:var(--text-main);background:var(--bg-main)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--text-main);word-break:break-word;overflow-wrap:anywhere}h1{font-size:clamp(1.9rem,6vw,3.6rem)}h2{font-size:clamp(1.5rem,4vw,2.4rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}p{margin:0}img{max-width:100%;height:auto;display:block}a{color:var(--link);text-decoration:none;transition:var(--transition)}a:hover{opacity:.85}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:3px solid var(--link);outline-offset:2px}.tff-Inner{max-width:var(--container-width);margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem);width:100%}.tff-Stage{display:block;min-height:40vh}.tff-PartTitleRow{margin-bottom:clamp(2rem,5vw,3.5rem)}.tff-BlockName{font-size:clamp(1.5rem,4vw,2.4rem);position:relative}.tff-Masthead{position:relative;background:var(--white);border-bottom:1px solid var(--border);transition:var(--transition)}.tff-Masthead.tff-Lifted{box-shadow:0 6px 24px rgba(0,0,0,.08)}.tff-CrownRow{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.1rem 0;position:relative}.tff-Emblem{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.3rem,3vw,1.7rem);color:var(--primary)}.tff-Spark{color:var(--secondary)}.tff-Way ul{justify-content:center}.tff-Burger{position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--primary)}@media(max-width:768px){.tff-CrownRow{flex-direction:row;justify-content:space-between}}.tff-Banner{background:var(--bg-main);padding-top:clamp(3rem,8vw,6rem);padding-bottom:clamp(2.5rem,6vw,4.5rem);text-align:center}.tff-IntroCopy{max-width:760px;margin:0 auto clamp(2.5rem,5vw,4rem)}.tff-LeadHead{color:var(--text-main);font-size:clamp(2.1rem,6vw,4rem);margin-bottom:1.1rem}.tff-ClaimNote{color:var(--text-muted);font-size:clamp(1.05rem,2vw,1.3rem);margin-bottom:2rem;margin-inline:auto;max-width:62ch}.tff-GoBtn{display:inline-block;background:var(--primary);color:var(--white);padding:1rem 2.6rem;border-radius:var(--radius);font-weight:700;font-size:1.05rem;transition:var(--transition)}.tff-GoBtn:hover{background:var(--secondary);transform:translateY(-3px);opacity:1}.tff-IntroVisual img{display:block;width:100%;height:auto;max-height:540px;object-fit:cover;border-radius:calc(var(--radius) + 4px);box-shadow:0 30px 70px rgba(0,0,0,.2)}.tff-IntroVisual:empty{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:calc(var(--radius) + 4px);min-height:320px}.tff-Merits{padding:var(--section-pad) 0;background:color-mix(in srgb,var(--primary) 4%,transparent)}.tff-Merits .tff-PartTitleRow{text-align:center}.tff-PerksRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}.tff-Pillar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.6rem;text-align:center;transition:var(--transition)}.tff-Pillar:hover{transform:translateY(-10px);box-shadow:0 18px 40px rgba(0,0,0,.1)}.tff-ValueIcon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:color-mix(in srgb,var(--secondary) 15%,transparent);color:var(--secondary);margin-bottom:1.25rem}.tff-ValueIcon svg{width:28px;height:28px}.tff-ValueHead{margin-bottom:.6rem;font-size:1.15rem}.tff-PillarText{color:var(--text-muted);font-size:.95rem}.tff-Signature{padding:clamp(3rem,7vw,5.5rem) 0;background:var(--primary)}.tff-FiguresRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,4vw,2.5rem);text-align:center}.tff-MetricCell{padding:.5rem}.tff-FigureValue{display:block;font-family:var(--font-heading);font-weight:800;font-size:clamp(2.2rem,5.5vw,3.6rem);line-height:1.1;color:var(--on-primary);margin-bottom:.4rem}.tff-MetricName{color:rgba(255,255,255,.82);font-size:.95rem}@media(max-width:768px){.tff-FiguresRow{grid-template-columns:repeat(2,minmax(0,1fr))}}.tff-JournalSet{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,2rem)}.tff-NoteCard{display:grid;grid-template-columns:280px 1fr;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);overflow:hidden;transition:var(--transition)}.tff-NoteCard:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateX(4px)}.tff-PhotoSlot{display:block}.tff-PhotoSlot img{display:block;width:100%;height:100%;object-fit:cover;min-height:200px}.tff-PhotoStub{background:linear-gradient(135deg,var(--primary),var(--secondary));min-height:200px;height:100%;display:block}.tff-TileText{padding:1.5rem;display:flex;flex-direction:column}.tff-TileText .tff-ReadingFacts{margin-bottom:.75rem;font-size:.88rem}.tff-TileText .tff-TopicChip{color:var(--link);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.tff-TileHead{font-size:1.28rem;margin-bottom:.65rem}.tff-TileHead a{color:var(--text-main)}.tff-TileHead a:hover{color:var(--link-hover);opacity:1}.tff-TileTeaser{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem;flex:1}.tff-OpenKey{color:var(--link);font-weight:600;font-size:.92rem;align-self:flex-start}.tff-OpenKey:hover{color:var(--link-hover);opacity:1}@media(max-width:768px){.tff-NoteCard{grid-template-columns:1fr}.tff-PhotoSlot img,.tff-PhotoStub{min-height:180px}}.tff-Sole{background:var(--bgMain);border-top:1px solid var(--border);padding:clamp(2.5rem,6vw,4.5rem) 0 0}.tff-FootRow{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);padding-bottom:clamp(2rem,4vw,3rem)}.tff-GroundBrand{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--primary);display:inline-block;margin-bottom:.85rem}.tff-GroundBrand .tff-Spark{color:var(--secondary)}.tff-FootAbout{font-size:.93rem;line-height:1.7;color:var(--text-muted);max-width:340px;margin-bottom:1.1rem}.tff-FootNets{display:flex;gap:.6rem}.tff-FootNets a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);color:var(--text-muted);transition:var(--transition)}.tff-FootNets a:hover{border-color:var(--primary);color:var(--primary);opacity:1}.tff-FootNets svg{width:16px;height:16px}.tff-FootWays ul{display:flex;flex-direction:column;gap:.5rem}.tff-FootWays a{color:var(--text-muted);font-size:.95rem}.tff-FootWays a:hover{color:var(--link-hover);opacity:1}.tff-GroundReach{margin-top:1.25rem}.tff-GroundReach p{margin-bottom:.4rem;font-size:.93rem;color:var(--text-muted)}.tff-GroundReach a{color:var(--text-main)}.tff-GroundReach a:hover{color:var(--link-hover);opacity:1}.tff-GroundBase{border-top:1px solid var(--border);padding:1.25rem 0;font-size:.83rem;color:var(--text-muted)}@media(max-width:768px){.tff-FootRow{grid-template-columns:1fr}.tff-FootAbout{max-width:none}}.tff-NoteCard,.tff-Pillar{box-shadow:0 6px 22px rgba(0,0,0,.06)}.tff-NoteCard:hover{box-shadow:0 24px 48px rgba(0,0,0,.13)}.tff-IntroVisual img{box-shadow:0 28px 64px rgba(0,0,0,.2)}.tff-Masthead{box-shadow:0 2px 14px rgba(0,0,0,.05)}.tff-Merits,.tff-Signature{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3E%3Cpath%20d='M0%2024L24%200'%20stroke='%23000'%20stroke-opacity='.045'%20stroke-width='1'/%3E%3C/svg%3E")}.tff-Signature{background-blend-mode:overlay}@media(min-width:1025px){.tff-PerksRow{grid-template-columns:1fr;max-width:760px;margin-inline:auto;gap:1.1rem}.tff-PerksRow .tff-Pillar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:1.4rem;text-align:left}.tff-PerksRow .tff-ValueIcon,.tff-PerksRow .tff-ValueNum{grid-row:1/span 2;margin-bottom:0}.tff-PerksRow .tff-ValueHead{margin-bottom:.35rem}}.tff-GoBtn,.tff-FindKey{border-radius:0;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}.tff-BlockName{text-transform:uppercase;letter-spacing:.14em;font-size:clamp(1.15rem,2.4vw,1.6rem)}.tff-NoteCard:hover{transform:none;box-shadow:0 0 0 3px var(--link),0 6px 24px rgba(0,0,0,.1)}.tff-Journal{padding:var(--section-pad) 0}.tff-InnerIntro{background:var(--primary);padding:calc(clamp(120px,14vh,160px)) 0 clamp(2.5rem,6vw,4rem)}.tff-InnerIntro .tff-InnerHeading{color:var(--white);font-size:clamp(1.6rem,5vw,2.8rem)}.tff-InnerIntro p{color:rgba(255,255,255,.75);margin-top:.6rem}.tff-PageFlow{padding:clamp(2.5rem,6vw,4.5rem) 0}.tff-Reading{max-width:var(--content-width);margin:0 auto}.tff-ReadingFacts{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:var(--text-muted);font-size:.9rem;margin-bottom:1.75rem}.tff-ReadingFacts a{color:var(--link)}.tff-ReadingFlow{font-size:1.15rem;line-height:1.8}.tff-ReadingFlow p{margin:0 0 1.4rem}.tff-ReadingFlow h2{margin:2.4rem 0 1rem}.tff-ReadingFlow h3{margin:2rem 0 .9rem}.tff-ReadingFlow ul,.tff-ReadingFlow ol{margin:0 0 1.4rem;padding-left:1.5rem}.tff-ReadingFlow ul{list-style:disc}.tff-ReadingFlow ol{list-style:decimal}.tff-ReadingFlow li{margin-bottom:.5rem}.tff-ReadingFlow img{border-radius:var(--radius);margin:1.5rem 0}.tff-ReadingFlow blockquote{border-left:4px solid var(--secondary);background:color-mix(in srgb,var(--secondary) 7%,transparent);padding:1.2rem 1.5rem;margin:0 0 1.4rem;border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.tff-ReadingFlow table{width:100%;border-collapse:collapse;margin:0 0 1.6rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.tff-ReadingFlow th{background:var(--primary);color:var(--white);text-align:left;padding:.8rem 1rem;font-family:var(--font-body);font-size:.95rem}.tff-ReadingFlow td{padding:.75rem 1rem;border-top:1px solid var(--border)}.tff-ReadingFlow tr:nth-child(even) td{background:color-mix(in srgb,var(--primary) 4%,transparent)}.tff-ReadingFlow a{text-decoration:underline;text-underline-offset:3px}.tff-ArticleChips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem}.tff-ArticleChips a{display:inline-block;padding:.3rem .85rem;border:1px solid var(--border);border-radius:50px;font-size:.85rem;color:var(--text-muted)}.tff-ArticleChips a:hover{border-color:var(--link-hover);color:var(--link-hover);opacity:1}.tff-ArticleTurn{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--border)}.tff-ArticleTurn a{display:inline-block;padding:.7rem 1.3rem;border-radius:var(--radius);background:var(--primary);color:var(--white);font-size:.92rem;max-width:48%}.tff-ArticleTurn a:hover{background:var(--secondary);opacity:1}.tff-Voices{max-width:var(--content-width);margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border)}.tff-Voices ol{list-style:none;padding:0}.tff-Voices li{margin-bottom:1.5rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}.tff-Voices input[type=text],.tff-Voices input[type=email],.tff-Voices input[type=url],.tff-Voices textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;font:inherit;background:var(--white)}.tff-Voices input[type=submit]{background:var(--primary);color:var(--white);padding:.75rem 1.6rem;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition)}.tff-Voices input[type=submit]:hover{background:var(--secondary)}.tff-Voices label{display:block;margin-bottom:.35rem;font-size:.92rem;color:var(--text-muted)}.tff-FindBar{display:flex;gap:.5rem;max-width:480px}.tff-FindSlot{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;background:var(--white);min-width:0}.tff-FindKey{background:var(--primary);color:var(--white);padding:.75rem 1.4rem;border-radius:var(--radius);transition:var(--transition);flex-shrink:0}.tff-FindKey:hover{background:var(--secondary)}.tff-GeoFrame{line-height:0}.tff-GeoFrame iframe{width:100%;min-height:320px;border:0}.tff-FixedChip{display:inline-block;background:var(--secondary);color:var(--white);font-size:.75rem;padding:.25rem .7rem;border-radius:50px;margin-bottom:.6rem;letter-spacing:.04em;text-transform:uppercase}.tff-LeafBar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:clamp(2rem,5vw,3rem)}.tff-LeafNote{width:100%;text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.tff-PageKey,.tff-PageJump{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .8rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-main);background:var(--white);font-size:.95rem;transition:var(--transition)}.tff-PageKey:hover,.tff-PageJump:hover{border-color:var(--primary);color:var(--primary);opacity:1}.tff-PageNow{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .8rem;border-radius:var(--radius);background:var(--primary);color:var(--white);border:1px solid var(--primary)}.tff-AppealZone{background:var(--primary);padding:clamp(3rem,7vw,5.5rem) 0}.tff-AppealWrap{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.tff-InviteClaim{color:var(--white);font-family:var(--font-heading);font-size:clamp(1.3rem,3vw,2rem);line-height:1.3;margin:0;max-width:36ch}.tff-InviteKey{display:inline-block;background:var(--secondary);color:var(--white);padding:1rem 2.2rem;border-radius:var(--radius);font-weight:700;white-space:nowrap;transition:var(--transition)}.tff-InviteKey:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.25);opacity:1}@media(max-width:768px){.tff-AppealWrap{flex-direction:column;text-align:center}}.tff-ContactCols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.tff-ContactDetails p{margin:0 0 .6rem;color:var(--text-main)}.tff-ContactDetails a{color:var(--link);text-decoration:none}.tff-ContactDetails a:hover{text-decoration:underline}.tff-ContactDetails .tff-FootNets{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.tff-ContactDetails .tff-FootNets a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);transition:var(--transition);text-decoration:none}.tff-ContactDetails .tff-FootNets a:hover{background:var(--primary);color:var(--on-primary);text-decoration:none}.tff-ContactDetails .tff-FootNets svg{width:20px;height:20px;flex-shrink:0}.tff-ReachMap{grid-column:1/-1;margin-top:.4rem;line-height:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.tff-ReachMap iframe{width:100%;min-height:280px;border:0}.tff-ConnectForm{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem);display:flex;flex-direction:column;gap:.9rem}.tff-ConnectField{display:flex;flex-direction:column;gap:.35rem}.tff-ConnectField span{font-size:.9rem;color:var(--text-muted)}.tff-ConnectField input,.tff-ConnectField textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;background:var(--white);color:var(--text-main)}.tff-ConnectField input:focus,.tff-ConnectField textarea:focus{outline:2px solid var(--primary);border-color:transparent}.tff-ConnectField textarea{resize:vertical;min-height:110px}.tff-ReachSend{align-self:flex-start;background:var(--primary);color:var(--on-primary);border:0;padding:.8rem 1.8rem;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:var(--transition)}.tff-ReachSend:hover{background:var(--secondary);color:var(--on-secondary)}.tff-ReachNote{padding:.8rem 1rem;border-radius:var(--radius);font-size:.95rem;margin:0}.tff-ReachNote.tg-cf-ok{background:color-mix(in srgb,#10b981 16%,transparent);color:#065f46;border:1px solid #10b981}.tff-ReachNote.tg-cf-err{background:color-mix(in srgb,#ef4444 14%,transparent);color:#991b1b;border:1px solid #ef4444}@media(max-width:768px){.tff-ContactCols{grid-template-columns:1fr}}.tff-PathNav{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.tff-PathNav a{color:var(--text-muted)}.tff-PathNav a:hover{color:var(--link-hover);opacity:1}.tff-PathNav [aria-current=page]{color:var(--text-main)}.tff-MoreReads{max-width:var(--content-width);margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border)}.tff-MoreLabel{font-size:1.3rem;margin-bottom:1.25rem}.tff-MoreSet{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.5rem)}.tff-KindredCell{min-width:0}.tff-KindredRef{display:block;color:var(--text-main);font-size:.95rem;line-height:1.4}.tff-KindredRef:hover{color:var(--link-hover);opacity:1}.tff-KindredCover{display:block;margin-bottom:.6rem;border-radius:var(--radius);overflow:hidden}.tff-KindredCover img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}@media(max-width:768px){.tff-MoreSet{grid-template-columns:repeat(2,minmax(0,1fr))}}.tff-InnerIntro{background:linear-gradient(135deg,var(--primary),var(--secondary));padding:calc(clamp(120px,15vh,170px)) 0 clamp(2.5rem,6vw,4rem);text-align:center;border-radius:0 0 calc(var(--radius) + 10px) calc(var(--radius) + 10px)}.tff-InnerIntro .tff-InnerHeading{color:var(--white);max-width:820px;margin:0 auto;font-size:clamp(1.8rem,5.5vw,3.2rem)}.tff-Reading{max-width:800px}.tff-Reading .tff-PhotoSlot img{display:block;width:100%;height:auto}.tff-ReadingFacts{justify-content:center}.tff-ReadingFlow{font-size:1.1rem;line-height:1.8}.tff-ContactCols{grid-template-columns:1.5fr 1fr}.tff-LinksBand{padding:clamp(1.5rem,3vw,2.5rem) 0;border-top:1px solid var(--border)}.tff-AlliesWrap{display:flex;align-items:flex-start;gap:clamp(1rem,2vw,2rem);flex-wrap:wrap}.tff-AlliesHead{margin:0;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;padding-top:.25rem}.tff-AlliesList{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 2rem}.tff-ResourceNode{margin:0;padding:0}.tff-AllyRef{font-size:.875rem;font-weight:600;color:var(--link);text-decoration:none;transition:color .15s ease}.tff-AllyRef:hover{color:var(--primary);opacity:1}.tff-PartnerBlurb{margin:.2rem 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.45;max-width:22ch}.tff-Way .tg-partner-nav-item>a{font-weight:inherit}.tff-PartnerBanners{margin-top:3rem;padding-top:2rem}.tff-PartnerBanners .tff-AlliesWrap{flex-direction:column;align-items:stretch}.tff-PartnerBanners .tff-AlliesList{gap:1.25rem;justify-content:center}.tff-PartnerBanners .tff-ResourceNode{flex:0 1 auto;max-width:100%}.tff-PartnerBanners .tff-AllyRef img{display:block;max-width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border)}.tff-PartnerBanners .tff-AllyRef:hover img{opacity:.92}.tff-Burger{display:none;flex-direction:column;justify-content:center;gap:6px;width:48px;height:48px;align-items:center;z-index:1102;flex-shrink:0}.tff-Burger span{display:block;width:26px;height:3px;background:currentColor;border-radius:2px;transition:var(--transition)}body.tff-ExpandedNav .tff-Burger span:nth-child(1){transform:translateY(9px) rotate(45deg)}body.tff-ExpandedNav .tff-Burger span:nth-child(2){opacity:0}body.tff-ExpandedNav .tff-Burger span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.tff-Way ul{display:flex;gap:clamp(.75rem,2vw,1.75rem);align-items:center;flex-wrap:wrap}.tff-Way a{display:inline-block;padding:.4rem .15rem;font-size:.98rem}.tff-Way a:hover{color:var(--link-hover);opacity:1}.tff-Way .current-menu-item>a,.tff-Way .current_page_item>a{color:var(--link)}.tff-Way ul ul{display:none}@media(max-width:768px){.tff-Way{display:none}.tff-Burger{display:flex}body.tff-ExpandedNav{overflow:hidden}body.tff-ExpandedNav .tff-Masthead{backdrop-filter:none;-webkit-backdrop-filter:none;transform:none}body.tff-ExpandedNav .tff-Way{display:flex;position:fixed;inset:0;background:var(--primary);z-index:1100;align-items:center;justify-content:center;overflow-y:auto;padding:4.5rem 1.25rem}body.tff-ExpandedNav .tff-Way ul{flex-direction:column;gap:1.25rem;text-align:center;margin:auto}body.tff-ExpandedNav .tff-Way a{color:var(--on-primary);font-size:1.5rem;padding:.5rem 1rem}body.tff-ExpandedNav .tff-Burger{position:fixed;top:18px;right:18px;color:var(--on-primary);transform:none;z-index:1102}}@media(max-width:1024px){.tff-PerksRow{grid-template-columns:repeat(2,minmax(0,1fr))}.tff-JournalSet{grid-template-columns:repeat(2,minmax(0,1fr))}.tff-FiguresRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.tff-PerksRow{grid-template-columns:1fr}.tff-JournalSet{grid-template-columns:1fr}.tff-FootRow{grid-template-columns:1fr}.tff-BannerGrid{grid-template-columns:1fr}.tff-ArticleTurn{flex-direction:column}.tff-ArticleTurn a{max-width:100%}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.tff-Banner{padding-top:clamp(140px,15vh,180px)}.tff-InnerIntro{padding-top:clamp(140px,15vh,180px)}.tff-NoteCard{display:flex;flex-direction:column;height:100%}.tff-NoteCard .tff-PhotoSlot{flex-shrink:0}.tff-NoteCard .tff-TileText{display:flex;flex-direction:column;flex:1 1 auto}.tff-NoteCard .tff-OpenKey{margin-top:auto;align-self:flex-start}.tff-Banner,.tff-Merits,.tff-Signature,.tff-Journal,.tff-Sole{isolation:isolate;position:relative}.tff-IntroCopy{position:relative;z-index:2}.tff-BannerPhoto{z-index:0}.tff-TintLayer{z-index:1}.tff-Emblem,.tff-GroundBrand{display:inline-flex;flex-wrap:wrap;align-items:baseline;word-break:break-word}.tff-TintLayer{position:absolute;inset:0;pointer-events:none}.tff-IntroCopy .tff-LeadHead,.tff-IntroCopy .tff-ClaimNote{text-shadow:0 1px 3px rgba(0,0,0,.25)}.tff-PhotoSlot{display:block;height:clamp(180px,25vw,300px);overflow:hidden}.tff-PhotoSlot img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.tff-NoteCard:hover .tff-PhotoSlot img{transform:scale(1.04)}iframe,video,embed,object{max-width:100%}.tff-ReadingFlow table{display:table;table-layout:auto}@media(max-width:768px){.tff-ReadingFlow table{display:block;overflow-x:auto;white-space:nowrap}}