/* Explore's existing editorial content, with motion inspired by Emil Kowalski. */
.qy-explore-panel{--explore-ease:cubic-bezier(.23,1,.32,1);position:relative;margin:18px auto 0;background:#fff;border:1px solid var(--line,#dbe2e7);border-radius:0;color:var(--ink,#10263d)}
.qy-explore-panel-top{display:grid;grid-template-columns:minmax(180px,.65fr) minmax(0,2.35fr);align-items:center;gap:30px;padding:24px 28px}
.qy-explore-panel-identity{display:flex;flex-direction:column;align-items:flex-start;gap:28px;min-width:0}
.qy-explore-panel-brand{display:flex;flex-direction:column;gap:6px;min-height:44px;color:#082c36;text-decoration:none}
.qy-explore-panel-brand strong{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:25px;line-height:1.2;letter-spacing:0}
.qy-explore-panel-brand span{font-size:12px;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;color:#52656a}
.qy-explore-panel-image{display:flex;align-items:center;min-height:44px;max-width:100%}
.qy-explore-panel-logo{display:block;width:126px;max-width:100%;height:auto}
.qy-explore-stories{display:grid;min-width:0;isolation:isolate}
.qy-explore-story{grid-area:1/1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:26px;align-items:center;min-width:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 220ms var(--explore-ease),visibility 220ms}
.qy-explore-story.is-current{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.qy-explore-story-photo{display:block;overflow:hidden;background:#edf2f2;align-self:stretch;min-height:200px;border-radius:3px}
.qy-explore-story-photo img{display:block;width:100%;height:100%;min-height:200px;max-height:260px;object-fit:cover}
.qy-explore-story-copy{min-width:0;transform:translateY(5px);transition:transform 220ms var(--explore-ease)}
.qy-explore-story.is-current .qy-explore-story-copy{transform:translateY(0)}
.qy-explore-story-category{display:block;margin-bottom:9px;color:#647278;font-size:12px;line-height:1.4;letter-spacing:.09em;text-transform:uppercase}
.qy-explore-story h3{margin:0;font-family:var(--serif,Georgia,serif);font-size:clamp(24px,2.1vw,30px);font-weight:400;line-height:1.12;text-wrap:balance}
.qy-explore-story h3 a{color:inherit;text-decoration:none}
.qy-explore-story p{margin:12px 0 5px;font-size:16px;line-height:1.6;color:#42576a}
.qy-explore-story-read{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#082c36;font-size:14px;font-weight:500;text-decoration:none}
.qy-explore-story-read svg{transition:transform 160ms var(--explore-ease)}
.qy-explore-panel-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 28px;border-top:1px solid var(--line,#dbe2e7)}
.qy-explore-panel-links{min-width:0;overflow-x:auto;scrollbar-width:thin}
.qy-explore-panel-links ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:5px 0}
.qy-explore-panel-links a{position:relative;display:inline-flex;align-items:center;min-height:44px;color:#42576a;white-space:nowrap;text-decoration:none;font-size:14px;line-height:1.5}
.qy-explore-panel-links a::after{content:'';position:absolute;left:0;right:0;bottom:5px;height:1px;background:#9a773c;transform:scaleX(0);transform-origin:left;transition:transform 200ms var(--explore-ease)}
.qy-explore-panel-links a.is-current{color:#082c36}
.qy-explore-panel-links a.is-current::after{transform:scaleX(1)}
.qy-explore-controls{display:flex;align-items:center;gap:2px;flex-shrink:0}
.qy-explore-controls[hidden]{display:none}
.qy-explore-count{margin-right:8px;font-size:12px;line-height:1.4;font-variant-numeric:tabular-nums;color:#52656a;white-space:nowrap}
.qy-explore-count>span:first-child{color:#082c36}
.qy-explore-controls button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:#183e47;cursor:pointer;transition:transform 140ms var(--explore-ease),background-color 140ms ease}
.qy-explore-controls button:active:not(:focus-visible){transform:scale(.96)}
.qy-explore-controls [data-explore-prev]>svg{transform:rotate(180deg)}
.qy-explore-play-icon{display:none}
[data-explore-toggle][data-paused=true] .qy-explore-play-icon{display:block}
[data-explore-toggle][data-paused=true] .qy-explore-pause-icon{display:none}
.qy-explore-panel a:focus-visible,.qy-explore-panel button:focus-visible{outline:2px solid #96702e;outline-offset:3px}
.qy-explore-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.qy-explore-panel ::selection{background:#d7b67b;color:#071a2d}
.qy-explore-instant .qy-explore-story,.qy-explore-instant .qy-explore-story-copy,.qy-explore-instant .qy-explore-panel-links a::after{transition:none}
@media(hover:hover) and (pointer:fine){.qy-explore-controls button:hover{background:#eef2f2}.qy-explore-story-read:hover svg{transform:translateX(3px)}.qy-explore-panel-brand:hover strong,.qy-explore-story h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.qy-explore-panel-links a:hover::after{transform:scaleX(1)}}
/* Preserve the established spacing and service previews around this section. */
#servicios.qy-services-with-update{padding-bottom:20px!important}
#servicios.qy-services-with-update+#equipo{padding-top:36px!important}
#servicios.qy-services-with-update .v11-group{min-height:0;display:flex;flex-direction:column;box-shadow:none}
#servicios.qy-services-with-update .v11-num{display:none}
#servicios.qy-services-with-update .v11-group h3{margin:0 0 14px;line-height:1.25}
#servicios.qy-services-with-update .v11-group>p{font-size:14px;line-height:1.65;min-height:0;color:#42576a!important}
#servicios.qy-services-with-update .v11-group ul{margin:20px 0}
#servicios.qy-services-with-update .v11-group li{font-size:14px;line-height:1.5;padding:10px 0}
#servicios.qy-services-with-update .v11-group>button{margin-top:auto;min-height:44px;font-size:11px;letter-spacing:.04em}
@media(max-width:1100px){.qy-explore-panel-top{grid-template-columns:172px minmax(0,1fr);gap:24px;padding:24px}.qy-explore-panel-brand strong{font-size:23px}.qy-explore-story{gap:20px}.qy-explore-panel-bottom{margin-inline:24px}.qy-explore-panel-links ul{gap:20px}}
@media(max-width:980px){.qy-explore-panel{margin-top:0}.qy-explore-panel-top{grid-template-columns:minmax(0,1fr);gap:22px}.qy-explore-panel-identity{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.qy-explore-panel-logo{width:120px}.qy-explore-story{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:24px}.qy-explore-panel-bottom{flex-wrap:wrap;gap:0}.qy-explore-panel-links{flex:1 1 100%}.qy-explore-panel-links ul{justify-content:space-between}.qy-explore-controls{margin-left:auto}#servicios.qy-services-with-update .qy-mobile-services{padding-bottom:24px}#servicios.qy-services-with-update+#equipo{padding-top:0!important}#servicios.qy-services-with-update+#equipo .qy-mobile-team{padding-top:32px}}
@media(max-width:600px){.qy-explore-panel-top{padding:20px;gap:20px}.qy-explore-panel-brand strong{font-size:22px}.qy-explore-panel-brand span{font-size:12px}.qy-explore-panel-logo{width:108px}.qy-explore-story{grid-template-columns:minmax(0,1fr);gap:18px;align-content:start}.qy-explore-story-photo{min-height:0;aspect-ratio:2.1}.qy-explore-story-photo img{min-height:0;max-height:none;height:100%}.qy-explore-story-copy{align-self:start}.qy-explore-story h3{font-size:27px;line-height:1.15}.qy-explore-story p{margin-top:10px}.qy-explore-panel-bottom{margin-inline:20px}.qy-explore-panel-links ul{justify-content:flex-start;gap:22px}.qy-explore-controls{padding-block:3px}}
@media(max-width:360px){.qy-explore-panel-top{padding:16px}.qy-explore-panel-brand strong{font-size:20px}.qy-explore-panel-brand span{font-size:12px;letter-spacing:0}.qy-explore-panel-logo{width:88px}.qy-explore-panel-identity{gap:12px}.qy-explore-panel-bottom{margin-inline:16px}}
@media(prefers-reduced-motion:reduce){.qy-explore-story,.qy-explore-story-copy,.qy-explore-story-read svg,.qy-explore-panel-links a::after,.qy-explore-controls button{transition:none;transform:none}.qy-explore-controls button:active{transform:none}}

/* A continuous ribbon with destination links and no media-player chrome. */
[data-explore-marquee] .qy-explore-stories{display:block;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c3cdd1 transparent}
[data-explore-marquee].is-ribbon-running .qy-explore-stories{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 20px),transparent)}
.qy-explore-story-title-compact{display:none}
[data-explore-marquee] .qy-explore-panel-links{flex:1}
[data-explore-marquee] .qy-explore-panel-links ul{justify-content:space-between;gap:18px}
.qy-explore-ribbon-track{position:relative;display:flex;width:max-content}
@keyframes qy-explore-ribbon-drift{to{transform:translate3d(var(--ribbon-distance),0,0)}}
.qy-explore-ribbon-group{position:relative;display:flex;gap:28px;padding-right:28px;flex:none}
.qy-explore-ribbon-group[hidden]{display:none}
[data-explore-marquee] .qy-explore-story{flex:none;width:var(--ribbon-item-width,min(740px,70vw));opacity:1;visibility:visible;pointer-events:auto;transition:none}
[data-explore-marquee] .qy-explore-story-copy{transform:none;transition:none}
[data-explore-marquee] .qy-explore-story h3{font-size:clamp(24px,2.1vw,28px)}
[data-explore-marquee] .qy-explore-story p{font-size:15px;line-height:1.55}
.qy-explore-ribbon-pause{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);padding:0;border:0;background:#fff;color:#647278;font:inherit;font-size:12px;cursor:pointer}
.qy-explore-ribbon-pause[hidden]{display:none}
.qy-explore-ribbon-pause:focus-visible{right:20px;bottom:4px;width:auto;height:44px;padding-inline:12px;overflow:visible;clip-path:none;z-index:2}
@media(max-width:980px){.qy-explore-ribbon-pause{margin-left:auto}.qy-explore-ribbon-group{gap:24px;padding-right:24px}}
@media(max-width:600px){[data-explore-marquee] .qy-explore-story{display:block;width:var(--ribbon-item-width,210px)}[data-explore-marquee] .qy-explore-story-photo{height:140px;min-height:0;aspect-ratio:auto}[data-explore-marquee] .qy-explore-story-photo img{height:140px;min-height:0;max-height:none}[data-explore-marquee] .qy-explore-story-copy{padding-top:12px}[data-explore-marquee] .qy-explore-story h3{font-size:21px;line-height:1.2;min-height:26px;text-wrap:balance}[data-explore-marquee] .qy-explore-story-category,[data-explore-marquee] .qy-explore-story p,[data-explore-marquee] .qy-explore-story-read,.qy-explore-story-title{display:none}.qy-explore-story-title-compact{display:inline}.qy-explore-ribbon-group{gap:20px;padding-right:20px}[data-explore-marquee] .qy-explore-panel-top{padding-bottom:6px}[data-explore-marquee] .qy-explore-panel-bottom{border:0;min-height:32px}[data-explore-marquee] .qy-explore-panel-links{display:none}.qy-explore-ribbon-pause{min-height:32px;font-size:11px}}
@media(prefers-reduced-motion:reduce){.qy-explore-ribbon-pause{transition:none}}

/* A quiet editorial strip between Explore and the team portraits. */
.qy-desk-editorial{--explore-ease:cubic-bezier(.23,1,.32,1);margin:28px auto 0}
.qy-desk-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.qy-desk-heading h2{margin:0;font-family:var(--serif,Georgia,serif);font-size:26px;font-weight:400;line-height:1.2;color:#10263d}
.qy-desk-heading>a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:14px;line-height:1.4;color:#42576a;text-decoration:none}
.qy-desk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;background:#f7f4ed;border-block:1px solid #ded7ca}
.qy-desk-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:20px 24px 12px;background:transparent;color:#10263d}
.qy-desk-card:nth-child(2){border-inline:1px solid #ded7ca}

.qy-desk-category{display:block;min-height:20px;margin:0 30px 8px 0;font-size:11px;line-height:1.4;letter-spacing:.09em;text-transform:uppercase;color:#745825}
.qy-desk-stories{display:grid;flex:1;min-width:0}
.qy-desk-story{grid-area:1/1;display:flex;flex-direction:column;min-width:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity 220ms var(--explore-ease),transform 220ms var(--explore-ease),visibility 220ms}
.qy-desk-story.is-current{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);z-index:1}
.qy-desk-story h3{margin:0;font-family:var(--serif,Georgia,serif);font-size:21px;font-weight:400;line-height:1.18;text-wrap:pretty}
.qy-desk-story h3 a{color:#10263d;text-decoration:none}
.qy-desk-story p{margin:8px 0;font-size:14px;line-height:1.5;color:#42576a}
.qy-desk-story-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:2px}.qy-desk-meta{display:block;min-width:0;color:#52656a;font-size:11px;line-height:1.4}
.qy-desk-read{display:inline-flex;align-items:center;flex-shrink:0;gap:7px;min-height:44px;margin-top:0;color:#183e47;font-size:13px;text-decoration:none}
.qy-desk-card .qy-explore-controls{position:absolute;right:12px;top:7px;width:1px;height:1px;margin:0;padding:0;overflow:hidden;clip-path:inset(50%)}.qy-desk-card .qy-explore-controls:focus-within{width:auto;height:44px;overflow:visible;clip-path:none;background:#f7f4ed;padding-inline:8px}
.qy-desk-card .qy-explore-controls button{width:auto;border-radius:0;color:#42576a;font-size:12px}
.qy-desk-card .qy-explore-count{display:none}
.qy-desk-card .qy-explore-count>span:first-child{color:#10263d}
.qy-desk-editorial a:focus-visible,.qy-desk-editorial button:focus-visible{outline:2px solid #96702e;outline-offset:3px}
.qy-desk-heading>a:focus-visible{outline-color:#96702e}
.qy-explore-instant .qy-desk-story{transition:none}
@media(hover:hover) and (pointer:fine){.qy-desk-card .qy-explore-controls button:hover{background:#eae5da}.qy-desk-read:hover,.qy-desk-story h3 a:hover,.qy-desk-heading>a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}}
@media(max-width:1100px){.qy-desk-card{padding:18px 20px 10px}.qy-desk-story h3{font-size:20px}}
@media(max-width:760px){.qy-desk-grid{grid-template-columns:minmax(0,1fr)}.qy-desk-card{padding:18px 20px 8px}.qy-desk-card:nth-child(2){border-inline:0;border-block:1px solid #ded7ca}.qy-desk-heading h2{font-size:24px}.qy-desk-heading>a{font-size:13px}.qy-desk-story h3{font-size:21px}.qy-desk-story-footer{padding-top:0}.qy-desk-story p{font-size:14px;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.qy-desk-story{transition:none;transform:none}.qy-desk-grid{scroll-behavior:auto}}
