.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}}
