.home-bridge{padding:clamp(72px,10vw,120px) 0}.home-bridge__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px 32px;max-width:1320px;margin:0 auto;padding:0 clamp(32px,6vw,88px) clamp(36px,5vw,52px)}.home-bridge__head h2{margin:14px 0 0;font-size:clamp(34px,5vw,58px);font-weight:500;line-height:1.02;letter-spacing:-.04em;max-width:16ch}.home-bridge__cta{display:inline-flex;align-items:center;gap:6px;font:12px/1 DM Sans,sans-serif;letter-spacing:.02em;border-bottom:1px solid color-mix(in srgb,var(--ink) 35%,transparent);padding-bottom:3px;transition:color .2s ease,border-color .2s ease}.home-bridge__cta:hover{color:var(--orange);border-color:var(--orange)}.home-bridge--blog,.home-bridge__posts{border-top:1px solid var(--line)}.home-bridge__posts{max-width:1320px;margin:0 auto;padding:0 clamp(32px,6vw,88px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.home-bridge__post{display:flex;flex-direction:column;gap:10px;min-height:260px;padding:28px 26px 28px 0;border-right:1px solid var(--line);color:inherit}.home-bridge__post:not(:first-child){padding-left:26px}.home-bridge__post:last-child{border-right:0}.home-bridge__post h3{margin:0;font-size:clamp(24px,3vw,34px);font-weight:500;line-height:1.08;letter-spacing:-.03em;max-width:16ch;transition:color .2s ease}.home-bridge__post p{margin:0;color:var(--muted);font-size:15px;line-height:1.65;max-width:36ch}.home-bridge__continue{margin-top:auto;font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.5;transition:opacity .2s ease,color .2s ease}.home-bridge__post:focus-visible h3,.home-bridge__post:hover h3{color:var(--orange)}.home-bridge__post:focus-visible .home-bridge__continue,.home-bridge__post:hover .home-bridge__continue{opacity:1;color:var(--orange)}.home-bridge__post-skel{min-height:220px;margin:24px 12px;border-radius:2px;background:linear-gradient(90deg,#ebe6da,#f4f0e6 50%,#ebe6da);background-size:200% 100%;animation:home-bridge-shimmer 1.2s linear infinite}.home-bridge--gallery{background:color-mix(in srgb,var(--sage) 35%,var(--paper));border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.home-marquee{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.home-marquee__track{display:flex;gap:18px;width:max-content;padding:4px 0 12px}.home-marquee__track--moving{animation:home-marquee-scroll 38s linear infinite}@media (hover:hover) and (pointer:fine){.home-marquee:hover .home-marquee__track--moving{animation-play-state:paused}}.home-marquee__frame{position:relative;flex:0 0 auto;width:min(42vw,340px);aspect-ratio:4/3;overflow:hidden;border-radius:2px;background:#ddd6c8}.home-marquee__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.22,1,.36,1)}.home-marquee__frame:hover .home-marquee__img{transform:scale(1.04)}.home-marquee__skel{flex:0 0 auto;width:min(42vw,340px);aspect-ratio:4/3;background:linear-gradient(90deg,#d8d2c4,#e8e2d4 50%,#d8d2c4);background-size:200% 100%;animation:home-bridge-shimmer 1.2s linear infinite}.home-bridge--phil{border-top:1px solid var(--line);overflow:hidden}.home-phil-marquee{position:relative;width:100%;overflow:hidden;padding:10px 0 20px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.home-phil-marquee__track{display:flex;align-items:center;gap:clamp(20px,2.8vw,32px);width:max-content;padding:6px 8px 16px}.home-phil-marquee__track--moving{animation:home-marquee-scroll 44s linear infinite reverse}@media (hover:hover) and (pointer:fine){.home-phil-marquee:hover .home-phil-marquee__track--moving{animation-play-state:paused}}.home-phil__cell{--phil-rot:0deg;--phil-unrot:0deg;position:relative;flex:0 0 auto;width:220px;min-height:220px}.home-phil__cast{position:absolute;z-index:0;inset:10% 8% 2%;border-radius:12px;background:linear-gradient(180deg,transparent 0,rgba(40,28,12,.05) 40%,rgba(40,28,12,.14));transform:rotate(var(--phil-unrot,0deg));filter:blur(8px);pointer-events:none}.home-phil__note{--phil-unrot:0deg;--phil-base:#f3e27a;--phil-edge:#f8efb0;--phil-tape:#f7eb9a;--phil-shade:rgba(40,28,12,0.035);position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;width:100%;min-height:210px;padding:36px 18px 20px;overflow:hidden;border:1px solid var(--phil-edge);border-radius:12px;background:var(--phil-base);color:inherit;transform:rotate(var(--phil-rot));transition:transform .28s cubic-bezier(.22,1,.36,1)}.home-phil__note:before{top:0;left:0;right:0;height:24px;background:var(--phil-tape);border-bottom:1px solid color-mix(in srgb,var(--phil-edge) 55%,var(--phil-base));z-index:1}.home-phil__note:after,.home-phil__note:before{content:"";position:absolute;pointer-events:none}.home-phil__note:after{left:50%;top:50%;width:180%;height:180%;background:linear-gradient(to bottom,transparent 55%,var(--phil-shade) 55%);transform:translate(-50%,-50%) rotate(var(--phil-unrot));z-index:0}.home-phil__cell:focus-within .home-phil__note,.home-phil__cell:hover .home-phil__note{transform:rotate(var(--phil-rot)) translateY(-4px) scale(1.02);outline:none}.home-phil__cell:focus-within .home-phil__cast,.home-phil__cell:hover .home-phil__cast{transform:rotate(var(--phil-unrot,0deg)) translateY(-4px) scale(1.02);filter:blur(10px)}.home-phil__note.phil-note--yellow{--phil-base:#f3e27a;--phil-edge:#f8efb0;--phil-tape:#f7eb9a;--phil-shade:rgba(90,70,10,0.035);color:#2a2618}.home-phil__note.phil-note--mint{--phil-base:#cfe6c8;--phil-edge:#e3f1de;--phil-tape:#d7ebcf;--phil-shade:rgba(30,60,35,0.035);color:#1e3228}.home-phil__note.phil-note--blush{--phil-base:#f3cbb8;--phil-edge:#f9e2d6;--phil-tape:#f6d5c4;--phil-shade:rgba(90,40,25,0.035);color:#3a241c}.home-phil__note.phil-note--sky{--phil-base:#c5e0ec;--phil-edge:#dceef5;--phil-tape:#cee6f0;--phil-shade:rgba(25,50,70,0.035);color:#1c3040}.home-phil__note.phil-note--cream{--phil-base:#f3e6ce;--phil-edge:#f8f0de;--phil-tape:#f6ecd8;--phil-shade:rgba(70,55,25,0.035);color:#2c281c}.home-phil__tag,.home-phil__title{position:relative;z-index:1}.home-phil__tag{font-size:9px;letter-spacing:.14em;text-transform:uppercase;opacity:.55}.home-phil__title{font-size:clamp(17px,2vw,21px);font-weight:500;line-height:1.2;letter-spacing:-.02em}.home-phil__skel{flex:0 0 220px;min-height:210px;border-radius:12px;background:linear-gradient(90deg,#ebe6da,#f4f0e6 50%,#ebe6da);background-size:200% 100%;animation:home-bridge-shimmer 1.2s linear infinite}@keyframes home-bridge-shimmer{to{background-position:-200% 0}}@keyframes home-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.home-marquee__track--moving,.home-phil-marquee__track--moving{animation-duration:90s}}@media (max-width:900px){.home-bridge__posts{grid-template-columns:1fr}.home-bridge__post,.home-bridge__post:not(:first-child){padding:24px 0;border-right:0;border-bottom:1px solid var(--line);min-height:0}.home-bridge__post:last-child{border-bottom:0}.home-bridge__head,.home-bridge__posts{padding-left:24px;padding-right:24px}}