.about-photo-block{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}.about-photo-wrapper{position:relative;display:inline-block;max-width:100%;isolation:isolate}.about-photo-img{display:block;max-width:100%;height:auto;user-select:none}.family-hotspot-layer{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}.person-hotspot{fill:#fff0;stroke:transparent;stroke-width:0;pointer-events:all;cursor:pointer}.person-hotspot:focus-visible{outline:none;stroke:#fffaf1f5;stroke-width:3;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px rgba(73,54,36,.7))}.person-hotspot.is-discovery-hint{vector-effect:non-scaling-stroke;animation:hotspot-discovery-hint 1.7s ease-in-out both}.speech-bubble{--paper:#f8f0e2;--paper-light:#fffaf1;--ink:#302820;--outline:rgba(126,106,84,.62);--tail-shift:0px;--mobile-shift:0px;--cloud-tilt:0deg;--float-x:0px;--float-y-above:-2.5px;--float-y-below:2.5px;--float-scale:1.01;--float-rotate:0deg;--float-duration:3.6s;--float-delay:.76s;position:absolute;z-index:4;top:60%;left:50%;box-sizing:border-box;width:clamp(205px,26vw,286px);min-height:clamp(84px,11vw,116px);max-width:calc(100% - 24px);display:flex;align-items:center;justify-content:center;padding:1.2rem 1.7rem 1.35rem;color:var(--ink);font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(.86rem,1.45vw,1.06rem);font-style:italic;font-weight:600;letter-spacing:.012em;line-height:1.28;text-align:center;text-wrap:balance;overflow:visible;overflow-wrap:anywhere;opacity:0;filter:blur(1.2px) drop-shadow(0 8px 11px rgba(35,25,16,.2));pointer-events:none;transform-origin:center bottom;transform:translate(-50%,calc(-100% - 15px)) translateY(8px) scale(.92) rotate(var(--cloud-tilt));transition:opacity .18s ease,filter .2s ease,transform .36s cubic-bezier(.2,.82,.2,1);will-change:opacity,filter,transform}.speech-bubble:before{content:"";position:absolute;inset:-10px -14px;z-index:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 140' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='p' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fffaf1'/%3E%3Cstop offset='1' stop-color='%23f1e5d3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M35 107C16 106 6 91 14 76C2 61 11 43 29 41C30 22 52 13 69 24C83 5 111 7 125 21C143 4 171 8 183 23C202 9 229 17 235 36C258 33 277 49 273 69C289 82 281 104 260 108C254 127 229 133 211 121C194 137 165 134 151 119C133 136 105 133 92 119C72 131 44 126 35 107Z' fill='url(%23p)' stroke='%239b8b78' stroke-opacity='.72' stroke-width='1.5'/%3E%3Cpath d='M38 104C20 103 11 90 18 77C7 63 16 47 32 45C34 28 53 20 69 30C83 12 109 14 124 27C141 11 168 14 181 29C199 16 224 23 230 41C251 38 268 52 265 70C279 82 272 100 254 104C248 121 227 126 211 115C193 130 167 127 152 113C134 130 108 127 94 113C74 125 47 121 38 104Z' fill='none' stroke='%23fff' stroke-opacity='.58' stroke-width='1.05'/%3E%3C/svg%3E") center/100% 100% no-repeat;pointer-events:none;transform:scale(var(--shape-x,1),var(--shape-y,1)) rotate(var(--shape-r,0deg))}.speech-bubble[data-cloud-variant=wide]{--shape-x:1.035;--shape-y:.985;--shape-r:-.2deg}.speech-bubble[data-cloud-variant=compact]{--shape-x:.975;--shape-y:1.035;--shape-r:.35deg}.speech-bubble[data-cloud-variant=soft-left]{--shape-x:1.01;--shape-y:1;--shape-r:-.55deg}.speech-bubble:after{content:"";position:absolute;z-index:1;left:calc(50% + var(--tail-shift) - var(--mobile-shift));bottom:-29px;width:54px;height:40px;transform:translate(-50%);opacity:0;background:radial-gradient(circle at 38px 7px,var(--paper-light) 0 6px,var(--outline) 6.4px 7.2px,transparent 7.7px),radial-gradient(circle at 22px 21px,var(--paper) 0 4.4px,var(--outline) 4.8px 5.5px,transparent 6px),radial-gradient(circle at 9px 33px,var(--paper) 0 3px,var(--outline) 3.4px 4px,transparent 4.5px);filter:drop-shadow(0 2px 2px rgba(35,25,16,.14));transition:opacity .18s ease .12s}.speech-bubble p{position:relative;z-index:2;margin:0;text-shadow:0 1px 0 rgba(255,255,255,.65)}.speech-bubble[data-placement=below]{transform-origin:center top;transform:translate(-50%,15px) translateY(-8px) scale(.92) rotate(var(--cloud-tilt))}.speech-bubble[data-placement=below]:after{top:-29px;bottom:auto;transform:translate(-50%) rotate(180deg)}.speech-bubble[data-visible="1"]{opacity:1;filter:blur(0) drop-shadow(0 10px 14px rgba(35,25,16,.22));transform:translate(-50%,calc(-100% - 15px)) translateY(0) scale(1) rotate(var(--cloud-tilt));animation:float-above var(--float-duration) ease-in-out var(--float-delay) 2}.speech-bubble[data-visible="1"]:after{opacity:1}.speech-bubble[data-visible="1"][data-placement=below]{transform:translate(-50%,15px) translateY(0) scale(1) rotate(var(--cloud-tilt));animation-name:float-below}.speech-bubble[data-motion=soft]{--float-duration:4s;--float-y-above:-2px;--float-y-below:2px}.speech-bubble[data-motion=chuckle]{--float-duration:3.05s;--float-x:1.4px;--float-y-above:-2.2px;--float-y-below:2.2px;--float-rotate:.2deg}.speech-bubble[data-motion=eager]{--float-duration:2.75s;--float-x:1px;--float-y-above:-4px;--float-y-below:4px;--float-scale:1.014;--float-rotate:.18deg}.speech-bubble[data-motion=drift]{--float-duration:4.8s;--float-x:-2px;--float-y-above:-2px;--float-y-below:2px;--float-rotate:-.18deg}.speech-bubble[data-motion=melody]{--float-duration:4.45s;--float-x:2px;--float-y-above:-3px;--float-y-below:3px;--float-rotate:.38deg}.speech-bubble[data-motion=languid]{--float-duration:5.35s;--float-x:1.5px;--float-y-above:-1.5px;--float-y-below:1.5px;--float-scale:1.007;--float-rotate:-.12deg}.speech-bubble[data-motion=dramatic]{--float-duration:3.65s;--float-x:-2px;--float-y-above:-3.5px;--float-y-below:3.5px;--float-scale:1.015;--float-rotate:-.3deg}.speech-bubble[data-motion=startled]{--float-duration:2.4s;--float-x:2px;--float-y-above:-4.5px;--float-y-below:4.5px;--float-scale:1.018;--float-rotate:.42deg}.speech-bubble[data-motion=hungry]{--float-duration:3.15s;--float-x:1.4px;--float-y-above:-3px;--float-y-below:3px;--float-scale:1.012}.speech-bubble[data-visible="1"][data-motion=focused]{animation:none}@keyframes float-above{50%{transform:translate(-50%,calc(-100% - 15px)) translate(var(--float-x),var(--float-y-above)) scale(var(--float-scale)) rotate(calc(var(--cloud-tilt) + var(--float-rotate)))}}@keyframes float-below{50%{transform:translate(-50%,15px) translate(var(--float-x),var(--float-y-below)) scale(var(--float-scale)) rotate(calc(var(--cloud-tilt) + var(--float-rotate)))}}@keyframes hotspot-discovery-hint{0%,to{stroke:transparent;stroke-width:0;filter:none}32%{stroke:#fffaf1e0;stroke-width:3.2;filter:drop-shadow(0 0 4px rgba(128,98,64,.52))}62%{stroke:#fffaf161;stroke-width:2;filter:drop-shadow(0 0 2px rgba(128,98,64,.28))}}.cloud-adornment{position:absolute;z-index:3;width:33%;height:auto;object-fit:contain;opacity:0;pointer-events:none;filter:drop-shadow(0 5px 8px rgba(35,25,16,.24));transform:translate(var(--sx,8px),var(--sy,6px)) rotate(var(--sr,12deg)) scale(.44)}.speech-bubble[data-has-adornment="1"] .cloud-adornment{animation:adornment-pop .56s cubic-bezier(.16,.92,.28,1.16) .5s both}@keyframes adornment-pop{0%{opacity:0;transform:translate(var(--sx,8px),var(--sy,6px)) rotate(var(--sr,12deg)) scale(.44)}68%{opacity:1;transform:translate(-2px,-1px) rotate(calc(var(--adornment-tilt)*-.32)) scale(1.06)}84%{opacity:1;transform:translate(1px) rotate(calc(var(--adornment-tilt)*.45)) scale(.985)}to{opacity:1;transform:translate(0) rotate(var(--adornment-tilt)) scale(1)}}.speech-bubble[data-corner=top-right] .cloud-adornment{top:-21%;right:-10%;transform-origin:bottom left;--sx:11px;--sy:10px;--sr:16deg}.speech-bubble[data-corner=top-left] .cloud-adornment{top:-14%;left:0;transform-origin:bottom right;--sx:-11px;--sy:10px;--sr:-16deg}.speech-bubble[data-corner=bottom-right] .cloud-adornment{right:-10%;bottom:-17%;transform-origin:top left;--sx:12px;--sy:11px;--sr:-12deg}.speech-bubble[data-corner=bottom-left] .cloud-adornment{left:-16%;bottom:-10%;transform-origin:top right;--sx:-12px;--sy:11px;--sr:12deg}.speech-bubble[data-size=grandfather] .cloud-adornment{width:36%}.speech-bubble[data-size=dad] .cloud-adornment{width:39%}.speech-bubble[data-size=older-brother] .cloud-adornment{width:46%}.speech-bubble[data-size=grandmother] .cloud-adornment{width:44%}.speech-bubble[data-size=uncle] .cloud-adornment{width:38%}.speech-bubble[data-size=dad] p{padding-left:1.55rem}.speech-bubble[data-size=older-brother] p{padding-right:2.2rem}@media (max-width:640px){.speech-bubble{width:min(172px,calc(100vw - 28px));min-height:70px;max-width:calc(100vw - 28px);padding:.95rem 1.15rem 1.05rem;font-size:.77rem}.speech-bubble:before{inset:-7px -9px}.speech-bubble:after{bottom:-26px;width:48px;height:36px}.speech-bubble[data-placement=below]:after{top:-26px}.speech-bubble[data-size=grandmother] .cloud-adornment{width:44%}.speech-bubble[data-size=uncle] .cloud-adornment{width:40%}.speech-bubble[data-size=grandfather] .cloud-adornment{width:38%}.speech-bubble[data-size=dad] .cloud-adornment{width:40%}.speech-bubble[data-size=older-brother] .cloud-adornment{width:46%}.speech-bubble[data-size=dad] p{padding-left:.8rem}.speech-bubble[data-size=older-brother] p{padding-right:1.1rem}}@media (max-width:360px){.speech-bubble{width:min(158px,calc(100vw - 24px));min-height:66px;padding:.85rem 1rem .95rem;font-size:.73rem;line-height:1.24}}@media (prefers-reduced-motion:reduce){.speech-bubble{transition:none}.speech-bubble[data-visible="1"]{animation:none}.speech-bubble[data-has-adornment="1"] .cloud-adornment{animation:adornment-fade .18s ease .12s both}.person-hotspot.is-discovery-hint{animation:none}}@keyframes adornment-fade{0%{opacity:0;transform:scale(.92) rotate(var(--adornment-tilt))}to{opacity:1;transform:scale(1) rotate(var(--adornment-tilt))}}.person-name-tag{--label-shift-x:0px;--label-shift-y:0px;position:absolute;z-index:6;min-width:max-content;max-width:160px;padding:.34rem .62rem;border:1px solid rgba(126,106,84,.46);border-radius:999px;background:linear-gradient(180deg,#fffaf1,#f2e6d5);color:#3a3027;box-shadow:0 5px 12px #2319102e,inset 0 1px #ffffffb8;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.72rem;font-weight:600;letter-spacing:.025em;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(calc(-50% + var(--label-shift-x)),calc(12px + var(--label-shift-y))) translateY(-2px) scale(.96);transform-origin:center top;transition:opacity .15s ease,transform .19s cubic-bezier(.2,.82,.2,1);filter:drop-shadow(0 1px 0 rgba(255,255,255,.52))}.person-name-tag:before{content:"";position:absolute;left:50%;top:-4px;width:7px;height:7px;background:#fff8ed;border-left:1px solid rgba(126,106,84,.4);border-top:1px solid rgba(126,106,84,.4);transform:translate(-50%) rotate(45deg)}.person-name-tag[data-visible="1"]{opacity:.97;transform:translate(calc(-50% + var(--label-shift-x)),calc(12px + var(--label-shift-y))) translateY(0) scale(1)}.speech-bubble[data-size=older-brother] .cloud-adornment{width:53%}.speech-bubble[data-size=older-brother] p{padding-right:2.55rem}.about-photo-roots-gallery-stage{position:relative;z-index:1;margin-top:1.45rem;padding-top:1.2rem;border-top:1px solid rgba(128,101,70,.24)}.about-photo-roots-gallery-stage-head{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin:0 .12rem .72rem}.about-photo-roots-gallery-stage-kicker{display:block;margin:0 0 .12rem;color:#9a6a3f;font:800 .52rem/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.1em;text-transform:uppercase}.about-photo-roots-gallery-stage-title{margin:0;color:#30231a;font-size:1.08rem;line-height:1.15}.about-photo-roots-gallery-stage-lead{margin:.22rem 0 0;color:#786653;font-size:.68rem;line-height:1.35}.about-photo-roots-gallery-stage-tabs{box-sizing:border-box;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,260px);flex:0 0 min(260px,44%);padding:4px;gap:4px;border:1px solid rgba(128,101,70,.28);border-radius:999px;background:#ede1cfb8;box-shadow:inset 0 1px 3px #432f1c14}.about-photo-roots-gallery-stage-tab{box-sizing:border-box;appearance:none;min-width:0;padding:.58rem .7rem;border:1px solid transparent;border-radius:999px;background:transparent;color:#715b47;font:800 .72rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.about-photo-roots-gallery-stage-tab[aria-selected=true]{border-color:#8b5e3557;background:#fffaf2;color:#3d2e22;box-shadow:0 2px 7px #3d2b1b1f,inset 0 1px #ffffffe6}.about-photo-roots-gallery-stage-tab:focus-visible{outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-roots-gallery-stage>.about-photo-roots-gallery{margin-top:0}.about-photo-roots-gallery-stage>.about-photo-roots-gallery[hidden]{display:none!important}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-head{align-items:center;justify-content:flex-end;margin:0 .08rem .45rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-head>div:first-child{display:none}@media (min-width:769px){.about-photo-roots-branch .about-photo-where-step:not(:last-child):after{content:"›";top:50%;right:-.5rem;width:auto;height:auto;display:block;transform:translateY(-50%);border:0;border-radius:0;background:transparent;color:#9b643894;box-shadow:none;font:700 1.12rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}}.about-photo-where[data-branch-touch-guard="1"] .about-photo-map-frame{pointer-events:none!important}@media (max-width:640px){.speech-bubble[data-size=older-brother] .cloud-adornment{width:53%}.speech-bubble[data-size=older-brother] p{padding-right:1.35rem}}@media (hover:none),(pointer:coarse){.person-name-tag{display:none}}@media (max-width:768px){.about-photo-roots-gallery-stage{box-sizing:border-box;width:100%;margin-top:1.15rem;padding-top:1rem}.about-photo-roots-gallery-stage-head{display:block;margin:0 .2rem .62rem;text-align:center}.about-photo-roots-gallery-stage-title{font-size:1rem}.about-photo-roots-gallery-stage-lead{max-width:28rem;margin:.22rem auto 0;font-size:.65rem}.about-photo-roots-gallery-stage-tabs{display:none}.about-photo-roots-gallery-stage>.about-photo-roots-gallery{box-sizing:border-box;width:100%;margin-top:0;padding:.55rem;border-radius:14px}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-head{min-height:32px;justify-content:center;margin:0 0 .38rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-toggle{min-height:32px;padding:.36rem .62rem;font-size:.6rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-viewport{width:100%;min-height:0;aspect-ratio:4 / 3;border-radius:11px}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-track,.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-slide{height:100%;min-height:0}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-slide{padding:.72rem 2.8rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-caption{box-sizing:border-box;width:100%;max-width:100%;padding:.52rem .6rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-caption strong{font-size:.72rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-caption span{font-size:.59rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-arrow{width:36px;height:36px;font-size:1.05rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-arrow[data-gallery-prev]{left:.42rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-arrow[data-gallery-next]{right:.42rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-foot{flex-direction:column;justify-content:center;gap:.42rem;margin:.52rem 0 .04rem;text-align:center}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-dots{order:-1;justify-content:center}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-status{line-height:1.25}.about-photo-roots-branch:not([hidden]) .about-photo-map-frame{animation:about-roots-mobile-map-arm .9s steps(1,end) both}}@media (max-width:420px){.about-photo-roots-gallery-stage>.about-photo-roots-gallery{padding:.48rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-slide{padding:.62rem 2.55rem}.about-photo-roots-gallery-stage>.about-photo-roots-gallery .about-photo-roots-gallery-arrow{width:34px;height:34px}}@keyframes about-roots-mobile-map-arm{0%,99%{pointer-events:none}to{pointer-events:auto}}@media (prefers-reduced-motion:reduce){.person-name-tag,.about-photo-roots-gallery-stage-tab{transition:none}}.speech-bubble[data-size=mom] .cloud-adornment{width:42%}.speech-bubble[data-size=little-cousin] .cloud-adornment{width:48%}.speech-bubble[data-size=little-brother] .cloud-adornment{width:54%}.speech-bubble[data-size=aunt] .cloud-adornment{width:48%}.speech-bubble[data-size=grandmother] .cloud-adornment{width:64%}.speech-bubble[data-size=uncle] .cloud-adornment{width:46%}.speech-bubble[data-size=grandfather] .cloud-adornment{width:40%}.speech-bubble[data-size=older-brother] .cloud-adornment{width:61%}.speech-bubble[data-size=mom] p{padding-right:1.2rem}.speech-bubble[data-size=little-cousin] p{padding-right:1.7rem}.speech-bubble[data-size=little-brother] p{width:100%;box-sizing:border-box;text-align:left;padding-left:.15rem;padding-right:3.1rem;white-space:pre-line}.speech-bubble[data-size=aunt] p{padding-left:1.65rem}.speech-bubble[data-size=grandmother] p{padding-right:2.65rem}.speech-bubble[data-size=uncle] p{padding-right:1.65rem}.speech-bubble[data-size=older-brother] p{padding-right:3.1rem}.speech-bubble[data-size=dad] p{white-space:pre-line;overflow-wrap:normal;word-break:keep-all;hyphens:none}.speech-bubble[data-size=aunt][data-corner=bottom-left] .cloud-adornment{left:-27%;bottom:-13%}.speech-bubble[data-size=little-brother][data-corner=top-right] .cloud-adornment{top:-23%;right:-8%}.speech-bubble[data-size=mom][data-corner=top-right] .cloud-adornment{top:-21%;right:-8%}.speech-bubble[data-size=grandmother][data-corner=top-right] .cloud-adornment{right:-16%}.about-photo-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.about-photo-footer{box-sizing:border-box;width:100%;max-width:985px;display:flex;align-items:center;justify-content:space-between;gap:.65rem 1rem;margin:.55rem auto 0;padding:0 .2rem;color:#6b5a48;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif}.about-photo-caption{color:#000;font-size:.9rem;font-style:italic;font-weight:700;letter-spacing:.012em;line-height:1.35}.about-photo-actions{display:flex;align-items:center;justify-content:center;gap:.45rem;flex:0 0 auto}.about-photo-action{appearance:none;border:1px solid rgba(126,106,84,.38);border-radius:999px;background:linear-gradient(180deg,#fffaf1fa,#f2e6d5f5);color:#43372c;box-shadow:0 3px 9px #2319101a,inset 0 1px #ffffffb3;min-height:34px;padding:.38rem .72rem;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.72rem;font-weight:600;letter-spacing:.018em;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.about-photo-action:hover{transform:translateY(-1px);border-color:#7e6a548f;box-shadow:0 5px 12px #23191024,inset 0 1px #ffffffbf}.about-photo-action:active{transform:translateY(0) scale(.985)}.about-photo-action:focus-visible{outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-action[aria-pressed=true]{background:linear-gradient(180deg,#f3e5ce,#e7d4b8);border-color:#70583d9e;box-shadow:0 2px 7px #2319101f,inset 0 1px 2px #60472c14}.whos-who-layer{position:absolute;inset:0;z-index:3;overflow:visible;pointer-events:none}.whos-who-label{position:absolute;max-width:110px;padding:.3rem .62rem;border:1px solid rgba(120,89,53,.62);border-radius:4px;background:linear-gradient(90deg,rgba(161,117,62,.12),transparent 15%,transparent 85%,rgba(161,117,62,.12)),linear-gradient(180deg,#fff8e9,#f0dab6 54%,#faecd2);color:#2e251d;box-shadow:0 4px 10px #2319102e,inset 0 1px #ffffffc7,inset 0 -1px #7d583114;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.68rem;font-weight:700;letter-spacing:.018em;line-height:1;white-space:nowrap;opacity:0;transform:translate(-50%,-50%) translateY(3px) scale(.94);transition:opacity .17s ease,transform .22s cubic-bezier(.2,.82,.2,1)}.whos-who-label:before,.whos-who-label:after{content:"";position:absolute;top:50%;width:8px;height:calc(100% + 8px);transform:translateY(-50%);background:linear-gradient(90deg,#b88f59,#e2c393 28%,#fff0cf 58%,#b1834e);border:1px solid rgba(112,79,42,.62);box-shadow:0 2px 4px #2f1f102e,inset 1px 0 #ffffff61}.whos-who-label:before{left:-7px;border-radius:7px 3px 3px 7px}.whos-who-label:after{right:-7px;border-radius:3px 7px 7px 3px;transform:translateY(-50%) scaleX(-1)}.whos-who-layer[data-visible="1"] .whos-who-label{opacity:.98;transform:translate(-50%,-50%) translateY(0) scale(1)}.about-photo-mobile-hint{display:none}@media (max-width:640px){.about-photo-block{flex-direction:column;align-items:center}.about-photo-wrapper{order:1}.about-photo-footer{order:2;flex-direction:column;justify-content:center;gap:.48rem;margin-top:.58rem;padding:0 .55rem;text-align:center}.about-photo-mobile-hint{order:3}.speech-bubble[data-size=mom] .cloud-adornment{width:42%}.speech-bubble[data-size=little-cousin] .cloud-adornment{width:46%}.speech-bubble[data-size=little-brother] .cloud-adornment{width:58%}.speech-bubble[data-size=aunt] .cloud-adornment{width:45%}.speech-bubble[data-size=grandmother] .cloud-adornment{width:64%}.speech-bubble[data-size=uncle] .cloud-adornment{width:48%}.speech-bubble[data-size=grandfather] .cloud-adornment{width:42%}.speech-bubble[data-size=older-brother] .cloud-adornment{width:61%}.speech-bubble[data-size=mom] p{padding-right:.65rem}.speech-bubble[data-size=little-cousin] p{padding-right:.9rem}.speech-bubble[data-size=little-brother] p{width:100%;box-sizing:border-box;text-align:left;padding-left:.1rem;padding-right:2.7rem;white-space:pre-line}.speech-bubble[data-size=aunt] p{padding-left:.85rem}.speech-bubble[data-size=grandmother] p{padding-right:1.6rem}.speech-bubble[data-size=uncle] p{padding-right:1rem}.speech-bubble[data-size=older-brother] p{padding-right:1.7rem}.speech-bubble[data-size=aunt][data-corner=bottom-left] .cloud-adornment{left:-22%;bottom:-10%}.speech-bubble[data-size=grandmother][data-corner=top-right] .cloud-adornment{right:-14%}.speech-bubble[data-size=dad]{width:min(260px,calc(100vw - 16px));max-width:calc(100vw - 16px)}.speech-bubble[data-size=dad] p{padding-left:.45rem;padding-right:.2rem;white-space:pre-line;overflow-wrap:normal;word-break:keep-all;hyphens:none}.about-photo-caption{font-size:.8rem;font-weight:700;line-height:1.38}.about-photo-actions{width:100%;gap:.4rem}.about-photo-action{min-height:38px;padding:.42rem .68rem;font-size:.7rem}.whos-who-label{max-width:80px;padding:.22rem .4rem;border-radius:3px;font-size:.54rem;letter-spacing:0}.whos-who-label:before,.whos-who-label:after{width:6px;height:calc(100% + 6px)}.whos-who-label:before{left:-5px}.whos-who-label:after{right:-5px}}@media (hover:none) and (pointer:coarse){.about-photo-mobile-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:min(92vw,390px);margin:.72rem auto 0;padding:.56rem .86rem;border:1px solid rgba(151,128,100,.38);border-radius:999px;background:#fffaf1f2;color:#4b3d30;box-shadow:0 4px 12px #372a1b1a;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.78rem;font-weight:600;line-height:1.22;text-align:center}.about-photo-mobile-hint-icon{flex:0 0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:700;line-height:1}.about-photo-mobile-hint[data-nudge="1"]{animation:about-mobile-hint-nudge .54s ease}.speech-bubble[data-size=dad]{width:min(286px,calc(100vw - 20px));max-width:calc(100vw - 20px)}.speech-bubble[data-size=dad] p{white-space:pre-line;overflow-wrap:normal;word-break:keep-all;hyphens:none}.about-photo-action{min-height:44px;padding:.5rem .78rem;font-size:.73rem}}@media (hover:none) and (pointer:coarse) and (orientation:landscape){.about-photo-block{width:100vw;max-width:none;margin-left:calc(50% - 50vw);padding:0;flex-direction:column;align-items:center;justify-content:center}.about-photo-wrapper{width:100vw;max-width:none;flex:0 0 auto}.about-photo-img{width:100%;max-width:none;height:auto}.about-photo-mobile-hint{display:none}.about-photo-footer{width:96vw;max-width:none;margin-top:.42rem;flex-direction:row;justify-content:space-between;text-align:left}.about-photo-caption{font-size:.76rem;font-weight:700;line-height:1.3}.about-photo-actions{width:auto}.about-photo-action{min-height:38px;padding:.38rem .7rem;font-size:.68rem}.whos-who-label{max-width:110px;padding:.26rem .5rem;font-size:.64rem}.whos-who-label:before,.whos-who-label:after{width:8px;height:calc(100% + 8px)}.whos-who-label:before{left:-7px}.whos-who-label:after{right:-7px}}@keyframes about-mobile-hint-nudge{0%,to{transform:translateY(0) scale(1)}35%{transform:translateY(-2px) scale(1.025)}70%{transform:translateY(1px) scale(.995)}}@media (prefers-reduced-motion:reduce){.about-photo-mobile-hint[data-nudge="1"]{animation:none}.about-photo-action,.whos-who-label{transition:none}}.about-photo-random-progress{display:inline-flex;align-items:center;justify-content:center;min-width:3.05em;margin-left:.28rem;padding:.13rem .34rem;border:1px solid rgba(117,91,62,.28);border-radius:999px;background:#ffffff75;color:#5a4735;font-size:.64rem;font-weight:700;font-style:normal;font-variant-numeric:tabular-nums;letter-spacing:.015em;line-height:1;box-shadow:inset 0 1px #ffffff8c;transform-origin:center}.about-photo-action[data-round-complete="1"]{animation:about-random-round-complete .72s ease both}.about-photo-action[data-round-complete="1"] .about-photo-random-progress{animation:about-random-progress-pop .62s cubic-bezier(.2,.82,.2,1) both}.whos-who-label{transition:opacity .19s ease,transform .25s cubic-bezier(.2,.82,.2,1),filter .18s ease,box-shadow .18s ease;transition-delay:0ms}.whos-who-layer[data-visible="1"] .whos-who-label[data-unfurl="0"]{opacity:0;transform:translate(-50%,-50%) scaleX(.62) scaleY(.9);filter:saturate(.82) blur(.25px)}.whos-who-layer[data-visible="1"] .whos-who-label[data-unfurl="1"]{opacity:.98;transform:translate(-50%,-50%) translateY(0) scale(1);transition-delay:var(--who-delay,0ms)}.whos-who-layer[data-visible="1"][data-has-active="1"] .whos-who-label[data-unfurl="1"]{opacity:.56;filter:saturate(.72);transform:translate(-50%,-50%) scale(.96)}.whos-who-layer[data-visible="1"][data-has-active="1"] .whos-who-label.is-active[data-unfurl="1"]{z-index:2;opacity:1;filter:none;transform:translate(-50%,-50%) scale(1.08);box-shadow:0 6px 15px #23191040,0 0 0 2px #fff6dcc2,inset 0 1px #ffffffd1}.about-photo-img{transition:filter .34s ease}.about-photo-wrapper[data-whos-who="1"] .about-photo-img{filter:brightness(.88) contrast(1.025)}.portrait-spotlight-layer{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:12px;pointer-events:none}.portrait-spotlight{position:absolute;left:0;top:0;width:120px;height:180px;border-radius:50%;opacity:0;pointer-events:none;background:radial-gradient(ellipse at center,#fffce285,#fff2bb52 30%,#ffe29724 56%,#ffdc8c00 78%);box-shadow:0 0 24px #ffe7ab1f;filter:blur(7px);mix-blend-mode:screen;transform:translate(-50%,-50%) scale(.88);transform-origin:center;transition:opacity .3s ease,transform .36s cubic-bezier(.2,.82,.2,1),filter .22s ease;transition-delay:0ms;will-change:opacity,transform}.about-photo-wrapper[data-whos-who="1"] .portrait-spotlight[data-visible="1"]{opacity:.62;transform:translate(-50%,-50%) scale(1);transition-delay:var(--spot-delay,0ms)}.portrait-spotlight-layer[data-has-active="1"] .portrait-spotlight[data-visible="1"]{opacity:.34;filter:blur(8px)}.portrait-spotlight-layer[data-has-active="1"] .portrait-spotlight[data-visible="1"].is-active{z-index:2;opacity:.94;filter:blur(6px);transform:translate(-50%,-50%) scale(1.07)}.portrait-spotlight.is-random-pulse{z-index:3;animation:about-random-spotlight .76s cubic-bezier(.2,.82,.2,1) both}.about-photo-wrapper[data-whos-who="1"]:not(:has(.portrait-spotlight-layer)) .person-hotspot{fill:#fff4c213;stroke:#fff5d729;stroke-width:1;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 8px rgba(255,231,174,.38));transition:fill .26s ease,stroke .26s ease,filter .3s ease}@keyframes about-random-round-complete{0%,to{box-shadow:0 3px 9px #2319101a,inset 0 1px #ffffffb3}45%{box-shadow:0 6px 16px #5e45283b,0 0 0 3px #ddc29733,inset 0 1px #fffc}}@keyframes about-random-progress-pop{0%,to{transform:scale(1)}48%{transform:scale(1.13)}}@keyframes about-random-spotlight{0%{opacity:0;transform:translate(-50%,-50%) scale(.78);filter:blur(10px)}30%{opacity:1;transform:translate(-50%,-50%) scale(1.08);filter:blur(5px)}68%{opacity:.78;transform:translate(-50%,-50%) scale(1.03);filter:blur(6px)}to{opacity:0;transform:translate(-50%,-50%) scale(1);filter:blur(8px)}}@media (max-width:640px){.about-photo-random-progress{margin-left:.22rem;padding:.12rem .3rem;font-size:.61rem}.whos-who-layer[data-visible="1"][data-has-active="1"] .whos-who-label.is-active[data-unfurl="1"]{transform:translate(-50%,-50%) scale(1.06)}.portrait-spotlight{filter:blur(5px)}.portrait-spotlight-layer[data-has-active="1"] .portrait-spotlight[data-visible="1"]{filter:blur(6px)}}@media (hover:none),(pointer:coarse){.portrait-spotlight-layer{display:none!important}.about-photo-wrapper[data-whos-who="1"] .about-photo-img{filter:none}.about-photo-wrapper[data-whos-who="1"]:not(:has(.portrait-spotlight-layer)) .person-hotspot{fill:#fff0;stroke:transparent;stroke-width:0;filter:none;transition:none}}@media (prefers-reduced-motion:reduce){.about-photo-action[data-round-complete="1"],.about-photo-action[data-round-complete="1"] .about-photo-random-progress{animation:none}.whos-who-label{transition:none;transition-delay:0ms!important}.whos-who-layer[data-visible="1"] .whos-who-label[data-unfurl="0"],.whos-who-layer[data-visible="1"] .whos-who-label[data-unfurl="1"]{opacity:.98;filter:none;transform:translate(-50%,-50%) translateY(0) scale(1)}.whos-who-layer[data-visible="1"][data-has-active="1"] .whos-who-label[data-unfurl="1"]{opacity:.56}.whos-who-layer[data-visible="1"][data-has-active="1"] .whos-who-label.is-active[data-unfurl="1"]{opacity:1;transform:translate(-50%,-50%) scale(1.04)}.about-photo-img,.portrait-spotlight{transition:none!important;transition-delay:0ms!important}.portrait-spotlight.is-random-pulse{animation:none;opacity:.86}}.about-photo-feature{width:100%;max-width:1280px;margin:0 auto}.about-photo-action[data-where-toggle][aria-expanded=true]{background:linear-gradient(180deg,#f3e5ce,#e7d4b8);border-color:#70583d9e;box-shadow:0 2px 7px #2319101f,inset 0 1px 2px #60472c14}.about-photo-where[hidden]{display:none!important}.about-photo-where{box-sizing:border-box;width:min(1180px,calc(100% - 1rem));margin:1rem auto .25rem;padding:1.05rem 1.05rem 1.15rem;position:relative;overflow:hidden;text-align:left;color:#2f271f;border:1px solid rgba(128,101,70,.28);border-radius:18px;background:radial-gradient(circle at 11% 0%,rgba(255,255,255,.82),transparent 28%),linear-gradient(180deg,#fffcf6fa,#f4eadbf7);box-shadow:0 12px 32px #3727181f,inset 0 1px #ffffffd1;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;animation:about-where-reveal .3s cubic-bezier(.2,.82,.2,1) both}.about-photo-where:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(113,86,56,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(113,86,56,.045) 1px,transparent 1px);background-size:24px 24px}.about-photo-where-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.1rem .15rem .15rem}.about-photo-where-kicker{display:block;margin:0 0 .2rem;color:#8a5d32;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.about-photo-where-title{margin:0;color:#241d17;font-size:clamp(1.1rem,1rem + .5vw,1.48rem);line-height:1.12}.about-photo-where-subtitle{margin:.28rem 0 0;color:#695949;font-size:.82rem;line-height:1.35}.about-photo-where-close{appearance:none;flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(126,106,84,.36);border-radius:999px;background:#fffaf1c7;color:#514235;font:700 1.05rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.about-photo-where-close:hover{transform:translateY(-1px);background:#fffaf1;border-color:#7e6a5494}.about-photo-where-close:focus-visible{outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-where-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.72rem;list-style:none;margin:.9rem 0 0;padding:0}.about-photo-where-step{position:relative;min-width:0}.about-photo-where-step:not(:last-child):after{content:"→";position:absolute;z-index:4;top:50%;right:-.57rem;width:20px;height:20px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(128,101,70,.24);border-radius:999px;background:#fbf3e7;color:#9b6438;box-shadow:0 2px 6px #36271917;font:700 .74rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about-photo-where-card{box-sizing:border-box;height:100%;min-height:245px;padding:.7rem;border:1px solid rgba(128,101,70,.24);border-radius:13px;background:#fffcf7d1;box-shadow:0 5px 14px #37271813,inset 0 1px #fffc}.about-photo-where-card-head{display:flex;align-items:flex-start;gap:.52rem;margin-bottom:.58rem}.about-photo-where-number{flex:0 0 auto;width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:#9b6438;color:#fffaf2;font:800 .62rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 2px 5px #4e311929}.about-photo-where-level{display:block;color:#917054;font:800 .56rem/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.085em;text-transform:uppercase}.about-photo-where-name{display:block;margin-top:.13rem;color:#30261d;font-size:.86rem;font-weight:800;line-height:1.15}.about-photo-where-visual{position:relative;min-height:145px;overflow:hidden;border:1px dashed rgba(127,103,76,.46);border-radius:10px;background:radial-gradient(circle at 50% 47%,rgba(255,255,255,.9),transparent 38%),linear-gradient(135deg,#e4d8c675,#f8f2e7d1)}.about-photo-map-slot:before{content:attr(data-map-label);position:absolute;inset:0;display:grid;place-items:center;padding:1.5rem .5rem .5rem;color:#917f6d;font:800 .59rem/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.11em;text-align:center;text-transform:uppercase}.about-photo-map-slot:after{content:"";position:absolute;inset:20% 13%;border:1px solid rgba(127,103,76,.17);border-radius:44% 56% 51% 49%/58% 39% 61% 42%;transform:rotate(-4deg)}.about-photo-map-marker{position:absolute;z-index:2;left:var(--marker-x,58%);top:var(--marker-y,52%);width:13px;height:13px;transform:translate(-50%,-50%);border:3px solid rgba(255,255,255,.92);border-radius:999px;background:#b42318;box-shadow:0 0 0 3px #b4231829,0 2px 5px #47241a3d}.about-photo-map-marker:after{content:"";position:absolute;inset:-7px;border:1px solid rgba(180,35,24,.28);border-radius:999px}.about-photo-where-note{margin:.52rem .08rem 0;color:#67594c;font-size:.69rem;line-height:1.32}.about-photo-place-collage{min-height:145px;background:linear-gradient(145deg,#ebe0cfb8,#fcf7eef0)}.about-photo-placeholder-photo{position:absolute;box-sizing:border-box;width:64%;height:68%;display:flex;align-items:flex-end;justify-content:center;padding:.42rem;border:1px solid rgba(105,82,57,.42);border-radius:7px;background:linear-gradient(180deg,#f9f6ef,#ded3c2);color:#665545;box-shadow:0 5px 10px #32241724;font:800 .55rem/1.15 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.035em;text-align:center;text-transform:uppercase}.about-photo-placeholder-photo:before{content:"PHOTO";position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);color:#9c8d7d;font-size:.62rem;letter-spacing:.12em}.about-photo-placeholder-photo:nth-child(1){left:4%;top:18%;transform:rotate(-7deg)}.about-photo-placeholder-photo:nth-child(2){left:20%;top:9%;transform:rotate(3deg)}.about-photo-placeholder-photo:nth-child(3){right:2%;bottom:6%;transform:rotate(8deg)}@keyframes about-where-reveal{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (hover:none) and (pointer:coarse){.about-photo-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(100%,340px);gap:.4rem}.about-photo-action[data-random-thought]{grid-column:1;grid-row:1}.about-photo-action[data-whos-who]{grid-column:2;grid-row:1}.about-photo-action[data-where-toggle]{grid-column:1 / -1;grid-row:2;justify-self:center;min-width:118px}.about-photo-where{width:min(100%,460px);max-width:100%;margin:.76rem auto .1rem;padding:.9rem .85rem 1rem}.about-photo-where-head{gap:.7rem}.about-photo-where-title{font-size:1.12rem}.about-photo-where-subtitle{font-size:.76rem}.about-photo-where-steps{display:flex;flex-direction:column;gap:1.08rem;margin-top:.85rem;padding-left:1.75rem}.about-photo-where-steps:before{content:"";position:absolute;left:.62rem;top:.55rem;bottom:.7rem;width:2px;border-radius:999px;background:linear-gradient(180deg,#b97b46,#b97b4633)}.about-photo-where-step:before{content:"";position:absolute;z-index:3;left:-1.52rem;top:1.02rem;width:10px;height:10px;border:3px solid #fbf3e7;border-radius:999px;background:#a86734;box-shadow:0 0 0 1px #8a572d52}.about-photo-where-step:not(:last-child):after{display:none}.about-photo-where-card{min-height:0;padding:.72rem}.about-photo-where-visual{min-height:155px}.about-photo-place-collage{min-height:190px}.about-photo-placeholder-photo{height:66%;width:62%}}@media (max-width:768px){.about-photo-where-head{display:block;min-height:0;padding:.05rem 0 .15rem}.about-photo-where-head>div:first-child{box-sizing:border-box;width:100%;padding:3.1rem .35rem 0;text-align:center}.about-photo-where-kicker{text-align:center}.about-photo-where-title{max-width:18rem;margin-inline:auto;text-align:center}.about-photo-where-subtitle{max-width:25rem;margin:.38rem auto 0;text-align:center}.about-photo-mexico-mark{position:absolute;top:.05rem;left:50%;transform:translate(-50%);margin:0;padding:.05rem 0}.about-photo-where-close{position:absolute;top:.05rem;right:0}}@media (max-width:640px){.about-photo-where{width:min(100%,440px);max-width:100%;margin-inline:auto}.about-photo-where-name{font-size:.84rem}.about-photo-where-note{font-size:.68rem}}@media (prefers-reduced-motion:reduce){.about-photo-where{animation:none}.about-photo-where-close{transition:none}}.about-photo-map-slot--live:before,.about-photo-map-slot--live:after{display:none}.about-photo-map-slot--google{position:relative;min-height:205px;overflow:hidden;border-style:solid;border-color:#7f674c57;background:#eee8df}.about-photo-map-slot--google[data-map-loading="1"]:after{content:"Loading map…";position:absolute;z-index:3;inset:0;display:grid!important;place-items:center;background:linear-gradient(135deg,#eee8dff5,#f4f0eaeb);color:#4b3d2eb8;font-size:.78rem;font-weight:700;letter-spacing:.02em;pointer-events:none}.about-photo-map-frame{position:absolute;z-index:1;inset:0;display:block;width:100%;height:100%;border:0;pointer-events:auto}.about-photo-feature .about-photo-footer,.about-photo-feature .about-photo-actions{position:relative;z-index:6}.about-photo-where[data-touch-guard="1"] .about-photo-map-frame{pointer-events:none}.about-photo-map-slot--google .about-photo-map-marker{display:none}.about-photo-roots-branch .about-photo-where-step:nth-child(-n+4) .about-photo-where-card{min-height:315px}.about-photo-where-head>div:first-child{flex:1 1 auto;min-width:0}.about-photo-mexico-mark{flex:0 0 auto;display:flex;align-items:center;gap:.52rem;margin-left:auto;padding:.06rem .5rem .06rem .25rem}.about-photo-mexico-outline{display:block;width:58px;height:38px;object-fit:contain;opacity:.66;filter:sepia(.38) saturate(.72) contrast(.88)}.about-photo-mexico-flag{display:block;width:45px;height:auto;border:1px solid rgba(91,72,51,.28);border-radius:3px;box-shadow:0 2px 5px #3627191f}@media (hover:none) and (pointer:coarse){.about-photo-map-slot--google{min-height:220px}.about-photo-roots-branch .about-photo-where-step:nth-child(-n+4) .about-photo-where-card{min-height:0}.about-photo-where-steps{box-sizing:border-box;width:100%;padding-left:1rem}.about-photo-where-steps:before{left:.16rem}.about-photo-where-step{box-sizing:border-box;width:100%;min-width:0}.about-photo-where-step:before{left:-.88rem}.about-photo-where-card{width:100%}}@media (max-width:640px){.about-photo-map-slot--google{min-height:230px}.about-photo-mexico-mark{gap:.35rem;padding-right:.2rem}.about-photo-mexico-outline{width:46px;height:31px}.about-photo-mexico-flag{width:38px}}.about-photo-roots-tabs{display:none}.about-photo-roots-branch{position:relative;z-index:1;margin-top:1rem}.about-photo-roots-branch+.about-photo-roots-branch{margin-top:1.3rem;padding-top:1.15rem;border-top:1px solid rgba(128,101,70,.24)}.about-photo-roots-branch-head{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem 1rem;margin:0 .12rem .15rem}.about-photo-roots-branch-title{margin:0;color:#30231a;font-size:.94rem;font-weight:800;line-height:1.2}.about-photo-roots-branch-route{margin:0;color:#806b58;font-size:.68rem;font-style:italic;line-height:1.25;text-align:right}.about-photo-roots-branch .about-photo-where-steps{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.58rem}.about-photo-where-place-link{display:inline-flex;align-items:center;gap:.28rem;color:inherit;text-decoration:none;text-underline-offset:.14em}.about-photo-where-place-link:hover{color:#7a4d29;text-decoration:underline}.about-photo-where-place-link:focus-visible{border-radius:4px;outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-place-source{box-sizing:border-box;width:1.22rem;height:1.22rem;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid rgba(128,101,70,.3);border-radius:5px;background:#fffaf1c7;color:#70573f;box-shadow:inset 0 1px #ffffffc2;font:800 .58rem/1 Georgia,serif;vertical-align:middle}.about-photo-place-source[data-source=external]{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.62rem}.about-photo-where-population{display:block;width:max-content;max-width:100%;margin-top:.28rem;padding:.19rem .4rem;border:1px solid rgba(128,101,70,.2);border-radius:999px;background:#f2e7d68c;color:#725f4d;font:800 .5rem/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.055em;text-transform:uppercase;white-space:normal}.about-photo-roots-gallery{position:relative;z-index:1;margin-top:1rem;padding:.88rem;border:1px solid rgba(128,101,70,.24);border-radius:15px;background:#fffcf7b3;box-shadow:0 7px 18px #37271814,inset 0 1px #ffffffc2}.about-photo-roots-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin:0 .08rem .62rem}.about-photo-roots-gallery-kicker{display:block;margin:0 0 .12rem;color:#9a6a3f;font:800 .52rem/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.1em;text-transform:uppercase}.about-photo-roots-gallery-title{margin:0;color:#30231a;font-size:1.02rem;line-height:1.15}.about-photo-roots-gallery-subtitle{margin:.22rem 0 0;color:#786653;font-size:.68rem;line-height:1.35}.about-photo-roots-gallery-toggle{appearance:none;flex:0 0 auto;min-height:32px;padding:.35rem .62rem;border:1px solid rgba(126,106,84,.34);border-radius:999px;background:#fffaf1d1;color:#514235;font:800 .62rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}.about-photo-roots-gallery-toggle:hover{background:#fffaf1}.about-photo-roots-gallery-toggle:focus-visible,.about-photo-roots-gallery-arrow:focus-visible,.about-photo-roots-gallery-dot:focus-visible{outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-roots-gallery-viewport{position:relative;min-height:300px;overflow:hidden;border:1px solid rgba(128,101,70,.24);border-radius:12px;background:#eadfce;touch-action:pan-y}.about-photo-roots-gallery-track{display:flex;min-height:300px;transition:transform .42s cubic-bezier(.2,.82,.2,1);will-change:transform}.about-photo-roots-gallery-slide{position:relative;box-sizing:border-box;flex:0 0 100%;min-width:0;min-height:300px;display:flex;align-items:flex-end;padding:1rem 3.35rem;overflow:hidden;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.72),transparent 30%),linear-gradient(145deg,#e6d9c6,#f7f0e4 58%,#ddccb2)}.about-photo-roots-gallery-slide:before{content:"PHOTO TO ADD";position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);color:#5c473380;font:800 .74rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.15em}.about-photo-roots-gallery-slide:after{content:"";position:absolute;inset:14% 13% 22%;border:1px solid rgba(112,84,57,.16);border-radius:44% 56% 51% 49%/58% 39% 61% 42%;transform:rotate(-3deg)}.about-photo-roots-gallery-caption{position:relative;z-index:2;max-width:38rem;padding:.58rem .72rem;border:1px solid rgba(112,84,57,.2);border-radius:9px;background:#fffaf1e6;box-shadow:0 3px 10px #3022161a;color:#4b3d30}.about-photo-roots-gallery-caption strong{display:block;color:#30261d;font-size:.76rem;line-height:1.15}.about-photo-roots-gallery-caption span{display:block;margin-top:.14rem;color:#756453;font-size:.62rem;line-height:1.3}.about-photo-roots-gallery-arrow{appearance:none;position:absolute;z-index:4;top:50%;width:36px;height:36px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(103,78,52,.28);border-radius:999px;background:#fffaf1e0;color:#4d3b2d;box-shadow:0 4px 10px #2c1f1324;font:800 1.08rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}.about-photo-roots-gallery-arrow:hover{background:#fffaf1}.about-photo-roots-gallery-arrow[data-gallery-prev]{left:.65rem}.about-photo-roots-gallery-arrow[data-gallery-next]{right:.65rem}.about-photo-roots-gallery-foot{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:.58rem .08rem 0}.about-photo-roots-gallery-status{color:#786653;font:800 .58rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-variant-numeric:tabular-nums}.about-photo-roots-gallery-dots{display:flex;align-items:center;justify-content:flex-end;gap:.34rem}.about-photo-roots-gallery-dot{appearance:none;width:9px;height:9px;padding:0;border:1px solid rgba(117,84,53,.45);border-radius:999px;background:#fffaf1db;cursor:pointer;transition:transform .15s ease,background .15s ease}.about-photo-roots-gallery-dot[aria-current=true]{background:#9b6438;transform:scale(1.18)}@media (max-width:768px){.about-photo-roots-tabs{box-sizing:border-box;position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,330px);max-width:100%;margin:.95rem auto .25rem;margin-inline:auto;padding:4px;gap:4px;border:1px solid rgba(128,101,70,.28);border-radius:999px;background:#ede1cfb8;box-shadow:inset 0 1px 3px #432f1c14}.about-photo-roots-tabs[hidden]{display:none!important}.about-photo-roots-tab{box-sizing:border-box;appearance:none;min-width:0;padding:.62rem .75rem;border:1px solid transparent;border-radius:999px;background:transparent;color:#715b47;font:800 .78rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.about-photo-roots-tab[aria-selected=true]{border-color:#8b5e3557;background:#fffaf2;color:#3d2e22;box-shadow:0 2px 7px #3d2b1b1f,inset 0 1px #ffffffe6}.about-photo-roots-tab:focus-visible{outline:2px solid rgba(44,91,71,.72);outline-offset:2px}.about-photo-roots-branch[hidden]{display:none!important}.about-photo-roots-branch{margin-top:1.05rem}.about-photo-roots-branch+.about-photo-roots-branch{margin-top:1.05rem;padding-top:0;border-top:0}.about-photo-roots-branch-head{display:block;margin-inline:.2rem;text-align:center}.about-photo-roots-branch-title{font-size:.98rem}.about-photo-roots-branch-route{max-width:28rem;margin:.2rem auto 0;font-size:.67rem;text-align:center}.about-photo-roots-branch .about-photo-where-steps{margin-top:.72rem}.about-photo-where-population{font-size:.49rem}.about-photo-roots-gallery{margin-top:1.05rem;padding:.7rem}.about-photo-roots-gallery-head{align-items:center}.about-photo-roots-gallery-title{font-size:.94rem}.about-photo-roots-gallery-subtitle{font-size:.64rem}.about-photo-roots-gallery-toggle{min-height:34px;padding:.4rem .55rem;font-size:.59rem}.about-photo-roots-gallery-viewport,.about-photo-roots-gallery-track,.about-photo-roots-gallery-slide{min-height:235px}.about-photo-roots-gallery-slide{padding:.8rem 2.9rem}.about-photo-roots-gallery-arrow{width:34px;height:34px}.about-photo-roots-gallery-arrow[data-gallery-prev]{left:.45rem}.about-photo-roots-gallery-arrow[data-gallery-next]{right:.45rem}}@media (max-width:420px){.about-photo-roots-gallery-head{align-items:flex-start}.about-photo-roots-gallery-subtitle{max-width:15.5rem}.about-photo-roots-gallery-slide{padding:.72rem 2.65rem}.about-photo-roots-gallery-caption{padding:.5rem .58rem}}@media (prefers-reduced-motion:reduce){.about-photo-roots-tab,.about-photo-roots-gallery-track,.about-photo-roots-gallery-dot{transition:none}}.jose-constellation[data-astro-cid-nfrvu2g7]{position:relative}.jose-constellation-head[data-astro-cid-nfrvu2g7]{margin-bottom:1rem}.jose-prototype-badge[data-astro-cid-nfrvu2g7]{display:flex;width:max-content;max-width:100%;align-items:center;gap:.4rem;margin:0 auto .8rem;padding:.32rem .58rem;border:1px solid #d4dfd9;border-radius:999px;background:var(--as-green-soft,#eaf3ee);color:var(--as-green-dark,#174433);font-size:.64rem;font-weight:850;letter-spacing:.055em;line-height:1.2;text-transform:uppercase}.jose-stage[data-astro-cid-nfrvu2g7]{position:relative;min-height:clamp(690px,68vw,770px);overflow:hidden;border:1px solid var(--as-border,#dfe3e7);border-radius:28px;background:radial-gradient(circle at 50% 50%,rgba(36,92,70,.075),transparent 22%),radial-gradient(circle at 78% 20%,rgba(154,106,63,.065),transparent 19%),linear-gradient(145deg,#fbfcfb,#fff 58%,#f7f8f6);box-shadow:0 12px 34px #19212c0f;isolation:isolate}.jose-stage[data-astro-cid-nfrvu2g7]:before{position:absolute;inset:0;z-index:-1;opacity:.24;background-image:radial-gradient(circle,rgba(36,92,70,.28) 1px,transparent 1.5px);background-size:38px 38px;content:"";mask-image:radial-gradient(circle at 50% 50%,#000,transparent 82%)}.jose-lines[data-astro-cid-nfrvu2g7]{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none}.jose-lines[data-astro-cid-nfrvu2g7] line[data-astro-cid-nfrvu2g7]{opacity:0;stroke:#245c4666;stroke-width:1.25;stroke-dasharray:7 10;stroke-linecap:round;vector-effect:non-scaling-stroke;transition:stroke-width .16s ease,stroke .16s ease}.jose-lines[data-astro-cid-nfrvu2g7] line[data-astro-cid-nfrvu2g7][data-kind=outer]{stroke:#245c4645;stroke-dasharray:5 11}.jose-lines[data-astro-cid-nfrvu2g7] line[data-astro-cid-nfrvu2g7][data-kind=spoke]{stroke:#9a6a3f47;stroke-dasharray:3 11}.jose-lines[data-astro-cid-nfrvu2g7] line[data-astro-cid-nfrvu2g7].is-active-edge{stroke:#245c46b8!important;stroke-width:1.9}.jose-center[data-astro-cid-nfrvu2g7]{position:absolute;top:50%;left:50%;z-index:3;display:flex;width:min(29%,330px);min-width:220px;transform:translate(-50%,-50%);flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.jose-center[data-astro-cid-nfrvu2g7]:before{position:absolute;inset:-30% -25%;z-index:-1;border-radius:50%;background:radial-gradient(circle,#fffffffc 0 44%,#ffffffd1 61%,#fff0 76%);content:""}.jose-signature[data-astro-cid-nfrvu2g7]{position:relative;width:100%;padding:.2rem .45rem 1.15rem;transform:rotate(-5deg)}.jose-signature-word[data-astro-cid-nfrvu2g7]{display:inline-block;opacity:0;clip-path:inset(0 100% 0 0);color:var(--as-green-dark,#174433);font-family:Snell Roundhand,Segoe Script,Brush Script MT,Lucida Handwriting,cursive;font-size:clamp(3.8rem,6.5vw,6rem);font-style:italic;font-weight:400;letter-spacing:-.13em;line-height:.9;white-space:nowrap;text-shadow:0 2px 0 rgba(255,255,255,.82)}.jose-signature-flourish[data-astro-cid-nfrvu2g7]{position:absolute;right:-10%;bottom:-.1rem;left:-8%;width:118%;height:3.5rem;overflow:visible}.jose-signature-flourish[data-astro-cid-nfrvu2g7] path[data-astro-cid-nfrvu2g7]{fill:none;stroke:var(--as-green-dark,#174433);stroke-width:1.75;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;vector-effect:non-scaling-stroke}.jose-center-caption[data-astro-cid-nfrvu2g7]{margin-top:.08rem;color:var(--as-muted,#5c626c);font-size:.6rem;font-weight:800;letter-spacing:.105em;text-transform:uppercase}.jose-node[data-astro-cid-nfrvu2g7]{position:absolute;top:var(--y);left:var(--x);z-index:5;width:90px;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;opacity:0;transform:translate(-50%,-50%) scale(.72);transform-origin:center;text-align:center;cursor:pointer;will-change:transform,opacity}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer]{z-index:4;width:78px}.jose-node-float[data-astro-cid-nfrvu2g7]{display:flex;flex-direction:column;align-items:center;animation:jose-node-float 5.8s ease-in-out infinite;animation-delay:var(--float-delay)}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer] .jose-node-float[data-astro-cid-nfrvu2g7]{opacity:.82;animation-duration:7.2s}.jose-node-orb[data-astro-cid-nfrvu2g7]{display:grid;width:53px;height:53px;place-items:center;border:1px solid rgba(36,92,70,.22);border-radius:50%;background:#fffffff7;box-shadow:0 7px 18px #19212c16,0 0 0 4px #eaf3ee99;color:var(--as-green-dark,#174433);font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer] .jose-node-orb[data-astro-cid-nfrvu2g7]{width:42px;height:42px;font-size:.9rem;box-shadow:0 6px 14px #19212c12,0 0 0 3px #eaf3ee80}.jose-node[data-astro-cid-nfrvu2g7]:hover .jose-node-orb[data-astro-cid-nfrvu2g7],.jose-node[data-astro-cid-nfrvu2g7]:focus-visible .jose-node-orb[data-astro-cid-nfrvu2g7],.jose-node[data-astro-cid-nfrvu2g7].is-active .jose-node-orb[data-astro-cid-nfrvu2g7]{transform:scale(1.1);border-color:#245c468a;background:#fff;box-shadow:0 10px 24px #19212c21,0 0 0 6px #eaf3eed9}.jose-node[data-astro-cid-nfrvu2g7].is-pinned .jose-node-orb[data-astro-cid-nfrvu2g7]{box-shadow:0 10px 24px #19212c21,0 0 0 6px #9a6a3f30;border-color:#9a6a3f8c}.jose-node[data-astro-cid-nfrvu2g7]:focus-visible{outline:3px solid #f0b84b;outline-offset:5px;border-radius:50%}.jose-node-label[data-astro-cid-nfrvu2g7]{display:block;max-width:90px;margin-top:.38rem;color:var(--as-ink,#17191d);font-size:.63rem;font-weight:850;line-height:1.06;text-wrap:balance;transition:opacity .16s ease}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer] .jose-node-label[data-astro-cid-nfrvu2g7]{max-width:78px;margin-top:.3rem;font-size:.55rem;font-weight:800;color:#48514c}.jose-stage[data-astro-cid-nfrvu2g7].is-shuffling .jose-node-orb[data-astro-cid-nfrvu2g7]{opacity:.28;transform:scale(.82)}.jose-stage[data-astro-cid-nfrvu2g7].is-shuffling .jose-node-label[data-astro-cid-nfrvu2g7]{opacity:.18}.jose-inspector[data-astro-cid-nfrvu2g7]{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;max-width:820px;min-height:88px;align-items:center;margin:.9rem auto 0;padding:.8rem .95rem;border:1px solid #dbe2de;border-radius:15px;background:#fff;box-shadow:0 7px 20px #19212c0b}.jose-inspector-icon[data-astro-cid-nfrvu2g7]{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--as-green-soft,#eaf3ee);color:var(--as-green-dark,#174433);font-size:1.05rem;font-weight:900}.jose-inspector-copy[data-astro-cid-nfrvu2g7]{min-width:0}.jose-inspector-kicker[data-astro-cid-nfrvu2g7]{display:block;margin-bottom:.15rem;color:var(--as-green-dark,#174433);font-size:.58rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}.jose-inspector[data-astro-cid-nfrvu2g7] strong[data-astro-cid-nfrvu2g7]{display:block;color:var(--as-ink,#17191d);font-size:.88rem;line-height:1.2}.jose-inspector[data-astro-cid-nfrvu2g7] p[data-astro-cid-nfrvu2g7]{margin:.2rem 0 0!important;color:var(--as-muted,#5c626c)!important;font-size:.74rem;line-height:1.38}.jose-inspector-close[data-astro-cid-nfrvu2g7]{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid #d5dadd;border-radius:9px;background:#fff;color:var(--as-muted,#5c626c);font:inherit;font-size:1.1rem;cursor:pointer}.jose-inspector-close[data-astro-cid-nfrvu2g7][hidden]{display:none}.jose-controls[data-astro-cid-nfrvu2g7]{position:relative;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem 1rem;max-width:860px;margin:.9rem auto 0;align-items:end;isolation:isolate;pointer-events:auto}.jose-slider-control[data-astro-cid-nfrvu2g7]{min-width:0;pointer-events:auto}.jose-slider-meta[data-astro-cid-nfrvu2g7]{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.jose-slider-meta[data-astro-cid-nfrvu2g7] label[data-astro-cid-nfrvu2g7]{color:var(--as-ink,#17191d);font-size:.76rem;font-weight:850}.jose-slider-meta[data-astro-cid-nfrvu2g7] output[data-astro-cid-nfrvu2g7]{color:var(--as-green-dark,#174433);font-size:.7rem;font-weight:850;font-variant-numeric:tabular-nums}.jose-slider-control[data-astro-cid-nfrvu2g7] input[data-astro-cid-nfrvu2g7][type=range]{position:relative;z-index:11;width:100%;height:28px;margin:0;padding:0;accent-color:var(--as-green,#245c46);cursor:ew-resize;pointer-events:auto;touch-action:pan-y}.jose-action-buttons[data-astro-cid-nfrvu2g7]{display:flex;gap:.45rem;align-items:center}.jose-control-button[data-astro-cid-nfrvu2g7]{position:relative;z-index:11;min-height:40px;padding:.58rem .78rem;border:1px solid #ccd3d8;border-radius:10px;background:#fff;color:var(--as-green-dark,#174433);font:inherit;font-size:.74rem;font-weight:850;white-space:nowrap;cursor:pointer;pointer-events:auto;touch-action:manipulation}.jose-control-button[data-astro-cid-nfrvu2g7]:hover{border-color:#aebcb4;background:var(--as-green-soft,#eaf3ee)}.jose-control-button[data-astro-cid-nfrvu2g7]:active{transform:translateY(1px)}.jose-shuffle[data-astro-cid-nfrvu2g7]{border-color:#bfcfc6;background:var(--as-green-soft,#eaf3ee)}.jose-directory[data-astro-cid-nfrvu2g7]{max-width:980px;margin:1.2rem auto 0;border:1px solid #d9e0dc;border-radius:18px;background:#ffffffd1;overflow:hidden}.jose-directory[data-astro-cid-nfrvu2g7]>summary[data-astro-cid-nfrvu2g7]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;cursor:pointer;list-style:none;user-select:none}.jose-directory[data-astro-cid-nfrvu2g7]>summary[data-astro-cid-nfrvu2g7]::-webkit-details-marker{display:none}.jose-directory[data-astro-cid-nfrvu2g7]>summary[data-astro-cid-nfrvu2g7] strong[data-astro-cid-nfrvu2g7]{display:block;color:var(--as-ink,#17191d);font-size:.92rem}.jose-directory[data-astro-cid-nfrvu2g7]>summary[data-astro-cid-nfrvu2g7] small[data-astro-cid-nfrvu2g7]{display:block;margin-top:.18rem;color:var(--as-muted,#5c626c);font-size:.7rem;line-height:1.35}.jose-directory-summary-mark[data-astro-cid-nfrvu2g7]{display:grid;width:31px;height:31px;place-items:center;flex:0 0 auto;border-radius:9px;background:var(--as-green-soft,#eaf3ee);color:var(--as-green-dark,#174433);font-size:1.1rem;transition:transform .18s ease}.jose-directory[data-astro-cid-nfrvu2g7][open] .jose-directory-summary-mark[data-astro-cid-nfrvu2g7]{transform:rotate(45deg)}.jose-directory-body[data-astro-cid-nfrvu2g7]{padding:0 1rem 1rem;border-top:1px solid #e3e7e4}.jose-directory-tools[data-astro-cid-nfrvu2g7]{display:grid;grid-template-columns:minmax(220px,1.45fr) repeat(2,minmax(150px,.8fr)) auto;gap:.65rem;align-items:end;padding:1rem 0 .75rem}.jose-directory-tools[data-astro-cid-nfrvu2g7] label[data-astro-cid-nfrvu2g7]{display:block;min-width:0;color:var(--as-ink,#17191d);font-size:.67rem;font-weight:850}.jose-directory-tools[data-astro-cid-nfrvu2g7] label[data-astro-cid-nfrvu2g7]>span[data-astro-cid-nfrvu2g7]{display:block;margin-bottom:.28rem}.jose-directory-tools[data-astro-cid-nfrvu2g7] input[data-astro-cid-nfrvu2g7],.jose-directory-tools[data-astro-cid-nfrvu2g7] select[data-astro-cid-nfrvu2g7]{width:100%;min-height:40px;padding:.52rem .6rem;border:1px solid #ccd4cf;border-radius:10px;background:#fff;color:var(--as-ink,#17191d);font:inherit;font-size:.78rem}.jose-directory-clear[data-astro-cid-nfrvu2g7]{min-height:40px;padding:.5rem .7rem;border:1px solid #ccd4cf;border-radius:10px;background:#fff;color:var(--as-green-dark,#174433);font:inherit;font-size:.72rem;font-weight:850;cursor:pointer}.jose-directory-status[data-astro-cid-nfrvu2g7]{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding:.6rem .7rem;border-radius:10px;background:#f5f7f5}.jose-directory-status[data-astro-cid-nfrvu2g7] strong[data-astro-cid-nfrvu2g7]{color:var(--as-green-dark,#174433);font-size:.68rem}.jose-directory-status[data-astro-cid-nfrvu2g7] span[data-astro-cid-nfrvu2g7]{color:var(--as-muted,#5c626c);font-size:.65rem;text-align:right}.jose-directory-grid[data-astro-cid-nfrvu2g7]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.jose-directory-card[data-astro-cid-nfrvu2g7]{display:flex;min-width:0;flex-direction:column;padding:.78rem;border:1px solid #e0e4e2;border-radius:13px;background:#fff}.jose-directory-card[data-astro-cid-nfrvu2g7][hidden]{display:none}.jose-directory-card-head[data-astro-cid-nfrvu2g7]{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center}.jose-directory-icon[data-astro-cid-nfrvu2g7]{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--as-green-soft,#eaf3ee);font-size:.9rem}.jose-directory-card[data-astro-cid-nfrvu2g7] h3[data-astro-cid-nfrvu2g7]{margin:0!important;color:var(--as-ink,#17191d);font-size:.78rem;line-height:1.12}.jose-directory-card-head[data-astro-cid-nfrvu2g7] span[data-astro-cid-nfrvu2g7]:last-child{display:block;margin-top:.12rem;color:var(--as-green-dark,#174433);font-size:.54rem;font-weight:800;line-height:1.25}.jose-directory-card[data-astro-cid-nfrvu2g7] p[data-astro-cid-nfrvu2g7]{margin:.5rem 0 .6rem!important;color:var(--as-muted,#5c626c)!important;font-size:.66rem;line-height:1.38}.jose-directory-feature[data-astro-cid-nfrvu2g7]{width:max-content;margin-top:auto;padding:.36rem .5rem;border:1px solid #cfd8d3;border-radius:8px;background:#fff;color:var(--as-green-dark,#174433);font:inherit;font-size:.61rem;font-weight:850;cursor:pointer}.jose-directory-feature[data-astro-cid-nfrvu2g7]:hover{background:var(--as-green-soft,#eaf3ee)}.jose-directory-feature[data-astro-cid-nfrvu2g7][data-visible=true]{border-color:#c2d4ca;background:var(--as-green-soft,#eaf3ee)}.jose-directory-empty[data-astro-cid-nfrvu2g7]{padding:1.2rem!important;color:var(--as-muted,#5c626c)!important;text-align:center}.jose-directory-empty[data-astro-cid-nfrvu2g7][hidden]{display:none}.jose-prototype-note[data-astro-cid-nfrvu2g7]{max-width:760px;margin:.72rem auto 0!important;color:var(--as-muted,#5c626c)!important;font-size:.72rem;line-height:1.45;text-align:center}.jose-control-button[data-astro-cid-nfrvu2g7]:focus-visible,.jose-slider-control[data-astro-cid-nfrvu2g7] input[data-astro-cid-nfrvu2g7]:focus-visible,.jose-inspector-close[data-astro-cid-nfrvu2g7]:focus-visible,.jose-directory[data-astro-cid-nfrvu2g7] input[data-astro-cid-nfrvu2g7]:focus-visible,.jose-directory[data-astro-cid-nfrvu2g7] select[data-astro-cid-nfrvu2g7]:focus-visible,.jose-directory[data-astro-cid-nfrvu2g7] button[data-astro-cid-nfrvu2g7]:focus-visible,.jose-directory[data-astro-cid-nfrvu2g7]>summary[data-astro-cid-nfrvu2g7]:focus-visible{outline:3px solid #f0b84b;outline-offset:3px}@keyframes jose-node-float{0%,to{transform:translate3d(0,-2px,0) rotate(-.7deg)}50%{transform:translate3d(2px,3px,0) rotate(.7deg)}}@media (max-width:900px){.jose-directory-tools[data-astro-cid-nfrvu2g7]{grid-template-columns:repeat(2,minmax(0,1fr))}.jose-directory-search[data-astro-cid-nfrvu2g7]{grid-column:1/-1}.jose-directory-grid[data-astro-cid-nfrvu2g7]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.jose-stage[data-astro-cid-nfrvu2g7]{min-height:1180px;border-radius:22px}.jose-stage[data-astro-cid-nfrvu2g7]:before{background-size:32px 32px}.jose-center[data-astro-cid-nfrvu2g7]{top:50%;left:50%;width:52%;min-width:160px}.jose-center[data-astro-cid-nfrvu2g7]:before{inset:-38% -30%}.jose-signature-word[data-astro-cid-nfrvu2g7]{font-size:clamp(3rem,14vw,4.6rem)}.jose-node[data-astro-cid-nfrvu2g7]{left:clamp(42px,var(--x),calc(100% - 42px));width:72px}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer]{left:clamp(34px,var(--x),calc(100% - 34px));width:60px}.jose-node-orb[data-astro-cid-nfrvu2g7]{width:44px;height:44px;font-size:.94rem;box-shadow:0 6px 15px #19212c13,0 0 0 3px #eaf3ee94}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer] .jose-node-orb[data-astro-cid-nfrvu2g7]{width:34px;height:34px;font-size:.72rem}.jose-node-label[data-astro-cid-nfrvu2g7]{max-width:72px;font-size:.54rem}.jose-node[data-astro-cid-nfrvu2g7][data-ring=outer] .jose-node-label[data-astro-cid-nfrvu2g7]{display:none}.jose-inspector[data-astro-cid-nfrvu2g7]{grid-template-columns:auto minmax(0,1fr);margin-top:.75rem;padding:.72rem .8rem}.jose-inspector-close[data-astro-cid-nfrvu2g7]{position:absolute;top:.45rem;right:.45rem}.jose-inspector-copy[data-astro-cid-nfrvu2g7]{padding-right:1.7rem}.jose-controls[data-astro-cid-nfrvu2g7]{grid-template-columns:1fr}.jose-action-buttons[data-astro-cid-nfrvu2g7]{justify-content:flex-start}}@media (max-width:560px){.jose-constellation-head[data-astro-cid-nfrvu2g7]{text-align:left}.jose-prototype-badge[data-astro-cid-nfrvu2g7]{margin-left:0}.jose-stage[data-astro-cid-nfrvu2g7]{min-height:1120px}.jose-directory-tools[data-astro-cid-nfrvu2g7],.jose-directory-grid[data-astro-cid-nfrvu2g7]{grid-template-columns:1fr}.jose-directory-search[data-astro-cid-nfrvu2g7]{grid-column:auto}.jose-directory-status[data-astro-cid-nfrvu2g7]{align-items:flex-start;flex-direction:column}.jose-directory-status[data-astro-cid-nfrvu2g7] span[data-astro-cid-nfrvu2g7],.jose-prototype-note[data-astro-cid-nfrvu2g7]{text-align:left}}@media (prefers-reduced-motion:reduce){.jose-node-float[data-astro-cid-nfrvu2g7]{animation:none}.jose-node-orb[data-astro-cid-nfrvu2g7],.jose-lines[data-astro-cid-nfrvu2g7] line[data-astro-cid-nfrvu2g7],.jose-directory-summary-mark[data-astro-cid-nfrvu2g7]{transition:none}}.culture-memory[data-astro-cid-s74pbrfo],.culture-memory[data-astro-cid-s74pbrfo] [data-astro-cid-s74pbrfo]{box-sizing:border-box}.culture-memory[data-astro-cid-s74pbrfo]{--cm-ink: #17191d;--cm-muted: #5c626c;--cm-border: #e3ded1;--cm-green: #174433;margin-top:clamp(3rem,7vw,5.5rem);padding:clamp(1.35rem,4vw,2.35rem);border:1px solid #e7ddbd;border-radius:26px;background:radial-gradient(circle at 9% 8%,rgba(223,195,123,.16),transparent 25%),radial-gradient(circle at 92% 88%,rgba(93,145,118,.12),transparent 30%),#fffdf8}.culture-memory-head[data-astro-cid-s74pbrfo]{max-width:800px;margin:0 auto 1.55rem;text-align:center}.culture-memory-eyebrow[data-astro-cid-s74pbrfo]{margin:0 0 .62rem;color:var(--cm-green);font-size:.72rem;font-weight:850;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.culture-memory-head[data-astro-cid-s74pbrfo] h2[data-astro-cid-s74pbrfo]{margin:0 0 .78rem;color:var(--cm-ink);font-size:clamp(1.75rem,4vw,2.7rem);line-height:1.14;letter-spacing:-.035em;text-wrap:balance}.culture-memory-head[data-astro-cid-s74pbrfo]>p[data-astro-cid-s74pbrfo]:last-child{margin:0;color:var(--cm-muted);line-height:1.68}.culture-memory-grid[data-astro-cid-s74pbrfo]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.culture-memory-card[data-astro-cid-s74pbrfo]{position:relative;display:flex;min-width:0;min-height:265px;flex-direction:column;padding:1.15rem;overflow:hidden;border:1px solid var(--cm-border);border-radius:18px;background:#ffffffeb;color:var(--cm-ink)!important;box-shadow:0 7px 22px #22272c0b;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.culture-memory-card[data-astro-cid-s74pbrfo]:after{position:absolute;right:-.4rem;bottom:-1.4rem;color:#17443309;font-family:Georgia,Times New Roman,serif;font-size:7rem;line-height:1;content:"“";pointer-events:none}.culture-memory-card[data-astro-cid-s74pbrfo].warm{background:linear-gradient(145deg,#fffaf0,#fff 72%)}.culture-memory-card[data-astro-cid-s74pbrfo].quote{background:linear-gradient(145deg,#f5f1e8,#fff 75%)}.culture-memory-card[data-astro-cid-s74pbrfo].cool{background:linear-gradient(145deg,#f1f7f4,#fff 74%)}.culture-memory-card[data-astro-cid-s74pbrfo]:hover{transform:translateY(-3px);border-color:#cfc5aa;box-shadow:0 13px 30px #22272c17}.culture-memory-meta[data-astro-cid-s74pbrfo]{display:flex;align-items:center;gap:.42rem;margin-bottom:1rem;color:var(--cm-green);font-size:.64rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.culture-memory-meta[data-astro-cid-s74pbrfo]>span[data-astro-cid-s74pbrfo]:first-child{display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(23,68,51,.1);border-radius:9px;background:#ffffffb8;font-size:.93rem}.culture-memory-card[data-astro-cid-s74pbrfo] h3[data-astro-cid-s74pbrfo]{position:relative;z-index:1;margin:0 0 .6rem;color:var(--cm-ink);font-size:clamp(1.04rem,1.8vw,1.22rem);line-height:1.22;letter-spacing:-.015em;text-wrap:balance}.culture-memory-card[data-astro-cid-s74pbrfo].quote h3[data-astro-cid-s74pbrfo]{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,2vw,1.42rem);font-weight:600;line-height:1.34}.culture-memory-card[data-astro-cid-s74pbrfo] p[data-astro-cid-s74pbrfo]{position:relative;z-index:1;margin:0;color:var(--cm-muted);font-size:.88rem;line-height:1.55}.culture-memory-source[data-astro-cid-s74pbrfo]{position:relative;z-index:1;margin-top:auto;padding-top:1rem;color:var(--cm-green);font-size:.78rem;font-weight:850}.culture-memory-footer[data-astro-cid-s74pbrfo]{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:center;margin-top:.95rem;padding-top:1rem;border-top:1px solid rgba(147,129,84,.18)}.culture-memory-footer[data-astro-cid-s74pbrfo] strong[data-astro-cid-s74pbrfo]{display:block;margin-bottom:.18rem;color:var(--cm-ink);font-size:.88rem}.culture-memory-footer[data-astro-cid-s74pbrfo] p[data-astro-cid-s74pbrfo]{max-width:690px;margin:0;color:var(--cm-muted);font-size:.8rem;line-height:1.45}.culture-memory-links[data-astro-cid-s74pbrfo]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.42rem}.culture-memory-links[data-astro-cid-s74pbrfo] a[data-astro-cid-s74pbrfo]{padding:.45rem .62rem;border:1px solid #ddd8ca;border-radius:999px;background:#ffffffd9;color:var(--cm-green)!important;font-size:.74rem;font-weight:800;text-decoration:none!important}.culture-memory-card[data-astro-cid-s74pbrfo]:focus-visible,.culture-memory-links[data-astro-cid-s74pbrfo] a[data-astro-cid-s74pbrfo]:focus-visible{outline:3px solid #f0b84b;outline-offset:3px}@media (max-width: 840px){.culture-memory-grid[data-astro-cid-s74pbrfo]{grid-template-columns:1fr}.culture-memory-card[data-astro-cid-s74pbrfo]{min-height:0}.culture-memory-footer[data-astro-cid-s74pbrfo]{grid-template-columns:1fr}.culture-memory-links[data-astro-cid-s74pbrfo]{justify-content:flex-start}}@media (max-width: 640px){.culture-memory[data-astro-cid-s74pbrfo]{padding:1.2rem;border-radius:20px}.culture-memory-head[data-astro-cid-s74pbrfo]{text-align:left}}@media (prefers-reduced-motion: reduce){.culture-memory-card[data-astro-cid-s74pbrfo]{transition:none}}.how-i-live[data-astro-cid-obltlcv6]{--life-blue:#edf4f8;--life-blue-border:#cfdfe7;--life-warm:#fff8e9;--life-warm-border:#ead9af;--life-red:#fff2ee;--life-red-border:#eccfc6}.how-i-live-grid[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.life-column[data-astro-cid-obltlcv6]{padding:1.35rem;border:1px solid var(--as-border);border-radius:22px;background:#fff;box-shadow:0 9px 28px #19212c0d}.life-column[data-astro-cid-obltlcv6].daily{background:linear-gradient(145deg,#fff,var(--as-green-soft))}.life-column[data-astro-cid-obltlcv6].weekly{background:linear-gradient(145deg,#fff,var(--life-blue))}.life-column-head[data-astro-cid-obltlcv6]{margin-bottom:1rem}.life-column-head[data-astro-cid-obltlcv6].compact{margin-bottom:.85rem}.life-column-head[data-astro-cid-obltlcv6] h3[data-astro-cid-obltlcv6]{margin:.22rem 0 .4rem;font-size:clamp(1.2rem,2vw,1.55rem)}.life-column-head[data-astro-cid-obltlcv6] p[data-astro-cid-obltlcv6]{color:var(--as-muted)!important;font-size:.86rem;line-height:1.45}.life-kicker[data-astro-cid-obltlcv6]{display:block;color:var(--as-green-dark);font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.life-list[data-astro-cid-obltlcv6]{display:grid;gap:.58rem}.life-item[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:40px minmax(0,1fr);gap:.72rem;padding:.72rem;border:1px solid rgba(204,214,210,.85);border-radius:14px;background:#ffffffd6}.life-item-icon[data-astro-cid-obltlcv6]{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--as-soft);font-size:1rem}.life-item[data-astro-cid-obltlcv6] strong[data-astro-cid-obltlcv6],.rule-item[data-astro-cid-obltlcv6] strong[data-astro-cid-obltlcv6],.boundary-item[data-astro-cid-obltlcv6] strong[data-astro-cid-obltlcv6]{display:block;margin-bottom:.16rem;color:var(--as-ink);font-size:.88rem;line-height:1.3}.life-item[data-astro-cid-obltlcv6] p[data-astro-cid-obltlcv6],.rule-item[data-astro-cid-obltlcv6] p[data-astro-cid-obltlcv6],.boundary-item[data-astro-cid-obltlcv6] p[data-astro-cid-obltlcv6]{color:var(--as-muted)!important;font-size:.77rem;line-height:1.42}.life-rules-row[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:1rem;margin-top:1rem}.life-rules-card[data-astro-cid-obltlcv6],.life-boundaries-card[data-astro-cid-obltlcv6]{padding:1.35rem;border-radius:22px}.life-rules-card[data-astro-cid-obltlcv6]{border:1px solid var(--life-warm-border);background:var(--life-warm)}.life-boundaries-card[data-astro-cid-obltlcv6]{border:1px solid var(--life-red-border);background:var(--life-red)}.rule-grid[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.rule-item[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:30px minmax(0,1fr);gap:.65rem;padding:.72rem;border:1px solid rgba(210,187,132,.44);border-radius:13px;background:#ffffffb8}.rule-number[data-astro-cid-obltlcv6]{color:#8a653a;font-family:Georgia,serif;font-size:.72rem;font-weight:800}.boundary-list[data-astro-cid-obltlcv6]{display:grid;gap:.58rem}.boundary-item[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:30px minmax(0,1fr);gap:.58rem;padding:.69rem;border:1px solid rgba(218,180,168,.55);border-radius:13px;background:#ffffffba}.boundary-item[data-astro-cid-obltlcv6]>span[data-astro-cid-obltlcv6]{font-size:1rem}.day-rhythm[data-astro-cid-obltlcv6]{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:1.3rem;margin-top:1rem;padding:1.35rem;border:1px solid var(--as-border);border-radius:22px;background:#fff}.day-rhythm-intro[data-astro-cid-obltlcv6] h3[data-astro-cid-obltlcv6]{margin-bottom:.5rem;font-size:clamp(1.18rem,2vw,1.48rem)}.day-rhythm-intro[data-astro-cid-obltlcv6]>p[data-astro-cid-obltlcv6]:last-child{color:var(--as-muted)!important;font-size:.82rem;line-height:1.48}.day-rhythm-track[data-astro-cid-obltlcv6]{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.38rem;margin:0;padding:0;list-style:none}.day-rhythm-track[data-astro-cid-obltlcv6]:before{position:absolute;top:24px;right:7%;left:7%;height:2px;background:#d7e2dc;content:""}.day-rhythm-track[data-astro-cid-obltlcv6] li[data-astro-cid-obltlcv6]{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.day-rhythm-dot[data-astro-cid-obltlcv6]{display:grid;width:48px;height:48px;place-items:center;margin-bottom:.38rem;border:1px solid #c9d9d0;border-radius:50%;background:var(--as-green-soft);font-size:1rem;box-shadow:0 0 0 5px #fff}.day-rhythm-index[data-astro-cid-obltlcv6]{color:#8b948f;font-size:.55rem;font-weight:900;letter-spacing:.08em}.day-rhythm-track[data-astro-cid-obltlcv6] strong[data-astro-cid-obltlcv6]{margin:.05rem 0 .16rem;font-size:.75rem;line-height:1.2}.day-rhythm-track[data-astro-cid-obltlcv6] li[data-astro-cid-obltlcv6]>span[data-astro-cid-obltlcv6]:last-child{color:var(--as-muted);font-size:.66rem;line-height:1.3}.life-distinction[data-astro-cid-obltlcv6]{display:flex;gap:.7rem;align-items:flex-start;margin-top:1rem;padding:.9rem 1rem;border:1px solid #cbded4;border-radius:15px;background:var(--as-green-soft)}.life-distinction[data-astro-cid-obltlcv6]>span[data-astro-cid-obltlcv6]{color:var(--as-green-dark);font-size:1.15rem;font-weight:900}.life-distinction[data-astro-cid-obltlcv6] p[data-astro-cid-obltlcv6]{color:#405047!important;font-size:.81rem;line-height:1.45}@media (max-width:900px){.life-rules-row[data-astro-cid-obltlcv6],.day-rhythm[data-astro-cid-obltlcv6]{grid-template-columns:1fr}.day-rhythm-track[data-astro-cid-obltlcv6]{margin-top:.25rem}}@media (max-width:720px){.how-i-live-grid[data-astro-cid-obltlcv6],.rule-grid[data-astro-cid-obltlcv6]{grid-template-columns:1fr}.life-column[data-astro-cid-obltlcv6],.life-rules-card[data-astro-cid-obltlcv6],.life-boundaries-card[data-astro-cid-obltlcv6],.day-rhythm[data-astro-cid-obltlcv6]{padding:1.05rem;border-radius:18px}.day-rhythm-track[data-astro-cid-obltlcv6]{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1rem}.day-rhythm-track[data-astro-cid-obltlcv6]:before{display:none}}@media (max-width:430px){.day-rhythm-track[data-astro-cid-obltlcv6]{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-personal-principles[data-astro-cid-rqkm6kyn]{padding:clamp(1.35rem,4vw,2.5rem);border:1px solid #cddfd5;border-radius:28px;background:linear-gradient(145deg,var(--as-green-soft),#fff 43%,#fffaf0 100%);box-shadow:0 12px 34px #19212c0e}.principles-hero[data-astro-cid-rqkm6kyn]{max-width:850px;margin:0 auto 2rem;text-align:center}.principles-hero[data-astro-cid-rqkm6kyn] h2[data-astro-cid-rqkm6kyn]{margin-bottom:.85rem}.principles-lede[data-astro-cid-rqkm6kyn]{color:var(--as-muted)!important;font-size:clamp(.98rem,1.7vw,1.1rem);line-height:1.65}.principles-lede[data-astro-cid-rqkm6kyn] em[data-astro-cid-rqkm6kyn]{color:var(--as-ink);font-family:Georgia,Times New Roman,serif}.worldview-groups[data-astro-cid-rqkm6kyn]{display:grid;gap:1rem}.worldview-group[data-astro-cid-rqkm6kyn]{padding:1.15rem;border:1px solid rgba(195,211,202,.92);border-radius:21px;background:#ffffffc7}.worldview-group[data-astro-cid-rqkm6kyn]:nth-child(2){border-color:#ddd7c7;background:#fffcf4d1}.worldview-group[data-astro-cid-rqkm6kyn]:nth-child(3){border-color:#d5dce4;background:#f9fbfdd6}.worldview-group-head[data-astro-cid-rqkm6kyn]{display:grid;grid-template-columns:minmax(220px,.68fr) minmax(300px,1.32fr);gap:1.2rem;align-items:end;margin-bottom:1rem;padding:.15rem .15rem .95rem;border-bottom:1px solid rgba(199,208,203,.72)}.worldview-kicker[data-astro-cid-rqkm6kyn]{display:block;margin-bottom:.28rem;color:var(--as-green-dark);font-size:.61rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.worldview-group-head[data-astro-cid-rqkm6kyn] h3[data-astro-cid-rqkm6kyn]{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.3vw,1.85rem);letter-spacing:-.02em}.worldview-group-head[data-astro-cid-rqkm6kyn]>p[data-astro-cid-rqkm6kyn]{color:var(--as-muted)!important;font-size:.84rem;line-height:1.5}.principles-grid[data-astro-cid-rqkm6kyn]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem;margin:0;padding:0;list-style:none}.principle-card[data-astro-cid-rqkm6kyn]{display:grid;grid-template-columns:45px minmax(0,1fr);gap:.76rem;min-width:0;padding:.95rem;border:1px solid rgba(204,214,209,.8);border-radius:16px;background:#ffffffe6;box-shadow:0 4px 15px #19212c08}.principle-number[data-astro-cid-rqkm6kyn]{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:var(--as-green-soft);color:var(--as-green-dark);font-family:Georgia,Times New Roman,serif;font-size:.72rem;font-weight:800}.worldview-group[data-astro-cid-rqkm6kyn]:nth-child(2) .principle-number[data-astro-cid-rqkm6kyn]{background:#fff3d9;color:#785324}.worldview-group[data-astro-cid-rqkm6kyn]:nth-child(3) .principle-number[data-astro-cid-rqkm6kyn]{background:#eef3f8;color:#40576c}.principle-card[data-astro-cid-rqkm6kyn] h4[data-astro-cid-rqkm6kyn]{margin:.04rem 0 .34rem;color:var(--as-ink);font-size:.95rem;line-height:1.25;letter-spacing:-.01em}.principle-card[data-astro-cid-rqkm6kyn] p[data-astro-cid-rqkm6kyn]{color:var(--as-muted)!important;font-size:.79rem;line-height:1.5}.principles-footer[data-astro-cid-rqkm6kyn]{display:flex;gap:.7rem;align-items:flex-start;margin-top:1rem;padding:.92rem 1rem;border:1px solid rgba(211,190,139,.62);border-radius:15px;background:#fff9e8e0}.principles-footer[data-astro-cid-rqkm6kyn]>span[data-astro-cid-rqkm6kyn]{color:#8a653a;font-size:1.05rem;font-weight:900}.principles-footer[data-astro-cid-rqkm6kyn] p[data-astro-cid-rqkm6kyn]{color:#5e5140!important;font-size:.8rem;line-height:1.48}@media (max-width:780px){.principles-hero[data-astro-cid-rqkm6kyn]{text-align:left}.worldview-group-head[data-astro-cid-rqkm6kyn],.principles-grid[data-astro-cid-rqkm6kyn]{grid-template-columns:1fr}.worldview-group-head[data-astro-cid-rqkm6kyn]{align-items:start}.about-personal-principles[data-astro-cid-rqkm6kyn]{padding:1.05rem;border-radius:20px}.worldview-group[data-astro-cid-rqkm6kyn]{padding:.9rem;border-radius:17px}}@media (max-width:430px){.principle-card[data-astro-cid-rqkm6kyn]{grid-template-columns:36px minmax(0,1fr);gap:.62rem;padding:.8rem}.principle-number[data-astro-cid-rqkm6kyn]{width:34px;height:34px;border-radius:9px;font-size:.65rem}}.about-capability-map{position:relative;overflow:hidden;padding:clamp(1.2rem,3vw,1.65rem);border:1px solid var(--as-border);border-radius:26px;background:linear-gradient(145deg,#fffffffa,#f5f8f7f5);box-shadow:0 14px 38px #19212c11}.about-capability-map:before{position:absolute;inset:0;background:radial-gradient(circle at 9% 0%,rgba(36,92,70,.09),transparent 26%),radial-gradient(circle at 92% 8%,rgba(154,106,63,.08),transparent 24%);content:"";pointer-events:none}.about-capability-map>*{position:relative;z-index:1}.about-capability-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1.2rem;align-items:end;margin-bottom:1.25rem}.about-capability-intro h2{max-width:700px;margin-bottom:.75rem}.about-capability-intro>div>p:last-child{max-width:720px;color:var(--as-muted)!important}.about-capability-key{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.6rem;border:1px solid #d9e1dd;border-radius:16px;background:#ffffffb8}.about-capability-key span{display:grid;place-items:center;align-content:center;min-height:52px;padding:.45rem;border:1px solid transparent;border-radius:11px;color:#415049;font-size:.67rem;font-weight:850;line-height:1.25;text-align:center;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,opacity .15s ease}.about-capability-key span strong{font:inherit}.about-capability-key span strong b{font:inherit;opacity:.62}.about-capability-key span small{margin-top:.08rem;font-size:.88em;font-weight:800;line-height:1.15;letter-spacing:.035em}.about-capability-key span:nth-child(1){background:#eaf3ee;color:#174433}.about-capability-key span:nth-child(2){background:#eef2f7;color:#3f5369}.about-capability-key span:nth-child(3){background:#fff6df;color:#785324}.about-capability-key span:hover{transform:translateY(-1px)}.about-capability-key span.is-active{border-color:currentColor;box-shadow:0 5px 14px #19212c17}.about-capability-key span:focus-visible{outline:3px solid #f0b84b;outline-offset:2px}.about-capability-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.about-capability-lane{display:flex;min-width:0;flex-direction:column;padding:1rem;border:1px solid #dfe4e1;border-radius:20px;background:#ffffffe0;transition:opacity .17s ease,transform .17s ease,box-shadow .17s ease,border-color .17s ease}.about-capability-lane[hidden]{display:none!important}.about-capability-lane[data-lane=do]{border-top:4px solid var(--as-green)}.about-capability-lane[data-lane=more]{border-top:4px solid #6d8396}.about-capability-lane[data-lane=learn]{border-top:4px solid #b68043}.about-capability-map.is-focused .about-capability-lane.is-muted{opacity:.38;transform:scale(.985)}.about-capability-map.is-focused .about-capability-lane.is-active{box-shadow:0 12px 26px #19212c17}.about-capability-lane-head{min-height:150px;padding:.2rem .1rem .9rem}.about-capability-lane-icon{display:grid;width:40px;height:40px;place-items:center;margin-bottom:.75rem;border-radius:12px;background:var(--as-soft);font-size:1.08rem}.about-capability-lane-head h3{margin-bottom:.42rem;font-size:1.18rem}.about-capability-lane-head p{color:var(--as-muted)!important;font-size:.82rem;line-height:1.45}.about-capability-items{display:grid;gap:.55rem}.about-capability-item{display:block;padding:.78rem .8rem;border:1px solid #e2e6e4;border-radius:14px;background:#fff;text-decoration:none!important;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}a.about-capability-item:hover{transform:translateY(-2px);border-color:#b8cac0;box-shadow:0 8px 18px #19212c12}.about-capability-item-top{display:flex;align-items:center;gap:.55rem}.about-capability-item-emoji{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border-radius:9px;background:var(--as-soft);font-size:.93rem}.about-capability-item strong{min-width:0;color:var(--as-ink);font-size:.85rem;line-height:1.2}.about-capability-item-arrow{margin-left:auto;color:var(--as-green-dark);font-size:.8rem;font-weight:900}.about-capability-meta{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.55rem}.about-capability-meta span{padding:.22rem .38rem;border-radius:999px;background:#f2f4f3;color:#5f6863;font-size:.6rem;font-weight:780;line-height:1.2}.about-capability-lane[data-lane=do] .about-capability-meta span:first-child{background:var(--as-green-soft);color:var(--as-green-dark)}.about-capability-lane[data-lane=more] .about-capability-meta span:first-child{background:#eef2f7;color:#42596c}.about-capability-lane[data-lane=more] .about-capability-meta .about-capability-want{background:#e6edf4;color:#334e67}.about-capability-lane[data-lane=learn] .about-capability-meta span:first-child{background:var(--as-gold-soft);color:#785324}.about-capability-lane[data-lane=learn] .about-capability-meta .about-capability-added{border:1px solid #eadcb8;background:#fffdf6;color:#86643c}.about-capability-note{display:flex;align-items:flex-start;gap:.7rem;margin-top:1rem;padding:.85rem 1rem;border:1px dashed #c9d6cf;border-radius:15px;background:#eaf3ee9e}.about-capability-note>span{font-size:1.15rem;line-height:1.25}.about-capability-note p{color:#45554c!important;font-size:.78rem;line-height:1.48}.about-capability-note strong{color:var(--as-green-dark)}@media (max-width:900px){.about-capability-intro{grid-template-columns:1fr}.about-capability-key{position:sticky;top:.5rem;z-index:5;max-width:620px;background:#fffffff0;box-shadow:0 7px 22px #19212c14;backdrop-filter:blur(10px)}.about-capability-lanes{grid-template-columns:1fr}.about-capability-lane-head{min-height:0}.about-capability-items{grid-template-columns:repeat(2,minmax(0,1fr))}.about-capability-map.is-tabbed .about-capability-lane{animation:capability-lane-in .18s ease both}}@media (max-width:640px){.about-capability-map{padding:1rem;border-radius:20px}.about-capability-key{grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;padding:.4rem}.about-capability-key span{min-height:48px;padding:.36rem .24rem;font-size:.57rem}.about-capability-key span small{font-size:.78em}.about-capability-items{grid-template-columns:1fr}.about-capability-lane{padding:.85rem}.about-capability-note{padding:.75rem .8rem}}@keyframes capability-lane-in{0%{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.about-capability-item,.about-capability-key span,.about-capability-lane{transition:none}.about-capability-map.is-tabbed .about-capability-lane{animation:none}}
