:root{--ink:#121212;--accent:#f2c14e;--paper:#f4f0e6;--line:color-mix(in srgb,var(--ink),transparent 72%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Impact, 'Arial Narrow', Tahoma, sans-serif;line-height:1.75}a{color:inherit}img{display:block;width:100%;height:100%;object-fit:cover}.skip{position:absolute}.phf-top{min-height:84px;padding:18px clamp(22px,6vw,92px);display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:5}.phf-brand{font-size:clamp(20px,2.2vw,31px);font-weight:900;text-decoration:none;margin-left:auto}.phf-nav{display:flex;gap:22px;align-items:center}.phf-nav a{text-decoration:none;font:700 14px/1.2 Arial}.phf-menu{display:none;background:var(--accent);border:0;padding:10px 15px;font-weight:700}.phf-hero{min-height:610px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.phf-hero>div{padding:clamp(55px,9vw,145px) clamp(28px,7vw,115px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.phf-hero h1{font-size:clamp(46px,6.4vw,105px);line-height:.96;margin:20px 0 28px;letter-spacing:-2px}.phf-hero p{font:400 clamp(18px,1.5vw,24px)/1.8 Arial;max-width:650px}.phf-hero img{min-height:610px}.phf-eyebrow{font:700 13px/1.4 Arial;letter-spacing:1px;color:var(--accent)}.phf-cta{display:inline-block;background:var(--accent);padding:14px 22px;margin-top:18px;text-decoration:none;font:bold 15px Arial}.phf-rail,.phf-labels,.phf-status{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.phf-rail span,.phf-labels strong,.phf-status span{padding:24px clamp(20px,4vw,65px);border-left:1px solid var(--line);font:700 16px Arial}.phf-rail b{display:block;color:var(--accent);margin-bottom:8px}.phf-section{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px;border-bottom:1px solid var(--line)}.phf-section:nth-of-type(even){grid-template-columns:.95fr 1.05fr}.phf-section:nth-of-type(even) figure{order:-1}.phf-copy{padding:clamp(45px,7vw,110px);align-self:center}.phf-copy h2{font-size:clamp(32px,4vw,64px);line-height:1.08;margin:15px 0 30px}.phf-copy p{font:400 17px/1.95 Arial;margin:0 0 15px;max-width:720px}.phf-section figure{margin:0;min-height:560px;position:relative}.phf-section figcaption{position:absolute;bottom:18px;right:18px;background:var(--paper);padding:8px 13px;font:700 13px Arial}.phf-s4,.phf-s5{display:block;min-height:0}.phf-s4 .phf-copy,.phf-s5 .phf-copy{max-width:1180px;margin:auto}.phf-s5{background:var(--ink);color:var(--paper)}.phf-intro,.phf-note,.phf-quote{padding:55px clamp(28px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--accent)}.phf-intro h2,.phf-note h2,.phf-quote h2{font-size:44px;margin:0}.phf-sub{min-height:70vh}.phf-subhead,.phf-titleblock{padding:90px clamp(26px,8vw,130px);border-bottom:1px solid var(--line)}.phf-sub h1{font-size:clamp(52px,8vw,120px);line-height:1;margin:10px 0 25px}.phf-subhead p,.phf-titleblock p{font:20px/1.8 Arial;max-width:800px}.phf-media,.phf-subsplit,.phf-story,.phf-steps{display:grid;grid-template-columns:1fr 1fr;min-height:520px;border-bottom:1px solid var(--line)}.phf-media>div,.phf-subsplit>div,.phf-story>div,.phf-steps>*{padding:clamp(40px,6vw,90px);align-self:center}.phf-media h2,.phf-story h2,.phf-steps h2{font-size:38px;line-height:1.15}.phf-media p,.phf-story p,.phf-steps p,.phf-ledger p,.phf-details p,.phf-wide p{font:16px/1.9 Arial}.phf-details,.phf-ledger{display:grid;grid-template-columns:repeat(3,1fr);padding:70px clamp(24px,6vw,95px);gap:0}.phf-details article,.phf-details aside,.phf-ledger article{padding:30px;border:1px solid var(--line);margin-left:-1px}.phf-wide,.phf-action{padding:70px clamp(24px,8vw,130px);background:var(--ink);color:var(--paper)}.phf-story figure{margin:0;min-height:600px}.phf-steps form{display:grid;gap:12px;background:var(--accent)}.phf-steps label{font:bold 14px Arial}.phf-steps input,.phf-steps textarea{display:block;width:100%;margin-top:6px;padding:13px;border:1px solid var(--ink);background:var(--paper)}.phf-steps button{padding:14px;background:var(--ink);color:white;border:0}.phf-foot{padding:60px clamp(24px,7vw,110px);display:grid;grid-template-columns:2fr 1fr;gap:30px;background:var(--ink);color:var(--paper);font-family:Arial}.phf-foot>div:nth-child(2){display:flex;flex-direction:column;gap:8px}.phf-foot small{grid-column:1/-1;border-top:1px solid #ffffff33;padding-top:20px}.phf-consent{position:fixed;left:18px;bottom:18px;z-index:10;background:var(--paper);color:var(--ink);border:1px solid var(--ink);padding:12px 14px;max-width:360px;display:flex;gap:12px;align-items:center;font:13px/1.5 Arial;box-shadow:0 8px 30px #0002}.phf-consent button{background:var(--accent);border:0;padding:8px 12px;font-weight:bold}.phf-consent[hidden]{display:none}@media(max-width:820px){.phf-menu{display:block}.phf-nav{display:none;position:absolute;top:84px;right:0;left:0;background:var(--paper);padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.phf-nav.open{display:flex}.phf-hero,.phf-section,.phf-section:nth-of-type(even),.phf-media,.phf-subsplit,.phf-story,.phf-steps{grid-template-columns:1fr}.phf-hero{min-height:0}.phf-hero img{min-height:360px;max-height:480px}.phf-section figure{min-height:380px}.phf-section:nth-of-type(even) figure{order:0}.phf-rail,.phf-labels,.phf-status,.phf-details,.phf-ledger{grid-template-columns:1fr}.phf-copy{padding:55px 25px}.phf-foot{grid-template-columns:1fr}.phf-consent{right:12px;left:12px;bottom:12px;max-width:none}}.phf-tip{margin-top:24px;padding:18px 20px;border-right:4px solid var(--accent);background:color-mix(in srgb,var(--accent),transparent 88%)}.phf-tip strong{font:700 13px Arial;color:var(--accent)}.phf-tip p{margin:8px 0 0!important;font-size:15px!important}.phf-s3,.phf-s4,.phf-s5{display:block;min-height:0}.phf-s3 .phf-copy,.phf-s4 .phf-copy,.phf-s5 .phf-copy{max-width:1180px;margin:auto}.phf-top{background:var(--ink);color:var(--paper);border-bottom:8px solid var(--accent)}.phf-poster .phf-hero{display:flex;flex-direction:column;min-height:0}.phf-poster .phf-hero>div{background:var(--ink);color:var(--paper);min-height:540px;padding-top:80px;padding-bottom:80px}.phf-poster .phf-hero>img{min-height:380px;max-height:380px}.phf-poster .phf-hero h1{max-width:1100px}.phf-quote{background:var(--accent);color:var(--ink)}@media(max-width:820px){html,body{width:100%;max-width:100%;overflow-x:hidden}main,header,section{min-width:0;max-width:100%}.phf-top{flex-direction:row;padding:14px 16px;gap:12px}.phf-brand{font-size:20px;line-height:1.2;max-width:calc(100% - 86px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.phf-menu{flex:0 0 auto}.phf-hero,.phf-poster .phf-hero{display:grid;grid-template-columns:minmax(0,1fr);width:100%;min-height:0;padding:0;gap:0}.phf-hero>div,.phf-poster .phf-hero>div{position:static;width:100%;max-width:100%;min-width:0;min-height:0;padding:48px 22px;box-shadow:none;order:0;overflow:hidden}.phf-hero h1{width:100%;max-width:100%;font-size:38px;line-height:1.12;letter-spacing:0;overflow-wrap:anywhere;word-break:normal;white-space:normal}.phf-hero p{width:100%;max-width:100%;font-size:16px;overflow-wrap:anywhere}.phf-hero>img,.phf-poster .phf-hero>img{position:static;width:100%;min-height:340px;max-height:440px;margin:0;clip-path:none;border-radius:0}.phf-mast{padding:0}.phf-nav{width:auto;border-top:0;padding-top:20px;justify-content:flex-start}.phf-section{margin:0;border-radius:0}.phf-copy h2{font-size:34px}}