:root {
  --urban-blue: #09449e;
  --urban-blue-bright: #205bb5;
  --urban-orange: #fe6813;
  --header-action-orange: #c94c00;
  --urban-pink: #f28ddd;
  --urban-wine: #7b2f3b;
  --urban-black: #252525;
  --urban-dark: #201e1e;
  --urban-white: #fff;
  --urban-paper: #f4f0e8;
  --urban-line: rgba(37, 37, 37, .2);
  --urban-pad: clamp(20px, 4.7vw, 72px);
  --urban-display: Arial, "Helvetica Neue", sans-serif;
  --urban-text: Arial, "Helvetica Neue", sans-serif;
  --urban-serif: Georgia, "Times New Roman", serif;
  --maestros-brand: #1e5ad2;
  --maestros-ink: #151d37;
  --header-control-width: clamp(92px, 7.8vw, 110px);
}

html { background: var(--urban-white); color: var(--urban-black); }
body { overflow-x: hidden; background: var(--urban-white); color: var(--urban-black); line-height: 1.5; }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
main { overflow: clip; font-family: var(--urban-text); }
.maestros-section, .template-lead, .urban-faq { scroll-margin-top: 90px; }

main a:focus-visible, main button:focus-visible, main summary:focus-visible { outline: 3px solid var(--urban-pink); outline-offset: 4px; }
.skip-link { background: var(--urban-blue); color: #fff; }

/* Maestros brand lockup inside a solid Urban blue header. */
.site-header { background-color: var(--urban-blue); backdrop-filter: none; border-bottom-color: rgba(255, 255, 255, .28); }
.site-header .maestros-brand { gap: 17px; }
.site-header .maestros-brand .logo-mark { width: 58px; height: 58px; flex: 0 0 auto; filter: brightness(0) invert(1); }
.site-header .maestros-wordmark { display: flex; min-width: 0; flex-direction: column; color: var(--urban-white); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 800; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.site-header .maestros-wordmark span:last-child { margin-left: 14px; }
.site-header .site-nav a { color: var(--urban-white); }
.site-header .site-nav a:hover,
.site-header .site-nav a.active { color: #f5cc39; }
.site-header .header-contact { background: var(--urban-orange); color: var(--urban-black); }
.site-header .header-contact:hover { background: #f5cc39; color: var(--urban-black); }
.site-header .menu-button span { background-color: var(--urban-white); }
.site-header .menu-button:focus-visible { outline: 3px solid #f5cc39; outline-offset: 3px; }
.site-header .mobile-nav { background: var(--urban-blue); border-top-color: rgba(255, 255, 255, .28); }
.site-header .mobile-nav a { color: var(--urban-white); border-bottom-color: rgba(255, 255, 255, .25); }
.site-header .mobile-nav a:hover,
.site-header .mobile-nav a.active { color: #f5cc39; }
.site-header .site-logo:focus-visible,
.site-header .site-nav a:focus-visible,
.site-header .header-contact:focus-visible,
.site-header .mobile-nav a:focus-visible { outline: 3px solid #f5cc39; outline-offset: 4px; }

.site-language {
  width: var(--header-control-width);
  min-height: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .55);
}
.site-language a,
.site-language span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--urban-white);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.site-language a + span,
.site-language span + a { border-left: 1px solid rgba(255, 255, 255, .55); }
.site-language [aria-current="page"] { background: var(--header-action-orange); color: var(--urban-white); }
.site-language a:hover { background: var(--urban-white); color: var(--urban-blue); }
.site-language a:focus-visible { outline: 3px solid #f5cc39; outline-offset: 3px; }

.section-path {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--urban-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-path a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }
.section-path a:hover { color: var(--urban-orange); }
.section-path a:focus-visible { outline: 3px solid var(--urban-orange); outline-offset: 4px; }
.section-path [aria-current="page"] { color: var(--urban-black); }

.urban-kicker { font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; }
.urban-button { display: inline-flex; min-height: 60px; padding: 0 26px; align-items: center; justify-content: center; gap: 11px; border: 0; background: var(--urban-blue); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.urban-button:hover { background: var(--urban-blue-bright); color: #fff; transform: translateY(-2px); }
.urban-text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.urban-text-link:hover { color: var(--urban-blue); }

.urban-hero { padding: 28px var(--urban-pad) 88px; background: #fff; }
.urban-hero-copy { display: grid; justify-items: start; padding: 64px 0 52px; text-align: left; }
.urban-hero-copy .urban-kicker { margin-bottom: 26px; color: var(--urban-blue); }
.urban-hero h1 { font-family: var(--urban-display); font-size: clamp(68px, 10.7vw, 166px); font-weight: 400; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.urban-hero h1 strong { color: var(--urban-blue); font-weight: 800; }
.urban-hero-intro { display: flex; max-width: 780px; margin-top: 45px; align-items: center; gap: 34px; text-align: left; }
.urban-hero-intro p { max-width: 470px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.45; }
.urban-hero-work { position: relative; max-width: 1450px; margin: 0 auto; }
.urban-hero-work::before { position: absolute; inset: -16px 22px 26px -16px; z-index: 0; border: 2px solid var(--urban-blue); content: ""; pointer-events: none; }
.urban-hero-work img { position: relative; z-index: 1; width: 100%; aspect-ratio: 2.74 / 1; object-fit: cover; background: #ddd; }
.urban-hero-work figcaption { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.urban-hero-badge { position: absolute; top: -44px; right: 8%; z-index: 3; min-width: 150px; padding: 22px 24px; border-radius: 48% 52% 46% 54% / 58% 48% 52% 42%; background: var(--urban-pink); font-size: 12px; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; transform: rotate(4deg); }

@media (min-width: 981px) {
  .urban-hero-copy { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(18px, 2.2vw, 36px); justify-items: stretch; }
  .urban-hero-copy .urban-kicker { grid-column: 1 / 5; grid-row: 1; justify-self: start; }
  .urban-hero h1 { grid-column: 1 / 11; grid-row: 2; justify-self: start; width: 100%; }
  .urban-hero-intro { grid-column: 7 / 13; grid-row: 3; display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; max-width: 760px; margin-top: clamp(36px, 4vw, 60px); justify-self: end; align-items: end; gap: clamp(24px, 3vw, 44px); }
  .urban-hero-work { width: calc(100% - clamp(20px, 3vw, 48px)); margin-right: 0; margin-left: auto; }
}

.urban-ribbon { overflow: hidden; background: var(--urban-blue); color: #fff; white-space: nowrap; }
.urban-ribbon-track { display: flex; width: max-content; align-items: center; gap: clamp(42px, 5vw, 82px); padding: 25px 0 23px var(--urban-pad); transform: translate3d(var(--ribbon-shift, 0px), 0, 0); will-change: transform; }
.urban-ribbon-set { min-width: max-content; font-size: clamp(21px, 3.2vw, 46px); font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.urban-ribbon b { padding: 0 .35em; color: var(--urban-pink); }

.urban-current { padding: 110px var(--urban-pad) 130px; background: #fff; }
.urban-section-head { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(420px, 1.4fr) minmax(230px, .55fr); gap: clamp(30px, 5vw, 80px); align-items: end; padding-bottom: 52px; }
.urban-section-head .urban-kicker { align-self: start; color: var(--urban-blue); }
.urban-section-head h2 { max-width: 850px; font-size: clamp(52px, 7.2vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.urban-section-note { max-width: 380px; }
.urban-section-note p { font-size: 15px; line-height: 1.6; }
.urban-section-cta { margin-top: 20px; display: inline-block; color: var(--urban-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.urban-section-cta:hover { color: var(--urban-orange); }
.urban-work-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(24px, 4.6vw, 72px); align-items: start; }
.urban-work { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(245px, .72fr); min-height: 690px; }
.urban-work-pink { margin-top: 150px; }
.urban-work-image { min-height: 690px; overflow: hidden; background: #eee; }
.urban-work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.urban-work:hover .urban-work-image img { transform: scale(1.02); }
.urban-work-blue { background: var(--urban-blue); color: #fff; }
.urban-work-pink { background: var(--urban-pink); color: var(--urban-black); }
.urban-work-copy { display: flex; padding: 30px 27px; flex-direction: column; }
.urban-state { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.urban-work h3 { margin: 18px 0 22px; font-size: clamp(40px, 4.2vw, 68px); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.urban-work-description { margin-bottom: 27px; font-size: 13px; line-height: 1.55; }
.urban-work dl { margin-bottom: 30px; }
.urban-work dl div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid currentColor; font-size: 11px; line-height: 1.35; }
.urban-work dt { font-weight: 700; text-transform: uppercase; }
.urban-work dd { margin: 0; }
.urban-work .urban-text-link { margin-top: auto; align-self: flex-start; }

.urban-context { display: grid; grid-template-columns: minmax(0, 1.26fr) minmax(390px, .74fr); min-height: 780px; background: var(--urban-blue); color: #fff; }
.urban-context-image { position: relative; min-height: 780px; overflow: hidden; }
.urban-context-image img { width: 100%; height: 100%; object-fit: cover; }
.urban-context-image figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 22px; background: rgba(0, 0, 0, .72); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.urban-context-copy { display: flex; padding: clamp(48px, 7vw, 110px) var(--urban-pad); flex-direction: column; justify-content: center; }
.urban-context-copy .urban-kicker { color: var(--urban-pink); }
.urban-context-copy h2 { margin: 25px 0 31px; font-size: clamp(50px, 6vw, 88px); font-weight: 400; letter-spacing: -.07em; line-height: .86; }
.urban-context-copy > p:not(.urban-kicker) { max-width: 470px; font-size: 16px; line-height: 1.65; }
.urban-context-copy .urban-text-link { margin-top: 34px; align-self: flex-start; }
.urban-context-copy .urban-text-link:hover { color: var(--urban-pink); }

.urban-advisory { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); background: var(--urban-orange); color: var(--urban-black); }
.urban-advisory-copy { display: flex; min-height: 740px; padding: clamp(55px, 8vw, 120px) var(--urban-pad); flex-direction: column; justify-content: center; }
.urban-advisory-copy h2 { max-width: 840px; margin: 24px 0 32px; font-size: clamp(55px, 7vw, 106px); font-weight: 400; letter-spacing: -.075em; line-height: .82; }
.urban-advisory-copy > p:not(.urban-kicker) { max-width: 620px; font-size: 17px; line-height: 1.6; }
.urban-button-paper { margin-top: 34px; align-self: flex-start; background: var(--urban-black); }
.urban-button-paper:hover { background: #000; }
.urban-advisory-image { min-height: 740px; overflow: hidden; }
.urban-advisory-image img { width: 100%; height: 100%; object-fit: cover; }

.maestros-section { padding: 112px var(--urban-pad) 85px; background: #151d37; color: #f7f4ea; }
.maestros-intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .55fr); gap: clamp(38px, 7vw, 120px); align-items: end; margin-bottom: 55px; }
.maestros-intro .urban-kicker { margin-bottom: 19px; color: #f5cc39; }
.maestros-intro h2 { font-family: var(--urban-display); font-size: clamp(64px, 8vw, 124px); font-weight: 800; letter-spacing: -.078em; line-height: .78; text-transform: uppercase; }
.maestros-intro > p { max-width: 470px; color: #d9dceb; font-family: var(--urban-serif); font-size: 18px; line-height: 1.55; }
.maestros-strip-list { border-top: 1px solid rgba(255, 255, 255, .46); }
.maestro-strip { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) 126px 150px; min-height: 132px; align-items: center; gap: clamp(18px, 3vw, 48px); overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, .46); background: var(--card); color: var(--strip-ink); isolation: isolate; }
.maestro-strip::before { position: absolute; z-index: -1; width: 220px; height: 220px; right: 80px; top: -110px; border-radius: 50%; background: var(--shape); opacity: .82; content: ""; }
.maestro-strip::after { position: absolute; z-index: -1; width: 210px; height: 100px; left: 43%; bottom: -70px; background: var(--shape); opacity: .38; clip-path: polygon(50% 0,100% 35%,80% 100%,0 80%,10% 15%); content: ""; }
.maestro-strip-number { padding-left: 22px; font-family: var(--urban-serif); font-size: 32px; font-weight: 700; }
.maestro-strip-copy { min-width: 0; padding: 19px 0; }
.maestro-strip-copy small { display: block; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.maestro-strip-copy h3 { margin: 7px 0 4px; overflow-wrap: anywhere; font-size: clamp(26px, 3vw, 48px); font-weight: 800; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.maestro-strip-copy p { max-width: 640px; font-family: var(--urban-serif); font-size: 14px; font-weight: 700; line-height: 1.3; }
.maestro-strip-serif .maestro-strip-copy h3 { font-family: var(--urban-serif); font-weight: 700; text-transform: none; }
.maestro-strip figure { position: relative; z-index: 1; justify-self: end; width: 110px; height: 104px; overflow: hidden; background: var(--shape); transform: rotate(2.5deg); transition: transform .22s ease; }
.maestro-strip:nth-child(even) figure { transform: rotate(-2.5deg); }
.maestro-strip figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: grayscale(1); mix-blend-mode: multiply; }
a.maestro-strip:hover figure { transform: rotate(0) scale(1.035); }
a.maestro-strip:hover .maestro-strip-status { text-decoration: underline; text-underline-offset: 5px; }
.maestro-strip-status { z-index: 2; justify-self: end; padding-right: 22px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.maestro-strip-square::before { width: 154px; height: 154px; top: -16px; right: 94px; border-radius: 0; }
.maestro-strip-rothko::before { width: 190px; height: 110px; top: 10px; border-radius: 2px; filter: blur(4px); }
.maestros-footer-row { display: flex; justify-content: flex-end; margin-top: 26px; }
.maestros-all-link { flex: 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #f5cc39; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.template-lead { position: relative; min-height: 980px; padding: 50px var(--urban-pad) 135px; background: #fff; }
.template-lead-badge { width: 197px; height: 118px; margin: 0 auto -38px; }
.template-lead > h2 { max-width: 1080px; margin: 0 auto; font-size: clamp(65px, 8.7vw, 134px); font-weight: 400; letter-spacing: -.065em; line-height: .9; text-align: center; text-transform: uppercase; }
.template-lead-grid { display: grid; grid-template-columns: minmax(290px, .76fr) minmax(460px, 1fr); gap: clamp(60px, 9vw, 150px); align-items: center; max-width: 1340px; margin: 44px auto 0; }
.template-lead-copy { position: relative; padding-top: 80px; align-self: stretch; }
.template-lead-copy h3 { max-width: 490px; font-size: clamp(37px, 4.25vw, 66px); font-weight: 400; letter-spacing: -.052em; line-height: 1.08; text-transform: uppercase; }
.template-lead-copy p { max-width: 500px; margin-top: 24px; font-size: 15px; line-height: 1.52; }
.template-lead-arrow { width: min(358px, 82%); margin: -5px -29% 0 auto; transform: rotate(1deg); }
.template-lead-panel { position: relative; width: min(100%, 590px); aspect-ratio: 489 / 551; justify-self: end; }
.template-lead-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.template-lead-action { position: absolute; inset: 15% 16% 23%; z-index: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--urban-blue); text-align: center; }
.template-lead-action > p { width: 100%; max-width: 355px; margin-inline: auto; font-size: clamp(24px, 2.2vw, 35px); letter-spacing: -.025em; line-height: 1.28; text-align: center; text-transform: uppercase; text-wrap: balance; }
.template-lead-action > a { display: inline-flex; min-height: 61px; margin-top: 34px; padding: 0 28px; align-items: center; justify-content: center; gap: 12px; background: var(--urban-blue); color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.template-lead-action > a:hover { background: var(--urban-blue-bright); }
.template-lead-action > a img { width: 22px; height: 22px; }

.urban-faq { display: grid; grid-template-columns: minmax(320px, .74fr) minmax(0, 1.26fr); gap: clamp(55px, 8vw, 130px); padding: 110px var(--urban-pad) 125px; background: var(--urban-blue); color: #fff; }
.urban-faq-head .urban-kicker { color: var(--urban-pink); }
.urban-faq-head h2 { margin-top: 27px; font-size: clamp(56px, 7vw, 106px); font-weight: 400; letter-spacing: -.07em; line-height: .84; }
.urban-faq-list { border-top: 1px solid rgba(255, 255, 255, .55); }
.urban-faq details { border-bottom: 1px solid rgba(255, 255, 255, .55); }
.urban-faq summary { position: relative; min-height: 94px; padding: 29px 52px 25px 0; display: flex; align-items: center; font-size: clamp(20px, 2vw, 30px); font-weight: 700; line-height: 1.15; cursor: pointer; list-style: none; }
.urban-faq summary::-webkit-details-marker { display: none; }
.urban-faq summary::after { position: absolute; right: 0; top: 50%; content: "+"; font-size: 34px; font-weight: 400; transform: translateY(-50%); }
.urban-faq details[open] summary::after { content: "−"; }
.urban-faq details p { max-width: 810px; padding: 0 54px 32px 0; color: #e2e9f7; font-size: 16px; line-height: 1.65; }
.urban-faq details p a { color: var(--urban-pink); text-decoration: underline; text-underline-offset: 4px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .urban-work { grid-template-columns: 1fr; }
  .urban-work-image { min-height: 520px; }
  .urban-work-copy { min-height: 390px; }
  .maestro-strip { grid-template-columns: 60px minmax(0, 1fr) 112px 132px; gap: 22px; }
  .maestro-strip-copy h3 { font-size: clamp(25px, 3.2vw, 41px); }
}

@media (max-width: 1100px) {
  .site-header .site-nav, .site-header .header-contact { display: none; }
  .site-header .menu-button { display: flex; }
  .site-header .maestros-brand .logo-mark { width: 54px; height: 54px; }
  .site-header .maestros-wordmark { font-size: 23px; }
  .site-header .mobile-nav { top: 95px; height: calc(100vh - 95px); }
}

@media (max-width: 980px) {
  .urban-section-head { grid-template-columns: 1fr 1.5fr; }
  .urban-section-note { grid-column: 2; }
  .urban-context { grid-template-columns: 1fr; }
  .urban-context-image { min-height: 600px; }
  .urban-context-copy { min-height: 600px; }
  .urban-advisory { grid-template-columns: 1fr 42%; }
  .maestro-strip-copy p { display: none; }
  .template-lead-grid { grid-template-columns: 1fr; max-width: 720px; }
  .template-lead-copy { padding-top: 28px; text-align: center; }
  .template-lead-copy h3, .template-lead-copy p { margin-right: auto; margin-left: auto; }
  .template-lead-arrow { display: none; }
  .template-lead-panel { justify-self: center; }
  .urban-faq { grid-template-columns: 1fr; }
  .urban-faq-head h2 { max-width: 850px; }
}

@media (max-width: 760px) {
  .urban-hero { padding: 20px 20px 65px; }
  .urban-hero-copy { padding: 46px 0 40px; justify-items: start; text-align: left; }
  .urban-hero h1 { font-size: clamp(58px, 18vw, 108px); line-height: .82; }
  .urban-hero-intro { align-items: flex-start; flex-direction: column; gap: 25px; }
  .urban-hero-work img { min-height: 315px; aspect-ratio: auto; object-fit: cover; }
  .urban-hero-badge { top: -32px; right: 2%; min-width: 120px; padding: 16px; }
  .urban-hero-work figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .urban-ribbon-track { padding-left: 20px; }
  .urban-current, .maestros-section, .template-lead, .urban-faq { padding-left: 20px; padding-right: 20px; }
  .urban-section-head { display: block; }
  .urban-section-head h2 { margin: 22px 0 26px; }
  .urban-work-grid { grid-template-columns: 1fr; }
  .urban-work-pink { margin-top: 0; }
  .urban-work-image { min-height: 0; aspect-ratio: 4 / 5; }
  .urban-work-copy { min-height: 370px; }
  .urban-context-image { min-height: 470px; }
  .urban-context-copy { min-height: 590px; padding: 72px 20px; }
  .urban-advisory { grid-template-columns: 1fr; }
  .urban-advisory-copy { min-height: 650px; padding: 72px 20px; }
  .urban-advisory-image { min-height: 600px; }
  .maestros-intro { grid-template-columns: 1fr; }
  .maestros-intro h2 { font-size: clamp(44px, 13.5vw, 68px); line-height: .82; }
  .maestros-strip-list { margin-inline: -20px; }
  .maestro-strip { grid-template-columns: 44px minmax(0, 1fr) 84px; min-height: 124px; gap: 12px; }
  .maestro-strip::before { width: 150px; height: 150px; right: 25px; top: -73px; }
  .maestro-strip::after { display: none; }
  .maestro-strip-number { padding-left: 13px; font-size: 24px; }
  .maestro-strip-copy { padding: 16px 0 30px; }
  .maestro-strip-copy small { font-size: 7px; letter-spacing: .07em; }
  .maestro-strip-copy h3 { margin-top: 5px; font-size: clamp(21px, 7vw, 30px); line-height: .9; }
  .maestro-strip figure { grid-column: 3; width: 78px; height: 104px; }
  .maestro-strip-status { position: absolute; right: 91px; bottom: 10px; padding: 0; font-size: 8px; }
  .template-lead { min-height: 0; padding-top: 30px; padding-bottom: 95px; }
  .template-lead-badge { width: 168px; height: auto; margin-bottom: -42px; }
  .template-lead > h2 { font-size: clamp(48px, 14vw, 72px); line-height: .96; }
  .template-lead-grid { gap: 34px; margin-top: 28px; }
  .template-lead-copy h3 { font-size: clamp(32px, 10vw, 48px); }
  .template-lead-panel { width: min(100%, 489px); }
  .template-lead-action > p { font-size: clamp(18px, 5.8vw, 27px); }
  .template-lead-action > a { min-height: 52px; margin-top: 22px; padding-inline: 18px; font-size: 12px; }
  .urban-faq { padding-top: 75px; padding-bottom: 85px; }
  .urban-faq summary { min-height: 82px; font-size: 20px; }
}

@media (max-width: 480px) {
  .site-header .maestros-brand { gap: 12px; }
  .site-header .maestros-brand .logo-mark { width: 48px; height: 48px; }
  .site-header .maestros-wordmark { font-size: 20px; }
  .site-header .mobile-nav { top: 89px; height: calc(100vh - 89px); }
}

@media (max-width: 420px) {
  .urban-hero h1 { font-size: 57px; }
  .urban-button { width: 100%; }
  .urban-current, .maestros-section { padding-top: 78px; padding-bottom: 82px; }
  .urban-work-copy { padding: 24px 20px; }
  .urban-context-image { min-height: 390px; }
  .urban-advisory-image { min-height: 490px; }
  .maestro-strip { grid-template-columns: 40px minmax(0, 1fr) 74px; min-height: 116px; gap: 9px; }
  .maestro-strip-number { padding-left: 10px; font-size: 20px; }
  .maestro-strip-copy h3 { font-size: clamp(19px, 6.5vw, 26px); }
  .maestro-strip figure { width: 70px; height: 96px; }
  .maestro-strip-status { right: 79px; font-size: 7px; }
  .template-lead-action { inset: 15% 16% 23%; }
  .template-lead-action > p { font-size: 18px; }
  .urban-faq details p { padding-right: 0; }
}

@media (max-width: 350px) {
  .template-lead-action > p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .urban-ribbon-track { transform: none !important; will-change: auto; }
}

/* V14 — approved Interiores-scale header and editorial hero carousel. */
.site-header {
  min-height: 96px;
  padding: 16px var(--urban-pad);
  display: grid;
  grid-template-columns: minmax(238px, 290px) 1fr auto;
  gap: 28px;
}
.site-header .site-nav { gap: clamp(6px, 1vw, 14px); }
.site-header .site-nav a {
  width: var(--header-control-width);
  flex: 0 0 var(--header-control-width);
  min-height: 54px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--urban-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  transition: background-color 180ms ease, color 180ms ease;
}
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active { background: var(--header-action-orange); color: var(--urban-white); }
.site-header .header-actions { justify-self: end; gap: 10px; }
.site-header .header-contact {
  width: var(--header-control-width);
  min-height: 54px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--urban-white);
  color: var(--urban-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.site-header .header-contact:hover,
.site-header .header-contact:focus-visible { border-color: var(--header-action-orange); background: var(--header-action-orange); color: var(--urban-white); }
.site-header .mobile-nav a:hover,
.site-header .mobile-nav a:focus-visible,
.site-header .mobile-nav a.active { background: var(--header-action-orange); color: var(--urban-white); }
.site-header .menu-button { width: 54px; height: 54px; padding: 12px; border: 0; background: var(--urban-white); }
.site-header .menu-button span { width: 100%; background: var(--urban-blue); }
.site-header .menu-button[aria-expanded="true"] { background: var(--header-action-orange); }
.site-header .menu-button[aria-expanded="true"] span { background: var(--urban-white); }
.site-header .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-header .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.home-hero { padding: clamp(28px, 3vw, 44px) var(--urban-pad) 0; background: var(--urban-paper); }
.home-hero-copy { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(18px, 2.2vw, 36px); align-items: end; }
.home-kicker { grid-column: 1 / 5; grid-row: 1; margin: 0 0 20px; align-self: start; color: var(--urban-blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.home-hero h1 { grid-column: 1 / 9; grid-row: 2; margin: 0; font-size: clamp(66px, 6.65vw, 106px); font-weight: 400; letter-spacing: -.075em; line-height: .77; text-transform: uppercase; }
.home-hero h1 strong { color: var(--urban-blue); font-weight: 850; }
.home-hero-intro { grid-column: 9 / 13; grid-row: 2; width: 100%; max-width: 370px; justify-self: end; align-self: end; }
.home-hero-intro p { max-width: 470px; margin: 0; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.5; }
.home-hero-action { min-height: 58px; margin-top: 22px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; background: var(--urban-blue); color: var(--urban-white); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.home-hero-action:hover { background: var(--urban-dark); color: var(--urban-white); }

.hero-carousel { position: relative; width: calc(100% + (var(--urban-pad) * 2)); height: clamp(460px, 42vw, 660px); margin: clamp(30px, 3.2vw, 46px) 0 0 calc(var(--urban-pad) * -1); overflow: hidden; background: var(--urban-blue); }
.carousel-stage, .carousel-slide { position: absolute; inset: 0; }
.carousel-slide { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .38s ease, visibility 0s linear .38s; }
.carousel-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.carousel-slide-link { position: absolute; inset: 0; display: block; overflow: hidden; color: inherit; text-decoration: none; }
.carousel-slide-link:focus-visible { outline: 3px solid var(--urban-white); outline-offset: -7px; }
.carousel-slide-link .slide-media { transition: transform .45s ease; }
.carousel-slide-link:hover .slide-media { transform: scale(1.012); }
.slide-media, picture.slide-media, picture.slide-media img { width: 100%; height: 100%; }
.slide-media, picture.slide-media img { object-fit: cover; }
.slide-madrileno .slide-media img { object-position: 50% 50%; }
.slide-title { position: absolute; z-index: 3; top: 50%; left: var(--urban-pad); max-width: 460px; color: var(--urban-white); transform: translateY(-50%); }
.slide-title p, .article-cover-copy p { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.slide-title h2, .article-cover-copy h2 { margin: 0; font-size: clamp(45px, 5.5vw, 86px); font-weight: 800; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.slide-description { margin-top: 20px; display: block; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.4; }
.slide-action { width: fit-content; margin-top: 18px; padding-bottom: 4px; display: block; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.slide-title-compact { top: auto; bottom: 28px; padding: 16px 22px 15px; background: var(--urban-blue); transform: none; }
.slide-title-compact h2 { font-size: clamp(25px, 2.7vw, 42px); letter-spacing: -.04em; }
.slide-title-compact .slide-action { margin-top: 10px; }
.slide-kandinsky { background: var(--urban-blue); }
.slide-kandinsky .slide-media { position: absolute; top: 0; right: 0; width: 64%; height: 100%; object-position: center; }
.kandinsky-field { position: absolute; inset: 0 62% 0 0; background: var(--urban-blue); }
.slide-kandinsky .slide-title { width: 33%; max-width: 420px; }
.slide-kandinsky .slide-title p { color: var(--yellow, #f1cd35); }
.slide-revista .slide-media { object-position: center; }
.article-cover-copy { position: absolute; z-index: 3; top: 50%; left: var(--urban-pad); width: min(39%, 500px); color: var(--urban-black); transform: translateY(-50%); }
.article-cover-copy p { color: var(--urban-blue); }
.article-cover-copy h2 { color: var(--urban-blue); font-size: clamp(46px, 5.3vw, 82px); }
.article-cover-description { max-width: 430px; margin-top: 22px; display: block; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.45; }

.carousel-controls { position: absolute; z-index: 10; right: var(--urban-pad); bottom: 28px; display: flex; align-items: center; gap: 8px; }
.carousel-dots { height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 10px; background: var(--urban-blue); }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--urban-white); border-radius: 50%; background: transparent; cursor: pointer; }
.carousel-dots button[aria-current="true"] { background: var(--urban-white); }
.carousel-arrow, .carousel-toggle { width: 46px; height: 46px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--urban-white); border-radius: 0; background: var(--urban-blue); color: var(--urban-white); font-size: 22px; line-height: 1; cursor: pointer; }
.carousel-toggle { font-size: 17px; }
.carousel-arrow:hover, .carousel-toggle:hover, .carousel-dots button:hover { border-color: var(--urban-orange); color: var(--urban-orange); }

.maestro-strip { grid-template-columns: minmax(0, 1fr) 126px 150px; padding-left: 22px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 246px 1fr auto; gap: 18px; }
  .site-header .site-nav { gap: 6px; }
  .home-hero h1 { grid-column: 1 / 9; font-size: clamp(62px, 7.1vw, 82px); }
  .home-hero-intro { grid-column: 9 / 13; }
  .maestro-strip { grid-template-columns: minmax(0, 1fr) 112px 132px; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (max-width: 980px) {
  .home-hero { padding: 45px 20px 0; }
  .home-hero-copy { display: block; }
  .home-kicker { margin-bottom: 25px; }
  .home-hero h1 { font-size: clamp(62px, 15.1vw, 98px); }
  .home-hero-intro { max-width: 650px; margin-top: 31px; }
  .hero-carousel { width: calc(100% + 40px); height: clamp(540px, 76vw, 680px); margin: 42px 0 0 -20px; }
  .slide-kandinsky .slide-media { top: 0; left: 0; width: 100%; height: 60%; }
  .kandinsky-field { inset: 58% 0 0; }
  .slide-kandinsky .slide-title { top: auto; bottom: 78px; left: 20px; width: calc(100% - 40px); max-width: 620px; transform: none; }
  .slide-kandinsky .slide-title h2 { font-size: clamp(42px, 9vw, 72px); }
  .slide-kandinsky .slide-description { margin-top: 12px; }
  .article-cover-copy { top: auto; right: 20px; bottom: 78px; left: 20px; width: auto; max-width: 610px; padding: 18px 20px; background: var(--urban-paper); transform: none; }
  .article-cover-copy h2 { font-size: clamp(42px, 9vw, 68px); }
  .article-cover-description { margin-top: 14px; font-size: 15px; }
  .slide-revista .slide-media { object-position: 68% center; }
  .slide-title-compact { right: auto; bottom: 78px; left: 20px; }
  .carousel-controls { right: 20px; bottom: 20px; }
}

@media (max-width: 760px) {
  .maestro-strip { grid-template-columns: minmax(0, 1fr) 84px; padding-left: 20px; }
  .maestro-strip figure { grid-column: 2; }
}

@media (max-width: 520px) {
  .site-header { min-height: 76px; padding: 11px 15px; gap: 12px; }
  .site-language { width: 88px; }
  .site-header .maestros-brand { gap: 10px; }
  .site-header .maestros-brand .logo-mark { width: 42px; height: 42px; }
  .site-header .maestros-wordmark { font-size: 17px; }
  .site-header .mobile-nav { top: 76px; height: calc(100vh - 76px); }
  .home-hero { padding: 39px 16px 0; }
  .home-kicker { margin-bottom: 22px; font-size: 8px; }
  .home-hero h1 { font-size: clamp(56px, 17vw, 82px); }
  .home-hero-intro p { font-size: 15px; }
  .home-hero-action { width: 100%; margin-top: 22px; }
  .hero-carousel { width: calc(100% + 32px); height: 610px; margin: 34px 0 0 -16px; }
  .slide-madrileno .slide-media img { object-position: 50% center; }
  .slide-title-compact { left: 16px; padding: 13px 16px 12px; }
  .slide-title-compact h2 { font-size: 25px; }
  .slide-kandinsky .slide-title { left: 16px; width: calc(100% - 32px); }
  .slide-kandinsky .slide-title p { margin-bottom: 8px; }
  .slide-kandinsky .slide-title h2 { font-size: 45px; }
  .slide-kandinsky .slide-description { font-size: 14px; }
  .article-cover-copy { right: 16px; left: 16px; padding: 16px; }
  .article-cover-copy p { margin-bottom: 8px; }
  .article-cover-copy h2 { font-size: 43px; }
  .article-cover-description { font-size: 14px; line-height: 1.4; }
  .slide-action { margin-top: 11px; font-size: 9px; }
  .carousel-controls { right: 16px; bottom: 16px; gap: 6px; }
  .carousel-dots { height: 42px; padding-inline: 10px; gap: 8px; }
  .carousel-arrow, .carousel-toggle { width: 42px; height: 42px; }
}

@media (max-width: 350px) {
  .site-header .maestros-wordmark { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-slide { transition: none; }
}
